sasikr2 commited on
Commit
a43a100
1 Parent(s): 539c131

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -5,7 +5,7 @@ base_model:
5
  pipeline_tag: automatic-speech-recognition
6
  ---
7
 
8
- This repo contains the conversion of [whisper-large-v3-turbo](https://github.com/openai/whisper) to [ctranslate2](https://github.com/OpenNMT/CTranslate2) format.
9
 
10
  Command to convert safetensors to ctranslate format checkpoint :
11
  ```ct2-transformers-converter --model sasikr2/whisper-large-v3-turbo --output_dir whisper-large-v3-turbo-ct2 --quantization float16```
 
5
  pipeline_tag: automatic-speech-recognition
6
  ---
7
 
8
+ This repo contains the conversion of [whisper-large-v3-turbo openai checkpoint](https://github.com/openai/whisper) to [ctranslate2](https://github.com/OpenNMT/CTranslate2) format.
9
 
10
  Command to convert safetensors to ctranslate format checkpoint :
11
  ```ct2-transformers-converter --model sasikr2/whisper-large-v3-turbo --output_dir whisper-large-v3-turbo-ct2 --quantization float16```