8BitStudio commited on
Commit
47f0543
·
verified ·
1 Parent(s): 1702df5

Training in progress, step 2000, checkpoint

Browse files
last-checkpoint/config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation_function": "gelu_new",
3
+ "architectures": [
4
+ "GPT2LMHeadModel"
5
+ ],
6
+ "attn_pdrop": 0.1,
7
+ "bos_token_id": 50256,
8
+ "dtype": "bfloat16",
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_embd": 1536,
15
+ "n_head": 24,
16
+ "n_inner": null,
17
+ "n_layer": 24,
18
+ "n_positions": 2048,
19
+ "reorder_and_upcast_attn": false,
20
+ "resid_pdrop": 0.1,
21
+ "scale_attn_by_inverse_layer_idx": false,
22
+ "scale_attn_weights": true,
23
+ "summary_activation": null,
24
+ "summary_first_dropout": 0.1,
25
+ "summary_proj_to_labels": true,
26
+ "summary_type": "cls_index",
27
+ "summary_use_proj": true,
28
+ "transformers_version": "4.57.3",
29
+ "use_cache": false,
30
+ "vocab_size": 50257
31
+ }
last-checkpoint/generation_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 50256,
4
+ "eos_token_id": 50256,
5
+ "transformers_version": "4.57.3",
6
+ "use_cache": false
7
+ }
last-checkpoint/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
last-checkpoint/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d307d63e2bd5721810a84f6c0aded4fa80bef46ee1e253293ea2ea57f13b2b35
3
+ size 1520630616
last-checkpoint/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec9a01e5ca2a705c9e40bcd141b1b30c981cdb1ecde544437140b15a37cec10c
3
+ size 3041448587
last-checkpoint/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:181e60f1f01e165fe1ea237e5ea1bc5e876c0b1a74e9355ac894a44ab5895cb2
3
+ size 14645
last-checkpoint/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e91a2aad683dbb34b2ed1315719473de36da58f4dbb5b8ab53f09c5f23b65cac
3
+ size 1465
last-checkpoint/special_tokens_map.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<|endoftext|>",
3
+ "eos_token": "<|endoftext|>",
4
+ "pad_token": "<|endoftext|>",
5
+ "unk_token": "<|endoftext|>"
6
+ }
last-checkpoint/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
last-checkpoint/tokenizer_config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "50256": {
5
+ "content": "<|endoftext|>",
6
+ "lstrip": false,
7
+ "normalized": true,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ }
12
+ },
13
+ "bos_token": "<|endoftext|>",
14
+ "clean_up_tokenization_spaces": false,
15
+ "eos_token": "<|endoftext|>",
16
+ "extra_special_tokens": {},
17
+ "model_max_length": 1024,
18
+ "pad_token": "<|endoftext|>",
19
+ "tokenizer_class": "GPT2Tokenizer",
20
+ "unk_token": "<|endoftext|>"
21
+ }
last-checkpoint/trainer_state.json ADDED
@@ -0,0 +1,314 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 0.02185792349726776,
6
+ "eval_steps": 500,
7
+ "global_step": 2000,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 0.000546448087431694,
14
+ "grad_norm": 5.3125,
15
+ "learning_rate": 6.124999999999999e-06,
16
+ "loss": 9.6445,
17
+ "step": 50
18
+ },
19
+ {
20
+ "epoch": 0.001092896174863388,
21
+ "grad_norm": 5.40625,
22
+ "learning_rate": 1.2375e-05,
23
+ "loss": 8.1001,
24
+ "step": 100
25
+ },
26
+ {
27
+ "epoch": 0.001639344262295082,
28
+ "grad_norm": 4.0,
29
+ "learning_rate": 1.8625e-05,
30
+ "loss": 7.5007,
31
+ "step": 150
32
+ },
33
+ {
34
+ "epoch": 0.002185792349726776,
35
+ "grad_norm": 6.125,
36
+ "learning_rate": 2.4874999999999998e-05,
37
+ "loss": 7.0884,
38
+ "step": 200
39
+ },
40
+ {
41
+ "epoch": 0.00273224043715847,
42
+ "grad_norm": 3.703125,
43
+ "learning_rate": 3.1125e-05,
44
+ "loss": 6.6637,
45
+ "step": 250
46
+ },
47
+ {
48
+ "epoch": 0.003278688524590164,
49
+ "grad_norm": 3.25,
50
+ "learning_rate": 3.7375e-05,
51
+ "loss": 6.3275,
52
+ "step": 300
53
+ },
54
+ {
55
+ "epoch": 0.003825136612021858,
56
+ "grad_norm": 2.578125,
57
+ "learning_rate": 4.3624999999999997e-05,
58
+ "loss": 6.0834,
59
+ "step": 350
60
+ },
61
+ {
62
+ "epoch": 0.004371584699453552,
63
+ "grad_norm": 2.640625,
64
+ "learning_rate": 4.9875e-05,
65
+ "loss": 5.8539,
66
+ "step": 400
67
+ },
68
+ {
69
+ "epoch": 0.004918032786885246,
70
+ "grad_norm": 2.578125,
71
+ "learning_rate": 5.6124999999999995e-05,
72
+ "loss": 5.7353,
73
+ "step": 450
74
+ },
75
+ {
76
+ "epoch": 0.00546448087431694,
77
+ "grad_norm": 2.75,
78
+ "learning_rate": 6.2375e-05,
79
+ "loss": 5.6411,
80
+ "step": 500
81
+ },
82
+ {
83
+ "epoch": 0.006010928961748634,
84
+ "grad_norm": 1.8359375,
85
+ "learning_rate": 6.8625e-05,
86
+ "loss": 5.488,
87
+ "step": 550
88
+ },
89
+ {
90
+ "epoch": 0.006557377049180328,
91
+ "grad_norm": 2.609375,
92
+ "learning_rate": 7.487499999999999e-05,
93
+ "loss": 5.3441,
94
+ "step": 600
95
+ },
96
+ {
97
+ "epoch": 0.007103825136612022,
98
+ "grad_norm": 1.765625,
99
+ "learning_rate": 8.112500000000001e-05,
100
+ "loss": 5.2922,
101
+ "step": 650
102
+ },
103
+ {
104
+ "epoch": 0.007650273224043716,
105
+ "grad_norm": 1.7265625,
106
+ "learning_rate": 8.7375e-05,
107
+ "loss": 5.1776,
108
+ "step": 700
109
+ },
110
+ {
111
+ "epoch": 0.00819672131147541,
112
+ "grad_norm": 2.28125,
113
+ "learning_rate": 9.362499999999999e-05,
114
+ "loss": 5.0849,
115
+ "step": 750
116
+ },
117
+ {
118
+ "epoch": 0.008743169398907104,
119
+ "grad_norm": 1.171875,
120
+ "learning_rate": 9.9875e-05,
121
+ "loss": 4.9607,
122
+ "step": 800
123
+ },
124
+ {
125
+ "epoch": 0.009289617486338797,
126
+ "grad_norm": 1.5234375,
127
+ "learning_rate": 0.00010612499999999999,
128
+ "loss": 4.8847,
129
+ "step": 850
130
+ },
131
+ {
132
+ "epoch": 0.009836065573770493,
133
+ "grad_norm": 1.15625,
134
+ "learning_rate": 0.000112375,
135
+ "loss": 4.8233,
136
+ "step": 900
137
+ },
138
+ {
139
+ "epoch": 0.010382513661202186,
140
+ "grad_norm": 1.3359375,
141
+ "learning_rate": 0.000118625,
142
+ "loss": 4.7077,
143
+ "step": 950
144
+ },
145
+ {
146
+ "epoch": 0.01092896174863388,
147
+ "grad_norm": 0.9921875,
148
+ "learning_rate": 0.00012487499999999999,
149
+ "loss": 4.6274,
150
+ "step": 1000
151
+ },
152
+ {
153
+ "epoch": 0.011475409836065573,
154
+ "grad_norm": 1.15625,
155
+ "learning_rate": 0.00013112499999999998,
156
+ "loss": 4.5506,
157
+ "step": 1050
158
+ },
159
+ {
160
+ "epoch": 0.012021857923497269,
161
+ "grad_norm": 1.03125,
162
+ "learning_rate": 0.000137375,
163
+ "loss": 4.4801,
164
+ "step": 1100
165
+ },
166
+ {
167
+ "epoch": 0.012568306010928962,
168
+ "grad_norm": 1.3046875,
169
+ "learning_rate": 0.00014362499999999998,
170
+ "loss": 4.425,
171
+ "step": 1150
172
+ },
173
+ {
174
+ "epoch": 0.013114754098360656,
175
+ "grad_norm": 1.046875,
176
+ "learning_rate": 0.000149875,
177
+ "loss": 4.3204,
178
+ "step": 1200
179
+ },
180
+ {
181
+ "epoch": 0.01366120218579235,
182
+ "grad_norm": 7.5,
183
+ "learning_rate": 0.000156125,
184
+ "loss": 4.2244,
185
+ "step": 1250
186
+ },
187
+ {
188
+ "epoch": 0.014207650273224045,
189
+ "grad_norm": 0.99609375,
190
+ "learning_rate": 0.00016237499999999998,
191
+ "loss": 4.1705,
192
+ "step": 1300
193
+ },
194
+ {
195
+ "epoch": 0.014754098360655738,
196
+ "grad_norm": 0.83984375,
197
+ "learning_rate": 0.000168625,
198
+ "loss": 4.1256,
199
+ "step": 1350
200
+ },
201
+ {
202
+ "epoch": 0.015300546448087432,
203
+ "grad_norm": 0.93359375,
204
+ "learning_rate": 0.00017487499999999998,
205
+ "loss": 4.0456,
206
+ "step": 1400
207
+ },
208
+ {
209
+ "epoch": 0.015846994535519125,
210
+ "grad_norm": 0.90234375,
211
+ "learning_rate": 0.000181125,
212
+ "loss": 3.9429,
213
+ "step": 1450
214
+ },
215
+ {
216
+ "epoch": 0.01639344262295082,
217
+ "grad_norm": 0.8671875,
218
+ "learning_rate": 0.000187375,
219
+ "loss": 3.8733,
220
+ "step": 1500
221
+ },
222
+ {
223
+ "epoch": 0.016939890710382512,
224
+ "grad_norm": 0.9140625,
225
+ "learning_rate": 0.00019362499999999998,
226
+ "loss": 3.8094,
227
+ "step": 1550
228
+ },
229
+ {
230
+ "epoch": 0.017486338797814208,
231
+ "grad_norm": 0.890625,
232
+ "learning_rate": 0.000199875,
233
+ "loss": 3.8117,
234
+ "step": 1600
235
+ },
236
+ {
237
+ "epoch": 0.018032786885245903,
238
+ "grad_norm": 1.0390625,
239
+ "learning_rate": 0.00020612499999999998,
240
+ "loss": 3.6919,
241
+ "step": 1650
242
+ },
243
+ {
244
+ "epoch": 0.018579234972677595,
245
+ "grad_norm": 0.94921875,
246
+ "learning_rate": 0.00021237499999999997,
247
+ "loss": 3.6148,
248
+ "step": 1700
249
+ },
250
+ {
251
+ "epoch": 0.01912568306010929,
252
+ "grad_norm": 1.0546875,
253
+ "learning_rate": 0.000218625,
254
+ "loss": 3.5881,
255
+ "step": 1750
256
+ },
257
+ {
258
+ "epoch": 0.019672131147540985,
259
+ "grad_norm": 0.953125,
260
+ "learning_rate": 0.000224875,
261
+ "loss": 3.46,
262
+ "step": 1800
263
+ },
264
+ {
265
+ "epoch": 0.020218579234972677,
266
+ "grad_norm": 0.9765625,
267
+ "learning_rate": 0.00023112499999999997,
268
+ "loss": 3.4731,
269
+ "step": 1850
270
+ },
271
+ {
272
+ "epoch": 0.020765027322404372,
273
+ "grad_norm": 0.984375,
274
+ "learning_rate": 0.00023737499999999998,
275
+ "loss": 3.3781,
276
+ "step": 1900
277
+ },
278
+ {
279
+ "epoch": 0.021311475409836064,
280
+ "grad_norm": 1.0078125,
281
+ "learning_rate": 0.000243625,
282
+ "loss": 3.3166,
283
+ "step": 1950
284
+ },
285
+ {
286
+ "epoch": 0.02185792349726776,
287
+ "grad_norm": 1.0859375,
288
+ "learning_rate": 0.000249875,
289
+ "loss": 3.3105,
290
+ "step": 2000
291
+ }
292
+ ],
293
+ "logging_steps": 50,
294
+ "max_steps": 91500,
295
+ "num_input_tokens_seen": 0,
296
+ "num_train_epochs": 9223372036854775807,
297
+ "save_steps": 2000,
298
+ "stateful_callbacks": {
299
+ "TrainerControl": {
300
+ "args": {
301
+ "should_epoch_stop": false,
302
+ "should_evaluate": false,
303
+ "should_log": false,
304
+ "should_save": true,
305
+ "should_training_stop": false
306
+ },
307
+ "attributes": {}
308
+ }
309
+ },
310
+ "total_flos": 1.069483900796928e+18,
311
+ "train_batch_size": 16,
312
+ "trial_name": null,
313
+ "trial_params": null
314
+ }
last-checkpoint/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88aaa412e5cf86b09db29ee797f5f159150045903c62c1723d48edb775dde54f
3
+ size 5841
last-checkpoint/vocab.json ADDED
The diff for this file is too large to render. See raw diff