numan98/synth-incorrect-verses
Viewer • Updated • 3.3k • 63
How to use numan98/whisper-tiny-nextayah-v2 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="numan98/whisper-tiny-nextayah-v2") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("numan98/whisper-tiny-nextayah-v2")
model = AutoModelForSpeechSeq2Seq.from_pretrained("numan98/whisper-tiny-nextayah-v2")This model is a fine-tuned version of tarteel-ai/whisper-tiny-ar-quran on the Synthetic Incorrect 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.0666 | 8.7788 | 500 | 0.1351 | 27.3909 |
| 0.0073 | 17.5487 | 1000 | 0.1090 | 23.3983 |
| 0.0029 | 26.3186 | 1500 | 0.1079 | 22.0984 |
Base model
tarteel-ai/whisper-tiny-ar-quran