Zoont commited on
Commit
8d03bef
·
verified ·
1 Parent(s): 731505f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +127 -3
README.md CHANGED
@@ -1,3 +1,127 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ language:
4
+ - en
5
+ - zh
6
+ - de
7
+ - es
8
+ - ru
9
+ - ko
10
+ - fr
11
+ - ja
12
+ - pt
13
+ - tr
14
+ - pl
15
+ - ca
16
+ - nl
17
+ - ar
18
+ - sv
19
+ - it
20
+ - id
21
+ - hi
22
+ - fi
23
+ - vi
24
+ - he
25
+ - uk
26
+ - el
27
+ - ms
28
+ - cs
29
+ - ro
30
+ - da
31
+ - hu
32
+ - ta
33
+ - 'no'
34
+ - th
35
+ - ur
36
+ - hr
37
+ - bg
38
+ - lt
39
+ - la
40
+ - mi
41
+ - ml
42
+ - cy
43
+ - sk
44
+ - te
45
+ - fa
46
+ - lv
47
+ - bn
48
+ - sr
49
+ - az
50
+ - sl
51
+ - kn
52
+ - et
53
+ - mk
54
+ - br
55
+ - eu
56
+ - is
57
+ - hy
58
+ - ne
59
+ - mn
60
+ - bs
61
+ - kk
62
+ - sq
63
+ - sw
64
+ - gl
65
+ - mr
66
+ - pa
67
+ - si
68
+ - km
69
+ - sn
70
+ - yo
71
+ - so
72
+ - af
73
+ - oc
74
+ - ka
75
+ - be
76
+ - tg
77
+ - sd
78
+ - gu
79
+ - am
80
+ - yi
81
+ - lo
82
+ - uz
83
+ - fo
84
+ - ht
85
+ - ps
86
+ - tk
87
+ - nn
88
+ - mt
89
+ - sa
90
+ - lb
91
+ - my
92
+ - bo
93
+ - tl
94
+ - mg
95
+ - as
96
+ - tt
97
+ - haw
98
+ - ln
99
+ - ha
100
+ - ba
101
+ - jw
102
+ - su
103
+ tags:
104
+ - audio
105
+ - automatic-speech-recognition
106
+ - faster-whisper
107
+ - 8-bit
108
+ pipeline_tag: automatic-speech-recognition
109
+ base_model:
110
+ - openai/whisper-large-v3-turbo
111
+ library_name: ctranslate2
112
+ ---
113
+
114
+ # CTranslate2 Conversion of whisper-large-v3-turbo (INT8 Quantization)
115
+
116
+ This model is converted from [openai/whisper-large-v3-turbo](https://huggingface.co/openai/whisper-large-v3-turbo) to the CTranslate2 format using INT8 quantization, primarily for use with [faster-whisper](https://github.com/SYSTRAN/faster-whisper.git)
117
+
118
+ ## Model Details
119
+
120
+ For more details about the model, see its original [model card](https://huggingface.co/openai/whisper-large-v3-turbo)
121
+
122
+ ## Conversion Details
123
+
124
+ The original model was converted using the following command:
125
+ ```
126
+ ct2-transformers-converter --model "c:\Users\naren\Downloads\whisper-large-v3-turbo\" --copy_files tokenizer.json preprocessor_config.json --output_dir faster-whisper-large-v3-turbo-int8-ct2 --quantization int8
127
+ ```