ChrisMcCormick commited on
Commit
d302a71
·
verified ·
1 Parent(s): e33fa8a

Upload folder using huggingface_hub

Browse files
config.json ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "SharedSpaceDecoderForCausalLM"
4
+ ],
5
+ "attention_backend": "flash_attention_2",
6
+ "attention_bias": false,
7
+ "attention_dropout_prob": 0.1,
8
+ "bos_token_id": 50256,
9
+ "classifier_dropout": null,
10
+ "dtype": "float32",
11
+ "eos_token_id": 50256,
12
+ "ffn_decompose": false,
13
+ "ffn_rank": null,
14
+ "hidden_dropout_prob": 0.1,
15
+ "hidden_size": 768,
16
+ "initializer_range": 0.02,
17
+ "intermediate_size": 2048,
18
+ "kv_shared_dim": 128,
19
+ "layer_norm_eps": 1e-12,
20
+ "max_position_embeddings": 1024,
21
+ "model_type": "shared_subspace_decoder",
22
+ "nope_dims": 32,
23
+ "norm_type": "rmsnorm",
24
+ "num_attention_heads": 12,
25
+ "num_dense_layers": 0,
26
+ "num_hidden_layers": 12,
27
+ "o_shared_dim": null,
28
+ "pad_token_id": 50256,
29
+ "q_shared_dim": null,
30
+ "qk_private_dim": 64,
31
+ "rms_norm_eps": 1e-06,
32
+ "rope_dims": 32,
33
+ "rope_scaling": {
34
+ "factor": 2.0,
35
+ "type": "linear"
36
+ },
37
+ "rope_theta": 10000.0,
38
+ "transformers_version": "4.56.0",
39
+ "vo_private_dim": 64,
40
+ "vocab_rank": null,
41
+ "vocab_size": 50257,
42
+ "vocab_subspace": false
43
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea95166a5f6fc6384827ff34edda905800ac3673135b8d368365ab837edd882e
3
+ size 904087435
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de779c234a279811045a44be633d9acabd35829c1a9337816dfe90864355d921
3
+ size 452030555
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0cd23626013be2cf1b8f351eb1880911bc653b0d6a7fc40aa3f0c07b9f92b902
3
+ size 14645
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de993877decafa3dbec3a2190f9cbfc7ce6efc997a47f7abd25897f127fbf6ba
3
+ size 1465
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
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
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
+ }
trainer_state.json ADDED
@@ -0,0 +1,1174 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 3000,
3
+ "best_metric": 3.614897001279198,
4
+ "best_model_checkpoint": "checkpoints/gpt-2_seq1024_mla0-128-0/checkpoint-3000",
5
+ "epoch": 0.9042272624519629,
6
+ "eval_steps": 300,
7
+ "global_step": 3000,
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.006028181749679753,
14
+ "grad_norm": 2.0992038249969482,
15
+ "learning_rate": 3.166666666666667e-05,
16
+ "loss": 10.4611,
17
+ "step": 20
18
+ },
19
+ {
20
+ "epoch": 0.012056363499359506,
21
+ "grad_norm": 1.4955384731292725,
22
+ "learning_rate": 6.500000000000001e-05,
23
+ "loss": 9.0904,
24
+ "step": 40
25
+ },
26
+ {
27
+ "epoch": 0.01808454524903926,
28
+ "grad_norm": 1.5293831825256348,
29
+ "learning_rate": 9.833333333333333e-05,
30
+ "loss": 8.0384,
31
+ "step": 60
32
+ },
33
+ {
34
+ "epoch": 0.02411272699871901,
35
+ "grad_norm": 0.5085040926933289,
36
+ "learning_rate": 0.00013166666666666665,
37
+ "loss": 7.2875,
38
+ "step": 80
39
+ },
40
+ {
41
+ "epoch": 0.030140908748398764,
42
+ "grad_norm": 0.6033186912536621,
43
+ "learning_rate": 0.000165,
44
+ "loss": 6.8708,
45
+ "step": 100
46
+ },
47
+ {
48
+ "epoch": 0.03616909049807852,
49
+ "grad_norm": 0.6809529066085815,
50
+ "learning_rate": 0.00019833333333333335,
51
+ "loss": 6.5803,
52
+ "step": 120
53
+ },
54
+ {
55
+ "epoch": 0.04219727224775827,
56
+ "grad_norm": 0.7910824418067932,
57
+ "learning_rate": 0.00023166666666666667,
58
+ "loss": 6.3863,
59
+ "step": 140
60
+ },
61
+ {
62
+ "epoch": 0.04822545399743802,
63
+ "grad_norm": 1.0070773363113403,
64
+ "learning_rate": 0.00026500000000000004,
65
+ "loss": 6.2393,
66
+ "step": 160
67
+ },
68
+ {
69
+ "epoch": 0.05425363574711778,
70
+ "grad_norm": 0.7891514897346497,
71
+ "learning_rate": 0.00029833333333333334,
72
+ "loss": 6.0613,
73
+ "step": 180
74
+ },
75
+ {
76
+ "epoch": 0.06028181749679753,
77
+ "grad_norm": 0.8121163249015808,
78
+ "learning_rate": 0.0003316666666666667,
79
+ "loss": 5.912,
80
+ "step": 200
81
+ },
82
+ {
83
+ "epoch": 0.06630999924647728,
84
+ "grad_norm": 1.0883384943008423,
85
+ "learning_rate": 0.000365,
86
+ "loss": 5.7569,
87
+ "step": 220
88
+ },
89
+ {
90
+ "epoch": 0.07233818099615703,
91
+ "grad_norm": 0.8521329164505005,
92
+ "learning_rate": 0.00039833333333333333,
93
+ "loss": 5.6241,
94
+ "step": 240
95
+ },
96
+ {
97
+ "epoch": 0.07836636274583679,
98
+ "grad_norm": 0.9475963115692139,
99
+ "learning_rate": 0.0004316666666666667,
100
+ "loss": 5.5001,
101
+ "step": 260
102
+ },
103
+ {
104
+ "epoch": 0.08439454449551655,
105
+ "grad_norm": 0.5242730379104614,
106
+ "learning_rate": 0.000465,
107
+ "loss": 5.372,
108
+ "step": 280
109
+ },
110
+ {
111
+ "epoch": 0.09042272624519629,
112
+ "grad_norm": 0.599181592464447,
113
+ "learning_rate": 0.0004983333333333334,
114
+ "loss": 5.2824,
115
+ "step": 300
116
+ },
117
+ {
118
+ "epoch": 0.09042272624519629,
119
+ "eval_loss": 5.1891092537402255,
120
+ "eval_perplexity": 179.30876316619444,
121
+ "eval_runtime": 112.5481,
122
+ "eval_samples_per_second": 14.74,
123
+ "eval_steps_per_second": 0.231,
124
+ "step": 300
125
+ },
126
+ {
127
+ "epoch": 0.09645090799487605,
128
+ "grad_norm": 0.34896278381347656,
129
+ "learning_rate": 0.0004964814814814814,
130
+ "loss": 5.1596,
131
+ "step": 320
132
+ },
133
+ {
134
+ "epoch": 0.1024790897445558,
135
+ "grad_norm": 0.8048242330551147,
136
+ "learning_rate": 0.0004927777777777777,
137
+ "loss": 5.0746,
138
+ "step": 340
139
+ },
140
+ {
141
+ "epoch": 0.10850727149423556,
142
+ "grad_norm": 0.3908897042274475,
143
+ "learning_rate": 0.0004890740740740741,
144
+ "loss": 5.0077,
145
+ "step": 360
146
+ },
147
+ {
148
+ "epoch": 0.1145354532439153,
149
+ "grad_norm": 0.7325732111930847,
150
+ "learning_rate": 0.0004853703703703704,
151
+ "loss": 4.9149,
152
+ "step": 380
153
+ },
154
+ {
155
+ "epoch": 0.12056363499359506,
156
+ "grad_norm": 0.3958197832107544,
157
+ "learning_rate": 0.0004816666666666667,
158
+ "loss": 4.8885,
159
+ "step": 400
160
+ },
161
+ {
162
+ "epoch": 0.1265918167432748,
163
+ "grad_norm": 0.3405342996120453,
164
+ "learning_rate": 0.00047796296296296297,
165
+ "loss": 4.8009,
166
+ "step": 420
167
+ },
168
+ {
169
+ "epoch": 0.13261999849295456,
170
+ "grad_norm": 0.6988040804862976,
171
+ "learning_rate": 0.0004742592592592593,
172
+ "loss": 4.7684,
173
+ "step": 440
174
+ },
175
+ {
176
+ "epoch": 0.1386481802426343,
177
+ "grad_norm": 0.298909455537796,
178
+ "learning_rate": 0.00047055555555555555,
179
+ "loss": 4.7265,
180
+ "step": 460
181
+ },
182
+ {
183
+ "epoch": 0.14467636199231407,
184
+ "grad_norm": 0.5806158185005188,
185
+ "learning_rate": 0.00046685185185185187,
186
+ "loss": 4.6676,
187
+ "step": 480
188
+ },
189
+ {
190
+ "epoch": 0.15070454374199382,
191
+ "grad_norm": 0.5041508078575134,
192
+ "learning_rate": 0.00046314814814814813,
193
+ "loss": 4.6359,
194
+ "step": 500
195
+ },
196
+ {
197
+ "epoch": 0.15673272549167358,
198
+ "grad_norm": 0.3164711594581604,
199
+ "learning_rate": 0.00045944444444444445,
200
+ "loss": 4.6046,
201
+ "step": 520
202
+ },
203
+ {
204
+ "epoch": 0.16276090724135334,
205
+ "grad_norm": 0.7678843140602112,
206
+ "learning_rate": 0.0004557407407407407,
207
+ "loss": 4.5528,
208
+ "step": 540
209
+ },
210
+ {
211
+ "epoch": 0.1687890889910331,
212
+ "grad_norm": 0.351477712392807,
213
+ "learning_rate": 0.00045203703703703703,
214
+ "loss": 4.5292,
215
+ "step": 560
216
+ },
217
+ {
218
+ "epoch": 0.17481727074071282,
219
+ "grad_norm": 0.6850087642669678,
220
+ "learning_rate": 0.0004483333333333333,
221
+ "loss": 4.4822,
222
+ "step": 580
223
+ },
224
+ {
225
+ "epoch": 0.18084545249039258,
226
+ "grad_norm": 0.7454901337623596,
227
+ "learning_rate": 0.00044462962962962967,
228
+ "loss": 4.4581,
229
+ "step": 600
230
+ },
231
+ {
232
+ "epoch": 0.18084545249039258,
233
+ "eval_loss": 4.409127496012449,
234
+ "eval_perplexity": 82.1977143744931,
235
+ "eval_runtime": 112.2901,
236
+ "eval_samples_per_second": 14.774,
237
+ "eval_steps_per_second": 0.232,
238
+ "step": 600
239
+ },
240
+ {
241
+ "epoch": 0.18687363424007233,
242
+ "grad_norm": 0.3134106397628784,
243
+ "learning_rate": 0.00044092592592592594,
244
+ "loss": 4.4146,
245
+ "step": 620
246
+ },
247
+ {
248
+ "epoch": 0.1929018159897521,
249
+ "grad_norm": 0.5055473446846008,
250
+ "learning_rate": 0.00043722222222222225,
251
+ "loss": 4.3757,
252
+ "step": 640
253
+ },
254
+ {
255
+ "epoch": 0.19892999773943185,
256
+ "grad_norm": 0.5237579941749573,
257
+ "learning_rate": 0.0004335185185185185,
258
+ "loss": 4.3453,
259
+ "step": 660
260
+ },
261
+ {
262
+ "epoch": 0.2049581794891116,
263
+ "grad_norm": 0.398079514503479,
264
+ "learning_rate": 0.00042981481481481484,
265
+ "loss": 4.3276,
266
+ "step": 680
267
+ },
268
+ {
269
+ "epoch": 0.21098636123879136,
270
+ "grad_norm": 0.4433188736438751,
271
+ "learning_rate": 0.0004261111111111111,
272
+ "loss": 4.2892,
273
+ "step": 700
274
+ },
275
+ {
276
+ "epoch": 0.21701454298847112,
277
+ "grad_norm": 0.42719537019729614,
278
+ "learning_rate": 0.0004224074074074074,
279
+ "loss": 4.2615,
280
+ "step": 720
281
+ },
282
+ {
283
+ "epoch": 0.22304272473815084,
284
+ "grad_norm": 0.4303497076034546,
285
+ "learning_rate": 0.0004187037037037037,
286
+ "loss": 4.233,
287
+ "step": 740
288
+ },
289
+ {
290
+ "epoch": 0.2290709064878306,
291
+ "grad_norm": 0.5092538595199585,
292
+ "learning_rate": 0.000415,
293
+ "loss": 4.2113,
294
+ "step": 760
295
+ },
296
+ {
297
+ "epoch": 0.23509908823751036,
298
+ "grad_norm": 0.6650151014328003,
299
+ "learning_rate": 0.00041129629629629627,
300
+ "loss": 4.204,
301
+ "step": 780
302
+ },
303
+ {
304
+ "epoch": 0.2411272699871901,
305
+ "grad_norm": 0.43139395117759705,
306
+ "learning_rate": 0.00040759259259259264,
307
+ "loss": 4.1842,
308
+ "step": 800
309
+ },
310
+ {
311
+ "epoch": 0.24715545173686987,
312
+ "grad_norm": 0.39379051327705383,
313
+ "learning_rate": 0.0004038888888888889,
314
+ "loss": 4.157,
315
+ "step": 820
316
+ },
317
+ {
318
+ "epoch": 0.2531836334865496,
319
+ "grad_norm": 0.5419613718986511,
320
+ "learning_rate": 0.0004001851851851852,
321
+ "loss": 4.1432,
322
+ "step": 840
323
+ },
324
+ {
325
+ "epoch": 0.2592118152362294,
326
+ "grad_norm": 0.3231978416442871,
327
+ "learning_rate": 0.0003964814814814815,
328
+ "loss": 4.1259,
329
+ "step": 860
330
+ },
331
+ {
332
+ "epoch": 0.2652399969859091,
333
+ "grad_norm": 0.3947347104549408,
334
+ "learning_rate": 0.0003927777777777778,
335
+ "loss": 4.1225,
336
+ "step": 880
337
+ },
338
+ {
339
+ "epoch": 0.2712681787355889,
340
+ "grad_norm": 0.4849476218223572,
341
+ "learning_rate": 0.00038907407407407407,
342
+ "loss": 4.0945,
343
+ "step": 900
344
+ },
345
+ {
346
+ "epoch": 0.2712681787355889,
347
+ "eval_loss": 4.043287290524684,
348
+ "eval_perplexity": 57.01345488110377,
349
+ "eval_runtime": 112.1778,
350
+ "eval_samples_per_second": 14.789,
351
+ "eval_steps_per_second": 0.232,
352
+ "step": 900
353
+ },
354
+ {
355
+ "epoch": 0.2772963604852686,
356
+ "grad_norm": 0.46728333830833435,
357
+ "learning_rate": 0.0003853703703703704,
358
+ "loss": 4.0828,
359
+ "step": 920
360
+ },
361
+ {
362
+ "epoch": 0.2833245422349484,
363
+ "grad_norm": 0.3571609854698181,
364
+ "learning_rate": 0.00038166666666666666,
365
+ "loss": 4.0707,
366
+ "step": 940
367
+ },
368
+ {
369
+ "epoch": 0.28935272398462814,
370
+ "grad_norm": 0.36861199140548706,
371
+ "learning_rate": 0.000377962962962963,
372
+ "loss": 4.0545,
373
+ "step": 960
374
+ },
375
+ {
376
+ "epoch": 0.29538090573430786,
377
+ "grad_norm": 0.4048626124858856,
378
+ "learning_rate": 0.00037425925925925924,
379
+ "loss": 4.0493,
380
+ "step": 980
381
+ },
382
+ {
383
+ "epoch": 0.30140908748398765,
384
+ "grad_norm": 0.41902783513069153,
385
+ "learning_rate": 0.0003705555555555556,
386
+ "loss": 4.0363,
387
+ "step": 1000
388
+ },
389
+ {
390
+ "epoch": 0.3074372692336674,
391
+ "grad_norm": 0.4772008955478668,
392
+ "learning_rate": 0.0003668518518518519,
393
+ "loss": 4.0277,
394
+ "step": 1020
395
+ },
396
+ {
397
+ "epoch": 0.31346545098334716,
398
+ "grad_norm": 0.4841766953468323,
399
+ "learning_rate": 0.0003631481481481482,
400
+ "loss": 4.0073,
401
+ "step": 1040
402
+ },
403
+ {
404
+ "epoch": 0.3194936327330269,
405
+ "grad_norm": 0.4445819854736328,
406
+ "learning_rate": 0.00035944444444444446,
407
+ "loss": 4.0099,
408
+ "step": 1060
409
+ },
410
+ {
411
+ "epoch": 0.3255218144827067,
412
+ "grad_norm": 0.31589964032173157,
413
+ "learning_rate": 0.0003557407407407408,
414
+ "loss": 3.9954,
415
+ "step": 1080
416
+ },
417
+ {
418
+ "epoch": 0.3315499962323864,
419
+ "grad_norm": 0.32809144258499146,
420
+ "learning_rate": 0.00035203703703703704,
421
+ "loss": 3.9842,
422
+ "step": 1100
423
+ },
424
+ {
425
+ "epoch": 0.3375781779820662,
426
+ "grad_norm": 0.5585801005363464,
427
+ "learning_rate": 0.00034833333333333336,
428
+ "loss": 3.9731,
429
+ "step": 1120
430
+ },
431
+ {
432
+ "epoch": 0.3436063597317459,
433
+ "grad_norm": 0.33329740166664124,
434
+ "learning_rate": 0.0003446296296296296,
435
+ "loss": 3.9664,
436
+ "step": 1140
437
+ },
438
+ {
439
+ "epoch": 0.34963454148142564,
440
+ "grad_norm": 0.39245834946632385,
441
+ "learning_rate": 0.0003409259259259259,
442
+ "loss": 3.9531,
443
+ "step": 1160
444
+ },
445
+ {
446
+ "epoch": 0.3556627232311054,
447
+ "grad_norm": 0.34083107113838196,
448
+ "learning_rate": 0.0003372222222222222,
449
+ "loss": 3.9481,
450
+ "step": 1180
451
+ },
452
+ {
453
+ "epoch": 0.36169090498078516,
454
+ "grad_norm": 0.363365113735199,
455
+ "learning_rate": 0.0003335185185185185,
456
+ "loss": 3.9454,
457
+ "step": 1200
458
+ },
459
+ {
460
+ "epoch": 0.36169090498078516,
461
+ "eval_loss": 3.891763558483393,
462
+ "eval_perplexity": 48.997219837139,
463
+ "eval_runtime": 112.3031,
464
+ "eval_samples_per_second": 14.773,
465
+ "eval_steps_per_second": 0.232,
466
+ "step": 1200
467
+ },
468
+ {
469
+ "epoch": 0.36771908673046494,
470
+ "grad_norm": 0.34547457098960876,
471
+ "learning_rate": 0.00032981481481481485,
472
+ "loss": 3.9326,
473
+ "step": 1220
474
+ },
475
+ {
476
+ "epoch": 0.37374726848014467,
477
+ "grad_norm": 0.3942719101905823,
478
+ "learning_rate": 0.0003261111111111111,
479
+ "loss": 3.931,
480
+ "step": 1240
481
+ },
482
+ {
483
+ "epoch": 0.37977545022982445,
484
+ "grad_norm": 0.41379085183143616,
485
+ "learning_rate": 0.00032240740740740743,
486
+ "loss": 3.9149,
487
+ "step": 1260
488
+ },
489
+ {
490
+ "epoch": 0.3858036319795042,
491
+ "grad_norm": 0.3897305428981781,
492
+ "learning_rate": 0.0003187037037037037,
493
+ "loss": 3.915,
494
+ "step": 1280
495
+ },
496
+ {
497
+ "epoch": 0.3918318137291839,
498
+ "grad_norm": 0.35454675555229187,
499
+ "learning_rate": 0.000315,
500
+ "loss": 3.9041,
501
+ "step": 1300
502
+ },
503
+ {
504
+ "epoch": 0.3978599954788637,
505
+ "grad_norm": 0.40520045161247253,
506
+ "learning_rate": 0.0003112962962962963,
507
+ "loss": 3.8982,
508
+ "step": 1320
509
+ },
510
+ {
511
+ "epoch": 0.4038881772285434,
512
+ "grad_norm": 0.37290430068969727,
513
+ "learning_rate": 0.0003075925925925926,
514
+ "loss": 3.8943,
515
+ "step": 1340
516
+ },
517
+ {
518
+ "epoch": 0.4099163589782232,
519
+ "grad_norm": 0.36008208990097046,
520
+ "learning_rate": 0.00030388888888888886,
521
+ "loss": 3.8885,
522
+ "step": 1360
523
+ },
524
+ {
525
+ "epoch": 0.41594454072790293,
526
+ "grad_norm": 0.4695078730583191,
527
+ "learning_rate": 0.0003001851851851852,
528
+ "loss": 3.8825,
529
+ "step": 1380
530
+ },
531
+ {
532
+ "epoch": 0.4219727224775827,
533
+ "grad_norm": 0.3244253993034363,
534
+ "learning_rate": 0.00029648148148148144,
535
+ "loss": 3.8749,
536
+ "step": 1400
537
+ },
538
+ {
539
+ "epoch": 0.42800090422726245,
540
+ "grad_norm": 0.3059616684913635,
541
+ "learning_rate": 0.0002927777777777778,
542
+ "loss": 3.8748,
543
+ "step": 1420
544
+ },
545
+ {
546
+ "epoch": 0.43402908597694223,
547
+ "grad_norm": 0.421289324760437,
548
+ "learning_rate": 0.0002890740740740741,
549
+ "loss": 3.8617,
550
+ "step": 1440
551
+ },
552
+ {
553
+ "epoch": 0.44005726772662196,
554
+ "grad_norm": 0.31943073868751526,
555
+ "learning_rate": 0.0002853703703703704,
556
+ "loss": 3.8665,
557
+ "step": 1460
558
+ },
559
+ {
560
+ "epoch": 0.4460854494763017,
561
+ "grad_norm": 0.38908112049102783,
562
+ "learning_rate": 0.00028166666666666666,
563
+ "loss": 3.857,
564
+ "step": 1480
565
+ },
566
+ {
567
+ "epoch": 0.45211363122598147,
568
+ "grad_norm": 0.3740065395832062,
569
+ "learning_rate": 0.000277962962962963,
570
+ "loss": 3.8522,
571
+ "step": 1500
572
+ },
573
+ {
574
+ "epoch": 0.45211363122598147,
575
+ "eval_loss": 3.7993524888239567,
576
+ "eval_perplexity": 44.67224934568574,
577
+ "eval_runtime": 112.3077,
578
+ "eval_samples_per_second": 14.772,
579
+ "eval_steps_per_second": 0.232,
580
+ "step": 1500
581
+ },
582
+ {
583
+ "epoch": 0.4581418129756612,
584
+ "grad_norm": 0.3724636435508728,
585
+ "learning_rate": 0.00027425925925925925,
586
+ "loss": 3.8458,
587
+ "step": 1520
588
+ },
589
+ {
590
+ "epoch": 0.464169994725341,
591
+ "grad_norm": 0.34661316871643066,
592
+ "learning_rate": 0.00027055555555555557,
593
+ "loss": 3.844,
594
+ "step": 1540
595
+ },
596
+ {
597
+ "epoch": 0.4701981764750207,
598
+ "grad_norm": 0.2814076244831085,
599
+ "learning_rate": 0.00026685185185185183,
600
+ "loss": 3.8319,
601
+ "step": 1560
602
+ },
603
+ {
604
+ "epoch": 0.4762263582247005,
605
+ "grad_norm": 0.3638046383857727,
606
+ "learning_rate": 0.00026314814814814815,
607
+ "loss": 3.8301,
608
+ "step": 1580
609
+ },
610
+ {
611
+ "epoch": 0.4822545399743802,
612
+ "grad_norm": 0.37232160568237305,
613
+ "learning_rate": 0.0002594444444444444,
614
+ "loss": 3.8169,
615
+ "step": 1600
616
+ },
617
+ {
618
+ "epoch": 0.48828272172405995,
619
+ "grad_norm": 0.4013717472553253,
620
+ "learning_rate": 0.0002557407407407408,
621
+ "loss": 3.8263,
622
+ "step": 1620
623
+ },
624
+ {
625
+ "epoch": 0.49431090347373974,
626
+ "grad_norm": 0.4506720304489136,
627
+ "learning_rate": 0.00025203703703703705,
628
+ "loss": 3.8174,
629
+ "step": 1640
630
+ },
631
+ {
632
+ "epoch": 0.5003390852234195,
633
+ "grad_norm": 0.2753377854824066,
634
+ "learning_rate": 0.0002483333333333333,
635
+ "loss": 3.8134,
636
+ "step": 1660
637
+ },
638
+ {
639
+ "epoch": 0.5063672669730992,
640
+ "grad_norm": 0.3540724813938141,
641
+ "learning_rate": 0.00024462962962962963,
642
+ "loss": 3.8118,
643
+ "step": 1680
644
+ },
645
+ {
646
+ "epoch": 0.512395448722779,
647
+ "grad_norm": 0.35745769739151,
648
+ "learning_rate": 0.00024092592592592593,
649
+ "loss": 3.7999,
650
+ "step": 1700
651
+ },
652
+ {
653
+ "epoch": 0.5184236304724588,
654
+ "grad_norm": 0.3902524411678314,
655
+ "learning_rate": 0.00023722222222222222,
656
+ "loss": 3.8004,
657
+ "step": 1720
658
+ },
659
+ {
660
+ "epoch": 0.5244518122221385,
661
+ "grad_norm": 0.3244744539260864,
662
+ "learning_rate": 0.0002335185185185185,
663
+ "loss": 3.7993,
664
+ "step": 1740
665
+ },
666
+ {
667
+ "epoch": 0.5304799939718182,
668
+ "grad_norm": 0.34227174520492554,
669
+ "learning_rate": 0.0002298148148148148,
670
+ "loss": 3.7969,
671
+ "step": 1760
672
+ },
673
+ {
674
+ "epoch": 0.536508175721498,
675
+ "grad_norm": 0.349168598651886,
676
+ "learning_rate": 0.00022611111111111112,
677
+ "loss": 3.7867,
678
+ "step": 1780
679
+ },
680
+ {
681
+ "epoch": 0.5425363574711778,
682
+ "grad_norm": 0.46753671765327454,
683
+ "learning_rate": 0.0002224074074074074,
684
+ "loss": 3.7903,
685
+ "step": 1800
686
+ },
687
+ {
688
+ "epoch": 0.5425363574711778,
689
+ "eval_loss": 3.7372125118654314,
690
+ "eval_perplexity": 41.980805917649974,
691
+ "eval_runtime": 112.2567,
692
+ "eval_samples_per_second": 14.779,
693
+ "eval_steps_per_second": 0.232,
694
+ "step": 1800
695
+ },
696
+ {
697
+ "epoch": 0.5485645392208575,
698
+ "grad_norm": 0.34198659658432007,
699
+ "learning_rate": 0.0002187037037037037,
700
+ "loss": 3.7876,
701
+ "step": 1820
702
+ },
703
+ {
704
+ "epoch": 0.5545927209705372,
705
+ "grad_norm": 0.37303704023361206,
706
+ "learning_rate": 0.000215,
707
+ "loss": 3.7787,
708
+ "step": 1840
709
+ },
710
+ {
711
+ "epoch": 0.560620902720217,
712
+ "grad_norm": 0.3005342185497284,
713
+ "learning_rate": 0.00021129629629629629,
714
+ "loss": 3.7718,
715
+ "step": 1860
716
+ },
717
+ {
718
+ "epoch": 0.5666490844698968,
719
+ "grad_norm": 0.29448869824409485,
720
+ "learning_rate": 0.0002075925925925926,
721
+ "loss": 3.7724,
722
+ "step": 1880
723
+ },
724
+ {
725
+ "epoch": 0.5726772662195765,
726
+ "grad_norm": 0.29300233721733093,
727
+ "learning_rate": 0.0002038888888888889,
728
+ "loss": 3.7652,
729
+ "step": 1900
730
+ },
731
+ {
732
+ "epoch": 0.5787054479692563,
733
+ "grad_norm": 0.3517768681049347,
734
+ "learning_rate": 0.0002001851851851852,
735
+ "loss": 3.7675,
736
+ "step": 1920
737
+ },
738
+ {
739
+ "epoch": 0.584733629718936,
740
+ "grad_norm": 0.31965792179107666,
741
+ "learning_rate": 0.00019648148148148148,
742
+ "loss": 3.7615,
743
+ "step": 1940
744
+ },
745
+ {
746
+ "epoch": 0.5907618114686157,
747
+ "grad_norm": 0.29577893018722534,
748
+ "learning_rate": 0.00019277777777777777,
749
+ "loss": 3.7634,
750
+ "step": 1960
751
+ },
752
+ {
753
+ "epoch": 0.5967899932182955,
754
+ "grad_norm": 0.33181506395339966,
755
+ "learning_rate": 0.00018907407407407406,
756
+ "loss": 3.7513,
757
+ "step": 1980
758
+ },
759
+ {
760
+ "epoch": 0.6028181749679753,
761
+ "grad_norm": 0.3156045377254486,
762
+ "learning_rate": 0.00018537037037037038,
763
+ "loss": 3.7533,
764
+ "step": 2000
765
+ },
766
+ {
767
+ "epoch": 0.6088463567176551,
768
+ "grad_norm": 0.3246684670448303,
769
+ "learning_rate": 0.00018166666666666667,
770
+ "loss": 3.7491,
771
+ "step": 2020
772
+ },
773
+ {
774
+ "epoch": 0.6148745384673348,
775
+ "grad_norm": 0.2846499979496002,
776
+ "learning_rate": 0.00017796296296296296,
777
+ "loss": 3.7443,
778
+ "step": 2040
779
+ },
780
+ {
781
+ "epoch": 0.6209027202170145,
782
+ "grad_norm": 0.34447523951530457,
783
+ "learning_rate": 0.00017425925925925926,
784
+ "loss": 3.7454,
785
+ "step": 2060
786
+ },
787
+ {
788
+ "epoch": 0.6269309019666943,
789
+ "grad_norm": 0.3255724310874939,
790
+ "learning_rate": 0.00017055555555555555,
791
+ "loss": 3.7437,
792
+ "step": 2080
793
+ },
794
+ {
795
+ "epoch": 0.632959083716374,
796
+ "grad_norm": 0.2995988130569458,
797
+ "learning_rate": 0.00016685185185185187,
798
+ "loss": 3.7384,
799
+ "step": 2100
800
+ },
801
+ {
802
+ "epoch": 0.632959083716374,
803
+ "eval_loss": 3.6879229315555366,
804
+ "eval_perplexity": 39.96175739053913,
805
+ "eval_runtime": 112.2917,
806
+ "eval_samples_per_second": 14.774,
807
+ "eval_steps_per_second": 0.232,
808
+ "step": 2100
809
+ },
810
+ {
811
+ "epoch": 0.6389872654660538,
812
+ "grad_norm": 0.2952309846878052,
813
+ "learning_rate": 0.00016314814814814816,
814
+ "loss": 3.7376,
815
+ "step": 2120
816
+ },
817
+ {
818
+ "epoch": 0.6450154472157336,
819
+ "grad_norm": 0.28378739953041077,
820
+ "learning_rate": 0.00015944444444444445,
821
+ "loss": 3.7361,
822
+ "step": 2140
823
+ },
824
+ {
825
+ "epoch": 0.6510436289654133,
826
+ "grad_norm": 0.3023880124092102,
827
+ "learning_rate": 0.00015574074074074074,
828
+ "loss": 3.7336,
829
+ "step": 2160
830
+ },
831
+ {
832
+ "epoch": 0.657071810715093,
833
+ "grad_norm": 0.2970915138721466,
834
+ "learning_rate": 0.00015203703703703703,
835
+ "loss": 3.7325,
836
+ "step": 2180
837
+ },
838
+ {
839
+ "epoch": 0.6630999924647728,
840
+ "grad_norm": 0.3934483230113983,
841
+ "learning_rate": 0.00014833333333333335,
842
+ "loss": 3.7294,
843
+ "step": 2200
844
+ },
845
+ {
846
+ "epoch": 0.6691281742144526,
847
+ "grad_norm": 0.3007951080799103,
848
+ "learning_rate": 0.00014462962962962964,
849
+ "loss": 3.7264,
850
+ "step": 2220
851
+ },
852
+ {
853
+ "epoch": 0.6751563559641324,
854
+ "grad_norm": 0.2756880819797516,
855
+ "learning_rate": 0.00014092592592592594,
856
+ "loss": 3.7251,
857
+ "step": 2240
858
+ },
859
+ {
860
+ "epoch": 0.681184537713812,
861
+ "grad_norm": 0.264085978269577,
862
+ "learning_rate": 0.00013722222222222223,
863
+ "loss": 3.7122,
864
+ "step": 2260
865
+ },
866
+ {
867
+ "epoch": 0.6872127194634918,
868
+ "grad_norm": 0.2801743745803833,
869
+ "learning_rate": 0.00013351851851851852,
870
+ "loss": 3.7193,
871
+ "step": 2280
872
+ },
873
+ {
874
+ "epoch": 0.6932409012131716,
875
+ "grad_norm": 0.32809194922447205,
876
+ "learning_rate": 0.00012981481481481484,
877
+ "loss": 3.7126,
878
+ "step": 2300
879
+ },
880
+ {
881
+ "epoch": 0.6992690829628513,
882
+ "grad_norm": 0.27438148856163025,
883
+ "learning_rate": 0.00012611111111111113,
884
+ "loss": 3.7063,
885
+ "step": 2320
886
+ },
887
+ {
888
+ "epoch": 0.7052972647125311,
889
+ "grad_norm": 0.25681811571121216,
890
+ "learning_rate": 0.00012240740740740742,
891
+ "loss": 3.7085,
892
+ "step": 2340
893
+ },
894
+ {
895
+ "epoch": 0.7113254464622109,
896
+ "grad_norm": 0.2568652331829071,
897
+ "learning_rate": 0.0001187037037037037,
898
+ "loss": 3.7076,
899
+ "step": 2360
900
+ },
901
+ {
902
+ "epoch": 0.7173536282118906,
903
+ "grad_norm": 0.2873578369617462,
904
+ "learning_rate": 0.000115,
905
+ "loss": 3.6987,
906
+ "step": 2380
907
+ },
908
+ {
909
+ "epoch": 0.7233818099615703,
910
+ "grad_norm": 0.26023069024086,
911
+ "learning_rate": 0.0001112962962962963,
912
+ "loss": 3.707,
913
+ "step": 2400
914
+ },
915
+ {
916
+ "epoch": 0.7233818099615703,
917
+ "eval_loss": 3.653235740343999,
918
+ "eval_perplexity": 38.599361710783484,
919
+ "eval_runtime": 112.4066,
920
+ "eval_samples_per_second": 14.759,
921
+ "eval_steps_per_second": 0.231,
922
+ "step": 2400
923
+ },
924
+ {
925
+ "epoch": 0.7294099917112501,
926
+ "grad_norm": 0.2499583661556244,
927
+ "learning_rate": 0.00010759259259259259,
928
+ "loss": 3.7033,
929
+ "step": 2420
930
+ },
931
+ {
932
+ "epoch": 0.7354381734609299,
933
+ "grad_norm": 0.2881416380405426,
934
+ "learning_rate": 0.00010388888888888889,
935
+ "loss": 3.7016,
936
+ "step": 2440
937
+ },
938
+ {
939
+ "epoch": 0.7414663552106096,
940
+ "grad_norm": 0.2542083263397217,
941
+ "learning_rate": 0.00010018518518518518,
942
+ "loss": 3.7015,
943
+ "step": 2460
944
+ },
945
+ {
946
+ "epoch": 0.7474945369602893,
947
+ "grad_norm": 0.2287365347146988,
948
+ "learning_rate": 9.648148148148149e-05,
949
+ "loss": 3.6942,
950
+ "step": 2480
951
+ },
952
+ {
953
+ "epoch": 0.7535227187099691,
954
+ "grad_norm": 0.24961161613464355,
955
+ "learning_rate": 9.277777777777778e-05,
956
+ "loss": 3.6952,
957
+ "step": 2500
958
+ },
959
+ {
960
+ "epoch": 0.7595509004596489,
961
+ "grad_norm": 0.26621654629707336,
962
+ "learning_rate": 8.907407407407407e-05,
963
+ "loss": 3.6942,
964
+ "step": 2520
965
+ },
966
+ {
967
+ "epoch": 0.7655790822093286,
968
+ "grad_norm": 0.27608931064605713,
969
+ "learning_rate": 8.537037037037038e-05,
970
+ "loss": 3.6937,
971
+ "step": 2540
972
+ },
973
+ {
974
+ "epoch": 0.7716072639590084,
975
+ "grad_norm": 0.23405340313911438,
976
+ "learning_rate": 8.166666666666667e-05,
977
+ "loss": 3.6889,
978
+ "step": 2560
979
+ },
980
+ {
981
+ "epoch": 0.7776354457086881,
982
+ "grad_norm": 0.22344228625297546,
983
+ "learning_rate": 7.796296296296296e-05,
984
+ "loss": 3.6875,
985
+ "step": 2580
986
+ },
987
+ {
988
+ "epoch": 0.7836636274583678,
989
+ "grad_norm": 0.25090643763542175,
990
+ "learning_rate": 7.425925925925927e-05,
991
+ "loss": 3.6819,
992
+ "step": 2600
993
+ },
994
+ {
995
+ "epoch": 0.7896918092080476,
996
+ "grad_norm": 0.24225394427776337,
997
+ "learning_rate": 7.055555555555556e-05,
998
+ "loss": 3.6878,
999
+ "step": 2620
1000
+ },
1001
+ {
1002
+ "epoch": 0.7957199909577274,
1003
+ "grad_norm": 0.25418150424957275,
1004
+ "learning_rate": 6.685185185185186e-05,
1005
+ "loss": 3.6849,
1006
+ "step": 2640
1007
+ },
1008
+ {
1009
+ "epoch": 0.8017481727074072,
1010
+ "grad_norm": 0.2390448898077011,
1011
+ "learning_rate": 6.314814814814815e-05,
1012
+ "loss": 3.6844,
1013
+ "step": 2660
1014
+ },
1015
+ {
1016
+ "epoch": 0.8077763544570868,
1017
+ "grad_norm": 0.2440630942583084,
1018
+ "learning_rate": 5.9444444444444445e-05,
1019
+ "loss": 3.6768,
1020
+ "step": 2680
1021
+ },
1022
+ {
1023
+ "epoch": 0.8138045362067666,
1024
+ "grad_norm": 0.22975711524486542,
1025
+ "learning_rate": 5.5740740740740744e-05,
1026
+ "loss": 3.6796,
1027
+ "step": 2700
1028
+ },
1029
+ {
1030
+ "epoch": 0.8138045362067666,
1031
+ "eval_loss": 3.628363446560925,
1032
+ "eval_perplexity": 37.6511480531639,
1033
+ "eval_runtime": 112.169,
1034
+ "eval_samples_per_second": 14.79,
1035
+ "eval_steps_per_second": 0.232,
1036
+ "step": 2700
1037
+ },
1038
+ {
1039
+ "epoch": 0.8198327179564464,
1040
+ "grad_norm": 0.21335391700267792,
1041
+ "learning_rate": 5.2037037037037035e-05,
1042
+ "loss": 3.6776,
1043
+ "step": 2720
1044
+ },
1045
+ {
1046
+ "epoch": 0.8258608997061262,
1047
+ "grad_norm": 0.2257867455482483,
1048
+ "learning_rate": 4.8333333333333334e-05,
1049
+ "loss": 3.6801,
1050
+ "step": 2740
1051
+ },
1052
+ {
1053
+ "epoch": 0.8318890814558059,
1054
+ "grad_norm": 0.2070840299129486,
1055
+ "learning_rate": 4.462962962962963e-05,
1056
+ "loss": 3.6754,
1057
+ "step": 2760
1058
+ },
1059
+ {
1060
+ "epoch": 0.8379172632054857,
1061
+ "grad_norm": 0.20770543813705444,
1062
+ "learning_rate": 4.092592592592593e-05,
1063
+ "loss": 3.6732,
1064
+ "step": 2780
1065
+ },
1066
+ {
1067
+ "epoch": 0.8439454449551654,
1068
+ "grad_norm": 0.23169459402561188,
1069
+ "learning_rate": 3.722222222222222e-05,
1070
+ "loss": 3.6754,
1071
+ "step": 2800
1072
+ },
1073
+ {
1074
+ "epoch": 0.8499736267048451,
1075
+ "grad_norm": 0.1974688619375229,
1076
+ "learning_rate": 3.351851851851852e-05,
1077
+ "loss": 3.6777,
1078
+ "step": 2820
1079
+ },
1080
+ {
1081
+ "epoch": 0.8560018084545249,
1082
+ "grad_norm": 0.2034008651971817,
1083
+ "learning_rate": 2.9814814814814815e-05,
1084
+ "loss": 3.67,
1085
+ "step": 2840
1086
+ },
1087
+ {
1088
+ "epoch": 0.8620299902042047,
1089
+ "grad_norm": 0.2013922780752182,
1090
+ "learning_rate": 2.6111111111111114e-05,
1091
+ "loss": 3.6671,
1092
+ "step": 2860
1093
+ },
1094
+ {
1095
+ "epoch": 0.8680581719538845,
1096
+ "grad_norm": 0.2004835456609726,
1097
+ "learning_rate": 2.240740740740741e-05,
1098
+ "loss": 3.6717,
1099
+ "step": 2880
1100
+ },
1101
+ {
1102
+ "epoch": 0.8740863537035641,
1103
+ "grad_norm": 0.19306205213069916,
1104
+ "learning_rate": 1.8703703703703707e-05,
1105
+ "loss": 3.6664,
1106
+ "step": 2900
1107
+ },
1108
+ {
1109
+ "epoch": 0.8801145354532439,
1110
+ "grad_norm": 0.19328537583351135,
1111
+ "learning_rate": 1.5e-05,
1112
+ "loss": 3.6711,
1113
+ "step": 2920
1114
+ },
1115
+ {
1116
+ "epoch": 0.8861427172029237,
1117
+ "grad_norm": 0.18284295499324799,
1118
+ "learning_rate": 1.1296296296296295e-05,
1119
+ "loss": 3.6616,
1120
+ "step": 2940
1121
+ },
1122
+ {
1123
+ "epoch": 0.8921708989526034,
1124
+ "grad_norm": 0.18400640785694122,
1125
+ "learning_rate": 7.592592592592593e-06,
1126
+ "loss": 3.658,
1127
+ "step": 2960
1128
+ },
1129
+ {
1130
+ "epoch": 0.8981990807022832,
1131
+ "grad_norm": 0.1778123676776886,
1132
+ "learning_rate": 3.888888888888889e-06,
1133
+ "loss": 3.6655,
1134
+ "step": 2980
1135
+ },
1136
+ {
1137
+ "epoch": 0.9042272624519629,
1138
+ "grad_norm": 0.17845961451530457,
1139
+ "learning_rate": 1.8518518518518518e-07,
1140
+ "loss": 3.6693,
1141
+ "step": 3000
1142
+ },
1143
+ {
1144
+ "epoch": 0.9042272624519629,
1145
+ "eval_loss": 3.614897001279198,
1146
+ "eval_perplexity": 37.14751958159777,
1147
+ "eval_runtime": 112.2672,
1148
+ "eval_samples_per_second": 14.777,
1149
+ "eval_steps_per_second": 0.232,
1150
+ "step": 3000
1151
+ }
1152
+ ],
1153
+ "logging_steps": 20,
1154
+ "max_steps": 3000,
1155
+ "num_input_tokens_seen": 0,
1156
+ "num_train_epochs": 1,
1157
+ "save_steps": 300,
1158
+ "stateful_callbacks": {
1159
+ "TrainerControl": {
1160
+ "args": {
1161
+ "should_epoch_stop": false,
1162
+ "should_evaluate": false,
1163
+ "should_log": false,
1164
+ "should_save": true,
1165
+ "should_training_stop": true
1166
+ },
1167
+ "attributes": {}
1168
+ }
1169
+ },
1170
+ "total_flos": 1.404194997141504e+18,
1171
+ "train_batch_size": 64,
1172
+ "trial_name": null,
1173
+ "trial_params": null
1174
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f520e9b82883f9664363b2bffbdc06911c0a079c19d03928b994cc209e13fd76
3
+ size 5905
vocab.json ADDED
The diff for this file is too large to render. See raw diff