CoolFace
Modelpublic

ILRDF/whisper-large-v2-formosan-lang-tokens-ct2

sourceHugging Facecc-by-nc-4.0updated 13d agoView on Hugging Face
0likes193downloads
Model Card

Whisper Large-v2 Formosan Language Tokens (CTranslate2)

This repository contains the CTranslate2 float16 conversion of `ILRDF/whisper-large-v2-formosan-lang-tokens`.

The conversion was made with CTranslate2's Transformers converter and keeps the original tokenizer and preprocessing configuration. It is intended for use with faster-whisper and WhisperX.

python
from faster_whisper import WhisperModel

model = WhisperModel(
    "ILRDF/whisper-large-v2-formosan-lang-tokens-ct2",
    device="cuda",
    compute_type="float16",
)

Conversion settings:

  • —source: ILRDF/whisper-large-v2-formosan-lang-tokens
  • —quantization: float16
  • —converter: CTranslate2