mozilla-foundation/common_voice_13_0
Updated • 1.63k • 5
How to use zuazo/whisper-tiny-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-tiny-eu-from-es") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("zuazo/whisper-tiny-eu-from-es")
model = AutoModelForSpeechSeq2Seq.from_pretrained("zuazo/whisper-tiny-eu-from-es")This model is a fine-tuned version of zuazo/whisper-tiny-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.0073 | 19.0 | 1000 | 0.6110 | 33.5352 |
| 0.001 | 38.0 | 2000 | 0.6730 | 32.5793 |
| 0.0005 | 57.01 | 3000 | 0.7140 | 32.7352 |
| 0.0003 | 76.01 | 4000 | 0.7406 | 32.9357 |
| 0.0003 | 96.0 | 5000 | 0.7481 | 33.0714 |