Update README.md
Browse files
README.md
CHANGED
@@ -4,9 +4,14 @@ base_model:
|
|
4 |
- litagin/anime-whisper
|
5 |
---
|
6 |
|
|
|
|
|
7 |
# Anime Whisper Faster
|
8 |
[Anime Whisper](https://huggingface.co/litagin/anime-whisper) を [Faster Whisper](https://github.com/systran/faster-whisper)で使えるように [CTranslate2](https://github.com/OpenNMT/CTranslate2/)で変換したものです
|
9 |
|
|
|
|
|
|
|
10 |
```
|
11 |
python -m venv venv
|
12 |
pip install ctranslate2 transformers[torch]>=4.23
|
|
|
4 |
- litagin/anime-whisper
|
5 |
---
|
6 |
|
7 |
+
作っては見ましたが、精度がかなり悪いです(変換手順が悪いか?)、kotoba-whisper-v2.0-fasterを使った方がよいでしょう。
|
8 |
+
|
9 |
# Anime Whisper Faster
|
10 |
[Anime Whisper](https://huggingface.co/litagin/anime-whisper) を [Faster Whisper](https://github.com/systran/faster-whisper)で使えるように [CTranslate2](https://github.com/OpenNMT/CTranslate2/)で変換したものです
|
11 |
|
12 |
+
|
13 |
+
anime whisperのベースとなった[kotoba-whisper-v2.0のfaster版](kotoba-whisper-v2.0-faster)は問題なく認識できる
|
14 |
+
|
15 |
```
|
16 |
python -m venv venv
|
17 |
pip install ctranslate2 transformers[torch]>=4.23
|