--- 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](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