DrishtiSharma
commited on
Commit
·
8d2e108
1
Parent(s):
ad0cb1f
Update README.md
Browse files
README.md
CHANGED
@@ -54,6 +54,17 @@ It achieves the following results on the evaluation set:
|
|
54 |
- Wer: 0.2831
|
55 |
|
56 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
57 |
### Training hyperparameters
|
58 |
|
59 |
The following hyperparameters were used during training:
|
|
|
54 |
- Wer: 0.2831
|
55 |
|
56 |
|
57 |
+
### Evaluation Commands
|
58 |
+
|
59 |
+
1. To evaluate on mozilla-foundation/common_voice_8_0 with test split
|
60 |
+
|
61 |
+
python eval.py --model_id DrishtiSharma/wav2vec2-xls-r-300m-rm-vallader-d1 --dataset mozilla-foundation/common_voice_8_0 --config rm-vallader --split test --log_outputs
|
62 |
+
|
63 |
+
2. To evaluate on speech-recognition-community-v2/dev_data
|
64 |
+
|
65 |
+
Romansh-Vallader language not found in speech-recognition-community-v2/dev_data
|
66 |
+
|
67 |
+
|
68 |
### Training hyperparameters
|
69 |
|
70 |
The following hyperparameters were used during training:
|