numan98/synth-incorrect-verses
Viewer • Updated • 3.3k • 69
How to use numan98/whisper-tiny-nextayah-v3 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="numan98/whisper-tiny-nextayah-v3") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("numan98/whisper-tiny-nextayah-v3")
model = AutoModelForSpeechSeq2Seq.from_pretrained("numan98/whisper-tiny-nextayah-v3")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:
Base model
tarteel-ai/whisper-tiny-ar-quran