Audio
Collection
Dhivehi Voice AI Collection: Tools for Thaana speech recognition (ASR), text-to-speech (TTS), and audio processing โข 32 items โข Updated โข 4
How to use alakxender/whisper-largev3-dv-syn-md with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("automatic-speech-recognition", model="alakxender/whisper-largev3-dv-syn-md") # Load model directly
from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
processor = AutoProcessor.from_pretrained("alakxender/whisper-largev3-dv-syn-md")
model = AutoModelForSpeechSeq2Seq.from_pretrained("alakxender/whisper-largev3-dv-syn-md")No model card