jim12345 commited on
Commit
5a04f1d
·
verified ·
1 Parent(s): b9f4dd6

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "huawei-noah/TinyBERT_General_4L_312D",
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
 
1
  {
2
+ "_name_or_path": "jim12345/TinyBERT_General_4L_312D-finetuned-qqp",
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3cd1057583a4afca57eb3306e67d26ca26137c7e4ab2818570ba4da0d0a8dedd
3
  size 57411808
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:74e274ca98b00873817565aea9e7ff45bbfa55e22bc65659ee024b15e5776fa4
3
  size 57411808
run-0/checkpoint-22741/config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "jim12345/TinyBERT_General_4L_312D-finetuned-qqp",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "cell": {},
8
+ "classifier_dropout": null,
9
+ "emb_size": 312,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 312,
13
+ "initializer_range": 0.02,
14
+ "intermediate_size": 1200,
15
+ "layer_norm_eps": 1e-12,
16
+ "max_position_embeddings": 512,
17
+ "model_type": "bert",
18
+ "num_attention_heads": 12,
19
+ "num_hidden_layers": 4,
20
+ "pad_token_id": 0,
21
+ "position_embedding_type": "absolute",
22
+ "pre_trained": "",
23
+ "problem_type": "single_label_classification",
24
+ "structure": [],
25
+ "torch_dtype": "float32",
26
+ "transformers_version": "4.48.3",
27
+ "type_vocab_size": 2,
28
+ "use_cache": true,
29
+ "vocab_size": 30522
30
+ }
run-0/checkpoint-22741/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:74e274ca98b00873817565aea9e7ff45bbfa55e22bc65659ee024b15e5776fa4
3
+ size 57411808
run-0/checkpoint-22741/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b87e6b7233f677bb6074f8518673ae522f1bdf02d3cb1bea5d9b22c47a4e0e6
3
+ size 114865914
run-0/checkpoint-22741/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:762b12875ae49e5a22b989b85f5e948dd25aade37d88c7c1156c3a2fffaa0d6b
3
+ size 14244
run-0/checkpoint-22741/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f45bb632bed2f40fccdc5801be87bcac2b9fc2a857c8eaedad0aabd366409c2
3
+ size 1064
run-0/checkpoint-22741/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-0/checkpoint-22741/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-0/checkpoint-22741/tokenizer_config.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_basic_tokenize": true,
47
+ "do_lower_case": true,
48
+ "extra_special_tokens": {},
49
+ "mask_token": "[MASK]",
50
+ "model_max_length": 1000000000000000019884624838656,
51
+ "never_split": null,
52
+ "pad_token": "[PAD]",
53
+ "sep_token": "[SEP]",
54
+ "strip_accents": null,
55
+ "tokenize_chinese_chars": true,
56
+ "tokenizer_class": "BertTokenizer",
57
+ "unk_token": "[UNK]"
58
+ }
run-0/checkpoint-22741/trainer_state.json ADDED
@@ -0,0 +1,353 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 1.0,
5
+ "eval_steps": 500,
6
+ "global_step": 22741,
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.021986720021107253,
13
+ "grad_norm": 3.232280969619751,
14
+ "learning_rate": 5.300617165851152e-05,
15
+ "loss": 0.2752,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 0.043973440042214505,
20
+ "grad_norm": 5.631597518920898,
21
+ "learning_rate": 5.1814539725178676e-05,
22
+ "loss": 0.2844,
23
+ "step": 1000
24
+ },
25
+ {
26
+ "epoch": 0.06596016006332175,
27
+ "grad_norm": 15.601012229919434,
28
+ "learning_rate": 5.0622907791845836e-05,
29
+ "loss": 0.2709,
30
+ "step": 1500
31
+ },
32
+ {
33
+ "epoch": 0.08794688008442901,
34
+ "grad_norm": 5.61612606048584,
35
+ "learning_rate": 4.9431275858512995e-05,
36
+ "loss": 0.2802,
37
+ "step": 2000
38
+ },
39
+ {
40
+ "epoch": 0.10993360010553625,
41
+ "grad_norm": 18.510770797729492,
42
+ "learning_rate": 4.823964392518015e-05,
43
+ "loss": 0.2813,
44
+ "step": 2500
45
+ },
46
+ {
47
+ "epoch": 0.1319203201266435,
48
+ "grad_norm": 11.217623710632324,
49
+ "learning_rate": 4.704801199184731e-05,
50
+ "loss": 0.2733,
51
+ "step": 3000
52
+ },
53
+ {
54
+ "epoch": 0.15390704014775075,
55
+ "grad_norm": 8.069157600402832,
56
+ "learning_rate": 4.585638005851446e-05,
57
+ "loss": 0.2797,
58
+ "step": 3500
59
+ },
60
+ {
61
+ "epoch": 0.17589376016885802,
62
+ "grad_norm": 18.08821678161621,
63
+ "learning_rate": 4.4664748125181614e-05,
64
+ "loss": 0.2873,
65
+ "step": 4000
66
+ },
67
+ {
68
+ "epoch": 0.19788048018996526,
69
+ "grad_norm": 11.280226707458496,
70
+ "learning_rate": 4.3473116191848774e-05,
71
+ "loss": 0.2869,
72
+ "step": 4500
73
+ },
74
+ {
75
+ "epoch": 0.2198672002110725,
76
+ "grad_norm": 3.7686078548431396,
77
+ "learning_rate": 4.2281484258515934e-05,
78
+ "loss": 0.2787,
79
+ "step": 5000
80
+ },
81
+ {
82
+ "epoch": 0.24185392023217978,
83
+ "grad_norm": 16.037321090698242,
84
+ "learning_rate": 4.108985232518309e-05,
85
+ "loss": 0.2728,
86
+ "step": 5500
87
+ },
88
+ {
89
+ "epoch": 0.263840640253287,
90
+ "grad_norm": 19.072811126708984,
91
+ "learning_rate": 3.989822039185025e-05,
92
+ "loss": 0.2839,
93
+ "step": 6000
94
+ },
95
+ {
96
+ "epoch": 0.28582736027439426,
97
+ "grad_norm": 10.007956504821777,
98
+ "learning_rate": 3.870658845851741e-05,
99
+ "loss": 0.2627,
100
+ "step": 6500
101
+ },
102
+ {
103
+ "epoch": 0.3078140802955015,
104
+ "grad_norm": 9.80030345916748,
105
+ "learning_rate": 3.751495652518456e-05,
106
+ "loss": 0.2741,
107
+ "step": 7000
108
+ },
109
+ {
110
+ "epoch": 0.32980080031660874,
111
+ "grad_norm": 15.233572959899902,
112
+ "learning_rate": 3.632332459185172e-05,
113
+ "loss": 0.2792,
114
+ "step": 7500
115
+ },
116
+ {
117
+ "epoch": 0.35178752033771604,
118
+ "grad_norm": 9.426636695861816,
119
+ "learning_rate": 3.513169265851888e-05,
120
+ "loss": 0.2758,
121
+ "step": 8000
122
+ },
123
+ {
124
+ "epoch": 0.3737742403588233,
125
+ "grad_norm": 12.810172080993652,
126
+ "learning_rate": 3.394006072518603e-05,
127
+ "loss": 0.2625,
128
+ "step": 8500
129
+ },
130
+ {
131
+ "epoch": 0.3957609603799305,
132
+ "grad_norm": 14.27669620513916,
133
+ "learning_rate": 3.274842879185319e-05,
134
+ "loss": 0.2668,
135
+ "step": 9000
136
+ },
137
+ {
138
+ "epoch": 0.41774768040103777,
139
+ "grad_norm": 13.52592945098877,
140
+ "learning_rate": 3.1556796858520345e-05,
141
+ "loss": 0.2747,
142
+ "step": 9500
143
+ },
144
+ {
145
+ "epoch": 0.439734400422145,
146
+ "grad_norm": 6.92447566986084,
147
+ "learning_rate": 3.0365164925187502e-05,
148
+ "loss": 0.2677,
149
+ "step": 10000
150
+ },
151
+ {
152
+ "epoch": 0.46172112044325225,
153
+ "grad_norm": 5.093660354614258,
154
+ "learning_rate": 2.9173532991854658e-05,
155
+ "loss": 0.2591,
156
+ "step": 10500
157
+ },
158
+ {
159
+ "epoch": 0.48370784046435955,
160
+ "grad_norm": 1.4967374801635742,
161
+ "learning_rate": 2.7981901058521818e-05,
162
+ "loss": 0.2629,
163
+ "step": 11000
164
+ },
165
+ {
166
+ "epoch": 0.5056945604854668,
167
+ "grad_norm": 9.669052124023438,
168
+ "learning_rate": 2.6790269125188974e-05,
169
+ "loss": 0.2598,
170
+ "step": 11500
171
+ },
172
+ {
173
+ "epoch": 0.527681280506574,
174
+ "grad_norm": 5.366542339324951,
175
+ "learning_rate": 2.559863719185613e-05,
176
+ "loss": 0.2736,
177
+ "step": 12000
178
+ },
179
+ {
180
+ "epoch": 0.5496680005276813,
181
+ "grad_norm": 8.824047088623047,
182
+ "learning_rate": 2.440700525852329e-05,
183
+ "loss": 0.2713,
184
+ "step": 12500
185
+ },
186
+ {
187
+ "epoch": 0.5716547205487885,
188
+ "grad_norm": 15.082524299621582,
189
+ "learning_rate": 2.3215373325190447e-05,
190
+ "loss": 0.2631,
191
+ "step": 13000
192
+ },
193
+ {
194
+ "epoch": 0.5936414405698958,
195
+ "grad_norm": 18.26800537109375,
196
+ "learning_rate": 2.2023741391857604e-05,
197
+ "loss": 0.2575,
198
+ "step": 13500
199
+ },
200
+ {
201
+ "epoch": 0.615628160591003,
202
+ "grad_norm": 12.72653579711914,
203
+ "learning_rate": 2.083210945852476e-05,
204
+ "loss": 0.2625,
205
+ "step": 14000
206
+ },
207
+ {
208
+ "epoch": 0.6376148806121102,
209
+ "grad_norm": 7.0168256759643555,
210
+ "learning_rate": 1.9640477525191916e-05,
211
+ "loss": 0.2564,
212
+ "step": 14500
213
+ },
214
+ {
215
+ "epoch": 0.6596016006332175,
216
+ "grad_norm": 11.12606143951416,
217
+ "learning_rate": 1.8448845591859073e-05,
218
+ "loss": 0.2594,
219
+ "step": 15000
220
+ },
221
+ {
222
+ "epoch": 0.6815883206543248,
223
+ "grad_norm": 9.376869201660156,
224
+ "learning_rate": 1.7257213658526233e-05,
225
+ "loss": 0.2734,
226
+ "step": 15500
227
+ },
228
+ {
229
+ "epoch": 0.7035750406754321,
230
+ "grad_norm": 15.819753646850586,
231
+ "learning_rate": 1.606558172519339e-05,
232
+ "loss": 0.2494,
233
+ "step": 16000
234
+ },
235
+ {
236
+ "epoch": 0.7255617606965393,
237
+ "grad_norm": 5.1129374504089355,
238
+ "learning_rate": 1.4873949791860547e-05,
239
+ "loss": 0.2554,
240
+ "step": 16500
241
+ },
242
+ {
243
+ "epoch": 0.7475484807176466,
244
+ "grad_norm": 22.13513946533203,
245
+ "learning_rate": 1.3682317858527702e-05,
246
+ "loss": 0.2449,
247
+ "step": 17000
248
+ },
249
+ {
250
+ "epoch": 0.7695352007387538,
251
+ "grad_norm": 13.828417778015137,
252
+ "learning_rate": 1.249068592519486e-05,
253
+ "loss": 0.2558,
254
+ "step": 17500
255
+ },
256
+ {
257
+ "epoch": 0.791521920759861,
258
+ "grad_norm": 15.22836685180664,
259
+ "learning_rate": 1.1299053991862017e-05,
260
+ "loss": 0.2415,
261
+ "step": 18000
262
+ },
263
+ {
264
+ "epoch": 0.8135086407809683,
265
+ "grad_norm": 9.662595748901367,
266
+ "learning_rate": 1.0107422058529175e-05,
267
+ "loss": 0.2497,
268
+ "step": 18500
269
+ },
270
+ {
271
+ "epoch": 0.8354953608020755,
272
+ "grad_norm": 10.890246391296387,
273
+ "learning_rate": 8.915790125196331e-06,
274
+ "loss": 0.246,
275
+ "step": 19000
276
+ },
277
+ {
278
+ "epoch": 0.8574820808231828,
279
+ "grad_norm": 15.275935173034668,
280
+ "learning_rate": 7.724158191863488e-06,
281
+ "loss": 0.2514,
282
+ "step": 19500
283
+ },
284
+ {
285
+ "epoch": 0.87946880084429,
286
+ "grad_norm": 14.517071723937988,
287
+ "learning_rate": 6.532526258530645e-06,
288
+ "loss": 0.2448,
289
+ "step": 20000
290
+ },
291
+ {
292
+ "epoch": 0.9014555208653973,
293
+ "grad_norm": 14.82449722290039,
294
+ "learning_rate": 5.340894325197802e-06,
295
+ "loss": 0.2441,
296
+ "step": 20500
297
+ },
298
+ {
299
+ "epoch": 0.9234422408865045,
300
+ "grad_norm": 6.244806289672852,
301
+ "learning_rate": 4.149262391864959e-06,
302
+ "loss": 0.2422,
303
+ "step": 21000
304
+ },
305
+ {
306
+ "epoch": 0.9454289609076117,
307
+ "grad_norm": 4.309006214141846,
308
+ "learning_rate": 2.9576304585321163e-06,
309
+ "loss": 0.2432,
310
+ "step": 21500
311
+ },
312
+ {
313
+ "epoch": 0.9674156809287191,
314
+ "grad_norm": 14.54212474822998,
315
+ "learning_rate": 1.7659985251992733e-06,
316
+ "loss": 0.2344,
317
+ "step": 22000
318
+ },
319
+ {
320
+ "epoch": 0.9894024009498263,
321
+ "grad_norm": 10.163171768188477,
322
+ "learning_rate": 5.743665918664302e-07,
323
+ "loss": 0.2499,
324
+ "step": 22500
325
+ }
326
+ ],
327
+ "logging_steps": 500,
328
+ "max_steps": 22741,
329
+ "num_input_tokens_seen": 0,
330
+ "num_train_epochs": 1,
331
+ "save_steps": 500,
332
+ "stateful_callbacks": {
333
+ "TrainerControl": {
334
+ "args": {
335
+ "should_epoch_stop": false,
336
+ "should_evaluate": false,
337
+ "should_log": false,
338
+ "should_save": true,
339
+ "should_training_stop": true
340
+ },
341
+ "attributes": {}
342
+ }
343
+ },
344
+ "total_flos": 605843650864704.0,
345
+ "train_batch_size": 16,
346
+ "trial_name": null,
347
+ "trial_params": {
348
+ "learning_rate": 5.419780359184436e-05,
349
+ "num_train_epochs": 1,
350
+ "per_device_train_batch_size": 16,
351
+ "seed": 38
352
+ }
353
+ }
run-0/checkpoint-22741/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d26d841eda3932bc7a4c1e0caf218dff6aa5cce82245d39949343f8a170fae21
3
+ size 5368
run-0/checkpoint-22741/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
runs/Mar17_05-45-14_3e7b533b70e4/events.out.tfevents.1742190557.3e7b533b70e4.1046.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77228a46ff512c5061b9b9d8410b43d66e024655fe4a56bf34187c8bdef8da0a
3
+ size 14841
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d8c2acda82e6cdee24bfaa46653b1418994f0bb7dd2e51f6349f91b28400c4a9
3
  size 5368
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d26d841eda3932bc7a4c1e0caf218dff6aa5cce82245d39949343f8a170fae21
3
  size 5368