jpy794 commited on
Commit
e140959
·
verified ·
1 Parent(s): 194e2ff

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model:
4
+ - openai/whisper-base
5
+ tags:
6
+ - ctranslate2
7
+ ---
8
+
9
+ # whisper-base-int8-ct2
10
+
11
+ ```shell
12
+ pip install transformers[torch]
13
+ ct2-transformers-converter --model openai/whisper-base --output_dir whisper-base-int8-ct2 --quantization int8 --copy_files preprocessor_config.json tokenizer.json
14
+ ```