gheero-Leyu/leyu-amharic-wello-dialect
Viewer • Updated • 4.86k • 5
How to use Bedru/whisper-small-wello-enhanced with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="Bedru/whisper-small-wello-enhanced") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("Bedru/whisper-small-wello-enhanced")
model = AutoModelForSpeechSeq2Seq.from_pretrained("Bedru/whisper-small-wello-enhanced")This model is a fine-tuned version of openai/whisper-small on the wello 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 Ortho | Wer |
|---|---|---|---|---|---|
| 1.5181 | 2.4642 | 500 | 0.8604 | 117.0962 | 107.6855 |
| 0.3944 | 4.9284 | 1000 | 0.3722 | 94.3299 | 93.2862 |
| 0.1123 | 7.3901 | 1500 | 0.2744 | 82.5601 | 81.6254 |
| 0.0734 | 9.8543 | 2000 | 0.2608 | 81.4433 | 80.2120 |
Base model
openai/whisper-small