Commit ·
9744186
1
Parent(s): 26fa32f
Initial
Browse files
README.md
CHANGED
|
@@ -19,10 +19,10 @@ model-index:
|
|
| 19 |
metrics:
|
| 20 |
- name: Test WER
|
| 21 |
type: wer
|
| 22 |
-
value:
|
| 23 |
- name: Test CER
|
| 24 |
type: cer
|
| 25 |
-
value: 3.
|
| 26 |
- task:
|
| 27 |
name: Automatic Speech Recognition
|
| 28 |
type: automatic-speech-recognition
|
|
@@ -34,10 +34,10 @@ model-index:
|
|
| 34 |
metrics:
|
| 35 |
- name: Test WER
|
| 36 |
type: wer
|
| 37 |
-
value:
|
| 38 |
- name: Test CER
|
| 39 |
type: cer
|
| 40 |
-
value:
|
| 41 |
---
|
| 42 |
|
| 43 |
|
|
@@ -95,5 +95,5 @@ WER results below are obtained using greedy decoding (i.e., beam size 1).
|
|
| 95 |
|
| 96 |
|Dataset | WER |
|
| 97 |
|---|---|
|
| 98 |
-
| Common Voice 8.0 |
|
| 99 |
-
| Common Voice 11.0 |
|
|
|
|
| 19 |
metrics:
|
| 20 |
- name: Test WER
|
| 21 |
type: wer
|
| 22 |
+
value: 11.99
|
| 23 |
- name: Test CER
|
| 24 |
type: cer
|
| 25 |
+
value: 3.21
|
| 26 |
- task:
|
| 27 |
name: Automatic Speech Recognition
|
| 28 |
type: automatic-speech-recognition
|
|
|
|
| 34 |
metrics:
|
| 35 |
- name: Test WER
|
| 36 |
type: wer
|
| 37 |
+
value: 11.22
|
| 38 |
- name: Test CER
|
| 39 |
type: cer
|
| 40 |
+
value: 2.813
|
| 41 |
---
|
| 42 |
|
| 43 |
|
|
|
|
| 95 |
|
| 96 |
|Dataset | WER |
|
| 97 |
|---|---|
|
| 98 |
+
| Common Voice 8.0 | 11.2 |
|
| 99 |
+
| Common Voice 11.0 | 12.0 |
|