sanchit-gandhi HF staff commited on
Commit
0348a61
1 Parent(s): 6e74d16

Convert WERs to %

Browse files

Self-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

Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -24,10 +24,10 @@ model-index:
24
  metrics:
25
  - name: Test WER
26
  type: wer
27
- value: 0.3531946325249292
28
  - name: Test CER
29
  type: cer
30
- value: 0.11310803379493076
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