Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- audio
|
4 |
+
- automatic-speech-recognition
|
5 |
+
license: mit
|
6 |
+
library_name: ctranslate2
|
7 |
+
---
|
8 |
+
|
9 |
+
## Conversion details
|
10 |
+
|
11 |
+
The original model was converted with the following command:
|
12 |
+
|
13 |
+
```
|
14 |
+
ct2-transformers-converter --model versae/whisper-large-v3 --output_dir ct2-whisper-large-v3 \
|
15 |
+
--copy_files tokenizer.json --quantization float16
|
16 |
+
```
|
17 |
+
|