numan98/synth-incorrect-verses
Viewer • Updated • 3.3k • 62
How to use numan98/whisper-tiny-nextayah with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="numan98/whisper-tiny-nextayah") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("numan98/whisper-tiny-nextayah")
model = AutoModelForSpeechSeq2Seq.from_pretrained("numan98/whisper-tiny-nextayah")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.0217 | 8.7719 | 500 | 0.1236 | 22.5044 |
| 0.0025 | 17.5439 | 1000 | 0.1063 | 21.0158 |
| 0.0001 | 26.3158 | 1500 | 0.0910 | 17.4256 |
| 0.0001 | 35.0877 | 2000 | 0.0921 | 17.2504 |
Base model
tarteel-ai/whisper-tiny-ar-quran