Update README.md
Browse files
README.md
CHANGED
|
@@ -30,7 +30,7 @@ for segment in segments:
|
|
| 30 |
The original model was converted with the following command:
|
| 31 |
|
| 32 |
```
|
| 33 |
-
ct2-transformers-converter --model byoussef/whisper-large-v2-Ko --output_dir faster-whisper-large-v2-
|
| 34 |
--copy_files tokenizer.json --quantization float16
|
| 35 |
```
|
| 36 |
|
|
|
|
| 30 |
The original model was converted with the following command:
|
| 31 |
|
| 32 |
```
|
| 33 |
+
ct2-transformers-converter --model byoussef/whisper-large-v2-Ko --output_dir faster-whisper-large-v2-Ko \
|
| 34 |
--copy_files tokenizer.json --quantization float16
|
| 35 |
```
|
| 36 |
|