File size: 539 Bytes
e5c8045
 
 
 
 
 
 
539c131
e5c8045
539c131
 
e5c8045
539c131
e5c8045
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
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