bzikst commited on
Commit
e00cfb0
·
verified ·
1 Parent(s): 66dff88

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ This is ctranslate2 converted version of Apel-sin/whisper-large-v3-russian-ties-podlodka-v1.2
2
+
3
+ Command used to convert is
4
+ ```
5
+ ct2-transformers-converter --model Apel-sin/whisper-large-v3-russian-ties-podlodka-v1.2 --output_dir faster-whisper-large-v3-russian-ties-podlodka-v1.2-int8 --copy_files tokenizer_config.j
6
+ son preprocessor_config.json --quantization int8_float32
7
+ ```