|
--- |
|
license: mit |
|
quantized_by: flyfront |
|
base_model: litagin/anime-whisper |
|
tags: |
|
- not-for-all-audiences |
|
--- |
|
|
|
ไฝใฃใฆใฏ่ฆใพใใใใ้ณๅฃฐใๅ
ฅใใฆใใใพใ่ช่ญใใชใใใจใๅคใ่ชค่ช่ญใใใใจใๅคใใงใ๏ผๅคๆๆ้ ใๆชใใ๏ผ๏ผ |
|
|
|
# Anime Whisper Faster |
|
[Anime Whisper](https://huggingface.co/litagin/anime-whisper) ใ [Faster Whisper](https://github.com/systran/faster-whisper)ใงไฝฟใใใใใซ [CTranslate2](https://github.com/OpenNMT/CTranslate2/)ใงๅคๆใใใใฎใงใ |
|
|
|
|
|
|
|
``` |
|
python -m venv venv |
|
pip install ctranslate2 transformers[torch]>=4.23 |
|
|
|
ct2-transformers-converter --model litagin/anime-whisper --output_dir anime-whisper-faster --copy_files tokenizer_config.json preprocessor_config.json --quantization float16 |
|
``` |