dzungpham commited on
Commit
4a296ec
·
verified ·
1 Parent(s): 4a80c74

upload model weights after 800 training steps with frozen pretrained weights

Browse files
checkpoint-600/config.json CHANGED
@@ -7,14 +7,13 @@
7
  "classifier_dropout": null,
8
  "dtype": "float32",
9
  "eos_token_id": 2,
10
- "gradient_checkpointing": false,
11
  "hidden_act": "gelu",
12
  "hidden_dropout_prob": 0.1,
13
  "hidden_size": 768,
14
  "initializer_range": 0.02,
15
  "intermediate_size": 3072,
16
  "layer_norm_eps": 1e-05,
17
- "max_position_embeddings": 1026,
18
  "model_type": "roberta",
19
  "num_attention_heads": 12,
20
  "num_hidden_layers": 12,
@@ -23,7 +22,7 @@
23
  "position_embedding_type": "absolute",
24
  "problem_type": "single_label_classification",
25
  "transformers_version": "4.56.0",
26
- "type_vocab_size": 10,
27
  "use_cache": true,
28
- "vocab_size": 51416
29
  }
 
7
  "classifier_dropout": null,
8
  "dtype": "float32",
9
  "eos_token_id": 2,
 
10
  "hidden_act": "gelu",
11
  "hidden_dropout_prob": 0.1,
12
  "hidden_size": 768,
13
  "initializer_range": 0.02,
14
  "intermediate_size": 3072,
15
  "layer_norm_eps": 1e-05,
16
+ "max_position_embeddings": 514,
17
  "model_type": "roberta",
18
  "num_attention_heads": 12,
19
  "num_hidden_layers": 12,
 
22
  "position_embedding_type": "absolute",
23
  "problem_type": "single_label_classification",
24
  "transformers_version": "4.56.0",
25
+ "type_vocab_size": 1,
26
  "use_cache": true,
27
+ "vocab_size": 50265
28
  }
checkpoint-600/merges.txt CHANGED
The diff for this file is too large to render. See raw diff
 
checkpoint-600/model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:95aebb1d0ad4b48a2408a92343d5e978f6e66b6caf878d7412ea999edda732d6
3
- size 506505672
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a6c45eefd9614fb19a724f97f4ede721743366c5ba423ab377866d9b30310a1
3
+ size 498612824
checkpoint-600/optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:970f9834ae3f910db9c3681e33d6435f46338be305fcfa49bcfb091cd7e9a401
3
- size 1007622411
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5e8703837fc2387f895160f1383abea91a1738e73306e935f547aeb1b97c3a0
3
+ size 4741859
checkpoint-600/rng_state.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7a5d016cac07555abae2569aa427a0cf7d74454531d0ec06d8c1ed12118c6208
3
  size 14645
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32ffd45f7e5f2ba2b73ef14102c31a152a37649315f44ea721ccd2a2f8f2589c
3
  size 14645
checkpoint-600/scheduler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:60841ffcc5186410189e55b9dc7b58e877b18be25b3a78c3cc027fe2452ae2b4
3
- size 1977
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc3b50716096a3599e2b59ac0e24bd96040981e5d6cff058a87c0845284d3026
3
+ size 1465
checkpoint-600/special_tokens_map.json CHANGED
@@ -23,7 +23,7 @@
23
  "mask_token": {
24
  "content": "<mask>",
25
  "lstrip": true,
26
- "normalized": true,
27
  "rstrip": false,
28
  "single_word": false
29
  },
 
23
  "mask_token": {
24
  "content": "<mask>",
25
  "lstrip": true,
26
+ "normalized": false,
27
  "rstrip": false,
28
  "single_word": false
29
  },
checkpoint-600/tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
checkpoint-600/tokenizer_config.json CHANGED
@@ -33,10 +33,10 @@
33
  "single_word": false,
34
  "special": true
35
  },
36
- "4": {
37
  "content": "<mask>",
38
  "lstrip": true,
39
- "normalized": true,
40
  "rstrip": false,
41
  "single_word": false,
42
  "special": true
@@ -49,7 +49,7 @@
49
  "errors": "replace",
50
  "extra_special_tokens": {},
51
  "mask_token": "<mask>",
52
- "model_max_length": 1000000000000000019884624838656,
53
  "pad_token": "<pad>",
54
  "sep_token": "</s>",
55
  "tokenizer_class": "RobertaTokenizer",
 
33
  "single_word": false,
34
  "special": true
35
  },
36
+ "50264": {
37
  "content": "<mask>",
38
  "lstrip": true,
39
+ "normalized": false,
40
  "rstrip": false,
41
  "single_word": false,
42
  "special": true
 
49
  "errors": "replace",
50
  "extra_special_tokens": {},
51
  "mask_token": "<mask>",
52
+ "model_max_length": 512,
53
  "pad_token": "<pad>",
54
  "sep_token": "</s>",
55
  "tokenizer_class": "RobertaTokenizer",
checkpoint-600/trainer_state.json CHANGED
@@ -1,518 +1,476 @@
1
  {
2
  "best_global_step": 600,
3
- "best_metric": 0.9163072974421806,
4
- "best_model_checkpoint": "taskA-unixcoder-focal/checkpoint-600",
5
- "epoch": 0.07341245564664138,
6
- "eval_steps": 100,
7
  "global_step": 600,
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.001223540927444023,
14
- "grad_norm": 0.1898110806941986,
15
- "learning_rate": 3.6734693877551025e-07,
16
- "loss": 0.4422,
17
  "step": 10
18
  },
19
  {
20
- "epoch": 0.002447081854888046,
21
- "grad_norm": 0.3350900411605835,
22
- "learning_rate": 7.346938775510205e-07,
23
- "loss": 0.4323,
24
  "step": 20
25
  },
26
  {
27
- "epoch": 0.003670622782332069,
28
- "grad_norm": 0.3723449110984802,
29
- "learning_rate": 1.142857142857143e-06,
30
- "loss": 0.4362,
31
  "step": 30
32
  },
33
  {
34
- "epoch": 0.004894163709776092,
35
- "grad_norm": 0.3299769461154938,
36
- "learning_rate": 1.5510204081632654e-06,
37
- "loss": 0.4191,
38
  "step": 40
39
  },
40
  {
41
- "epoch": 0.006117704637220115,
42
- "grad_norm": 0.26681044697761536,
43
- "learning_rate": 1.9591836734693877e-06,
44
- "loss": 0.4289,
45
  "step": 50
46
  },
47
  {
48
- "epoch": 0.007341245564664138,
49
- "grad_norm": 0.30233338475227356,
50
- "learning_rate": 2.3673469387755103e-06,
51
- "loss": 0.4083,
52
  "step": 60
53
  },
54
  {
55
- "epoch": 0.008564786492108161,
56
- "grad_norm": 0.31031334400177,
57
- "learning_rate": 2.775510204081633e-06,
58
- "loss": 0.404,
59
  "step": 70
60
  },
61
  {
62
- "epoch": 0.009788327419552184,
63
- "grad_norm": 0.2552475035190582,
64
- "learning_rate": 3.183673469387755e-06,
65
- "loss": 0.3889,
66
  "step": 80
67
  },
68
  {
69
- "epoch": 0.011011868346996207,
70
- "grad_norm": 0.3131052553653717,
71
- "learning_rate": 3.5918367346938777e-06,
72
- "loss": 0.3813,
73
  "step": 90
74
  },
75
  {
76
- "epoch": 0.01223540927444023,
77
- "grad_norm": 0.3377229571342468,
78
- "learning_rate": 4.000000000000001e-06,
79
- "loss": 0.3727,
80
  "step": 100
81
  },
82
  {
83
- "epoch": 0.01223540927444023,
84
- "eval_accuracy": 0.6961,
85
- "eval_f1_weighted": 0.6955947095331424,
86
- "eval_loss": 0.15026023983955383,
87
- "eval_macro_f1": 0.6959280508399847,
88
- "eval_precision": 0.7019396279846728,
89
- "eval_recall": 0.6961,
90
- "eval_runtime": 789.7648,
91
- "eval_samples_per_second": 126.62,
92
- "eval_steps_per_second": 0.99,
93
- "step": 100
94
- },
95
- {
96
- "epoch": 0.013458950201884253,
97
- "grad_norm": 0.3366774618625641,
98
- "learning_rate": 4.408163265306123e-06,
99
- "loss": 0.3671,
100
  "step": 110
101
  },
102
  {
103
- "epoch": 0.014682491129328276,
104
- "grad_norm": 0.33491575717926025,
105
- "learning_rate": 4.816326530612245e-06,
106
- "loss": 0.3498,
107
  "step": 120
108
  },
109
  {
110
- "epoch": 0.0159060320567723,
111
- "grad_norm": 0.4119006097316742,
112
- "learning_rate": 5.2244897959183684e-06,
113
- "loss": 0.3409,
114
  "step": 130
115
  },
116
  {
117
- "epoch": 0.017129572984216322,
118
- "grad_norm": 0.2964725196361542,
119
- "learning_rate": 5.63265306122449e-06,
120
- "loss": 0.3433,
121
  "step": 140
122
  },
123
  {
124
- "epoch": 0.018353113911660345,
125
- "grad_norm": 0.3075334429740906,
126
- "learning_rate": 6.040816326530613e-06,
127
- "loss": 0.3298,
128
  "step": 150
129
  },
130
  {
131
- "epoch": 0.019576654839104368,
132
- "grad_norm": 0.33718687295913696,
133
- "learning_rate": 6.4489795918367345e-06,
134
- "loss": 0.3297,
135
  "step": 160
136
  },
137
  {
138
- "epoch": 0.02080019576654839,
139
- "grad_norm": 0.2809618413448334,
140
- "learning_rate": 6.857142857142858e-06,
141
- "loss": 0.3275,
142
  "step": 170
143
  },
144
  {
145
- "epoch": 0.022023736693992414,
146
- "grad_norm": 0.37805014848709106,
147
- "learning_rate": 7.2653061224489805e-06,
148
- "loss": 0.3201,
149
  "step": 180
150
  },
151
  {
152
- "epoch": 0.023247277621436437,
153
- "grad_norm": 0.2940429151058197,
154
- "learning_rate": 7.673469387755102e-06,
155
- "loss": 0.3042,
156
  "step": 190
157
  },
158
  {
159
- "epoch": 0.02447081854888046,
160
- "grad_norm": 0.3286060690879822,
161
- "learning_rate": 8.081632653061225e-06,
162
- "loss": 0.3071,
163
  "step": 200
164
  },
165
  {
166
- "epoch": 0.02447081854888046,
167
- "eval_accuracy": 0.77807,
168
- "eval_f1_weighted": 0.7781129395311969,
169
- "eval_loss": 0.12153773754835129,
170
- "eval_macro_f1": 0.7780651598452646,
171
- "eval_precision": 0.7808306361972198,
172
- "eval_recall": 0.77807,
173
- "eval_runtime": 792.7157,
174
- "eval_samples_per_second": 126.149,
175
- "eval_steps_per_second": 0.986,
176
  "step": 200
177
  },
178
  {
179
- "epoch": 0.025694359476324483,
180
- "grad_norm": 0.33857154846191406,
181
- "learning_rate": 8.489795918367347e-06,
182
- "loss": 0.2964,
183
  "step": 210
184
  },
185
  {
186
- "epoch": 0.026917900403768506,
187
- "grad_norm": 0.2752092182636261,
188
- "learning_rate": 8.89795918367347e-06,
189
- "loss": 0.3,
190
  "step": 220
191
  },
192
  {
193
- "epoch": 0.02814144133121253,
194
- "grad_norm": 0.4952544569969177,
195
- "learning_rate": 9.306122448979593e-06,
196
- "loss": 0.294,
197
  "step": 230
198
  },
199
  {
200
- "epoch": 0.029364982258656552,
201
- "grad_norm": 0.37926042079925537,
202
- "learning_rate": 9.714285714285715e-06,
203
- "loss": 0.2964,
204
  "step": 240
205
  },
206
  {
207
- "epoch": 0.030588523186100575,
208
- "grad_norm": 0.3222455680370331,
209
- "learning_rate": 1.0122448979591836e-05,
210
- "loss": 0.283,
211
  "step": 250
212
  },
213
  {
214
- "epoch": 0.0318120641135446,
215
- "grad_norm": 0.2930658459663391,
216
- "learning_rate": 1.053061224489796e-05,
217
- "loss": 0.2793,
218
  "step": 260
219
  },
220
  {
221
- "epoch": 0.03303560504098862,
222
- "grad_norm": 0.4313414692878723,
223
- "learning_rate": 1.0938775510204083e-05,
224
- "loss": 0.2728,
225
  "step": 270
226
  },
227
  {
228
- "epoch": 0.034259145968432644,
229
- "grad_norm": 0.37351569533348083,
230
- "learning_rate": 1.1346938775510206e-05,
231
- "loss": 0.2752,
232
  "step": 280
233
  },
234
  {
235
- "epoch": 0.035482686895876664,
236
- "grad_norm": 0.22772285342216492,
237
- "learning_rate": 1.1755102040816328e-05,
238
- "loss": 0.274,
239
  "step": 290
240
  },
241
  {
242
- "epoch": 0.03670622782332069,
243
- "grad_norm": 0.15888753533363342,
244
- "learning_rate": 1.2163265306122449e-05,
245
- "loss": 0.264,
246
  "step": 300
247
  },
248
  {
249
- "epoch": 0.03670622782332069,
250
- "eval_accuracy": 0.82326,
251
- "eval_f1_weighted": 0.8227034206790359,
252
- "eval_loss": 0.10234300792217255,
253
- "eval_macro_f1": 0.8230100448030374,
254
- "eval_precision": 0.8338333810964687,
255
- "eval_recall": 0.82326,
256
- "eval_runtime": 789.0168,
257
- "eval_samples_per_second": 126.74,
258
- "eval_steps_per_second": 0.991,
259
- "step": 300
260
- },
261
- {
262
- "epoch": 0.03792976875076471,
263
- "grad_norm": 0.23560188710689545,
264
- "learning_rate": 1.2571428571428572e-05,
265
- "loss": 0.2753,
266
  "step": 310
267
  },
268
  {
269
- "epoch": 0.039153309678208736,
270
- "grad_norm": 0.18699614703655243,
271
- "learning_rate": 1.2979591836734696e-05,
272
- "loss": 0.2565,
273
  "step": 320
274
  },
275
  {
276
- "epoch": 0.040376850605652756,
277
- "grad_norm": 0.24035991728305817,
278
- "learning_rate": 1.3387755102040818e-05,
279
- "loss": 0.2716,
280
  "step": 330
281
  },
282
  {
283
- "epoch": 0.04160039153309678,
284
- "grad_norm": 0.15309660136699677,
285
- "learning_rate": 1.3795918367346941e-05,
286
- "loss": 0.2515,
287
  "step": 340
288
  },
289
  {
290
- "epoch": 0.0428239324605408,
291
- "grad_norm": 0.3382055461406708,
292
- "learning_rate": 1.4204081632653062e-05,
293
- "loss": 0.2597,
294
  "step": 350
295
  },
296
  {
297
- "epoch": 0.04404747338798483,
298
- "grad_norm": 0.24439455568790436,
299
- "learning_rate": 1.4612244897959185e-05,
300
- "loss": 0.247,
301
  "step": 360
302
  },
303
  {
304
- "epoch": 0.04527101431542885,
305
- "grad_norm": 0.26233720779418945,
306
- "learning_rate": 1.5020408163265307e-05,
307
- "loss": 0.2431,
308
  "step": 370
309
  },
310
  {
311
- "epoch": 0.046494555242872875,
312
- "grad_norm": 0.20477451384067535,
313
- "learning_rate": 1.5387755102040818e-05,
314
- "loss": 0.2538,
315
  "step": 380
316
  },
317
  {
318
- "epoch": 0.047718096170316894,
319
- "grad_norm": 0.2765439748764038,
320
- "learning_rate": 1.5795918367346942e-05,
321
- "loss": 0.2404,
322
  "step": 390
323
  },
324
  {
325
- "epoch": 0.04894163709776092,
326
- "grad_norm": 0.13196279108524323,
327
- "learning_rate": 1.6204081632653063e-05,
328
- "loss": 0.2393,
329
  "step": 400
330
  },
331
  {
332
- "epoch": 0.04894163709776092,
333
- "eval_accuracy": 0.84563,
334
- "eval_f1_weighted": 0.8448128964509274,
335
- "eval_loss": 0.09028046578168869,
336
- "eval_macro_f1": 0.8451923512067675,
337
- "eval_precision": 0.861024732271907,
338
- "eval_recall": 0.84563,
339
- "eval_runtime": 787.6067,
340
- "eval_samples_per_second": 126.967,
341
- "eval_steps_per_second": 0.993,
342
  "step": 400
343
  },
344
  {
345
- "epoch": 0.05016517802520494,
346
- "grad_norm": 0.0924634337425232,
347
- "learning_rate": 1.6612244897959184e-05,
348
- "loss": 0.2331,
349
  "step": 410
350
  },
351
  {
352
- "epoch": 0.05138871895264897,
353
- "grad_norm": 0.277784138917923,
354
- "learning_rate": 1.7020408163265308e-05,
355
- "loss": 0.2301,
356
  "step": 420
357
  },
358
  {
359
- "epoch": 0.052612259880092986,
360
- "grad_norm": 0.32299959659576416,
361
- "learning_rate": 1.742857142857143e-05,
362
- "loss": 0.2218,
363
  "step": 430
364
  },
365
  {
366
- "epoch": 0.05383580080753701,
367
- "grad_norm": 0.18170586228370667,
368
- "learning_rate": 1.7836734693877553e-05,
369
- "loss": 0.2318,
370
  "step": 440
371
  },
372
  {
373
- "epoch": 0.05505934173498103,
374
- "grad_norm": 0.1520216166973114,
375
- "learning_rate": 1.8244897959183674e-05,
376
- "loss": 0.2136,
377
  "step": 450
378
  },
379
  {
380
- "epoch": 0.05628288266242506,
381
- "grad_norm": 0.23452645540237427,
382
- "learning_rate": 1.8653061224489795e-05,
383
- "loss": 0.2219,
384
  "step": 460
385
  },
386
  {
387
- "epoch": 0.05750642358986908,
388
- "grad_norm": 0.10036301612854004,
389
- "learning_rate": 1.906122448979592e-05,
390
- "loss": 0.2213,
391
  "step": 470
392
  },
393
  {
394
- "epoch": 0.058729964517313105,
395
- "grad_norm": 0.24100220203399658,
396
- "learning_rate": 1.9469387755102044e-05,
397
- "loss": 0.2079,
398
  "step": 480
399
  },
400
  {
401
- "epoch": 0.059953505444757124,
402
- "grad_norm": 0.28893032670021057,
403
- "learning_rate": 1.9877551020408165e-05,
404
- "loss": 0.1978,
405
  "step": 490
406
  },
407
  {
408
- "epoch": 0.06117704637220115,
409
- "grad_norm": 0.22918537259101868,
410
- "learning_rate": 1.9999836143766126e-05,
411
- "loss": 0.202,
412
- "step": 500
413
- },
414
- {
415
- "epoch": 0.06117704637220115,
416
- "eval_accuracy": 0.91628,
417
- "eval_f1_weighted": 0.9163231793856368,
418
- "eval_loss": 0.055908624082803726,
419
- "eval_macro_f1": 0.9162187423616152,
420
- "eval_precision": 0.9170320825159874,
421
- "eval_recall": 0.91628,
422
- "eval_runtime": 760.1138,
423
- "eval_samples_per_second": 131.559,
424
- "eval_steps_per_second": 1.029,
425
  "step": 500
426
  },
427
  {
428
- "epoch": 0.06240058729964517,
429
- "grad_norm": 0.2930404841899872,
430
- "learning_rate": 1.999903359554741e-05,
431
- "loss": 0.1979,
432
  "step": 510
433
  },
434
  {
435
- "epoch": 0.0636241282270892,
436
- "grad_norm": 0.0889664739370346,
437
- "learning_rate": 1.9997562312908153e-05,
438
- "loss": 0.1953,
439
  "step": 520
440
  },
441
  {
442
- "epoch": 0.06484766915453322,
443
- "grad_norm": 0.1687588095664978,
444
- "learning_rate": 1.9995422394247598e-05,
445
- "loss": 0.1935,
446
  "step": 530
447
  },
448
  {
449
- "epoch": 0.06607121008197724,
450
- "grad_norm": 0.2399725466966629,
451
- "learning_rate": 1.9992613982683296e-05,
452
- "loss": 0.1818,
453
  "step": 540
454
  },
455
  {
456
- "epoch": 0.06729475100942127,
457
- "grad_norm": 0.2016785889863968,
458
- "learning_rate": 1.9989137266041552e-05,
459
- "loss": 0.1893,
460
  "step": 550
461
  },
462
  {
463
- "epoch": 0.06851829193686529,
464
- "grad_norm": 0.17420713603496552,
465
- "learning_rate": 1.9984992476844845e-05,
466
- "loss": 0.1895,
467
  "step": 560
468
  },
469
  {
470
- "epoch": 0.06974183286430931,
471
- "grad_norm": 0.2180609554052353,
472
- "learning_rate": 1.998017989229629e-05,
473
- "loss": 0.1836,
474
  "step": 570
475
  },
476
  {
477
- "epoch": 0.07096537379175333,
478
- "grad_norm": 0.15563039481639862,
479
- "learning_rate": 1.9974699834261074e-05,
480
- "loss": 0.182,
481
  "step": 580
482
  },
483
  {
484
- "epoch": 0.07218891471919736,
485
- "grad_norm": 0.25410088896751404,
486
- "learning_rate": 1.996855266924497e-05,
487
- "loss": 0.1862,
488
  "step": 590
489
  },
490
  {
491
- "epoch": 0.07341245564664138,
492
- "grad_norm": 0.24206259846687317,
493
- "learning_rate": 1.996173880836979e-05,
494
- "loss": 0.1818,
495
  "step": 600
496
  },
497
  {
498
- "epoch": 0.07341245564664138,
499
- "eval_accuracy": 0.91633,
500
- "eval_f1_weighted": 0.9162437523349878,
501
- "eval_loss": 0.05625538155436516,
502
- "eval_macro_f1": 0.9163072974421806,
503
- "eval_precision": 0.9233764457540103,
504
- "eval_recall": 0.91633,
505
- "eval_runtime": 759.6815,
506
- "eval_samples_per_second": 131.634,
507
- "eval_steps_per_second": 1.029,
508
  "step": 600
509
  }
510
  ],
511
  "logging_steps": 10,
512
- "max_steps": 8173,
513
  "num_input_tokens_seen": 0,
514
- "num_train_epochs": 1,
515
- "save_steps": 100,
516
  "stateful_callbacks": {
517
  "EarlyStoppingCallback": {
518
  "args": {
@@ -534,7 +492,7 @@
534
  "attributes": {}
535
  }
536
  },
537
- "total_flos": 1.01847451041792e+16,
538
  "train_batch_size": 64,
539
  "trial_name": null,
540
  "trial_params": null
 
1
  {
2
  "best_global_step": 600,
3
+ "best_metric": 0.621848143053056,
4
+ "best_model_checkpoint": "./taskA-codebert-base/checkpoint-600",
5
+ "epoch": 0.07679508511455267,
6
+ "eval_steps": 200,
7
  "global_step": 600,
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.0012799180852425445,
14
+ "grad_norm": 3.6954128742218018,
15
+ "learning_rate": 3.840409643695328e-08,
16
+ "loss": 0.7763,
17
  "step": 10
18
  },
19
  {
20
+ "epoch": 0.002559836170485089,
21
+ "grad_norm": 3.3660645484924316,
22
+ "learning_rate": 8.10753147002347e-08,
23
+ "loss": 0.7763,
24
  "step": 20
25
  },
26
  {
27
+ "epoch": 0.0038397542557276334,
28
+ "grad_norm": 4.491067886352539,
29
+ "learning_rate": 1.2374653296351612e-07,
30
+ "loss": 0.7889,
31
  "step": 30
32
  },
33
  {
34
+ "epoch": 0.005119672340970178,
35
+ "grad_norm": 1.5920521020889282,
36
+ "learning_rate": 1.6641775122679754e-07,
37
+ "loss": 0.7888,
38
  "step": 40
39
  },
40
  {
41
+ "epoch": 0.006399590426212722,
42
+ "grad_norm": 4.410898208618164,
43
+ "learning_rate": 2.0908896949007894e-07,
44
+ "loss": 0.7692,
45
  "step": 50
46
  },
47
  {
48
+ "epoch": 0.007679508511455267,
49
+ "grad_norm": 2.5669264793395996,
50
+ "learning_rate": 2.517601877533604e-07,
51
+ "loss": 0.7735,
52
  "step": 60
53
  },
54
  {
55
+ "epoch": 0.008959426596697812,
56
+ "grad_norm": 6.190986156463623,
57
+ "learning_rate": 2.944314060166418e-07,
58
+ "loss": 0.7679,
59
  "step": 70
60
  },
61
  {
62
+ "epoch": 0.010239344681940356,
63
+ "grad_norm": 5.736413478851318,
64
+ "learning_rate": 3.371026242799232e-07,
65
+ "loss": 0.744,
66
  "step": 80
67
  },
68
  {
69
+ "epoch": 0.011519262767182901,
70
+ "grad_norm": 4.278866767883301,
71
+ "learning_rate": 3.7977384254320464e-07,
72
+ "loss": 0.7542,
73
  "step": 90
74
  },
75
  {
76
+ "epoch": 0.012799180852425445,
77
+ "grad_norm": 5.565455436706543,
78
+ "learning_rate": 4.22445060806486e-07,
79
+ "loss": 0.752,
80
  "step": 100
81
  },
82
  {
83
+ "epoch": 0.01407909893766799,
84
+ "grad_norm": 4.031781196594238,
85
+ "learning_rate": 4.651162790697675e-07,
86
+ "loss": 0.7614,
 
 
 
 
 
 
 
 
 
 
 
 
 
87
  "step": 110
88
  },
89
  {
90
+ "epoch": 0.015359017022910534,
91
+ "grad_norm": 2.484126329421997,
92
+ "learning_rate": 5.077874973330489e-07,
93
+ "loss": 0.7664,
94
  "step": 120
95
  },
96
  {
97
+ "epoch": 0.016638935108153077,
98
+ "grad_norm": 2.7525155544281006,
99
+ "learning_rate": 5.504587155963304e-07,
100
+ "loss": 0.7521,
101
  "step": 130
102
  },
103
  {
104
+ "epoch": 0.017918853193395624,
105
+ "grad_norm": 1.6374385356903076,
106
+ "learning_rate": 5.931299338596117e-07,
107
+ "loss": 0.7436,
108
  "step": 140
109
  },
110
  {
111
+ "epoch": 0.019198771278638168,
112
+ "grad_norm": 2.370774269104004,
113
+ "learning_rate": 6.358011521228932e-07,
114
+ "loss": 0.7429,
115
  "step": 150
116
  },
117
  {
118
+ "epoch": 0.02047868936388071,
119
+ "grad_norm": 2.8948566913604736,
120
+ "learning_rate": 6.784723703861745e-07,
121
+ "loss": 0.7333,
122
  "step": 160
123
  },
124
  {
125
+ "epoch": 0.021758607449123255,
126
+ "grad_norm": 2.7481186389923096,
127
+ "learning_rate": 7.21143588649456e-07,
128
+ "loss": 0.7294,
129
  "step": 170
130
  },
131
  {
132
+ "epoch": 0.023038525534365802,
133
+ "grad_norm": 2.0159404277801514,
134
+ "learning_rate": 7.638148069127374e-07,
135
+ "loss": 0.731,
136
  "step": 180
137
  },
138
  {
139
+ "epoch": 0.024318443619608346,
140
+ "grad_norm": 3.6898131370544434,
141
+ "learning_rate": 8.064860251760189e-07,
142
+ "loss": 0.7153,
143
  "step": 190
144
  },
145
  {
146
+ "epoch": 0.02559836170485089,
147
+ "grad_norm": 3.2842342853546143,
148
+ "learning_rate": 8.491572434393003e-07,
149
+ "loss": 0.7245,
150
  "step": 200
151
  },
152
  {
153
+ "epoch": 0.02559836170485089,
154
+ "eval_accuracy": 0.47695,
155
+ "eval_loss": 0.7148504853248596,
156
+ "eval_macro_f1": 0.3229290091066048,
157
+ "eval_precision": 0.238475,
158
+ "eval_recall": 0.5,
159
+ "eval_runtime": 1641.324,
160
+ "eval_samples_per_second": 60.926,
161
+ "eval_steps_per_second": 0.476,
 
162
  "step": 200
163
  },
164
  {
165
+ "epoch": 0.026878279790093433,
166
+ "grad_norm": 2.294558048248291,
167
+ "learning_rate": 8.918284617025817e-07,
168
+ "loss": 0.718,
169
  "step": 210
170
  },
171
  {
172
+ "epoch": 0.02815819787533598,
173
+ "grad_norm": 2.9467175006866455,
174
+ "learning_rate": 9.344996799658632e-07,
175
+ "loss": 0.7076,
176
  "step": 220
177
  },
178
  {
179
+ "epoch": 0.029438115960578524,
180
+ "grad_norm": 2.6889193058013916,
181
+ "learning_rate": 9.771708982291445e-07,
182
+ "loss": 0.7019,
183
  "step": 230
184
  },
185
  {
186
+ "epoch": 0.030718034045821067,
187
+ "grad_norm": 0.7491384744644165,
188
+ "learning_rate": 1.0198421164924258e-06,
189
+ "loss": 0.7046,
190
  "step": 240
191
  },
192
  {
193
+ "epoch": 0.031997952131063614,
194
+ "grad_norm": 2.0363433361053467,
195
+ "learning_rate": 1.0625133347557074e-06,
196
+ "loss": 0.7085,
197
  "step": 250
198
  },
199
  {
200
+ "epoch": 0.033277870216306155,
201
+ "grad_norm": 1.1431337594985962,
202
+ "learning_rate": 1.1051845530189888e-06,
203
+ "loss": 0.7008,
204
  "step": 260
205
  },
206
  {
207
+ "epoch": 0.0345577883015487,
208
+ "grad_norm": 3.7735233306884766,
209
+ "learning_rate": 1.1478557712822702e-06,
210
+ "loss": 0.7015,
211
  "step": 270
212
  },
213
  {
214
+ "epoch": 0.03583770638679125,
215
+ "grad_norm": 0.7889328002929688,
216
+ "learning_rate": 1.1905269895455517e-06,
217
+ "loss": 0.699,
218
  "step": 280
219
  },
220
  {
221
+ "epoch": 0.03711762447203379,
222
+ "grad_norm": 0.8796226382255554,
223
+ "learning_rate": 1.233198207808833e-06,
224
+ "loss": 0.6922,
225
  "step": 290
226
  },
227
  {
228
+ "epoch": 0.038397542557276336,
229
+ "grad_norm": 0.7966652512550354,
230
+ "learning_rate": 1.2758694260721145e-06,
231
+ "loss": 0.6949,
232
  "step": 300
233
  },
234
  {
235
+ "epoch": 0.039677460642518876,
236
+ "grad_norm": 0.7029069066047668,
237
+ "learning_rate": 1.318540644335396e-06,
238
+ "loss": 0.695,
 
 
 
 
 
 
 
 
 
 
 
 
 
239
  "step": 310
240
  },
241
  {
242
+ "epoch": 0.04095737872776142,
243
+ "grad_norm": 2.04327392578125,
244
+ "learning_rate": 1.3612118625986772e-06,
245
+ "loss": 0.6944,
246
  "step": 320
247
  },
248
  {
249
+ "epoch": 0.04223729681300397,
250
+ "grad_norm": 0.918025553226471,
251
+ "learning_rate": 1.4038830808619588e-06,
252
+ "loss": 0.6863,
253
  "step": 330
254
  },
255
  {
256
+ "epoch": 0.04351721489824651,
257
+ "grad_norm": 0.9528706073760986,
258
+ "learning_rate": 1.4465542991252401e-06,
259
+ "loss": 0.6907,
260
  "step": 340
261
  },
262
  {
263
+ "epoch": 0.04479713298348906,
264
+ "grad_norm": 1.071359634399414,
265
+ "learning_rate": 1.4892255173885215e-06,
266
+ "loss": 0.6873,
267
  "step": 350
268
  },
269
  {
270
+ "epoch": 0.046077051068731605,
271
+ "grad_norm": 1.9875625371932983,
272
+ "learning_rate": 1.531896735651803e-06,
273
+ "loss": 0.6942,
274
  "step": 360
275
  },
276
  {
277
+ "epoch": 0.047356969153974145,
278
+ "grad_norm": 2.0222439765930176,
279
+ "learning_rate": 1.5745679539150842e-06,
280
+ "loss": 0.6898,
281
  "step": 370
282
  },
283
  {
284
+ "epoch": 0.04863688723921669,
285
+ "grad_norm": 1.7827857732772827,
286
+ "learning_rate": 1.6172391721783658e-06,
287
+ "loss": 0.6909,
288
  "step": 380
289
  },
290
  {
291
+ "epoch": 0.04991680532445923,
292
+ "grad_norm": 1.065674901008606,
293
+ "learning_rate": 1.6599103904416472e-06,
294
+ "loss": 0.6877,
295
  "step": 390
296
  },
297
  {
298
+ "epoch": 0.05119672340970178,
299
+ "grad_norm": 0.8346193432807922,
300
+ "learning_rate": 1.7025816087049288e-06,
301
+ "loss": 0.6889,
302
  "step": 400
303
  },
304
  {
305
+ "epoch": 0.05119672340970178,
306
+ "eval_accuracy": 0.54043,
307
+ "eval_loss": 0.6827595233917236,
308
+ "eval_macro_f1": 0.41833840347598905,
309
+ "eval_precision": 0.5839205994464474,
310
+ "eval_recall": 0.5204152767503025,
311
+ "eval_runtime": 1634.6244,
312
+ "eval_samples_per_second": 61.176,
313
+ "eval_steps_per_second": 0.478,
 
314
  "step": 400
315
  },
316
  {
317
+ "epoch": 0.052476641494944326,
318
+ "grad_norm": 0.8074935674667358,
319
+ "learning_rate": 1.7452528269682101e-06,
320
+ "loss": 0.684,
321
  "step": 410
322
  },
323
  {
324
+ "epoch": 0.053756559580186866,
325
+ "grad_norm": 0.8965069651603699,
326
+ "learning_rate": 1.7879240452314913e-06,
327
+ "loss": 0.6922,
328
  "step": 420
329
  },
330
  {
331
+ "epoch": 0.05503647766542941,
332
+ "grad_norm": 2.597215414047241,
333
+ "learning_rate": 1.8305952634947729e-06,
334
+ "loss": 0.6909,
335
  "step": 430
336
  },
337
  {
338
+ "epoch": 0.05631639575067196,
339
+ "grad_norm": 0.8233373165130615,
340
+ "learning_rate": 1.8732664817580542e-06,
341
+ "loss": 0.6831,
342
  "step": 440
343
  },
344
  {
345
+ "epoch": 0.0575963138359145,
346
+ "grad_norm": 1.0624489784240723,
347
+ "learning_rate": 1.915937700021336e-06,
348
+ "loss": 0.6817,
349
  "step": 450
350
  },
351
  {
352
+ "epoch": 0.05887623192115705,
353
+ "grad_norm": 2.0623559951782227,
354
+ "learning_rate": 1.958608918284617e-06,
355
+ "loss": 0.6819,
356
  "step": 460
357
  },
358
  {
359
+ "epoch": 0.06015615000639959,
360
+ "grad_norm": 0.912433922290802,
361
+ "learning_rate": 2.0012801365478988e-06,
362
+ "loss": 0.686,
363
  "step": 470
364
  },
365
  {
366
+ "epoch": 0.061436068091642135,
367
+ "grad_norm": 0.6926271319389343,
368
+ "learning_rate": 2.04395135481118e-06,
369
+ "loss": 0.6834,
370
  "step": 480
371
  },
372
  {
373
+ "epoch": 0.06271598617688467,
374
+ "grad_norm": 1.498634934425354,
375
+ "learning_rate": 2.0866225730744615e-06,
376
+ "loss": 0.6805,
377
  "step": 490
378
  },
379
  {
380
+ "epoch": 0.06399590426212723,
381
+ "grad_norm": 1.1818156242370605,
382
+ "learning_rate": 2.129293791337743e-06,
383
+ "loss": 0.6805,
 
 
 
 
 
 
 
 
 
 
 
 
 
384
  "step": 500
385
  },
386
  {
387
+ "epoch": 0.06527582234736977,
388
+ "grad_norm": 1.4476051330566406,
389
+ "learning_rate": 2.1719650096010242e-06,
390
+ "loss": 0.6773,
391
  "step": 510
392
  },
393
  {
394
+ "epoch": 0.06655574043261231,
395
+ "grad_norm": 1.1143743991851807,
396
+ "learning_rate": 2.214636227864306e-06,
397
+ "loss": 0.6801,
398
  "step": 520
399
  },
400
  {
401
+ "epoch": 0.06783565851785486,
402
+ "grad_norm": 1.7030247449874878,
403
+ "learning_rate": 2.257307446127587e-06,
404
+ "loss": 0.6794,
405
  "step": 530
406
  },
407
  {
408
+ "epoch": 0.0691155766030974,
409
+ "grad_norm": 0.8592290282249451,
410
+ "learning_rate": 2.2999786643908685e-06,
411
+ "loss": 0.6736,
412
  "step": 540
413
  },
414
  {
415
+ "epoch": 0.07039549468833994,
416
+ "grad_norm": 0.8231940865516663,
417
+ "learning_rate": 2.34264988265415e-06,
418
+ "loss": 0.67,
419
  "step": 550
420
  },
421
  {
422
+ "epoch": 0.0716754127735825,
423
+ "grad_norm": 0.88897705078125,
424
+ "learning_rate": 2.3853211009174317e-06,
425
+ "loss": 0.685,
426
  "step": 560
427
  },
428
  {
429
+ "epoch": 0.07295533085882504,
430
+ "grad_norm": 1.6297541856765747,
431
+ "learning_rate": 2.427992319180713e-06,
432
+ "loss": 0.6797,
433
  "step": 570
434
  },
435
  {
436
+ "epoch": 0.07423524894406758,
437
+ "grad_norm": 2.9297447204589844,
438
+ "learning_rate": 2.470663537443994e-06,
439
+ "loss": 0.6766,
440
  "step": 580
441
  },
442
  {
443
+ "epoch": 0.07551516702931012,
444
+ "grad_norm": 0.9277703762054443,
445
+ "learning_rate": 2.5133347557072756e-06,
446
+ "loss": 0.6824,
447
  "step": 590
448
  },
449
  {
450
+ "epoch": 0.07679508511455267,
451
+ "grad_norm": 0.5883333683013916,
452
+ "learning_rate": 2.556005973970557e-06,
453
+ "loss": 0.6818,
454
  "step": 600
455
  },
456
  {
457
+ "epoch": 0.07679508511455267,
458
+ "eval_accuracy": 0.63909,
459
+ "eval_loss": 0.6700075268745422,
460
+ "eval_macro_f1": 0.621848143053056,
461
+ "eval_precision": 0.6524313071088819,
462
+ "eval_recall": 0.6305863955136095,
463
+ "eval_runtime": 1633.9732,
464
+ "eval_samples_per_second": 61.201,
465
+ "eval_steps_per_second": 0.479,
 
466
  "step": 600
467
  }
468
  ],
469
  "logging_steps": 10,
470
+ "max_steps": 23439,
471
  "num_input_tokens_seen": 0,
472
+ "num_train_epochs": 3,
473
+ "save_steps": 200,
474
  "stateful_callbacks": {
475
  "EarlyStoppingCallback": {
476
  "args": {
 
492
  "attributes": {}
493
  }
494
  },
495
+ "total_flos": 1.0103464525824e+16,
496
  "train_batch_size": 64,
497
  "trial_name": null,
498
  "trial_params": null
checkpoint-600/training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1b3224c43959a758d90139d1f041398d3f4596dac679c781c4b9c852d68e75c0
3
- size 5841
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d229c88ed1abc39a6bd48b7dbee07f184d51a44830b4d34b8679f40346733b63
3
+ size 5777
checkpoint-600/vocab.json CHANGED
The diff for this file is too large to render. See raw diff
 
checkpoint-800/config.json CHANGED
@@ -7,14 +7,13 @@
7
  "classifier_dropout": null,
8
  "dtype": "float32",
9
  "eos_token_id": 2,
10
- "gradient_checkpointing": false,
11
  "hidden_act": "gelu",
12
  "hidden_dropout_prob": 0.1,
13
  "hidden_size": 768,
14
  "initializer_range": 0.02,
15
  "intermediate_size": 3072,
16
  "layer_norm_eps": 1e-05,
17
- "max_position_embeddings": 1026,
18
  "model_type": "roberta",
19
  "num_attention_heads": 12,
20
  "num_hidden_layers": 12,
@@ -23,7 +22,7 @@
23
  "position_embedding_type": "absolute",
24
  "problem_type": "single_label_classification",
25
  "transformers_version": "4.56.0",
26
- "type_vocab_size": 10,
27
  "use_cache": true,
28
- "vocab_size": 51416
29
  }
 
7
  "classifier_dropout": null,
8
  "dtype": "float32",
9
  "eos_token_id": 2,
 
10
  "hidden_act": "gelu",
11
  "hidden_dropout_prob": 0.1,
12
  "hidden_size": 768,
13
  "initializer_range": 0.02,
14
  "intermediate_size": 3072,
15
  "layer_norm_eps": 1e-05,
16
+ "max_position_embeddings": 514,
17
  "model_type": "roberta",
18
  "num_attention_heads": 12,
19
  "num_hidden_layers": 12,
 
22
  "position_embedding_type": "absolute",
23
  "problem_type": "single_label_classification",
24
  "transformers_version": "4.56.0",
25
+ "type_vocab_size": 1,
26
  "use_cache": true,
27
+ "vocab_size": 50265
28
  }
checkpoint-800/merges.txt CHANGED
The diff for this file is too large to render. See raw diff
 
checkpoint-800/model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:887628295cefc1c1e38f185aa051385e784585316a5a54fe613a9ad91ab95c8c
3
- size 506505672
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:144222bcc915ff7437db4cd2da088235b9e86e1b0e69f1ead95746d2ce8331be
3
+ size 498612824
checkpoint-800/optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b60cfe91940f22ba5ee804c87d4e3a1776c8d2a01bf337b1f17cc429d7515fa9
3
- size 1007622411
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77eed31466f224a3ed4dccdd0233a5e16ed17aae4a8afe7d35bd17f70ab96e11
3
+ size 4741859
checkpoint-800/rng_state.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ce477dc7fd1f019a9e73c0d07220c608a2f4651ebcc0a7993368f4ea27cec25a
3
  size 14645
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b99b7722392a9306ca3170ca521fd41cb63a608be5ab5fddc849d9be0c714edc
3
  size 14645
checkpoint-800/scheduler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:58cf5dca12bbc3f7cc35c5b494c89f5091276dea150ca98ff18b2b05ad54f539
3
- size 1977
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d272d19c634ee5c96583d515235f93fa1e9a1d0cbafcfc383818e21b41c8c444
3
+ size 1465
checkpoint-800/special_tokens_map.json CHANGED
@@ -23,7 +23,7 @@
23
  "mask_token": {
24
  "content": "<mask>",
25
  "lstrip": true,
26
- "normalized": true,
27
  "rstrip": false,
28
  "single_word": false
29
  },
 
23
  "mask_token": {
24
  "content": "<mask>",
25
  "lstrip": true,
26
+ "normalized": false,
27
  "rstrip": false,
28
  "single_word": false
29
  },
checkpoint-800/tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
checkpoint-800/tokenizer_config.json CHANGED
@@ -33,10 +33,10 @@
33
  "single_word": false,
34
  "special": true
35
  },
36
- "4": {
37
  "content": "<mask>",
38
  "lstrip": true,
39
- "normalized": true,
40
  "rstrip": false,
41
  "single_word": false,
42
  "special": true
@@ -49,7 +49,7 @@
49
  "errors": "replace",
50
  "extra_special_tokens": {},
51
  "mask_token": "<mask>",
52
- "model_max_length": 1000000000000000019884624838656,
53
  "pad_token": "<pad>",
54
  "sep_token": "</s>",
55
  "tokenizer_class": "RobertaTokenizer",
 
33
  "single_word": false,
34
  "special": true
35
  },
36
+ "50264": {
37
  "content": "<mask>",
38
  "lstrip": true,
39
+ "normalized": false,
40
  "rstrip": false,
41
  "single_word": false,
42
  "special": true
 
49
  "errors": "replace",
50
  "extra_special_tokens": {},
51
  "mask_token": "<mask>",
52
+ "model_max_length": 512,
53
  "pad_token": "<pad>",
54
  "sep_token": "</s>",
55
  "tokenizer_class": "RobertaTokenizer",
checkpoint-800/trainer_state.json CHANGED
@@ -1,684 +1,628 @@
1
  {
2
  "best_global_step": 800,
3
- "best_metric": 0.9571669846830866,
4
- "best_model_checkpoint": "taskA-unixcoder-focal/checkpoint-800",
5
- "epoch": 0.09788327419552184,
6
- "eval_steps": 100,
7
  "global_step": 800,
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.001223540927444023,
14
- "grad_norm": 0.1898110806941986,
15
- "learning_rate": 3.6734693877551025e-07,
16
- "loss": 0.4422,
17
  "step": 10
18
  },
19
  {
20
- "epoch": 0.002447081854888046,
21
- "grad_norm": 0.3350900411605835,
22
- "learning_rate": 7.346938775510205e-07,
23
- "loss": 0.4323,
24
  "step": 20
25
  },
26
  {
27
- "epoch": 0.003670622782332069,
28
- "grad_norm": 0.3723449110984802,
29
- "learning_rate": 1.142857142857143e-06,
30
- "loss": 0.4362,
31
  "step": 30
32
  },
33
  {
34
- "epoch": 0.004894163709776092,
35
- "grad_norm": 0.3299769461154938,
36
- "learning_rate": 1.5510204081632654e-06,
37
- "loss": 0.4191,
38
  "step": 40
39
  },
40
  {
41
- "epoch": 0.006117704637220115,
42
- "grad_norm": 0.26681044697761536,
43
- "learning_rate": 1.9591836734693877e-06,
44
- "loss": 0.4289,
45
  "step": 50
46
  },
47
  {
48
- "epoch": 0.007341245564664138,
49
- "grad_norm": 0.30233338475227356,
50
- "learning_rate": 2.3673469387755103e-06,
51
- "loss": 0.4083,
52
  "step": 60
53
  },
54
  {
55
- "epoch": 0.008564786492108161,
56
- "grad_norm": 0.31031334400177,
57
- "learning_rate": 2.775510204081633e-06,
58
- "loss": 0.404,
59
  "step": 70
60
  },
61
  {
62
- "epoch": 0.009788327419552184,
63
- "grad_norm": 0.2552475035190582,
64
- "learning_rate": 3.183673469387755e-06,
65
- "loss": 0.3889,
66
  "step": 80
67
  },
68
  {
69
- "epoch": 0.011011868346996207,
70
- "grad_norm": 0.3131052553653717,
71
- "learning_rate": 3.5918367346938777e-06,
72
- "loss": 0.3813,
73
  "step": 90
74
  },
75
  {
76
- "epoch": 0.01223540927444023,
77
- "grad_norm": 0.3377229571342468,
78
- "learning_rate": 4.000000000000001e-06,
79
- "loss": 0.3727,
80
  "step": 100
81
  },
82
  {
83
- "epoch": 0.01223540927444023,
84
- "eval_accuracy": 0.6961,
85
- "eval_f1_weighted": 0.6955947095331424,
86
- "eval_loss": 0.15026023983955383,
87
- "eval_macro_f1": 0.6959280508399847,
88
- "eval_precision": 0.7019396279846728,
89
- "eval_recall": 0.6961,
90
- "eval_runtime": 789.7648,
91
- "eval_samples_per_second": 126.62,
92
- "eval_steps_per_second": 0.99,
93
- "step": 100
94
- },
95
- {
96
- "epoch": 0.013458950201884253,
97
- "grad_norm": 0.3366774618625641,
98
- "learning_rate": 4.408163265306123e-06,
99
- "loss": 0.3671,
100
  "step": 110
101
  },
102
  {
103
- "epoch": 0.014682491129328276,
104
- "grad_norm": 0.33491575717926025,
105
- "learning_rate": 4.816326530612245e-06,
106
- "loss": 0.3498,
107
  "step": 120
108
  },
109
  {
110
- "epoch": 0.0159060320567723,
111
- "grad_norm": 0.4119006097316742,
112
- "learning_rate": 5.2244897959183684e-06,
113
- "loss": 0.3409,
114
  "step": 130
115
  },
116
  {
117
- "epoch": 0.017129572984216322,
118
- "grad_norm": 0.2964725196361542,
119
- "learning_rate": 5.63265306122449e-06,
120
- "loss": 0.3433,
121
  "step": 140
122
  },
123
  {
124
- "epoch": 0.018353113911660345,
125
- "grad_norm": 0.3075334429740906,
126
- "learning_rate": 6.040816326530613e-06,
127
- "loss": 0.3298,
128
  "step": 150
129
  },
130
  {
131
- "epoch": 0.019576654839104368,
132
- "grad_norm": 0.33718687295913696,
133
- "learning_rate": 6.4489795918367345e-06,
134
- "loss": 0.3297,
135
  "step": 160
136
  },
137
  {
138
- "epoch": 0.02080019576654839,
139
- "grad_norm": 0.2809618413448334,
140
- "learning_rate": 6.857142857142858e-06,
141
- "loss": 0.3275,
142
  "step": 170
143
  },
144
  {
145
- "epoch": 0.022023736693992414,
146
- "grad_norm": 0.37805014848709106,
147
- "learning_rate": 7.2653061224489805e-06,
148
- "loss": 0.3201,
149
  "step": 180
150
  },
151
  {
152
- "epoch": 0.023247277621436437,
153
- "grad_norm": 0.2940429151058197,
154
- "learning_rate": 7.673469387755102e-06,
155
- "loss": 0.3042,
156
  "step": 190
157
  },
158
  {
159
- "epoch": 0.02447081854888046,
160
- "grad_norm": 0.3286060690879822,
161
- "learning_rate": 8.081632653061225e-06,
162
- "loss": 0.3071,
163
  "step": 200
164
  },
165
  {
166
- "epoch": 0.02447081854888046,
167
- "eval_accuracy": 0.77807,
168
- "eval_f1_weighted": 0.7781129395311969,
169
- "eval_loss": 0.12153773754835129,
170
- "eval_macro_f1": 0.7780651598452646,
171
- "eval_precision": 0.7808306361972198,
172
- "eval_recall": 0.77807,
173
- "eval_runtime": 792.7157,
174
- "eval_samples_per_second": 126.149,
175
- "eval_steps_per_second": 0.986,
176
  "step": 200
177
  },
178
  {
179
- "epoch": 0.025694359476324483,
180
- "grad_norm": 0.33857154846191406,
181
- "learning_rate": 8.489795918367347e-06,
182
- "loss": 0.2964,
183
  "step": 210
184
  },
185
  {
186
- "epoch": 0.026917900403768506,
187
- "grad_norm": 0.2752092182636261,
188
- "learning_rate": 8.89795918367347e-06,
189
- "loss": 0.3,
190
  "step": 220
191
  },
192
  {
193
- "epoch": 0.02814144133121253,
194
- "grad_norm": 0.4952544569969177,
195
- "learning_rate": 9.306122448979593e-06,
196
- "loss": 0.294,
197
  "step": 230
198
  },
199
  {
200
- "epoch": 0.029364982258656552,
201
- "grad_norm": 0.37926042079925537,
202
- "learning_rate": 9.714285714285715e-06,
203
- "loss": 0.2964,
204
  "step": 240
205
  },
206
  {
207
- "epoch": 0.030588523186100575,
208
- "grad_norm": 0.3222455680370331,
209
- "learning_rate": 1.0122448979591836e-05,
210
- "loss": 0.283,
211
  "step": 250
212
  },
213
  {
214
- "epoch": 0.0318120641135446,
215
- "grad_norm": 0.2930658459663391,
216
- "learning_rate": 1.053061224489796e-05,
217
- "loss": 0.2793,
218
  "step": 260
219
  },
220
  {
221
- "epoch": 0.03303560504098862,
222
- "grad_norm": 0.4313414692878723,
223
- "learning_rate": 1.0938775510204083e-05,
224
- "loss": 0.2728,
225
  "step": 270
226
  },
227
  {
228
- "epoch": 0.034259145968432644,
229
- "grad_norm": 0.37351569533348083,
230
- "learning_rate": 1.1346938775510206e-05,
231
- "loss": 0.2752,
232
  "step": 280
233
  },
234
  {
235
- "epoch": 0.035482686895876664,
236
- "grad_norm": 0.22772285342216492,
237
- "learning_rate": 1.1755102040816328e-05,
238
- "loss": 0.274,
239
  "step": 290
240
  },
241
  {
242
- "epoch": 0.03670622782332069,
243
- "grad_norm": 0.15888753533363342,
244
- "learning_rate": 1.2163265306122449e-05,
245
- "loss": 0.264,
246
- "step": 300
247
- },
248
- {
249
- "epoch": 0.03670622782332069,
250
- "eval_accuracy": 0.82326,
251
- "eval_f1_weighted": 0.8227034206790359,
252
- "eval_loss": 0.10234300792217255,
253
- "eval_macro_f1": 0.8230100448030374,
254
- "eval_precision": 0.8338333810964687,
255
- "eval_recall": 0.82326,
256
- "eval_runtime": 789.0168,
257
- "eval_samples_per_second": 126.74,
258
- "eval_steps_per_second": 0.991,
259
  "step": 300
260
  },
261
  {
262
- "epoch": 0.03792976875076471,
263
- "grad_norm": 0.23560188710689545,
264
- "learning_rate": 1.2571428571428572e-05,
265
- "loss": 0.2753,
266
  "step": 310
267
  },
268
  {
269
- "epoch": 0.039153309678208736,
270
- "grad_norm": 0.18699614703655243,
271
- "learning_rate": 1.2979591836734696e-05,
272
- "loss": 0.2565,
273
  "step": 320
274
  },
275
  {
276
- "epoch": 0.040376850605652756,
277
- "grad_norm": 0.24035991728305817,
278
- "learning_rate": 1.3387755102040818e-05,
279
- "loss": 0.2716,
280
  "step": 330
281
  },
282
  {
283
- "epoch": 0.04160039153309678,
284
- "grad_norm": 0.15309660136699677,
285
- "learning_rate": 1.3795918367346941e-05,
286
- "loss": 0.2515,
287
  "step": 340
288
  },
289
  {
290
- "epoch": 0.0428239324605408,
291
- "grad_norm": 0.3382055461406708,
292
- "learning_rate": 1.4204081632653062e-05,
293
- "loss": 0.2597,
294
  "step": 350
295
  },
296
  {
297
- "epoch": 0.04404747338798483,
298
- "grad_norm": 0.24439455568790436,
299
- "learning_rate": 1.4612244897959185e-05,
300
- "loss": 0.247,
301
  "step": 360
302
  },
303
  {
304
- "epoch": 0.04527101431542885,
305
- "grad_norm": 0.26233720779418945,
306
- "learning_rate": 1.5020408163265307e-05,
307
- "loss": 0.2431,
308
  "step": 370
309
  },
310
  {
311
- "epoch": 0.046494555242872875,
312
- "grad_norm": 0.20477451384067535,
313
- "learning_rate": 1.5387755102040818e-05,
314
- "loss": 0.2538,
315
  "step": 380
316
  },
317
  {
318
- "epoch": 0.047718096170316894,
319
- "grad_norm": 0.2765439748764038,
320
- "learning_rate": 1.5795918367346942e-05,
321
- "loss": 0.2404,
322
  "step": 390
323
  },
324
  {
325
- "epoch": 0.04894163709776092,
326
- "grad_norm": 0.13196279108524323,
327
- "learning_rate": 1.6204081632653063e-05,
328
- "loss": 0.2393,
329
  "step": 400
330
  },
331
  {
332
- "epoch": 0.04894163709776092,
333
- "eval_accuracy": 0.84563,
334
- "eval_f1_weighted": 0.8448128964509274,
335
- "eval_loss": 0.09028046578168869,
336
- "eval_macro_f1": 0.8451923512067675,
337
- "eval_precision": 0.861024732271907,
338
- "eval_recall": 0.84563,
339
- "eval_runtime": 787.6067,
340
- "eval_samples_per_second": 126.967,
341
- "eval_steps_per_second": 0.993,
342
  "step": 400
343
  },
344
  {
345
- "epoch": 0.05016517802520494,
346
- "grad_norm": 0.0924634337425232,
347
- "learning_rate": 1.6612244897959184e-05,
348
- "loss": 0.2331,
349
  "step": 410
350
  },
351
  {
352
- "epoch": 0.05138871895264897,
353
- "grad_norm": 0.277784138917923,
354
- "learning_rate": 1.7020408163265308e-05,
355
- "loss": 0.2301,
356
  "step": 420
357
  },
358
  {
359
- "epoch": 0.052612259880092986,
360
- "grad_norm": 0.32299959659576416,
361
- "learning_rate": 1.742857142857143e-05,
362
- "loss": 0.2218,
363
  "step": 430
364
  },
365
  {
366
- "epoch": 0.05383580080753701,
367
- "grad_norm": 0.18170586228370667,
368
- "learning_rate": 1.7836734693877553e-05,
369
- "loss": 0.2318,
370
  "step": 440
371
  },
372
  {
373
- "epoch": 0.05505934173498103,
374
- "grad_norm": 0.1520216166973114,
375
- "learning_rate": 1.8244897959183674e-05,
376
- "loss": 0.2136,
377
  "step": 450
378
  },
379
  {
380
- "epoch": 0.05628288266242506,
381
- "grad_norm": 0.23452645540237427,
382
- "learning_rate": 1.8653061224489795e-05,
383
- "loss": 0.2219,
384
  "step": 460
385
  },
386
  {
387
- "epoch": 0.05750642358986908,
388
- "grad_norm": 0.10036301612854004,
389
- "learning_rate": 1.906122448979592e-05,
390
- "loss": 0.2213,
391
  "step": 470
392
  },
393
  {
394
- "epoch": 0.058729964517313105,
395
- "grad_norm": 0.24100220203399658,
396
- "learning_rate": 1.9469387755102044e-05,
397
- "loss": 0.2079,
398
  "step": 480
399
  },
400
  {
401
- "epoch": 0.059953505444757124,
402
- "grad_norm": 0.28893032670021057,
403
- "learning_rate": 1.9877551020408165e-05,
404
- "loss": 0.1978,
405
  "step": 490
406
  },
407
  {
408
- "epoch": 0.06117704637220115,
409
- "grad_norm": 0.22918537259101868,
410
- "learning_rate": 1.9999836143766126e-05,
411
- "loss": 0.202,
412
  "step": 500
413
  },
414
  {
415
- "epoch": 0.06117704637220115,
416
- "eval_accuracy": 0.91628,
417
- "eval_f1_weighted": 0.9163231793856368,
418
- "eval_loss": 0.055908624082803726,
419
- "eval_macro_f1": 0.9162187423616152,
420
- "eval_precision": 0.9170320825159874,
421
- "eval_recall": 0.91628,
422
- "eval_runtime": 760.1138,
423
- "eval_samples_per_second": 131.559,
424
- "eval_steps_per_second": 1.029,
425
- "step": 500
426
- },
427
- {
428
- "epoch": 0.06240058729964517,
429
- "grad_norm": 0.2930404841899872,
430
- "learning_rate": 1.999903359554741e-05,
431
- "loss": 0.1979,
432
  "step": 510
433
  },
434
  {
435
- "epoch": 0.0636241282270892,
436
- "grad_norm": 0.0889664739370346,
437
- "learning_rate": 1.9997562312908153e-05,
438
- "loss": 0.1953,
439
  "step": 520
440
  },
441
  {
442
- "epoch": 0.06484766915453322,
443
- "grad_norm": 0.1687588095664978,
444
- "learning_rate": 1.9995422394247598e-05,
445
- "loss": 0.1935,
446
  "step": 530
447
  },
448
  {
449
- "epoch": 0.06607121008197724,
450
- "grad_norm": 0.2399725466966629,
451
- "learning_rate": 1.9992613982683296e-05,
452
- "loss": 0.1818,
453
  "step": 540
454
  },
455
  {
456
- "epoch": 0.06729475100942127,
457
- "grad_norm": 0.2016785889863968,
458
- "learning_rate": 1.9989137266041552e-05,
459
- "loss": 0.1893,
460
  "step": 550
461
  },
462
  {
463
- "epoch": 0.06851829193686529,
464
- "grad_norm": 0.17420713603496552,
465
- "learning_rate": 1.9984992476844845e-05,
466
- "loss": 0.1895,
467
  "step": 560
468
  },
469
  {
470
- "epoch": 0.06974183286430931,
471
- "grad_norm": 0.2180609554052353,
472
- "learning_rate": 1.998017989229629e-05,
473
- "loss": 0.1836,
474
  "step": 570
475
  },
476
  {
477
- "epoch": 0.07096537379175333,
478
- "grad_norm": 0.15563039481639862,
479
- "learning_rate": 1.9974699834261074e-05,
480
- "loss": 0.182,
481
  "step": 580
482
  },
483
  {
484
- "epoch": 0.07218891471919736,
485
- "grad_norm": 0.25410088896751404,
486
- "learning_rate": 1.996855266924497e-05,
487
- "loss": 0.1862,
488
  "step": 590
489
  },
490
  {
491
- "epoch": 0.07341245564664138,
492
- "grad_norm": 0.24206259846687317,
493
- "learning_rate": 1.996173880836979e-05,
494
- "loss": 0.1818,
495
  "step": 600
496
  },
497
  {
498
- "epoch": 0.07341245564664138,
499
- "eval_accuracy": 0.91633,
500
- "eval_f1_weighted": 0.9162437523349878,
501
- "eval_loss": 0.05625538155436516,
502
- "eval_macro_f1": 0.9163072974421806,
503
- "eval_precision": 0.9233764457540103,
504
- "eval_recall": 0.91633,
505
- "eval_runtime": 759.6815,
506
- "eval_samples_per_second": 131.634,
507
- "eval_steps_per_second": 1.029,
508
  "step": 600
509
  },
510
  {
511
- "epoch": 0.0746359965740854,
512
- "grad_norm": 0.27251410484313965,
513
- "learning_rate": 1.9954258707345903e-05,
514
- "loss": 0.1845,
515
  "step": 610
516
  },
517
  {
518
- "epoch": 0.07585953750152942,
519
- "grad_norm": 0.1545839011669159,
520
- "learning_rate": 1.9946112866441757e-05,
521
- "loss": 0.1861,
522
  "step": 620
523
  },
524
  {
525
- "epoch": 0.07708307842897345,
526
- "grad_norm": 0.2535873055458069,
527
- "learning_rate": 1.9937301830450423e-05,
528
- "loss": 0.1772,
529
  "step": 630
530
  },
531
  {
532
- "epoch": 0.07830661935641747,
533
- "grad_norm": 0.2617948651313782,
534
- "learning_rate": 1.992782618865315e-05,
535
- "loss": 0.1711,
536
  "step": 640
537
  },
538
  {
539
- "epoch": 0.07953016028386149,
540
- "grad_norm": 0.38676971197128296,
541
- "learning_rate": 1.9917686574779972e-05,
542
- "loss": 0.1748,
543
  "step": 650
544
  },
545
  {
546
- "epoch": 0.08075370121130551,
547
- "grad_norm": 0.1511957049369812,
548
- "learning_rate": 1.9906883666967296e-05,
549
- "loss": 0.1825,
550
  "step": 660
551
  },
552
  {
553
- "epoch": 0.08197724213874955,
554
- "grad_norm": 0.2525976002216339,
555
- "learning_rate": 1.989541818771258e-05,
556
- "loss": 0.1651,
557
  "step": 670
558
  },
559
  {
560
- "epoch": 0.08320078306619356,
561
- "grad_norm": 0.25827622413635254,
562
- "learning_rate": 1.9883290903825994e-05,
563
- "loss": 0.1763,
564
  "step": 680
565
  },
566
  {
567
- "epoch": 0.08442432399363758,
568
- "grad_norm": 0.24877820909023285,
569
- "learning_rate": 1.9870502626379127e-05,
570
- "loss": 0.1652,
571
  "step": 690
572
  },
573
  {
574
- "epoch": 0.0856478649210816,
575
- "grad_norm": 0.278772234916687,
576
- "learning_rate": 1.9857054210650776e-05,
577
- "loss": 0.1651,
578
- "step": 700
579
- },
580
- {
581
- "epoch": 0.0856478649210816,
582
- "eval_accuracy": 0.94905,
583
- "eval_f1_weighted": 0.9490731118481598,
584
- "eval_loss": 0.03884471580386162,
585
- "eval_macro_f1": 0.9489981325237288,
586
- "eval_precision": 0.9494795831024372,
587
- "eval_recall": 0.94905,
588
- "eval_runtime": 759.9337,
589
- "eval_samples_per_second": 131.59,
590
- "eval_steps_per_second": 1.029,
591
  "step": 700
592
  },
593
  {
594
- "epoch": 0.08687140584852564,
595
- "grad_norm": 0.1895805150270462,
596
- "learning_rate": 1.9842946556069705e-05,
597
- "loss": 0.1628,
598
  "step": 710
599
  },
600
  {
601
- "epoch": 0.08809494677596966,
602
- "grad_norm": 0.1171497106552124,
603
- "learning_rate": 1.982818060615452e-05,
604
- "loss": 0.1715,
605
  "step": 720
606
  },
607
  {
608
- "epoch": 0.08931848770341368,
609
- "grad_norm": 0.22032728791236877,
610
- "learning_rate": 1.9812757348450547e-05,
611
- "loss": 0.1712,
612
  "step": 730
613
  },
614
  {
615
- "epoch": 0.0905420286308577,
616
- "grad_norm": 0.20700488984584808,
617
- "learning_rate": 1.9796677814463812e-05,
618
- "loss": 0.1638,
619
  "step": 740
620
  },
621
  {
622
- "epoch": 0.09176556955830173,
623
- "grad_norm": 0.24688613414764404,
624
- "learning_rate": 1.977994307959202e-05,
625
- "loss": 0.1647,
626
  "step": 750
627
  },
628
  {
629
- "epoch": 0.09298911048574575,
630
- "grad_norm": 0.1886432021856308,
631
- "learning_rate": 1.9762554263052655e-05,
632
- "loss": 0.1734,
633
  "step": 760
634
  },
635
  {
636
- "epoch": 0.09421265141318977,
637
- "grad_norm": 0.08407370001077652,
638
- "learning_rate": 1.9744512527808127e-05,
639
- "loss": 0.1755,
640
  "step": 770
641
  },
642
  {
643
- "epoch": 0.09543619234063379,
644
- "grad_norm": 0.14160771667957306,
645
- "learning_rate": 1.9725819080487976e-05,
646
- "loss": 0.1749,
647
  "step": 780
648
  },
649
  {
650
- "epoch": 0.09665973326807782,
651
- "grad_norm": 0.17038081586360931,
652
- "learning_rate": 1.970647517130819e-05,
653
- "loss": 0.1795,
654
  "step": 790
655
  },
656
  {
657
- "epoch": 0.09788327419552184,
658
- "grad_norm": 0.24339532852172852,
659
- "learning_rate": 1.968648209398759e-05,
660
- "loss": 0.161,
661
  "step": 800
662
  },
663
  {
664
- "epoch": 0.09788327419552184,
665
- "eval_accuracy": 0.95721,
666
- "eval_f1_weighted": 0.9572295598206603,
667
- "eval_loss": 0.03337462991476059,
668
- "eval_macro_f1": 0.9571669846830866,
669
- "eval_precision": 0.9576467364395861,
670
- "eval_recall": 0.95721,
671
- "eval_runtime": 759.9975,
672
- "eval_samples_per_second": 131.579,
673
- "eval_steps_per_second": 1.029,
674
  "step": 800
675
  }
676
  ],
677
  "logging_steps": 10,
678
- "max_steps": 8173,
679
  "num_input_tokens_seen": 0,
680
- "num_train_epochs": 1,
681
- "save_steps": 100,
682
  "stateful_callbacks": {
683
  "EarlyStoppingCallback": {
684
  "args": {
@@ -700,7 +644,7 @@
700
  "attributes": {}
701
  }
702
  },
703
- "total_flos": 1.35796601389056e+16,
704
  "train_batch_size": 64,
705
  "trial_name": null,
706
  "trial_params": null
 
1
  {
2
  "best_global_step": 800,
3
+ "best_metric": 0.6514270557181998,
4
+ "best_model_checkpoint": "./taskA-codebert-base/checkpoint-800",
5
+ "epoch": 0.10239344681940356,
6
+ "eval_steps": 200,
7
  "global_step": 800,
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.0012799180852425445,
14
+ "grad_norm": 3.6954128742218018,
15
+ "learning_rate": 3.840409643695328e-08,
16
+ "loss": 0.7763,
17
  "step": 10
18
  },
19
  {
20
+ "epoch": 0.002559836170485089,
21
+ "grad_norm": 3.3660645484924316,
22
+ "learning_rate": 8.10753147002347e-08,
23
+ "loss": 0.7763,
24
  "step": 20
25
  },
26
  {
27
+ "epoch": 0.0038397542557276334,
28
+ "grad_norm": 4.491067886352539,
29
+ "learning_rate": 1.2374653296351612e-07,
30
+ "loss": 0.7889,
31
  "step": 30
32
  },
33
  {
34
+ "epoch": 0.005119672340970178,
35
+ "grad_norm": 1.5920521020889282,
36
+ "learning_rate": 1.6641775122679754e-07,
37
+ "loss": 0.7888,
38
  "step": 40
39
  },
40
  {
41
+ "epoch": 0.006399590426212722,
42
+ "grad_norm": 4.410898208618164,
43
+ "learning_rate": 2.0908896949007894e-07,
44
+ "loss": 0.7692,
45
  "step": 50
46
  },
47
  {
48
+ "epoch": 0.007679508511455267,
49
+ "grad_norm": 2.5669264793395996,
50
+ "learning_rate": 2.517601877533604e-07,
51
+ "loss": 0.7735,
52
  "step": 60
53
  },
54
  {
55
+ "epoch": 0.008959426596697812,
56
+ "grad_norm": 6.190986156463623,
57
+ "learning_rate": 2.944314060166418e-07,
58
+ "loss": 0.7679,
59
  "step": 70
60
  },
61
  {
62
+ "epoch": 0.010239344681940356,
63
+ "grad_norm": 5.736413478851318,
64
+ "learning_rate": 3.371026242799232e-07,
65
+ "loss": 0.744,
66
  "step": 80
67
  },
68
  {
69
+ "epoch": 0.011519262767182901,
70
+ "grad_norm": 4.278866767883301,
71
+ "learning_rate": 3.7977384254320464e-07,
72
+ "loss": 0.7542,
73
  "step": 90
74
  },
75
  {
76
+ "epoch": 0.012799180852425445,
77
+ "grad_norm": 5.565455436706543,
78
+ "learning_rate": 4.22445060806486e-07,
79
+ "loss": 0.752,
80
  "step": 100
81
  },
82
  {
83
+ "epoch": 0.01407909893766799,
84
+ "grad_norm": 4.031781196594238,
85
+ "learning_rate": 4.651162790697675e-07,
86
+ "loss": 0.7614,
 
 
 
 
 
 
 
 
 
 
 
 
 
87
  "step": 110
88
  },
89
  {
90
+ "epoch": 0.015359017022910534,
91
+ "grad_norm": 2.484126329421997,
92
+ "learning_rate": 5.077874973330489e-07,
93
+ "loss": 0.7664,
94
  "step": 120
95
  },
96
  {
97
+ "epoch": 0.016638935108153077,
98
+ "grad_norm": 2.7525155544281006,
99
+ "learning_rate": 5.504587155963304e-07,
100
+ "loss": 0.7521,
101
  "step": 130
102
  },
103
  {
104
+ "epoch": 0.017918853193395624,
105
+ "grad_norm": 1.6374385356903076,
106
+ "learning_rate": 5.931299338596117e-07,
107
+ "loss": 0.7436,
108
  "step": 140
109
  },
110
  {
111
+ "epoch": 0.019198771278638168,
112
+ "grad_norm": 2.370774269104004,
113
+ "learning_rate": 6.358011521228932e-07,
114
+ "loss": 0.7429,
115
  "step": 150
116
  },
117
  {
118
+ "epoch": 0.02047868936388071,
119
+ "grad_norm": 2.8948566913604736,
120
+ "learning_rate": 6.784723703861745e-07,
121
+ "loss": 0.7333,
122
  "step": 160
123
  },
124
  {
125
+ "epoch": 0.021758607449123255,
126
+ "grad_norm": 2.7481186389923096,
127
+ "learning_rate": 7.21143588649456e-07,
128
+ "loss": 0.7294,
129
  "step": 170
130
  },
131
  {
132
+ "epoch": 0.023038525534365802,
133
+ "grad_norm": 2.0159404277801514,
134
+ "learning_rate": 7.638148069127374e-07,
135
+ "loss": 0.731,
136
  "step": 180
137
  },
138
  {
139
+ "epoch": 0.024318443619608346,
140
+ "grad_norm": 3.6898131370544434,
141
+ "learning_rate": 8.064860251760189e-07,
142
+ "loss": 0.7153,
143
  "step": 190
144
  },
145
  {
146
+ "epoch": 0.02559836170485089,
147
+ "grad_norm": 3.2842342853546143,
148
+ "learning_rate": 8.491572434393003e-07,
149
+ "loss": 0.7245,
150
  "step": 200
151
  },
152
  {
153
+ "epoch": 0.02559836170485089,
154
+ "eval_accuracy": 0.47695,
155
+ "eval_loss": 0.7148504853248596,
156
+ "eval_macro_f1": 0.3229290091066048,
157
+ "eval_precision": 0.238475,
158
+ "eval_recall": 0.5,
159
+ "eval_runtime": 1641.324,
160
+ "eval_samples_per_second": 60.926,
161
+ "eval_steps_per_second": 0.476,
 
162
  "step": 200
163
  },
164
  {
165
+ "epoch": 0.026878279790093433,
166
+ "grad_norm": 2.294558048248291,
167
+ "learning_rate": 8.918284617025817e-07,
168
+ "loss": 0.718,
169
  "step": 210
170
  },
171
  {
172
+ "epoch": 0.02815819787533598,
173
+ "grad_norm": 2.9467175006866455,
174
+ "learning_rate": 9.344996799658632e-07,
175
+ "loss": 0.7076,
176
  "step": 220
177
  },
178
  {
179
+ "epoch": 0.029438115960578524,
180
+ "grad_norm": 2.6889193058013916,
181
+ "learning_rate": 9.771708982291445e-07,
182
+ "loss": 0.7019,
183
  "step": 230
184
  },
185
  {
186
+ "epoch": 0.030718034045821067,
187
+ "grad_norm": 0.7491384744644165,
188
+ "learning_rate": 1.0198421164924258e-06,
189
+ "loss": 0.7046,
190
  "step": 240
191
  },
192
  {
193
+ "epoch": 0.031997952131063614,
194
+ "grad_norm": 2.0363433361053467,
195
+ "learning_rate": 1.0625133347557074e-06,
196
+ "loss": 0.7085,
197
  "step": 250
198
  },
199
  {
200
+ "epoch": 0.033277870216306155,
201
+ "grad_norm": 1.1431337594985962,
202
+ "learning_rate": 1.1051845530189888e-06,
203
+ "loss": 0.7008,
204
  "step": 260
205
  },
206
  {
207
+ "epoch": 0.0345577883015487,
208
+ "grad_norm": 3.7735233306884766,
209
+ "learning_rate": 1.1478557712822702e-06,
210
+ "loss": 0.7015,
211
  "step": 270
212
  },
213
  {
214
+ "epoch": 0.03583770638679125,
215
+ "grad_norm": 0.7889328002929688,
216
+ "learning_rate": 1.1905269895455517e-06,
217
+ "loss": 0.699,
218
  "step": 280
219
  },
220
  {
221
+ "epoch": 0.03711762447203379,
222
+ "grad_norm": 0.8796226382255554,
223
+ "learning_rate": 1.233198207808833e-06,
224
+ "loss": 0.6922,
225
  "step": 290
226
  },
227
  {
228
+ "epoch": 0.038397542557276336,
229
+ "grad_norm": 0.7966652512550354,
230
+ "learning_rate": 1.2758694260721145e-06,
231
+ "loss": 0.6949,
 
 
 
 
 
 
 
 
 
 
 
 
 
232
  "step": 300
233
  },
234
  {
235
+ "epoch": 0.039677460642518876,
236
+ "grad_norm": 0.7029069066047668,
237
+ "learning_rate": 1.318540644335396e-06,
238
+ "loss": 0.695,
239
  "step": 310
240
  },
241
  {
242
+ "epoch": 0.04095737872776142,
243
+ "grad_norm": 2.04327392578125,
244
+ "learning_rate": 1.3612118625986772e-06,
245
+ "loss": 0.6944,
246
  "step": 320
247
  },
248
  {
249
+ "epoch": 0.04223729681300397,
250
+ "grad_norm": 0.918025553226471,
251
+ "learning_rate": 1.4038830808619588e-06,
252
+ "loss": 0.6863,
253
  "step": 330
254
  },
255
  {
256
+ "epoch": 0.04351721489824651,
257
+ "grad_norm": 0.9528706073760986,
258
+ "learning_rate": 1.4465542991252401e-06,
259
+ "loss": 0.6907,
260
  "step": 340
261
  },
262
  {
263
+ "epoch": 0.04479713298348906,
264
+ "grad_norm": 1.071359634399414,
265
+ "learning_rate": 1.4892255173885215e-06,
266
+ "loss": 0.6873,
267
  "step": 350
268
  },
269
  {
270
+ "epoch": 0.046077051068731605,
271
+ "grad_norm": 1.9875625371932983,
272
+ "learning_rate": 1.531896735651803e-06,
273
+ "loss": 0.6942,
274
  "step": 360
275
  },
276
  {
277
+ "epoch": 0.047356969153974145,
278
+ "grad_norm": 2.0222439765930176,
279
+ "learning_rate": 1.5745679539150842e-06,
280
+ "loss": 0.6898,
281
  "step": 370
282
  },
283
  {
284
+ "epoch": 0.04863688723921669,
285
+ "grad_norm": 1.7827857732772827,
286
+ "learning_rate": 1.6172391721783658e-06,
287
+ "loss": 0.6909,
288
  "step": 380
289
  },
290
  {
291
+ "epoch": 0.04991680532445923,
292
+ "grad_norm": 1.065674901008606,
293
+ "learning_rate": 1.6599103904416472e-06,
294
+ "loss": 0.6877,
295
  "step": 390
296
  },
297
  {
298
+ "epoch": 0.05119672340970178,
299
+ "grad_norm": 0.8346193432807922,
300
+ "learning_rate": 1.7025816087049288e-06,
301
+ "loss": 0.6889,
302
  "step": 400
303
  },
304
  {
305
+ "epoch": 0.05119672340970178,
306
+ "eval_accuracy": 0.54043,
307
+ "eval_loss": 0.6827595233917236,
308
+ "eval_macro_f1": 0.41833840347598905,
309
+ "eval_precision": 0.5839205994464474,
310
+ "eval_recall": 0.5204152767503025,
311
+ "eval_runtime": 1634.6244,
312
+ "eval_samples_per_second": 61.176,
313
+ "eval_steps_per_second": 0.478,
 
314
  "step": 400
315
  },
316
  {
317
+ "epoch": 0.052476641494944326,
318
+ "grad_norm": 0.8074935674667358,
319
+ "learning_rate": 1.7452528269682101e-06,
320
+ "loss": 0.684,
321
  "step": 410
322
  },
323
  {
324
+ "epoch": 0.053756559580186866,
325
+ "grad_norm": 0.8965069651603699,
326
+ "learning_rate": 1.7879240452314913e-06,
327
+ "loss": 0.6922,
328
  "step": 420
329
  },
330
  {
331
+ "epoch": 0.05503647766542941,
332
+ "grad_norm": 2.597215414047241,
333
+ "learning_rate": 1.8305952634947729e-06,
334
+ "loss": 0.6909,
335
  "step": 430
336
  },
337
  {
338
+ "epoch": 0.05631639575067196,
339
+ "grad_norm": 0.8233373165130615,
340
+ "learning_rate": 1.8732664817580542e-06,
341
+ "loss": 0.6831,
342
  "step": 440
343
  },
344
  {
345
+ "epoch": 0.0575963138359145,
346
+ "grad_norm": 1.0624489784240723,
347
+ "learning_rate": 1.915937700021336e-06,
348
+ "loss": 0.6817,
349
  "step": 450
350
  },
351
  {
352
+ "epoch": 0.05887623192115705,
353
+ "grad_norm": 2.0623559951782227,
354
+ "learning_rate": 1.958608918284617e-06,
355
+ "loss": 0.6819,
356
  "step": 460
357
  },
358
  {
359
+ "epoch": 0.06015615000639959,
360
+ "grad_norm": 0.912433922290802,
361
+ "learning_rate": 2.0012801365478988e-06,
362
+ "loss": 0.686,
363
  "step": 470
364
  },
365
  {
366
+ "epoch": 0.061436068091642135,
367
+ "grad_norm": 0.6926271319389343,
368
+ "learning_rate": 2.04395135481118e-06,
369
+ "loss": 0.6834,
370
  "step": 480
371
  },
372
  {
373
+ "epoch": 0.06271598617688467,
374
+ "grad_norm": 1.498634934425354,
375
+ "learning_rate": 2.0866225730744615e-06,
376
+ "loss": 0.6805,
377
  "step": 490
378
  },
379
  {
380
+ "epoch": 0.06399590426212723,
381
+ "grad_norm": 1.1818156242370605,
382
+ "learning_rate": 2.129293791337743e-06,
383
+ "loss": 0.6805,
384
  "step": 500
385
  },
386
  {
387
+ "epoch": 0.06527582234736977,
388
+ "grad_norm": 1.4476051330566406,
389
+ "learning_rate": 2.1719650096010242e-06,
390
+ "loss": 0.6773,
 
 
 
 
 
 
 
 
 
 
 
 
 
391
  "step": 510
392
  },
393
  {
394
+ "epoch": 0.06655574043261231,
395
+ "grad_norm": 1.1143743991851807,
396
+ "learning_rate": 2.214636227864306e-06,
397
+ "loss": 0.6801,
398
  "step": 520
399
  },
400
  {
401
+ "epoch": 0.06783565851785486,
402
+ "grad_norm": 1.7030247449874878,
403
+ "learning_rate": 2.257307446127587e-06,
404
+ "loss": 0.6794,
405
  "step": 530
406
  },
407
  {
408
+ "epoch": 0.0691155766030974,
409
+ "grad_norm": 0.8592290282249451,
410
+ "learning_rate": 2.2999786643908685e-06,
411
+ "loss": 0.6736,
412
  "step": 540
413
  },
414
  {
415
+ "epoch": 0.07039549468833994,
416
+ "grad_norm": 0.8231940865516663,
417
+ "learning_rate": 2.34264988265415e-06,
418
+ "loss": 0.67,
419
  "step": 550
420
  },
421
  {
422
+ "epoch": 0.0716754127735825,
423
+ "grad_norm": 0.88897705078125,
424
+ "learning_rate": 2.3853211009174317e-06,
425
+ "loss": 0.685,
426
  "step": 560
427
  },
428
  {
429
+ "epoch": 0.07295533085882504,
430
+ "grad_norm": 1.6297541856765747,
431
+ "learning_rate": 2.427992319180713e-06,
432
+ "loss": 0.6797,
433
  "step": 570
434
  },
435
  {
436
+ "epoch": 0.07423524894406758,
437
+ "grad_norm": 2.9297447204589844,
438
+ "learning_rate": 2.470663537443994e-06,
439
+ "loss": 0.6766,
440
  "step": 580
441
  },
442
  {
443
+ "epoch": 0.07551516702931012,
444
+ "grad_norm": 0.9277703762054443,
445
+ "learning_rate": 2.5133347557072756e-06,
446
+ "loss": 0.6824,
447
  "step": 590
448
  },
449
  {
450
+ "epoch": 0.07679508511455267,
451
+ "grad_norm": 0.5883333683013916,
452
+ "learning_rate": 2.556005973970557e-06,
453
+ "loss": 0.6818,
454
  "step": 600
455
  },
456
  {
457
+ "epoch": 0.07679508511455267,
458
+ "eval_accuracy": 0.63909,
459
+ "eval_loss": 0.6700075268745422,
460
+ "eval_macro_f1": 0.621848143053056,
461
+ "eval_precision": 0.6524313071088819,
462
+ "eval_recall": 0.6305863955136095,
463
+ "eval_runtime": 1633.9732,
464
+ "eval_samples_per_second": 61.201,
465
+ "eval_steps_per_second": 0.479,
 
466
  "step": 600
467
  },
468
  {
469
+ "epoch": 0.07807500319979521,
470
+ "grad_norm": 0.7149448394775391,
471
+ "learning_rate": 2.5986771922338383e-06,
472
+ "loss": 0.6746,
473
  "step": 610
474
  },
475
  {
476
+ "epoch": 0.07935492128503775,
477
+ "grad_norm": 2.0167856216430664,
478
+ "learning_rate": 2.64134841049712e-06,
479
+ "loss": 0.682,
480
  "step": 620
481
  },
482
  {
483
+ "epoch": 0.0806348393702803,
484
+ "grad_norm": 1.303001880645752,
485
+ "learning_rate": 2.6840196287604015e-06,
486
+ "loss": 0.6735,
487
  "step": 630
488
  },
489
  {
490
+ "epoch": 0.08191475745552285,
491
+ "grad_norm": 2.0516321659088135,
492
+ "learning_rate": 2.7266908470236826e-06,
493
+ "loss": 0.6705,
494
  "step": 640
495
  },
496
  {
497
+ "epoch": 0.08319467554076539,
498
+ "grad_norm": 2.242105484008789,
499
+ "learning_rate": 2.7693620652869642e-06,
500
+ "loss": 0.6798,
501
  "step": 650
502
  },
503
  {
504
+ "epoch": 0.08447459362600794,
505
+ "grad_norm": 1.1836538314819336,
506
+ "learning_rate": 2.812033283550246e-06,
507
+ "loss": 0.6684,
508
  "step": 660
509
  },
510
  {
511
+ "epoch": 0.08575451171125048,
512
+ "grad_norm": 0.8640874624252319,
513
+ "learning_rate": 2.8547045018135274e-06,
514
+ "loss": 0.6783,
515
  "step": 670
516
  },
517
  {
518
+ "epoch": 0.08703442979649302,
519
+ "grad_norm": 0.6901177763938904,
520
+ "learning_rate": 2.897375720076808e-06,
521
+ "loss": 0.6724,
522
  "step": 680
523
  },
524
  {
525
+ "epoch": 0.08831434788173557,
526
+ "grad_norm": 1.3443949222564697,
527
+ "learning_rate": 2.9400469383400897e-06,
528
+ "loss": 0.67,
529
  "step": 690
530
  },
531
  {
532
+ "epoch": 0.08959426596697811,
533
+ "grad_norm": 0.7775189280509949,
534
+ "learning_rate": 2.9827181566033713e-06,
535
+ "loss": 0.6733,
 
 
 
 
 
 
 
 
 
 
 
 
 
536
  "step": 700
537
  },
538
  {
539
+ "epoch": 0.09087418405222066,
540
+ "grad_norm": 1.16916823387146,
541
+ "learning_rate": 3.025389374866653e-06,
542
+ "loss": 0.6713,
543
  "step": 710
544
  },
545
  {
546
+ "epoch": 0.09215410213746321,
547
+ "grad_norm": 1.707152009010315,
548
+ "learning_rate": 3.068060593129934e-06,
549
+ "loss": 0.6659,
550
  "step": 720
551
  },
552
  {
553
+ "epoch": 0.09343402022270575,
554
+ "grad_norm": 0.9780622124671936,
555
+ "learning_rate": 3.1107318113932156e-06,
556
+ "loss": 0.6639,
557
  "step": 730
558
  },
559
  {
560
+ "epoch": 0.09471393830794829,
561
+ "grad_norm": 2.3687374591827393,
562
+ "learning_rate": 3.153403029656497e-06,
563
+ "loss": 0.6666,
564
  "step": 740
565
  },
566
  {
567
+ "epoch": 0.09599385639319083,
568
+ "grad_norm": 0.8506460189819336,
569
+ "learning_rate": 3.1960742479197783e-06,
570
+ "loss": 0.6778,
571
  "step": 750
572
  },
573
  {
574
+ "epoch": 0.09727377447843338,
575
+ "grad_norm": 1.0102107524871826,
576
+ "learning_rate": 3.23874546618306e-06,
577
+ "loss": 0.6635,
578
  "step": 760
579
  },
580
  {
581
+ "epoch": 0.09855369256367592,
582
+ "grad_norm": 1.1480194330215454,
583
+ "learning_rate": 3.2814166844463415e-06,
584
+ "loss": 0.6709,
585
  "step": 770
586
  },
587
  {
588
+ "epoch": 0.09983361064891846,
589
+ "grad_norm": 1.3119179010391235,
590
+ "learning_rate": 3.324087902709623e-06,
591
+ "loss": 0.6564,
592
  "step": 780
593
  },
594
  {
595
+ "epoch": 0.10111352873416102,
596
+ "grad_norm": 0.681377649307251,
597
+ "learning_rate": 3.3667591209729038e-06,
598
+ "loss": 0.6656,
599
  "step": 790
600
  },
601
  {
602
+ "epoch": 0.10239344681940356,
603
+ "grad_norm": 1.022257685661316,
604
+ "learning_rate": 3.4094303392361854e-06,
605
+ "loss": 0.6709,
606
  "step": 800
607
  },
608
  {
609
+ "epoch": 0.10239344681940356,
610
+ "eval_accuracy": 0.66247,
611
+ "eval_loss": 0.6552017331123352,
612
+ "eval_macro_f1": 0.6514270557181998,
613
+ "eval_precision": 0.6718270655389242,
614
+ "eval_recall": 0.6556580720913894,
615
+ "eval_runtime": 1633.5478,
616
+ "eval_samples_per_second": 61.216,
617
+ "eval_steps_per_second": 0.479,
 
618
  "step": 800
619
  }
620
  ],
621
  "logging_steps": 10,
622
+ "max_steps": 23439,
623
  "num_input_tokens_seen": 0,
624
+ "num_train_epochs": 3,
625
+ "save_steps": 200,
626
  "stateful_callbacks": {
627
  "EarlyStoppingCallback": {
628
  "args": {
 
644
  "attributes": {}
645
  }
646
  },
647
+ "total_flos": 1.3471286034432e+16,
648
  "train_batch_size": 64,
649
  "trial_name": null,
650
  "trial_params": null
checkpoint-800/training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:efc150042e1ecc5adda0d12156f00c0a2be05d5a67f28124eb8b9f922305ebc0
3
- size 5841
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d229c88ed1abc39a6bd48b7dbee07f184d51a44830b4d34b8679f40346733b63
3
+ size 5777
checkpoint-800/vocab.json CHANGED
The diff for this file is too large to render. See raw diff
 
training.log ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 2026-04-15 07:19:05,558 - INFO - __main__ - Logging to file: ./taskA-codebert-base/training.log
2
+ 2026-04-15 07:19:05,563 - INFO - __main__ - Loading tokenizer from: microsoft/codebert-base
3
+ 2026-04-15 07:19:05,823 - INFO - __main__ - Loading model from: microsoft/codebert-base
4
+ 2026-04-15 07:19:06,547 - INFO - __main__ - Model loaded successfully
5
+ 2026-04-15 07:19:06,551 - INFO - __main__ - Model config - num_labels: 2, hidden_size: 768
6
+ 2026-04-15 07:19:06,698 - INFO - __main__ - Model on device: cuda
7
+ 2026-04-15 07:19:06,702 - INFO - __main__ - Freezing base model weights, training classifier head only...
8
+ 2026-04-15 07:19:06,707 - INFO - __main__ - Base model frozen - only classifier head is trainable
9
+ 2026-04-15 07:19:06,710 - INFO - __main__ - Loading datasets from Hugging Face Hub...
10
+ 2026-04-15 07:19:07,548 - INFO - __main__ - Train samples: 500000, Val samples: 100000
11
+ 2026-04-15 07:19:07,552 - INFO - __main__ - Tokenizing datasets...
12
+ 2026-04-15 07:22:59,746 - INFO - __main__ - W&B set to offline mode for notebook stability
13
+ 2026-04-15 07:22:59,804 - INFO - __main__ - Starting training...