infinitejoy commited on
Commit
a8a5494
1 Parent(s): 9f20bd4

update WER and CER

Browse files
Files changed (1) hide show
  1. README.md +7 -2
README.md CHANGED
@@ -20,8 +20,13 @@ should probably proofread and complete it, then remove this comment. -->
20
 
21
  This model is a fine-tuned version of [facebook/wav2vec2-xls-r-300m](https://huggingface.co/facebook/wav2vec2-xls-r-300m) on the MOZILLA-FOUNDATION/COMMON_VOICE_7_0 - OR dataset.
22
  It achieves the following results on the evaluation set:
23
- - Loss: 0.6580
24
- - Wer: 0.9712
 
 
 
 
 
25
 
26
  ## Model description
27
 
 
20
 
21
  This model is a fine-tuned version of [facebook/wav2vec2-xls-r-300m](https://huggingface.co/facebook/wav2vec2-xls-r-300m) on the MOZILLA-FOUNDATION/COMMON_VOICE_7_0 - OR dataset.
22
  It achieves the following results on the evaluation set:
23
+
24
+ ```
25
+ python eval.py --model_id ./ --dataset mozilla-foundation/common_voice_7_0 --config as --split test --log_outputs
26
+ ```
27
+
28
+ - WER: 0.7954545454545454
29
+ - CER: 0.32341269841269843
30
 
31
  ## Model description
32