TenzinGayche commited on
Commit
64d3b03
1 Parent(s): 57dfedf

Upload WhisperForConditionalGeneration

Browse files
Files changed (3) hide show
  1. config.json +139 -0
  2. generation_config.json +269 -0
  3. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,139 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "openpecha/whisper-small",
3
+ "activation_dropout": 0.0,
4
+ "activation_function": "gelu",
5
+ "apply_spec_augment": false,
6
+ "architectures": [
7
+ "WhisperForConditionalGeneration"
8
+ ],
9
+ "attention_dropout": 0.0,
10
+ "begin_suppress_tokens": [
11
+ 220,
12
+ 50257
13
+ ],
14
+ "bos_token_id": 50257,
15
+ "classifier_proj_size": 256,
16
+ "d_model": 768,
17
+ "decoder_attention_heads": 12,
18
+ "decoder_ffn_dim": 3072,
19
+ "decoder_layerdrop": 0.0,
20
+ "decoder_layers": 12,
21
+ "decoder_start_token_id": 50258,
22
+ "dropout": 0.0,
23
+ "encoder_attention_heads": 12,
24
+ "encoder_ffn_dim": 3072,
25
+ "encoder_layerdrop": 0.0,
26
+ "encoder_layers": 12,
27
+ "eos_token_id": 50257,
28
+ "forced_decoder_ids": null,
29
+ "init_std": 0.02,
30
+ "is_encoder_decoder": true,
31
+ "mask_feature_length": 10,
32
+ "mask_feature_min_masks": 0,
33
+ "mask_feature_prob": 0.0,
34
+ "mask_time_length": 10,
35
+ "mask_time_min_masks": 2,
36
+ "mask_time_prob": 0.05,
37
+ "max_length": 448,
38
+ "max_source_positions": 1500,
39
+ "max_target_positions": 448,
40
+ "median_filter_width": 7,
41
+ "model_type": "whisper",
42
+ "num_hidden_layers": 12,
43
+ "num_mel_bins": 80,
44
+ "pad_token_id": 50257,
45
+ "scale_embedding": false,
46
+ "suppress_tokens": [
47
+ 1,
48
+ 2,
49
+ 7,
50
+ 8,
51
+ 9,
52
+ 10,
53
+ 14,
54
+ 25,
55
+ 26,
56
+ 27,
57
+ 28,
58
+ 29,
59
+ 31,
60
+ 58,
61
+ 59,
62
+ 60,
63
+ 61,
64
+ 62,
65
+ 63,
66
+ 90,
67
+ 91,
68
+ 92,
69
+ 93,
70
+ 359,
71
+ 503,
72
+ 522,
73
+ 542,
74
+ 873,
75
+ 893,
76
+ 902,
77
+ 918,
78
+ 922,
79
+ 931,
80
+ 1350,
81
+ 1853,
82
+ 1982,
83
+ 2460,
84
+ 2627,
85
+ 3246,
86
+ 3253,
87
+ 3268,
88
+ 3536,
89
+ 3846,
90
+ 3961,
91
+ 4183,
92
+ 4667,
93
+ 6585,
94
+ 6647,
95
+ 7273,
96
+ 9061,
97
+ 9383,
98
+ 10428,
99
+ 10929,
100
+ 11938,
101
+ 12033,
102
+ 12331,
103
+ 12562,
104
+ 13793,
105
+ 14157,
106
+ 14635,
107
+ 15265,
108
+ 15618,
109
+ 16553,
110
+ 16604,
111
+ 18362,
112
+ 18956,
113
+ 20075,
114
+ 21675,
115
+ 22520,
116
+ 26130,
117
+ 26161,
118
+ 26435,
119
+ 28279,
120
+ 29464,
121
+ 31650,
122
+ 32302,
123
+ 32470,
124
+ 36865,
125
+ 42863,
126
+ 47425,
127
+ 49870,
128
+ 50254,
129
+ 50258,
130
+ 50360,
131
+ 50361,
132
+ 50362
133
+ ],
134
+ "torch_dtype": "float32",
135
+ "transformers_version": "4.33.2",
136
+ "use_cache": true,
137
+ "use_weighted_layer_sum": false,
138
+ "vocab_size": 51865
139
+ }
generation_config.json ADDED
@@ -0,0 +1,269 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alignment_heads": [
3
+ [
4
+ 5,
5
+ 3
6
+ ],
7
+ [
8
+ 5,
9
+ 9
10
+ ],
11
+ [
12
+ 8,
13
+ 0
14
+ ],
15
+ [
16
+ 8,
17
+ 4
18
+ ],
19
+ [
20
+ 8,
21
+ 7
22
+ ],
23
+ [
24
+ 8,
25
+ 8
26
+ ],
27
+ [
28
+ 9,
29
+ 0
30
+ ],
31
+ [
32
+ 9,
33
+ 7
34
+ ],
35
+ [
36
+ 9,
37
+ 9
38
+ ],
39
+ [
40
+ 10,
41
+ 5
42
+ ]
43
+ ],
44
+ "begin_suppress_tokens": [
45
+ 220,
46
+ 50257
47
+ ],
48
+ "bos_token_id": 50257,
49
+ "decoder_start_token_id": 50258,
50
+ "eos_token_id": 50257,
51
+ "forced_decoder_ids": [
52
+ [
53
+ 1,
54
+ 50259
55
+ ],
56
+ [
57
+ 2,
58
+ 50359
59
+ ],
60
+ [
61
+ 3,
62
+ 50363
63
+ ]
64
+ ],
65
+ "is_multilingual": true,
66
+ "lang_to_id": {
67
+ "<|af|>": 50327,
68
+ "<|am|>": 50334,
69
+ "<|ar|>": 50272,
70
+ "<|as|>": 50350,
71
+ "<|az|>": 50304,
72
+ "<|ba|>": 50355,
73
+ "<|be|>": 50330,
74
+ "<|bg|>": 50292,
75
+ "<|bn|>": 50302,
76
+ "<|bo|>": 50347,
77
+ "<|br|>": 50309,
78
+ "<|bs|>": 50315,
79
+ "<|ca|>": 50270,
80
+ "<|cs|>": 50283,
81
+ "<|cy|>": 50297,
82
+ "<|da|>": 50285,
83
+ "<|de|>": 50261,
84
+ "<|el|>": 50281,
85
+ "<|en|>": 50259,
86
+ "<|es|>": 50262,
87
+ "<|et|>": 50307,
88
+ "<|eu|>": 50310,
89
+ "<|fa|>": 50300,
90
+ "<|fi|>": 50277,
91
+ "<|fo|>": 50338,
92
+ "<|fr|>": 50265,
93
+ "<|gl|>": 50319,
94
+ "<|gu|>": 50333,
95
+ "<|haw|>": 50352,
96
+ "<|ha|>": 50354,
97
+ "<|he|>": 50279,
98
+ "<|hi|>": 50276,
99
+ "<|hr|>": 50291,
100
+ "<|ht|>": 50339,
101
+ "<|hu|>": 50286,
102
+ "<|hy|>": 50312,
103
+ "<|id|>": 50275,
104
+ "<|is|>": 50311,
105
+ "<|it|>": 50274,
106
+ "<|ja|>": 50266,
107
+ "<|jw|>": 50356,
108
+ "<|ka|>": 50329,
109
+ "<|kk|>": 50316,
110
+ "<|km|>": 50323,
111
+ "<|kn|>": 50306,
112
+ "<|ko|>": 50264,
113
+ "<|la|>": 50294,
114
+ "<|lb|>": 50345,
115
+ "<|ln|>": 50353,
116
+ "<|lo|>": 50336,
117
+ "<|lt|>": 50293,
118
+ "<|lv|>": 50301,
119
+ "<|mg|>": 50349,
120
+ "<|mi|>": 50295,
121
+ "<|mk|>": 50308,
122
+ "<|ml|>": 50296,
123
+ "<|mn|>": 50314,
124
+ "<|mr|>": 50320,
125
+ "<|ms|>": 50282,
126
+ "<|mt|>": 50343,
127
+ "<|my|>": 50346,
128
+ "<|ne|>": 50313,
129
+ "<|nl|>": 50271,
130
+ "<|nn|>": 50342,
131
+ "<|no|>": 50288,
132
+ "<|oc|>": 50328,
133
+ "<|pa|>": 50321,
134
+ "<|pl|>": 50269,
135
+ "<|ps|>": 50340,
136
+ "<|pt|>": 50267,
137
+ "<|ro|>": 50284,
138
+ "<|ru|>": 50263,
139
+ "<|sa|>": 50344,
140
+ "<|sd|>": 50332,
141
+ "<|si|>": 50322,
142
+ "<|sk|>": 50298,
143
+ "<|sl|>": 50305,
144
+ "<|sn|>": 50324,
145
+ "<|so|>": 50326,
146
+ "<|sq|>": 50317,
147
+ "<|sr|>": 50303,
148
+ "<|su|>": 50357,
149
+ "<|sv|>": 50273,
150
+ "<|sw|>": 50318,
151
+ "<|ta|>": 50287,
152
+ "<|te|>": 50299,
153
+ "<|tg|>": 50331,
154
+ "<|th|>": 50289,
155
+ "<|tk|>": 50341,
156
+ "<|tl|>": 50348,
157
+ "<|tr|>": 50268,
158
+ "<|tt|>": 50351,
159
+ "<|uk|>": 50280,
160
+ "<|ur|>": 50290,
161
+ "<|uz|>": 50337,
162
+ "<|vi|>": 50278,
163
+ "<|yi|>": 50335,
164
+ "<|yo|>": 50325,
165
+ "<|zh|>": 50260
166
+ },
167
+ "max_initial_timestamp_index": 1,
168
+ "max_length": 448,
169
+ "no_repeat_ngram_size": 2,
170
+ "no_timestamps_token_id": 50363,
171
+ "num_beams": 3,
172
+ "pad_token_id": 50257,
173
+ "return_timestamps": false,
174
+ "suppress_tokens": [
175
+ 1,
176
+ 2,
177
+ 7,
178
+ 8,
179
+ 9,
180
+ 10,
181
+ 14,
182
+ 25,
183
+ 26,
184
+ 27,
185
+ 28,
186
+ 29,
187
+ 31,
188
+ 58,
189
+ 59,
190
+ 60,
191
+ 61,
192
+ 62,
193
+ 63,
194
+ 90,
195
+ 91,
196
+ 92,
197
+ 93,
198
+ 359,
199
+ 503,
200
+ 522,
201
+ 542,
202
+ 873,
203
+ 893,
204
+ 902,
205
+ 918,
206
+ 922,
207
+ 931,
208
+ 1350,
209
+ 1853,
210
+ 1982,
211
+ 2460,
212
+ 2627,
213
+ 3246,
214
+ 3253,
215
+ 3268,
216
+ 3536,
217
+ 3846,
218
+ 3961,
219
+ 4183,
220
+ 4667,
221
+ 6585,
222
+ 6647,
223
+ 7273,
224
+ 9061,
225
+ 9383,
226
+ 10428,
227
+ 10929,
228
+ 11938,
229
+ 12033,
230
+ 12331,
231
+ 12562,
232
+ 13793,
233
+ 14157,
234
+ 14635,
235
+ 15265,
236
+ 15618,
237
+ 16553,
238
+ 16604,
239
+ 18362,
240
+ 18956,
241
+ 20075,
242
+ 21675,
243
+ 22520,
244
+ 26130,
245
+ 26161,
246
+ 26435,
247
+ 28279,
248
+ 29464,
249
+ 31650,
250
+ 32302,
251
+ 32470,
252
+ 36865,
253
+ 42863,
254
+ 47425,
255
+ 49870,
256
+ 50254,
257
+ 50258,
258
+ 50358,
259
+ 50359,
260
+ 50360,
261
+ 50361,
262
+ 50362
263
+ ],
264
+ "task_to_id": {
265
+ "transcribe": 50359,
266
+ "translate": 50358
267
+ },
268
+ "transformers_version": "4.33.2"
269
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9532b1b873b10820af91b6a8dae7fa714f7a2704ccb0dc665d49626598f3a917
3
+ size 967102729