update WER/CER results with datasets 1.18.3 version
Browse files
README.md
CHANGED
@@ -21,10 +21,10 @@ model-index:
|
|
21 |
metrics:
|
22 |
- name: Test WER
|
23 |
type: wer
|
24 |
-
value:
|
25 |
- name: Test CER
|
26 |
type: cer
|
27 |
-
value:
|
28 |
- task:
|
29 |
name: Automatic Speech Recognition
|
30 |
type: automatic-speech-recognition
|
@@ -38,7 +38,7 @@ model-index:
|
|
38 |
value: 30.87
|
39 |
- name: Test CER
|
40 |
type: cer
|
41 |
-
value: 10.
|
42 |
---
|
43 |
|
44 |
# wav2vec2-xls-r-300m-cv7-turkish
|
@@ -95,5 +95,5 @@ python eval.py --model_id mpoyraz/wav2vec2-xls-r-300m-cv7-turkish --dataset spee
|
|
95 |
|
96 |
| Dataset | WER | CER |
|
97 |
|---|---|---|
|
98 |
-
|Common Voice 7 TR test split|
|
99 |
-
|Speech Recognition Community dev data| 30.87 | 10.
|
|
|
21 |
metrics:
|
22 |
- name: Test WER
|
23 |
type: wer
|
24 |
+
value: 8.62
|
25 |
- name: Test CER
|
26 |
type: cer
|
27 |
+
value: 2.26
|
28 |
- task:
|
29 |
name: Automatic Speech Recognition
|
30 |
type: automatic-speech-recognition
|
|
|
38 |
value: 30.87
|
39 |
- name: Test CER
|
40 |
type: cer
|
41 |
+
value: 10.69
|
42 |
---
|
43 |
|
44 |
# wav2vec2-xls-r-300m-cv7-turkish
|
|
|
95 |
|
96 |
| Dataset | WER | CER |
|
97 |
|---|---|---|
|
98 |
+
|Common Voice 7 TR test split| 8.62 | 2.26 |
|
99 |
+
|Speech Recognition Community dev data| 30.87 | 10.69 |
|