Moroccan Darija models
Collection
6 items • Updated
How to use ychafiqui/whisper-small-darija with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="ychafiqui/whisper-small-darija") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("ychafiqui/whisper-small-darija")
model = AutoModelForSpeechSeq2Seq.from_pretrained("ychafiqui/whisper-small-darija")This model is a fine-tuned version of openai/whisper-small on the Darija Speech to Text 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.4762 | 1.6584 | 1000 | 0.5318 | 48.2740 |