YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

CTranslate2 Version of AI4B-Indicwhisper-ml

This is a CTranslate2 port of the original model.

Usage with faster-whisper

from faster_whisper import WhisperModel

model = WhisperModel('./ct2-models/ct2-ai4b-indicwhisper-ml', device='cuda', compute_type='float16')
segments, info = model.transcribe('audio.mp3')

for segment in segments:
    print(f'{segment.start:.2f} - {segment.end:.2f}: {segment.text}')
Downloads last month
5
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support