DrishtiSharma
commited on
Commit
•
2cd7338
1
Parent(s):
10a0e32
Update README.md
Browse files
README.md
CHANGED
@@ -83,3 +83,9 @@ The following hyperparameters were used during training:
|
|
83 |
- Pytorch 1.10.2+cu102
|
84 |
- Datasets 1.18.2.dev0
|
85 |
- Tokenizers 0.11.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
83 |
- Pytorch 1.10.2+cu102
|
84 |
- Datasets 1.18.2.dev0
|
85 |
- Tokenizers 0.11.0
|
86 |
+
|
87 |
+
### Evaluation Script
|
88 |
+
|
89 |
+
!python eval.py \
|
90 |
+
--model_id DrishtiSharma/wav2vec2-large-xls-r-300m-maltese \
|
91 |
+
--dataset mozilla-foundation/common_voice_8_0 --config mt --split test --log_outputs
|