numan98/synth-incorrect-verses
Viewer • Updated • 3.3k • 69
How to use numan98/whisper-tiny-nextayah-v4 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="numan98/whisper-tiny-nextayah-v4") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("numan98/whisper-tiny-nextayah-v4")
model = AutoModelForSpeechSeq2Seq.from_pretrained("numan98/whisper-tiny-nextayah-v4")This model is a fine-tuned version of tarteel-ai/whisper-tiny-ar-quran on the Synth verses dataset.
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
Base model
tarteel-ai/whisper-tiny-ar-quran