leyu-amharic/leyu-amharic-wello-dialect
Viewer • Updated • 4.86k • 112 • 1
How to use Bedru/FTwhisper-small-wello with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="Bedru/FTwhisper-small-wello") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("Bedru/FTwhisper-small-wello")
model = AutoModelForSpeechSeq2Seq.from_pretrained("Bedru/FTwhisper-small-wello")This model is a fine-tuned version of openai/whisper-small on the Leyu Amharic Wello Dialect 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.0950 | 3.3333 | 500 | 0.2847 | 75.4209 | 71.9345 |
| 0.0280 | 6.6667 | 1000 | 0.3072 | 74.0246 | 70.4737 |
| 0.0107 | 10.0 | 1500 | 0.3337 | 74.1889 | 70.2966 |
| 0.0028 | 13.3333 | 2000 | 0.3457 | 74.3326 | 70.4958 |
Base model
openai/whisper-small