sandernotenbaert commited on
Commit
7e739fb
·
verified ·
1 Parent(s): dcde97b

Training in progress, step 500, checkpoint

Browse files
last-checkpoint/config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "T5ForConditionalGeneration"
4
+ ],
5
+ "classifier_dropout": 0.0,
6
+ "d_ff": 2048,
7
+ "d_kv": 64,
8
+ "d_model": 512,
9
+ "decoder_start_token_id": 3,
10
+ "dense_act_fn": "relu",
11
+ "dropout_rate": 0.1,
12
+ "eos_token_id": 4,
13
+ "feed_forward_proj": "relu",
14
+ "initializer_factor": 1.0,
15
+ "is_encoder_decoder": true,
16
+ "is_gated_act": false,
17
+ "layer_norm_epsilon": 1e-06,
18
+ "model_type": "t5",
19
+ "num_decoder_layers": 12,
20
+ "num_heads": 8,
21
+ "num_layers": 12,
22
+ "pad_token_id": 1,
23
+ "relative_attention_max_distance": 128,
24
+ "relative_attention_num_buckets": 32,
25
+ "torch_dtype": "float32",
26
+ "transformers_version": "4.54.1",
27
+ "use_cache": false,
28
+ "vocab_size": 4796
29
+ }
last-checkpoint/generation_config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "decoder_start_token_id": 3,
4
+ "eos_token_id": 4,
5
+ "pad_token_id": 1,
6
+ "transformers_version": "4.54.1",
7
+ "use_cache": false
8
+ }
last-checkpoint/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7629bac28a01650e0c47aae68065dd14a3871a16dc19535a5f47d97ef7f593e3
3
+ size 362303176
last-checkpoint/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56c5762af4816dd09402e536fddd14c4f886af7c31765384de8fda2510100c78
3
+ size 724761914
last-checkpoint/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f29f1a356a90bc512795986655867fd11582b804d45eacb9816a4ff5d2939220
3
+ size 14244
last-checkpoint/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18b984273ea2d45b7ffb1d047bb359d93111e41fcad70d16a1b453fd38f72636
3
+ size 988
last-checkpoint/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ee86abee0989df8e1c5461d5ecfc6d42b43c8879a30063d7c1ee114f0c589f6
3
+ size 1064
last-checkpoint/special_tokens_map.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "[START]",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "[END]",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "mask_token": {
17
+ "content": "[MASK]",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "pad_token": {
24
+ "content": "[PAD]",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "unk_token": {
31
+ "content": "[UNK]",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ }
37
+ }
last-checkpoint/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
last-checkpoint/tokenizer_config.json ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[UNK]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "1": {
12
+ "content": "[PAD]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "[MASK]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "3": {
28
+ "content": "[START]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "4": {
36
+ "content": "[END]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "bos_token": "[START]",
45
+ "clean_up_tokenization_spaces": false,
46
+ "eos_token": "[END]",
47
+ "extra_special_tokens": {},
48
+ "mask_token": "[MASK]",
49
+ "model_max_length": 1000000000000000019884624838656,
50
+ "pad_token": "[PAD]",
51
+ "tokenizer_class": "PreTrainedTokenizerFast",
52
+ "unk_token": "[UNK]"
53
+ }
last-checkpoint/trainer_state.json ADDED
@@ -0,0 +1,392 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 2.4764267990074442,
6
+ "eval_steps": 500,
7
+ "global_step": 500,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 0.04962779156327544,
14
+ "grad_norm": 0.9519186615943909,
15
+ "learning_rate": 4.5e-06,
16
+ "loss": 1.6628,
17
+ "step": 10
18
+ },
19
+ {
20
+ "epoch": 0.09925558312655088,
21
+ "grad_norm": 1.4794460535049438,
22
+ "learning_rate": 9.5e-06,
23
+ "loss": 1.6566,
24
+ "step": 20
25
+ },
26
+ {
27
+ "epoch": 0.1488833746898263,
28
+ "grad_norm": 1.0335605144500732,
29
+ "learning_rate": 1.45e-05,
30
+ "loss": 1.6733,
31
+ "step": 30
32
+ },
33
+ {
34
+ "epoch": 0.19851116625310175,
35
+ "grad_norm": 1.3918877840042114,
36
+ "learning_rate": 1.9500000000000003e-05,
37
+ "loss": 1.6386,
38
+ "step": 40
39
+ },
40
+ {
41
+ "epoch": 0.24813895781637718,
42
+ "grad_norm": 1.2918508052825928,
43
+ "learning_rate": 2.45e-05,
44
+ "loss": 1.6226,
45
+ "step": 50
46
+ },
47
+ {
48
+ "epoch": 0.2977667493796526,
49
+ "grad_norm": 0.9966709613800049,
50
+ "learning_rate": 2.95e-05,
51
+ "loss": 1.6584,
52
+ "step": 60
53
+ },
54
+ {
55
+ "epoch": 0.34739454094292804,
56
+ "grad_norm": 1.1411339044570923,
57
+ "learning_rate": 3.45e-05,
58
+ "loss": 1.679,
59
+ "step": 70
60
+ },
61
+ {
62
+ "epoch": 0.3970223325062035,
63
+ "grad_norm": 1.2775113582611084,
64
+ "learning_rate": 3.9500000000000005e-05,
65
+ "loss": 1.6762,
66
+ "step": 80
67
+ },
68
+ {
69
+ "epoch": 0.4466501240694789,
70
+ "grad_norm": 1.37651789188385,
71
+ "learning_rate": 4.4500000000000004e-05,
72
+ "loss": 1.6636,
73
+ "step": 90
74
+ },
75
+ {
76
+ "epoch": 0.49627791563275436,
77
+ "grad_norm": 1.3402600288391113,
78
+ "learning_rate": 4.9500000000000004e-05,
79
+ "loss": 1.6492,
80
+ "step": 100
81
+ },
82
+ {
83
+ "epoch": 0.5459057071960298,
84
+ "grad_norm": 1.337302565574646,
85
+ "learning_rate": 5.45e-05,
86
+ "loss": 1.6608,
87
+ "step": 110
88
+ },
89
+ {
90
+ "epoch": 0.5955334987593052,
91
+ "grad_norm": 2.611341714859009,
92
+ "learning_rate": 5.95e-05,
93
+ "loss": 1.6915,
94
+ "step": 120
95
+ },
96
+ {
97
+ "epoch": 0.6451612903225806,
98
+ "grad_norm": 2.1621108055114746,
99
+ "learning_rate": 6.450000000000001e-05,
100
+ "loss": 1.6788,
101
+ "step": 130
102
+ },
103
+ {
104
+ "epoch": 0.6947890818858561,
105
+ "grad_norm": 1.839064359664917,
106
+ "learning_rate": 6.95e-05,
107
+ "loss": 1.6679,
108
+ "step": 140
109
+ },
110
+ {
111
+ "epoch": 0.7444168734491315,
112
+ "grad_norm": 2.099543571472168,
113
+ "learning_rate": 7.450000000000001e-05,
114
+ "loss": 1.6668,
115
+ "step": 150
116
+ },
117
+ {
118
+ "epoch": 0.794044665012407,
119
+ "grad_norm": 1.5114145278930664,
120
+ "learning_rate": 7.950000000000001e-05,
121
+ "loss": 1.6917,
122
+ "step": 160
123
+ },
124
+ {
125
+ "epoch": 0.8436724565756824,
126
+ "grad_norm": 1.3731415271759033,
127
+ "learning_rate": 8.450000000000001e-05,
128
+ "loss": 1.6731,
129
+ "step": 170
130
+ },
131
+ {
132
+ "epoch": 0.8933002481389578,
133
+ "grad_norm": 1.322886347770691,
134
+ "learning_rate": 8.950000000000001e-05,
135
+ "loss": 1.6808,
136
+ "step": 180
137
+ },
138
+ {
139
+ "epoch": 0.9429280397022333,
140
+ "grad_norm": 2.232438325881958,
141
+ "learning_rate": 9.449999999999999e-05,
142
+ "loss": 1.6659,
143
+ "step": 190
144
+ },
145
+ {
146
+ "epoch": 0.9925558312655087,
147
+ "grad_norm": 1.6377075910568237,
148
+ "learning_rate": 9.95e-05,
149
+ "loss": 1.683,
150
+ "step": 200
151
+ },
152
+ {
153
+ "epoch": 1.0397022332506203,
154
+ "grad_norm": 1.362827181816101,
155
+ "learning_rate": 0.0001,
156
+ "loss": 1.5687,
157
+ "step": 210
158
+ },
159
+ {
160
+ "epoch": 1.0893300248138957,
161
+ "grad_norm": 1.4714646339416504,
162
+ "learning_rate": 0.0001,
163
+ "loss": 1.6823,
164
+ "step": 220
165
+ },
166
+ {
167
+ "epoch": 1.1389578163771712,
168
+ "grad_norm": 1.2480884790420532,
169
+ "learning_rate": 0.0001,
170
+ "loss": 1.6513,
171
+ "step": 230
172
+ },
173
+ {
174
+ "epoch": 1.1885856079404467,
175
+ "grad_norm": 3.1516945362091064,
176
+ "learning_rate": 0.0001,
177
+ "loss": 1.6613,
178
+ "step": 240
179
+ },
180
+ {
181
+ "epoch": 1.2382133995037221,
182
+ "grad_norm": 1.2342029809951782,
183
+ "learning_rate": 0.0001,
184
+ "loss": 1.6717,
185
+ "step": 250
186
+ },
187
+ {
188
+ "epoch": 1.2878411910669976,
189
+ "grad_norm": 1.2516708374023438,
190
+ "learning_rate": 0.0001,
191
+ "loss": 1.6712,
192
+ "step": 260
193
+ },
194
+ {
195
+ "epoch": 1.337468982630273,
196
+ "grad_norm": 1.28671395778656,
197
+ "learning_rate": 0.0001,
198
+ "loss": 1.6516,
199
+ "step": 270
200
+ },
201
+ {
202
+ "epoch": 1.3870967741935485,
203
+ "grad_norm": 1.6043883562088013,
204
+ "learning_rate": 0.0001,
205
+ "loss": 1.6595,
206
+ "step": 280
207
+ },
208
+ {
209
+ "epoch": 1.436724565756824,
210
+ "grad_norm": 1.6665605306625366,
211
+ "learning_rate": 0.0001,
212
+ "loss": 1.6494,
213
+ "step": 290
214
+ },
215
+ {
216
+ "epoch": 1.4863523573200992,
217
+ "grad_norm": 1.4527169466018677,
218
+ "learning_rate": 0.0001,
219
+ "loss": 1.6532,
220
+ "step": 300
221
+ },
222
+ {
223
+ "epoch": 1.5359801488833746,
224
+ "grad_norm": 1.6567929983139038,
225
+ "learning_rate": 0.0001,
226
+ "loss": 1.6355,
227
+ "step": 310
228
+ },
229
+ {
230
+ "epoch": 1.58560794044665,
231
+ "grad_norm": 1.3525745868682861,
232
+ "learning_rate": 0.0001,
233
+ "loss": 1.6394,
234
+ "step": 320
235
+ },
236
+ {
237
+ "epoch": 1.6352357320099256,
238
+ "grad_norm": 1.8357068300247192,
239
+ "learning_rate": 0.0001,
240
+ "loss": 1.6528,
241
+ "step": 330
242
+ },
243
+ {
244
+ "epoch": 1.684863523573201,
245
+ "grad_norm": 1.1668673753738403,
246
+ "learning_rate": 0.0001,
247
+ "loss": 1.6337,
248
+ "step": 340
249
+ },
250
+ {
251
+ "epoch": 1.7344913151364765,
252
+ "grad_norm": 1.0567771196365356,
253
+ "learning_rate": 0.0001,
254
+ "loss": 1.6347,
255
+ "step": 350
256
+ },
257
+ {
258
+ "epoch": 1.7841191066997517,
259
+ "grad_norm": 1.5663048028945923,
260
+ "learning_rate": 0.0001,
261
+ "loss": 1.6355,
262
+ "step": 360
263
+ },
264
+ {
265
+ "epoch": 1.8337468982630272,
266
+ "grad_norm": 1.1115260124206543,
267
+ "learning_rate": 0.0001,
268
+ "loss": 1.6186,
269
+ "step": 370
270
+ },
271
+ {
272
+ "epoch": 1.8833746898263026,
273
+ "grad_norm": 1.4452751874923706,
274
+ "learning_rate": 0.0001,
275
+ "loss": 1.6111,
276
+ "step": 380
277
+ },
278
+ {
279
+ "epoch": 1.933002481389578,
280
+ "grad_norm": 1.2159701585769653,
281
+ "learning_rate": 0.0001,
282
+ "loss": 1.6314,
283
+ "step": 390
284
+ },
285
+ {
286
+ "epoch": 1.9826302729528535,
287
+ "grad_norm": 1.2750087976455688,
288
+ "learning_rate": 0.0001,
289
+ "loss": 1.6327,
290
+ "step": 400
291
+ },
292
+ {
293
+ "epoch": 2.029776674937965,
294
+ "grad_norm": 1.4693094491958618,
295
+ "learning_rate": 0.0001,
296
+ "loss": 1.5277,
297
+ "step": 410
298
+ },
299
+ {
300
+ "epoch": 2.0794044665012406,
301
+ "grad_norm": 1.4537895917892456,
302
+ "learning_rate": 0.0001,
303
+ "loss": 1.6218,
304
+ "step": 420
305
+ },
306
+ {
307
+ "epoch": 2.129032258064516,
308
+ "grad_norm": 0.9247901439666748,
309
+ "learning_rate": 0.0001,
310
+ "loss": 1.6084,
311
+ "step": 430
312
+ },
313
+ {
314
+ "epoch": 2.1786600496277915,
315
+ "grad_norm": 1.1026546955108643,
316
+ "learning_rate": 0.0001,
317
+ "loss": 1.6369,
318
+ "step": 440
319
+ },
320
+ {
321
+ "epoch": 2.228287841191067,
322
+ "grad_norm": 1.1468608379364014,
323
+ "learning_rate": 0.0001,
324
+ "loss": 1.5851,
325
+ "step": 450
326
+ },
327
+ {
328
+ "epoch": 2.2779156327543424,
329
+ "grad_norm": 1.1061238050460815,
330
+ "learning_rate": 0.0001,
331
+ "loss": 1.5967,
332
+ "step": 460
333
+ },
334
+ {
335
+ "epoch": 2.327543424317618,
336
+ "grad_norm": 1.2714872360229492,
337
+ "learning_rate": 0.0001,
338
+ "loss": 1.5837,
339
+ "step": 470
340
+ },
341
+ {
342
+ "epoch": 2.3771712158808933,
343
+ "grad_norm": 1.3792251348495483,
344
+ "learning_rate": 0.0001,
345
+ "loss": 1.5841,
346
+ "step": 480
347
+ },
348
+ {
349
+ "epoch": 2.4267990074441688,
350
+ "grad_norm": 1.3134170770645142,
351
+ "learning_rate": 0.0001,
352
+ "loss": 1.5864,
353
+ "step": 490
354
+ },
355
+ {
356
+ "epoch": 2.4764267990074442,
357
+ "grad_norm": 1.1710975170135498,
358
+ "learning_rate": 0.0001,
359
+ "loss": 1.5731,
360
+ "step": 500
361
+ },
362
+ {
363
+ "epoch": 2.4764267990074442,
364
+ "eval_loss": 1.5040353536605835,
365
+ "eval_runtime": 57.3876,
366
+ "eval_samples_per_second": 37.43,
367
+ "eval_steps_per_second": 4.687,
368
+ "step": 500
369
+ }
370
+ ],
371
+ "logging_steps": 10,
372
+ "max_steps": 808,
373
+ "num_input_tokens_seen": 0,
374
+ "num_train_epochs": 4,
375
+ "save_steps": 500,
376
+ "stateful_callbacks": {
377
+ "TrainerControl": {
378
+ "args": {
379
+ "should_epoch_stop": false,
380
+ "should_evaluate": false,
381
+ "should_log": false,
382
+ "should_save": true,
383
+ "should_training_stop": false
384
+ },
385
+ "attributes": {}
386
+ }
387
+ },
388
+ "total_flos": 5.182556306040422e+16,
389
+ "train_batch_size": 24,
390
+ "trial_name": null,
391
+ "trial_params": null
392
+ }
last-checkpoint/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:258e93bb7afb81bdb858196bb5d9459c58151567faf53e997e6292b1461756ae
3
+ size 5624