asadfgglie commited on
Commit
f3c9e64
1 Parent(s): ccc20d2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -32,8 +32,9 @@ for segment in segments:
32
  原始模型是根據以下指令轉換:
33
 
34
  ```
35
- ct2-transformers-converter --model JacobLinCool/whisper-large-v3-turbo-common_voice_19_0-zh-TW \
36
- --output_dir whisper_model/faster-whisper-large-v3-zh-TW --copy_files preprocessor_config.json
 
37
  ```
38
 
39
  在轉換完成後,請記得自行到原始模型的[model card](https://huggingface.co/openai/whisper-large-v3)中下載`tokenizer.json`。
 
32
  原始模型是根據以下指令轉換:
33
 
34
  ```
35
+ ct2-transformers-converter --output_dir faster-whisper-large-v3-zh-TW \
36
+ --model JacobLinCool/whisper-large-v3-turbo-common_voice_19_0-zh-TW \
37
+ --copy_files preprocessor_config.json
38
  ```
39
 
40
  在轉換完成後,請記得自行到原始模型的[model card](https://huggingface.co/openai/whisper-large-v3)中下載`tokenizer.json`。