tmduc47 commited on
Commit
2c358c7
1 Parent(s): dafbeea

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -6,6 +6,11 @@ base_model:
6
  # Whisper large-v3-turbo in CTranslate2
7
  This repo contains the CTranslate2 format of the [whisper-large-v3-turbo](https://huggingface.co/openai/whisper-large-v3-turbo)
8
 
 
 
 
 
 
9
  # Example with whisperx
10
  ```Python
11
  from whisperx.asr import WhisperModel
 
6
  # Whisper large-v3-turbo in CTranslate2
7
  This repo contains the CTranslate2 format of the [whisper-large-v3-turbo](https://huggingface.co/openai/whisper-large-v3-turbo)
8
 
9
+ # Conversation
10
+ ```bash
11
+ ct2-transformers-converter --model openai/whisper-large-v3-turbo --output_dir whisper-large-v3-turbo --copy_files tokenizer.json preprocessor_config.json --quantization float16
12
+ ```
13
+
14
  # Example with whisperx
15
  ```Python
16
  from whisperx.asr import WhisperModel