JhonVanced commited on
Commit
ad0531d
1 Parent(s): d280cd4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -130,7 +130,7 @@ for segment in segments:
130
  The original model was converted with the following command:
131
 
132
  ```
133
- ct2-transformers-converter --model sin2piusc/whisper-large-v2-10k --output_dir faster-whisper-large-v3-ja \
134
  --copy_files tokenizer.json preprocessor_config.json --quantization float16
135
  ```
136
 
 
130
  The original model was converted with the following command:
131
 
132
  ```
133
+ ct2-transformers-converter --model sin2piusc/whisper-large-v2-10k --output_dir whisper-large-v2-10k-ct2 \
134
  --copy_files tokenizer.json preprocessor_config.json --quantization float16
135
  ```
136