sasikr2's picture
Update README.md
a43a100 verified
|
raw
history blame
557 Bytes
---
license: apache-2.0
base_model:
- openai/whisper-large-v3-turbo
pipeline_tag: automatic-speech-recognition
---
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.
Command to convert safetensors to ctranslate format checkpoint :
```ct2-transformers-converter --model sasikr2/whisper-large-v3-turbo --output_dir whisper-large-v3-turbo-ct2 --quantization float16```
huggingface checkpoint: sasikr2/whisper-large-v3-turbo