google/fleurs
Viewer • Updated • 768k • 60.2k • 406
How to use geninhu/whisper-medium-gl-fleurs with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="geninhu/whisper-medium-gl-fleurs") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("geninhu/whisper-medium-gl-fleurs")
model = AutoModelForSpeechSeq2Seq.from_pretrained("geninhu/whisper-medium-gl-fleurs")This model is a fine-tuned version of openai/whisper-medium on the google/fleurs gl_es 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.0002 | 39.01 | 1000 | 0.4553 | 14.6741 |
| 0.0001 | 79.0 | 2000 | 0.5023 | 14.9400 |
| 0.0 | 119.0 | 3000 | 0.5317 | 15.1609 |
| 0.0 | 159.0 | 4000 | 0.5513 | 15.2015 |
| 0.0 | 199.0 | 5000 | 0.5593 | 15.2060 |