Update README.md
Browse files
README.md
CHANGED
@@ -93,10 +93,10 @@ It achieves the following results on the evaluation set:
|
|
93 |
- Loss: 0.1344
|
94 |
- Wer: 6.3465
|
95 |
|
96 |
-
Using the script provided in the Whisper Sprint
|
97 |
|
98 |
- **google/fleurs: 4.0266 %**
|
99 |
-
(python
|
100 |
|
101 |
- **facebook/multilingual_librispeech: 4.6644 %**
|
102 |
(python run_eval_whisper_streaming.py --model_id="deepdml/whisper-medium-mix-es" --dataset="facebook/multilingual_librispeech" --config="spanish" --device=0 --language="es")
|
@@ -121,7 +121,8 @@ Training data used:
|
|
121 |
- **facebook/multilingual_librispeech:** spanish, train
|
122 |
- **facebook/voxpopuli:** es, train
|
123 |
|
124 |
-
Evaluating over test split from
|
|
|
125 |
## Training procedure
|
126 |
|
127 |
### Training hyperparameters
|
|
|
93 |
- Loss: 0.1344
|
94 |
- Wer: 6.3465
|
95 |
|
96 |
+
Using the [evaluation script](https://github.com/huggingface/community-events/blob/main/whisper-fine-tuning-event/run_eval_whisper_streaming.py) provided in the Whisper Sprint the model achieves these results on the test sets (WER):
|
97 |
|
98 |
- **google/fleurs: 4.0266 %**
|
99 |
+
(python run_eval_whisper_streaming.py --model_id="deepdml/whisper-medium-mix-es" --dataset="google/fleurs" --config="es_419" --device=0 --language="es")
|
100 |
|
101 |
- **facebook/multilingual_librispeech: 4.6644 %**
|
102 |
(python run_eval_whisper_streaming.py --model_id="deepdml/whisper-medium-mix-es" --dataset="facebook/multilingual_librispeech" --config="spanish" --device=0 --language="es")
|
|
|
121 |
- **facebook/multilingual_librispeech:** spanish, train
|
122 |
- **facebook/voxpopuli:** es, train
|
123 |
|
124 |
+
Evaluating over test split from mozilla-foundation/common_voice_11_0 datasets
|
125 |
+
|
126 |
## Training procedure
|
127 |
|
128 |
### Training hyperparameters
|