Commit
·
fca2089
1
Parent(s):
39b9de3
Update README.md
Browse files
README.md
CHANGED
@@ -88,3 +88,11 @@ The following hyperparameters were used during training:
|
|
88 |
- Pytorch 1.10.1+cu102
|
89 |
- Datasets 1.17.1.dev0
|
90 |
- Tokenizers 0.11.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
88 |
- Pytorch 1.10.1+cu102
|
89 |
- Datasets 1.17.1.dev0
|
90 |
- Tokenizers 0.11.0
|
91 |
+
|
92 |
+
### Evaluation Script
|
93 |
+
|
94 |
+
Evaluation script for evaluating the performance of trained model on Mozilla-foundation/common_voice_7_0 with split test
|
95 |
+
|
96 |
+
!python eval.py \
|
97 |
+
--model_id DrishtiSharma/wav2vec2-large-xls-r-300m-ab-v16 \
|
98 |
+
--dataset mozilla-foundation/common_voice_7_0 --config ab --split test --log_outputs
|