asadfgglie
commited on
Commit
•
f3c9e64
1
Parent(s):
ccc20d2
Update README.md
Browse files
README.md
CHANGED
@@ -32,8 +32,9 @@ for segment in segments:
|
|
32 |
原始模型是根據以下指令轉換:
|
33 |
|
34 |
```
|
35 |
-
ct2-transformers-converter --
|
36 |
-
--
|
|
|
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`。
|