flyfront commited on
Commit
de933c9
·
verified ·
1 Parent(s): 32cb1d7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -8
README.md CHANGED
@@ -1,9 +1,15 @@
1
- # Anime Whisper Faster
2
- [Anime Whisper](https://huggingface.co/litagin/anime-whisper) を [Faster Whisper](https://github.com/systran/faster-whisper)で使えるように [CTranslate2](https://github.com/OpenNMT/CTranslate2/)で変換したものです
3
-
4
- ```
5
- python -m venv venv
6
- pip install ctranslate2 transformers[torch]>=4.23
7
-
8
- ct2-transformers-converter --model litagin/anime-whisper --output_dir anime-whisper-faster --copy_files tokenizer_config.json preprocessor_config.json --quantization float16
 
 
 
 
 
 
9
  ```
 
1
+ ---
2
+ license: mit
3
+ 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
13
+
14
+ ct2-transformers-converter --model litagin/anime-whisper --output_dir anime-whisper-faster --copy_files tokenizer_config.json preprocessor_config.json --quantization float16
15
  ```