samuelcolvin26 commited on
Commit
b3fa508
·
verified ·
1 Parent(s): 03d32ad

Training in progress, epoch 4

Browse files
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:33d23e56b7e959f7736dbcaf24e3daa98b04467970485dd231d5adb16bfb319b
3
  size 498612824
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02b32d780fca60e4ce2846583884ce1da4c8863e74205b19af2572784e946a5f
3
  size 498612824
run-hrrn3119/checkpoint-20336/config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "FacebookAI/roberta-base",
3
+ "architectures": [
4
+ "RobertaForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "classifier_dropout": null,
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,
20
+ "pad_token_id": 1,
21
+ "position_embedding_type": "absolute",
22
+ "problem_type": "single_label_classification",
23
+ "torch_dtype": "float32",
24
+ "transformers_version": "4.39.3",
25
+ "type_vocab_size": 1,
26
+ "use_cache": true,
27
+ "vocab_size": 50265
28
+ }
run-hrrn3119/checkpoint-20336/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-hrrn3119/checkpoint-20336/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02b32d780fca60e4ce2846583884ce1da4c8863e74205b19af2572784e946a5f
3
+ size 498612824
run-hrrn3119/checkpoint-20336/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f72e8c452eed628a765311aa043eb2e6a12b67c834a9e4fb5ad7ab55d755a121
3
+ size 997345530
run-hrrn3119/checkpoint-20336/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:589a0cc2e4e3857a9a1dabdb34fe04180c09f66a2b09d6a0dc7494dc6e5d6493
3
+ size 14180
run-hrrn3119/checkpoint-20336/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0586f31828669d6794c8132cddb25d1ac0dec4bc06b8703a52787544b45eb54
3
+ size 1064
run-hrrn3119/checkpoint-20336/special_tokens_map.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": true,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "cls_token": {
10
+ "content": "<s>",
11
+ "lstrip": false,
12
+ "normalized": true,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "eos_token": {
17
+ "content": "</s>",
18
+ "lstrip": false,
19
+ "normalized": true,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "mask_token": {
24
+ "content": "<mask>",
25
+ "lstrip": true,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "pad_token": {
31
+ "content": "<pad>",
32
+ "lstrip": false,
33
+ "normalized": true,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ },
37
+ "sep_token": {
38
+ "content": "</s>",
39
+ "lstrip": false,
40
+ "normalized": true,
41
+ "rstrip": false,
42
+ "single_word": false
43
+ },
44
+ "unk_token": {
45
+ "content": "<unk>",
46
+ "lstrip": false,
47
+ "normalized": true,
48
+ "rstrip": false,
49
+ "single_word": false
50
+ }
51
+ }
run-hrrn3119/checkpoint-20336/tokenizer_config.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "0": {
5
+ "content": "<s>",
6
+ "lstrip": false,
7
+ "normalized": true,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "1": {
13
+ "content": "<pad>",
14
+ "lstrip": false,
15
+ "normalized": true,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "2": {
21
+ "content": "</s>",
22
+ "lstrip": false,
23
+ "normalized": true,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": true
27
+ },
28
+ "3": {
29
+ "content": "<unk>",
30
+ "lstrip": false,
31
+ "normalized": true,
32
+ "rstrip": false,
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
43
+ }
44
+ },
45
+ "bos_token": "<s>",
46
+ "clean_up_tokenization_spaces": true,
47
+ "cls_token": "<s>",
48
+ "eos_token": "</s>",
49
+ "errors": "replace",
50
+ "mask_token": "<mask>",
51
+ "model_max_length": 512,
52
+ "pad_token": "<pad>",
53
+ "sep_token": "</s>",
54
+ "tokenizer_class": "RobertaTokenizer",
55
+ "unk_token": "<unk>"
56
+ }
run-hrrn3119/checkpoint-20336/trainer_state.json ADDED
@@ -0,0 +1,356 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 4.0,
5
+ "eval_steps": 500,
6
+ "global_step": 20336,
7
+ "is_hyper_param_search": true,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.1,
13
+ "grad_norm": 4.128891468048096,
14
+ "learning_rate": 2.9262391817466563e-05,
15
+ "loss": 0.3492,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 0.2,
20
+ "grad_norm": 7.290346145629883,
21
+ "learning_rate": 2.8524783634933124e-05,
22
+ "loss": 0.3139,
23
+ "step": 1000
24
+ },
25
+ {
26
+ "epoch": 0.3,
27
+ "grad_norm": 4.3120012283325195,
28
+ "learning_rate": 2.7787175452399686e-05,
29
+ "loss": 0.3064,
30
+ "step": 1500
31
+ },
32
+ {
33
+ "epoch": 0.39,
34
+ "grad_norm": 3.9245710372924805,
35
+ "learning_rate": 2.7049567269866248e-05,
36
+ "loss": 0.285,
37
+ "step": 2000
38
+ },
39
+ {
40
+ "epoch": 0.49,
41
+ "grad_norm": 3.7431070804595947,
42
+ "learning_rate": 2.631195908733281e-05,
43
+ "loss": 0.2719,
44
+ "step": 2500
45
+ },
46
+ {
47
+ "epoch": 0.59,
48
+ "grad_norm": 8.229458808898926,
49
+ "learning_rate": 2.557435090479937e-05,
50
+ "loss": 0.2635,
51
+ "step": 3000
52
+ },
53
+ {
54
+ "epoch": 0.69,
55
+ "grad_norm": 7.368682384490967,
56
+ "learning_rate": 2.4836742722265933e-05,
57
+ "loss": 0.2581,
58
+ "step": 3500
59
+ },
60
+ {
61
+ "epoch": 0.79,
62
+ "grad_norm": 15.96370792388916,
63
+ "learning_rate": 2.4099134539732495e-05,
64
+ "loss": 0.2575,
65
+ "step": 4000
66
+ },
67
+ {
68
+ "epoch": 0.89,
69
+ "grad_norm": 4.469223976135254,
70
+ "learning_rate": 2.3361526357199057e-05,
71
+ "loss": 0.2524,
72
+ "step": 4500
73
+ },
74
+ {
75
+ "epoch": 0.98,
76
+ "grad_norm": 38.71263122558594,
77
+ "learning_rate": 2.262391817466562e-05,
78
+ "loss": 0.2397,
79
+ "step": 5000
80
+ },
81
+ {
82
+ "epoch": 1.0,
83
+ "eval_Accuracy": 0.9054996127033308,
84
+ "eval_F1": 0.8622136172959018,
85
+ "eval_Precision": 0.9124644280022766,
86
+ "eval_Recall": 0.8172086859007034,
87
+ "eval_loss": 0.3134010136127472,
88
+ "eval_runtime": 102.8535,
89
+ "eval_samples_per_second": 263.589,
90
+ "eval_steps_per_second": 32.95,
91
+ "step": 5084
92
+ },
93
+ {
94
+ "epoch": 1.08,
95
+ "grad_norm": 2.243791103363037,
96
+ "learning_rate": 2.188630999213218e-05,
97
+ "loss": 0.2153,
98
+ "step": 5500
99
+ },
100
+ {
101
+ "epoch": 1.18,
102
+ "grad_norm": 23.5120792388916,
103
+ "learning_rate": 2.1148701809598742e-05,
104
+ "loss": 0.1915,
105
+ "step": 6000
106
+ },
107
+ {
108
+ "epoch": 1.28,
109
+ "grad_norm": 5.028568744659424,
110
+ "learning_rate": 2.0411093627065304e-05,
111
+ "loss": 0.199,
112
+ "step": 6500
113
+ },
114
+ {
115
+ "epoch": 1.38,
116
+ "grad_norm": 1.7690353393554688,
117
+ "learning_rate": 1.9673485444531865e-05,
118
+ "loss": 0.1942,
119
+ "step": 7000
120
+ },
121
+ {
122
+ "epoch": 1.48,
123
+ "grad_norm": 8.04137134552002,
124
+ "learning_rate": 1.8935877261998427e-05,
125
+ "loss": 0.1798,
126
+ "step": 7500
127
+ },
128
+ {
129
+ "epoch": 1.57,
130
+ "grad_norm": 4.065598487854004,
131
+ "learning_rate": 1.819826907946499e-05,
132
+ "loss": 0.1945,
133
+ "step": 8000
134
+ },
135
+ {
136
+ "epoch": 1.67,
137
+ "grad_norm": 1.5622484683990479,
138
+ "learning_rate": 1.746066089693155e-05,
139
+ "loss": 0.2016,
140
+ "step": 8500
141
+ },
142
+ {
143
+ "epoch": 1.77,
144
+ "grad_norm": 16.104820251464844,
145
+ "learning_rate": 1.6723052714398112e-05,
146
+ "loss": 0.1894,
147
+ "step": 9000
148
+ },
149
+ {
150
+ "epoch": 1.87,
151
+ "grad_norm": 19.27669334411621,
152
+ "learning_rate": 1.5985444531864674e-05,
153
+ "loss": 0.1794,
154
+ "step": 9500
155
+ },
156
+ {
157
+ "epoch": 1.97,
158
+ "grad_norm": 0.7860851883888245,
159
+ "learning_rate": 1.5247836349331236e-05,
160
+ "loss": 0.1756,
161
+ "step": 10000
162
+ },
163
+ {
164
+ "epoch": 2.0,
165
+ "eval_Accuracy": 0.9363726900520084,
166
+ "eval_F1": 0.9097095001308558,
167
+ "eval_Precision": 0.9348106712564543,
168
+ "eval_Recall": 0.8859210928738913,
169
+ "eval_loss": 0.2499203383922577,
170
+ "eval_runtime": 102.6336,
171
+ "eval_samples_per_second": 264.153,
172
+ "eval_steps_per_second": 33.02,
173
+ "step": 10168
174
+ },
175
+ {
176
+ "epoch": 2.07,
177
+ "grad_norm": 4.466465473175049,
178
+ "learning_rate": 1.4510228166797798e-05,
179
+ "loss": 0.1498,
180
+ "step": 10500
181
+ },
182
+ {
183
+ "epoch": 2.16,
184
+ "grad_norm": 0.24395695328712463,
185
+ "learning_rate": 1.377261998426436e-05,
186
+ "loss": 0.1346,
187
+ "step": 11000
188
+ },
189
+ {
190
+ "epoch": 2.26,
191
+ "grad_norm": 82.869384765625,
192
+ "learning_rate": 1.3035011801730921e-05,
193
+ "loss": 0.1402,
194
+ "step": 11500
195
+ },
196
+ {
197
+ "epoch": 2.36,
198
+ "grad_norm": 11.058635711669922,
199
+ "learning_rate": 1.2297403619197483e-05,
200
+ "loss": 0.1319,
201
+ "step": 12000
202
+ },
203
+ {
204
+ "epoch": 2.46,
205
+ "grad_norm": 0.09861055761575699,
206
+ "learning_rate": 1.1559795436664045e-05,
207
+ "loss": 0.1335,
208
+ "step": 12500
209
+ },
210
+ {
211
+ "epoch": 2.56,
212
+ "grad_norm": 19.91216278076172,
213
+ "learning_rate": 1.0822187254130605e-05,
214
+ "loss": 0.132,
215
+ "step": 13000
216
+ },
217
+ {
218
+ "epoch": 2.66,
219
+ "grad_norm": 6.106110572814941,
220
+ "learning_rate": 1.0084579071597168e-05,
221
+ "loss": 0.1345,
222
+ "step": 13500
223
+ },
224
+ {
225
+ "epoch": 2.75,
226
+ "grad_norm": 50.40985870361328,
227
+ "learning_rate": 9.34697088906373e-06,
228
+ "loss": 0.124,
229
+ "step": 14000
230
+ },
231
+ {
232
+ "epoch": 2.85,
233
+ "grad_norm": 0.419050395488739,
234
+ "learning_rate": 8.609362706530292e-06,
235
+ "loss": 0.1268,
236
+ "step": 14500
237
+ },
238
+ {
239
+ "epoch": 2.95,
240
+ "grad_norm": 0.2709197700023651,
241
+ "learning_rate": 7.871754523996854e-06,
242
+ "loss": 0.1328,
243
+ "step": 15000
244
+ },
245
+ {
246
+ "epoch": 3.0,
247
+ "eval_Accuracy": 0.9474751945704696,
248
+ "eval_F1": 0.9249815614792962,
249
+ "eval_Precision": 0.9570478578436716,
250
+ "eval_Recall": 0.8949943929044755,
251
+ "eval_loss": 0.24683944880962372,
252
+ "eval_runtime": 103.4766,
253
+ "eval_samples_per_second": 262.001,
254
+ "eval_steps_per_second": 32.751,
255
+ "step": 15252
256
+ },
257
+ {
258
+ "epoch": 3.05,
259
+ "grad_norm": 0.021914571523666382,
260
+ "learning_rate": 7.1341463414634146e-06,
261
+ "loss": 0.1103,
262
+ "step": 15500
263
+ },
264
+ {
265
+ "epoch": 3.15,
266
+ "grad_norm": 14.233478546142578,
267
+ "learning_rate": 6.396538158929977e-06,
268
+ "loss": 0.0912,
269
+ "step": 16000
270
+ },
271
+ {
272
+ "epoch": 3.25,
273
+ "grad_norm": 10.4210844039917,
274
+ "learning_rate": 5.658929976396538e-06,
275
+ "loss": 0.0842,
276
+ "step": 16500
277
+ },
278
+ {
279
+ "epoch": 3.34,
280
+ "grad_norm": 0.34130796790122986,
281
+ "learning_rate": 4.9213217938631e-06,
282
+ "loss": 0.0776,
283
+ "step": 17000
284
+ },
285
+ {
286
+ "epoch": 3.44,
287
+ "grad_norm": 0.10451962798833847,
288
+ "learning_rate": 4.183713611329662e-06,
289
+ "loss": 0.089,
290
+ "step": 17500
291
+ },
292
+ {
293
+ "epoch": 3.54,
294
+ "grad_norm": 0.11272258311510086,
295
+ "learning_rate": 3.4461054287962234e-06,
296
+ "loss": 0.0785,
297
+ "step": 18000
298
+ },
299
+ {
300
+ "epoch": 3.64,
301
+ "grad_norm": 0.04916612058877945,
302
+ "learning_rate": 2.7084972462627856e-06,
303
+ "loss": 0.0881,
304
+ "step": 18500
305
+ },
306
+ {
307
+ "epoch": 3.74,
308
+ "grad_norm": 0.015323754400014877,
309
+ "learning_rate": 1.970889063729347e-06,
310
+ "loss": 0.0683,
311
+ "step": 19000
312
+ },
313
+ {
314
+ "epoch": 3.84,
315
+ "grad_norm": 0.16511893272399902,
316
+ "learning_rate": 1.2332808811959087e-06,
317
+ "loss": 0.0694,
318
+ "step": 19500
319
+ },
320
+ {
321
+ "epoch": 3.93,
322
+ "grad_norm": 0.26697444915771484,
323
+ "learning_rate": 4.956726986624704e-07,
324
+ "loss": 0.0785,
325
+ "step": 20000
326
+ },
327
+ {
328
+ "epoch": 4.0,
329
+ "eval_Accuracy": 0.9562170336763676,
330
+ "eval_F1": 0.9394109540094941,
331
+ "eval_Precision": 0.9407074217951339,
332
+ "eval_Recall": 0.9381180548475889,
333
+ "eval_loss": 0.23856626451015472,
334
+ "eval_runtime": 101.2196,
335
+ "eval_samples_per_second": 267.843,
336
+ "eval_steps_per_second": 33.482,
337
+ "step": 20336
338
+ }
339
+ ],
340
+ "logging_steps": 500,
341
+ "max_steps": 20336,
342
+ "num_input_tokens_seen": 0,
343
+ "num_train_epochs": 4,
344
+ "save_steps": 500,
345
+ "total_flos": 1.61533152577983e+16,
346
+ "train_batch_size": 16,
347
+ "trial_name": null,
348
+ "trial_params": {
349
+ "_wandb": {},
350
+ "assignments": {},
351
+ "learning_rate": 3e-05,
352
+ "metric": "eval/loss",
353
+ "num_train_epochs": 4,
354
+ "per_device_train_batch_size": 16
355
+ }
356
+ }
run-hrrn3119/checkpoint-20336/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a32a0c0723e093fb9e4eedfc3d49c1c5731ca9445a4a2b2369f6539477f369a0
3
+ size 4920
run-hrrn3119/checkpoint-20336/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2f591bcc7bb3d751c372b9e555545d558094f5e42774fe55fce79687d449affc
3
  size 4920
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a32a0c0723e093fb9e4eedfc3d49c1c5731ca9445a4a2b2369f6539477f369a0
3
  size 4920