Whisper Large β€” Welsh & English β€” CTranslate2 (int8)

CTranslate2 int8 quantised version of techiaith/whisper-large-ft-cy-en.

This model provides faster inference with lower memory usage. See the source model for full details on training data, evaluation results, and usage.

Usage

import faster_whisper

model = faster_whisper.WhisperModel("techiaith/whisper-large-ft-cy-en-ct2")

# Welsh transcription
segments, info = model.transcribe("welsh_audio.wav", language="cy", task="transcribe")

# Welsh to English translation
segments, info = model.transcribe("welsh_audio.wav", language="cy", task="translate")
Downloads last month
85
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Collection including techiaith/whisper-large-ft-cy-en-ct2