Commit
·
0348a61
1
Parent(s):
6e74d16
Convert WERs to %
Browse filesSelf-reported WERs/CERs should be in % point values. Currently, the WER is registering as 0.35%. This is placing the model as SoTA on the paperswithcode leaderboard: https://paperswithcode.com/sota/speech-recognition-on-common-voice-7-0-hindi
cc
@anton-l
README.md
CHANGED
@@ -24,10 +24,10 @@ model-index:
|
|
24 |
metrics:
|
25 |
- name: Test WER
|
26 |
type: wer
|
27 |
-
value:
|
28 |
- name: Test CER
|
29 |
type: cer
|
30 |
-
value:
|
31 |
- task:
|
32 |
name: Automatic Speech Recognition
|
33 |
type: automatic-speech-recognition
|
|
|
24 |
metrics:
|
25 |
- name: Test WER
|
26 |
type: wer
|
27 |
+
value: 35.31946325249292
|
28 |
- name: Test CER
|
29 |
type: cer
|
30 |
+
value: 11.310803379493076
|
31 |
- task:
|
32 |
name: Automatic Speech Recognition
|
33 |
type: automatic-speech-recognition
|