Update README.md
Browse files
README.md
CHANGED
@@ -30,8 +30,8 @@ for segment in segments:
|
|
30 |
The original model was converted with the following command:
|
31 |
|
32 |
```
|
33 |
-
ct2-transformers-converter --model byoussef/whisper-large-v2-Ko --output_dir faster-whisper-large-v2-
|
34 |
-
--quantization float16
|
35 |
```
|
36 |
|
37 |
Note that the model weights are saved in FP16. This type can be changed when the model is loaded using the [`compute_type` option in CTranslate2](https://opennmt.net/CTranslate2/quantization.html).
|
|
|
30 |
The original model was converted with the following command:
|
31 |
|
32 |
```
|
33 |
+
ct2-transformers-converter --model byoussef/whisper-large-v2-Ko --output_dir faster-whisper-large-v2-Ko_model \
|
34 |
+
--copy_files tokenizer.json --quantization float16
|
35 |
```
|
36 |
|
37 |
Note that the model weights are saved in FP16. This type can be changed when the model is loaded using the [`compute_type` option in CTranslate2](https://opennmt.net/CTranslate2/quantization.html).
|