faster-whisper - Sinhala ASR

CTranslate2 conversion of SPEAK-ASR/whisper-si-exp-10-medium.

Quantization

float16

Usage

from faster_whisper import WhisperModel

model = WhisperModel("SPEAK-ASR/faster-whisper-medium-si-exp10-fp16", device="cuda", compute_type="float16")
segments, info = model.transcribe("audio.wav", language="si", task="transcribe")
for segment in segments:
    print(segment.text)
Downloads last month
24
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for SPEAK-ASR/faster-whisper-medium-si-exp10-fp16

Finetuned
(816)
this model