Update README.md
Browse files
README.md
CHANGED
@@ -153,7 +153,7 @@ Evaluation was done with the [Common Voice 7.0 Finnish test split](https://huggi
|
|
153 |
To evaluate this model, run the `eval.py` script in this repository:
|
154 |
|
155 |
```bash
|
156 |
-
python3 eval.py --model_id aapot/wav2vec2-xlsr-1b-finnish
|
157 |
```
|
158 |
|
159 |
This model (the second row of the table) achieves the following WER (Word Error Rate) and CER (Character Error Rate) results compared to our other models:
|
|
|
153 |
To evaluate this model, run the `eval.py` script in this repository:
|
154 |
|
155 |
```bash
|
156 |
+
python3 eval.py --model_id aapot/wav2vec2-xlsr-1b-finnish --dataset mozilla-foundation/common_voice_7_0 --config fi --split test
|
157 |
```
|
158 |
|
159 |
This model (the second row of the table) achieves the following WER (Word Error Rate) and CER (Character Error Rate) results compared to our other models:
|