gradjitta commited on
Commit
3ba302f
1 Parent(s): d9d49c6

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -0
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
+