Mihaj commited on
Commit
5b983ab
1 Parent(s): e6cd4e9

Training in progress, step 100

Browse files
config.json ADDED
@@ -0,0 +1,290 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "NbAiLab/nb-whisper-small-verbatim",
3
+ "activation_dropout": 0.1,
4
+ "activation_function": "gelu",
5
+ "alignment_heads": [
6
+ [
7
+ 5,
8
+ 3
9
+ ],
10
+ [
11
+ 5,
12
+ 9
13
+ ],
14
+ [
15
+ 8,
16
+ 0
17
+ ],
18
+ [
19
+ 8,
20
+ 4
21
+ ],
22
+ [
23
+ 8,
24
+ 7
25
+ ],
26
+ [
27
+ 8,
28
+ 8
29
+ ],
30
+ [
31
+ 9,
32
+ 0
33
+ ],
34
+ [
35
+ 9,
36
+ 7
37
+ ],
38
+ [
39
+ 9,
40
+ 9
41
+ ],
42
+ [
43
+ 10,
44
+ 5
45
+ ]
46
+ ],
47
+ "apply_spec_augment": true,
48
+ "architectures": [
49
+ "WhisperForConditionalGeneration"
50
+ ],
51
+ "attention_dropout": 0,
52
+ "begin_suppress_tokens": [
53
+ 220,
54
+ 50257
55
+ ],
56
+ "bos_token_id": 50257,
57
+ "classifier_proj_size": 256,
58
+ "d_model": 768,
59
+ "decoder_attention_heads": 12,
60
+ "decoder_ffn_dim": 3072,
61
+ "decoder_layerdrop": 0,
62
+ "decoder_layers": 12,
63
+ "decoder_start_token_id": 50258,
64
+ "dropout": 0.1,
65
+ "encoder_attention_heads": 12,
66
+ "encoder_ffn_dim": 3072,
67
+ "encoder_layerdrop": 0,
68
+ "encoder_layers": 12,
69
+ "eos_token_id": 50257,
70
+ "forced_decoder_ids": null,
71
+ "init_std": 0.02,
72
+ "is_encoder_decoder": true,
73
+ "lang_ids": [
74
+ 50259,
75
+ 50260,
76
+ 50261,
77
+ 50262,
78
+ 50263,
79
+ 50264,
80
+ 50265,
81
+ 50266,
82
+ 50267,
83
+ 50268,
84
+ 50269,
85
+ 50270,
86
+ 50271,
87
+ 50272,
88
+ 50273,
89
+ 50274,
90
+ 50275,
91
+ 50276,
92
+ 50277,
93
+ 50278,
94
+ 50279,
95
+ 50280,
96
+ 50281,
97
+ 50282,
98
+ 50283,
99
+ 50284,
100
+ 50285,
101
+ 50286,
102
+ 50287,
103
+ 50288,
104
+ 50289,
105
+ 50290,
106
+ 50291,
107
+ 50292,
108
+ 50293,
109
+ 50294,
110
+ 50295,
111
+ 50296,
112
+ 50297,
113
+ 50298,
114
+ 50299,
115
+ 50300,
116
+ 50301,
117
+ 50302,
118
+ 50303,
119
+ 50304,
120
+ 50305,
121
+ 50306,
122
+ 50307,
123
+ 50308,
124
+ 50309,
125
+ 50310,
126
+ 50311,
127
+ 50312,
128
+ 50313,
129
+ 50314,
130
+ 50315,
131
+ 50316,
132
+ 50317,
133
+ 50318,
134
+ 50319,
135
+ 50320,
136
+ 50321,
137
+ 50322,
138
+ 50323,
139
+ 50324,
140
+ 50325,
141
+ 50326,
142
+ 50327,
143
+ 50328,
144
+ 50329,
145
+ 50330,
146
+ 50331,
147
+ 50332,
148
+ 50333,
149
+ 50334,
150
+ 50335,
151
+ 50336,
152
+ 50337,
153
+ 50338,
154
+ 50339,
155
+ 50340,
156
+ 50341,
157
+ 50342,
158
+ 50343,
159
+ 50344,
160
+ 50345,
161
+ 50346,
162
+ 50347,
163
+ 50348,
164
+ 50349,
165
+ 50350,
166
+ 50351,
167
+ 50352,
168
+ 50353,
169
+ 50354,
170
+ 50355,
171
+ 50356,
172
+ 50357
173
+ ],
174
+ "low_cpu_mem_usage": true,
175
+ "mask_feature_length": 10,
176
+ "mask_feature_min_masks": 0,
177
+ "mask_feature_prob": 0.05,
178
+ "mask_time_length": 10,
179
+ "mask_time_min_masks": 2,
180
+ "mask_time_prob": 0.05,
181
+ "max_length": 448,
182
+ "max_source_positions": 1500,
183
+ "max_target_positions": 448,
184
+ "median_filter_width": 7,
185
+ "model_type": "whisper",
186
+ "num_hidden_layers": 12,
187
+ "num_mel_bins": 80,
188
+ "pad_token_id": 50257,
189
+ "scale_embedding": false,
190
+ "suppress_ids": [
191
+ 1,
192
+ 2,
193
+ 7,
194
+ 8,
195
+ 9,
196
+ 10,
197
+ 14,
198
+ 25,
199
+ 26,
200
+ 27,
201
+ 28,
202
+ 29,
203
+ 31,
204
+ 58,
205
+ 59,
206
+ 60,
207
+ 61,
208
+ 62,
209
+ 63,
210
+ 90,
211
+ 91,
212
+ 92,
213
+ 93,
214
+ 359,
215
+ 503,
216
+ 522,
217
+ 542,
218
+ 873,
219
+ 893,
220
+ 902,
221
+ 918,
222
+ 922,
223
+ 931,
224
+ 1350,
225
+ 1853,
226
+ 1982,
227
+ 2460,
228
+ 2627,
229
+ 3246,
230
+ 3253,
231
+ 3268,
232
+ 3536,
233
+ 3846,
234
+ 3961,
235
+ 4183,
236
+ 4667,
237
+ 6585,
238
+ 6647,
239
+ 7273,
240
+ 9061,
241
+ 9383,
242
+ 10428,
243
+ 10929,
244
+ 11938,
245
+ 12033,
246
+ 12331,
247
+ 12562,
248
+ 13793,
249
+ 14157,
250
+ 14635,
251
+ 15265,
252
+ 15618,
253
+ 16553,
254
+ 16604,
255
+ 18362,
256
+ 18956,
257
+ 20075,
258
+ 21675,
259
+ 22520,
260
+ 26130,
261
+ 26161,
262
+ 26435,
263
+ 28279,
264
+ 29464,
265
+ 31650,
266
+ 32302,
267
+ 32470,
268
+ 36865,
269
+ 42863,
270
+ 47425,
271
+ 49870,
272
+ 50254,
273
+ 50258,
274
+ 50358,
275
+ 50359,
276
+ 50360,
277
+ 50361,
278
+ 50362
279
+ ],
280
+ "suppress_ids_begin": [
281
+ 220,
282
+ 50257
283
+ ],
284
+ "suppress_tokens": [],
285
+ "torch_dtype": "float16",
286
+ "transformers_version": "4.41.2",
287
+ "use_cache": true,
288
+ "use_weighted_layer_sum": false,
289
+ "vocab_size": 51865
290
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc52e89502802af1b41ef71692eff0dc2dc5a8210f4ef217fc0807a620ebeadc
3
+ size 563189936
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/Jun13_15-22-31_maxim-ubuntu3080/events.out.tfevents.1718281359.maxim-ubuntu3080.27587.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae13cac88b5800d555bf3a1e34f7ee4b3d5de64013b0a324a1408dc970bb0cce
3
+ size 30324
runs/Jun13_15-39-57_maxim-ubuntu3080/events.out.tfevents.1718282402.maxim-ubuntu3080.27587.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7cd213c39e564f4fdf2526cec6339818368be1eb5b6a6afb9ca9dbe69c9da1c6
3
+ size 7611
runs/Jun13_15-42-52_maxim-ubuntu3080/events.out.tfevents.1718282577.maxim-ubuntu3080.27587.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7683e3524781d30440161265c83c3c52af45d9aca811dfd25b4ddf5d05f76ce5
3
+ size 7611
runs/Jun14_13-08-15_maxim-ubuntu3080/events.out.tfevents.1718360488.maxim-ubuntu3080.176905.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1c96583603a6c87f02bab9458dc3e74aed8101ecd6fce00de2b2380c8d8cb35
3
+ size 7404
runs/Jun14_13-35-39_maxim-ubuntu3080/events.out.tfevents.1718361340.maxim-ubuntu3080.181780.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4228271aaecbaacee5ca6a2ab38210c8f478513d82c7de9ae7089259c6bda44e
3
+ size 7404
runs/Jun19_15-33-40_maxim-ubuntu3080/events.out.tfevents.1718800551.maxim-ubuntu3080.1108554.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9a7b21fa1a6ce7c4e0c74aa27a9436cb36882ca1914b445a1d994d1a8517732
3
+ size 9314
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d689ced1a0b16c6ed86bc17a0090e95ec44497f0946a66d41043b47eb5478c48
3
+ size 6968