Whisper Large v3 — Malayalam CT2 (faster-whisper)

CTranslate2-converted version of the fine-tuned Whisper Large v3 Malayalam model, ready to use with faster-whisper.

Usage

`python from faster_whisper import WhisperModel

model = WhisperModel("rontroy/whisper-large-v3-malayalam-ct2", device="cuda", compute_type="float16")

Transcribe audio file

segments, info = model.transcribe("your_audio.wav", language="ml") for segment in segments: print(segment.text) `

PyTorch version

The full PyTorch / Transformers version is available at rontroy/whisper-large-v3-malayalam.

Downloads last month
13
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for rontroy/whisper-large-v3-malayalam-ct2

Finetuned
(929)
this model

Dataset used to train rontroy/whisper-large-v3-malayalam-ct2