ayameRushia commited on
Commit
252bc51
1 Parent(s): 39e4384

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -63,10 +63,10 @@ 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
 
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
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 --greedy
70
  ```
71
 
72
  ## Training procedure