Mihaj commited on
Commit
e2cf2a2
·
verified ·
1 Parent(s): 686a2b9

Training in progress, step 500

Browse files
config.json ADDED
@@ -0,0 +1,274 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "NbAiLab/nb-whisper-medium-verbatim",
3
+ "activation_dropout": 0.1,
4
+ "activation_function": "gelu",
5
+ "alignment_heads": [
6
+ [
7
+ 13,
8
+ 15
9
+ ],
10
+ [
11
+ 15,
12
+ 4
13
+ ],
14
+ [
15
+ 15,
16
+ 15
17
+ ],
18
+ [
19
+ 16,
20
+ 1
21
+ ],
22
+ [
23
+ 20,
24
+ 0
25
+ ],
26
+ [
27
+ 23,
28
+ 4
29
+ ]
30
+ ],
31
+ "apply_spec_augment": true,
32
+ "architectures": [
33
+ "WhisperForConditionalGeneration"
34
+ ],
35
+ "attention_dropout": 0,
36
+ "begin_suppress_tokens": [
37
+ 220,
38
+ 50257
39
+ ],
40
+ "bos_token_id": 50257,
41
+ "classifier_proj_size": 256,
42
+ "d_model": 1024,
43
+ "decoder_attention_heads": 16,
44
+ "decoder_ffn_dim": 4096,
45
+ "decoder_layerdrop": 0,
46
+ "decoder_layers": 24,
47
+ "decoder_start_token_id": 50258,
48
+ "dropout": 0.1,
49
+ "encoder_attention_heads": 16,
50
+ "encoder_ffn_dim": 4096,
51
+ "encoder_layerdrop": 0,
52
+ "encoder_layers": 24,
53
+ "eos_token_id": 50257,
54
+ "forced_decoder_ids": null,
55
+ "init_std": 0.02,
56
+ "is_encoder_decoder": true,
57
+ "lang_ids": [
58
+ 50259,
59
+ 50260,
60
+ 50261,
61
+ 50262,
62
+ 50263,
63
+ 50264,
64
+ 50265,
65
+ 50266,
66
+ 50267,
67
+ 50268,
68
+ 50269,
69
+ 50270,
70
+ 50271,
71
+ 50272,
72
+ 50273,
73
+ 50274,
74
+ 50275,
75
+ 50276,
76
+ 50277,
77
+ 50278,
78
+ 50279,
79
+ 50280,
80
+ 50281,
81
+ 50282,
82
+ 50283,
83
+ 50284,
84
+ 50285,
85
+ 50286,
86
+ 50287,
87
+ 50288,
88
+ 50289,
89
+ 50290,
90
+ 50291,
91
+ 50292,
92
+ 50293,
93
+ 50294,
94
+ 50295,
95
+ 50296,
96
+ 50297,
97
+ 50298,
98
+ 50299,
99
+ 50300,
100
+ 50301,
101
+ 50302,
102
+ 50303,
103
+ 50304,
104
+ 50305,
105
+ 50306,
106
+ 50307,
107
+ 50308,
108
+ 50309,
109
+ 50310,
110
+ 50311,
111
+ 50312,
112
+ 50313,
113
+ 50314,
114
+ 50315,
115
+ 50316,
116
+ 50317,
117
+ 50318,
118
+ 50319,
119
+ 50320,
120
+ 50321,
121
+ 50322,
122
+ 50323,
123
+ 50324,
124
+ 50325,
125
+ 50326,
126
+ 50327,
127
+ 50328,
128
+ 50329,
129
+ 50330,
130
+ 50331,
131
+ 50332,
132
+ 50333,
133
+ 50334,
134
+ 50335,
135
+ 50336,
136
+ 50337,
137
+ 50338,
138
+ 50339,
139
+ 50340,
140
+ 50341,
141
+ 50342,
142
+ 50343,
143
+ 50344,
144
+ 50345,
145
+ 50346,
146
+ 50347,
147
+ 50348,
148
+ 50349,
149
+ 50350,
150
+ 50351,
151
+ 50352,
152
+ 50353,
153
+ 50354,
154
+ 50355,
155
+ 50356,
156
+ 50357
157
+ ],
158
+ "low_cpu_mem_usage": true,
159
+ "mask_feature_length": 10,
160
+ "mask_feature_min_masks": 0,
161
+ "mask_feature_prob": 0.05,
162
+ "mask_time_length": 10,
163
+ "mask_time_min_masks": 2,
164
+ "mask_time_prob": 0.05,
165
+ "max_length": 448,
166
+ "max_source_positions": 1500,
167
+ "max_target_positions": 448,
168
+ "median_filter_width": 7,
169
+ "model_type": "whisper",
170
+ "num_hidden_layers": 24,
171
+ "num_mel_bins": 80,
172
+ "pad_token_id": 50257,
173
+ "scale_embedding": false,
174
+ "suppress_ids": [
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
+ "suppress_ids_begin": [
265
+ 220,
266
+ 50257
267
+ ],
268
+ "suppress_tokens": [],
269
+ "torch_dtype": "float16",
270
+ "transformers_version": "4.41.2",
271
+ "use_cache": true,
272
+ "use_weighted_layer_sum": false,
273
+ "vocab_size": 51865
274
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:afb7decebdc6d4e88c6c9a24c854db9618cf815b9a2dbf351b026e197c540f66
3
+ size 1634047376
preprocessor_config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "chunk_length": 30,
3
+ "feature_extractor_type": "WhisperFeatureExtractor",
4
+ "feature_size": 80,
5
+ "hop_length": 160,
6
+ "n_fft": 400,
7
+ "n_samples": 480000,
8
+ "nb_max_frames": 3000,
9
+ "padding_side": "right",
10
+ "padding_value": 0.0,
11
+ "processor_class": "WhisperProcessor",
12
+ "return_attention_mask": false,
13
+ "sampling_rate": 16000
14
+ }
runs/Jun24_13-09-26_maxim-ubuntu3080/events.out.tfevents.1719223782.maxim-ubuntu3080.578744.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91b736443efc9664ee0cb72f5f09a7cea39d8f1ec3f0e6701bef20e9de6ef8c0
3
+ size 11797
runs/Jun24_17-11-49_maxim-ubuntu3080/events.out.tfevents.1719238322.maxim-ubuntu3080.599998.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c0b1633fd51efd147965786ab99447b85cbd72760e9688d0a4225aae372d134
3
+ size 12584
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba2736e3aba0d9b29f8930d87aef0f844f9efb5f6c33f972de57a07dead8902d
3
+ size 6968