deepdml commited on
Commit
0459356
1 Parent(s): 1fb559c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -92,13 +92,13 @@ It achieves the following results on the evaluation set:
92
 
93
  Using the script provided in the Whisper Sprint (Dec. 2022) the models achieves these results on the evaluation sets (WER):
94
 
95
- - **google/fleurs: 4.03 %**
96
  (python [run_eval_whisper_streaming.py](https://github.com/huggingface/community-events/blob/main/whisper-fine-tuning-event/run_eval_whisper_streaming.py) --model_id="deepdml/whisper-medium-mix-es" --dataset="google/fleurs" --config="es_419" --device=0 --language="es")
97
 
98
- - **facebook/multilingual_librispeech: 4.66 %**
99
  (python run_eval_whisper_streaming.py --model_id="deepdml/whisper-medium-mix-es" --dataset="facebook/multilingual_librispeech" --config="spanish" --device=0 --language="es")
100
 
101
- - **facebook/voxpopuli: 8.37 %**
102
  (python run_eval_whisper_streaming.py --model_id="deepdml/whisper-medium-mix-es" --dataset="facebook/voxpopuli" --config="es" --device=0 --language="es")
103
 
104
 
 
92
 
93
  Using the script provided in the Whisper Sprint (Dec. 2022) the models achieves these results on the evaluation sets (WER):
94
 
95
+ - **google/fleurs: 4.0266 %**
96
  (python [run_eval_whisper_streaming.py](https://github.com/huggingface/community-events/blob/main/whisper-fine-tuning-event/run_eval_whisper_streaming.py) --model_id="deepdml/whisper-medium-mix-es" --dataset="google/fleurs" --config="es_419" --device=0 --language="es")
97
 
98
+ - **facebook/multilingual_librispeech: 4.6644 %**
99
  (python run_eval_whisper_streaming.py --model_id="deepdml/whisper-medium-mix-es" --dataset="facebook/multilingual_librispeech" --config="spanish" --device=0 --language="es")
100
 
101
+ - **facebook/voxpopuli: 8.3668 %**
102
  (python run_eval_whisper_streaming.py --model_id="deepdml/whisper-medium-mix-es" --dataset="facebook/voxpopuli" --config="es" --device=0 --language="es")
103
 
104