Commit
·
2d7fd84
1
Parent(s):
1e97e95
Update README.md
Browse files
README.md
CHANGED
@@ -62,10 +62,9 @@ How to use eval.py
|
|
62 |
```
|
63 |
huggingface-cli login #login to huggingface for getting auth token to access the common voice v8
|
64 |
#running with LM
|
65 |
-
python eval.py --model_id ayameRushia/wav2vec2-large-xls-r-300m-el --dataset mozilla-foundation/common_voice_8_0 --config el --split test
|
66 |
-
|
67 |
# running without LM
|
68 |
-
python eval.py --model_id ayameRushia/wav2vec2-large-xls-r-300m-el --dataset mozilla-foundation/common_voice_8_0 --config el --split test
|
69 |
```
|
70 |
## Training procedure
|
71 |
|
|
|
62 |
```
|
63 |
huggingface-cli login #login to huggingface for getting auth token to access the common voice v8
|
64 |
#running with LM
|
65 |
+
!python eval.py --model_id ayameRushia/wav2vec2-large-xls-r-300m-el --dataset mozilla-foundation/common_voice_8_0 --config el --split test
|
|
|
66 |
# running without LM
|
67 |
+
!python eval.py --model_id ayameRushia/wav2vec2-large-xls-r-300m-el --dataset mozilla-foundation/common_voice_8_0 --config el --split test --greedy
|
68 |
```
|
69 |
## Training procedure
|
70 |
|