Update README.md
Browse files
README.md
CHANGED
@@ -76,7 +76,7 @@ This model is a fine-tuned version of [facebook/wav2vec2-xls-r-1b](https://huggi
|
|
76 |
Please use the eval.py file to run the evaluation:
|
77 |
```python
|
78 |
pip install mecab-python3 unidic-lite pykakasi
|
79 |
-
python eval.py --model_id vumichien/wav2vec2-xls-r-1b-japanese --dataset mozilla-foundation/common_voice_7_0 --config ja --split test --log_outputs
|
80 |
```
|
81 |
|
82 |
## Training procedure
|
|
|
76 |
Please use the eval.py file to run the evaluation:
|
77 |
```python
|
78 |
pip install mecab-python3 unidic-lite pykakasi
|
79 |
+
python eval.py --model_id vumichien/wav2vec2-xls-r-1b-japanese --dataset mozilla-foundation/common_voice_7_0 --config ja --split test --chunk_length_s 5.0 --stride_length_s 1.0 --log_outputs
|
80 |
```
|
81 |
|
82 |
## Training procedure
|