jgilhuly16 commited on
Commit
41f7313
·
verified ·
1 Parent(s): f7d153c

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ library_name: transformers
4
+ tags:
5
+ - autotrain
6
+ - text-classification
7
+ base_model: microsoft/deberta-v3-base
8
+ widget:
9
+ - text: "I love AutoTrain"
10
+ ---
11
+
12
+ # Model Trained Using AutoTrain
13
+
14
+ - Problem type: Text Classification
15
+
16
+ ## Validation Metrics
17
+ loss: 0.19243484735488892
18
+
19
+ f1: 0.9402777777777778
20
+
21
+ precision: 0.9344375431331953
22
+
23
+ recall: 0.9461914744933613
24
+
25
+ auc: 0.9790224542805533
26
+
27
+ accuracy: 0.9399021663172606
added_tokens.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "[MASK]": 128000
3
+ }
checkpoint-1432/config.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/deberta-v3-base",
3
+ "_num_labels": 2,
4
+ "architectures": [
5
+ "DebertaV2ForSequenceClassification"
6
+ ],
7
+ "attention_probs_dropout_prob": 0.1,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 768,
11
+ "id2label": {
12
+ "0": "factual",
13
+ "1": "hallucinated"
14
+ },
15
+ "initializer_range": 0.02,
16
+ "intermediate_size": 3072,
17
+ "label2id": {
18
+ "factual": 0,
19
+ "hallucinated": 1
20
+ },
21
+ "layer_norm_eps": 1e-07,
22
+ "legacy": true,
23
+ "max_position_embeddings": 512,
24
+ "max_relative_positions": -1,
25
+ "model_type": "deberta-v2",
26
+ "norm_rel_ebd": "layer_norm",
27
+ "num_attention_heads": 12,
28
+ "num_hidden_layers": 12,
29
+ "pad_token_id": 0,
30
+ "pooler_dropout": 0,
31
+ "pooler_hidden_act": "gelu",
32
+ "pooler_hidden_size": 768,
33
+ "pos_att_type": [
34
+ "p2c",
35
+ "c2p"
36
+ ],
37
+ "position_biased_input": false,
38
+ "position_buckets": 256,
39
+ "relative_attention": true,
40
+ "share_att_key": true,
41
+ "torch_dtype": "float32",
42
+ "transformers_version": "4.48.0",
43
+ "type_vocab_size": 0,
44
+ "vocab_size": 128100
45
+ }
checkpoint-1432/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e53db1f838bad4817f6c1cbdc35f126268c9e7925ae44600a7d908634592d258
3
+ size 737719272
checkpoint-1432/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66cde081c954ee1b6a070c5cb3f9805d0aed4483e84bcbc33f05783aaf7fa401
3
+ size 1475558394
checkpoint-1432/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b9c0c6bd44eea60ace25470af0729bd426c197dedb4a97bdc350d443317fbb5
3
+ size 14244
checkpoint-1432/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:024f15676ce0b36a018340af28bc9f42314be542c5257fb96d76facebe0b3f96
3
+ size 1064
checkpoint-1432/trainer_state.json ADDED
@@ -0,0 +1,467 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.19243484735488892,
3
+ "best_model_checkpoint": "openeval-deberta-long/checkpoint-1432",
4
+ "epoch": 2.0,
5
+ "eval_steps": 500,
6
+ "global_step": 1432,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.03494060097833683,
13
+ "grad_norm": 0.5007327795028687,
14
+ "learning_rate": 1.3966480446927375e-06,
15
+ "loss": 0.6937,
16
+ "step": 25
17
+ },
18
+ {
19
+ "epoch": 0.06988120195667366,
20
+ "grad_norm": 0.7577518820762634,
21
+ "learning_rate": 2.793296089385475e-06,
22
+ "loss": 0.696,
23
+ "step": 50
24
+ },
25
+ {
26
+ "epoch": 0.10482180293501048,
27
+ "grad_norm": 0.664239227771759,
28
+ "learning_rate": 4.189944134078213e-06,
29
+ "loss": 0.6919,
30
+ "step": 75
31
+ },
32
+ {
33
+ "epoch": 0.13976240391334732,
34
+ "grad_norm": 1.636892557144165,
35
+ "learning_rate": 5.58659217877095e-06,
36
+ "loss": 0.6745,
37
+ "step": 100
38
+ },
39
+ {
40
+ "epoch": 0.17470300489168414,
41
+ "grad_norm": 13.113431930541992,
42
+ "learning_rate": 6.983240223463687e-06,
43
+ "loss": 0.5972,
44
+ "step": 125
45
+ },
46
+ {
47
+ "epoch": 0.20964360587002095,
48
+ "grad_norm": 9.875704765319824,
49
+ "learning_rate": 8.379888268156426e-06,
50
+ "loss": 0.4869,
51
+ "step": 150
52
+ },
53
+ {
54
+ "epoch": 0.2445842068483578,
55
+ "grad_norm": 6.724992275238037,
56
+ "learning_rate": 9.720670391061454e-06,
57
+ "loss": 0.3554,
58
+ "step": 175
59
+ },
60
+ {
61
+ "epoch": 0.27952480782669464,
62
+ "grad_norm": 6.992024898529053,
63
+ "learning_rate": 1.1117318435754193e-05,
64
+ "loss": 0.3781,
65
+ "step": 200
66
+ },
67
+ {
68
+ "epoch": 0.31446540880503143,
69
+ "grad_norm": 5.473155498504639,
70
+ "learning_rate": 1.2513966480446928e-05,
71
+ "loss": 0.3273,
72
+ "step": 225
73
+ },
74
+ {
75
+ "epoch": 0.3494060097833683,
76
+ "grad_norm": 4.137131214141846,
77
+ "learning_rate": 1.3910614525139665e-05,
78
+ "loss": 0.3163,
79
+ "step": 250
80
+ },
81
+ {
82
+ "epoch": 0.3843466107617051,
83
+ "grad_norm": 6.087327003479004,
84
+ "learning_rate": 1.5307262569832404e-05,
85
+ "loss": 0.2807,
86
+ "step": 275
87
+ },
88
+ {
89
+ "epoch": 0.4192872117400419,
90
+ "grad_norm": 3.0208468437194824,
91
+ "learning_rate": 1.670391061452514e-05,
92
+ "loss": 0.3206,
93
+ "step": 300
94
+ },
95
+ {
96
+ "epoch": 0.45422781271837875,
97
+ "grad_norm": 3.7232978343963623,
98
+ "learning_rate": 1.8100558659217878e-05,
99
+ "loss": 0.3244,
100
+ "step": 325
101
+ },
102
+ {
103
+ "epoch": 0.4891684136967156,
104
+ "grad_norm": 2.8207011222839355,
105
+ "learning_rate": 1.9497206703910617e-05,
106
+ "loss": 0.2896,
107
+ "step": 350
108
+ },
109
+ {
110
+ "epoch": 0.5241090146750524,
111
+ "grad_norm": 4.429826259613037,
112
+ "learning_rate": 1.990052844264843e-05,
113
+ "loss": 0.267,
114
+ "step": 375
115
+ },
116
+ {
117
+ "epoch": 0.5590496156533893,
118
+ "grad_norm": 4.5808281898498535,
119
+ "learning_rate": 1.9745104134286604e-05,
120
+ "loss": 0.2599,
121
+ "step": 400
122
+ },
123
+ {
124
+ "epoch": 0.593990216631726,
125
+ "grad_norm": 4.419271469116211,
126
+ "learning_rate": 1.9589679825924777e-05,
127
+ "loss": 0.2979,
128
+ "step": 425
129
+ },
130
+ {
131
+ "epoch": 0.6289308176100629,
132
+ "grad_norm": 3.6506881713867188,
133
+ "learning_rate": 1.9434255517562946e-05,
134
+ "loss": 0.2505,
135
+ "step": 450
136
+ },
137
+ {
138
+ "epoch": 0.6638714185883997,
139
+ "grad_norm": 4.1857428550720215,
140
+ "learning_rate": 1.927883120920112e-05,
141
+ "loss": 0.2551,
142
+ "step": 475
143
+ },
144
+ {
145
+ "epoch": 0.6988120195667366,
146
+ "grad_norm": 2.720244884490967,
147
+ "learning_rate": 1.9123406900839293e-05,
148
+ "loss": 0.2595,
149
+ "step": 500
150
+ },
151
+ {
152
+ "epoch": 0.7337526205450734,
153
+ "grad_norm": 7.484561920166016,
154
+ "learning_rate": 1.8967982592477466e-05,
155
+ "loss": 0.2716,
156
+ "step": 525
157
+ },
158
+ {
159
+ "epoch": 0.7686932215234102,
160
+ "grad_norm": 4.350545406341553,
161
+ "learning_rate": 1.8812558284115635e-05,
162
+ "loss": 0.2505,
163
+ "step": 550
164
+ },
165
+ {
166
+ "epoch": 0.803633822501747,
167
+ "grad_norm": 3.8413989543914795,
168
+ "learning_rate": 1.8657133975753808e-05,
169
+ "loss": 0.2668,
170
+ "step": 575
171
+ },
172
+ {
173
+ "epoch": 0.8385744234800838,
174
+ "grad_norm": 3.7154204845428467,
175
+ "learning_rate": 1.850170966739198e-05,
176
+ "loss": 0.2582,
177
+ "step": 600
178
+ },
179
+ {
180
+ "epoch": 0.8735150244584207,
181
+ "grad_norm": 3.3066325187683105,
182
+ "learning_rate": 1.8346285359030154e-05,
183
+ "loss": 0.2347,
184
+ "step": 625
185
+ },
186
+ {
187
+ "epoch": 0.9084556254367575,
188
+ "grad_norm": 4.231185436248779,
189
+ "learning_rate": 1.8190861050668327e-05,
190
+ "loss": 0.2328,
191
+ "step": 650
192
+ },
193
+ {
194
+ "epoch": 0.9433962264150944,
195
+ "grad_norm": 3.8417835235595703,
196
+ "learning_rate": 1.8035436742306497e-05,
197
+ "loss": 0.2278,
198
+ "step": 675
199
+ },
200
+ {
201
+ "epoch": 0.9783368273934312,
202
+ "grad_norm": 7.155228614807129,
203
+ "learning_rate": 1.788001243394467e-05,
204
+ "loss": 0.2344,
205
+ "step": 700
206
+ },
207
+ {
208
+ "epoch": 1.0,
209
+ "eval_accuracy": 0.9210342417889588,
210
+ "eval_auc": 0.970677486288683,
211
+ "eval_f1": 0.9224433768016472,
212
+ "eval_loss": 0.23471280932426453,
213
+ "eval_precision": 0.9062710721510452,
214
+ "eval_recall": 0.939203354297694,
215
+ "eval_runtime": 25.6664,
216
+ "eval_samples_per_second": 111.507,
217
+ "eval_steps_per_second": 3.507,
218
+ "step": 716
219
+ },
220
+ {
221
+ "epoch": 1.0125786163522013,
222
+ "grad_norm": 7.216368675231934,
223
+ "learning_rate": 1.7724588125582843e-05,
224
+ "loss": 0.2379,
225
+ "step": 725
226
+ },
227
+ {
228
+ "epoch": 1.047519217330538,
229
+ "grad_norm": 4.109630107879639,
230
+ "learning_rate": 1.7569163817221016e-05,
231
+ "loss": 0.2088,
232
+ "step": 750
233
+ },
234
+ {
235
+ "epoch": 1.082459818308875,
236
+ "grad_norm": 5.42812967300415,
237
+ "learning_rate": 1.7413739508859186e-05,
238
+ "loss": 0.1858,
239
+ "step": 775
240
+ },
241
+ {
242
+ "epoch": 1.1174004192872118,
243
+ "grad_norm": 2.5309982299804688,
244
+ "learning_rate": 1.725831520049736e-05,
245
+ "loss": 0.2089,
246
+ "step": 800
247
+ },
248
+ {
249
+ "epoch": 1.1523410202655486,
250
+ "grad_norm": 1.9790273904800415,
251
+ "learning_rate": 1.7102890892135532e-05,
252
+ "loss": 0.1803,
253
+ "step": 825
254
+ },
255
+ {
256
+ "epoch": 1.1872816212438855,
257
+ "grad_norm": 4.115412712097168,
258
+ "learning_rate": 1.6947466583773705e-05,
259
+ "loss": 0.2199,
260
+ "step": 850
261
+ },
262
+ {
263
+ "epoch": 1.2222222222222223,
264
+ "grad_norm": 2.643507719039917,
265
+ "learning_rate": 1.6792042275411874e-05,
266
+ "loss": 0.2483,
267
+ "step": 875
268
+ },
269
+ {
270
+ "epoch": 1.257162823200559,
271
+ "grad_norm": 2.535555124282837,
272
+ "learning_rate": 1.6636617967050048e-05,
273
+ "loss": 0.2304,
274
+ "step": 900
275
+ },
276
+ {
277
+ "epoch": 1.292103424178896,
278
+ "grad_norm": 1.9010531902313232,
279
+ "learning_rate": 1.648119365868822e-05,
280
+ "loss": 0.204,
281
+ "step": 925
282
+ },
283
+ {
284
+ "epoch": 1.3270440251572326,
285
+ "grad_norm": 5.073601722717285,
286
+ "learning_rate": 1.6325769350326394e-05,
287
+ "loss": 0.1329,
288
+ "step": 950
289
+ },
290
+ {
291
+ "epoch": 1.3619846261355695,
292
+ "grad_norm": 1.4883824586868286,
293
+ "learning_rate": 1.6170345041964563e-05,
294
+ "loss": 0.1795,
295
+ "step": 975
296
+ },
297
+ {
298
+ "epoch": 1.3969252271139063,
299
+ "grad_norm": 1.97958505153656,
300
+ "learning_rate": 1.6014920733602736e-05,
301
+ "loss": 0.1825,
302
+ "step": 1000
303
+ },
304
+ {
305
+ "epoch": 1.4318658280922432,
306
+ "grad_norm": 5.010092735290527,
307
+ "learning_rate": 1.585949642524091e-05,
308
+ "loss": 0.1654,
309
+ "step": 1025
310
+ },
311
+ {
312
+ "epoch": 1.46680642907058,
313
+ "grad_norm": 3.9141337871551514,
314
+ "learning_rate": 1.5710289089213556e-05,
315
+ "loss": 0.1875,
316
+ "step": 1050
317
+ },
318
+ {
319
+ "epoch": 1.5017470300489169,
320
+ "grad_norm": 4.0560736656188965,
321
+ "learning_rate": 1.5554864780851726e-05,
322
+ "loss": 0.1944,
323
+ "step": 1075
324
+ },
325
+ {
326
+ "epoch": 1.5366876310272537,
327
+ "grad_norm": 4.090770721435547,
328
+ "learning_rate": 1.540565744482437e-05,
329
+ "loss": 0.1882,
330
+ "step": 1100
331
+ },
332
+ {
333
+ "epoch": 1.5716282320055905,
334
+ "grad_norm": 1.0099297761917114,
335
+ "learning_rate": 1.5250233136462544e-05,
336
+ "loss": 0.1625,
337
+ "step": 1125
338
+ },
339
+ {
340
+ "epoch": 1.6065688329839274,
341
+ "grad_norm": 8.940227508544922,
342
+ "learning_rate": 1.5094808828100716e-05,
343
+ "loss": 0.163,
344
+ "step": 1150
345
+ },
346
+ {
347
+ "epoch": 1.641509433962264,
348
+ "grad_norm": 3.1504862308502197,
349
+ "learning_rate": 1.4939384519738889e-05,
350
+ "loss": 0.1936,
351
+ "step": 1175
352
+ },
353
+ {
354
+ "epoch": 1.676450034940601,
355
+ "grad_norm": 3.5162193775177,
356
+ "learning_rate": 1.478396021137706e-05,
357
+ "loss": 0.1445,
358
+ "step": 1200
359
+ },
360
+ {
361
+ "epoch": 1.7113906359189377,
362
+ "grad_norm": 9.932061195373535,
363
+ "learning_rate": 1.4628535903015233e-05,
364
+ "loss": 0.2089,
365
+ "step": 1225
366
+ },
367
+ {
368
+ "epoch": 1.7463312368972748,
369
+ "grad_norm": 4.012052536010742,
370
+ "learning_rate": 1.4473111594653404e-05,
371
+ "loss": 0.1518,
372
+ "step": 1250
373
+ },
374
+ {
375
+ "epoch": 1.7812718378756114,
376
+ "grad_norm": 5.264890193939209,
377
+ "learning_rate": 1.4317687286291578e-05,
378
+ "loss": 0.1951,
379
+ "step": 1275
380
+ },
381
+ {
382
+ "epoch": 1.8162124388539485,
383
+ "grad_norm": 2.545083522796631,
384
+ "learning_rate": 1.416226297792975e-05,
385
+ "loss": 0.1692,
386
+ "step": 1300
387
+ },
388
+ {
389
+ "epoch": 1.851153039832285,
390
+ "grad_norm": 4.632214069366455,
391
+ "learning_rate": 1.4006838669567922e-05,
392
+ "loss": 0.182,
393
+ "step": 1325
394
+ },
395
+ {
396
+ "epoch": 1.886093640810622,
397
+ "grad_norm": 2.7571890354156494,
398
+ "learning_rate": 1.3851414361206095e-05,
399
+ "loss": 0.2029,
400
+ "step": 1350
401
+ },
402
+ {
403
+ "epoch": 1.9210342417889588,
404
+ "grad_norm": 2.971035957336426,
405
+ "learning_rate": 1.3695990052844266e-05,
406
+ "loss": 0.1449,
407
+ "step": 1375
408
+ },
409
+ {
410
+ "epoch": 1.9559748427672956,
411
+ "grad_norm": 3.9962940216064453,
412
+ "learning_rate": 1.354056574448244e-05,
413
+ "loss": 0.1713,
414
+ "step": 1400
415
+ },
416
+ {
417
+ "epoch": 1.9909154437456325,
418
+ "grad_norm": 2.5077712535858154,
419
+ "learning_rate": 1.338514143612061e-05,
420
+ "loss": 0.1701,
421
+ "step": 1425
422
+ },
423
+ {
424
+ "epoch": 2.0,
425
+ "eval_accuracy": 0.9399021663172606,
426
+ "eval_auc": 0.9790224542805533,
427
+ "eval_f1": 0.9402777777777778,
428
+ "eval_loss": 0.19243484735488892,
429
+ "eval_precision": 0.9344375431331953,
430
+ "eval_recall": 0.9461914744933613,
431
+ "eval_runtime": 25.705,
432
+ "eval_samples_per_second": 111.34,
433
+ "eval_steps_per_second": 3.501,
434
+ "step": 1432
435
+ }
436
+ ],
437
+ "logging_steps": 25,
438
+ "max_steps": 3575,
439
+ "num_input_tokens_seen": 0,
440
+ "num_train_epochs": 5,
441
+ "save_steps": 500,
442
+ "stateful_callbacks": {
443
+ "EarlyStoppingCallback": {
444
+ "args": {
445
+ "early_stopping_patience": 5,
446
+ "early_stopping_threshold": 0.01
447
+ },
448
+ "attributes": {
449
+ "early_stopping_patience_counter": 0
450
+ }
451
+ },
452
+ "TrainerControl": {
453
+ "args": {
454
+ "should_epoch_stop": false,
455
+ "should_evaluate": false,
456
+ "should_log": false,
457
+ "should_save": true,
458
+ "should_training_stop": false
459
+ },
460
+ "attributes": {}
461
+ }
462
+ },
463
+ "total_flos": 1.2048597520809984e+16,
464
+ "train_batch_size": 16,
465
+ "trial_name": null,
466
+ "trial_params": null
467
+ }
checkpoint-1432/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e439c1ed2e6ba654d4936cd35360c025a08a7e8ef07b3d6088fd6a03600eb4f3
3
+ size 5368
config.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/deberta-v3-base",
3
+ "_num_labels": 2,
4
+ "architectures": [
5
+ "DebertaV2ForSequenceClassification"
6
+ ],
7
+ "attention_probs_dropout_prob": 0.1,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 768,
11
+ "id2label": {
12
+ "0": "factual",
13
+ "1": "hallucinated"
14
+ },
15
+ "initializer_range": 0.02,
16
+ "intermediate_size": 3072,
17
+ "label2id": {
18
+ "factual": 0,
19
+ "hallucinated": 1
20
+ },
21
+ "layer_norm_eps": 1e-07,
22
+ "legacy": true,
23
+ "max_position_embeddings": 512,
24
+ "max_relative_positions": -1,
25
+ "model_type": "deberta-v2",
26
+ "norm_rel_ebd": "layer_norm",
27
+ "num_attention_heads": 12,
28
+ "num_hidden_layers": 12,
29
+ "pad_token_id": 0,
30
+ "pooler_dropout": 0,
31
+ "pooler_hidden_act": "gelu",
32
+ "pooler_hidden_size": 768,
33
+ "pos_att_type": [
34
+ "p2c",
35
+ "c2p"
36
+ ],
37
+ "position_biased_input": false,
38
+ "position_buckets": 256,
39
+ "relative_attention": true,
40
+ "share_att_key": true,
41
+ "torch_dtype": "float32",
42
+ "transformers_version": "4.48.0",
43
+ "type_vocab_size": 0,
44
+ "vocab_size": 128100
45
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e53db1f838bad4817f6c1cbdc35f126268c9e7925ae44600a7d908634592d258
3
+ size 737719272
runs/Feb23_22-53-19_r-jgilhuly16-openeval-94min0on-6d120-ig5z0/events.out.tfevents.1740351200.r-jgilhuly16-openeval-94min0on-6d120-ig5z0.214.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ac94d1e45dfe5151ecc6d66e8d7c02c89ff776f13c53ce768a04e54a53ab56be
3
- size 31921
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea42918b49ed8fe661776b835f20b01f9f196f63f519f5be9ede13e2eadc1e4b
3
+ size 38491
runs/Feb23_22-53-19_r-jgilhuly16-openeval-94min0on-6d120-ig5z0/events.out.tfevents.1740354216.r-jgilhuly16-openeval-94min0on-6d120-ig5z0.214.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d21018bdc6ab21ddec507e842df6decd8b9ea504c479315548eabd11555fc06f
3
+ size 607
special_tokens_map.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "[CLS]",
3
+ "cls_token": "[CLS]",
4
+ "eos_token": "[SEP]",
5
+ "mask_token": "[MASK]",
6
+ "pad_token": "[PAD]",
7
+ "sep_token": "[SEP]",
8
+ "unk_token": {
9
+ "content": "[UNK]",
10
+ "lstrip": false,
11
+ "normalized": true,
12
+ "rstrip": false,
13
+ "single_word": false
14
+ }
15
+ }
spm.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c679fbf93643d19aab7ee10c0b99e460bdbc02fedf34b92b05af343b4af586fd
3
+ size 2464616
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "1": {
12
+ "content": "[CLS]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "[SEP]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "3": {
28
+ "content": "[UNK]",
29
+ "lstrip": false,
30
+ "normalized": true,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "128000": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "bos_token": "[CLS]",
45
+ "clean_up_tokenization_spaces": false,
46
+ "cls_token": "[CLS]",
47
+ "do_lower_case": false,
48
+ "eos_token": "[SEP]",
49
+ "extra_special_tokens": {},
50
+ "mask_token": "[MASK]",
51
+ "model_max_length": 1000000000000000019884624838656,
52
+ "pad_token": "[PAD]",
53
+ "sep_token": "[SEP]",
54
+ "sp_model_kwargs": {},
55
+ "split_by_punct": false,
56
+ "tokenizer_class": "DebertaV2Tokenizer",
57
+ "unk_token": "[UNK]",
58
+ "vocab_type": "spm"
59
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e439c1ed2e6ba654d4936cd35360c025a08a7e8ef07b3d6088fd6a03600eb4f3
3
+ size 5368
training_params.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "data_path": "openeval-deberta-long/autotrain-data",
3
+ "model": "microsoft/deberta-v3-base",
4
+ "lr": 2e-05,
5
+ "epochs": 5,
6
+ "max_seq_length": 512,
7
+ "batch_size": 16,
8
+ "warmup_ratio": 0.1,
9
+ "gradient_accumulation": 2,
10
+ "optimizer": "adamw_torch",
11
+ "scheduler": "linear",
12
+ "weight_decay": 0.0,
13
+ "max_grad_norm": 1.0,
14
+ "seed": 42,
15
+ "train_split": "train",
16
+ "valid_split": "validation",
17
+ "text_column": "autotrain_text",
18
+ "target_column": "autotrain_label",
19
+ "logging_steps": -1,
20
+ "project_name": "openeval-deberta-long",
21
+ "auto_find_batch_size": false,
22
+ "mixed_precision": "fp16",
23
+ "save_total_limit": 1,
24
+ "push_to_hub": true,
25
+ "eval_strategy": "epoch",
26
+ "username": "jgilhuly16",
27
+ "log": "tensorboard",
28
+ "early_stopping_patience": 5,
29
+ "early_stopping_threshold": 0.01
30
+ }