whisper-medium-sk-ct2
CTranslate2 converted Whisper model.
Source model
- Repo:
NaiveNeuron/whisper-medium-sk - Commit:
939a05a6537ba23df0b09650bd53d74a7e76c5ca
Conversion
- Format:
CTranslate2 - Quantization:
int8_float16
Compatible libraries
faster-whisperctranslate2
Notes
This model was converted automatically from the original HuggingFace Transformers format to CTranslate2 format.
The model is intended for use with:
faster-whisperctranslate2
Usage
from faster_whisper import WhisperModel
model = WhisperModel(
"whisper-medium-sk-ct2",
device="cuda",
)
segments, info = model.transcribe("audio.wav")
for segment in segments:
print(segment.text)
- Downloads last month
- 45