ilokavat commited on
Commit
48eeca5
·
verified ·
1 Parent(s): b88e2fb

Upload folder using huggingface_hub

Browse files
Files changed (4) hide show
  1. README.md +9 -0
  2. config.json +273 -0
  3. model.bin +3 -0
  4. vocabulary.json +0 -0
README.md ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ Model Pipeline:
2
+
3
+ `openai/whisper-medium.en` --> `monadical-labs/whisper-medium.en` --> `monadical-labs/whisper-medium.en-ctranslate2`
4
+
5
+ **Explanation:**
6
+
7
+ * `openai/whisper-medium.en`: Original OpenAI English Whisper "medium" model.
8
+ * `monadical-labs/whisper-medium.en`: fine-tuned with custom data.
9
+ * `monadical-labs/whisper-medium.en-ctranslate2`: Optimized version using CTranslate2 for faster inference.
config.json ADDED
@@ -0,0 +1,273 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alignment_heads": [
3
+ [
4
+ 11,
5
+ 4
6
+ ],
7
+ [
8
+ 14,
9
+ 1
10
+ ],
11
+ [
12
+ 14,
13
+ 12
14
+ ],
15
+ [
16
+ 14,
17
+ 14
18
+ ],
19
+ [
20
+ 15,
21
+ 4
22
+ ],
23
+ [
24
+ 16,
25
+ 0
26
+ ],
27
+ [
28
+ 16,
29
+ 4
30
+ ],
31
+ [
32
+ 16,
33
+ 9
34
+ ],
35
+ [
36
+ 17,
37
+ 12
38
+ ],
39
+ [
40
+ 17,
41
+ 14
42
+ ],
43
+ [
44
+ 18,
45
+ 7
46
+ ],
47
+ [
48
+ 18,
49
+ 10
50
+ ],
51
+ [
52
+ 18,
53
+ 15
54
+ ],
55
+ [
56
+ 20,
57
+ 0
58
+ ],
59
+ [
60
+ 20,
61
+ 3
62
+ ],
63
+ [
64
+ 20,
65
+ 9
66
+ ],
67
+ [
68
+ 20,
69
+ 14
70
+ ],
71
+ [
72
+ 21,
73
+ 12
74
+ ]
75
+ ],
76
+ "lang_ids": [
77
+ 50258,
78
+ 50259,
79
+ 50260,
80
+ 50261,
81
+ 50262,
82
+ 50263,
83
+ 50264,
84
+ 50265,
85
+ 50266,
86
+ 50267,
87
+ 50268,
88
+ 50269,
89
+ 50270,
90
+ 50271,
91
+ 50272,
92
+ 50273,
93
+ 50274,
94
+ 50275,
95
+ 50276,
96
+ 50277,
97
+ 50278,
98
+ 50279,
99
+ 50280,
100
+ 50281,
101
+ 50282,
102
+ 50283,
103
+ 50284,
104
+ 50285,
105
+ 50286,
106
+ 50287,
107
+ 50288,
108
+ 50289,
109
+ 50290,
110
+ 50291,
111
+ 50292,
112
+ 50293,
113
+ 50294,
114
+ 50295,
115
+ 50296,
116
+ 50297,
117
+ 50298,
118
+ 50299,
119
+ 50300,
120
+ 50301,
121
+ 50302,
122
+ 50303,
123
+ 50304,
124
+ 50305,
125
+ 50306,
126
+ 50307,
127
+ 50308,
128
+ 50309,
129
+ 50310,
130
+ 50311,
131
+ 50312,
132
+ 50313,
133
+ 50314,
134
+ 50315,
135
+ 50316,
136
+ 50317,
137
+ 50318,
138
+ 50319,
139
+ 50320,
140
+ 50321,
141
+ 50322,
142
+ 50323,
143
+ 50324,
144
+ 50325,
145
+ 50326,
146
+ 50327,
147
+ 50328,
148
+ 50329,
149
+ 50330,
150
+ 50331,
151
+ 50332,
152
+ 50333,
153
+ 50334,
154
+ 50335,
155
+ 50336,
156
+ 50337,
157
+ 50338,
158
+ 50339,
159
+ 50340,
160
+ 50341,
161
+ 50342,
162
+ 50343,
163
+ 50344,
164
+ 50345,
165
+ 50346,
166
+ 50347,
167
+ 50348,
168
+ 50349,
169
+ 50350,
170
+ 50351,
171
+ 50352,
172
+ 50353,
173
+ 50354,
174
+ 50355,
175
+ 50356
176
+ ],
177
+ "suppress_ids": [
178
+ 1,
179
+ 2,
180
+ 7,
181
+ 8,
182
+ 9,
183
+ 10,
184
+ 14,
185
+ 25,
186
+ 26,
187
+ 27,
188
+ 28,
189
+ 29,
190
+ 31,
191
+ 58,
192
+ 59,
193
+ 60,
194
+ 61,
195
+ 62,
196
+ 63,
197
+ 90,
198
+ 91,
199
+ 92,
200
+ 93,
201
+ 357,
202
+ 366,
203
+ 438,
204
+ 532,
205
+ 685,
206
+ 705,
207
+ 796,
208
+ 930,
209
+ 1058,
210
+ 1220,
211
+ 1267,
212
+ 1279,
213
+ 1303,
214
+ 1343,
215
+ 1377,
216
+ 1391,
217
+ 1635,
218
+ 1782,
219
+ 1875,
220
+ 2162,
221
+ 2361,
222
+ 2488,
223
+ 3467,
224
+ 4008,
225
+ 4211,
226
+ 4600,
227
+ 4808,
228
+ 5299,
229
+ 5855,
230
+ 6329,
231
+ 7203,
232
+ 9609,
233
+ 9959,
234
+ 10563,
235
+ 10786,
236
+ 11420,
237
+ 11709,
238
+ 11907,
239
+ 13163,
240
+ 13697,
241
+ 13700,
242
+ 14808,
243
+ 15306,
244
+ 16410,
245
+ 16791,
246
+ 17992,
247
+ 19203,
248
+ 19510,
249
+ 20724,
250
+ 22305,
251
+ 22935,
252
+ 27007,
253
+ 30109,
254
+ 30420,
255
+ 33409,
256
+ 34949,
257
+ 40283,
258
+ 40493,
259
+ 40549,
260
+ 47282,
261
+ 49146,
262
+ 50257,
263
+ 50357,
264
+ 50358,
265
+ 50359,
266
+ 50360,
267
+ 50361
268
+ ],
269
+ "suppress_ids_begin": [
270
+ 220,
271
+ 50256
272
+ ]
273
+ }
model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f8688871ce620a98b52ba20a3d3408c5266aec54db19348c00781ed626fcdd22
3
+ size 3055765653
vocabulary.json ADDED
The diff for this file is too large to render. See raw diff