ayameRushia
commited on
Commit
•
5446b70
1
Parent(s):
a68f97d
Update README.md
Browse files
README.md
CHANGED
@@ -58,6 +58,14 @@ Test WER using LM
|
|
58 |
wer = 20.7340 %
|
59 |
cer = 6.0466 %
|
60 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
61 |
## Training procedure
|
62 |
|
63 |
### Training hyperparameters
|
|
|
58 |
wer = 20.7340 %
|
59 |
cer = 6.0466 %
|
60 |
|
61 |
+
```
|
62 |
+
huggingface-cli login #login to huggingface for getting auth token to access the common voice v8
|
63 |
+
#running with LM
|
64 |
+
python eval.py --model_id ayameRushia/wav2vec2-large-xls-r-300m-el --dataset mozilla-foundation/common_voice_8_0 --config el --split test --lm
|
65 |
+
|
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
|
68 |
+
```
|
69 |
## Training procedure
|
70 |
|
71 |
### Training hyperparameters
|