--- 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 ```