Update README.md
Browse files
README.md
CHANGED
|
@@ -23,6 +23,20 @@ model-index:
|
|
| 23 |
- name: Dev CER (without LM)
|
| 24 |
type: cer
|
| 25 |
value: 16.04
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26 |
|
| 27 |
---
|
| 28 |
|
|
|
|
| 23 |
- name: Dev CER (without LM)
|
| 24 |
type: cer
|
| 25 |
value: 16.04
|
| 26 |
+
- task:
|
| 27 |
+
name: Automatic Speech Recognition
|
| 28 |
+
type: automatic-speech-recognition
|
| 29 |
+
dataset:
|
| 30 |
+
name: Common Voice
|
| 31 |
+
type: mozilla-foundation/common_voice_8_0
|
| 32 |
+
args: ro
|
| 33 |
+
metrics:
|
| 34 |
+
- name: Test WER (without LM)
|
| 35 |
+
type: wer
|
| 36 |
+
value: 11.73
|
| 37 |
+
- name: Test CER (without LM)
|
| 38 |
+
type: cer
|
| 39 |
+
value: 2.93
|
| 40 |
|
| 41 |
---
|
| 42 |
|