YassineKader
commited on
Commit
·
dfc3922
1
Parent(s):
0a727d6
Update README.md
Browse files
README.md
CHANGED
@@ -57,7 +57,7 @@ print(transcription)
|
|
57 |
The original model was converted with the following command:
|
58 |
|
59 |
```
|
60 |
-
ct2-transformers-converter --model
|
61 |
```
|
62 |
|
63 |
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).
|
|
|
57 |
The original model was converted with the following command:
|
58 |
|
59 |
```
|
60 |
+
ct2-transformers-converter --model YassineKader/whisper-small-haitian --output_dir faster-whisper-small-ht --copy_files tokenizer.json --quantization float32
|
61 |
```
|
62 |
|
63 |
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).
|