Zoont commited on
Commit
846f747
·
verified ·
1 Parent(s): 8d03bef

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 "c:\Users\naren\Downloads\whisper-large-v3-turbo\" --copy_files tokenizer.json preprocessor_config.json --output_dir faster-whisper-large-v3-turbo-int8-ct2 --quantization int8
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
  ```