atlasia/darija_bible_aligned
Viewer • Updated • 15.8k • 11 • 3
How to use basbao/whisper-tiny-arabic-finetune with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="basbao/whisper-tiny-arabic-finetune") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("basbao/whisper-tiny-arabic-finetune")
model = AutoModelForSpeechSeq2Seq.from_pretrained("basbao/whisper-tiny-arabic-finetune")This model is a fine-tuned version of openai/whisper-tiny on the darija_bible_aligned 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.202 | 1.0 | 888 | 0.1978 | 21.4519 |
Base model
openai/whisper-tiny