Update README.md
Browse files
README.md
CHANGED
@@ -123,5 +123,5 @@ For more details about the model, see its original [model card](https://huggingf
|
|
123 |
|
124 |
The original model was converted using the following command:
|
125 |
```
|
126 |
-
ct2-transformers-converter --model
|
127 |
```
|
|
|
123 |
|
124 |
The original model was converted using the following command:
|
125 |
```
|
126 |
+
ct2-transformers-converter --model whisper-large-v3-turbo --copy_files tokenizer.json preprocessor_config.json --output_dir faster-whisper-large-v3-turbo-int8-ct2 --quantization int8
|
127 |
```
|