A fine-tuned version of
openai/whisper-large-v3
for
Malayalam (ml) and
Tamil (ta) automatic speech recognition, trained with LoRA adapters and merged
into a full PyTorch model.
pipe = pipeline(
"automatic-speech-recognition",
model="rontroy/whisper-large-v3-malayalam",
generate_kwargs={"language": "malayalam", "task": "transcribe"},
)
A faster-whisper compatible version is available at
rontroy/whisper-large-v3-malayalam-ct2.