Update README.md
Browse files
README.md
CHANGED
@@ -65,7 +65,7 @@ This model is a fine-tuned version of [facebook/wav2vec2-xls-r-1b](https://huggi
|
|
65 |
Please use the eval.py file to run the evaluation
|
66 |
|
67 |
```python
|
68 |
-
python
|
69 |
```
|
70 |
|
71 |
## Training procedure
|
|
|
65 |
Please use the eval.py file to run the evaluation
|
66 |
|
67 |
```python
|
68 |
+
python eval.py --model_id geninhu/xls-asr-vi-40h-1B --dataset mozilla-foundation/common_voice_7_0 --config vi --split test --log_outputs
|
69 |
```
|
70 |
|
71 |
## Training procedure
|