sanchit-gandhi HF staff commited on
Commit
f4dfd9c
1 Parent(s): bbd60cc

Convert WERs/CERs to %

Browse files

Self-reported WERs/CERs should be in % point values. Currently, the WER is registering as 0.37%! This is erroneously placing the model as second 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
@@ -22,11 +22,11 @@ model-index:
22
  args: hi
23
  metrics:
24
  - type: wer
25
- value: 0.3719684845500431
26
  name: Test WER
27
  - name: Test CER
28
  type: cer
29
- value: 0.11763235514672798
30
  ---
31
 
32
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
22
  args: hi
23
  metrics:
24
  - type: wer
25
+ value: 37.19684845500431
26
  name: Test WER
27
  - name: Test CER
28
  type: cer
29
+ value: 11.763235514672798
30
  ---
31
 
32
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You