mozilla-foundation/common_voice_13_0
Updated • 2.36k • 3
How to use zuazo/whisper-medium-eu-from-es with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="zuazo/whisper-medium-eu-from-es") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("zuazo/whisper-medium-eu-from-es")
model = AutoModelForSpeechSeq2Seq.from_pretrained("zuazo/whisper-medium-eu-from-es")This model is a fine-tuned version of zuazo/whisper-medium-es on the mozilla-foundation/common_voice_13_0 eu dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss | Wer |
|---|---|---|---|---|
| 0.0225 | 4.02 | 1000 | 0.3040 | 17.9209 |
| 0.0033 | 9.01 | 2000 | 0.3343 | 16.1833 |
| 0.0019 | 14.01 | 3000 | 0.3607 | 15.8127 |
| 0.0015 | 19.01 | 4000 | 0.3632 | 15.6203 |
| 0.0013 | 24.01 | 5000 | 0.3704 | 15.7520 |
| 0.0001 | 29.0 | 6000 | 0.3977 | 14.7940 |
| 0.0001 | 33.02 | 7000 | 0.4104 | 14.7191 |
| 0.0001 | 38.02 | 8000 | 0.4198 | 14.6928 |
| 0.0001 | 43.01 | 9000 | 0.4263 | 14.6867 |
| 0.0 | 48.01 | 10000 | 0.4293 | 14.7130 |