google/fleurs
Viewer • Updated • 768k • 72.8k • 419
How to use flima/grupo1-whisper-small-Spanish with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="flima/grupo1-whisper-small-Spanish") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("flima/grupo1-whisper-small-Spanish")
model = AutoModelForSpeechSeq2Seq.from_pretrained("flima/grupo1-whisper-small-Spanish")This model is a fine-tuned version of openai/whisper-small on the google-fleurs 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.0127 | 5.0 | 25 | 0.1709 | 7.7406 |
| 0.0083 | 10.0 | 50 | 0.1787 | 7.7406 |
| 0.0046 | 15.0 | 75 | 0.1832 | 8.1590 |
| 0.0012 | 20.0 | 100 | 0.1883 | 8.5774 |
| 0.0007 | 25.0 | 125 | 0.1903 | 8.1590 |
| 0.0003 | 30.0 | 150 | 0.1927 | 8.3682 |
| 0.0002 | 35.0 | 175 | 0.1948 | 8.3682 |
| 0.0002 | 40.0 | 200 | 0.1965 | 8.3682 |
| 0.0002 | 45.0 | 225 | 0.1978 | 8.3682 |
| 0.0001 | 50.0 | 250 | 0.1992 | 8.5774 |
| 0.0001 | 55.0 | 275 | 0.2001 | 8.7866 |
| 0.0001 | 60.0 | 300 | 0.2009 | 8.7866 |
| 0.0001 | 65.0 | 325 | 0.2016 | 8.9958 |
| 0.0001 | 70.0 | 350 | 0.2021 | 8.9958 |
| 0.0001 | 75.0 | 375 | 0.2024 | 8.9958 |
| 0.0001 | 80.0 | 400 | 0.2025 | 8.9958 |
Base model
openai/whisper-small