Create README.md
Browse files
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 |
+
```
|