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-whisper
  • ctranslate2

Notes

This model was converted automatically from the original HuggingFace Transformers format to CTranslate2 format.

The model is intended for use with:

  • faster-whisper
  • ctranslate2

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
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for dongd87/whisper-medium-sk-ct2

Finetuned
(2)
this model