Hank1 commited on
Commit
820f513
·
verified ·
1 Parent(s): e3bbb00

Upload 12 files

Browse files
deberta-qqp/checkpoint-11372/config.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "/ibex/user/anb/Model_merging/EMR_Merging-main/merge_lm/ckpts/deberta/deberta-base",
3
+ "architectures": [
4
+ "DebertaForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "hidden_act": "gelu",
8
+ "hidden_dropout_prob": 0.1,
9
+ "hidden_size": 768,
10
+ "initializer_range": 0.02,
11
+ "intermediate_size": 3072,
12
+ "layer_norm_eps": 1e-07,
13
+ "max_position_embeddings": 512,
14
+ "max_relative_positions": -1,
15
+ "model_type": "deberta",
16
+ "num_attention_heads": 12,
17
+ "num_hidden_layers": 12,
18
+ "pad_token_id": 0,
19
+ "pooler_dropout": 0,
20
+ "pooler_hidden_act": "gelu",
21
+ "pooler_hidden_size": 768,
22
+ "pos_att_type": [
23
+ "c2p",
24
+ "p2c"
25
+ ],
26
+ "position_biased_input": false,
27
+ "relative_attention": true,
28
+ "torch_dtype": "float32",
29
+ "transformers_version": "4.45.1",
30
+ "type_vocab_size": 0,
31
+ "vocab_size": 50265
32
+ }
deberta-qqp/checkpoint-11372/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
deberta-qqp/checkpoint-11372/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fec1def4cc671d4abe1cd3d0799afc0ba0737e3391f5c6ebd000e82ecf5a0cd7
3
+ size 556799560
deberta-qqp/checkpoint-11372/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d829f9c39255e31846c3452a3d9504a2829626bb40d7d5a3b8cb0d8f593bea2a
3
+ size 1113718138
deberta-qqp/checkpoint-11372/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b15e0024c9c8a9fa93123e91e814d8633969775eb8da219dc7415031539202e1
3
+ size 14244
deberta-qqp/checkpoint-11372/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dcb02368389a2944db4d46f009be72e3b09193ed8d718a7d39478b8665393be8
3
+ size 1064
deberta-qqp/checkpoint-11372/special_tokens_map.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "[CLS]",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "cls_token": {
10
+ "content": "[CLS]",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "eos_token": {
17
+ "content": "[SEP]",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "mask_token": {
24
+ "content": "[MASK]",
25
+ "lstrip": true,
26
+ "normalized": true,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "pad_token": {
31
+ "content": "[PAD]",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ },
37
+ "sep_token": {
38
+ "content": "[SEP]",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false
43
+ },
44
+ "unk_token": {
45
+ "content": "[UNK]",
46
+ "lstrip": false,
47
+ "normalized": false,
48
+ "rstrip": false,
49
+ "single_word": false
50
+ }
51
+ }
deberta-qqp/checkpoint-11372/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
deberta-qqp/checkpoint-11372/tokenizer_config.json ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_prefix_space": false,
4
+ "added_tokens_decoder": {
5
+ "0": {
6
+ "content": "[PAD]",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "1": {
14
+ "content": "[CLS]",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "2": {
22
+ "content": "[SEP]",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ },
29
+ "3": {
30
+ "content": "[UNK]",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": true
36
+ },
37
+ "50264": {
38
+ "content": "[MASK]",
39
+ "lstrip": true,
40
+ "normalized": true,
41
+ "rstrip": false,
42
+ "single_word": false,
43
+ "special": true
44
+ }
45
+ },
46
+ "bos_token": "[CLS]",
47
+ "clean_up_tokenization_spaces": false,
48
+ "cls_token": "[CLS]",
49
+ "do_lower_case": false,
50
+ "eos_token": "[SEP]",
51
+ "errors": "replace",
52
+ "mask_token": "[MASK]",
53
+ "model_max_length": 1000000000000000019884624838656,
54
+ "pad_token": "[PAD]",
55
+ "sep_token": "[SEP]",
56
+ "tokenizer_class": "DebertaTokenizer",
57
+ "unk_token": "[UNK]",
58
+ "vocab_type": "gpt2"
59
+ }
deberta-qqp/checkpoint-11372/trainer_state.json ADDED
@@ -0,0 +1,231 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.9007096582669913,
3
+ "best_model_checkpoint": "./deberta/deberta-qqp/checkpoint-11372",
4
+ "epoch": 4.0,
5
+ "eval_steps": 500,
6
+ "global_step": 11372,
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.17587055926837847,
13
+ "grad_norm": 3.8531415462493896,
14
+ "learning_rate": 1.9433227063407724e-05,
15
+ "loss": 0.4045,
16
+ "step": 500
17
+ },
18
+ {
19
+ "epoch": 0.35174111853675694,
20
+ "grad_norm": 2.7262914180755615,
21
+ "learning_rate": 1.8724760892667377e-05,
22
+ "loss": 0.2962,
23
+ "step": 1000
24
+ },
25
+ {
26
+ "epoch": 0.5276116778051354,
27
+ "grad_norm": 3.3588902950286865,
28
+ "learning_rate": 1.801629472192703e-05,
29
+ "loss": 0.2733,
30
+ "step": 1500
31
+ },
32
+ {
33
+ "epoch": 0.7034822370735139,
34
+ "grad_norm": 3.294558525085449,
35
+ "learning_rate": 1.7307828551186684e-05,
36
+ "loss": 0.26,
37
+ "step": 2000
38
+ },
39
+ {
40
+ "epoch": 0.8793527963418923,
41
+ "grad_norm": 2.744117498397827,
42
+ "learning_rate": 1.6599362380446334e-05,
43
+ "loss": 0.2518,
44
+ "step": 2500
45
+ },
46
+ {
47
+ "epoch": 1.0,
48
+ "eval_accuracy": 0.8997773930249815,
49
+ "eval_averaged_scores": 0.8820205469747713,
50
+ "eval_f1": 0.8642637009245612,
51
+ "eval_loss": 0.23822057247161865,
52
+ "eval_runtime": 29.0289,
53
+ "eval_samples_per_second": 1392.749,
54
+ "eval_steps_per_second": 10.886,
55
+ "step": 2843
56
+ },
57
+ {
58
+ "epoch": 1.0552233556102708,
59
+ "grad_norm": 2.7211148738861084,
60
+ "learning_rate": 1.5890896209705987e-05,
61
+ "loss": 0.2339,
62
+ "step": 3000
63
+ },
64
+ {
65
+ "epoch": 1.2310939148786493,
66
+ "grad_norm": 2.3029513359069824,
67
+ "learning_rate": 1.5182430038965641e-05,
68
+ "loss": 0.2013,
69
+ "step": 3500
70
+ },
71
+ {
72
+ "epoch": 1.4069644741470277,
73
+ "grad_norm": 2.8892529010772705,
74
+ "learning_rate": 1.4473963868225294e-05,
75
+ "loss": 0.1995,
76
+ "step": 4000
77
+ },
78
+ {
79
+ "epoch": 1.5828350334154062,
80
+ "grad_norm": 3.092597246170044,
81
+ "learning_rate": 1.3765497697484946e-05,
82
+ "loss": 0.1962,
83
+ "step": 4500
84
+ },
85
+ {
86
+ "epoch": 1.7587055926837847,
87
+ "grad_norm": 3.066741943359375,
88
+ "learning_rate": 1.30570315267446e-05,
89
+ "loss": 0.1956,
90
+ "step": 5000
91
+ },
92
+ {
93
+ "epoch": 1.9345761519521631,
94
+ "grad_norm": 2.238586664199829,
95
+ "learning_rate": 1.2348565356004251e-05,
96
+ "loss": 0.1924,
97
+ "step": 5500
98
+ },
99
+ {
100
+ "epoch": 2.0,
101
+ "eval_accuracy": 0.9083848627256987,
102
+ "eval_averaged_scores": 0.8931025778201656,
103
+ "eval_f1": 0.8778202929146325,
104
+ "eval_loss": 0.22309303283691406,
105
+ "eval_runtime": 28.5349,
106
+ "eval_samples_per_second": 1416.859,
107
+ "eval_steps_per_second": 11.074,
108
+ "step": 5686
109
+ },
110
+ {
111
+ "epoch": 2.1104467112205416,
112
+ "grad_norm": 3.8230233192443848,
113
+ "learning_rate": 1.1640099185263905e-05,
114
+ "loss": 0.1664,
115
+ "step": 6000
116
+ },
117
+ {
118
+ "epoch": 2.28631727048892,
119
+ "grad_norm": 2.2658090591430664,
120
+ "learning_rate": 1.0931633014523556e-05,
121
+ "loss": 0.1512,
122
+ "step": 6500
123
+ },
124
+ {
125
+ "epoch": 2.4621878297572986,
126
+ "grad_norm": 3.0441300868988037,
127
+ "learning_rate": 1.022316684378321e-05,
128
+ "loss": 0.1482,
129
+ "step": 7000
130
+ },
131
+ {
132
+ "epoch": 2.638058389025677,
133
+ "grad_norm": 3.4634249210357666,
134
+ "learning_rate": 9.514700673042863e-06,
135
+ "loss": 0.1475,
136
+ "step": 7500
137
+ },
138
+ {
139
+ "epoch": 2.8139289482940555,
140
+ "grad_norm": 3.0935544967651367,
141
+ "learning_rate": 8.806234502302515e-06,
142
+ "loss": 0.1504,
143
+ "step": 8000
144
+ },
145
+ {
146
+ "epoch": 2.989799507562434,
147
+ "grad_norm": 3.8666305541992188,
148
+ "learning_rate": 8.097768331562168e-06,
149
+ "loss": 0.1422,
150
+ "step": 8500
151
+ },
152
+ {
153
+ "epoch": 3.0,
154
+ "eval_accuracy": 0.9121444471926787,
155
+ "eval_averaged_scores": 0.8981692502004082,
156
+ "eval_f1": 0.8841940532081377,
157
+ "eval_loss": 0.22350537776947021,
158
+ "eval_runtime": 29.7406,
159
+ "eval_samples_per_second": 1359.42,
160
+ "eval_steps_per_second": 10.625,
161
+ "step": 8529
162
+ },
163
+ {
164
+ "epoch": 3.1656700668308124,
165
+ "grad_norm": 4.540077209472656,
166
+ "learning_rate": 7.389302160821822e-06,
167
+ "loss": 0.1134,
168
+ "step": 9000
169
+ },
170
+ {
171
+ "epoch": 3.341540626099191,
172
+ "grad_norm": 3.0426108837127686,
173
+ "learning_rate": 6.680835990081474e-06,
174
+ "loss": 0.1136,
175
+ "step": 9500
176
+ },
177
+ {
178
+ "epoch": 3.5174111853675694,
179
+ "grad_norm": 3.1100268363952637,
180
+ "learning_rate": 5.972369819341127e-06,
181
+ "loss": 0.1127,
182
+ "step": 10000
183
+ },
184
+ {
185
+ "epoch": 3.693281744635948,
186
+ "grad_norm": 2.454662561416626,
187
+ "learning_rate": 5.26390364860078e-06,
188
+ "loss": 0.1114,
189
+ "step": 10500
190
+ },
191
+ {
192
+ "epoch": 3.8691523039043263,
193
+ "grad_norm": 4.162189960479736,
194
+ "learning_rate": 4.555437477860433e-06,
195
+ "loss": 0.1116,
196
+ "step": 11000
197
+ },
198
+ {
199
+ "epoch": 4.0,
200
+ "eval_accuracy": 0.9150136037595845,
201
+ "eval_averaged_scores": 0.9007096582669913,
202
+ "eval_f1": 0.8864057127743983,
203
+ "eval_loss": 0.24532988667488098,
204
+ "eval_runtime": 29.8322,
205
+ "eval_samples_per_second": 1355.245,
206
+ "eval_steps_per_second": 10.593,
207
+ "step": 11372
208
+ }
209
+ ],
210
+ "logging_steps": 500,
211
+ "max_steps": 14215,
212
+ "num_input_tokens_seen": 0,
213
+ "num_train_epochs": 5,
214
+ "save_steps": 500,
215
+ "stateful_callbacks": {
216
+ "TrainerControl": {
217
+ "args": {
218
+ "should_epoch_stop": false,
219
+ "should_evaluate": false,
220
+ "should_log": false,
221
+ "should_save": true,
222
+ "should_training_stop": false
223
+ },
224
+ "attributes": {}
225
+ }
226
+ },
227
+ "total_flos": 7.47443196957658e+16,
228
+ "train_batch_size": 128,
229
+ "trial_name": null,
230
+ "trial_params": null
231
+ }
deberta-qqp/checkpoint-11372/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:faeb4d2b1daeec0bf53de26aedda3a621755a1068034a81aed5f53aa74540b46
3
+ size 5176
deberta-qqp/checkpoint-11372/vocab.json ADDED
The diff for this file is too large to render. See raw diff