whisper-tamil-medium-ct2
CTranslate2 int8 conversion of vasista22/whisper-tamil-medium, ready for faster-whisper.
- Base model:
vasista22/whisper-tamil-medium(Apache-2.0) - Quantization: int8 (CPU-friendly;
model.binโ 774 MB) - Tokenizer note:
tokenizer.jsonhere was generated withtokenizers0.19.x so it loads on faster-whisper 1.0.x runtimes. (Atokenizer.jsonproduced by newertokenizerscan raisedata did not match any variant of untagged enum ModelWrapperon older runtimes.)
Usage
from faster_whisper import WhisperModel
model = WhisperModel("mohankumars26/whisper-tamil-medium-ct2", device="cpu", compute_type="int8")
segments, info = model.transcribe("audio.wav", language="ta", beam_size=1)
print("".join(s.text for s in segments))
Validation
On a Google FLEURS (ta_in) test clip this int8 model produced correct Tamil script
โ ~97% character match to the reference, avg_logprob โ โ0.05.
Converted with:
ct2-transformers-converter --model vasista22/whisper-tamil-medium \
--output_dir ct2-tamil --quantization int8 \
--copy_files tokenizer.json preprocessor_config.json
- Downloads last month
- 9
Model tree for mohankumars26/whisper-tamil-medium-ct2
Base model
vasista22/whisper-tamil-medium