ayameRushia commited on
Commit
4c2f86c
1 Parent(s): 8f6b231

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -59,6 +59,16 @@ Test WER using
59
  wer = 31.3919 %
60
  cer = 10.2565 %
61
 
 
 
 
 
 
 
 
 
 
 
62
  ## Training procedure
63
 
64
  ### Training hyperparameters
 
59
  wer = 31.3919 %
60
  cer = 10.2565 %
61
 
62
+ How to use eval.py
63
+ ```
64
+ huggingface-cli login #login to huggingface for getting auth token to access the common voice v8
65
+ #running with LM
66
+ python eval.py --model_id ayameRushia/wav2vec2-large-xls-r-300m-mn --dataset mozilla-foundation/common_voice_8_0 --config mn --split test --lm
67
+
68
+ # running without LM
69
+ python eval.py --model_id ayameRushia/wav2vec2-large-xls-r-300m-mn --dataset mozilla-foundation/common_voice_8_0 --config mn --split test
70
+ ```
71
+
72
  ## Training procedure
73
 
74
  ### Training hyperparameters