File size: 341 Bytes
3ba302f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
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
```