Moroccan Darija models
Collection
6 items โข Updated
How to use ychafiqui/whisper-medium-darija with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="ychafiqui/whisper-medium-darija", device_map="auto") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("ychafiqui/whisper-medium-darija")
model = AutoModelForSpeechSeq2Seq.from_pretrained("ychafiqui/whisper-medium-darija", device_map="auto")This model is a fine-tuned version of openai/whisper-medium on the Darija Speech to Text dataset.
More information needed
More information needed
More information needed
The following hyperparameters were used during training: