Sristtee commited on
Commit
1df40af
·
verified ·
1 Parent(s): 980963e

Upload 9 files

Browse files
config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "MPNetForSequenceClassification"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "bos_token_id": 0,
7
+ "dtype": "float32",
8
+ "eos_token_id": 2,
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-05,
15
+ "max_position_embeddings": 514,
16
+ "model_type": "mpnet",
17
+ "num_attention_heads": 12,
18
+ "num_hidden_layers": 12,
19
+ "pad_token_id": 1,
20
+ "problem_type": "single_label_classification",
21
+ "relative_attention_num_buckets": 32,
22
+ "tie_word_embeddings": true,
23
+ "transformers_version": "5.3.0",
24
+ "use_cache": false,
25
+ "vocab_size": 30527
26
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b90d64e9854b0379787b48728229f702f0b57be1ca18ed40e0b50e75aef48c4
3
+ size 437975176
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5450c5d8a8bd99f09d69b5fa9c2b2aef4ab77ce3a983413f2503b991c16a1a7c
3
+ size 876066955
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62f4c811905791806383ad93cdca8fd963575d9b9f9ee17a723f16d60264554d
3
+ size 14455
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c0ee7b8856185052d71645dff17991e3d464def7b6732450ec22da7c85ee4dd
3
+ size 1465
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "backend": "tokenizers",
3
+ "bos_token": "<s>",
4
+ "cls_token": "<s>",
5
+ "do_lower_case": true,
6
+ "eos_token": "</s>",
7
+ "is_local": false,
8
+ "mask_token": "<mask>",
9
+ "max_length": 512,
10
+ "model_max_length": 512,
11
+ "pad_to_multiple_of": null,
12
+ "pad_token": "<pad>",
13
+ "pad_token_type_id": 0,
14
+ "padding_side": "right",
15
+ "sep_token": "</s>",
16
+ "stride": 0,
17
+ "strip_accents": null,
18
+ "tokenize_chinese_chars": true,
19
+ "tokenizer_class": "MPNetTokenizer",
20
+ "truncation_side": "right",
21
+ "truncation_strategy": "longest_first",
22
+ "unk_token": "[UNK]"
23
+ }
trainer_state.json ADDED
@@ -0,0 +1,655 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 1.0,
6
+ "eval_steps": 500,
7
+ "global_step": 4382,
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.011410314924691922,
14
+ "grad_norm": 3.113870620727539,
15
+ "learning_rate": 1.977635782747604e-05,
16
+ "loss": 0.6632962036132812,
17
+ "step": 50
18
+ },
19
+ {
20
+ "epoch": 0.022820629849383843,
21
+ "grad_norm": 3.0326766967773438,
22
+ "learning_rate": 1.9548151528982202e-05,
23
+ "loss": 0.561246566772461,
24
+ "step": 100
25
+ },
26
+ {
27
+ "epoch": 0.03423094477407576,
28
+ "grad_norm": 3.925800323486328,
29
+ "learning_rate": 1.9319945230488366e-05,
30
+ "loss": 0.5682180786132812,
31
+ "step": 150
32
+ },
33
+ {
34
+ "epoch": 0.045641259698767686,
35
+ "grad_norm": 5.318294048309326,
36
+ "learning_rate": 1.9091738931994525e-05,
37
+ "loss": 0.5539005661010742,
38
+ "step": 200
39
+ },
40
+ {
41
+ "epoch": 0.057051574623459604,
42
+ "grad_norm": 6.603648662567139,
43
+ "learning_rate": 1.8863532633500685e-05,
44
+ "loss": 0.5367833709716797,
45
+ "step": 250
46
+ },
47
+ {
48
+ "epoch": 0.06846188954815152,
49
+ "grad_norm": 9.673678398132324,
50
+ "learning_rate": 1.8635326335006845e-05,
51
+ "loss": 0.49748565673828127,
52
+ "step": 300
53
+ },
54
+ {
55
+ "epoch": 0.07987220447284345,
56
+ "grad_norm": 5.135581016540527,
57
+ "learning_rate": 1.840712003651301e-05,
58
+ "loss": 0.5023304748535157,
59
+ "step": 350
60
+ },
61
+ {
62
+ "epoch": 0.09128251939753537,
63
+ "grad_norm": 7.0425028800964355,
64
+ "learning_rate": 1.8178913738019172e-05,
65
+ "loss": 0.46425422668457034,
66
+ "step": 400
67
+ },
68
+ {
69
+ "epoch": 0.1026928343222273,
70
+ "grad_norm": 2.7507286071777344,
71
+ "learning_rate": 1.7950707439525332e-05,
72
+ "loss": 0.5454218292236328,
73
+ "step": 450
74
+ },
75
+ {
76
+ "epoch": 0.11410314924691921,
77
+ "grad_norm": 4.170090198516846,
78
+ "learning_rate": 1.7722501141031495e-05,
79
+ "loss": 0.47423641204833983,
80
+ "step": 500
81
+ },
82
+ {
83
+ "epoch": 0.12551346417161113,
84
+ "grad_norm": 3.0898115634918213,
85
+ "learning_rate": 1.7494294842537655e-05,
86
+ "loss": 0.4913980102539062,
87
+ "step": 550
88
+ },
89
+ {
90
+ "epoch": 0.13692377909630304,
91
+ "grad_norm": 8.664337158203125,
92
+ "learning_rate": 1.726608854404382e-05,
93
+ "loss": 0.4273193740844727,
94
+ "step": 600
95
+ },
96
+ {
97
+ "epoch": 0.14833409402099498,
98
+ "grad_norm": 11.879191398620605,
99
+ "learning_rate": 1.703788224554998e-05,
100
+ "loss": 0.46711509704589843,
101
+ "step": 650
102
+ },
103
+ {
104
+ "epoch": 0.1597444089456869,
105
+ "grad_norm": 5.02529764175415,
106
+ "learning_rate": 1.680967594705614e-05,
107
+ "loss": 0.5080513381958007,
108
+ "step": 700
109
+ },
110
+ {
111
+ "epoch": 0.17115472387037883,
112
+ "grad_norm": 4.964006423950195,
113
+ "learning_rate": 1.65814696485623e-05,
114
+ "loss": 0.46941978454589844,
115
+ "step": 750
116
+ },
117
+ {
118
+ "epoch": 0.18256503879507074,
119
+ "grad_norm": 13.987129211425781,
120
+ "learning_rate": 1.635326335006846e-05,
121
+ "loss": 0.4792019271850586,
122
+ "step": 800
123
+ },
124
+ {
125
+ "epoch": 0.19397535371976266,
126
+ "grad_norm": 4.639439105987549,
127
+ "learning_rate": 1.6125057051574625e-05,
128
+ "loss": 0.4578260040283203,
129
+ "step": 850
130
+ },
131
+ {
132
+ "epoch": 0.2053856686444546,
133
+ "grad_norm": 6.14641809463501,
134
+ "learning_rate": 1.5896850753080785e-05,
135
+ "loss": 0.47733028411865236,
136
+ "step": 900
137
+ },
138
+ {
139
+ "epoch": 0.2167959835691465,
140
+ "grad_norm": 4.712092876434326,
141
+ "learning_rate": 1.5668644454586948e-05,
142
+ "loss": 0.42481529235839843,
143
+ "step": 950
144
+ },
145
+ {
146
+ "epoch": 0.22820629849383842,
147
+ "grad_norm": 5.548622131347656,
148
+ "learning_rate": 1.5440438156093108e-05,
149
+ "loss": 0.4611286926269531,
150
+ "step": 1000
151
+ },
152
+ {
153
+ "epoch": 0.23961661341853036,
154
+ "grad_norm": 4.464267253875732,
155
+ "learning_rate": 1.5212231857599271e-05,
156
+ "loss": 0.4522573471069336,
157
+ "step": 1050
158
+ },
159
+ {
160
+ "epoch": 0.25102692834322227,
161
+ "grad_norm": 6.691817760467529,
162
+ "learning_rate": 1.4984025559105433e-05,
163
+ "loss": 0.43489177703857423,
164
+ "step": 1100
165
+ },
166
+ {
167
+ "epoch": 0.2624372432679142,
168
+ "grad_norm": 3.761361598968506,
169
+ "learning_rate": 1.4755819260611594e-05,
170
+ "loss": 0.5257294082641601,
171
+ "step": 1150
172
+ },
173
+ {
174
+ "epoch": 0.2738475581926061,
175
+ "grad_norm": 5.086745262145996,
176
+ "learning_rate": 1.4527612962117756e-05,
177
+ "loss": 0.4542290496826172,
178
+ "step": 1200
179
+ },
180
+ {
181
+ "epoch": 0.28525787311729806,
182
+ "grad_norm": 3.5963380336761475,
183
+ "learning_rate": 1.4299406663623918e-05,
184
+ "loss": 0.467469596862793,
185
+ "step": 1250
186
+ },
187
+ {
188
+ "epoch": 0.29666818804198997,
189
+ "grad_norm": 3.709458827972412,
190
+ "learning_rate": 1.4071200365130078e-05,
191
+ "loss": 0.5143083572387696,
192
+ "step": 1300
193
+ },
194
+ {
195
+ "epoch": 0.3080785029666819,
196
+ "grad_norm": 11.933929443359375,
197
+ "learning_rate": 1.384299406663624e-05,
198
+ "loss": 0.4164289855957031,
199
+ "step": 1350
200
+ },
201
+ {
202
+ "epoch": 0.3194888178913738,
203
+ "grad_norm": 2.5278096199035645,
204
+ "learning_rate": 1.36147877681424e-05,
205
+ "loss": 0.4039248275756836,
206
+ "step": 1400
207
+ },
208
+ {
209
+ "epoch": 0.3308991328160657,
210
+ "grad_norm": 3.4326210021972656,
211
+ "learning_rate": 1.3386581469648562e-05,
212
+ "loss": 0.41316970825195315,
213
+ "step": 1450
214
+ },
215
+ {
216
+ "epoch": 0.34230944774075767,
217
+ "grad_norm": 3.7866249084472656,
218
+ "learning_rate": 1.3158375171154724e-05,
219
+ "loss": 0.459117431640625,
220
+ "step": 1500
221
+ },
222
+ {
223
+ "epoch": 0.3537197626654496,
224
+ "grad_norm": 4.124405384063721,
225
+ "learning_rate": 1.2930168872660887e-05,
226
+ "loss": 0.4856338882446289,
227
+ "step": 1550
228
+ },
229
+ {
230
+ "epoch": 0.3651300775901415,
231
+ "grad_norm": 2.4259889125823975,
232
+ "learning_rate": 1.2701962574167049e-05,
233
+ "loss": 0.412738037109375,
234
+ "step": 1600
235
+ },
236
+ {
237
+ "epoch": 0.3765403925148334,
238
+ "grad_norm": 6.880061149597168,
239
+ "learning_rate": 1.247375627567321e-05,
240
+ "loss": 0.42296905517578126,
241
+ "step": 1650
242
+ },
243
+ {
244
+ "epoch": 0.3879507074395253,
245
+ "grad_norm": 5.6280198097229,
246
+ "learning_rate": 1.2245549977179372e-05,
247
+ "loss": 0.47211647033691406,
248
+ "step": 1700
249
+ },
250
+ {
251
+ "epoch": 0.3993610223642173,
252
+ "grad_norm": 1.4407788515090942,
253
+ "learning_rate": 1.2017343678685534e-05,
254
+ "loss": 0.493946533203125,
255
+ "step": 1750
256
+ },
257
+ {
258
+ "epoch": 0.4107713372889092,
259
+ "grad_norm": 3.940441370010376,
260
+ "learning_rate": 1.1789137380191695e-05,
261
+ "loss": 0.44274444580078126,
262
+ "step": 1800
263
+ },
264
+ {
265
+ "epoch": 0.4221816522136011,
266
+ "grad_norm": 5.85487699508667,
267
+ "learning_rate": 1.1560931081697855e-05,
268
+ "loss": 0.46040336608886717,
269
+ "step": 1850
270
+ },
271
+ {
272
+ "epoch": 0.433591967138293,
273
+ "grad_norm": 10.245234489440918,
274
+ "learning_rate": 1.1332724783204017e-05,
275
+ "loss": 0.5127456665039063,
276
+ "step": 1900
277
+ },
278
+ {
279
+ "epoch": 0.4450022820629849,
280
+ "grad_norm": 2.308976650238037,
281
+ "learning_rate": 1.1104518484710179e-05,
282
+ "loss": 0.4058601760864258,
283
+ "step": 1950
284
+ },
285
+ {
286
+ "epoch": 0.45641259698767683,
287
+ "grad_norm": 5.361286163330078,
288
+ "learning_rate": 1.087631218621634e-05,
289
+ "loss": 0.4743597412109375,
290
+ "step": 2000
291
+ },
292
+ {
293
+ "epoch": 0.4678229119123688,
294
+ "grad_norm": 5.334343910217285,
295
+ "learning_rate": 1.0648105887722502e-05,
296
+ "loss": 0.4639525604248047,
297
+ "step": 2050
298
+ },
299
+ {
300
+ "epoch": 0.4792332268370607,
301
+ "grad_norm": 1.95818030834198,
302
+ "learning_rate": 1.0419899589228663e-05,
303
+ "loss": 0.41288063049316404,
304
+ "step": 2100
305
+ },
306
+ {
307
+ "epoch": 0.4906435417617526,
308
+ "grad_norm": 6.241166114807129,
309
+ "learning_rate": 1.0191693290734825e-05,
310
+ "loss": 0.3964832305908203,
311
+ "step": 2150
312
+ },
313
+ {
314
+ "epoch": 0.5020538566864445,
315
+ "grad_norm": 7.471798419952393,
316
+ "learning_rate": 9.963486992240987e-06,
317
+ "loss": 0.41630775451660157,
318
+ "step": 2200
319
+ },
320
+ {
321
+ "epoch": 0.5134641716111364,
322
+ "grad_norm": 3.8138394355773926,
323
+ "learning_rate": 9.735280693747148e-06,
324
+ "loss": 0.4568645095825195,
325
+ "step": 2250
326
+ },
327
+ {
328
+ "epoch": 0.5248744865358284,
329
+ "grad_norm": 4.772327423095703,
330
+ "learning_rate": 9.50707439525331e-06,
331
+ "loss": 0.5317984008789063,
332
+ "step": 2300
333
+ },
334
+ {
335
+ "epoch": 0.5362848014605203,
336
+ "grad_norm": 2.351236343383789,
337
+ "learning_rate": 9.278868096759471e-06,
338
+ "loss": 0.4448737335205078,
339
+ "step": 2350
340
+ },
341
+ {
342
+ "epoch": 0.5476951163852122,
343
+ "grad_norm": 4.487786293029785,
344
+ "learning_rate": 9.050661798265633e-06,
345
+ "loss": 0.4678810119628906,
346
+ "step": 2400
347
+ },
348
+ {
349
+ "epoch": 0.5591054313099042,
350
+ "grad_norm": 10.433749198913574,
351
+ "learning_rate": 8.822455499771795e-06,
352
+ "loss": 0.4194750595092773,
353
+ "step": 2450
354
+ },
355
+ {
356
+ "epoch": 0.5705157462345961,
357
+ "grad_norm": 1.5947058200836182,
358
+ "learning_rate": 8.594249201277956e-06,
359
+ "loss": 0.4051860809326172,
360
+ "step": 2500
361
+ },
362
+ {
363
+ "epoch": 0.581926061159288,
364
+ "grad_norm": 2.282533884048462,
365
+ "learning_rate": 8.366042902784118e-06,
366
+ "loss": 0.45566089630126955,
367
+ "step": 2550
368
+ },
369
+ {
370
+ "epoch": 0.5933363760839799,
371
+ "grad_norm": 6.233128070831299,
372
+ "learning_rate": 8.13783660429028e-06,
373
+ "loss": 0.45267826080322265,
374
+ "step": 2600
375
+ },
376
+ {
377
+ "epoch": 0.6047466910086718,
378
+ "grad_norm": 5.396069049835205,
379
+ "learning_rate": 7.909630305796441e-06,
380
+ "loss": 0.4704823303222656,
381
+ "step": 2650
382
+ },
383
+ {
384
+ "epoch": 0.6161570059333638,
385
+ "grad_norm": 8.071152687072754,
386
+ "learning_rate": 7.681424007302603e-06,
387
+ "loss": 0.4423733139038086,
388
+ "step": 2700
389
+ },
390
+ {
391
+ "epoch": 0.6275673208580557,
392
+ "grad_norm": 5.767007827758789,
393
+ "learning_rate": 7.453217708808764e-06,
394
+ "loss": 0.4313644027709961,
395
+ "step": 2750
396
+ },
397
+ {
398
+ "epoch": 0.6389776357827476,
399
+ "grad_norm": 3.3460001945495605,
400
+ "learning_rate": 7.225011410314925e-06,
401
+ "loss": 0.42799442291259765,
402
+ "step": 2800
403
+ },
404
+ {
405
+ "epoch": 0.6503879507074395,
406
+ "grad_norm": 5.960783004760742,
407
+ "learning_rate": 6.996805111821087e-06,
408
+ "loss": 0.41092044830322266,
409
+ "step": 2850
410
+ },
411
+ {
412
+ "epoch": 0.6617982656321314,
413
+ "grad_norm": 6.72088623046875,
414
+ "learning_rate": 6.768598813327248e-06,
415
+ "loss": 0.4659000015258789,
416
+ "step": 2900
417
+ },
418
+ {
419
+ "epoch": 0.6732085805568234,
420
+ "grad_norm": 5.103211402893066,
421
+ "learning_rate": 6.54039251483341e-06,
422
+ "loss": 0.40870281219482424,
423
+ "step": 2950
424
+ },
425
+ {
426
+ "epoch": 0.6846188954815153,
427
+ "grad_norm": 4.713070392608643,
428
+ "learning_rate": 6.3121862163395716e-06,
429
+ "loss": 0.43229644775390624,
430
+ "step": 3000
431
+ },
432
+ {
433
+ "epoch": 0.6960292104062072,
434
+ "grad_norm": 10.738908767700195,
435
+ "learning_rate": 6.083979917845732e-06,
436
+ "loss": 0.4214697265625,
437
+ "step": 3050
438
+ },
439
+ {
440
+ "epoch": 0.7074395253308992,
441
+ "grad_norm": 3.3574206829071045,
442
+ "learning_rate": 5.855773619351895e-06,
443
+ "loss": 0.4932152557373047,
444
+ "step": 3100
445
+ },
446
+ {
447
+ "epoch": 0.7188498402555911,
448
+ "grad_norm": 4.009425640106201,
449
+ "learning_rate": 5.627567320858056e-06,
450
+ "loss": 0.4197427749633789,
451
+ "step": 3150
452
+ },
453
+ {
454
+ "epoch": 0.730260155180283,
455
+ "grad_norm": 3.7821474075317383,
456
+ "learning_rate": 5.399361022364218e-06,
457
+ "loss": 0.40939640045166015,
458
+ "step": 3200
459
+ },
460
+ {
461
+ "epoch": 0.7416704701049749,
462
+ "grad_norm": 4.376630783081055,
463
+ "learning_rate": 5.17115472387038e-06,
464
+ "loss": 0.4595405960083008,
465
+ "step": 3250
466
+ },
467
+ {
468
+ "epoch": 0.7530807850296668,
469
+ "grad_norm": 4.000816822052002,
470
+ "learning_rate": 4.942948425376541e-06,
471
+ "loss": 0.43872589111328125,
472
+ "step": 3300
473
+ },
474
+ {
475
+ "epoch": 0.7644910999543587,
476
+ "grad_norm": 3.6162331104278564,
477
+ "learning_rate": 4.714742126882703e-06,
478
+ "loss": 0.48691471099853517,
479
+ "step": 3350
480
+ },
481
+ {
482
+ "epoch": 0.7759014148790506,
483
+ "grad_norm": 3.905456781387329,
484
+ "learning_rate": 4.486535828388864e-06,
485
+ "loss": 0.36698902130126954,
486
+ "step": 3400
487
+ },
488
+ {
489
+ "epoch": 0.7873117298037425,
490
+ "grad_norm": 2.5894343852996826,
491
+ "learning_rate": 4.258329529895025e-06,
492
+ "loss": 0.3957312393188477,
493
+ "step": 3450
494
+ },
495
+ {
496
+ "epoch": 0.7987220447284346,
497
+ "grad_norm": 1.0098737478256226,
498
+ "learning_rate": 4.030123231401187e-06,
499
+ "loss": 0.37791492462158205,
500
+ "step": 3500
501
+ },
502
+ {
503
+ "epoch": 0.8101323596531265,
504
+ "grad_norm": 4.44543981552124,
505
+ "learning_rate": 3.8019169329073485e-06,
506
+ "loss": 0.40286128997802734,
507
+ "step": 3550
508
+ },
509
+ {
510
+ "epoch": 0.8215426745778184,
511
+ "grad_norm": 10.61814022064209,
512
+ "learning_rate": 3.5737106344135105e-06,
513
+ "loss": 0.44866851806640623,
514
+ "step": 3600
515
+ },
516
+ {
517
+ "epoch": 0.8329529895025103,
518
+ "grad_norm": 5.673017501831055,
519
+ "learning_rate": 3.3455043359196717e-06,
520
+ "loss": 0.4784463119506836,
521
+ "step": 3650
522
+ },
523
+ {
524
+ "epoch": 0.8443633044272022,
525
+ "grad_norm": 6.310068607330322,
526
+ "learning_rate": 3.1172980374258333e-06,
527
+ "loss": 0.4284184265136719,
528
+ "step": 3700
529
+ },
530
+ {
531
+ "epoch": 0.8557736193518941,
532
+ "grad_norm": 5.64756441116333,
533
+ "learning_rate": 2.889091738931995e-06,
534
+ "loss": 0.369830436706543,
535
+ "step": 3750
536
+ },
537
+ {
538
+ "epoch": 0.867183934276586,
539
+ "grad_norm": 7.419605731964111,
540
+ "learning_rate": 2.660885440438156e-06,
541
+ "loss": 0.43118598937988284,
542
+ "step": 3800
543
+ },
544
+ {
545
+ "epoch": 0.8785942492012779,
546
+ "grad_norm": 5.032991886138916,
547
+ "learning_rate": 2.432679141944318e-06,
548
+ "loss": 0.39139198303222655,
549
+ "step": 3850
550
+ },
551
+ {
552
+ "epoch": 0.8900045641259698,
553
+ "grad_norm": 7.240507125854492,
554
+ "learning_rate": 2.2044728434504793e-06,
555
+ "loss": 0.4490787887573242,
556
+ "step": 3900
557
+ },
558
+ {
559
+ "epoch": 0.9014148790506618,
560
+ "grad_norm": 6.269330024719238,
561
+ "learning_rate": 1.976266544956641e-06,
562
+ "loss": 0.41913303375244143,
563
+ "step": 3950
564
+ },
565
+ {
566
+ "epoch": 0.9128251939753537,
567
+ "grad_norm": 2.2580368518829346,
568
+ "learning_rate": 1.7480602464628023e-06,
569
+ "loss": 0.4250646591186523,
570
+ "step": 4000
571
+ },
572
+ {
573
+ "epoch": 0.9242355089000457,
574
+ "grad_norm": 7.749474048614502,
575
+ "learning_rate": 1.5198539479689642e-06,
576
+ "loss": 0.37976726531982424,
577
+ "step": 4050
578
+ },
579
+ {
580
+ "epoch": 0.9356458238247376,
581
+ "grad_norm": 5.204364776611328,
582
+ "learning_rate": 1.2916476494751258e-06,
583
+ "loss": 0.46813446044921875,
584
+ "step": 4100
585
+ },
586
+ {
587
+ "epoch": 0.9470561387494295,
588
+ "grad_norm": 4.661312103271484,
589
+ "learning_rate": 1.0634413509812872e-06,
590
+ "loss": 0.36634628295898436,
591
+ "step": 4150
592
+ },
593
+ {
594
+ "epoch": 0.9584664536741214,
595
+ "grad_norm": 2.7700841426849365,
596
+ "learning_rate": 8.352350524874488e-07,
597
+ "loss": 0.373182373046875,
598
+ "step": 4200
599
+ },
600
+ {
601
+ "epoch": 0.9698767685988133,
602
+ "grad_norm": 5.7063493728637695,
603
+ "learning_rate": 6.070287539936103e-07,
604
+ "loss": 0.4222087860107422,
605
+ "step": 4250
606
+ },
607
+ {
608
+ "epoch": 0.9812870835235052,
609
+ "grad_norm": 3.2713735103607178,
610
+ "learning_rate": 3.788224554997718e-07,
611
+ "loss": 0.38604934692382814,
612
+ "step": 4300
613
+ },
614
+ {
615
+ "epoch": 0.9926973984481972,
616
+ "grad_norm": 1.7946311235427856,
617
+ "learning_rate": 1.5061615700593338e-07,
618
+ "loss": 0.40867019653320313,
619
+ "step": 4350
620
+ },
621
+ {
622
+ "epoch": 1.0,
623
+ "eval_accuracy": 0.8097333333333333,
624
+ "eval_f1": 0.8080182967846091,
625
+ "eval_loss": 0.41877689957618713,
626
+ "eval_precision": 0.8153679065978822,
627
+ "eval_recall": 0.8008,
628
+ "eval_runtime": 1099.9562,
629
+ "eval_samples_per_second": 6.818,
630
+ "eval_steps_per_second": 0.853,
631
+ "step": 4382
632
+ }
633
+ ],
634
+ "logging_steps": 50,
635
+ "max_steps": 4382,
636
+ "num_input_tokens_seen": 0,
637
+ "num_train_epochs": 1,
638
+ "save_steps": 500,
639
+ "stateful_callbacks": {
640
+ "TrainerControl": {
641
+ "args": {
642
+ "should_epoch_stop": false,
643
+ "should_evaluate": false,
644
+ "should_log": false,
645
+ "should_save": true,
646
+ "should_training_stop": true
647
+ },
648
+ "attributes": {}
649
+ }
650
+ },
651
+ "total_flos": 4611810578350080.0,
652
+ "train_batch_size": 8,
653
+ "trial_name": null,
654
+ "trial_params": null
655
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e705699627a00d464f7f6afc4c37e68e16f17a977ea67448638f7b4f01c172c2
3
+ size 5201