adiren7/darija_speech_to_text
Viewer • Updated • 10.8k • 144 • 9
How to use abdelkader12/whisper-small-ar with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="abdelkader12/whisper-small-ar") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("abdelkader12/whisper-small-ar")
model = AutoModelForSpeechSeq2Seq.from_pretrained("abdelkader12/whisper-small-ar")This model is a fine-tuned version of openai/whisper-small on the Darija Common Voice 11.0 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.3514 | 2.9586 | 1000 | 0.3091 | 31.6068 |
Base model
openai/whisper-small