RetaSy/quranic_audio_dataset
Viewer • Updated • 6.83k • 231 • 11
How to use Mahmoud-Nasser/whisper-small-ar with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="Mahmoud-Nasser/whisper-small-ar") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("Mahmoud-Nasser/whisper-small-ar")
model = AutoModelForSpeechSeq2Seq.from_pretrained("Mahmoud-Nasser/whisper-small-ar")This model is a fine-tuned version of openai/whisper-base on the quranic_audio_dataset 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.0771 | 2.9240 | 1000 | 0.0722 | 34.2806 |
| 0.0183 | 5.8480 | 2000 | 0.0553 | 30.8476 |
| 0.0062 | 8.7719 | 3000 | 0.0527 | 30.7654 |
| 0.0023 | 11.6959 | 4000 | 0.0527 | 29.2050 |
Base model
openai/whisper-base