ayameRushia commited on
Commit
e8dfebd
1 Parent(s): 5dd01e8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -55,6 +55,16 @@ Test WER using
55
  wer = 8.6074 %
56
  cer = 2.4147 %
57
 
 
 
 
 
 
 
 
 
 
 
58
  ### Training hyperparameters
59
 
60
  The following hyperparameters were used during training:
 
55
  wer = 8.6074 %
56
  cer = 2.4147 %
57
 
58
+ evaluation using eval.py
59
+ ```
60
+ huggingface-cli login #login to huggingface for getting auth token to access the common voice v8
61
+ #running with LM
62
+ python eval.py --model_id ayameRushia/wav2vec2-large-xls-r-300m-ia --dataset mozilla-foundation/common_voice_8_0 --config ia --split test --lm
63
+
64
+ # running without LM
65
+ python eval.py --model_id ayameRushia/wav2vec2-large-xls-r-300m-ia --dataset mozilla-foundation/common_voice_8_0 --config ia --split test
66
+ ```
67
+
68
  ### Training hyperparameters
69
 
70
  The following hyperparameters were used during training: