DrishtiSharma
commited on
Commit
·
d6cd197
1
Parent(s):
d2f7926
Update README.md
Browse files
README.md
CHANGED
@@ -67,19 +67,15 @@ It achieves the following results on the evaluation set:
|
|
67 |
- Loss: 0.2855
|
68 |
- Wer: 0.2401
|
69 |
|
70 |
-
|
71 |
|
72 |
-
|
73 |
|
74 |
-
|
75 |
|
76 |
-
|
77 |
|
78 |
-
|
79 |
-
|
80 |
-
More information needed
|
81 |
-
|
82 |
-
## Training procedure
|
83 |
|
84 |
### Training hyperparameters
|
85 |
|
|
|
67 |
- Loss: 0.2855
|
68 |
- Wer: 0.2401
|
69 |
|
70 |
+
### Evaluation Commands
|
71 |
|
72 |
+
1. To evaluate on mozilla-foundation/common_voice_8_0 with test split
|
73 |
|
74 |
+
python eval.py --model_id DrishtiSharma/wav2vec2-large-xls-r-300m-sl-with-LM-v2 --dataset mozilla-foundation/common_voice_8_0 --config sl --split test --log_outputs
|
75 |
|
76 |
+
2. To evaluate on speech-recognition-community-v2/dev_data
|
77 |
|
78 |
+
python eval.py --model_id DrishtiSharma/wav2vec2-large-xls-r-300m-sl-with-LM-v2 --dataset speech-recognition-community-v2/dev_data --config sl --split validation --chunk_length_s 10 --stride_length_s 1
|
|
|
|
|
|
|
|
|
79 |
|
80 |
### Training hyperparameters
|
81 |
|