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