vumichien commited on
Commit
630fd43
·
1 Parent(s): c798ce8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -69,6 +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 vumichien/wav2vec2-xls-r-1b-japanese --dataset mozilla-foundation/common_voice_7_0 --config ja --split test --log_outputs
73
  ```
74
 
 
69
  ## Evaluation
70
  Please use the eval.py file to run the evaluation:
71
  ```python
72
+ pip install mecab-python3 unidic-lite pykakasi
73
  python eval.py --model_id vumichien/wav2vec2-xls-r-1b-japanese --dataset mozilla-foundation/common_voice_7_0 --config ja --split test --log_outputs
74
  ```
75