atlasia/DODa-audio-dataset
Viewer • Updated • 12.7k • 524 • 19
How to use aymanebiri/whisper-small-darija with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="aymanebiri/whisper-small-darija") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("aymanebiri/whisper-small-darija")
model = AutoModelForSpeechSeq2Seq.from_pretrained("aymanebiri/whisper-small-darija")This model is a fine-tuned version of openai/whisper-small on the DODa 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.4177 | 1.7241 | 1000 | 0.4935 | 50.0779 |
| 0.1437 | 3.4483 | 2000 | 0.4961 | 47.4071 |
| 0.0349 | 5.1724 | 3000 | 0.5515 | 49.6105 |
| 0.0083 | 6.8966 | 4000 | 0.6211 | 47.4293 |
| 0.0027 | 8.6207 | 5000 | 0.6569 | 46.8729 |
Base model
openai/whisper-small