anuragshas
commited on
Commit
•
b8775b9
1
Parent(s):
2defdf4
Update README.md
Browse files
README.md
CHANGED
@@ -90,6 +90,9 @@ The following hyperparameters were used during training:
|
|
90 |
- Datasets 1.18.1
|
91 |
- Tokenizers 0.11.0
|
92 |
|
|
|
|
|
|
|
93 |
```bash
|
94 |
python eval.py --model_id anuragshas/wav2vec2-large-xls-r-300m-ur-cv8 --dataset mozilla-foundation/common_voice_8_0 --config ur --split test
|
95 |
```
|
|
|
90 |
- Datasets 1.18.1
|
91 |
- Tokenizers 0.11.0
|
92 |
|
93 |
+
#### Evaluation Commands
|
94 |
+
1. To evaluate on `mozilla-foundation/common_voice_8_0` with split `test`
|
95 |
+
|
96 |
```bash
|
97 |
python eval.py --model_id anuragshas/wav2vec2-large-xls-r-300m-ur-cv8 --dataset mozilla-foundation/common_voice_8_0 --config ur --split test
|
98 |
```
|