Grogros commited on
Commit
cbce0d4
·
verified ·
1 Parent(s): 974218c

Training in progress, step 1500, checkpoint

Browse files
checkpoint-1500/config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "Grogros/gpt2-kgw-k1-delta2.0-Scratch",
3
+ "activation_function": "gelu_new",
4
+ "architectures": [
5
+ "GPT2LMHeadModel"
6
+ ],
7
+ "attn_pdrop": 0.1,
8
+ "bos_token_id": 50256,
9
+ "embd_pdrop": 0.1,
10
+ "eos_token_id": 50256,
11
+ "initializer_range": 0.02,
12
+ "layer_norm_epsilon": 1e-05,
13
+ "model_type": "gpt2",
14
+ "n_ctx": 1024,
15
+ "n_embd": 768,
16
+ "n_head": 12,
17
+ "n_inner": null,
18
+ "n_layer": 12,
19
+ "n_positions": 1024,
20
+ "reorder_and_upcast_attn": false,
21
+ "resid_pdrop": 0.1,
22
+ "scale_attn_by_inverse_layer_idx": false,
23
+ "scale_attn_weights": true,
24
+ "summary_activation": null,
25
+ "summary_first_dropout": 0.1,
26
+ "summary_proj_to_labels": true,
27
+ "summary_type": "cls_index",
28
+ "summary_use_proj": true,
29
+ "task_specific_params": {
30
+ "text-generation": {
31
+ "do_sample": true,
32
+ "max_length": 50
33
+ }
34
+ },
35
+ "torch_dtype": "float32",
36
+ "transformers_version": "4.45.2",
37
+ "use_cache": true,
38
+ "vocab_size": 50263
39
+ }
checkpoint-1500/generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 50256,
4
+ "eos_token_id": 50256,
5
+ "transformers_version": "4.45.2"
6
+ }
checkpoint-1500/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea87db83c8b05dc56637e5d0f5d8666eaabc387a282d2d1d1f83e360200f789b
3
+ size 497792640
checkpoint-1500/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea6727ba1ccfd0596c59f2c086867145b39d9ea70f4fdd869d3550277f04daae
3
+ size 1385018
checkpoint-1500/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:368f7cb61a038c1dd4b8110f94c42f15d41eea3c64f1e1bd85e75bc9deb5bfcd
3
+ size 14244
checkpoint-1500/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50e0fa899b9afe4b9f410a947b2e82b267a415e5e533180013057e8a556bdbd5
3
+ size 1064
checkpoint-1500/trainer_state.json ADDED
@@ -0,0 +1,243 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.1002539767410774,
5
+ "eval_steps": 500,
6
+ "global_step": 1500,
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.00334179922470258,
13
+ "grad_norm": 11.090287208557129,
14
+ "learning_rate": 4.000000000000001e-06,
15
+ "loss": 5.1739,
16
+ "step": 50
17
+ },
18
+ {
19
+ "epoch": 0.00668359844940516,
20
+ "grad_norm": 0.2740594446659088,
21
+ "learning_rate": 8.000000000000001e-06,
22
+ "loss": 1.0311,
23
+ "step": 100
24
+ },
25
+ {
26
+ "epoch": 0.01002539767410774,
27
+ "grad_norm": 0.2221425324678421,
28
+ "learning_rate": 1.2e-05,
29
+ "loss": 0.8728,
30
+ "step": 150
31
+ },
32
+ {
33
+ "epoch": 0.01336719689881032,
34
+ "grad_norm": 0.20594573020935059,
35
+ "learning_rate": 1.6000000000000003e-05,
36
+ "loss": 0.7991,
37
+ "step": 200
38
+ },
39
+ {
40
+ "epoch": 0.016708996123512898,
41
+ "grad_norm": 0.19108366966247559,
42
+ "learning_rate": 2e-05,
43
+ "loss": 0.7699,
44
+ "step": 250
45
+ },
46
+ {
47
+ "epoch": 0.02005079534821548,
48
+ "grad_norm": 0.22920449078083038,
49
+ "learning_rate": 1.9975640502598243e-05,
50
+ "loss": 0.7129,
51
+ "step": 300
52
+ },
53
+ {
54
+ "epoch": 0.02339259457291806,
55
+ "grad_norm": 0.16409973800182343,
56
+ "learning_rate": 1.9902680687415704e-05,
57
+ "loss": 0.6788,
58
+ "step": 350
59
+ },
60
+ {
61
+ "epoch": 0.02673439379762064,
62
+ "grad_norm": 0.21055717766284943,
63
+ "learning_rate": 1.9781476007338058e-05,
64
+ "loss": 0.647,
65
+ "step": 400
66
+ },
67
+ {
68
+ "epoch": 0.030076193022323217,
69
+ "grad_norm": 0.18021100759506226,
70
+ "learning_rate": 1.961261695938319e-05,
71
+ "loss": 0.6656,
72
+ "step": 450
73
+ },
74
+ {
75
+ "epoch": 0.033417992247025796,
76
+ "grad_norm": 0.20338550209999084,
77
+ "learning_rate": 1.9396926207859085e-05,
78
+ "loss": 0.6397,
79
+ "step": 500
80
+ },
81
+ {
82
+ "epoch": 0.03675979147172838,
83
+ "grad_norm": 0.16770771145820618,
84
+ "learning_rate": 1.913545457642601e-05,
85
+ "loss": 0.6256,
86
+ "step": 550
87
+ },
88
+ {
89
+ "epoch": 0.04010159069643096,
90
+ "grad_norm": 0.185317724943161,
91
+ "learning_rate": 1.8829475928589272e-05,
92
+ "loss": 0.6258,
93
+ "step": 600
94
+ },
95
+ {
96
+ "epoch": 0.043443389921133536,
97
+ "grad_norm": 0.15783734619617462,
98
+ "learning_rate": 1.848048096156426e-05,
99
+ "loss": 0.6059,
100
+ "step": 650
101
+ },
102
+ {
103
+ "epoch": 0.04678518914583612,
104
+ "grad_norm": 0.1717253476381302,
105
+ "learning_rate": 1.8090169943749477e-05,
106
+ "loss": 0.6023,
107
+ "step": 700
108
+ },
109
+ {
110
+ "epoch": 0.0501269883705387,
111
+ "grad_norm": 0.1728314906358719,
112
+ "learning_rate": 1.766044443118978e-05,
113
+ "loss": 0.5959,
114
+ "step": 750
115
+ },
116
+ {
117
+ "epoch": 0.05346878759524128,
118
+ "grad_norm": 0.17687861621379852,
119
+ "learning_rate": 1.7193398003386514e-05,
120
+ "loss": 0.5894,
121
+ "step": 800
122
+ },
123
+ {
124
+ "epoch": 0.05681058681994386,
125
+ "grad_norm": 0.18289047479629517,
126
+ "learning_rate": 1.6691306063588583e-05,
127
+ "loss": 0.5898,
128
+ "step": 850
129
+ },
130
+ {
131
+ "epoch": 0.060152386044646435,
132
+ "grad_norm": 0.177517369389534,
133
+ "learning_rate": 1.6156614753256583e-05,
134
+ "loss": 0.5883,
135
+ "step": 900
136
+ },
137
+ {
138
+ "epoch": 0.06349418526934902,
139
+ "grad_norm": 0.17740458250045776,
140
+ "learning_rate": 1.5591929034707468e-05,
141
+ "loss": 0.5913,
142
+ "step": 950
143
+ },
144
+ {
145
+ "epoch": 0.06683598449405159,
146
+ "grad_norm": 0.16404500603675842,
147
+ "learning_rate": 1.5000000000000002e-05,
148
+ "loss": 0.5842,
149
+ "step": 1000
150
+ },
151
+ {
152
+ "epoch": 0.07017778371875417,
153
+ "grad_norm": 0.18010100722312927,
154
+ "learning_rate": 1.4383711467890776e-05,
155
+ "loss": 0.568,
156
+ "step": 1050
157
+ },
158
+ {
159
+ "epoch": 0.07351958294345676,
160
+ "grad_norm": 0.1666346937417984,
161
+ "learning_rate": 1.3746065934159123e-05,
162
+ "loss": 0.5667,
163
+ "step": 1100
164
+ },
165
+ {
166
+ "epoch": 0.07686138216815934,
167
+ "grad_norm": 0.18164004385471344,
168
+ "learning_rate": 1.3090169943749475e-05,
169
+ "loss": 0.562,
170
+ "step": 1150
171
+ },
172
+ {
173
+ "epoch": 0.08020318139286192,
174
+ "grad_norm": 0.16982343792915344,
175
+ "learning_rate": 1.2419218955996677e-05,
176
+ "loss": 0.5564,
177
+ "step": 1200
178
+ },
179
+ {
180
+ "epoch": 0.08354498061756449,
181
+ "grad_norm": 0.17339172959327698,
182
+ "learning_rate": 1.1736481776669307e-05,
183
+ "loss": 0.5596,
184
+ "step": 1250
185
+ },
186
+ {
187
+ "epoch": 0.08688677984226707,
188
+ "grad_norm": 0.16654901206493378,
189
+ "learning_rate": 1.1045284632676535e-05,
190
+ "loss": 0.5726,
191
+ "step": 1300
192
+ },
193
+ {
194
+ "epoch": 0.09022857906696966,
195
+ "grad_norm": 0.1794307380914688,
196
+ "learning_rate": 1.0348994967025012e-05,
197
+ "loss": 0.5403,
198
+ "step": 1350
199
+ },
200
+ {
201
+ "epoch": 0.09357037829167224,
202
+ "grad_norm": 0.15099531412124634,
203
+ "learning_rate": 9.651005032974994e-06,
204
+ "loss": 0.552,
205
+ "step": 1400
206
+ },
207
+ {
208
+ "epoch": 0.09691217751637482,
209
+ "grad_norm": 0.17503619194030762,
210
+ "learning_rate": 8.954715367323468e-06,
211
+ "loss": 0.5529,
212
+ "step": 1450
213
+ },
214
+ {
215
+ "epoch": 0.1002539767410774,
216
+ "grad_norm": 0.1650569587945938,
217
+ "learning_rate": 8.263518223330698e-06,
218
+ "loss": 0.5504,
219
+ "step": 1500
220
+ }
221
+ ],
222
+ "logging_steps": 50,
223
+ "max_steps": 2500,
224
+ "num_input_tokens_seen": 0,
225
+ "num_train_epochs": 1,
226
+ "save_steps": 500,
227
+ "stateful_callbacks": {
228
+ "TrainerControl": {
229
+ "args": {
230
+ "should_epoch_stop": false,
231
+ "should_evaluate": false,
232
+ "should_log": false,
233
+ "should_save": true,
234
+ "should_training_stop": false
235
+ },
236
+ "attributes": {}
237
+ }
238
+ },
239
+ "total_flos": 2.5084035072e+16,
240
+ "train_batch_size": 16,
241
+ "trial_name": null,
242
+ "trial_params": null
243
+ }
checkpoint-1500/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f4451be6363a6c8a91ad6bed776efd247ea772e27fca4be46257c99e33d9272
3
+ size 5304