gradjitta's picture
Create README.md
3ba302f
---
tags:
- audio
- automatic-speech-recognition
license: mit
library_name: ctranslate2
---
## Conversion details
The original model was converted with the following command:
```
ct2-transformers-converter --model versae/whisper-large-v3 --output_dir ct2-whisper-large-v3 \
--copy_files tokenizer.json --quantization float16
```