juanjucm/OpenHQ-SpeechT-GL-EN
Viewer • Updated • 5.59k • 130
How to use juanjucm/whisper-small-GL-EN with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="juanjucm/whisper-small-GL-EN") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("juanjucm/whisper-small-GL-EN")
model = AutoModelForSpeechSeq2Seq.from_pretrained("juanjucm/whisper-small-GL-EN")This model is a fine-tuned version of openai/whisper-small on juanjucm/FLEURS-SpeechT-GL-EN. The training dataset has been augmented using train split from juanjucm/OpenHQ-SpeechT-GL-EN
It achieves the following results on the evaluation set (evaluated only on juanjucm/FLEURS-SpeechT-GL-EN):
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss | Wer | Bleu |
|---|---|---|---|---|---|
| 0.6816 | 1.0 | 236 | 1.6335 | 67.2612 | 22.2158 |
| 0.1904 | 2.0 | 472 | 1.7234 | 69.9647 | 21.0583 |
| 0.2177 | 3.0 | 708 | 1.8764 | 73.2720 | 19.0086 |
| 0.0334 | 4.0 | 944 | 2.0541 | 72.6774 | 19.7679 |
| 0.0129 | 5.0 | 1180 | 2.1722 | 70.6708 | 19.8076 |
| 0.011 | 6.0 | 1416 | 2.2637 | 71.2653 | 19.7416 |
| 0.0062 | 7.0 | 1652 | 2.3214 | 70.3920 | 20.3474 |
| 0.0067 | 8.0 | 1888 | 2.3405 | 71.9621 | 20.1999 |
Base model
openai/whisper-small