deepdml commited on
Commit
0ee01dc
1 Parent(s): 7377682

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
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 (Dec. 2022) the models achieves these results on the test sets (WER):
97
 
98
  - **google/fleurs: 4.0266 %**
99
- (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")
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 above datasets.
 
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