Commit
·
823dceb
1
Parent(s):
9211f3f
Update README.md
Browse files
README.md
CHANGED
|
@@ -21,10 +21,22 @@ model-index:
|
|
| 21 |
- task:
|
| 22 |
name: Speech Recognition
|
| 23 |
type: automatic-speech-recognition
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
metrics:
|
| 25 |
- name: Test CORAA WER
|
| 26 |
type: wer
|
| 27 |
value: 25.26
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
- name: Test WER on Common Voice 7
|
| 29 |
type: wer
|
| 30 |
value: 20.08
|
|
|
|
| 21 |
- task:
|
| 22 |
name: Speech Recognition
|
| 23 |
type: automatic-speech-recognition
|
| 24 |
+
dataset:
|
| 25 |
+
name: CORAA
|
| 26 |
+
type: CORAA
|
| 27 |
+
args: pt
|
| 28 |
metrics:
|
| 29 |
- name: Test CORAA WER
|
| 30 |
type: wer
|
| 31 |
value: 25.26
|
| 32 |
+
- task:
|
| 33 |
+
name: Speech Recognition
|
| 34 |
+
type: automatic-speech-recognition
|
| 35 |
+
dataset:
|
| 36 |
+
name: Common Voice 7
|
| 37 |
+
type: mozilla-foundation/common_voice_7_0
|
| 38 |
+
args: pt
|
| 39 |
+
metrics:
|
| 40 |
- name: Test WER on Common Voice 7
|
| 41 |
type: wer
|
| 42 |
value: 20.08
|