ayameRushia commited on
Commit
7b46440
1 Parent(s): af1d29d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -59,10 +59,10 @@ 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
 
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
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 --greedy
66
  ```
67
 
68
  ### Training hyperparameters