ymoslem/Wikimedia-Speech-Irish
Viewer • Updated • 15.1k • 222 • 4
How to use InoWouw/whisper-small-irish with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="InoWouw/whisper-small-irish") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("InoWouw/whisper-small-irish")
model = AutoModelForSpeechSeq2Seq.from_pretrained("InoWouw/whisper-small-irish")This model is a fine-tuned version of openai/whisper-small on the Wikimedia-Speech-Irish 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.6959 | 0.6623 | 500 | 0.6916 | 45.1903 |
| 0.3564 | 1.3245 | 1000 | 0.4082 | 27.8983 |
| 0.2594 | 1.9868 | 1500 | 0.3233 | 23.9319 |
| 0.1527 | 2.6490 | 2000 | 0.2916 | 22.0176 |
| 0.1062 | 3.3113 | 2500 | 0.2792 | 21.5510 |
Base model
openai/whisper-small