gheero-Leyu/leyu-amharic-wello-dialect
Viewer • Updated • 4.86k • 291
How to use Bedru/whisper-small-wello with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="Bedru/whisper-small-wello") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("Bedru/whisper-small-wello")
model = AutoModelForSpeechSeq2Seq.from_pretrained("Bedru/whisper-small-wello")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 |
|---|---|---|---|---|---|
| 0.3265 | 2.4631 | 500 | 0.4823 | 95.6186 | 94.3463 |
| 0.1231 | 4.9261 | 1000 | 0.2909 | 87.2852 | 86.0424 |
| 0.0340 | 7.3892 | 1500 | 0.2527 | 76.8900 | 76.5018 |
| 0.0274 | 9.8522 | 2000 | 0.2421 | 74.3127 | 72.7915 |
Base model
openai/whisper-small