ILRDF/whisper-large-v2-formosan-lang-tokens-ct2
0193
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.
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
