mozilla-foundation/common_voice_13_0
Updated • 1.65k • 6
How to use zuazo/whisper-small-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-small-eu-from-es") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("zuazo/whisper-small-eu-from-es")
model = AutoModelForSpeechSeq2Seq.from_pretrained("zuazo/whisper-small-eu-from-es")This model is a fine-tuned version of zuazo/whisper-small-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.047 | 4.04 | 1000 | 0.3386 | 21.7425 |
| 0.0043 | 9.03 | 2000 | 0.3903 | 20.1770 |
| 0.0011 | 14.02 | 3000 | 0.4209 | 19.7801 |
| 0.0008 | 19.02 | 4000 | 0.4381 | 20.0170 |
| 0.0006 | 24.01 | 5000 | 0.4464 | 19.7639 |