anoaky commited on
Commit
0310930
1 Parent(s): d317e2d

Training in progress, epoch 1, checkpoint

Browse files
checkpoint-555/config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-base-uncased",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "gradient_checkpointing": false,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 3072,
14
+ "layer_norm_eps": 1e-12,
15
+ "max_position_embeddings": 512,
16
+ "model_type": "bert",
17
+ "num_attention_heads": 12,
18
+ "num_hidden_layers": 12,
19
+ "pad_token_id": 0,
20
+ "position_embedding_type": "absolute",
21
+ "torch_dtype": "float32",
22
+ "transformers_version": "4.47.0",
23
+ "type_vocab_size": 2,
24
+ "use_cache": true,
25
+ "vocab_size": 30522
26
+ }
checkpoint-555/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2184f76634db7d2d53bc76df8dc3d4d4dbf58ef6478d0412a912e5b001cb646
3
+ size 437958648
checkpoint-555/trainer_state.json ADDED
@@ -0,0 +1,433 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 1.0,
5
+ "eval_steps": 500,
6
+ "global_step": 555,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.018026137899954935,
13
+ "grad_norm": 6.461782455444336,
14
+ "learning_rate": 4.9548736462093865e-05,
15
+ "loss": 0.3608,
16
+ "step": 10
17
+ },
18
+ {
19
+ "epoch": 0.03605227579990987,
20
+ "grad_norm": 14.623987197875977,
21
+ "learning_rate": 4.909747292418773e-05,
22
+ "loss": 0.2825,
23
+ "step": 20
24
+ },
25
+ {
26
+ "epoch": 0.054078413699864804,
27
+ "grad_norm": 9.060205459594727,
28
+ "learning_rate": 4.864620938628159e-05,
29
+ "loss": 0.2536,
30
+ "step": 30
31
+ },
32
+ {
33
+ "epoch": 0.07210455159981974,
34
+ "grad_norm": 23.635452270507812,
35
+ "learning_rate": 4.819494584837546e-05,
36
+ "loss": 0.2139,
37
+ "step": 40
38
+ },
39
+ {
40
+ "epoch": 0.09013068949977468,
41
+ "grad_norm": 28.686689376831055,
42
+ "learning_rate": 4.7743682310469314e-05,
43
+ "loss": 0.1915,
44
+ "step": 50
45
+ },
46
+ {
47
+ "epoch": 0.10815682739972961,
48
+ "grad_norm": 8.363536834716797,
49
+ "learning_rate": 4.7292418772563177e-05,
50
+ "loss": 0.1542,
51
+ "step": 60
52
+ },
53
+ {
54
+ "epoch": 0.12618296529968454,
55
+ "grad_norm": 15.674885749816895,
56
+ "learning_rate": 4.684115523465704e-05,
57
+ "loss": 0.181,
58
+ "step": 70
59
+ },
60
+ {
61
+ "epoch": 0.14420910319963948,
62
+ "grad_norm": 12.827604293823242,
63
+ "learning_rate": 4.63898916967509e-05,
64
+ "loss": 0.1807,
65
+ "step": 80
66
+ },
67
+ {
68
+ "epoch": 0.16223524109959442,
69
+ "grad_norm": 23.50907325744629,
70
+ "learning_rate": 4.5938628158844764e-05,
71
+ "loss": 0.1794,
72
+ "step": 90
73
+ },
74
+ {
75
+ "epoch": 0.18026137899954936,
76
+ "grad_norm": 13.173181533813477,
77
+ "learning_rate": 4.548736462093863e-05,
78
+ "loss": 0.1549,
79
+ "step": 100
80
+ },
81
+ {
82
+ "epoch": 0.19828751689950427,
83
+ "grad_norm": 14.535261154174805,
84
+ "learning_rate": 4.5036101083032495e-05,
85
+ "loss": 0.1883,
86
+ "step": 110
87
+ },
88
+ {
89
+ "epoch": 0.21631365479945922,
90
+ "grad_norm": 10.395456314086914,
91
+ "learning_rate": 4.458483754512636e-05,
92
+ "loss": 0.1134,
93
+ "step": 120
94
+ },
95
+ {
96
+ "epoch": 0.23433979269941416,
97
+ "grad_norm": 13.641963005065918,
98
+ "learning_rate": 4.413357400722022e-05,
99
+ "loss": 0.1651,
100
+ "step": 130
101
+ },
102
+ {
103
+ "epoch": 0.25236593059936907,
104
+ "grad_norm": 24.817216873168945,
105
+ "learning_rate": 4.368231046931408e-05,
106
+ "loss": 0.1479,
107
+ "step": 140
108
+ },
109
+ {
110
+ "epoch": 0.270392068499324,
111
+ "grad_norm": 9.800346374511719,
112
+ "learning_rate": 4.3231046931407945e-05,
113
+ "loss": 0.1712,
114
+ "step": 150
115
+ },
116
+ {
117
+ "epoch": 0.28841820639927895,
118
+ "grad_norm": 16.947126388549805,
119
+ "learning_rate": 4.277978339350181e-05,
120
+ "loss": 0.1936,
121
+ "step": 160
122
+ },
123
+ {
124
+ "epoch": 0.3064443442992339,
125
+ "grad_norm": 12.39057731628418,
126
+ "learning_rate": 4.232851985559567e-05,
127
+ "loss": 0.1513,
128
+ "step": 170
129
+ },
130
+ {
131
+ "epoch": 0.32447048219918884,
132
+ "grad_norm": 10.08442497253418,
133
+ "learning_rate": 4.187725631768953e-05,
134
+ "loss": 0.1612,
135
+ "step": 180
136
+ },
137
+ {
138
+ "epoch": 0.3424966200991438,
139
+ "grad_norm": 17.3095760345459,
140
+ "learning_rate": 4.1425992779783394e-05,
141
+ "loss": 0.1455,
142
+ "step": 190
143
+ },
144
+ {
145
+ "epoch": 0.3605227579990987,
146
+ "grad_norm": 4.268171787261963,
147
+ "learning_rate": 4.0974729241877256e-05,
148
+ "loss": 0.0932,
149
+ "step": 200
150
+ },
151
+ {
152
+ "epoch": 0.3785488958990536,
153
+ "grad_norm": 12.136198043823242,
154
+ "learning_rate": 4.052346570397112e-05,
155
+ "loss": 0.2251,
156
+ "step": 210
157
+ },
158
+ {
159
+ "epoch": 0.39657503379900855,
160
+ "grad_norm": 13.616621017456055,
161
+ "learning_rate": 4.007220216606498e-05,
162
+ "loss": 0.1644,
163
+ "step": 220
164
+ },
165
+ {
166
+ "epoch": 0.4146011716989635,
167
+ "grad_norm": 21.966506958007812,
168
+ "learning_rate": 3.962093862815885e-05,
169
+ "loss": 0.1283,
170
+ "step": 230
171
+ },
172
+ {
173
+ "epoch": 0.43262730959891843,
174
+ "grad_norm": 28.043724060058594,
175
+ "learning_rate": 3.916967509025271e-05,
176
+ "loss": 0.1652,
177
+ "step": 240
178
+ },
179
+ {
180
+ "epoch": 0.45065344749887337,
181
+ "grad_norm": 15.534429550170898,
182
+ "learning_rate": 3.8718411552346575e-05,
183
+ "loss": 0.1317,
184
+ "step": 250
185
+ },
186
+ {
187
+ "epoch": 0.4686795853988283,
188
+ "grad_norm": 15.28620433807373,
189
+ "learning_rate": 3.826714801444044e-05,
190
+ "loss": 0.1371,
191
+ "step": 260
192
+ },
193
+ {
194
+ "epoch": 0.48670572329878325,
195
+ "grad_norm": 12.30487060546875,
196
+ "learning_rate": 3.78158844765343e-05,
197
+ "loss": 0.1489,
198
+ "step": 270
199
+ },
200
+ {
201
+ "epoch": 0.5047318611987381,
202
+ "grad_norm": 12.005070686340332,
203
+ "learning_rate": 3.7364620938628155e-05,
204
+ "loss": 0.1415,
205
+ "step": 280
206
+ },
207
+ {
208
+ "epoch": 0.5227579990986931,
209
+ "grad_norm": 10.552157402038574,
210
+ "learning_rate": 3.6913357400722025e-05,
211
+ "loss": 0.137,
212
+ "step": 290
213
+ },
214
+ {
215
+ "epoch": 0.540784136998648,
216
+ "grad_norm": 6.8340888023376465,
217
+ "learning_rate": 3.646209386281589e-05,
218
+ "loss": 0.1501,
219
+ "step": 300
220
+ },
221
+ {
222
+ "epoch": 0.558810274898603,
223
+ "grad_norm": 9.282795906066895,
224
+ "learning_rate": 3.601083032490975e-05,
225
+ "loss": 0.1865,
226
+ "step": 310
227
+ },
228
+ {
229
+ "epoch": 0.5768364127985579,
230
+ "grad_norm": 9.580678939819336,
231
+ "learning_rate": 3.555956678700361e-05,
232
+ "loss": 0.138,
233
+ "step": 320
234
+ },
235
+ {
236
+ "epoch": 0.5948625506985128,
237
+ "grad_norm": 13.328466415405273,
238
+ "learning_rate": 3.5108303249097474e-05,
239
+ "loss": 0.163,
240
+ "step": 330
241
+ },
242
+ {
243
+ "epoch": 0.6128886885984678,
244
+ "grad_norm": 13.056593894958496,
245
+ "learning_rate": 3.4657039711191336e-05,
246
+ "loss": 0.1795,
247
+ "step": 340
248
+ },
249
+ {
250
+ "epoch": 0.6309148264984227,
251
+ "grad_norm": 11.727997779846191,
252
+ "learning_rate": 3.42057761732852e-05,
253
+ "loss": 0.1355,
254
+ "step": 350
255
+ },
256
+ {
257
+ "epoch": 0.6489409643983777,
258
+ "grad_norm": 24.700010299682617,
259
+ "learning_rate": 3.375451263537907e-05,
260
+ "loss": 0.1333,
261
+ "step": 360
262
+ },
263
+ {
264
+ "epoch": 0.6669671022983326,
265
+ "grad_norm": 9.655452728271484,
266
+ "learning_rate": 3.330324909747293e-05,
267
+ "loss": 0.1088,
268
+ "step": 370
269
+ },
270
+ {
271
+ "epoch": 0.6849932401982876,
272
+ "grad_norm": 12.539599418640137,
273
+ "learning_rate": 3.2851985559566786e-05,
274
+ "loss": 0.1291,
275
+ "step": 380
276
+ },
277
+ {
278
+ "epoch": 0.7030193780982424,
279
+ "grad_norm": 16.091354370117188,
280
+ "learning_rate": 3.240072202166065e-05,
281
+ "loss": 0.1283,
282
+ "step": 390
283
+ },
284
+ {
285
+ "epoch": 0.7210455159981974,
286
+ "grad_norm": 8.979726791381836,
287
+ "learning_rate": 3.194945848375451e-05,
288
+ "loss": 0.171,
289
+ "step": 400
290
+ },
291
+ {
292
+ "epoch": 0.7390716538981523,
293
+ "grad_norm": 5.752032279968262,
294
+ "learning_rate": 3.149819494584837e-05,
295
+ "loss": 0.0891,
296
+ "step": 410
297
+ },
298
+ {
299
+ "epoch": 0.7570977917981072,
300
+ "grad_norm": 23.888824462890625,
301
+ "learning_rate": 3.104693140794224e-05,
302
+ "loss": 0.2113,
303
+ "step": 420
304
+ },
305
+ {
306
+ "epoch": 0.7751239296980622,
307
+ "grad_norm": 26.106128692626953,
308
+ "learning_rate": 3.0595667870036104e-05,
309
+ "loss": 0.152,
310
+ "step": 430
311
+ },
312
+ {
313
+ "epoch": 0.7931500675980171,
314
+ "grad_norm": 22.522830963134766,
315
+ "learning_rate": 3.0144404332129967e-05,
316
+ "loss": 0.1471,
317
+ "step": 440
318
+ },
319
+ {
320
+ "epoch": 0.8111762054979721,
321
+ "grad_norm": 8.835768699645996,
322
+ "learning_rate": 2.969314079422383e-05,
323
+ "loss": 0.1385,
324
+ "step": 450
325
+ },
326
+ {
327
+ "epoch": 0.829202343397927,
328
+ "grad_norm": 9.851985931396484,
329
+ "learning_rate": 2.924187725631769e-05,
330
+ "loss": 0.1222,
331
+ "step": 460
332
+ },
333
+ {
334
+ "epoch": 0.847228481297882,
335
+ "grad_norm": 11.780614852905273,
336
+ "learning_rate": 2.879061371841155e-05,
337
+ "loss": 0.1026,
338
+ "step": 470
339
+ },
340
+ {
341
+ "epoch": 0.8652546191978369,
342
+ "grad_norm": 5.866034507751465,
343
+ "learning_rate": 2.8339350180505413e-05,
344
+ "loss": 0.1339,
345
+ "step": 480
346
+ },
347
+ {
348
+ "epoch": 0.8832807570977917,
349
+ "grad_norm": 11.37073040008545,
350
+ "learning_rate": 2.7888086642599282e-05,
351
+ "loss": 0.1188,
352
+ "step": 490
353
+ },
354
+ {
355
+ "epoch": 0.9013068949977467,
356
+ "grad_norm": 6.750919818878174,
357
+ "learning_rate": 2.7436823104693144e-05,
358
+ "loss": 0.1086,
359
+ "step": 500
360
+ },
361
+ {
362
+ "epoch": 0.9193330328977016,
363
+ "grad_norm": 19.503503799438477,
364
+ "learning_rate": 2.6985559566787007e-05,
365
+ "loss": 0.1445,
366
+ "step": 510
367
+ },
368
+ {
369
+ "epoch": 0.9373591707976566,
370
+ "grad_norm": 10.57099437713623,
371
+ "learning_rate": 2.6534296028880866e-05,
372
+ "loss": 0.0972,
373
+ "step": 520
374
+ },
375
+ {
376
+ "epoch": 0.9553853086976115,
377
+ "grad_norm": 15.175230979919434,
378
+ "learning_rate": 2.6083032490974728e-05,
379
+ "loss": 0.1333,
380
+ "step": 530
381
+ },
382
+ {
383
+ "epoch": 0.9734114465975665,
384
+ "grad_norm": 19.15151596069336,
385
+ "learning_rate": 2.563176895306859e-05,
386
+ "loss": 0.1087,
387
+ "step": 540
388
+ },
389
+ {
390
+ "epoch": 0.9914375844975214,
391
+ "grad_norm": 16.16434669494629,
392
+ "learning_rate": 2.518050541516246e-05,
393
+ "loss": 0.1449,
394
+ "step": 550
395
+ },
396
+ {
397
+ "epoch": 1.0,
398
+ "eval_f1": 0.7561929595827901,
399
+ "eval_fn": 73,
400
+ "eval_fp": 114,
401
+ "eval_loss": 0.10284803807735443,
402
+ "eval_precision": 0.7178217821782178,
403
+ "eval_recall": 0.7988980716253443,
404
+ "eval_runtime": 13.6656,
405
+ "eval_samples_per_second": 341.953,
406
+ "eval_steps_per_second": 42.808,
407
+ "eval_tn": 4196,
408
+ "eval_tp": 290,
409
+ "step": 555
410
+ }
411
+ ],
412
+ "logging_steps": 10,
413
+ "max_steps": 1108,
414
+ "num_input_tokens_seen": 0,
415
+ "num_train_epochs": 2,
416
+ "save_steps": 500,
417
+ "stateful_callbacks": {
418
+ "TrainerControl": {
419
+ "args": {
420
+ "should_epoch_stop": false,
421
+ "should_evaluate": false,
422
+ "should_log": false,
423
+ "should_save": true,
424
+ "should_training_stop": false
425
+ },
426
+ "attributes": {}
427
+ }
428
+ },
429
+ "total_flos": 4670747454750720.0,
430
+ "train_batch_size": 8,
431
+ "trial_name": null,
432
+ "trial_params": null
433
+ }
checkpoint-555/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53132ea1ec49e9bad25be50f9adec5478c345e277bb5fdde8ee7ff9883922b00
3
+ size 5368