Update README.md
Browse files
README.md
CHANGED
@@ -69,7 +69,7 @@ This model is a fine-tuned version of [facebook/wav2vec2-xls-r-1b](https://huggi
|
|
69 |
## Evaluation
|
70 |
Please use the eval.py file to run the evaluation:
|
71 |
```python
|
72 |
-
python eval.py --model_id
|
73 |
```
|
74 |
|
75 |
## Training procedure
|
|
|
69 |
## Evaluation
|
70 |
Please use the eval.py file to run the evaluation:
|
71 |
```python
|
72 |
+
python eval.py --model_id vumichien/wav2vec2-xls-r-1b-japanese --dataset mozilla-foundation/common_voice_7_0 --config ja --split test --log_outputs
|
73 |
```
|
74 |
|
75 |
## Training procedure
|