samuelcolvin26 commited on
Commit
edf0b04
·
verified ·
1 Parent(s): dc1d7cd

Training in progress, epoch 3

Browse files
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:02eaab22eaf8b7f8499f06678b23398635fad086bb02fe61157a53590d6697f5
3
  size 498612824
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b048f7233047b63a5de21513f4e4d6f8f73a834011e3b5dcc507e98a168dab95
3
  size 498612824
run-hrrn3119/checkpoint-15252/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-15252/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
run-hrrn3119/checkpoint-15252/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b048f7233047b63a5de21513f4e4d6f8f73a834011e3b5dcc507e98a168dab95
3
+ size 498612824
run-hrrn3119/checkpoint-15252/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:687e84a3a45154b1ec6420f870b39e176bcbdb8099039286a0e2352268460f8c
3
+ size 997345530
run-hrrn3119/checkpoint-15252/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2fb6ab52bc5a58c12c7be8a1902f58eba863a1dc470845c393cac4bbd0bedd1
3
+ size 14180
run-hrrn3119/checkpoint-15252/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f36a8805450a91f443d328b275389a1e9c9801462207e1a20962add5942e3409
3
+ size 1064
run-hrrn3119/checkpoint-15252/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-15252/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-15252/trainer_state.json ADDED
@@ -0,0 +1,274 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 3.0,
5
+ "eval_steps": 500,
6
+ "global_step": 15252,
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
+ "logging_steps": 500,
259
+ "max_steps": 20336,
260
+ "num_input_tokens_seen": 0,
261
+ "num_train_epochs": 4,
262
+ "save_steps": 500,
263
+ "total_flos": 1.210881579535068e+16,
264
+ "train_batch_size": 16,
265
+ "trial_name": null,
266
+ "trial_params": {
267
+ "_wandb": {},
268
+ "assignments": {},
269
+ "learning_rate": 3e-05,
270
+ "metric": "eval/loss",
271
+ "num_train_epochs": 4,
272
+ "per_device_train_batch_size": 16
273
+ }
274
+ }
run-hrrn3119/checkpoint-15252/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-15252/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:36f43d303dbbb2c39c797d7b76fdbe02eceb981576a6fbb433d6cf9e3a096152
3
  size 4920
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a32a0c0723e093fb9e4eedfc3d49c1c5731ca9445a4a2b2369f6539477f369a0
3
  size 4920