wangjiawei2003 commited on
Commit
95c86c8
1 Parent(s): 3161cb8

Training in progress, epoch 2

Browse files
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cf18a7465401fcc61cb71532b6caa2080bc8041bf5a7ab3bfff157decd0062ec
3
  size 267832560
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a258d96246086939e3a0b55fad5bb11d9e867a6127846d1046764e9644c17596
3
  size 267832560
run-2/checkpoint-16838/config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert-base-uncased",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForSequenceClassification"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "hidden_dim": 3072,
11
+ "initializer_range": 0.02,
12
+ "max_position_embeddings": 512,
13
+ "model_type": "distilbert",
14
+ "n_heads": 12,
15
+ "n_layers": 6,
16
+ "pad_token_id": 0,
17
+ "problem_type": "single_label_classification",
18
+ "qa_dropout": 0.1,
19
+ "seq_classif_dropout": 0.2,
20
+ "sinusoidal_pos_embds": false,
21
+ "tie_weights_": true,
22
+ "torch_dtype": "float32",
23
+ "transformers_version": "4.40.2",
24
+ "vocab_size": 30522
25
+ }
run-2/checkpoint-16838/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a258d96246086939e3a0b55fad5bb11d9e867a6127846d1046764e9644c17596
3
+ size 267832560
run-2/checkpoint-16838/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3e7290f2584fad0a7324d371d847b9544efbd2019c22abea75dd4a5c04ff2b8
3
+ size 535727290
run-2/checkpoint-16838/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73a2de6ea4d8d29abddb676bb93a928d4023bdfbe3bb79dac4c4b36727f4bde8
3
+ size 14244
run-2/checkpoint-16838/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d3bfbe126bb47d9e1c729241d84098a51f1ef974b1eaf3a6b082cca5e32b268
3
+ size 1064
run-2/checkpoint-16838/special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
run-2/checkpoint-16838/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-2/checkpoint-16838/tokenizer_config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "100": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "101": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "102": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "103": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "clean_up_tokenization_spaces": true,
45
+ "cls_token": "[CLS]",
46
+ "do_lower_case": true,
47
+ "mask_token": "[MASK]",
48
+ "model_max_length": 512,
49
+ "pad_token": "[PAD]",
50
+ "sep_token": "[SEP]",
51
+ "strip_accents": null,
52
+ "tokenize_chinese_chars": true,
53
+ "tokenizer_class": "DistilBertTokenizer",
54
+ "unk_token": "[UNK]"
55
+ }
run-2/checkpoint-16838/trainer_state.json ADDED
@@ -0,0 +1,275 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.9013761467889908,
3
+ "best_model_checkpoint": "distilbert-base-uncased-finetuned-sst2/run-2/checkpoint-16838",
4
+ "epoch": 2.0,
5
+ "eval_steps": 500,
6
+ "global_step": 16838,
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.05938947618482005,
13
+ "grad_norm": 6.959882736206055,
14
+ "learning_rate": 2.20446303880587e-06,
15
+ "loss": 0.5244,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 0.1187789523696401,
20
+ "grad_norm": 27.900440216064453,
21
+ "learning_rate": 2.1599410240462895e-06,
22
+ "loss": 0.3407,
23
+ "step": 1000
24
+ },
25
+ {
26
+ "epoch": 0.17816842855446016,
27
+ "grad_norm": 16.400848388671875,
28
+ "learning_rate": 2.115419009286709e-06,
29
+ "loss": 0.3444,
30
+ "step": 1500
31
+ },
32
+ {
33
+ "epoch": 0.2375579047392802,
34
+ "grad_norm": 16.666898727416992,
35
+ "learning_rate": 2.0708969945271283e-06,
36
+ "loss": 0.3153,
37
+ "step": 2000
38
+ },
39
+ {
40
+ "epoch": 0.2969473809241002,
41
+ "grad_norm": 22.084596633911133,
42
+ "learning_rate": 2.026374979767548e-06,
43
+ "loss": 0.3076,
44
+ "step": 2500
45
+ },
46
+ {
47
+ "epoch": 0.3563368571089203,
48
+ "grad_norm": 42.26548385620117,
49
+ "learning_rate": 1.9818529650079676e-06,
50
+ "loss": 0.3228,
51
+ "step": 3000
52
+ },
53
+ {
54
+ "epoch": 0.41572633329374037,
55
+ "grad_norm": 48.90976333618164,
56
+ "learning_rate": 1.937330950248387e-06,
57
+ "loss": 0.3099,
58
+ "step": 3500
59
+ },
60
+ {
61
+ "epoch": 0.4751158094785604,
62
+ "grad_norm": 23.298206329345703,
63
+ "learning_rate": 1.8928089354888066e-06,
64
+ "loss": 0.2982,
65
+ "step": 4000
66
+ },
67
+ {
68
+ "epoch": 0.5345052856633804,
69
+ "grad_norm": 31.678531646728516,
70
+ "learning_rate": 1.848286920729226e-06,
71
+ "loss": 0.3012,
72
+ "step": 4500
73
+ },
74
+ {
75
+ "epoch": 0.5938947618482004,
76
+ "grad_norm": 14.523043632507324,
77
+ "learning_rate": 1.8037649059696455e-06,
78
+ "loss": 0.3075,
79
+ "step": 5000
80
+ },
81
+ {
82
+ "epoch": 0.6532842380330206,
83
+ "grad_norm": 2.0264182090759277,
84
+ "learning_rate": 1.7592428912100647e-06,
85
+ "loss": 0.2902,
86
+ "step": 5500
87
+ },
88
+ {
89
+ "epoch": 0.7126737142178406,
90
+ "grad_norm": 1.4845110177993774,
91
+ "learning_rate": 1.7147208764504845e-06,
92
+ "loss": 0.2929,
93
+ "step": 6000
94
+ },
95
+ {
96
+ "epoch": 0.7720631904026607,
97
+ "grad_norm": 21.62343406677246,
98
+ "learning_rate": 1.6701988616909037e-06,
99
+ "loss": 0.3003,
100
+ "step": 6500
101
+ },
102
+ {
103
+ "epoch": 0.8314526665874807,
104
+ "grad_norm": 6.294283866882324,
105
+ "learning_rate": 1.6256768469313231e-06,
106
+ "loss": 0.2949,
107
+ "step": 7000
108
+ },
109
+ {
110
+ "epoch": 0.8908421427723008,
111
+ "grad_norm": 52.94987106323242,
112
+ "learning_rate": 1.5811548321717428e-06,
113
+ "loss": 0.2685,
114
+ "step": 7500
115
+ },
116
+ {
117
+ "epoch": 0.9502316189571208,
118
+ "grad_norm": 10.51728343963623,
119
+ "learning_rate": 1.5366328174121622e-06,
120
+ "loss": 0.299,
121
+ "step": 8000
122
+ },
123
+ {
124
+ "epoch": 1.0,
125
+ "eval_accuracy": 0.8979357798165137,
126
+ "eval_loss": 0.33407795429229736,
127
+ "eval_runtime": 1.2282,
128
+ "eval_samples_per_second": 709.994,
129
+ "eval_steps_per_second": 44.782,
130
+ "step": 8419
131
+ },
132
+ {
133
+ "epoch": 1.0096210951419409,
134
+ "grad_norm": 0.3329325318336487,
135
+ "learning_rate": 1.4921108026525816e-06,
136
+ "loss": 0.2627,
137
+ "step": 8500
138
+ },
139
+ {
140
+ "epoch": 1.0690105713267608,
141
+ "grad_norm": 2.096174716949463,
142
+ "learning_rate": 1.4475887878930012e-06,
143
+ "loss": 0.2634,
144
+ "step": 9000
145
+ },
146
+ {
147
+ "epoch": 1.128400047511581,
148
+ "grad_norm": 6.27714729309082,
149
+ "learning_rate": 1.4030667731334206e-06,
150
+ "loss": 0.2496,
151
+ "step": 9500
152
+ },
153
+ {
154
+ "epoch": 1.187789523696401,
155
+ "grad_norm": 7.023980140686035,
156
+ "learning_rate": 1.35854475837384e-06,
157
+ "loss": 0.2545,
158
+ "step": 10000
159
+ },
160
+ {
161
+ "epoch": 1.247178999881221,
162
+ "grad_norm": 4.648576259613037,
163
+ "learning_rate": 1.3140227436142597e-06,
164
+ "loss": 0.2437,
165
+ "step": 10500
166
+ },
167
+ {
168
+ "epoch": 1.3065684760660412,
169
+ "grad_norm": 9.04944133758545,
170
+ "learning_rate": 1.269500728854679e-06,
171
+ "loss": 0.2786,
172
+ "step": 11000
173
+ },
174
+ {
175
+ "epoch": 1.3659579522508611,
176
+ "grad_norm": 46.005550384521484,
177
+ "learning_rate": 1.2249787140950985e-06,
178
+ "loss": 0.2505,
179
+ "step": 11500
180
+ },
181
+ {
182
+ "epoch": 1.425347428435681,
183
+ "grad_norm": 9.347773551940918,
184
+ "learning_rate": 1.1804566993355181e-06,
185
+ "loss": 0.253,
186
+ "step": 12000
187
+ },
188
+ {
189
+ "epoch": 1.4847369046205012,
190
+ "grad_norm": 0.32879364490509033,
191
+ "learning_rate": 1.1359346845759375e-06,
192
+ "loss": 0.2645,
193
+ "step": 12500
194
+ },
195
+ {
196
+ "epoch": 1.5441263808053214,
197
+ "grad_norm": 5.314579963684082,
198
+ "learning_rate": 1.0914126698163572e-06,
199
+ "loss": 0.245,
200
+ "step": 13000
201
+ },
202
+ {
203
+ "epoch": 1.6035158569901413,
204
+ "grad_norm": 109.37725067138672,
205
+ "learning_rate": 1.0468906550567764e-06,
206
+ "loss": 0.254,
207
+ "step": 13500
208
+ },
209
+ {
210
+ "epoch": 1.6629053331749613,
211
+ "grad_norm": 31.469161987304688,
212
+ "learning_rate": 1.002368640297196e-06,
213
+ "loss": 0.2301,
214
+ "step": 14000
215
+ },
216
+ {
217
+ "epoch": 1.7222948093597814,
218
+ "grad_norm": 70.80547332763672,
219
+ "learning_rate": 9.578466255376154e-07,
220
+ "loss": 0.2229,
221
+ "step": 14500
222
+ },
223
+ {
224
+ "epoch": 1.7816842855446016,
225
+ "grad_norm": 0.23098599910736084,
226
+ "learning_rate": 9.133246107780349e-07,
227
+ "loss": 0.2528,
228
+ "step": 15000
229
+ },
230
+ {
231
+ "epoch": 1.8410737617294215,
232
+ "grad_norm": 32.48334503173828,
233
+ "learning_rate": 8.688025960184545e-07,
234
+ "loss": 0.2302,
235
+ "step": 15500
236
+ },
237
+ {
238
+ "epoch": 1.9004632379142414,
239
+ "grad_norm": 7.071863651275635,
240
+ "learning_rate": 8.242805812588738e-07,
241
+ "loss": 0.2388,
242
+ "step": 16000
243
+ },
244
+ {
245
+ "epoch": 1.9598527140990618,
246
+ "grad_norm": 24.40359115600586,
247
+ "learning_rate": 7.797585664992933e-07,
248
+ "loss": 0.2594,
249
+ "step": 16500
250
+ },
251
+ {
252
+ "epoch": 2.0,
253
+ "eval_accuracy": 0.9013761467889908,
254
+ "eval_loss": 0.37052449584007263,
255
+ "eval_runtime": 1.2139,
256
+ "eval_samples_per_second": 718.356,
257
+ "eval_steps_per_second": 45.309,
258
+ "step": 16838
259
+ }
260
+ ],
261
+ "logging_steps": 500,
262
+ "max_steps": 25257,
263
+ "num_input_tokens_seen": 0,
264
+ "num_train_epochs": 3,
265
+ "save_steps": 500,
266
+ "total_flos": 1015661955972156.0,
267
+ "train_batch_size": 8,
268
+ "trial_name": null,
269
+ "trial_params": {
270
+ "learning_rate": 2.2489850535654507e-06,
271
+ "num_train_epochs": 3,
272
+ "per_device_train_batch_size": 8,
273
+ "seed": 11
274
+ }
275
+ }
run-2/checkpoint-16838/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f28c54c631beb4aad19ce06fef9fbf9a411e80177ae39964fa9c31526a231b3
3
+ size 5048
run-2/checkpoint-16838/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
runs/May14_13-42-22_d0b6fd4b0e89/events.out.tfevents.1715698909.d0b6fd4b0e89.396.4 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b79ef833c1dbffa42afcd3532e667a85874d91099cb0c9cc1d7dfc82baf10add
3
- size 8759
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:259da8a5606b186ca87058a59262f9bd59eac44c18b7cd16864fa1d225ae7d6f
3
+ size 12687