arc-r commited on
Commit
95485ba
1 Parent(s): c619cb9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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-Ko \
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).