michaelc0des commited on
Commit
4202f5f
·
verified ·
1 Parent(s): 9a97384

Upload checkpoint-6231

Browse files
.gitattributes CHANGED
@@ -35,3 +35,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
  checkpoint-2077/tokenizer.json filter=lfs diff=lfs merge=lfs -text
37
  checkpoint-4154/tokenizer.json filter=lfs diff=lfs merge=lfs -text
 
 
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
  checkpoint-2077/tokenizer.json filter=lfs diff=lfs merge=lfs -text
37
  checkpoint-4154/tokenizer.json filter=lfs diff=lfs merge=lfs -text
38
+ checkpoint-6231/tokenizer.json filter=lfs diff=lfs merge=lfs -text
checkpoint-6231/chat_template.jinja ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {% if messages[0]['role'] == 'system' %}{{ raise_exception('System role not supported') }}{% endif %}{% for message in messages %}{% if (message['role'] == 'user') != (loop.index0 % 2 == 0) %}{{ raise_exception('Conversation roles must alternate user/assistant/user/assistant/...') }}{% endif %}{% if (message['role'] == 'assistant') %}{% set role = 'model' %}{% else %}{% set role = message['role'] %}{% endif %}{{ '<start_of_turn>' + role + '
2
+ ' + message['content'] | trim + '<end_of_turn>
3
+ ' }}{% endfor %}{% if add_generation_prompt %}{{'<start_of_turn>model
4
+ '}}{% endif %}
checkpoint-6231/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32d402ea734649aa80ada025f3fcea6dc90104a395a4cd92d82ea07b245108f0
3
+ size 37657227
checkpoint-6231/rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db2fa52c242662db8722e857af5dfd0850cbf376a4270adec6b01da07521ebf5
3
+ size 15429
checkpoint-6231/rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e96957fe68dd4a282692d04233291b51b46a970c05e566d98103f6a7d959500
3
+ size 15429
checkpoint-6231/rng_state_2.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5224f334e4b90bdf0d7916a84882c2603ea399946407f4b0acc0694ef7a369d9
3
+ size 15429
checkpoint-6231/rng_state_3.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ca39909e1d873332ebfe2a478093e1b1226892ebc7e07d9c8427bc08dca0afc
3
+ size 15429
checkpoint-6231/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00dffc00e29cd34a07a7d050be731e4805ec127bc82abd0466a19d71fe5e79d3
3
+ size 1465
checkpoint-6231/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bdc0fd8410449f9ab91a0bc149a04e4f2565ef5d608b588c971e500863286adf
3
+ size 34362526
checkpoint-6231/tokenizer_config.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "backend": "tokenizers",
3
+ "bos_token": "<bos>",
4
+ "clean_up_tokenization_spaces": false,
5
+ "eos_token": "<eos>",
6
+ "is_local": false,
7
+ "local_files_only": false,
8
+ "mask_token": "<mask>",
9
+ "model_max_length": 1000000000000000019884624838656,
10
+ "pad_token": "<pad>",
11
+ "padding_side": "right",
12
+ "sp_model_kwargs": {},
13
+ "spaces_between_special_tokens": false,
14
+ "tokenizer_class": "GemmaTokenizer",
15
+ "unk_token": "<unk>",
16
+ "use_default_system_prompt": false
17
+ }
checkpoint-6231/trainable_params.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:896cdd83dd55efe33b8492fef1cb673169a95bb122011607be7354190650ee99
3
+ size 18815091
checkpoint-6231/trainer_state.json ADDED
@@ -0,0 +1,1808 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 6231,
3
+ "best_metric": 2.7634668350219727,
4
+ "best_model_checkpoint": "outputs/chess-explainer/checkpoint-6231",
5
+ "epoch": 3.0,
6
+ "eval_steps": 500,
7
+ "global_step": 6231,
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.00048146364949446316,
14
+ "grad_norm": 650.5328369140625,
15
+ "learning_rate": 0.0,
16
+ "loss": 18.217763900756836,
17
+ "step": 1
18
+ },
19
+ {
20
+ "epoch": 0.01203659123736158,
21
+ "grad_norm": 88.18751525878906,
22
+ "learning_rate": 7.692307692307694e-06,
23
+ "loss": 14.24288813273112,
24
+ "step": 25
25
+ },
26
+ {
27
+ "epoch": 0.02407318247472316,
28
+ "grad_norm": 22.323110580444336,
29
+ "learning_rate": 1.5705128205128205e-05,
30
+ "loss": 7.188988037109375,
31
+ "step": 50
32
+ },
33
+ {
34
+ "epoch": 0.036109773712084736,
35
+ "grad_norm": 14.299266815185547,
36
+ "learning_rate": 2.3717948717948718e-05,
37
+ "loss": 4.387466735839844,
38
+ "step": 75
39
+ },
40
+ {
41
+ "epoch": 0.04814636494944632,
42
+ "grad_norm": 13.159931182861328,
43
+ "learning_rate": 3.1730769230769234e-05,
44
+ "loss": 3.8534796142578127,
45
+ "step": 100
46
+ },
47
+ {
48
+ "epoch": 0.0601829561868079,
49
+ "grad_norm": 16.505720138549805,
50
+ "learning_rate": 3.974358974358974e-05,
51
+ "loss": 3.6811083984375,
52
+ "step": 125
53
+ },
54
+ {
55
+ "epoch": 0.07221954742416947,
56
+ "grad_norm": 14.32520866394043,
57
+ "learning_rate": 4.775641025641026e-05,
58
+ "loss": 3.5446063232421876,
59
+ "step": 150
60
+ },
61
+ {
62
+ "epoch": 0.08425613866153106,
63
+ "grad_norm": 15.38774299621582,
64
+ "learning_rate": 5.576923076923077e-05,
65
+ "loss": 3.47775390625,
66
+ "step": 175
67
+ },
68
+ {
69
+ "epoch": 0.09629272989889263,
70
+ "grad_norm": 11.126094818115234,
71
+ "learning_rate": 6.378205128205128e-05,
72
+ "loss": 3.4696426391601562,
73
+ "step": 200
74
+ },
75
+ {
76
+ "epoch": 0.10832932113625421,
77
+ "grad_norm": 10.559870719909668,
78
+ "learning_rate": 7.17948717948718e-05,
79
+ "loss": 3.4579669189453126,
80
+ "step": 225
81
+ },
82
+ {
83
+ "epoch": 0.1203659123736158,
84
+ "grad_norm": 11.133081436157227,
85
+ "learning_rate": 7.980769230769231e-05,
86
+ "loss": 3.359324951171875,
87
+ "step": 250
88
+ },
89
+ {
90
+ "epoch": 0.13240250361097738,
91
+ "grad_norm": 10.544161796569824,
92
+ "learning_rate": 8.782051282051283e-05,
93
+ "loss": 3.298221435546875,
94
+ "step": 275
95
+ },
96
+ {
97
+ "epoch": 0.14443909484833894,
98
+ "grad_norm": 8.630677223205566,
99
+ "learning_rate": 9.583333333333334e-05,
100
+ "loss": 3.361368408203125,
101
+ "step": 300
102
+ },
103
+ {
104
+ "epoch": 0.15647568608570053,
105
+ "grad_norm": 8.548908233642578,
106
+ "learning_rate": 0.00010384615384615386,
107
+ "loss": 3.345328674316406,
108
+ "step": 325
109
+ },
110
+ {
111
+ "epoch": 0.16851227732306212,
112
+ "grad_norm": 8.20425796508789,
113
+ "learning_rate": 0.00011185897435897436,
114
+ "loss": 3.280472717285156,
115
+ "step": 350
116
+ },
117
+ {
118
+ "epoch": 0.18054886856042368,
119
+ "grad_norm": 9.912631034851074,
120
+ "learning_rate": 0.00011987179487179487,
121
+ "loss": 3.3183026123046875,
122
+ "step": 375
123
+ },
124
+ {
125
+ "epoch": 0.19258545979778527,
126
+ "grad_norm": 9.256693840026855,
127
+ "learning_rate": 0.00012788461538461537,
128
+ "loss": 3.2713458251953127,
129
+ "step": 400
130
+ },
131
+ {
132
+ "epoch": 0.20462205103514686,
133
+ "grad_norm": 8.893656730651855,
134
+ "learning_rate": 0.0001358974358974359,
135
+ "loss": 3.2640109252929688,
136
+ "step": 425
137
+ },
138
+ {
139
+ "epoch": 0.21665864227250842,
140
+ "grad_norm": 8.918048858642578,
141
+ "learning_rate": 0.0001439102564102564,
142
+ "loss": 3.2969732666015625,
143
+ "step": 450
144
+ },
145
+ {
146
+ "epoch": 0.22869523350987,
147
+ "grad_norm": 8.13305377960205,
148
+ "learning_rate": 0.00015192307692307692,
149
+ "loss": 3.25054443359375,
150
+ "step": 475
151
+ },
152
+ {
153
+ "epoch": 0.2407318247472316,
154
+ "grad_norm": 7.971743583679199,
155
+ "learning_rate": 0.00015993589743589745,
156
+ "loss": 3.234297790527344,
157
+ "step": 500
158
+ },
159
+ {
160
+ "epoch": 0.25276841598459315,
161
+ "grad_norm": 7.267224311828613,
162
+ "learning_rate": 0.00016794871794871796,
163
+ "loss": 3.2479425048828126,
164
+ "step": 525
165
+ },
166
+ {
167
+ "epoch": 0.26480500722195477,
168
+ "grad_norm": 8.255003929138184,
169
+ "learning_rate": 0.00017596153846153846,
170
+ "loss": 3.2425189208984375,
171
+ "step": 550
172
+ },
173
+ {
174
+ "epoch": 0.27684159845931633,
175
+ "grad_norm": 7.8051042556762695,
176
+ "learning_rate": 0.00018397435897435897,
177
+ "loss": 3.2422137451171875,
178
+ "step": 575
179
+ },
180
+ {
181
+ "epoch": 0.2888781896966779,
182
+ "grad_norm": 8.21413516998291,
183
+ "learning_rate": 0.0001919871794871795,
184
+ "loss": 3.2551699829101564,
185
+ "step": 600
186
+ },
187
+ {
188
+ "epoch": 0.3009147809340395,
189
+ "grad_norm": 7.534178733825684,
190
+ "learning_rate": 0.0002,
191
+ "loss": 3.2088958740234377,
192
+ "step": 625
193
+ },
194
+ {
195
+ "epoch": 0.31295137217140107,
196
+ "grad_norm": 7.962012767791748,
197
+ "learning_rate": 0.00019999924007355532,
198
+ "loss": 3.2368560791015626,
199
+ "step": 650
200
+ },
201
+ {
202
+ "epoch": 0.3249879634087626,
203
+ "grad_norm": 7.770707130432129,
204
+ "learning_rate": 0.00019999696030577107,
205
+ "loss": 3.2101596069335936,
206
+ "step": 675
207
+ },
208
+ {
209
+ "epoch": 0.33702455464612424,
210
+ "grad_norm": 7.733644008636475,
211
+ "learning_rate": 0.00019999316073129634,
212
+ "loss": 3.2300433349609374,
213
+ "step": 700
214
+ },
215
+ {
216
+ "epoch": 0.3490611458834858,
217
+ "grad_norm": 7.780461311340332,
218
+ "learning_rate": 0.00019998784140787908,
219
+ "loss": 3.2330572509765627,
220
+ "step": 725
221
+ },
222
+ {
223
+ "epoch": 0.36109773712084736,
224
+ "grad_norm": 6.770570278167725,
225
+ "learning_rate": 0.00019998100241636516,
226
+ "loss": 3.2057620239257814,
227
+ "step": 750
228
+ },
229
+ {
230
+ "epoch": 0.373134328358209,
231
+ "grad_norm": 5.945966720581055,
232
+ "learning_rate": 0.0001999726438606972,
233
+ "loss": 3.2183990478515625,
234
+ "step": 775
235
+ },
236
+ {
237
+ "epoch": 0.38517091959557054,
238
+ "grad_norm": 7.591160774230957,
239
+ "learning_rate": 0.000199962765867913,
240
+ "loss": 3.191751708984375,
241
+ "step": 800
242
+ },
243
+ {
244
+ "epoch": 0.3972075108329321,
245
+ "grad_norm": 7.020476341247559,
246
+ "learning_rate": 0.00019995136858814346,
247
+ "loss": 3.181463623046875,
248
+ "step": 825
249
+ },
250
+ {
251
+ "epoch": 0.4092441020702937,
252
+ "grad_norm": 7.284232139587402,
253
+ "learning_rate": 0.00019993845219461046,
254
+ "loss": 3.1981622314453126,
255
+ "step": 850
256
+ },
257
+ {
258
+ "epoch": 0.4212806933076553,
259
+ "grad_norm": 6.910461902618408,
260
+ "learning_rate": 0.00019992401688362422,
261
+ "loss": 3.14352294921875,
262
+ "step": 875
263
+ },
264
+ {
265
+ "epoch": 0.43331728454501683,
266
+ "grad_norm": 6.141090393066406,
267
+ "learning_rate": 0.00019990806287458024,
268
+ "loss": 3.1020236206054688,
269
+ "step": 900
270
+ },
271
+ {
272
+ "epoch": 0.44535387578237845,
273
+ "grad_norm": 6.360198497772217,
274
+ "learning_rate": 0.00019989059040995594,
275
+ "loss": 3.233653564453125,
276
+ "step": 925
277
+ },
278
+ {
279
+ "epoch": 0.45739046701974,
280
+ "grad_norm": 6.173579692840576,
281
+ "learning_rate": 0.00019987159975530712,
282
+ "loss": 3.1653778076171877,
283
+ "step": 950
284
+ },
285
+ {
286
+ "epoch": 0.46942705825710157,
287
+ "grad_norm": 6.959299087524414,
288
+ "learning_rate": 0.00019985109119926377,
289
+ "loss": 3.1667141723632812,
290
+ "step": 975
291
+ },
292
+ {
293
+ "epoch": 0.4814636494944632,
294
+ "grad_norm": 6.9440107345581055,
295
+ "learning_rate": 0.00019982906505352577,
296
+ "loss": 3.1662142944335936,
297
+ "step": 1000
298
+ },
299
+ {
300
+ "epoch": 0.49350024073182475,
301
+ "grad_norm": 7.002237319946289,
302
+ "learning_rate": 0.00019980552165285815,
303
+ "loss": 3.1565814208984375,
304
+ "step": 1025
305
+ },
306
+ {
307
+ "epoch": 0.5055368319691863,
308
+ "grad_norm": 6.859927177429199,
309
+ "learning_rate": 0.00019978046135508596,
310
+ "loss": 3.177081298828125,
311
+ "step": 1050
312
+ },
313
+ {
314
+ "epoch": 0.5175734232065479,
315
+ "grad_norm": 6.390033721923828,
316
+ "learning_rate": 0.00019975388454108884,
317
+ "loss": 3.1408489990234374,
318
+ "step": 1075
319
+ },
320
+ {
321
+ "epoch": 0.5296100144439095,
322
+ "grad_norm": 6.612856864929199,
323
+ "learning_rate": 0.00019972579161479524,
324
+ "loss": 3.125029296875,
325
+ "step": 1100
326
+ },
327
+ {
328
+ "epoch": 0.5416466056812711,
329
+ "grad_norm": 6.74856424331665,
330
+ "learning_rate": 0.0001996961830031764,
331
+ "loss": 3.1270068359375,
332
+ "step": 1125
333
+ },
334
+ {
335
+ "epoch": 0.5536831969186327,
336
+ "grad_norm": 5.670539379119873,
337
+ "learning_rate": 0.00019966505915623963,
338
+ "loss": 3.079051208496094,
339
+ "step": 1150
340
+ },
341
+ {
342
+ "epoch": 0.5657197881559942,
343
+ "grad_norm": 6.464207649230957,
344
+ "learning_rate": 0.00019963242054702157,
345
+ "loss": 3.1350054931640625,
346
+ "step": 1175
347
+ },
348
+ {
349
+ "epoch": 0.5777563793933558,
350
+ "grad_norm": 5.980476379394531,
351
+ "learning_rate": 0.0001995982676715811,
352
+ "loss": 3.1213824462890627,
353
+ "step": 1200
354
+ },
355
+ {
356
+ "epoch": 0.5897929706307173,
357
+ "grad_norm": 6.767940044403076,
358
+ "learning_rate": 0.00019956260104899166,
359
+ "loss": 3.107749328613281,
360
+ "step": 1225
361
+ },
362
+ {
363
+ "epoch": 0.601829561868079,
364
+ "grad_norm": 6.736208915710449,
365
+ "learning_rate": 0.00019952542122133346,
366
+ "loss": 3.1330535888671873,
367
+ "step": 1250
368
+ },
369
+ {
370
+ "epoch": 0.6138661531054406,
371
+ "grad_norm": 6.237167835235596,
372
+ "learning_rate": 0.00019948672875368524,
373
+ "loss": 3.090823974609375,
374
+ "step": 1275
375
+ },
376
+ {
377
+ "epoch": 0.6259027443428021,
378
+ "grad_norm": 5.9626288414001465,
379
+ "learning_rate": 0.00019944652423411547,
380
+ "loss": 3.068702392578125,
381
+ "step": 1300
382
+ },
383
+ {
384
+ "epoch": 0.6379393355801637,
385
+ "grad_norm": 6.667422294616699,
386
+ "learning_rate": 0.00019940480827367377,
387
+ "loss": 3.1129641723632813,
388
+ "step": 1325
389
+ },
390
+ {
391
+ "epoch": 0.6499759268175253,
392
+ "grad_norm": 6.018889427185059,
393
+ "learning_rate": 0.0001993615815063814,
394
+ "loss": 3.0886264038085938,
395
+ "step": 1350
396
+ },
397
+ {
398
+ "epoch": 0.6620125180548868,
399
+ "grad_norm": 5.504490375518799,
400
+ "learning_rate": 0.00019931684458922159,
401
+ "loss": 3.0925244140625,
402
+ "step": 1375
403
+ },
404
+ {
405
+ "epoch": 0.6740491092922485,
406
+ "grad_norm": 6.392239093780518,
407
+ "learning_rate": 0.00019927059820212969,
408
+ "loss": 3.067706298828125,
409
+ "step": 1400
410
+ },
411
+ {
412
+ "epoch": 0.68608570052961,
413
+ "grad_norm": 5.7260637283325195,
414
+ "learning_rate": 0.0001992228430479827,
415
+ "loss": 3.1082818603515623,
416
+ "step": 1425
417
+ },
418
+ {
419
+ "epoch": 0.6981222917669716,
420
+ "grad_norm": 5.574620723724365,
421
+ "learning_rate": 0.00019917357985258877,
422
+ "loss": 3.0852099609375,
423
+ "step": 1450
424
+ },
425
+ {
426
+ "epoch": 0.7101588830043332,
427
+ "grad_norm": 5.973651885986328,
428
+ "learning_rate": 0.00019912280936467598,
429
+ "loss": 3.032557373046875,
430
+ "step": 1475
431
+ },
432
+ {
433
+ "epoch": 0.7221954742416947,
434
+ "grad_norm": 6.408794403076172,
435
+ "learning_rate": 0.00019907053235588103,
436
+ "loss": 3.0586279296875,
437
+ "step": 1500
438
+ },
439
+ {
440
+ "epoch": 0.7342320654790563,
441
+ "grad_norm": 5.924404144287109,
442
+ "learning_rate": 0.00019901674962073757,
443
+ "loss": 3.0331820678710937,
444
+ "step": 1525
445
+ },
446
+ {
447
+ "epoch": 0.746268656716418,
448
+ "grad_norm": 6.371328830718994,
449
+ "learning_rate": 0.00019896146197666408,
450
+ "loss": 3.044822998046875,
451
+ "step": 1550
452
+ },
453
+ {
454
+ "epoch": 0.7583052479537795,
455
+ "grad_norm": 5.798267841339111,
456
+ "learning_rate": 0.00019890467026395137,
457
+ "loss": 3.086248779296875,
458
+ "step": 1575
459
+ },
460
+ {
461
+ "epoch": 0.7703418391911411,
462
+ "grad_norm": 6.200769424438477,
463
+ "learning_rate": 0.00019884637534574995,
464
+ "loss": 3.0701373291015623,
465
+ "step": 1600
466
+ },
467
+ {
468
+ "epoch": 0.7823784304285026,
469
+ "grad_norm": 5.729808807373047,
470
+ "learning_rate": 0.00019878657810805682,
471
+ "loss": 3.033974914550781,
472
+ "step": 1625
473
+ },
474
+ {
475
+ "epoch": 0.7944150216658642,
476
+ "grad_norm": 5.3061699867248535,
477
+ "learning_rate": 0.00019872527945970206,
478
+ "loss": 3.023597412109375,
479
+ "step": 1650
480
+ },
481
+ {
482
+ "epoch": 0.8064516129032258,
483
+ "grad_norm": 6.059074878692627,
484
+ "learning_rate": 0.00019866248033233486,
485
+ "loss": 3.038387451171875,
486
+ "step": 1675
487
+ },
488
+ {
489
+ "epoch": 0.8184882041405874,
490
+ "grad_norm": 5.904861927032471,
491
+ "learning_rate": 0.00019859818168040962,
492
+ "loss": 3.0605734252929686,
493
+ "step": 1700
494
+ },
495
+ {
496
+ "epoch": 0.830524795377949,
497
+ "grad_norm": 7.235841751098633,
498
+ "learning_rate": 0.00019853238448117128,
499
+ "loss": 3.0388153076171873,
500
+ "step": 1725
501
+ },
502
+ {
503
+ "epoch": 0.8425613866153105,
504
+ "grad_norm": 5.9548869132995605,
505
+ "learning_rate": 0.00019846508973464047,
506
+ "loss": 3.052736511230469,
507
+ "step": 1750
508
+ },
509
+ {
510
+ "epoch": 0.8545979778526721,
511
+ "grad_norm": 6.491075038909912,
512
+ "learning_rate": 0.00019839629846359828,
513
+ "loss": 3.04111572265625,
514
+ "step": 1775
515
+ },
516
+ {
517
+ "epoch": 0.8666345690900337,
518
+ "grad_norm": 6.274312496185303,
519
+ "learning_rate": 0.0001983260117135709,
520
+ "loss": 3.0903143310546874,
521
+ "step": 1800
522
+ },
523
+ {
524
+ "epoch": 0.8786711603273952,
525
+ "grad_norm": 6.714303016662598,
526
+ "learning_rate": 0.0001982542305528135,
527
+ "loss": 3.0477191162109376,
528
+ "step": 1825
529
+ },
530
+ {
531
+ "epoch": 0.8907077515647569,
532
+ "grad_norm": 6.037519931793213,
533
+ "learning_rate": 0.00019818095607229412,
534
+ "loss": 3.0680242919921876,
535
+ "step": 1850
536
+ },
537
+ {
538
+ "epoch": 0.9027443428021185,
539
+ "grad_norm": 6.358810901641846,
540
+ "learning_rate": 0.00019810618938567712,
541
+ "loss": 3.0358065795898437,
542
+ "step": 1875
543
+ },
544
+ {
545
+ "epoch": 0.91478093403948,
546
+ "grad_norm": 5.641435623168945,
547
+ "learning_rate": 0.00019802993162930607,
548
+ "loss": 3.0244366455078127,
549
+ "step": 1900
550
+ },
551
+ {
552
+ "epoch": 0.9268175252768416,
553
+ "grad_norm": 6.10072135925293,
554
+ "learning_rate": 0.00019795218396218673,
555
+ "loss": 3.0294232177734375,
556
+ "step": 1925
557
+ },
558
+ {
559
+ "epoch": 0.9388541165142031,
560
+ "grad_norm": 5.697592735290527,
561
+ "learning_rate": 0.00019787294756596927,
562
+ "loss": 2.9873196411132814,
563
+ "step": 1950
564
+ },
565
+ {
566
+ "epoch": 0.9508907077515648,
567
+ "grad_norm": 5.733670711517334,
568
+ "learning_rate": 0.0001977922236449303,
569
+ "loss": 3.004986572265625,
570
+ "step": 1975
571
+ },
572
+ {
573
+ "epoch": 0.9629272989889264,
574
+ "grad_norm": 6.309650897979736,
575
+ "learning_rate": 0.00019771001342595471,
576
+ "loss": 3.00642578125,
577
+ "step": 2000
578
+ },
579
+ {
580
+ "epoch": 0.9749638902262879,
581
+ "grad_norm": 6.235594749450684,
582
+ "learning_rate": 0.0001976263181585169,
583
+ "loss": 2.9961761474609374,
584
+ "step": 2025
585
+ },
586
+ {
587
+ "epoch": 0.9870004814636495,
588
+ "grad_norm": 6.950772285461426,
589
+ "learning_rate": 0.00019754113911466176,
590
+ "loss": 3.034189453125,
591
+ "step": 2050
592
+ },
593
+ {
594
+ "epoch": 0.999037072701011,
595
+ "grad_norm": 5.884391784667969,
596
+ "learning_rate": 0.0001974544775889855,
597
+ "loss": 3.075783996582031,
598
+ "step": 2075
599
+ },
600
+ {
601
+ "epoch": 1.0,
602
+ "eval_loss": 2.9775943756103516,
603
+ "eval_runtime": 7.6569,
604
+ "eval_samples_per_second": 195.902,
605
+ "eval_steps_per_second": 6.138,
606
+ "step": 2077
607
+ },
608
+ {
609
+ "epoch": 1.0110736639383726,
610
+ "grad_norm": 5.676021575927734,
611
+ "learning_rate": 0.0001973663348986158,
612
+ "loss": 2.86690673828125,
613
+ "step": 2100
614
+ },
615
+ {
616
+ "epoch": 1.0231102551757343,
617
+ "grad_norm": 6.018618106842041,
618
+ "learning_rate": 0.00019727671238319188,
619
+ "loss": 2.8802978515625,
620
+ "step": 2125
621
+ },
622
+ {
623
+ "epoch": 1.0351468464130957,
624
+ "grad_norm": 6.222283840179443,
625
+ "learning_rate": 0.00019718561140484413,
626
+ "loss": 2.8613705444335937,
627
+ "step": 2150
628
+ },
629
+ {
630
+ "epoch": 1.0471834376504574,
631
+ "grad_norm": 5.6597208976745605,
632
+ "learning_rate": 0.0001970930333481734,
633
+ "loss": 2.856763916015625,
634
+ "step": 2175
635
+ },
636
+ {
637
+ "epoch": 1.059220028887819,
638
+ "grad_norm": 6.7447662353515625,
639
+ "learning_rate": 0.00019699897962022997,
640
+ "loss": 2.9224319458007812,
641
+ "step": 2200
642
+ },
643
+ {
644
+ "epoch": 1.0712566201251805,
645
+ "grad_norm": 7.006275653839111,
646
+ "learning_rate": 0.0001969034516504922,
647
+ "loss": 2.93245361328125,
648
+ "step": 2225
649
+ },
650
+ {
651
+ "epoch": 1.0832932113625422,
652
+ "grad_norm": 5.889551162719727,
653
+ "learning_rate": 0.00019680645089084454,
654
+ "loss": 2.875589599609375,
655
+ "step": 2250
656
+ },
657
+ {
658
+ "epoch": 1.0953298025999036,
659
+ "grad_norm": 6.063162326812744,
660
+ "learning_rate": 0.000196707978815556,
661
+ "loss": 2.874587097167969,
662
+ "step": 2275
663
+ },
664
+ {
665
+ "epoch": 1.1073663938372653,
666
+ "grad_norm": 6.2372145652771,
667
+ "learning_rate": 0.00019660803692125715,
668
+ "loss": 2.8780206298828124,
669
+ "step": 2300
670
+ },
671
+ {
672
+ "epoch": 1.1194029850746268,
673
+ "grad_norm": 6.315883159637451,
674
+ "learning_rate": 0.00019650662672691783,
675
+ "loss": 2.8887982177734375,
676
+ "step": 2325
677
+ },
678
+ {
679
+ "epoch": 1.1314395763119884,
680
+ "grad_norm": 6.411891937255859,
681
+ "learning_rate": 0.0001964037497738238,
682
+ "loss": 2.9513558959960937,
683
+ "step": 2350
684
+ },
685
+ {
686
+ "epoch": 1.14347616754935,
687
+ "grad_norm": 6.806637763977051,
688
+ "learning_rate": 0.00019629940762555336,
689
+ "loss": 2.8823919677734375,
690
+ "step": 2375
691
+ },
692
+ {
693
+ "epoch": 1.1555127587867116,
694
+ "grad_norm": 5.565702438354492,
695
+ "learning_rate": 0.0001961936018679537,
696
+ "loss": 2.8928656005859374,
697
+ "step": 2400
698
+ },
699
+ {
700
+ "epoch": 1.1675493500240732,
701
+ "grad_norm": 5.8602294921875,
702
+ "learning_rate": 0.00019608633410911667,
703
+ "loss": 2.9296820068359377,
704
+ "step": 2425
705
+ },
706
+ {
707
+ "epoch": 1.1795859412614347,
708
+ "grad_norm": 7.057725429534912,
709
+ "learning_rate": 0.0001959776059793544,
710
+ "loss": 2.926005859375,
711
+ "step": 2450
712
+ },
713
+ {
714
+ "epoch": 1.1916225324987963,
715
+ "grad_norm": 6.5474629402160645,
716
+ "learning_rate": 0.00019586741913117458,
717
+ "loss": 2.8745428466796876,
718
+ "step": 2475
719
+ },
720
+ {
721
+ "epoch": 1.2036591237361578,
722
+ "grad_norm": 5.752487659454346,
723
+ "learning_rate": 0.0001957557752392551,
724
+ "loss": 2.9059454345703126,
725
+ "step": 2500
726
+ },
727
+ {
728
+ "epoch": 1.2156957149735195,
729
+ "grad_norm": 6.054665565490723,
730
+ "learning_rate": 0.0001956426760004189,
731
+ "loss": 2.9109234619140625,
732
+ "step": 2525
733
+ },
734
+ {
735
+ "epoch": 1.2277323062108811,
736
+ "grad_norm": 5.9463276863098145,
737
+ "learning_rate": 0.0001955281231336081,
738
+ "loss": 2.8662490844726562,
739
+ "step": 2550
740
+ },
741
+ {
742
+ "epoch": 1.2397688974482426,
743
+ "grad_norm": 7.36589241027832,
744
+ "learning_rate": 0.00019541211837985768,
745
+ "loss": 2.9000286865234375,
746
+ "step": 2575
747
+ },
748
+ {
749
+ "epoch": 1.2518054886856043,
750
+ "grad_norm": 6.027646064758301,
751
+ "learning_rate": 0.0001952946635022693,
752
+ "loss": 2.8943441772460936,
753
+ "step": 2600
754
+ },
755
+ {
756
+ "epoch": 1.263842079922966,
757
+ "grad_norm": 5.916275978088379,
758
+ "learning_rate": 0.00019517576028598425,
759
+ "loss": 2.899263916015625,
760
+ "step": 2625
761
+ },
762
+ {
763
+ "epoch": 1.2758786711603274,
764
+ "grad_norm": 6.0202789306640625,
765
+ "learning_rate": 0.00019505541053815653,
766
+ "loss": 2.925803527832031,
767
+ "step": 2650
768
+ },
769
+ {
770
+ "epoch": 1.287915262397689,
771
+ "grad_norm": 6.8593339920043945,
772
+ "learning_rate": 0.00019493361608792528,
773
+ "loss": 2.9056402587890626,
774
+ "step": 2675
775
+ },
776
+ {
777
+ "epoch": 1.2999518536350505,
778
+ "grad_norm": 5.5273661613464355,
779
+ "learning_rate": 0.00019481037878638695,
780
+ "loss": 2.877239990234375,
781
+ "step": 2700
782
+ },
783
+ {
784
+ "epoch": 1.3119884448724122,
785
+ "grad_norm": 7.119853973388672,
786
+ "learning_rate": 0.0001946857005065672,
787
+ "loss": 2.85099853515625,
788
+ "step": 2725
789
+ },
790
+ {
791
+ "epoch": 1.3240250361097736,
792
+ "grad_norm": 5.379928112030029,
793
+ "learning_rate": 0.0001945595831433925,
794
+ "loss": 2.9064642333984376,
795
+ "step": 2750
796
+ },
797
+ {
798
+ "epoch": 1.3360616273471353,
799
+ "grad_norm": 6.6639604568481445,
800
+ "learning_rate": 0.00019443202861366124,
801
+ "loss": 2.882684326171875,
802
+ "step": 2775
803
+ },
804
+ {
805
+ "epoch": 1.348098218584497,
806
+ "grad_norm": 6.571842193603516,
807
+ "learning_rate": 0.00019430303885601465,
808
+ "loss": 2.933927307128906,
809
+ "step": 2800
810
+ },
811
+ {
812
+ "epoch": 1.3601348098218584,
813
+ "grad_norm": 6.048442363739014,
814
+ "learning_rate": 0.00019417261583090723,
815
+ "loss": 2.8845724487304687,
816
+ "step": 2825
817
+ },
818
+ {
819
+ "epoch": 1.37217140105922,
820
+ "grad_norm": 6.913212776184082,
821
+ "learning_rate": 0.00019404076152057713,
822
+ "loss": 2.92847412109375,
823
+ "step": 2850
824
+ },
825
+ {
826
+ "epoch": 1.3842079922965815,
827
+ "grad_norm": 6.1456122398376465,
828
+ "learning_rate": 0.0001939074779290159,
829
+ "loss": 2.864238586425781,
830
+ "step": 2875
831
+ },
832
+ {
833
+ "epoch": 1.3962445835339432,
834
+ "grad_norm": 6.314334869384766,
835
+ "learning_rate": 0.00019377276708193802,
836
+ "loss": 2.93041015625,
837
+ "step": 2900
838
+ },
839
+ {
840
+ "epoch": 1.4082811747713047,
841
+ "grad_norm": 6.124015808105469,
842
+ "learning_rate": 0.00019363663102675024,
843
+ "loss": 2.8582913208007814,
844
+ "step": 2925
845
+ },
846
+ {
847
+ "epoch": 1.4203177660086663,
848
+ "grad_norm": 5.999044895172119,
849
+ "learning_rate": 0.0001934990718325203,
850
+ "loss": 2.9177670288085937,
851
+ "step": 2950
852
+ },
853
+ {
854
+ "epoch": 1.432354357246028,
855
+ "grad_norm": 5.440136432647705,
856
+ "learning_rate": 0.00019336009158994562,
857
+ "loss": 2.942555236816406,
858
+ "step": 2975
859
+ },
860
+ {
861
+ "epoch": 1.4443909484833894,
862
+ "grad_norm": 6.6183929443359375,
863
+ "learning_rate": 0.00019321969241132138,
864
+ "loss": 2.93353515625,
865
+ "step": 3000
866
+ },
867
+ {
868
+ "epoch": 1.4564275397207511,
869
+ "grad_norm": 6.443948268890381,
870
+ "learning_rate": 0.00019307787643050857,
871
+ "loss": 2.914281311035156,
872
+ "step": 3025
873
+ },
874
+ {
875
+ "epoch": 1.4684641309581128,
876
+ "grad_norm": 6.57510232925415,
877
+ "learning_rate": 0.0001929346458029015,
878
+ "loss": 2.919800109863281,
879
+ "step": 3050
880
+ },
881
+ {
882
+ "epoch": 1.4805007221954742,
883
+ "grad_norm": 5.723294734954834,
884
+ "learning_rate": 0.00019279000270539497,
885
+ "loss": 2.875799255371094,
886
+ "step": 3075
887
+ },
888
+ {
889
+ "epoch": 1.4925373134328357,
890
+ "grad_norm": 6.246444225311279,
891
+ "learning_rate": 0.0001926439493363513,
892
+ "loss": 2.853829040527344,
893
+ "step": 3100
894
+ },
895
+ {
896
+ "epoch": 1.5045739046701974,
897
+ "grad_norm": 5.6569743156433105,
898
+ "learning_rate": 0.00019249648791556684,
899
+ "loss": 2.845904541015625,
900
+ "step": 3125
901
+ },
902
+ {
903
+ "epoch": 1.516610495907559,
904
+ "grad_norm": 5.917844295501709,
905
+ "learning_rate": 0.00019234762068423824,
906
+ "loss": 2.8845635986328126,
907
+ "step": 3150
908
+ },
909
+ {
910
+ "epoch": 1.5286470871449205,
911
+ "grad_norm": 7.2379302978515625,
912
+ "learning_rate": 0.00019219734990492843,
913
+ "loss": 2.8919659423828126,
914
+ "step": 3175
915
+ },
916
+ {
917
+ "epoch": 1.5406836783822822,
918
+ "grad_norm": 6.368435859680176,
919
+ "learning_rate": 0.00019204567786153213,
920
+ "loss": 2.8638519287109374,
921
+ "step": 3200
922
+ },
923
+ {
924
+ "epoch": 1.5527202696196438,
925
+ "grad_norm": 6.432679176330566,
926
+ "learning_rate": 0.0001918926068592414,
927
+ "loss": 2.8769232177734376,
928
+ "step": 3225
929
+ },
930
+ {
931
+ "epoch": 1.5647568608570053,
932
+ "grad_norm": 6.268744945526123,
933
+ "learning_rate": 0.00019173813922451015,
934
+ "loss": 2.88654296875,
935
+ "step": 3250
936
+ },
937
+ {
938
+ "epoch": 1.5767934520943667,
939
+ "grad_norm": 5.5019683837890625,
940
+ "learning_rate": 0.00019158227730501932,
941
+ "loss": 2.8765948486328123,
942
+ "step": 3275
943
+ },
944
+ {
945
+ "epoch": 1.5888300433317286,
946
+ "grad_norm": 5.808835983276367,
947
+ "learning_rate": 0.00019142502346964068,
948
+ "loss": 2.8841793823242186,
949
+ "step": 3300
950
+ },
951
+ {
952
+ "epoch": 1.60086663456909,
953
+ "grad_norm": 5.601189613342285,
954
+ "learning_rate": 0.00019126638010840126,
955
+ "loss": 2.90692138671875,
956
+ "step": 3325
957
+ },
958
+ {
959
+ "epoch": 1.6129032258064515,
960
+ "grad_norm": 6.727347373962402,
961
+ "learning_rate": 0.00019110634963244677,
962
+ "loss": 2.8471392822265624,
963
+ "step": 3350
964
+ },
965
+ {
966
+ "epoch": 1.6249398170438132,
967
+ "grad_norm": 5.520786762237549,
968
+ "learning_rate": 0.000190944934474005,
969
+ "loss": 2.825626220703125,
970
+ "step": 3375
971
+ },
972
+ {
973
+ "epoch": 1.6369764082811749,
974
+ "grad_norm": 5.6855244636535645,
975
+ "learning_rate": 0.0001907821370863489,
976
+ "loss": 2.85347900390625,
977
+ "step": 3400
978
+ },
979
+ {
980
+ "epoch": 1.6490129995185363,
981
+ "grad_norm": 6.275842189788818,
982
+ "learning_rate": 0.0001906179599437593,
983
+ "loss": 2.8564202880859373,
984
+ "step": 3425
985
+ },
986
+ {
987
+ "epoch": 1.661049590755898,
988
+ "grad_norm": 6.627660751342773,
989
+ "learning_rate": 0.0001904524055414872,
990
+ "loss": 2.88417236328125,
991
+ "step": 3450
992
+ },
993
+ {
994
+ "epoch": 1.6730861819932596,
995
+ "grad_norm": 5.4954609870910645,
996
+ "learning_rate": 0.00019028547639571598,
997
+ "loss": 2.883042297363281,
998
+ "step": 3475
999
+ },
1000
+ {
1001
+ "epoch": 1.685122773230621,
1002
+ "grad_norm": 6.2831034660339355,
1003
+ "learning_rate": 0.00019011717504352312,
1004
+ "loss": 2.89915771484375,
1005
+ "step": 3500
1006
+ },
1007
+ {
1008
+ "epoch": 1.6971593644679825,
1009
+ "grad_norm": 6.845497131347656,
1010
+ "learning_rate": 0.00018994750404284155,
1011
+ "loss": 2.81878173828125,
1012
+ "step": 3525
1013
+ },
1014
+ {
1015
+ "epoch": 1.7091959557053442,
1016
+ "grad_norm": 7.301944732666016,
1017
+ "learning_rate": 0.00018977646597242087,
1018
+ "loss": 2.8858172607421877,
1019
+ "step": 3550
1020
+ },
1021
+ {
1022
+ "epoch": 1.7212325469427059,
1023
+ "grad_norm": 7.100738525390625,
1024
+ "learning_rate": 0.00018960406343178815,
1025
+ "loss": 2.8665240478515623,
1026
+ "step": 3575
1027
+ },
1028
+ {
1029
+ "epoch": 1.7332691381800673,
1030
+ "grad_norm": 6.5114593505859375,
1031
+ "learning_rate": 0.00018943029904120836,
1032
+ "loss": 2.8382354736328126,
1033
+ "step": 3600
1034
+ },
1035
+ {
1036
+ "epoch": 1.745305729417429,
1037
+ "grad_norm": 5.751381874084473,
1038
+ "learning_rate": 0.00018925517544164468,
1039
+ "loss": 2.868603515625,
1040
+ "step": 3625
1041
+ },
1042
+ {
1043
+ "epoch": 1.7573423206547907,
1044
+ "grad_norm": 5.941408634185791,
1045
+ "learning_rate": 0.00018907869529471814,
1046
+ "loss": 2.8781854248046876,
1047
+ "step": 3650
1048
+ },
1049
+ {
1050
+ "epoch": 1.7693789118921521,
1051
+ "grad_norm": 5.040097236633301,
1052
+ "learning_rate": 0.00018890086128266735,
1053
+ "loss": 2.90862060546875,
1054
+ "step": 3675
1055
+ },
1056
+ {
1057
+ "epoch": 1.7814155031295136,
1058
+ "grad_norm": 7.4268341064453125,
1059
+ "learning_rate": 0.0001887216761083077,
1060
+ "loss": 2.870086364746094,
1061
+ "step": 3700
1062
+ },
1063
+ {
1064
+ "epoch": 1.7934520943668752,
1065
+ "grad_norm": 5.456490993499756,
1066
+ "learning_rate": 0.00018854114249499025,
1067
+ "loss": 2.8436822509765625,
1068
+ "step": 3725
1069
+ },
1070
+ {
1071
+ "epoch": 1.805488685604237,
1072
+ "grad_norm": 6.014543533325195,
1073
+ "learning_rate": 0.00018835926318656033,
1074
+ "loss": 2.8642138671875,
1075
+ "step": 3750
1076
+ },
1077
+ {
1078
+ "epoch": 1.8175252768415984,
1079
+ "grad_norm": 6.103621482849121,
1080
+ "learning_rate": 0.00018817604094731582,
1081
+ "loss": 2.8625579833984376,
1082
+ "step": 3775
1083
+ },
1084
+ {
1085
+ "epoch": 1.82956186807896,
1086
+ "grad_norm": 6.694746494293213,
1087
+ "learning_rate": 0.0001879914785619653,
1088
+ "loss": 2.8301632690429686,
1089
+ "step": 3800
1090
+ },
1091
+ {
1092
+ "epoch": 1.8415984593163217,
1093
+ "grad_norm": 5.783210754394531,
1094
+ "learning_rate": 0.00018780557883558543,
1095
+ "loss": 2.8412396240234377,
1096
+ "step": 3825
1097
+ },
1098
+ {
1099
+ "epoch": 1.8536350505536832,
1100
+ "grad_norm": 6.31929349899292,
1101
+ "learning_rate": 0.00018761834459357863,
1102
+ "loss": 2.8531256103515625,
1103
+ "step": 3850
1104
+ },
1105
+ {
1106
+ "epoch": 1.8656716417910446,
1107
+ "grad_norm": 5.855931282043457,
1108
+ "learning_rate": 0.00018742977868162992,
1109
+ "loss": 2.8694882202148437,
1110
+ "step": 3875
1111
+ },
1112
+ {
1113
+ "epoch": 1.8777082330284065,
1114
+ "grad_norm": 5.388266563415527,
1115
+ "learning_rate": 0.00018723988396566376,
1116
+ "loss": 2.848956298828125,
1117
+ "step": 3900
1118
+ },
1119
+ {
1120
+ "epoch": 1.889744824265768,
1121
+ "grad_norm": 7.263085842132568,
1122
+ "learning_rate": 0.0001870486633318005,
1123
+ "loss": 2.8653179931640627,
1124
+ "step": 3925
1125
+ },
1126
+ {
1127
+ "epoch": 1.9017814155031294,
1128
+ "grad_norm": 5.926449298858643,
1129
+ "learning_rate": 0.00018685611968631243,
1130
+ "loss": 2.8881048583984374,
1131
+ "step": 3950
1132
+ },
1133
+ {
1134
+ "epoch": 1.913818006740491,
1135
+ "grad_norm": 6.0646820068359375,
1136
+ "learning_rate": 0.0001866622559555797,
1137
+ "loss": 2.8977716064453123,
1138
+ "step": 3975
1139
+ },
1140
+ {
1141
+ "epoch": 1.9258545979778527,
1142
+ "grad_norm": 5.905919075012207,
1143
+ "learning_rate": 0.0001864670750860459,
1144
+ "loss": 2.901802673339844,
1145
+ "step": 4000
1146
+ },
1147
+ {
1148
+ "epoch": 1.9378911892152142,
1149
+ "grad_norm": 5.82496976852417,
1150
+ "learning_rate": 0.00018627058004417303,
1151
+ "loss": 2.8932440185546877,
1152
+ "step": 4025
1153
+ },
1154
+ {
1155
+ "epoch": 1.9499277804525759,
1156
+ "grad_norm": 7.004024028778076,
1157
+ "learning_rate": 0.00018607277381639672,
1158
+ "loss": 2.8420306396484376,
1159
+ "step": 4050
1160
+ },
1161
+ {
1162
+ "epoch": 1.9619643716899375,
1163
+ "grad_norm": 7.782563209533691,
1164
+ "learning_rate": 0.0001858736594090806,
1165
+ "loss": 2.901356201171875,
1166
+ "step": 4075
1167
+ },
1168
+ {
1169
+ "epoch": 1.974000962927299,
1170
+ "grad_norm": 6.040978908538818,
1171
+ "learning_rate": 0.00018567323984847075,
1172
+ "loss": 2.8719561767578123,
1173
+ "step": 4100
1174
+ },
1175
+ {
1176
+ "epoch": 1.9860375541646604,
1177
+ "grad_norm": 5.953182220458984,
1178
+ "learning_rate": 0.00018547151818064966,
1179
+ "loss": 2.86795166015625,
1180
+ "step": 4125
1181
+ },
1182
+ {
1183
+ "epoch": 1.998074145402022,
1184
+ "grad_norm": 5.744591236114502,
1185
+ "learning_rate": 0.00018526849747148996,
1186
+ "loss": 2.860693359375,
1187
+ "step": 4150
1188
+ },
1189
+ {
1190
+ "epoch": 2.0,
1191
+ "eval_loss": 2.8608288764953613,
1192
+ "eval_runtime": 4.4941,
1193
+ "eval_samples_per_second": 333.771,
1194
+ "eval_steps_per_second": 10.458,
1195
+ "step": 4154
1196
+ },
1197
+ {
1198
+ "epoch": 2.0101107366393838,
1199
+ "grad_norm": 6.642997741699219,
1200
+ "learning_rate": 0.0001850641808066077,
1201
+ "loss": 2.6906396484375,
1202
+ "step": 4175
1203
+ },
1204
+ {
1205
+ "epoch": 2.0221473278767452,
1206
+ "grad_norm": 6.480685234069824,
1207
+ "learning_rate": 0.00018485857129131564,
1208
+ "loss": 2.722727966308594,
1209
+ "step": 4200
1210
+ },
1211
+ {
1212
+ "epoch": 2.0341839191141067,
1213
+ "grad_norm": 6.283753395080566,
1214
+ "learning_rate": 0.00018465167205057597,
1215
+ "loss": 2.683138732910156,
1216
+ "step": 4225
1217
+ },
1218
+ {
1219
+ "epoch": 2.0462205103514686,
1220
+ "grad_norm": 5.976901531219482,
1221
+ "learning_rate": 0.00018444348622895275,
1222
+ "loss": 2.7119317626953126,
1223
+ "step": 4250
1224
+ },
1225
+ {
1226
+ "epoch": 2.05825710158883,
1227
+ "grad_norm": 5.369650840759277,
1228
+ "learning_rate": 0.00018423401699056423,
1229
+ "loss": 2.71682861328125,
1230
+ "step": 4275
1231
+ },
1232
+ {
1233
+ "epoch": 2.0702936928261915,
1234
+ "grad_norm": 5.941702842712402,
1235
+ "learning_rate": 0.0001840232675190346,
1236
+ "loss": 2.7161077880859374,
1237
+ "step": 4300
1238
+ },
1239
+ {
1240
+ "epoch": 2.0823302840635534,
1241
+ "grad_norm": 6.431283950805664,
1242
+ "learning_rate": 0.0001838112410174459,
1243
+ "loss": 2.7145794677734374,
1244
+ "step": 4325
1245
+ },
1246
+ {
1247
+ "epoch": 2.094366875300915,
1248
+ "grad_norm": 5.800447940826416,
1249
+ "learning_rate": 0.000183597940708289,
1250
+ "loss": 2.675470886230469,
1251
+ "step": 4350
1252
+ },
1253
+ {
1254
+ "epoch": 2.1064034665382763,
1255
+ "grad_norm": 5.919703960418701,
1256
+ "learning_rate": 0.00018338336983341475,
1257
+ "loss": 2.70038818359375,
1258
+ "step": 4375
1259
+ },
1260
+ {
1261
+ "epoch": 2.118440057775638,
1262
+ "grad_norm": 6.257649898529053,
1263
+ "learning_rate": 0.0001831675316539849,
1264
+ "loss": 2.69438720703125,
1265
+ "step": 4400
1266
+ },
1267
+ {
1268
+ "epoch": 2.1304766490129996,
1269
+ "grad_norm": 5.656405925750732,
1270
+ "learning_rate": 0.00018295042945042217,
1271
+ "loss": 2.7394085693359376,
1272
+ "step": 4425
1273
+ },
1274
+ {
1275
+ "epoch": 2.142513240250361,
1276
+ "grad_norm": 6.51097297668457,
1277
+ "learning_rate": 0.0001827320665223607,
1278
+ "loss": 2.763361511230469,
1279
+ "step": 4450
1280
+ },
1281
+ {
1282
+ "epoch": 2.1545498314877225,
1283
+ "grad_norm": 6.375082969665527,
1284
+ "learning_rate": 0.00018251244618859583,
1285
+ "loss": 2.730120849609375,
1286
+ "step": 4475
1287
+ },
1288
+ {
1289
+ "epoch": 2.1665864227250844,
1290
+ "grad_norm": 6.981193542480469,
1291
+ "learning_rate": 0.00018229157178703342,
1292
+ "loss": 2.71025146484375,
1293
+ "step": 4500
1294
+ },
1295
+ {
1296
+ "epoch": 2.178623013962446,
1297
+ "grad_norm": 6.799978733062744,
1298
+ "learning_rate": 0.00018206944667463953,
1299
+ "loss": 2.68072265625,
1300
+ "step": 4525
1301
+ },
1302
+ {
1303
+ "epoch": 2.1906596051998073,
1304
+ "grad_norm": 6.913100242614746,
1305
+ "learning_rate": 0.0001818460742273891,
1306
+ "loss": 2.73613037109375,
1307
+ "step": 4550
1308
+ },
1309
+ {
1310
+ "epoch": 2.202696196437169,
1311
+ "grad_norm": 6.257125377655029,
1312
+ "learning_rate": 0.00018162145784021466,
1313
+ "loss": 2.756729736328125,
1314
+ "step": 4575
1315
+ },
1316
+ {
1317
+ "epoch": 2.2147327876745306,
1318
+ "grad_norm": 5.430022239685059,
1319
+ "learning_rate": 0.00018139560092695495,
1320
+ "loss": 2.709376220703125,
1321
+ "step": 4600
1322
+ },
1323
+ {
1324
+ "epoch": 2.226769378911892,
1325
+ "grad_norm": 6.211202621459961,
1326
+ "learning_rate": 0.00018116850692030272,
1327
+ "loss": 2.7708380126953127,
1328
+ "step": 4625
1329
+ },
1330
+ {
1331
+ "epoch": 2.2388059701492535,
1332
+ "grad_norm": 6.597946643829346,
1333
+ "learning_rate": 0.0001809401792717528,
1334
+ "loss": 2.701777038574219,
1335
+ "step": 4650
1336
+ },
1337
+ {
1338
+ "epoch": 2.2508425613866154,
1339
+ "grad_norm": 5.942161560058594,
1340
+ "learning_rate": 0.0001807106214515496,
1341
+ "loss": 2.6990762329101563,
1342
+ "step": 4675
1343
+ },
1344
+ {
1345
+ "epoch": 2.262879152623977,
1346
+ "grad_norm": 7.107296466827393,
1347
+ "learning_rate": 0.00018047983694863425,
1348
+ "loss": 2.741151123046875,
1349
+ "step": 4700
1350
+ },
1351
+ {
1352
+ "epoch": 2.2749157438613383,
1353
+ "grad_norm": 6.462876319885254,
1354
+ "learning_rate": 0.00018024782927059167,
1355
+ "loss": 2.7986865234375,
1356
+ "step": 4725
1357
+ },
1358
+ {
1359
+ "epoch": 2.2869523350987,
1360
+ "grad_norm": 5.901287078857422,
1361
+ "learning_rate": 0.0001800146019435973,
1362
+ "loss": 2.723853759765625,
1363
+ "step": 4750
1364
+ },
1365
+ {
1366
+ "epoch": 2.2989889263360617,
1367
+ "grad_norm": 6.557262420654297,
1368
+ "learning_rate": 0.00017978015851236338,
1369
+ "loss": 2.731398620605469,
1370
+ "step": 4775
1371
+ },
1372
+ {
1373
+ "epoch": 2.311025517573423,
1374
+ "grad_norm": 6.787270545959473,
1375
+ "learning_rate": 0.00017954450254008516,
1376
+ "loss": 2.7483465576171877,
1377
+ "step": 4800
1378
+ },
1379
+ {
1380
+ "epoch": 2.3230621088107846,
1381
+ "grad_norm": 7.6440887451171875,
1382
+ "learning_rate": 0.0001793076376083868,
1383
+ "loss": 2.7426837158203123,
1384
+ "step": 4825
1385
+ },
1386
+ {
1387
+ "epoch": 2.3350987000481465,
1388
+ "grad_norm": 5.517909049987793,
1389
+ "learning_rate": 0.00017906956731726675,
1390
+ "loss": 2.718466796875,
1391
+ "step": 4850
1392
+ },
1393
+ {
1394
+ "epoch": 2.347135291285508,
1395
+ "grad_norm": 5.788064956665039,
1396
+ "learning_rate": 0.00017883029528504324,
1397
+ "loss": 2.699304504394531,
1398
+ "step": 4875
1399
+ },
1400
+ {
1401
+ "epoch": 2.3591718825228694,
1402
+ "grad_norm": 6.685894012451172,
1403
+ "learning_rate": 0.00017858982514829913,
1404
+ "loss": 2.743288269042969,
1405
+ "step": 4900
1406
+ },
1407
+ {
1408
+ "epoch": 2.3712084737602313,
1409
+ "grad_norm": 5.696547031402588,
1410
+ "learning_rate": 0.00017834816056182677,
1411
+ "loss": 2.7296527099609373,
1412
+ "step": 4925
1413
+ },
1414
+ {
1415
+ "epoch": 2.3832450649975927,
1416
+ "grad_norm": 6.552695274353027,
1417
+ "learning_rate": 0.00017810530519857235,
1418
+ "loss": 2.7500262451171875,
1419
+ "step": 4950
1420
+ },
1421
+ {
1422
+ "epoch": 2.395281656234954,
1423
+ "grad_norm": 5.272420883178711,
1424
+ "learning_rate": 0.00017786126274958015,
1425
+ "loss": 2.7251507568359377,
1426
+ "step": 4975
1427
+ },
1428
+ {
1429
+ "epoch": 2.4073182474723156,
1430
+ "grad_norm": 5.337221145629883,
1431
+ "learning_rate": 0.00017761603692393636,
1432
+ "loss": 2.794324951171875,
1433
+ "step": 5000
1434
+ },
1435
+ {
1436
+ "epoch": 2.4193548387096775,
1437
+ "grad_norm": 6.288032531738281,
1438
+ "learning_rate": 0.00017736963144871276,
1439
+ "loss": 2.73385498046875,
1440
+ "step": 5025
1441
+ },
1442
+ {
1443
+ "epoch": 2.431391429947039,
1444
+ "grad_norm": 6.103067398071289,
1445
+ "learning_rate": 0.00017712205006891013,
1446
+ "loss": 2.7030935668945313,
1447
+ "step": 5050
1448
+ },
1449
+ {
1450
+ "epoch": 2.4434280211844004,
1451
+ "grad_norm": 5.142453670501709,
1452
+ "learning_rate": 0.0001768732965474012,
1453
+ "loss": 2.7068914794921874,
1454
+ "step": 5075
1455
+ },
1456
+ {
1457
+ "epoch": 2.4554646124217623,
1458
+ "grad_norm": 6.099581241607666,
1459
+ "learning_rate": 0.00017662337466487355,
1460
+ "loss": 2.7641656494140623,
1461
+ "step": 5100
1462
+ },
1463
+ {
1464
+ "epoch": 2.4675012036591237,
1465
+ "grad_norm": 6.829136848449707,
1466
+ "learning_rate": 0.00017637228821977213,
1467
+ "loss": 2.7043777465820313,
1468
+ "step": 5125
1469
+ },
1470
+ {
1471
+ "epoch": 2.479537794896485,
1472
+ "grad_norm": 5.465605735778809,
1473
+ "learning_rate": 0.00017612004102824153,
1474
+ "loss": 2.7184182739257814,
1475
+ "step": 5150
1476
+ },
1477
+ {
1478
+ "epoch": 2.491574386133847,
1479
+ "grad_norm": 6.038458347320557,
1480
+ "learning_rate": 0.00017586663692406798,
1481
+ "loss": 2.7635272216796873,
1482
+ "step": 5175
1483
+ },
1484
+ {
1485
+ "epoch": 2.5036109773712085,
1486
+ "grad_norm": 6.614681720733643,
1487
+ "learning_rate": 0.0001756120797586211,
1488
+ "loss": 2.769054260253906,
1489
+ "step": 5200
1490
+ },
1491
+ {
1492
+ "epoch": 2.51564756860857,
1493
+ "grad_norm": 5.841181755065918,
1494
+ "learning_rate": 0.0001753563734007953,
1495
+ "loss": 2.7224261474609377,
1496
+ "step": 5225
1497
+ },
1498
+ {
1499
+ "epoch": 2.527684159845932,
1500
+ "grad_norm": 6.294864177703857,
1501
+ "learning_rate": 0.00017509952173695107,
1502
+ "loss": 2.7511309814453124,
1503
+ "step": 5250
1504
+ },
1505
+ {
1506
+ "epoch": 2.5397207510832933,
1507
+ "grad_norm": 5.583828449249268,
1508
+ "learning_rate": 0.00017484152867085583,
1509
+ "loss": 2.7023577880859375,
1510
+ "step": 5275
1511
+ },
1512
+ {
1513
+ "epoch": 2.5517573423206548,
1514
+ "grad_norm": 5.762092590332031,
1515
+ "learning_rate": 0.00017458239812362462,
1516
+ "loss": 2.7184487915039064,
1517
+ "step": 5300
1518
+ },
1519
+ {
1520
+ "epoch": 2.563793933558016,
1521
+ "grad_norm": 7.2237677574157715,
1522
+ "learning_rate": 0.0001743221340336606,
1523
+ "loss": 2.746933898925781,
1524
+ "step": 5325
1525
+ },
1526
+ {
1527
+ "epoch": 2.575830524795378,
1528
+ "grad_norm": 6.3399786949157715,
1529
+ "learning_rate": 0.00017406074035659506,
1530
+ "loss": 2.769549560546875,
1531
+ "step": 5350
1532
+ },
1533
+ {
1534
+ "epoch": 2.5878671160327396,
1535
+ "grad_norm": 5.478464603424072,
1536
+ "learning_rate": 0.0001737982210652273,
1537
+ "loss": 2.738487548828125,
1538
+ "step": 5375
1539
+ },
1540
+ {
1541
+ "epoch": 2.599903707270101,
1542
+ "grad_norm": 6.867932319641113,
1543
+ "learning_rate": 0.00017353458014946442,
1544
+ "loss": 2.7589501953125,
1545
+ "step": 5400
1546
+ },
1547
+ {
1548
+ "epoch": 2.611940298507463,
1549
+ "grad_norm": 6.149633407592773,
1550
+ "learning_rate": 0.00017326982161626044,
1551
+ "loss": 2.7048358154296874,
1552
+ "step": 5425
1553
+ },
1554
+ {
1555
+ "epoch": 2.6239768897448243,
1556
+ "grad_norm": 5.812656402587891,
1557
+ "learning_rate": 0.00017300394948955558,
1558
+ "loss": 2.7163870239257815,
1559
+ "step": 5450
1560
+ },
1561
+ {
1562
+ "epoch": 2.636013480982186,
1563
+ "grad_norm": 8.48040771484375,
1564
+ "learning_rate": 0.0001727369678102151,
1565
+ "loss": 2.7666748046875,
1566
+ "step": 5475
1567
+ },
1568
+ {
1569
+ "epoch": 2.6480500722195472,
1570
+ "grad_norm": 6.530597686767578,
1571
+ "learning_rate": 0.00017246888063596774,
1572
+ "loss": 2.683943176269531,
1573
+ "step": 5500
1574
+ },
1575
+ {
1576
+ "epoch": 2.660086663456909,
1577
+ "grad_norm": 5.324703216552734,
1578
+ "learning_rate": 0.00017219969204134412,
1579
+ "loss": 2.756099853515625,
1580
+ "step": 5525
1581
+ },
1582
+ {
1583
+ "epoch": 2.6721232546942706,
1584
+ "grad_norm": 5.394314289093018,
1585
+ "learning_rate": 0.0001719294061176149,
1586
+ "loss": 2.7569219970703127,
1587
+ "step": 5550
1588
+ },
1589
+ {
1590
+ "epoch": 2.684159845931632,
1591
+ "grad_norm": 6.482044219970703,
1592
+ "learning_rate": 0.00017165802697272854,
1593
+ "loss": 2.7562155151367187,
1594
+ "step": 5575
1595
+ },
1596
+ {
1597
+ "epoch": 2.696196437168994,
1598
+ "grad_norm": 5.999021530151367,
1599
+ "learning_rate": 0.00017138555873124874,
1600
+ "loss": 2.7514157104492187,
1601
+ "step": 5600
1602
+ },
1603
+ {
1604
+ "epoch": 2.7082330284063554,
1605
+ "grad_norm": 6.616397380828857,
1606
+ "learning_rate": 0.000171112005534292,
1607
+ "loss": 2.709639892578125,
1608
+ "step": 5625
1609
+ },
1610
+ {
1611
+ "epoch": 2.720269619643717,
1612
+ "grad_norm": 6.24782133102417,
1613
+ "learning_rate": 0.0001708373715394645,
1614
+ "loss": 2.7355551147460937,
1615
+ "step": 5650
1616
+ },
1617
+ {
1618
+ "epoch": 2.7323062108810783,
1619
+ "grad_norm": 6.01416015625,
1620
+ "learning_rate": 0.00017056166092079887,
1621
+ "loss": 2.681227722167969,
1622
+ "step": 5675
1623
+ },
1624
+ {
1625
+ "epoch": 2.74434280211844,
1626
+ "grad_norm": 5.480840682983398,
1627
+ "learning_rate": 0.00017028487786869097,
1628
+ "loss": 2.77478759765625,
1629
+ "step": 5700
1630
+ },
1631
+ {
1632
+ "epoch": 2.7563793933558016,
1633
+ "grad_norm": 6.248979568481445,
1634
+ "learning_rate": 0.00017000702658983603,
1635
+ "loss": 2.71619140625,
1636
+ "step": 5725
1637
+ },
1638
+ {
1639
+ "epoch": 2.768415984593163,
1640
+ "grad_norm": 6.709351062774658,
1641
+ "learning_rate": 0.0001697281113071647,
1642
+ "loss": 2.6932601928710938,
1643
+ "step": 5750
1644
+ },
1645
+ {
1646
+ "epoch": 2.780452575830525,
1647
+ "grad_norm": 5.883296966552734,
1648
+ "learning_rate": 0.00016944813625977895,
1649
+ "loss": 2.7240725708007814,
1650
+ "step": 5775
1651
+ },
1652
+ {
1653
+ "epoch": 2.7924891670678864,
1654
+ "grad_norm": 6.043994903564453,
1655
+ "learning_rate": 0.00016916710570288767,
1656
+ "loss": 2.730412902832031,
1657
+ "step": 5800
1658
+ },
1659
+ {
1660
+ "epoch": 2.804525758305248,
1661
+ "grad_norm": 6.184457302093506,
1662
+ "learning_rate": 0.0001688850239077419,
1663
+ "loss": 2.7380224609375,
1664
+ "step": 5825
1665
+ },
1666
+ {
1667
+ "epoch": 2.8165623495426093,
1668
+ "grad_norm": 6.543738842010498,
1669
+ "learning_rate": 0.00016860189516156992,
1670
+ "loss": 2.7130126953125,
1671
+ "step": 5850
1672
+ },
1673
+ {
1674
+ "epoch": 2.828598940779971,
1675
+ "grad_norm": 6.47238826751709,
1676
+ "learning_rate": 0.0001683177237675122,
1677
+ "loss": 2.7353460693359377,
1678
+ "step": 5875
1679
+ },
1680
+ {
1681
+ "epoch": 2.8406355320173327,
1682
+ "grad_norm": 5.968029975891113,
1683
+ "learning_rate": 0.00016803251404455582,
1684
+ "loss": 2.7125958251953124,
1685
+ "step": 5900
1686
+ },
1687
+ {
1688
+ "epoch": 2.8526721232546945,
1689
+ "grad_norm": 6.4303717613220215,
1690
+ "learning_rate": 0.00016774627032746904,
1691
+ "loss": 2.710166015625,
1692
+ "step": 5925
1693
+ },
1694
+ {
1695
+ "epoch": 2.864708714492056,
1696
+ "grad_norm": 5.7404093742370605,
1697
+ "learning_rate": 0.0001674589969667353,
1698
+ "loss": 2.7399676513671873,
1699
+ "step": 5950
1700
+ },
1701
+ {
1702
+ "epoch": 2.8767453057294174,
1703
+ "grad_norm": 6.183196544647217,
1704
+ "learning_rate": 0.00016717069832848698,
1705
+ "loss": 2.7283358764648438,
1706
+ "step": 5975
1707
+ },
1708
+ {
1709
+ "epoch": 2.888781896966779,
1710
+ "grad_norm": 5.792095184326172,
1711
+ "learning_rate": 0.00016688137879443935,
1712
+ "loss": 2.70381591796875,
1713
+ "step": 6000
1714
+ },
1715
+ {
1716
+ "epoch": 2.9008184882041403,
1717
+ "grad_norm": 5.859752655029297,
1718
+ "learning_rate": 0.00016659104276182365,
1719
+ "loss": 2.7537738037109376,
1720
+ "step": 6025
1721
+ },
1722
+ {
1723
+ "epoch": 2.9128550794415022,
1724
+ "grad_norm": 6.3950371742248535,
1725
+ "learning_rate": 0.0001662996946433205,
1726
+ "loss": 2.703232421875,
1727
+ "step": 6050
1728
+ },
1729
+ {
1730
+ "epoch": 2.9248916706788637,
1731
+ "grad_norm": 6.948364734649658,
1732
+ "learning_rate": 0.00016600733886699268,
1733
+ "loss": 2.7639871215820313,
1734
+ "step": 6075
1735
+ },
1736
+ {
1737
+ "epoch": 2.9369282619162256,
1738
+ "grad_norm": 6.1982197761535645,
1739
+ "learning_rate": 0.0001657139798762179,
1740
+ "loss": 2.733709411621094,
1741
+ "step": 6100
1742
+ },
1743
+ {
1744
+ "epoch": 2.948964853153587,
1745
+ "grad_norm": 6.387999534606934,
1746
+ "learning_rate": 0.00016541962212962127,
1747
+ "loss": 2.7400689697265626,
1748
+ "step": 6125
1749
+ },
1750
+ {
1751
+ "epoch": 2.9610014443909485,
1752
+ "grad_norm": 5.882162570953369,
1753
+ "learning_rate": 0.00016512427010100748,
1754
+ "loss": 2.7062359619140626,
1755
+ "step": 6150
1756
+ },
1757
+ {
1758
+ "epoch": 2.97303803562831,
1759
+ "grad_norm": 7.070481777191162,
1760
+ "learning_rate": 0.0001648279282792929,
1761
+ "loss": 2.6777212524414065,
1762
+ "step": 6175
1763
+ },
1764
+ {
1765
+ "epoch": 2.9850746268656714,
1766
+ "grad_norm": 5.267948150634766,
1767
+ "learning_rate": 0.0001645306011684373,
1768
+ "loss": 2.7145626831054686,
1769
+ "step": 6200
1770
+ },
1771
+ {
1772
+ "epoch": 2.9971112181030333,
1773
+ "grad_norm": 6.219203948974609,
1774
+ "learning_rate": 0.00016423229328737526,
1775
+ "loss": 2.75112060546875,
1776
+ "step": 6225
1777
+ },
1778
+ {
1779
+ "epoch": 3.0,
1780
+ "eval_loss": 2.7634668350219727,
1781
+ "eval_runtime": 4.1674,
1782
+ "eval_samples_per_second": 359.936,
1783
+ "eval_steps_per_second": 11.278,
1784
+ "step": 6231
1785
+ }
1786
+ ],
1787
+ "logging_steps": 25,
1788
+ "max_steps": 20770,
1789
+ "num_input_tokens_seen": 0,
1790
+ "num_train_epochs": 10,
1791
+ "save_steps": 500,
1792
+ "stateful_callbacks": {
1793
+ "TrainerControl": {
1794
+ "args": {
1795
+ "should_epoch_stop": false,
1796
+ "should_evaluate": false,
1797
+ "should_log": false,
1798
+ "should_save": true,
1799
+ "should_training_stop": false
1800
+ },
1801
+ "attributes": {}
1802
+ }
1803
+ },
1804
+ "total_flos": 0.0,
1805
+ "train_batch_size": 8,
1806
+ "trial_name": null,
1807
+ "trial_params": null
1808
+ }
checkpoint-6231/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1bb2c1c94aa0fdd3230268e016f0540025019dc2d2135c0ef925a101aa0459fa
3
+ size 5265