This is ivrit.ai's faster-whisper model, based on the ivrit-ai/yi-whisper-large-v3-turbo Whisper model.

Prerequisites

pip3 install faster_whisper

Usage

import faster_whisper
model = faster_whisper.WhisperModel('ivrit-ai/yi-whisper-large-v3-turbo-ct2')

segs, _ = model.transcribe('media-file', language='he')

texts = [s.text for s in segs]

transcribed_text = ' '.join(texts)
print(f'Transcribed text: {transcribed_text}')
Downloads last month
33
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for ivrit-ai/yi-whisper-large-v3-turbo-ct2

Finetuned
(381)
this model

Collection including ivrit-ai/yi-whisper-large-v3-turbo-ct2