fixie-ai/common_voice_17_0
Viewer • Updated • 11.4M • 111k • 15
How to use deepdml/whisper-small-ar-mix-norm with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="deepdml/whisper-small-ar-mix-norm") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("deepdml/whisper-small-ar-mix-norm")
model = AutoModelForSpeechSeq2Seq.from_pretrained("deepdml/whisper-small-ar-mix-norm")This model is a fine-tuned version of openai/whisper-small on the Common Voice 17.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 | Cer |
|---|---|---|---|---|---|
| 0.5511 | 0.0556 | 1000 | 0.4263 | 38.7837 | 12.1682 |
| 0.2273 | 0.1111 | 2000 | 0.3858 | 34.5513 | 10.7969 |
| 0.1023 | 0.1667 | 3000 | 0.3663 | 33.5690 | 10.3863 |
| 0.0545 | 0.2222 | 4000 | 0.3567 | 31.5786 | 9.2661 |
| 0.043 | 0.2778 | 5000 | 0.3421 | 31.7236 | 9.3731 |
| 0.0254 | 0.3333 | 6000 | 0.3316 | 30.0600 | 9.0426 |
| 0.0219 | 0.3889 | 7000 | 0.3269 | 29.6451 | 8.7922 |
| 0.0177 | 0.4444 | 8000 | 0.3258 | 29.2705 | 8.7774 |
| 0.0209 | 0.5 | 9000 | 0.3157 | 28.5177 | 8.5056 |
| 0.0212 | 0.5556 | 10000 | 0.3105 | 28.9345 | 8.4034 |
| 0.0093 | 0.6111 | 11000 | 0.3111 | 27.8052 | 8.1165 |
| 0.012 | 0.6667 | 12000 | 0.3158 | 27.7042 | 8.2345 |
| 0.0124 | 0.7222 | 13000 | 0.3119 | 27.0304 | 7.9191 |
| 0.005 | 1.0393 | 14000 | 0.3392 | 27.5739 | 8.0862 |
| 0.008 | 1.0949 | 15000 | 0.3334 | 27.3590 | 7.9829 |
| 0.0049 | 1.1504 | 16000 | 0.3451 | 27.2911 | 8.0076 |
| 0.0032 | 1.206 | 17000 | 0.3468 | 27.0873 | 7.9693 |
| 0.0031 | 1.2616 | 18000 | 0.3340 | 27.1515 | 7.9929 |
Please cite the model using the following BibTeX entry:
@misc{deepdml/whisper-small-ar-mix-norm,
title={Fine-tuned Whisper small ASR model for speech recognition in Arabic},
author={Jimenez, David},
howpublished={\url{https://huggingface.co/deepdml/whisper-small-ar-mix-norm}},
year={2026}
}
Base model
openai/whisper-small