numan98/synth-incorrect-verses
Viewer • Updated • 3.3k • 39
How to use numan98/whisper-tiny-nextayah-v5 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="numan98/whisper-tiny-nextayah-v5") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("numan98/whisper-tiny-nextayah-v5")
model = AutoModelForSpeechSeq2Seq.from_pretrained("numan98/whisper-tiny-nextayah-v5")This model is a fine-tuned version of tarteel-ai/whisper-tiny-ar-quran on the Synth verses 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.1019 | 1.0753 | 100 | 0.0978 | 26.5827 |
| 0.0481 | 2.1505 | 200 | 0.0843 | 24.7265 |
| 0.0137 | 3.2258 | 300 | 0.0715 | 21.5777 |
| 0.0042 | 4.3011 | 400 | 0.0659 | 20.2519 |
Base model
tarteel-ai/whisper-tiny-ar-quran