flyfront's picture
Update README.md
ca29eee verified
---
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
```