deepdml commited on
Commit
2706235
1 Parent(s): 7af3cc7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -2
README.md CHANGED
@@ -55,6 +55,20 @@ model-index:
55
  - name: WER
56
  type: wer
57
  value: 4.66
 
 
 
 
 
 
 
 
 
 
 
 
 
 
58
  ---
59
 
60
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -72,13 +86,13 @@ Using the script provided in the Whisper Sprint (Dec. 2022) the models achieves
72
  - **google/fleurs: 4.03 %**
73
  (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")
74
 
75
- - **facebook/multilingual_librispeech: 4.66 %**
76
  (python run_eval_whisper_streaming.py --model_id="deepdml/whisper-medium-mix-es" --dataset="facebook/multilingual_librispeech" --config="spanish" --device=0 --language="es")
77
 
78
  - **facebook/voxpopuli: 8.37 %**
79
  (python run_eval_whisper_streaming.py --model_id="deepdml/whisper-medium-mix-es" --dataset="facebook/voxpopuli" --config="es" --device=0 --language="es")
80
 
81
- - **mozilla-foundation/common_voice_11_0: Calculating...**
82
  (python run_eval_whisper_streaming.py --model_id="deepdml/whisper-medium-mix-es" --dataset="mozilla-foundation/common_voice_11_0" --config="es" --device=0 --language="es")
83
 
84
 
 
55
  - name: WER
56
  type: wer
57
  value: 4.66
58
+ - task:
59
+ type: Automatic Speech Recognition
60
+ name: speech-recognition
61
+ dataset:
62
+ name: VoxPopuli
63
+ type: facebook/voxpopuli
64
+ config: es
65
+ split: es
66
+ args:
67
+ language: es
68
+ metrics:
69
+ - name: WER
70
+ type: wer
71
+ value: 8.37
72
  ---
73
 
74
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
86
  - **google/fleurs: 4.03 %**
87
  (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")
88
 
89
+ - **facebook/multilingual_librispeech: 4.66 %**
90
  (python run_eval_whisper_streaming.py --model_id="deepdml/whisper-medium-mix-es" --dataset="facebook/multilingual_librispeech" --config="spanish" --device=0 --language="es")
91
 
92
  - **facebook/voxpopuli: 8.37 %**
93
  (python run_eval_whisper_streaming.py --model_id="deepdml/whisper-medium-mix-es" --dataset="facebook/voxpopuli" --config="es" --device=0 --language="es")
94
 
95
+ - **mozilla-foundation/common_voice_11_0: Calculating...**
96
  (python run_eval_whisper_streaming.py --model_id="deepdml/whisper-medium-mix-es" --dataset="mozilla-foundation/common_voice_11_0" --config="es" --device=0 --language="es")
97
 
98