Model save
Browse files- README.md +2 -6
- all_results.json +4 -9
- config.json +1 -1
- model.safetensors +1 -1
- train_results.json +4 -4
- trainer_state.json +436 -436
- training_args.bin +2 -2
README.md
CHANGED
@@ -1,13 +1,9 @@
|
|
1 |
---
|
2 |
base_model: HuggingFaceTB/SmolVLM2-2.2B-Instruct
|
3 |
-
datasets: smolagents/aguvis-stage-2
|
4 |
library_name: transformers
|
5 |
model_name: SmolVLM2-2.2B-Instruct-Agentic-GUI
|
6 |
tags:
|
7 |
- generated_from_trainer
|
8 |
-
- open-r1
|
9 |
-
- vision-language
|
10 |
-
- vlm
|
11 |
- trl
|
12 |
- sft
|
13 |
licence: license
|
@@ -15,7 +11,7 @@ licence: license
|
|
15 |
|
16 |
# Model Card for SmolVLM2-2.2B-Instruct-Agentic-GUI
|
17 |
|
18 |
-
This model is a fine-tuned version of [HuggingFaceTB/SmolVLM2-2.2B-Instruct](https://huggingface.co/HuggingFaceTB/SmolVLM2-2.2B-Instruct)
|
19 |
It has been trained using [TRL](https://github.com/huggingface/trl).
|
20 |
|
21 |
## Quick start
|
@@ -31,7 +27,7 @@ print(output["generated_text"])
|
|
31 |
|
32 |
## Training procedure
|
33 |
|
34 |
-
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="150" height="24"/>](https://wandb.ai/huggingface/smolagents/runs/
|
35 |
|
36 |
|
37 |
This model was trained with SFT.
|
|
|
1 |
---
|
2 |
base_model: HuggingFaceTB/SmolVLM2-2.2B-Instruct
|
|
|
3 |
library_name: transformers
|
4 |
model_name: SmolVLM2-2.2B-Instruct-Agentic-GUI
|
5 |
tags:
|
6 |
- generated_from_trainer
|
|
|
|
|
|
|
7 |
- trl
|
8 |
- sft
|
9 |
licence: license
|
|
|
11 |
|
12 |
# Model Card for SmolVLM2-2.2B-Instruct-Agentic-GUI
|
13 |
|
14 |
+
This model is a fine-tuned version of [HuggingFaceTB/SmolVLM2-2.2B-Instruct](https://huggingface.co/HuggingFaceTB/SmolVLM2-2.2B-Instruct).
|
15 |
It has been trained using [TRL](https://github.com/huggingface/trl).
|
16 |
|
17 |
## Quick start
|
|
|
27 |
|
28 |
## Training procedure
|
29 |
|
30 |
+
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="150" height="24"/>](https://wandb.ai/huggingface/smolagents/runs/3tovwz1m)
|
31 |
|
32 |
|
33 |
This model was trained with SFT.
|
all_results.json
CHANGED
@@ -1,13 +1,8 @@
|
|
1 |
{
|
2 |
-
"eval_loss": 0.5039267539978027,
|
3 |
-
"eval_runtime": 178.4552,
|
4 |
-
"eval_samples": 3639,
|
5 |
-
"eval_samples_per_second": 20.392,
|
6 |
-
"eval_steps_per_second": 0.639,
|
7 |
"total_flos": 6035679775555584.0,
|
8 |
-
"train_loss": 0.
|
9 |
-
"train_runtime":
|
10 |
"train_samples": 360252,
|
11 |
-
"train_samples_per_second":
|
12 |
-
"train_steps_per_second": 0.
|
13 |
}
|
|
|
1 |
{
|
|
|
|
|
|
|
|
|
|
|
2 |
"total_flos": 6035679775555584.0,
|
3 |
+
"train_loss": 0.6108774590221319,
|
4 |
+
"train_runtime": 28363.9285,
|
5 |
"train_samples": 360252,
|
6 |
+
"train_samples_per_second": 12.701,
|
7 |
+
"train_steps_per_second": 0.025
|
8 |
}
|
config.json
CHANGED
@@ -119,7 +119,7 @@
|
|
119 |
"tie_word_embeddings": false,
|
120 |
"torch_dtype": "bfloat16",
|
121 |
"transformers_version": "4.52.3",
|
122 |
-
"use_cache":
|
123 |
"use_reentrant_checkpointing": false,
|
124 |
"vision_config": {
|
125 |
"attention_dropout": 0.0,
|
|
|
119 |
"tie_word_embeddings": false,
|
120 |
"torch_dtype": "bfloat16",
|
121 |
"transformers_version": "4.52.3",
|
122 |
+
"use_cache": false,
|
123 |
"use_reentrant_checkpointing": false,
|
124 |
"vision_config": {
|
125 |
"attention_dropout": 0.0,
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4493654912
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a1ff4e9a48bb15f355ba0e6c47d0a2b3aff2874813d04aa0b19b84ecfa6faa6f
|
3 |
size 4493654912
|
train_results.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
{
|
2 |
"total_flos": 6035679775555584.0,
|
3 |
-
"train_loss": 0.
|
4 |
-
"train_runtime":
|
5 |
"train_samples": 360252,
|
6 |
-
"train_samples_per_second":
|
7 |
-
"train_steps_per_second": 0.
|
8 |
}
|
|
|
1 |
{
|
2 |
"total_flos": 6035679775555584.0,
|
3 |
+
"train_loss": 0.6108774590221319,
|
4 |
+
"train_runtime": 28363.9285,
|
5 |
"train_samples": 360252,
|
6 |
+
"train_samples_per_second": 12.701,
|
7 |
+
"train_steps_per_second": 0.025
|
8 |
}
|
trainer_state.json
CHANGED
@@ -11,1344 +11,1344 @@
|
|
11 |
"log_history": [
|
12 |
{
|
13 |
"epoch": 0.007106057914372002,
|
14 |
-
"grad_norm": 48.
|
15 |
"learning_rate": 3.6363636363636366e-06,
|
16 |
-
"loss": 4.
|
17 |
-
"mean_token_accuracy": 0.
|
18 |
"num_tokens": 5475610.0,
|
19 |
"step": 5
|
20 |
},
|
21 |
{
|
22 |
"epoch": 0.014212115828744005,
|
23 |
-
"grad_norm": 14.
|
24 |
"learning_rate": 8.181818181818183e-06,
|
25 |
-
"loss": 3.
|
26 |
-
"mean_token_accuracy": 0.
|
27 |
"num_tokens": 10990469.0,
|
28 |
"step": 10
|
29 |
},
|
30 |
{
|
31 |
"epoch": 0.021318173743116006,
|
32 |
-
"grad_norm": 4.
|
33 |
"learning_rate": 1.2727272727272728e-05,
|
34 |
-
"loss": 1.
|
35 |
-
"mean_token_accuracy": 0.
|
36 |
"num_tokens": 16509954.0,
|
37 |
"step": 15
|
38 |
},
|
39 |
{
|
40 |
"epoch": 0.02842423165748801,
|
41 |
-
"grad_norm": 2.
|
42 |
"learning_rate": 1.7272727272727274e-05,
|
43 |
-
"loss": 1.
|
44 |
-
"mean_token_accuracy": 0.
|
45 |
"num_tokens": 22025438.0,
|
46 |
"step": 20
|
47 |
},
|
48 |
{
|
49 |
"epoch": 0.03553028957186001,
|
50 |
-
"grad_norm": 3.
|
51 |
"learning_rate": 1.999961805535155e-05,
|
52 |
-
"loss": 0.
|
53 |
-
"mean_token_accuracy": 0.
|
54 |
"num_tokens": 27537030.0,
|
55 |
"step": 25
|
56 |
},
|
57 |
{
|
58 |
"epoch": 0.04263634748623201,
|
59 |
-
"grad_norm": 3.
|
60 |
"learning_rate": 1.9995321550350065e-05,
|
61 |
-
"loss": 0.
|
62 |
-
"mean_token_accuracy": 0.
|
63 |
"num_tokens": 33069854.0,
|
64 |
"step": 30
|
65 |
},
|
66 |
{
|
67 |
"epoch": 0.04974240540060401,
|
68 |
-
"grad_norm":
|
69 |
"learning_rate": 1.998625339625423e-05,
|
70 |
-
"loss": 0.
|
71 |
-
"mean_token_accuracy": 0.
|
72 |
"num_tokens": 38592423.0,
|
73 |
"step": 35
|
74 |
},
|
75 |
{
|
76 |
"epoch": 0.05684846331497602,
|
77 |
-
"grad_norm": 0.
|
78 |
"learning_rate": 1.9972418403347817e-05,
|
79 |
-
"loss": 0.
|
80 |
-
"mean_token_accuracy": 0.
|
81 |
"num_tokens": 44102692.0,
|
82 |
"step": 40
|
83 |
},
|
84 |
{
|
85 |
"epoch": 0.06395452122934801,
|
86 |
-
"grad_norm": 0.
|
87 |
"learning_rate": 1.9953823910527057e-05,
|
88 |
-
"loss": 0.
|
89 |
-
"mean_token_accuracy": 0.
|
90 |
"num_tokens": 49606158.0,
|
91 |
"step": 45
|
92 |
},
|
93 |
{
|
94 |
"epoch": 0.07106057914372002,
|
95 |
-
"grad_norm": 0.
|
96 |
"learning_rate": 1.993047978140764e-05,
|
97 |
-
"loss": 0.
|
98 |
-
"mean_token_accuracy": 0.
|
99 |
"num_tokens": 55124799.0,
|
100 |
"step": 50
|
101 |
},
|
102 |
{
|
103 |
"epoch": 0.07816663705809203,
|
104 |
-
"grad_norm": 0.
|
105 |
"learning_rate": 1.9902398399092494e-05,
|
106 |
-
"loss": 0.
|
107 |
-
"mean_token_accuracy": 0.
|
108 |
"num_tokens": 60636117.0,
|
109 |
"step": 55
|
110 |
},
|
111 |
{
|
112 |
"epoch": 0.08527269497246402,
|
113 |
-
"grad_norm": 0.
|
114 |
"learning_rate": 1.9869594659603032e-05,
|
115 |
-
"loss": 0.
|
116 |
-
"mean_token_accuracy": 0.
|
117 |
"num_tokens": 66154262.0,
|
118 |
"step": 60
|
119 |
},
|
120 |
{
|
121 |
"epoch": 0.09237875288683603,
|
122 |
-
"grad_norm": 0.
|
123 |
"learning_rate": 1.9832085963977445e-05,
|
124 |
-
"loss": 0.
|
125 |
-
"mean_token_accuracy": 0.
|
126 |
"num_tokens": 71679661.0,
|
127 |
"step": 65
|
128 |
},
|
129 |
{
|
130 |
"epoch": 0.09948481080120802,
|
131 |
-
"grad_norm": 0.
|
132 |
"learning_rate": 1.978989220904016e-05,
|
133 |
-
"loss": 0.
|
134 |
-
"mean_token_accuracy": 0.
|
135 |
"num_tokens": 77204132.0,
|
136 |
"step": 70
|
137 |
},
|
138 |
{
|
139 |
"epoch": 0.10659086871558003,
|
140 |
-
"grad_norm": 0.
|
141 |
"learning_rate": 1.9743035776847377e-05,
|
142 |
-
"loss": 0.
|
143 |
-
"mean_token_accuracy": 0.
|
144 |
"num_tokens": 82747984.0,
|
145 |
"step": 75
|
146 |
},
|
147 |
{
|
148 |
"epoch": 0.11369692662995204,
|
149 |
-
"grad_norm": 0.
|
150 |
"learning_rate": 1.9691541522814327e-05,
|
151 |
-
"loss": 0.
|
152 |
-
"mean_token_accuracy": 0.
|
153 |
"num_tokens": 88267430.0,
|
154 |
"step": 80
|
155 |
},
|
156 |
{
|
157 |
"epoch": 0.12080298454432403,
|
158 |
-
"grad_norm": 0.
|
159 |
"learning_rate": 1.963543676253048e-05,
|
160 |
-
"loss": 0.
|
161 |
-
"mean_token_accuracy": 0.
|
162 |
"num_tokens": 93790180.0,
|
163 |
"step": 85
|
164 |
},
|
165 |
{
|
166 |
"epoch": 0.12790904245869603,
|
167 |
-
"grad_norm": 0.
|
168 |
"learning_rate": 1.9574751257269748e-05,
|
169 |
-
"loss": 0.
|
170 |
-
"mean_token_accuracy": 0.
|
171 |
"num_tokens": 99314107.0,
|
172 |
"step": 90
|
173 |
},
|
174 |
{
|
175 |
"epoch": 0.13501510037306805,
|
176 |
-
"grad_norm": 0.
|
177 |
"learning_rate": 1.950951719820335e-05,
|
178 |
-
"loss": 0.
|
179 |
-
"mean_token_accuracy": 0.
|
180 |
"num_tokens": 104809146.0,
|
181 |
"step": 95
|
182 |
},
|
183 |
{
|
184 |
"epoch": 0.14212115828744004,
|
185 |
-
"grad_norm": 0.
|
186 |
"learning_rate": 1.9439769189323727e-05,
|
187 |
-
"loss": 0.
|
188 |
-
"mean_token_accuracy": 0.
|
189 |
"num_tokens": 110323602.0,
|
190 |
"step": 100
|
191 |
},
|
192 |
{
|
193 |
"epoch": 0.14212115828744004,
|
194 |
-
"eval_loss": 0.
|
195 |
-
"eval_mean_token_accuracy": 0.
|
196 |
"eval_num_tokens": 110323602.0,
|
197 |
-
"eval_runtime":
|
198 |
-
"eval_samples_per_second":
|
199 |
-
"eval_steps_per_second": 0.
|
200 |
"step": 100
|
201 |
},
|
202 |
{
|
203 |
"epoch": 0.14922721620181204,
|
204 |
-
"grad_norm": 0.
|
205 |
"learning_rate": 1.9365544229088517e-05,
|
206 |
-
"loss": 0.
|
207 |
-
"mean_token_accuracy": 0.
|
208 |
"num_tokens": 115858100.0,
|
209 |
"step": 105
|
210 |
},
|
211 |
{
|
212 |
"epoch": 0.15633327411618406,
|
213 |
-
"grad_norm": 0.
|
214 |
"learning_rate": 1.9286881690794425e-05,
|
215 |
-
"loss": 0.
|
216 |
-
"mean_token_accuracy": 0.
|
217 |
"num_tokens": 121393955.0,
|
218 |
"step": 110
|
219 |
},
|
220 |
{
|
221 |
"epoch": 0.16343933203055605,
|
222 |
-
"grad_norm": 0.
|
223 |
"learning_rate": 1.9203823301691272e-05,
|
224 |
-
"loss": 0.
|
225 |
-
"mean_token_accuracy": 0.
|
226 |
"num_tokens": 126941522.0,
|
227 |
"step": 115
|
228 |
},
|
229 |
{
|
230 |
"epoch": 0.17054538994492804,
|
231 |
-
"grad_norm": 0.
|
232 |
"learning_rate": 1.9116413120847425e-05,
|
233 |
-
"loss": 0.
|
234 |
-
"mean_token_accuracy": 0.
|
235 |
"num_tokens": 132467661.0,
|
236 |
"step": 120
|
237 |
},
|
238 |
{
|
239 |
"epoch": 0.17765144785930007,
|
240 |
-
"grad_norm": 0.
|
241 |
"learning_rate": 1.902469751577826e-05,
|
242 |
-
"loss": 0.
|
243 |
-
"mean_token_accuracy": 0.
|
244 |
"num_tokens": 137980426.0,
|
245 |
"step": 125
|
246 |
},
|
247 |
{
|
248 |
"epoch": 0.18475750577367206,
|
249 |
-
"grad_norm": 0.
|
250 |
"learning_rate": 1.892872513785008e-05,
|
251 |
"loss": 0.568,
|
252 |
-
"mean_token_accuracy": 0.
|
253 |
"num_tokens": 143490685.0,
|
254 |
"step": 130
|
255 |
},
|
256 |
{
|
257 |
"epoch": 0.19186356368804405,
|
258 |
-
"grad_norm": 0.
|
259 |
"learning_rate": 1.88285468964726e-05,
|
260 |
-
"loss": 0.
|
261 |
-
"mean_token_accuracy": 0.
|
262 |
"num_tokens": 149018034.0,
|
263 |
"step": 135
|
264 |
},
|
265 |
{
|
266 |
"epoch": 0.19896962160241605,
|
267 |
-
"grad_norm": 0.
|
268 |
"learning_rate": 1.872421593209355e-05,
|
269 |
-
"loss": 0.
|
270 |
-
"mean_token_accuracy": 0.
|
271 |
"num_tokens": 154549711.0,
|
272 |
"step": 140
|
273 |
},
|
274 |
{
|
275 |
"epoch": 0.20607567951678807,
|
276 |
-
"grad_norm": 0.
|
277 |
"learning_rate": 1.861578758800989e-05,
|
278 |
-
"loss": 0.
|
279 |
-
"mean_token_accuracy": 0.
|
280 |
"num_tokens": 160056919.0,
|
281 |
"step": 145
|
282 |
},
|
283 |
{
|
284 |
"epoch": 0.21318173743116006,
|
285 |
-
"grad_norm": 0.
|
286 |
"learning_rate": 1.8503319381010414e-05,
|
287 |
"loss": 0.5688,
|
288 |
-
"mean_token_accuracy": 0.
|
289 |
"num_tokens": 165584428.0,
|
290 |
"step": 150
|
291 |
},
|
292 |
{
|
293 |
"epoch": 0.22028779534553206,
|
294 |
-
"grad_norm": 0.
|
295 |
"learning_rate": 1.8386870970865488e-05,
|
296 |
-
"loss": 0.
|
297 |
-
"mean_token_accuracy": 0.
|
298 |
"num_tokens": 171107691.0,
|
299 |
"step": 155
|
300 |
},
|
301 |
{
|
302 |
"epoch": 0.22739385325990408,
|
303 |
-
"grad_norm": 0.
|
304 |
"learning_rate": 1.8266504128679988e-05,
|
305 |
-
"loss": 0.
|
306 |
-
"mean_token_accuracy": 0.
|
307 |
"num_tokens": 176626158.0,
|
308 |
"step": 160
|
309 |
},
|
310 |
{
|
311 |
"epoch": 0.23449991117427607,
|
312 |
-
"grad_norm": 0.
|
313 |
"learning_rate": 1.814228270412624e-05,
|
314 |
-
"loss": 0.
|
315 |
-
"mean_token_accuracy": 0.
|
316 |
"num_tokens": 182151744.0,
|
317 |
"step": 165
|
318 |
},
|
319 |
{
|
320 |
"epoch": 0.24160596908864806,
|
321 |
-
"grad_norm": 0.
|
322 |
"learning_rate": 1.8014272591574405e-05,
|
323 |
-
"loss": 0.
|
324 |
-
"mean_token_accuracy": 0.
|
325 |
"num_tokens": 187670198.0,
|
326 |
"step": 170
|
327 |
},
|
328 |
{
|
329 |
"epoch": 0.2487120270030201,
|
330 |
-
"grad_norm": 0.
|
331 |
"learning_rate": 1.7882541695138224e-05,
|
332 |
"loss": 0.5579,
|
333 |
-
"mean_token_accuracy": 0.
|
334 |
"num_tokens": 193189696.0,
|
335 |
"step": 175
|
336 |
},
|
337 |
{
|
338 |
"epoch": 0.25581808491739205,
|
339 |
-
"grad_norm": 0.
|
340 |
"learning_rate": 1.7747159892654646e-05,
|
341 |
-
"loss": 0.
|
342 |
-
"mean_token_accuracy": 0.
|
343 |
"num_tokens": 198706595.0,
|
344 |
"step": 180
|
345 |
},
|
346 |
{
|
347 |
"epoch": 0.2629241428317641,
|
348 |
-
"grad_norm": 0.
|
349 |
"learning_rate": 1.7608198998616533e-05,
|
350 |
-
"loss": 0.
|
351 |
-
"mean_token_accuracy": 0.
|
352 |
"num_tokens": 204263565.0,
|
353 |
"step": 185
|
354 |
},
|
355 |
{
|
356 |
"epoch": 0.2700302007461361,
|
357 |
-
"grad_norm": 0.
|
358 |
"learning_rate": 1.7465732726077993e-05,
|
359 |
-
"loss": 0.
|
360 |
-
"mean_token_accuracy": 0.
|
361 |
"num_tokens": 209753822.0,
|
362 |
"step": 190
|
363 |
},
|
364 |
{
|
365 |
"epoch": 0.27713625866050806,
|
366 |
-
"grad_norm": 0.
|
367 |
"learning_rate": 1.731983664755264e-05,
|
368 |
-
"loss": 0.
|
369 |
-
"mean_token_accuracy": 0.
|
370 |
"num_tokens": 215275472.0,
|
371 |
"step": 195
|
372 |
},
|
373 |
{
|
374 |
"epoch": 0.2842423165748801,
|
375 |
-
"grad_norm": 0.
|
376 |
"learning_rate": 1.717058815492548e-05,
|
377 |
-
"loss": 0.
|
378 |
-
"mean_token_accuracy": 0.
|
379 |
"num_tokens": 220789450.0,
|
380 |
"step": 200
|
381 |
},
|
382 |
{
|
383 |
"epoch": 0.2842423165748801,
|
384 |
-
"eval_loss": 0.
|
385 |
-
"eval_mean_token_accuracy": 0.
|
386 |
"eval_num_tokens": 220789450.0,
|
387 |
-
"eval_runtime":
|
388 |
-
"eval_samples_per_second":
|
389 |
-
"eval_steps_per_second": 0.
|
390 |
"step": 200
|
391 |
},
|
392 |
{
|
393 |
"epoch": 0.2913483744892521,
|
394 |
-
"grad_norm": 0.
|
395 |
"learning_rate": 1.701806641839967e-05,
|
396 |
-
"loss": 0.
|
397 |
-
"mean_token_accuracy": 0.
|
398 |
"num_tokens": 226318335.0,
|
399 |
"step": 205
|
400 |
},
|
401 |
{
|
402 |
"epoch": 0.29845443240362407,
|
403 |
-
"grad_norm": 0.
|
404 |
"learning_rate": 1.6862352344500004e-05,
|
405 |
-
"loss": 0.
|
406 |
-
"mean_token_accuracy": 0.
|
407 |
"num_tokens": 231830330.0,
|
408 |
"step": 210
|
409 |
},
|
410 |
{
|
411 |
"epoch": 0.3055604903179961,
|
412 |
-
"grad_norm": 0.
|
413 |
"learning_rate": 1.6703528533155283e-05,
|
414 |
-
"loss": 0.
|
415 |
-
"mean_token_accuracy": 0.
|
416 |
"num_tokens": 237344871.0,
|
417 |
"step": 215
|
418 |
},
|
419 |
{
|
420 |
"epoch": 0.3126665482323681,
|
421 |
-
"grad_norm": 0.
|
422 |
"learning_rate": 1.6541679233882477e-05,
|
423 |
-
"loss": 0.
|
424 |
-
"mean_token_accuracy": 0.
|
425 |
"num_tokens": 242868508.0,
|
426 |
"step": 220
|
427 |
},
|
428 |
{
|
429 |
"epoch": 0.3197726061467401,
|
430 |
-
"grad_norm": 0.
|
431 |
"learning_rate": 1.63768903010958e-05,
|
432 |
-
"loss": 0.
|
433 |
-
"mean_token_accuracy": 0.
|
434 |
"num_tokens": 248407721.0,
|
435 |
"step": 225
|
436 |
},
|
437 |
{
|
438 |
"epoch": 0.3268786640611121,
|
439 |
-
"grad_norm": 0.
|
440 |
"learning_rate": 1.6209249148564437e-05,
|
441 |
"loss": 0.5503,
|
442 |
-
"mean_token_accuracy": 0.
|
443 |
"num_tokens": 253911671.0,
|
444 |
"step": 230
|
445 |
},
|
446 |
{
|
447 |
"epoch": 0.3339847219754841,
|
448 |
-
"grad_norm": 0.
|
449 |
"learning_rate": 1.603884470304318e-05,
|
450 |
-
"loss": 0.
|
451 |
-
"mean_token_accuracy": 0.
|
452 |
"num_tokens": 259442838.0,
|
453 |
"step": 235
|
454 |
},
|
455 |
{
|
456 |
"epoch": 0.3410907798898561,
|
457 |
-
"grad_norm": 0.
|
458 |
"learning_rate": 1.5865767357100383e-05,
|
459 |
-
"loss": 0.
|
460 |
-
"mean_token_accuracy": 0.
|
461 |
"num_tokens": 264975290.0,
|
462 |
"step": 240
|
463 |
},
|
464 |
{
|
465 |
"epoch": 0.3481968378042281,
|
466 |
-
"grad_norm": 0.
|
467 |
"learning_rate": 1.5690108921168428e-05,
|
468 |
-
"loss": 0.
|
469 |
-
"mean_token_accuracy": 0.
|
470 |
"num_tokens": 270498217.0,
|
471 |
"step": 245
|
472 |
},
|
473 |
{
|
474 |
"epoch": 0.35530289571860013,
|
475 |
-
"grad_norm": 0.
|
476 |
"learning_rate": 1.5511962574842073e-05,
|
477 |
-
"loss": 0.
|
478 |
-
"mean_token_accuracy": 0.
|
479 |
"num_tokens": 276014342.0,
|
480 |
"step": 250
|
481 |
},
|
482 |
{
|
483 |
"epoch": 0.3624089536329721,
|
484 |
-
"grad_norm": 0.
|
485 |
"learning_rate": 1.5331422817450485e-05,
|
486 |
-
"loss": 0.
|
487 |
-
"mean_token_accuracy": 0.
|
488 |
"num_tokens": 281549490.0,
|
489 |
"step": 255
|
490 |
},
|
491 |
{
|
492 |
"epoch": 0.3695150115473441,
|
493 |
-
"grad_norm": 0.
|
494 |
"learning_rate": 1.5148585417929212e-05,
|
495 |
-
"loss": 0.
|
496 |
-
"mean_token_accuracy": 0.
|
497 |
"num_tokens": 287067865.0,
|
498 |
"step": 260
|
499 |
},
|
500 |
{
|
501 |
"epoch": 0.37662106946171614,
|
502 |
-
"grad_norm": 0.
|
503 |
"learning_rate": 1.4963547364018711e-05,
|
504 |
-
"loss": 0.
|
505 |
-
"mean_token_accuracy": 0.
|
506 |
"num_tokens": 292575698.0,
|
507 |
"step": 265
|
508 |
},
|
509 |
{
|
510 |
"epoch": 0.3837271273760881,
|
511 |
-
"grad_norm": 0.
|
512 |
"learning_rate": 1.477640681081632e-05,
|
513 |
-
"loss": 0.
|
514 |
-
"mean_token_accuracy": 0.
|
515 |
"num_tokens": 298104461.0,
|
516 |
"step": 270
|
517 |
},
|
518 |
{
|
519 |
"epoch": 0.39083318529046013,
|
520 |
-
"grad_norm": 0.
|
521 |
"learning_rate": 1.4587263028709013e-05,
|
522 |
-
"loss": 0.
|
523 |
-
"mean_token_accuracy": 0.
|
524 |
"num_tokens": 303615295.0,
|
525 |
"step": 275
|
526 |
},
|
527 |
{
|
528 |
"epoch": 0.3979392432048321,
|
529 |
-
"grad_norm": 0.
|
530 |
"learning_rate": 1.4396216350714512e-05,
|
531 |
-
"loss": 0.
|
532 |
-
"mean_token_accuracy": 0.
|
533 |
"num_tokens": 309131939.0,
|
534 |
"step": 280
|
535 |
},
|
536 |
{
|
537 |
"epoch": 0.4050453011192041,
|
538 |
-
"grad_norm": 0.
|
539 |
"learning_rate": 1.4203368119258759e-05,
|
540 |
-
"loss": 0.
|
541 |
-
"mean_token_accuracy": 0.
|
542 |
"num_tokens": 314661318.0,
|
543 |
"step": 285
|
544 |
},
|
545 |
{
|
546 |
"epoch": 0.41215135903357614,
|
547 |
-
"grad_norm": 0.
|
548 |
"learning_rate": 1.4008820632417906e-05,
|
549 |
"loss": 0.5401,
|
550 |
-
"mean_token_accuracy": 0.
|
551 |
"num_tokens": 320185466.0,
|
552 |
"step": 290
|
553 |
},
|
554 |
{
|
555 |
"epoch": 0.4192574169479481,
|
556 |
-
"grad_norm": 0.
|
557 |
"learning_rate": 1.381267708965339e-05,
|
558 |
-
"loss": 0.
|
559 |
-
"mean_token_accuracy": 0.
|
560 |
"num_tokens": 325709519.0,
|
561 |
"step": 295
|
562 |
},
|
563 |
{
|
564 |
"epoch": 0.4263634748623201,
|
565 |
-
"grad_norm": 0.
|
566 |
"learning_rate": 1.3615041537068831e-05,
|
567 |
-
"loss": 0.
|
568 |
-
"mean_token_accuracy": 0.
|
569 |
"num_tokens": 331248121.0,
|
570 |
"step": 300
|
571 |
},
|
572 |
{
|
573 |
"epoch": 0.4263634748623201,
|
574 |
-
"eval_loss": 0.
|
575 |
-
"eval_mean_token_accuracy": 0.
|
576 |
"eval_num_tokens": 331248121.0,
|
577 |
-
"eval_runtime":
|
578 |
-
"eval_samples_per_second":
|
579 |
-
"eval_steps_per_second": 0.
|
580 |
"step": 300
|
581 |
},
|
582 |
{
|
583 |
"epoch": 0.43346953277669215,
|
584 |
-
"grad_norm": 0.
|
585 |
"learning_rate": 1.3416018812217866e-05,
|
586 |
-
"loss": 0.
|
587 |
-
"mean_token_accuracy": 0.
|
588 |
"num_tokens": 336772706.0,
|
589 |
"step": 305
|
590 |
},
|
591 |
{
|
592 |
"epoch": 0.4405755906910641,
|
593 |
-
"grad_norm": 0.
|
594 |
"learning_rate": 1.3215714488492121e-05,
|
595 |
-
"loss": 0.
|
596 |
-
"mean_token_accuracy": 0.
|
597 |
"num_tokens": 342302933.0,
|
598 |
"step": 310
|
599 |
},
|
600 |
{
|
601 |
"epoch": 0.44768164860543613,
|
602 |
-
"grad_norm": 0.
|
603 |
"learning_rate": 1.3014234819118846e-05,
|
604 |
-
"loss": 0.
|
605 |
-
"mean_token_accuracy": 0.
|
606 |
"num_tokens": 347832122.0,
|
607 |
"step": 315
|
608 |
},
|
609 |
{
|
610 |
"epoch": 0.45478770651980815,
|
611 |
-
"grad_norm": 0.
|
612 |
"learning_rate": 1.2811686680797942e-05,
|
613 |
-
"loss": 0.
|
614 |
-
"mean_token_accuracy": 0.
|
615 |
"num_tokens": 353357495.0,
|
616 |
"step": 320
|
617 |
},
|
618 |
{
|
619 |
"epoch": 0.4618937644341801,
|
620 |
-
"grad_norm": 0.
|
621 |
"learning_rate": 1.2608177517008268e-05,
|
622 |
-
"loss": 0.
|
623 |
-
"mean_token_accuracy": 0.
|
624 |
"num_tokens": 358876427.0,
|
625 |
"step": 325
|
626 |
},
|
627 |
{
|
628 |
"epoch": 0.46899982234855214,
|
629 |
-
"grad_norm": 0.
|
630 |
"learning_rate": 1.240381528101327e-05,
|
631 |
-
"loss": 0.
|
632 |
-
"mean_token_accuracy": 0.
|
633 |
"num_tokens": 364395480.0,
|
634 |
"step": 330
|
635 |
},
|
636 |
{
|
637 |
"epoch": 0.47610588026292416,
|
638 |
-
"grad_norm": 0.
|
639 |
"learning_rate": 1.2198708378596198e-05,
|
640 |
-
"loss": 0.
|
641 |
-
"mean_token_accuracy": 0.
|
642 |
"num_tokens": 369904006.0,
|
643 |
"step": 335
|
644 |
},
|
645 |
{
|
646 |
"epoch": 0.48321193817729613,
|
647 |
-
"grad_norm": 0.
|
648 |
"learning_rate": 1.19929656105553e-05,
|
649 |
-
"loss": 0.
|
650 |
-
"mean_token_accuracy": 0.
|
651 |
"num_tokens": 375415817.0,
|
652 |
"step": 340
|
653 |
},
|
654 |
{
|
655 |
"epoch": 0.49031799609166815,
|
656 |
-
"grad_norm": 0.
|
657 |
"learning_rate": 1.1786696114989455e-05,
|
658 |
"loss": 0.5324,
|
659 |
-
"mean_token_accuracy": 0.
|
660 |
"num_tokens": 380931196.0,
|
661 |
"step": 345
|
662 |
},
|
663 |
{
|
664 |
"epoch": 0.4974240540060402,
|
665 |
-
"grad_norm": 0.
|
666 |
"learning_rate": 1.1580009309404887e-05,
|
667 |
-
"loss": 0.
|
668 |
-
"mean_token_accuracy": 0.
|
669 |
"num_tokens": 386462024.0,
|
670 |
"step": 350
|
671 |
},
|
672 |
{
|
673 |
"epoch": 0.5045301119204122,
|
674 |
-
"grad_norm": 0.
|
675 |
"learning_rate": 1.1373014832673661e-05,
|
676 |
-
"loss": 0.
|
677 |
-
"mean_token_accuracy": 0.
|
678 |
"num_tokens": 391971484.0,
|
679 |
"step": 355
|
680 |
},
|
681 |
{
|
682 |
"epoch": 0.5116361698347841,
|
683 |
-
"grad_norm": 0.
|
684 |
"learning_rate": 1.1165822486874773e-05,
|
685 |
-
"loss": 0.
|
686 |
-
"mean_token_accuracy": 0.
|
687 |
"num_tokens": 397503191.0,
|
688 |
"step": 360
|
689 |
},
|
690 |
{
|
691 |
"epoch": 0.5187422277491561,
|
692 |
-
"grad_norm": 0.
|
693 |
"learning_rate": 1.0958542179048637e-05,
|
694 |
-
"loss": 0.
|
695 |
-
"mean_token_accuracy": 0.
|
696 |
"num_tokens": 403001146.0,
|
697 |
"step": 365
|
698 |
},
|
699 |
{
|
700 |
"epoch": 0.5258482856635281,
|
701 |
-
"grad_norm": 0.
|
702 |
"learning_rate": 1.0751283862895914e-05,
|
703 |
-
"loss": 0.
|
704 |
-
"mean_token_accuracy": 0.
|
705 |
"num_tokens": 408526858.0,
|
706 |
"step": 370
|
707 |
},
|
708 |
{
|
709 |
"epoch": 0.5329543435779002,
|
710 |
-
"grad_norm": 0.
|
711 |
"learning_rate": 1.0544157480451586e-05,
|
712 |
-
"loss": 0.
|
713 |
-
"mean_token_accuracy": 0.
|
714 |
"num_tokens": 414051639.0,
|
715 |
"step": 375
|
716 |
},
|
717 |
{
|
718 |
"epoch": 0.5400604014922722,
|
719 |
-
"grad_norm": 0.
|
720 |
"learning_rate": 1.033727290376522e-05,
|
721 |
-
"loss": 0.
|
722 |
-
"mean_token_accuracy": 0.
|
723 |
"num_tokens": 419571564.0,
|
724 |
"step": 380
|
725 |
},
|
726 |
{
|
727 |
"epoch": 0.5471664594066442,
|
728 |
-
"grad_norm": 0.
|
729 |
"learning_rate": 1.013073987661834e-05,
|
730 |
-
"loss": 0.
|
731 |
-
"mean_token_accuracy": 0.
|
732 |
"num_tokens": 425096738.0,
|
733 |
"step": 385
|
734 |
},
|
735 |
{
|
736 |
"epoch": 0.5542725173210161,
|
737 |
-
"grad_norm": 0.
|
738 |
"learning_rate": 9.924667956309862e-06,
|
739 |
-
"loss": 0.
|
740 |
-
"mean_token_accuracy": 0.
|
741 |
"num_tokens": 430620174.0,
|
742 |
"step": 390
|
743 |
},
|
744 |
{
|
745 |
"epoch": 0.5613785752353881,
|
746 |
-
"grad_norm": 0.
|
747 |
"learning_rate": 9.719166455540437e-06,
|
748 |
-
"loss": 0.
|
749 |
-
"mean_token_accuracy": 0.
|
750 |
"num_tokens": 436140181.0,
|
751 |
"step": 395
|
752 |
},
|
753 |
{
|
754 |
"epoch": 0.5684846331497602,
|
755 |
-
"grad_norm": 0.
|
756 |
"learning_rate": 9.51434438442655e-06,
|
757 |
"loss": 0.5348,
|
758 |
-
"mean_token_accuracy": 0.
|
759 |
"num_tokens": 441662675.0,
|
760 |
"step": 400
|
761 |
},
|
762 |
{
|
763 |
"epoch": 0.5684846331497602,
|
764 |
-
"eval_loss": 0.
|
765 |
-
"eval_mean_token_accuracy": 0.
|
766 |
"eval_num_tokens": 441662675.0,
|
767 |
-
"eval_runtime":
|
768 |
-
"eval_samples_per_second":
|
769 |
-
"eval_steps_per_second": 0.
|
770 |
"step": 400
|
771 |
},
|
772 |
{
|
773 |
"epoch": 0.5755906910641322,
|
774 |
-
"grad_norm": 0.
|
775 |
"learning_rate": 9.310310392675132e-06,
|
776 |
"loss": 0.5232,
|
777 |
-
"mean_token_accuracy": 0.
|
778 |
"num_tokens": 447154493.0,
|
779 |
"step": 405
|
780 |
},
|
781 |
{
|
782 |
"epoch": 0.5826967489785042,
|
783 |
-
"grad_norm": 0.
|
784 |
"learning_rate": 9.107172711949324e-06,
|
785 |
-
"loss": 0.
|
786 |
-
"mean_token_accuracy": 0.
|
787 |
"num_tokens": 452684121.0,
|
788 |
"step": 410
|
789 |
},
|
790 |
{
|
791 |
"epoch": 0.5898028068928762,
|
792 |
-
"grad_norm": 0.
|
793 |
"learning_rate": 8.905039098456049e-06,
|
794 |
"loss": 0.53,
|
795 |
-
"mean_token_accuracy": 0.
|
796 |
"num_tokens": 458209573.0,
|
797 |
"step": 415
|
798 |
},
|
799 |
{
|
800 |
"epoch": 0.5969088648072481,
|
801 |
-
"grad_norm": 0.
|
802 |
"learning_rate": 8.704016775785742e-06,
|
803 |
-
"loss": 0.
|
804 |
-
"mean_token_accuracy": 0.
|
805 |
"num_tokens": 463743007.0,
|
806 |
"step": 420
|
807 |
},
|
808 |
{
|
809 |
"epoch": 0.6040149227216202,
|
810 |
-
"grad_norm": 0.
|
811 |
"learning_rate": 8.50421237803464e-06,
|
812 |
-
"loss": 0.
|
813 |
-
"mean_token_accuracy": 0.
|
814 |
"num_tokens": 469259672.0,
|
815 |
"step": 425
|
816 |
},
|
817 |
{
|
818 |
"epoch": 0.6111209806359922,
|
819 |
-
"grad_norm": 0.
|
820 |
"learning_rate": 8.30573189323978e-06,
|
821 |
-
"loss": 0.
|
822 |
-
"mean_token_accuracy": 0.
|
823 |
"num_tokens": 474761309.0,
|
824 |
"step": 430
|
825 |
},
|
826 |
{
|
827 |
"epoch": 0.6182270385503642,
|
828 |
-
"grad_norm": 0.
|
829 |
"learning_rate": 8.108680607156669e-06,
|
830 |
"loss": 0.5373,
|
831 |
-
"mean_token_accuracy": 0.
|
832 |
"num_tokens": 480283239.0,
|
833 |
"step": 435
|
834 |
},
|
835 |
{
|
836 |
"epoch": 0.6253330964647362,
|
837 |
-
"grad_norm": 0.
|
838 |
"learning_rate": 7.913163047409533e-06,
|
839 |
-
"loss": 0.
|
840 |
-
"mean_token_accuracy": 0.
|
841 |
"num_tokens": 485803053.0,
|
842 |
"step": 440
|
843 |
},
|
844 |
{
|
845 |
"epoch": 0.6324391543791081,
|
846 |
-
"grad_norm": 0.
|
847 |
"learning_rate": 7.719282928043688e-06,
|
848 |
"loss": 0.5312,
|
849 |
-
"mean_token_accuracy": 0.
|
850 |
"num_tokens": 491312112.0,
|
851 |
"step": 445
|
852 |
},
|
853 |
{
|
854 |
"epoch": 0.6395452122934802,
|
855 |
-
"grad_norm": 0.
|
856 |
"learning_rate": 7.527143094509492e-06,
|
857 |
-
"loss": 0.
|
858 |
-
"mean_token_accuracy": 0.
|
859 |
"num_tokens": 496828932.0,
|
860 |
"step": 450
|
861 |
},
|
862 |
{
|
863 |
"epoch": 0.6466512702078522,
|
864 |
-
"grad_norm": 0.
|
865 |
"learning_rate": 7.336845469107061e-06,
|
866 |
-
"loss": 0.
|
867 |
-
"mean_token_accuracy": 0.
|
868 |
"num_tokens": 502329483.0,
|
869 |
"step": 455
|
870 |
},
|
871 |
{
|
872 |
"epoch": 0.6537573281222242,
|
873 |
-
"grad_norm": 0.
|
874 |
"learning_rate": 7.148490996920661e-06,
|
875 |
"loss": 0.5315,
|
876 |
-
"mean_token_accuracy": 0.
|
877 |
"num_tokens": 507853922.0,
|
878 |
"step": 460
|
879 |
},
|
880 |
{
|
881 |
"epoch": 0.6608633860365962,
|
882 |
-
"grad_norm": 0.
|
883 |
"learning_rate": 6.9621795922714805e-06,
|
884 |
"loss": 0.5283,
|
885 |
-
"mean_token_accuracy": 0.
|
886 |
"num_tokens": 513366033.0,
|
887 |
"step": 465
|
888 |
},
|
889 |
{
|
890 |
"epoch": 0.6679694439509682,
|
891 |
-
"grad_norm": 0.
|
892 |
"learning_rate": 6.778010085717202e-06,
|
893 |
-
"loss": 0.
|
894 |
-
"mean_token_accuracy": 0.
|
895 |
"num_tokens": 518888798.0,
|
896 |
"step": 470
|
897 |
},
|
898 |
{
|
899 |
"epoch": 0.6750755018653402,
|
900 |
-
"grad_norm": 0.
|
901 |
"learning_rate": 6.596080171626409e-06,
|
902 |
-
"loss": 0.
|
903 |
-
"mean_token_accuracy": 0.
|
904 |
"num_tokens": 524392285.0,
|
905 |
"step": 475
|
906 |
},
|
907 |
{
|
908 |
"epoch": 0.6821815597797122,
|
909 |
-
"grad_norm": 0.
|
910 |
"learning_rate": 6.416486356355769e-06,
|
911 |
"loss": 0.5365,
|
912 |
-
"mean_token_accuracy": 0.
|
913 |
"num_tokens": 529904641.0,
|
914 |
"step": 480
|
915 |
},
|
916 |
{
|
917 |
"epoch": 0.6892876176940842,
|
918 |
-
"grad_norm": 0.
|
919 |
"learning_rate": 6.239323907057342e-06,
|
920 |
"loss": 0.5334,
|
921 |
-
"mean_token_accuracy": 0.
|
922 |
"num_tokens": 535417362.0,
|
923 |
"step": 485
|
924 |
},
|
925 |
{
|
926 |
"epoch": 0.6963936756084562,
|
927 |
-
"grad_norm": 0.
|
928 |
"learning_rate": 6.064686801143271e-06,
|
929 |
"loss": 0.5166,
|
930 |
-
"mean_token_accuracy": 0.
|
931 |
"num_tokens": 540908836.0,
|
932 |
"step": 490
|
933 |
},
|
934 |
{
|
935 |
"epoch": 0.7034997335228282,
|
936 |
-
"grad_norm": 0.
|
937 |
"learning_rate": 5.892667676434633e-06,
|
938 |
-
"loss": 0.
|
939 |
-
"mean_token_accuracy": 0.
|
940 |
"num_tokens": 546444796.0,
|
941 |
"step": 495
|
942 |
},
|
943 |
{
|
944 |
"epoch": 0.7106057914372003,
|
945 |
-
"grad_norm": 0.
|
946 |
"learning_rate": 5.723357782020867e-06,
|
947 |
-
"loss": 0.
|
948 |
-
"mean_token_accuracy": 0.
|
949 |
"num_tokens": 551952947.0,
|
950 |
"step": 500
|
951 |
},
|
952 |
{
|
953 |
"epoch": 0.7106057914372003,
|
954 |
-
"eval_loss": 0.
|
955 |
-
"eval_mean_token_accuracy": 0.
|
956 |
"eval_num_tokens": 551952947.0,
|
957 |
-
"eval_runtime":
|
958 |
-
"eval_samples_per_second":
|
959 |
-
"eval_steps_per_second": 0.
|
960 |
"step": 500
|
961 |
},
|
962 |
{
|
963 |
"epoch": 0.7177118493515722,
|
964 |
-
"grad_norm": 0.
|
965 |
"learning_rate": 5.556846929855857e-06,
|
966 |
-
"loss": 0.
|
967 |
-
"mean_token_accuracy": 0.
|
968 |
"num_tokens": 557467246.0,
|
969 |
"step": 505
|
970 |
},
|
971 |
{
|
972 |
"epoch": 0.7248179072659442,
|
973 |
-
"grad_norm": 0.
|
974 |
"learning_rate": 5.393223447116409e-06,
|
975 |
"loss": 0.5344,
|
976 |
-
"mean_token_accuracy": 0.
|
977 |
"num_tokens": 562988077.0,
|
978 |
"step": 510
|
979 |
},
|
980 |
{
|
981 |
"epoch": 0.7319239651803162,
|
982 |
-
"grad_norm": 0.
|
983 |
"learning_rate": 5.232574129348278e-06,
|
984 |
-
"loss": 0.
|
985 |
-
"mean_token_accuracy": 0.
|
986 |
"num_tokens": 568506583.0,
|
987 |
"step": 515
|
988 |
},
|
989 |
{
|
990 |
"epoch": 0.7390300230946882,
|
991 |
-
"grad_norm": 0.
|
992 |
"learning_rate": 5.0749841944247e-06,
|
993 |
-
"loss": 0.
|
994 |
-
"mean_token_accuracy": 0.
|
995 |
"num_tokens": 574039672.0,
|
996 |
"step": 520
|
997 |
},
|
998 |
{
|
999 |
"epoch": 0.7461360810090603,
|
1000 |
-
"grad_norm": 0.
|
1001 |
"learning_rate": 4.92053723734182e-06,
|
1002 |
-
"loss": 0.
|
1003 |
-
"mean_token_accuracy": 0.
|
1004 |
"num_tokens": 579544417.0,
|
1005 |
"step": 525
|
1006 |
},
|
1007 |
{
|
1008 |
"epoch": 0.7532421389234323,
|
1009 |
-
"grad_norm": 0.
|
1010 |
"learning_rate": 4.769315185874951e-06,
|
1011 |
-
"loss": 0.
|
1012 |
-
"mean_token_accuracy": 0.
|
1013 |
"num_tokens": 585066703.0,
|
1014 |
"step": 530
|
1015 |
},
|
1016 |
{
|
1017 |
"epoch": 0.7603481968378042,
|
1018 |
-
"grad_norm": 0.
|
1019 |
"learning_rate": 4.621398257119266e-06,
|
1020 |
-
"loss": 0.
|
1021 |
-
"mean_token_accuracy": 0.
|
1022 |
"num_tokens": 590596017.0,
|
1023 |
"step": 535
|
1024 |
},
|
1025 |
{
|
1026 |
"epoch": 0.7674542547521762,
|
1027 |
-
"grad_norm": 0.
|
1028 |
"learning_rate": 4.476864914937923e-06,
|
1029 |
-
"loss": 0.
|
1030 |
-
"mean_token_accuracy": 0.
|
1031 |
"num_tokens": 596113106.0,
|
1032 |
"step": 540
|
1033 |
},
|
1034 |
{
|
1035 |
"epoch": 0.7745603126665482,
|
1036 |
-
"grad_norm": 0.
|
1037 |
"learning_rate": 4.335791828340183e-06,
|
1038 |
-
"loss": 0.
|
1039 |
-
"mean_token_accuracy": 0.
|
1040 |
"num_tokens": 601659151.0,
|
1041 |
"step": 545
|
1042 |
},
|
1043 |
{
|
1044 |
"epoch": 0.7816663705809203,
|
1045 |
-
"grad_norm": 0.
|
1046 |
"learning_rate": 4.1982538308116775e-06,
|
1047 |
-
"loss": 0.
|
1048 |
-
"mean_token_accuracy": 0.
|
1049 |
"num_tokens": 607175134.0,
|
1050 |
"step": 550
|
1051 |
},
|
1052 |
{
|
1053 |
"epoch": 0.7887724284952923,
|
1054 |
-
"grad_norm": 0.
|
1055 |
"learning_rate": 4.064323880618279e-06,
|
1056 |
-
"loss": 0.
|
1057 |
-
"mean_token_accuracy": 0.
|
1058 |
"num_tokens": 612699036.0,
|
1059 |
"step": 555
|
1060 |
},
|
1061 |
{
|
1062 |
"epoch": 0.7958784864096642,
|
1063 |
-
"grad_norm": 0.
|
1064 |
"learning_rate": 3.934073022104759e-06,
|
1065 |
-
"loss": 0.
|
1066 |
-
"mean_token_accuracy": 0.
|
1067 |
"num_tokens": 618232472.0,
|
1068 |
"step": 560
|
1069 |
},
|
1070 |
{
|
1071 |
"epoch": 0.8029845443240362,
|
1072 |
-
"grad_norm": 0.
|
1073 |
"learning_rate": 3.807570348008672e-06,
|
1074 |
"loss": 0.5243,
|
1075 |
-
"mean_token_accuracy": 0.
|
1076 |
"num_tokens": 623766598.0,
|
1077 |
"step": 565
|
1078 |
},
|
1079 |
{
|
1080 |
"epoch": 0.8100906022384082,
|
1081 |
-
"grad_norm": 0.
|
1082 |
"learning_rate": 3.684882962809484e-06,
|
1083 |
-
"loss": 0.
|
1084 |
-
"mean_token_accuracy": 0.
|
1085 |
"num_tokens": 629297697.0,
|
1086 |
"step": 570
|
1087 |
},
|
1088 |
{
|
1089 |
"epoch": 0.8171966601527803,
|
1090 |
-
"grad_norm": 0.
|
1091 |
"learning_rate": 3.5660759471324037e-06,
|
1092 |
"loss": 0.5287,
|
1093 |
-
"mean_token_accuracy": 0.
|
1094 |
"num_tokens": 634808630.0,
|
1095 |
"step": 575
|
1096 |
},
|
1097 |
{
|
1098 |
"epoch": 0.8243027180671523,
|
1099 |
-
"grad_norm": 0.
|
1100 |
"learning_rate": 3.451212323225786e-06,
|
1101 |
-
"loss": 0.
|
1102 |
-
"mean_token_accuracy": 0.
|
1103 |
"num_tokens": 640315396.0,
|
1104 |
"step": 580
|
1105 |
},
|
1106 |
{
|
1107 |
"epoch": 0.8314087759815243,
|
1108 |
-
"grad_norm": 0.
|
1109 |
"learning_rate": 3.340353021530409e-06,
|
1110 |
-
"loss": 0.
|
1111 |
-
"mean_token_accuracy": 0.
|
1112 |
"num_tokens": 645841425.0,
|
1113 |
"step": 585
|
1114 |
},
|
1115 |
{
|
1116 |
"epoch": 0.8385148338958962,
|
1117 |
-
"grad_norm": 0.
|
1118 |
"learning_rate": 3.2335568483583708e-06,
|
1119 |
-
"loss": 0.
|
1120 |
-
"mean_token_accuracy": 0.
|
1121 |
"num_tokens": 651349089.0,
|
1122 |
"step": 590
|
1123 |
},
|
1124 |
{
|
1125 |
"epoch": 0.8456208918102682,
|
1126 |
-
"grad_norm": 0.
|
1127 |
"learning_rate": 3.1308804546987615e-06,
|
1128 |
"loss": 0.5305,
|
1129 |
-
"mean_token_accuracy": 0.
|
1130 |
"num_tokens": 656881938.0,
|
1131 |
"step": 595
|
1132 |
},
|
1133 |
{
|
1134 |
"epoch": 0.8527269497246402,
|
1135 |
-
"grad_norm": 0.
|
1136 |
"learning_rate": 3.0323783061666307e-06,
|
1137 |
-
"loss": 0.
|
1138 |
-
"mean_token_accuracy": 0.
|
1139 |
"num_tokens": 662399294.0,
|
1140 |
"step": 600
|
1141 |
},
|
1142 |
{
|
1143 |
"epoch": 0.8527269497246402,
|
1144 |
-
"eval_loss": 0.
|
1145 |
-
"eval_mean_token_accuracy": 0.
|
1146 |
"eval_num_tokens": 662399294.0,
|
1147 |
-
"eval_runtime":
|
1148 |
-
"eval_samples_per_second":
|
1149 |
-
"eval_steps_per_second": 0.
|
1150 |
"step": 600
|
1151 |
},
|
1152 |
{
|
1153 |
"epoch": 0.8598330076390123,
|
1154 |
-
"grad_norm": 0.
|
1155 |
"learning_rate": 2.9381026541112145e-06,
|
1156 |
-
"loss": 0.
|
1157 |
-
"mean_token_accuracy": 0.
|
1158 |
"num_tokens": 667931430.0,
|
1159 |
"step": 605
|
1160 |
},
|
1161 |
{
|
1162 |
"epoch": 0.8669390655533843,
|
1163 |
-
"grad_norm": 0.
|
1164 |
"learning_rate": 2.848103507898745e-06,
|
1165 |
-
"loss": 0.
|
1166 |
-
"mean_token_accuracy": 0.
|
1167 |
"num_tokens": 673461286.0,
|
1168 |
"step": 610
|
1169 |
},
|
1170 |
{
|
1171 |
"epoch": 0.8740451234677563,
|
1172 |
-
"grad_norm": 0.
|
1173 |
"learning_rate": 2.7624286083845187e-06,
|
1174 |
-
"loss": 0.
|
1175 |
-
"mean_token_accuracy": 0.
|
1176 |
"num_tokens": 678984176.0,
|
1177 |
"step": 615
|
1178 |
},
|
1179 |
{
|
1180 |
"epoch": 0.8811511813821282,
|
1181 |
-
"grad_norm": 0.
|
1182 |
"learning_rate": 2.6811234025883457e-06,
|
1183 |
-
"loss": 0.
|
1184 |
-
"mean_token_accuracy": 0.
|
1185 |
"num_tokens": 684519341.0,
|
1186 |
"step": 620
|
1187 |
},
|
1188 |
{
|
1189 |
"epoch": 0.8882572392965002,
|
1190 |
-
"grad_norm": 0.
|
1191 |
"learning_rate": 2.604231019586761e-06,
|
1192 |
-
"loss": 0.
|
1193 |
-
"mean_token_accuracy": 0.
|
1194 |
"num_tokens": 690037943.0,
|
1195 |
"step": 625
|
1196 |
},
|
1197 |
{
|
1198 |
"epoch": 0.8953632972108723,
|
1199 |
-
"grad_norm": 0.
|
1200 |
"learning_rate": 2.5317922476348194e-06,
|
1201 |
-
"loss": 0.
|
1202 |
-
"mean_token_accuracy": 0.
|
1203 |
"num_tokens": 695563755.0,
|
1204 |
"step": 630
|
1205 |
},
|
1206 |
{
|
1207 |
"epoch": 0.9024693551252443,
|
1208 |
-
"grad_norm": 0.
|
1209 |
"learning_rate": 2.4638455125296043e-06,
|
1210 |
"loss": 0.5246,
|
1211 |
-
"mean_token_accuracy": 0.
|
1212 |
"num_tokens": 701088593.0,
|
1213 |
"step": 635
|
1214 |
},
|
1215 |
{
|
1216 |
"epoch": 0.9095754130396163,
|
1217 |
-
"grad_norm": 0.
|
1218 |
"learning_rate": 2.400426857226914e-06,
|
1219 |
-
"loss": 0.
|
1220 |
-
"mean_token_accuracy": 0.
|
1221 |
"num_tokens": 706621161.0,
|
1222 |
"step": 640
|
1223 |
},
|
1224 |
{
|
1225 |
"epoch": 0.9166814709539882,
|
1226 |
-
"grad_norm": 0.
|
1227 |
"learning_rate": 2.3415699227219517e-06,
|
1228 |
-
"loss": 0.
|
1229 |
-
"mean_token_accuracy": 0.
|
1230 |
"num_tokens": 712135507.0,
|
1231 |
"step": 645
|
1232 |
},
|
1233 |
{
|
1234 |
"epoch": 0.9237875288683602,
|
1235 |
-
"grad_norm": 0.
|
1236 |
"learning_rate": 2.2873059302041627e-06,
|
1237 |
"loss": 0.52,
|
1238 |
-
"mean_token_accuracy": 0.
|
1239 |
"num_tokens": 717654276.0,
|
1240 |
"step": 650
|
1241 |
},
|
1242 |
{
|
1243 |
"epoch": 0.9308935867827323,
|
1244 |
-
"grad_norm": 0.
|
1245 |
"learning_rate": 2.2376636644956656e-06,
|
1246 |
-
"loss": 0.
|
1247 |
-
"mean_token_accuracy": 0.
|
1248 |
"num_tokens": 723171964.0,
|
1249 |
"step": 655
|
1250 |
},
|
1251 |
{
|
1252 |
"epoch": 0.9379996446971043,
|
1253 |
-
"grad_norm": 0.
|
1254 |
"learning_rate": 2.192669458782096e-06,
|
1255 |
"loss": 0.5255,
|
1256 |
-
"mean_token_accuracy": 0.
|
1257 |
"num_tokens": 728678520.0,
|
1258 |
"step": 660
|
1259 |
},
|
1260 |
{
|
1261 |
"epoch": 0.9451057026114763,
|
1262 |
-
"grad_norm": 0.
|
1263 |
"learning_rate": 2.1523471806439205e-06,
|
1264 |
-
"loss": 0.
|
1265 |
-
"mean_token_accuracy": 0.
|
1266 |
"num_tokens": 734210332.0,
|
1267 |
"step": 665
|
1268 |
},
|
1269 |
{
|
1270 |
"epoch": 0.9522117605258483,
|
1271 |
-
"grad_norm": 0.
|
1272 |
"learning_rate": 2.1167182193956738e-06,
|
1273 |
-
"loss": 0.
|
1274 |
-
"mean_token_accuracy": 0.
|
1275 |
"num_tokens": 739702586.0,
|
1276 |
"step": 670
|
1277 |
},
|
1278 |
{
|
1279 |
"epoch": 0.9593178184402202,
|
1280 |
-
"grad_norm": 0.
|
1281 |
"learning_rate": 2.0858014747397952e-06,
|
1282 |
-
"loss": 0.
|
1283 |
-
"mean_token_accuracy": 0.
|
1284 |
"num_tokens": 745219812.0,
|
1285 |
"step": 675
|
1286 |
},
|
1287 |
{
|
1288 |
"epoch": 0.9664238763545923,
|
1289 |
-
"grad_norm": 0.
|
1290 |
"learning_rate": 2.0596133467411213e-06,
|
1291 |
"loss": 0.5175,
|
1292 |
-
"mean_token_accuracy": 0.
|
1293 |
"num_tokens": 750717984.0,
|
1294 |
"step": 680
|
1295 |
},
|
1296 |
{
|
1297 |
"epoch": 0.9735299342689643,
|
1298 |
-
"grad_norm": 0.
|
1299 |
"learning_rate": 2.0381677271273177e-06,
|
1300 |
-
"loss": 0.
|
1301 |
-
"mean_token_accuracy": 0.
|
1302 |
"num_tokens": 756252357.0,
|
1303 |
"step": 685
|
1304 |
},
|
1305 |
{
|
1306 |
"epoch": 0.9806359921833363,
|
1307 |
-
"grad_norm": 0.
|
1308 |
"learning_rate": 2.0214759919198904e-06,
|
1309 |
-
"loss": 0.
|
1310 |
-
"mean_token_accuracy": 0.
|
1311 |
"num_tokens": 761750059.0,
|
1312 |
"step": 690
|
1313 |
},
|
1314 |
{
|
1315 |
"epoch": 0.9877420500977083,
|
1316 |
-
"grad_norm": 0.
|
1317 |
"learning_rate": 2.0095469953996724e-06,
|
1318 |
-
"loss": 0.
|
1319 |
-
"mean_token_accuracy": 0.
|
1320 |
"num_tokens": 767275567.0,
|
1321 |
"step": 695
|
1322 |
},
|
1323 |
{
|
1324 |
"epoch": 0.9948481080120803,
|
1325 |
-
"grad_norm": 0.
|
1326 |
"learning_rate": 2.002387065409989e-06,
|
1327 |
-
"loss": 0.
|
1328 |
-
"mean_token_accuracy": 0.
|
1329 |
"num_tokens": 772815373.0,
|
1330 |
"step": 700
|
1331 |
},
|
1332 |
{
|
1333 |
"epoch": 0.9948481080120803,
|
1334 |
-
"eval_loss": 0.
|
1335 |
-
"eval_mean_token_accuracy": 0.
|
1336 |
"eval_num_tokens": 772815373.0,
|
1337 |
-
"eval_runtime":
|
1338 |
-
"eval_samples_per_second":
|
1339 |
-
"eval_steps_per_second": 0.
|
1340 |
"step": 700
|
1341 |
},
|
1342 |
{
|
1343 |
"epoch": 1.0,
|
1344 |
-
"mean_token_accuracy": 0.
|
1345 |
"num_tokens": 776817701.0,
|
1346 |
"step": 704,
|
1347 |
"total_flos": 6035679775555584.0,
|
1348 |
-
"train_loss": 0.
|
1349 |
-
"train_runtime":
|
1350 |
-
"train_samples_per_second":
|
1351 |
-
"train_steps_per_second": 0.
|
1352 |
}
|
1353 |
],
|
1354 |
"logging_steps": 5,
|
|
|
11 |
"log_history": [
|
12 |
{
|
13 |
"epoch": 0.007106057914372002,
|
14 |
+
"grad_norm": 48.15382880127834,
|
15 |
"learning_rate": 3.6363636363636366e-06,
|
16 |
+
"loss": 4.3877,
|
17 |
+
"mean_token_accuracy": 0.4402003187686205,
|
18 |
"num_tokens": 5475610.0,
|
19 |
"step": 5
|
20 |
},
|
21 |
{
|
22 |
"epoch": 0.014212115828744005,
|
23 |
+
"grad_norm": 14.120135940330632,
|
24 |
"learning_rate": 8.181818181818183e-06,
|
25 |
+
"loss": 3.149,
|
26 |
+
"mean_token_accuracy": 0.49750813096761703,
|
27 |
"num_tokens": 10990469.0,
|
28 |
"step": 10
|
29 |
},
|
30 |
{
|
31 |
"epoch": 0.021318173743116006,
|
32 |
+
"grad_norm": 4.9582246488048884,
|
33 |
"learning_rate": 1.2727272727272728e-05,
|
34 |
+
"loss": 1.6042,
|
35 |
+
"mean_token_accuracy": 0.6544640183448791,
|
36 |
"num_tokens": 16509954.0,
|
37 |
"step": 15
|
38 |
},
|
39 |
{
|
40 |
"epoch": 0.02842423165748801,
|
41 |
+
"grad_norm": 2.3061348987678967,
|
42 |
"learning_rate": 1.7272727272727274e-05,
|
43 |
+
"loss": 1.0542,
|
44 |
+
"mean_token_accuracy": 0.7447574809193611,
|
45 |
"num_tokens": 22025438.0,
|
46 |
"step": 20
|
47 |
},
|
48 |
{
|
49 |
"epoch": 0.03553028957186001,
|
50 |
+
"grad_norm": 3.4964571027817337,
|
51 |
"learning_rate": 1.999961805535155e-05,
|
52 |
+
"loss": 0.8969,
|
53 |
+
"mean_token_accuracy": 0.7685870260000229,
|
54 |
"num_tokens": 27537030.0,
|
55 |
"step": 25
|
56 |
},
|
57 |
{
|
58 |
"epoch": 0.04263634748623201,
|
59 |
+
"grad_norm": 3.3071652925849335,
|
60 |
"learning_rate": 1.9995321550350065e-05,
|
61 |
+
"loss": 0.8074,
|
62 |
+
"mean_token_accuracy": 0.7807081520557404,
|
63 |
"num_tokens": 33069854.0,
|
64 |
"step": 30
|
65 |
},
|
66 |
{
|
67 |
"epoch": 0.04974240540060401,
|
68 |
+
"grad_norm": 3.924372429122354,
|
69 |
"learning_rate": 1.998625339625423e-05,
|
70 |
+
"loss": 0.7719,
|
71 |
+
"mean_token_accuracy": 0.783011856675148,
|
72 |
"num_tokens": 38592423.0,
|
73 |
"step": 35
|
74 |
},
|
75 |
{
|
76 |
"epoch": 0.05684846331497602,
|
77 |
+
"grad_norm": 0.9496737705645568,
|
78 |
"learning_rate": 1.9972418403347817e-05,
|
79 |
+
"loss": 0.7245,
|
80 |
+
"mean_token_accuracy": 0.7904581762850285,
|
81 |
"num_tokens": 44102692.0,
|
82 |
"step": 40
|
83 |
},
|
84 |
{
|
85 |
"epoch": 0.06395452122934801,
|
86 |
+
"grad_norm": 0.4437647446141135,
|
87 |
"learning_rate": 1.9953823910527057e-05,
|
88 |
+
"loss": 0.6875,
|
89 |
+
"mean_token_accuracy": 0.8015773832798004,
|
90 |
"num_tokens": 49606158.0,
|
91 |
"step": 45
|
92 |
},
|
93 |
{
|
94 |
"epoch": 0.07106057914372002,
|
95 |
+
"grad_norm": 0.36104953638366394,
|
96 |
"learning_rate": 1.993047978140764e-05,
|
97 |
+
"loss": 0.6681,
|
98 |
+
"mean_token_accuracy": 0.8048019059002399,
|
99 |
"num_tokens": 55124799.0,
|
100 |
"step": 50
|
101 |
},
|
102 |
{
|
103 |
"epoch": 0.07816663705809203,
|
104 |
+
"grad_norm": 0.3451124617137935,
|
105 |
"learning_rate": 1.9902398399092494e-05,
|
106 |
+
"loss": 0.6356,
|
107 |
+
"mean_token_accuracy": 0.8128186449408531,
|
108 |
"num_tokens": 60636117.0,
|
109 |
"step": 55
|
110 |
},
|
111 |
{
|
112 |
"epoch": 0.08527269497246402,
|
113 |
+
"grad_norm": 0.389660261004574,
|
114 |
"learning_rate": 1.9869594659603032e-05,
|
115 |
+
"loss": 0.6398,
|
116 |
+
"mean_token_accuracy": 0.8115979641675949,
|
117 |
"num_tokens": 66154262.0,
|
118 |
"step": 60
|
119 |
},
|
120 |
{
|
121 |
"epoch": 0.09237875288683603,
|
122 |
+
"grad_norm": 0.31317999931398266,
|
123 |
"learning_rate": 1.9832085963977445e-05,
|
124 |
+
"loss": 0.6337,
|
125 |
+
"mean_token_accuracy": 0.8128221824765205,
|
126 |
"num_tokens": 71679661.0,
|
127 |
"step": 65
|
128 |
},
|
129 |
{
|
130 |
"epoch": 0.09948481080120802,
|
131 |
+
"grad_norm": 0.3128254105868865,
|
132 |
"learning_rate": 1.978989220904016e-05,
|
133 |
+
"loss": 0.6227,
|
134 |
+
"mean_token_accuracy": 0.8144343480467796,
|
135 |
"num_tokens": 77204132.0,
|
136 |
"step": 70
|
137 |
},
|
138 |
{
|
139 |
"epoch": 0.10659086871558003,
|
140 |
+
"grad_norm": 0.3000404040639256,
|
141 |
"learning_rate": 1.9743035776847377e-05,
|
142 |
+
"loss": 0.6166,
|
143 |
+
"mean_token_accuracy": 0.8157493658363819,
|
144 |
"num_tokens": 82747984.0,
|
145 |
"step": 75
|
146 |
},
|
147 |
{
|
148 |
"epoch": 0.11369692662995204,
|
149 |
+
"grad_norm": 0.3139627449464346,
|
150 |
"learning_rate": 1.9691541522814327e-05,
|
151 |
+
"loss": 0.5988,
|
152 |
+
"mean_token_accuracy": 0.8197014890611172,
|
153 |
"num_tokens": 88267430.0,
|
154 |
"step": 80
|
155 |
},
|
156 |
{
|
157 |
"epoch": 0.12080298454432403,
|
158 |
+
"grad_norm": 0.3039876079367156,
|
159 |
"learning_rate": 1.963543676253048e-05,
|
160 |
+
"loss": 0.6051,
|
161 |
+
"mean_token_accuracy": 0.8184983253479003,
|
162 |
"num_tokens": 93790180.0,
|
163 |
"step": 85
|
164 |
},
|
165 |
{
|
166 |
"epoch": 0.12790904245869603,
|
167 |
+
"grad_norm": 0.3409273981011121,
|
168 |
"learning_rate": 1.9574751257269748e-05,
|
169 |
+
"loss": 0.5978,
|
170 |
+
"mean_token_accuracy": 0.8195111580193043,
|
171 |
"num_tokens": 99314107.0,
|
172 |
"step": 90
|
173 |
},
|
174 |
{
|
175 |
"epoch": 0.13501510037306805,
|
176 |
+
"grad_norm": 0.2958717785828003,
|
177 |
"learning_rate": 1.950951719820335e-05,
|
178 |
+
"loss": 0.5902,
|
179 |
+
"mean_token_accuracy": 0.8219340682029724,
|
180 |
"num_tokens": 104809146.0,
|
181 |
"step": 95
|
182 |
},
|
183 |
{
|
184 |
"epoch": 0.14212115828744004,
|
185 |
+
"grad_norm": 0.2994112787306848,
|
186 |
"learning_rate": 1.9439769189323727e-05,
|
187 |
+
"loss": 0.5989,
|
188 |
+
"mean_token_accuracy": 0.820228873193264,
|
189 |
"num_tokens": 110323602.0,
|
190 |
"step": 100
|
191 |
},
|
192 |
{
|
193 |
"epoch": 0.14212115828744004,
|
194 |
+
"eval_loss": 0.5710137486457825,
|
195 |
+
"eval_mean_token_accuracy": 0.8228120437839574,
|
196 |
"eval_num_tokens": 110323602.0,
|
197 |
+
"eval_runtime": 160.5102,
|
198 |
+
"eval_samples_per_second": 22.671,
|
199 |
+
"eval_steps_per_second": 0.71,
|
200 |
"step": 100
|
201 |
},
|
202 |
{
|
203 |
"epoch": 0.14922721620181204,
|
204 |
+
"grad_norm": 0.30064641734602476,
|
205 |
"learning_rate": 1.9365544229088517e-05,
|
206 |
+
"loss": 0.5944,
|
207 |
+
"mean_token_accuracy": 0.8212312825024128,
|
208 |
"num_tokens": 115858100.0,
|
209 |
"step": 105
|
210 |
},
|
211 |
{
|
212 |
"epoch": 0.15633327411618406,
|
213 |
+
"grad_norm": 0.2894891012090971,
|
214 |
"learning_rate": 1.9286881690794425e-05,
|
215 |
+
"loss": 0.5832,
|
216 |
+
"mean_token_accuracy": 0.8244290247559547,
|
217 |
"num_tokens": 121393955.0,
|
218 |
"step": 110
|
219 |
},
|
220 |
{
|
221 |
"epoch": 0.16343933203055605,
|
222 |
+
"grad_norm": 0.3177791926774768,
|
223 |
"learning_rate": 1.9203823301691272e-05,
|
224 |
+
"loss": 0.5946,
|
225 |
+
"mean_token_accuracy": 0.8195516988635063,
|
226 |
"num_tokens": 126941522.0,
|
227 |
"step": 115
|
228 |
},
|
229 |
{
|
230 |
"epoch": 0.17054538994492804,
|
231 |
+
"grad_norm": 0.3271845261422823,
|
232 |
"learning_rate": 1.9116413120847425e-05,
|
233 |
+
"loss": 0.5853,
|
234 |
+
"mean_token_accuracy": 0.823321682959795,
|
235 |
"num_tokens": 132467661.0,
|
236 |
"step": 120
|
237 |
},
|
238 |
{
|
239 |
"epoch": 0.17765144785930007,
|
240 |
+
"grad_norm": 0.30578663346709106,
|
241 |
"learning_rate": 1.902469751577826e-05,
|
242 |
+
"loss": 0.5787,
|
243 |
+
"mean_token_accuracy": 0.8247792065143585,
|
244 |
"num_tokens": 137980426.0,
|
245 |
"step": 125
|
246 |
},
|
247 |
{
|
248 |
"epoch": 0.18475750577367206,
|
249 |
+
"grad_norm": 0.28728878535567604,
|
250 |
"learning_rate": 1.892872513785008e-05,
|
251 |
"loss": 0.568,
|
252 |
+
"mean_token_accuracy": 0.8274045430123806,
|
253 |
"num_tokens": 143490685.0,
|
254 |
"step": 130
|
255 |
},
|
256 |
{
|
257 |
"epoch": 0.19186356368804405,
|
258 |
+
"grad_norm": 0.3081153281219037,
|
259 |
"learning_rate": 1.88285468964726e-05,
|
260 |
+
"loss": 0.5728,
|
261 |
+
"mean_token_accuracy": 0.8262367367744445,
|
262 |
"num_tokens": 149018034.0,
|
263 |
"step": 135
|
264 |
},
|
265 |
{
|
266 |
"epoch": 0.19896962160241605,
|
267 |
+
"grad_norm": 0.27248779720052707,
|
268 |
"learning_rate": 1.872421593209355e-05,
|
269 |
+
"loss": 0.5679,
|
270 |
+
"mean_token_accuracy": 0.8270156674087048,
|
271 |
"num_tokens": 154549711.0,
|
272 |
"step": 140
|
273 |
},
|
274 |
{
|
275 |
"epoch": 0.20607567951678807,
|
276 |
+
"grad_norm": 0.2876029562240766,
|
277 |
"learning_rate": 1.861578758800989e-05,
|
278 |
+
"loss": 0.5739,
|
279 |
+
"mean_token_accuracy": 0.825926473736763,
|
280 |
"num_tokens": 160056919.0,
|
281 |
"step": 145
|
282 |
},
|
283 |
{
|
284 |
"epoch": 0.21318173743116006,
|
285 |
+
"grad_norm": 0.2592081911074665,
|
286 |
"learning_rate": 1.8503319381010414e-05,
|
287 |
"loss": 0.5688,
|
288 |
+
"mean_token_accuracy": 0.826562087237835,
|
289 |
"num_tokens": 165584428.0,
|
290 |
"step": 150
|
291 |
},
|
292 |
{
|
293 |
"epoch": 0.22028779534553206,
|
294 |
+
"grad_norm": 0.2921770757113811,
|
295 |
"learning_rate": 1.8386870970865488e-05,
|
296 |
+
"loss": 0.5615,
|
297 |
+
"mean_token_accuracy": 0.8287016794085502,
|
298 |
"num_tokens": 171107691.0,
|
299 |
"step": 155
|
300 |
},
|
301 |
{
|
302 |
"epoch": 0.22739385325990408,
|
303 |
+
"grad_norm": 0.25717865089543174,
|
304 |
"learning_rate": 1.8266504128679988e-05,
|
305 |
+
"loss": 0.5619,
|
306 |
+
"mean_token_accuracy": 0.8289386563003063,
|
307 |
"num_tokens": 176626158.0,
|
308 |
"step": 160
|
309 |
},
|
310 |
{
|
311 |
"epoch": 0.23449991117427607,
|
312 |
+
"grad_norm": 0.27820799246988237,
|
313 |
"learning_rate": 1.814228270412624e-05,
|
314 |
+
"loss": 0.5772,
|
315 |
+
"mean_token_accuracy": 0.8250645868480205,
|
316 |
"num_tokens": 182151744.0,
|
317 |
"step": 165
|
318 |
},
|
319 |
{
|
320 |
"epoch": 0.24160596908864806,
|
321 |
+
"grad_norm": 0.2821779366904109,
|
322 |
"learning_rate": 1.8014272591574405e-05,
|
323 |
+
"loss": 0.5707,
|
324 |
+
"mean_token_accuracy": 0.8270999036729336,
|
325 |
"num_tokens": 187670198.0,
|
326 |
"step": 170
|
327 |
},
|
328 |
{
|
329 |
"epoch": 0.2487120270030201,
|
330 |
+
"grad_norm": 0.3275959246759839,
|
331 |
"learning_rate": 1.7882541695138224e-05,
|
332 |
"loss": 0.5579,
|
333 |
+
"mean_token_accuracy": 0.8302620410919189,
|
334 |
"num_tokens": 193189696.0,
|
335 |
"step": 175
|
336 |
},
|
337 |
{
|
338 |
"epoch": 0.25581808491739205,
|
339 |
+
"grad_norm": 0.29306437619143894,
|
340 |
"learning_rate": 1.7747159892654646e-05,
|
341 |
+
"loss": 0.5564,
|
342 |
+
"mean_token_accuracy": 0.8296913146972656,
|
343 |
"num_tokens": 198706595.0,
|
344 |
"step": 180
|
345 |
},
|
346 |
{
|
347 |
"epoch": 0.2629241428317641,
|
348 |
+
"grad_norm": 0.2977278839411146,
|
349 |
"learning_rate": 1.7608198998616533e-05,
|
350 |
+
"loss": 0.5635,
|
351 |
+
"mean_token_accuracy": 0.8275744579732418,
|
352 |
"num_tokens": 204263565.0,
|
353 |
"step": 185
|
354 |
},
|
355 |
{
|
356 |
"epoch": 0.2700302007461361,
|
357 |
+
"grad_norm": 0.3317727367369204,
|
358 |
"learning_rate": 1.7465732726077993e-05,
|
359 |
+
"loss": 0.559,
|
360 |
+
"mean_token_accuracy": 0.8284266702830791,
|
361 |
"num_tokens": 209753822.0,
|
362 |
"step": 190
|
363 |
},
|
364 |
{
|
365 |
"epoch": 0.27713625866050806,
|
366 |
+
"grad_norm": 0.27234470597159066,
|
367 |
"learning_rate": 1.731983664755264e-05,
|
368 |
+
"loss": 0.5613,
|
369 |
+
"mean_token_accuracy": 0.8291354134678841,
|
370 |
"num_tokens": 215275472.0,
|
371 |
"step": 195
|
372 |
},
|
373 |
{
|
374 |
"epoch": 0.2842423165748801,
|
375 |
+
"grad_norm": 0.26544343779539864,
|
376 |
"learning_rate": 1.717058815492548e-05,
|
377 |
+
"loss": 0.5613,
|
378 |
+
"mean_token_accuracy": 0.8280082412064076,
|
379 |
"num_tokens": 220789450.0,
|
380 |
"step": 200
|
381 |
},
|
382 |
{
|
383 |
"epoch": 0.2842423165748801,
|
384 |
+
"eval_loss": 0.5400242805480957,
|
385 |
+
"eval_mean_token_accuracy": 0.8298156413069943,
|
386 |
"eval_num_tokens": 220789450.0,
|
387 |
+
"eval_runtime": 161.1614,
|
388 |
+
"eval_samples_per_second": 22.58,
|
389 |
+
"eval_steps_per_second": 0.707,
|
390 |
"step": 200
|
391 |
},
|
392 |
{
|
393 |
"epoch": 0.2913483744892521,
|
394 |
+
"grad_norm": 0.2813762656625426,
|
395 |
"learning_rate": 1.701806641839967e-05,
|
396 |
+
"loss": 0.5615,
|
397 |
+
"mean_token_accuracy": 0.8296020865440369,
|
398 |
"num_tokens": 226318335.0,
|
399 |
"step": 205
|
400 |
},
|
401 |
{
|
402 |
"epoch": 0.29845443240362407,
|
403 |
+
"grad_norm": 0.2738481182825542,
|
404 |
"learning_rate": 1.6862352344500004e-05,
|
405 |
+
"loss": 0.5604,
|
406 |
+
"mean_token_accuracy": 0.8292979046702385,
|
407 |
"num_tokens": 231830330.0,
|
408 |
"step": 210
|
409 |
},
|
410 |
{
|
411 |
"epoch": 0.3055604903179961,
|
412 |
+
"grad_norm": 0.2724828799767463,
|
413 |
"learning_rate": 1.6703528533155283e-05,
|
414 |
+
"loss": 0.5555,
|
415 |
+
"mean_token_accuracy": 0.8297731988132,
|
416 |
"num_tokens": 237344871.0,
|
417 |
"step": 215
|
418 |
},
|
419 |
{
|
420 |
"epoch": 0.3126665482323681,
|
421 |
+
"grad_norm": 0.26306657580185255,
|
422 |
"learning_rate": 1.6541679233882477e-05,
|
423 |
+
"loss": 0.5516,
|
424 |
+
"mean_token_accuracy": 0.8313047230243683,
|
425 |
"num_tokens": 242868508.0,
|
426 |
"step": 220
|
427 |
},
|
428 |
{
|
429 |
"epoch": 0.3197726061467401,
|
430 |
+
"grad_norm": 0.2918451339288788,
|
431 |
"learning_rate": 1.63768903010958e-05,
|
432 |
+
"loss": 0.5549,
|
433 |
+
"mean_token_accuracy": 0.8298390731215477,
|
434 |
"num_tokens": 248407721.0,
|
435 |
"step": 225
|
436 |
},
|
437 |
{
|
438 |
"epoch": 0.3268786640611121,
|
439 |
+
"grad_norm": 0.2778992598258234,
|
440 |
"learning_rate": 1.6209249148564437e-05,
|
441 |
"loss": 0.5503,
|
442 |
+
"mean_token_accuracy": 0.831806804984808,
|
443 |
"num_tokens": 253911671.0,
|
444 |
"step": 230
|
445 |
},
|
446 |
{
|
447 |
"epoch": 0.3339847219754841,
|
448 |
+
"grad_norm": 0.29816424123268476,
|
449 |
"learning_rate": 1.603884470304318e-05,
|
450 |
+
"loss": 0.5625,
|
451 |
+
"mean_token_accuracy": 0.8286240585148335,
|
452 |
"num_tokens": 259442838.0,
|
453 |
"step": 235
|
454 |
},
|
455 |
{
|
456 |
"epoch": 0.3410907798898561,
|
457 |
+
"grad_norm": 0.3434968878817897,
|
458 |
"learning_rate": 1.5865767357100383e-05,
|
459 |
+
"loss": 0.5454,
|
460 |
+
"mean_token_accuracy": 0.8329082369804383,
|
461 |
"num_tokens": 264975290.0,
|
462 |
"step": 240
|
463 |
},
|
464 |
{
|
465 |
"epoch": 0.3481968378042281,
|
466 |
+
"grad_norm": 0.28342056849119923,
|
467 |
"learning_rate": 1.5690108921168428e-05,
|
468 |
+
"loss": 0.5509,
|
469 |
+
"mean_token_accuracy": 0.831651521474123,
|
470 |
"num_tokens": 270498217.0,
|
471 |
"step": 245
|
472 |
},
|
473 |
{
|
474 |
"epoch": 0.35530289571860013,
|
475 |
+
"grad_norm": 0.2801391925223262,
|
476 |
"learning_rate": 1.5511962574842073e-05,
|
477 |
+
"loss": 0.5506,
|
478 |
+
"mean_token_accuracy": 0.8316259779036045,
|
479 |
"num_tokens": 276014342.0,
|
480 |
"step": 250
|
481 |
},
|
482 |
{
|
483 |
"epoch": 0.3624089536329721,
|
484 |
+
"grad_norm": 0.275450732541475,
|
485 |
"learning_rate": 1.5331422817450485e-05,
|
486 |
+
"loss": 0.5533,
|
487 |
+
"mean_token_accuracy": 0.830129113048315,
|
488 |
"num_tokens": 281549490.0,
|
489 |
"step": 255
|
490 |
},
|
491 |
{
|
492 |
"epoch": 0.3695150115473441,
|
493 |
+
"grad_norm": 0.30780371017473934,
|
494 |
"learning_rate": 1.5148585417929212e-05,
|
495 |
+
"loss": 0.5497,
|
496 |
+
"mean_token_accuracy": 0.8321508087217808,
|
497 |
"num_tokens": 287067865.0,
|
498 |
"step": 260
|
499 |
},
|
500 |
{
|
501 |
"epoch": 0.37662106946171614,
|
502 |
+
"grad_norm": 0.32141139168463606,
|
503 |
"learning_rate": 1.4963547364018711e-05,
|
504 |
+
"loss": 0.546,
|
505 |
+
"mean_token_accuracy": 0.8327535085380078,
|
506 |
"num_tokens": 292575698.0,
|
507 |
"step": 265
|
508 |
},
|
509 |
{
|
510 |
"epoch": 0.3837271273760881,
|
511 |
+
"grad_norm": 0.2941090649445171,
|
512 |
"learning_rate": 1.477640681081632e-05,
|
513 |
+
"loss": 0.5495,
|
514 |
+
"mean_token_accuracy": 0.8316998913884163,
|
515 |
"num_tokens": 298104461.0,
|
516 |
"step": 270
|
517 |
},
|
518 |
{
|
519 |
"epoch": 0.39083318529046013,
|
520 |
+
"grad_norm": 0.3156113844180264,
|
521 |
"learning_rate": 1.4587263028709013e-05,
|
522 |
+
"loss": 0.546,
|
523 |
+
"mean_token_accuracy": 0.8325068384408951,
|
524 |
"num_tokens": 303615295.0,
|
525 |
"step": 275
|
526 |
},
|
527 |
{
|
528 |
"epoch": 0.3979392432048321,
|
529 |
+
"grad_norm": 0.27848176976199285,
|
530 |
"learning_rate": 1.4396216350714512e-05,
|
531 |
+
"loss": 0.5473,
|
532 |
+
"mean_token_accuracy": 0.8326819702982903,
|
533 |
"num_tokens": 309131939.0,
|
534 |
"step": 280
|
535 |
},
|
536 |
{
|
537 |
"epoch": 0.4050453011192041,
|
538 |
+
"grad_norm": 0.28930577025792253,
|
539 |
"learning_rate": 1.4203368119258759e-05,
|
540 |
+
"loss": 0.5433,
|
541 |
+
"mean_token_accuracy": 0.8328328810632228,
|
542 |
"num_tokens": 314661318.0,
|
543 |
"step": 285
|
544 |
},
|
545 |
{
|
546 |
"epoch": 0.41215135903357614,
|
547 |
+
"grad_norm": 0.3660686775923689,
|
548 |
"learning_rate": 1.4008820632417906e-05,
|
549 |
"loss": 0.5401,
|
550 |
+
"mean_token_accuracy": 0.8341327331960201,
|
551 |
"num_tokens": 320185466.0,
|
552 |
"step": 290
|
553 |
},
|
554 |
{
|
555 |
"epoch": 0.4192574169479481,
|
556 |
+
"grad_norm": 0.30653539266099966,
|
557 |
"learning_rate": 1.381267708965339e-05,
|
558 |
+
"loss": 0.5437,
|
559 |
+
"mean_token_accuracy": 0.8333369344472885,
|
560 |
"num_tokens": 325709519.0,
|
561 |
"step": 295
|
562 |
},
|
563 |
{
|
564 |
"epoch": 0.4263634748623201,
|
565 |
+
"grad_norm": 0.2716446207789635,
|
566 |
"learning_rate": 1.3615041537068831e-05,
|
567 |
+
"loss": 0.5515,
|
568 |
+
"mean_token_accuracy": 0.8306186564266682,
|
569 |
"num_tokens": 331248121.0,
|
570 |
"step": 300
|
571 |
},
|
572 |
{
|
573 |
"epoch": 0.4263634748623201,
|
574 |
+
"eval_loss": 0.5254271030426025,
|
575 |
+
"eval_mean_token_accuracy": 0.8335580465040708,
|
576 |
"eval_num_tokens": 331248121.0,
|
577 |
+
"eval_runtime": 160.8696,
|
578 |
+
"eval_samples_per_second": 22.621,
|
579 |
+
"eval_steps_per_second": 0.709,
|
580 |
"step": 300
|
581 |
},
|
582 |
{
|
583 |
"epoch": 0.43346953277669215,
|
584 |
+
"grad_norm": 0.27817622720791757,
|
585 |
"learning_rate": 1.3416018812217866e-05,
|
586 |
+
"loss": 0.5495,
|
587 |
+
"mean_token_accuracy": 0.8312446601688862,
|
588 |
"num_tokens": 336772706.0,
|
589 |
"step": 305
|
590 |
},
|
591 |
{
|
592 |
"epoch": 0.4405755906910641,
|
593 |
+
"grad_norm": 0.2770013355984933,
|
594 |
"learning_rate": 1.3215714488492121e-05,
|
595 |
+
"loss": 0.535,
|
596 |
+
"mean_token_accuracy": 0.8355906143784523,
|
597 |
"num_tokens": 342302933.0,
|
598 |
"step": 310
|
599 |
},
|
600 |
{
|
601 |
"epoch": 0.44768164860543613,
|
602 |
+
"grad_norm": 0.2774944414170579,
|
603 |
"learning_rate": 1.3014234819118846e-05,
|
604 |
+
"loss": 0.533,
|
605 |
+
"mean_token_accuracy": 0.8360061995685101,
|
606 |
"num_tokens": 347832122.0,
|
607 |
"step": 315
|
608 |
},
|
609 |
{
|
610 |
"epoch": 0.45478770651980815,
|
611 |
+
"grad_norm": 0.2822504430152847,
|
612 |
"learning_rate": 1.2811686680797942e-05,
|
613 |
+
"loss": 0.5464,
|
614 |
+
"mean_token_accuracy": 0.8318669557571411,
|
615 |
"num_tokens": 353357495.0,
|
616 |
"step": 320
|
617 |
},
|
618 |
{
|
619 |
"epoch": 0.4618937644341801,
|
620 |
+
"grad_norm": 0.25912651097009326,
|
621 |
"learning_rate": 1.2608177517008268e-05,
|
622 |
+
"loss": 0.5374,
|
623 |
+
"mean_token_accuracy": 0.8345673441886902,
|
624 |
"num_tokens": 358876427.0,
|
625 |
"step": 325
|
626 |
},
|
627 |
{
|
628 |
"epoch": 0.46899982234855214,
|
629 |
+
"grad_norm": 0.2899391004734366,
|
630 |
"learning_rate": 1.240381528101327e-05,
|
631 |
+
"loss": 0.5315,
|
632 |
+
"mean_token_accuracy": 0.8358384124934674,
|
633 |
"num_tokens": 364395480.0,
|
634 |
"step": 330
|
635 |
},
|
636 |
{
|
637 |
"epoch": 0.47610588026292416,
|
638 |
+
"grad_norm": 0.2885199318810423,
|
639 |
"learning_rate": 1.2198708378596198e-05,
|
640 |
+
"loss": 0.5276,
|
641 |
+
"mean_token_accuracy": 0.8363832160830498,
|
642 |
"num_tokens": 369904006.0,
|
643 |
"step": 335
|
644 |
},
|
645 |
{
|
646 |
"epoch": 0.48321193817729613,
|
647 |
+
"grad_norm": 0.2803340014077296,
|
648 |
"learning_rate": 1.19929656105553e-05,
|
649 |
+
"loss": 0.5313,
|
650 |
+
"mean_token_accuracy": 0.8354136534035206,
|
651 |
"num_tokens": 375415817.0,
|
652 |
"step": 340
|
653 |
},
|
654 |
{
|
655 |
"epoch": 0.49031799609166815,
|
656 |
+
"grad_norm": 0.2841127075165474,
|
657 |
"learning_rate": 1.1786696114989455e-05,
|
658 |
"loss": 0.5324,
|
659 |
+
"mean_token_accuracy": 0.8360840916633606,
|
660 |
"num_tokens": 380931196.0,
|
661 |
"step": 345
|
662 |
},
|
663 |
{
|
664 |
"epoch": 0.4974240540060402,
|
665 |
+
"grad_norm": 0.27070169414461726,
|
666 |
"learning_rate": 1.1580009309404887e-05,
|
667 |
+
"loss": 0.5339,
|
668 |
+
"mean_token_accuracy": 0.8355580635368824,
|
669 |
"num_tokens": 386462024.0,
|
670 |
"step": 350
|
671 |
},
|
672 |
{
|
673 |
"epoch": 0.5045301119204122,
|
674 |
+
"grad_norm": 0.27595636054491235,
|
675 |
"learning_rate": 1.1373014832673661e-05,
|
676 |
+
"loss": 0.5363,
|
677 |
+
"mean_token_accuracy": 0.8354052670300007,
|
678 |
"num_tokens": 391971484.0,
|
679 |
"step": 355
|
680 |
},
|
681 |
{
|
682 |
"epoch": 0.5116361698347841,
|
683 |
+
"grad_norm": 0.2526139742391355,
|
684 |
"learning_rate": 1.1165822486874773e-05,
|
685 |
+
"loss": 0.5288,
|
686 |
+
"mean_token_accuracy": 0.8361794017255306,
|
687 |
"num_tokens": 397503191.0,
|
688 |
"step": 360
|
689 |
},
|
690 |
{
|
691 |
"epoch": 0.5187422277491561,
|
692 |
+
"grad_norm": 0.28153871306210954,
|
693 |
"learning_rate": 1.0958542179048637e-05,
|
694 |
+
"loss": 0.5307,
|
695 |
+
"mean_token_accuracy": 0.8368273265659809,
|
696 |
"num_tokens": 403001146.0,
|
697 |
"step": 365
|
698 |
},
|
699 |
{
|
700 |
"epoch": 0.5258482856635281,
|
701 |
+
"grad_norm": 0.3145297412780038,
|
702 |
"learning_rate": 1.0751283862895914e-05,
|
703 |
+
"loss": 0.5422,
|
704 |
+
"mean_token_accuracy": 0.8336515955626964,
|
705 |
"num_tokens": 408526858.0,
|
706 |
"step": 370
|
707 |
},
|
708 |
{
|
709 |
"epoch": 0.5329543435779002,
|
710 |
+
"grad_norm": 0.28928430258415916,
|
711 |
"learning_rate": 1.0544157480451586e-05,
|
712 |
+
"loss": 0.5402,
|
713 |
+
"mean_token_accuracy": 0.833558625727892,
|
714 |
"num_tokens": 414051639.0,
|
715 |
"step": 375
|
716 |
},
|
717 |
{
|
718 |
"epoch": 0.5400604014922722,
|
719 |
+
"grad_norm": 0.26142431075193084,
|
720 |
"learning_rate": 1.033727290376522e-05,
|
721 |
+
"loss": 0.542,
|
722 |
+
"mean_token_accuracy": 0.8336416870355606,
|
723 |
"num_tokens": 419571564.0,
|
724 |
"step": 380
|
725 |
},
|
726 |
{
|
727 |
"epoch": 0.5471664594066442,
|
728 |
+
"grad_norm": 0.31125146975357,
|
729 |
"learning_rate": 1.013073987661834e-05,
|
730 |
+
"loss": 0.54,
|
731 |
+
"mean_token_accuracy": 0.8338716469705105,
|
732 |
"num_tokens": 425096738.0,
|
733 |
"step": 385
|
734 |
},
|
735 |
{
|
736 |
"epoch": 0.5542725173210161,
|
737 |
+
"grad_norm": 0.2668746904615073,
|
738 |
"learning_rate": 9.924667956309862e-06,
|
739 |
+
"loss": 0.5312,
|
740 |
+
"mean_token_accuracy": 0.836452516913414,
|
741 |
"num_tokens": 430620174.0,
|
742 |
"step": 390
|
743 |
},
|
744 |
{
|
745 |
"epoch": 0.5613785752353881,
|
746 |
+
"grad_norm": 0.40741674797587885,
|
747 |
"learning_rate": 9.719166455540437e-06,
|
748 |
+
"loss": 0.5374,
|
749 |
+
"mean_token_accuracy": 0.8344319149851799,
|
750 |
"num_tokens": 436140181.0,
|
751 |
"step": 395
|
752 |
},
|
753 |
{
|
754 |
"epoch": 0.5684846331497602,
|
755 |
+
"grad_norm": 0.27348406881195864,
|
756 |
"learning_rate": 9.51434438442655e-06,
|
757 |
"loss": 0.5348,
|
758 |
+
"mean_token_accuracy": 0.8360598988831043,
|
759 |
"num_tokens": 441662675.0,
|
760 |
"step": 400
|
761 |
},
|
762 |
{
|
763 |
"epoch": 0.5684846331497602,
|
764 |
+
"eval_loss": 0.5157341361045837,
|
765 |
+
"eval_mean_token_accuracy": 0.8361675456950539,
|
766 |
"eval_num_tokens": 441662675.0,
|
767 |
+
"eval_runtime": 161.4058,
|
768 |
+
"eval_samples_per_second": 22.546,
|
769 |
+
"eval_steps_per_second": 0.706,
|
770 |
"step": 400
|
771 |
},
|
772 |
{
|
773 |
"epoch": 0.5755906910641322,
|
774 |
+
"grad_norm": 0.27295040196213805,
|
775 |
"learning_rate": 9.310310392675132e-06,
|
776 |
"loss": 0.5232,
|
777 |
+
"mean_token_accuracy": 0.8382402293384075,
|
778 |
"num_tokens": 447154493.0,
|
779 |
"step": 405
|
780 |
},
|
781 |
{
|
782 |
"epoch": 0.5826967489785042,
|
783 |
+
"grad_norm": 0.26519161043459566,
|
784 |
"learning_rate": 9.107172711949324e-06,
|
785 |
+
"loss": 0.5382,
|
786 |
+
"mean_token_accuracy": 0.8342290692031383,
|
787 |
"num_tokens": 452684121.0,
|
788 |
"step": 410
|
789 |
},
|
790 |
{
|
791 |
"epoch": 0.5898028068928762,
|
792 |
+
"grad_norm": 0.2629255148134165,
|
793 |
"learning_rate": 8.905039098456049e-06,
|
794 |
"loss": 0.53,
|
795 |
+
"mean_token_accuracy": 0.835949394851923,
|
796 |
"num_tokens": 458209573.0,
|
797 |
"step": 415
|
798 |
},
|
799 |
{
|
800 |
"epoch": 0.5969088648072481,
|
801 |
+
"grad_norm": 0.2762404944964492,
|
802 |
"learning_rate": 8.704016775785742e-06,
|
803 |
+
"loss": 0.5345,
|
804 |
+
"mean_token_accuracy": 0.8355151884257793,
|
805 |
"num_tokens": 463743007.0,
|
806 |
"step": 420
|
807 |
},
|
808 |
{
|
809 |
"epoch": 0.6040149227216202,
|
810 |
+
"grad_norm": 0.3862082589618725,
|
811 |
"learning_rate": 8.50421237803464e-06,
|
812 |
+
"loss": 0.529,
|
813 |
+
"mean_token_accuracy": 0.8362281493842602,
|
814 |
"num_tokens": 469259672.0,
|
815 |
"step": 425
|
816 |
},
|
817 |
{
|
818 |
"epoch": 0.6111209806359922,
|
819 |
+
"grad_norm": 0.29912793555607287,
|
820 |
"learning_rate": 8.30573189323978e-06,
|
821 |
+
"loss": 0.523,
|
822 |
+
"mean_token_accuracy": 0.8389238156378269,
|
823 |
"num_tokens": 474761309.0,
|
824 |
"step": 430
|
825 |
},
|
826 |
{
|
827 |
"epoch": 0.6182270385503642,
|
828 |
+
"grad_norm": 0.28697574980998686,
|
829 |
"learning_rate": 8.108680607156669e-06,
|
830 |
"loss": 0.5373,
|
831 |
+
"mean_token_accuracy": 0.8346886426210404,
|
832 |
"num_tokens": 480283239.0,
|
833 |
"step": 435
|
834 |
},
|
835 |
{
|
836 |
"epoch": 0.6253330964647362,
|
837 |
+
"grad_norm": 0.2981386592415112,
|
838 |
"learning_rate": 7.913163047409533e-06,
|
839 |
+
"loss": 0.5299,
|
840 |
+
"mean_token_accuracy": 0.8359711997210979,
|
841 |
"num_tokens": 485803053.0,
|
842 |
"step": 440
|
843 |
},
|
844 |
{
|
845 |
"epoch": 0.6324391543791081,
|
846 |
+
"grad_norm": 0.2811128507955913,
|
847 |
"learning_rate": 7.719282928043688e-06,
|
848 |
"loss": 0.5312,
|
849 |
+
"mean_token_accuracy": 0.8358238264918327,
|
850 |
"num_tokens": 491312112.0,
|
851 |
"step": 445
|
852 |
},
|
853 |
{
|
854 |
"epoch": 0.6395452122934802,
|
855 |
+
"grad_norm": 0.2538506418412949,
|
856 |
"learning_rate": 7.527143094509492e-06,
|
857 |
+
"loss": 0.5292,
|
858 |
+
"mean_token_accuracy": 0.8370420016348362,
|
859 |
"num_tokens": 496828932.0,
|
860 |
"step": 450
|
861 |
},
|
862 |
{
|
863 |
"epoch": 0.6466512702078522,
|
864 |
+
"grad_norm": 0.26664943478343317,
|
865 |
"learning_rate": 7.336845469107061e-06,
|
866 |
+
"loss": 0.5295,
|
867 |
+
"mean_token_accuracy": 0.8362418174743652,
|
868 |
"num_tokens": 502329483.0,
|
869 |
"step": 455
|
870 |
},
|
871 |
{
|
872 |
"epoch": 0.6537573281222242,
|
873 |
+
"grad_norm": 0.2822285091829132,
|
874 |
"learning_rate": 7.148490996920661e-06,
|
875 |
"loss": 0.5315,
|
876 |
+
"mean_token_accuracy": 0.8359686724841595,
|
877 |
"num_tokens": 507853922.0,
|
878 |
"step": 460
|
879 |
},
|
880 |
{
|
881 |
"epoch": 0.6608633860365962,
|
882 |
+
"grad_norm": 0.26891344059858413,
|
883 |
"learning_rate": 6.9621795922714805e-06,
|
884 |
"loss": 0.5283,
|
885 |
+
"mean_token_accuracy": 0.837210227549076,
|
886 |
"num_tokens": 513366033.0,
|
887 |
"step": 465
|
888 |
},
|
889 |
{
|
890 |
"epoch": 0.6679694439509682,
|
891 |
+
"grad_norm": 0.27887938299077314,
|
892 |
"learning_rate": 6.778010085717202e-06,
|
893 |
+
"loss": 0.5275,
|
894 |
+
"mean_token_accuracy": 0.8373380437493324,
|
895 |
"num_tokens": 518888798.0,
|
896 |
"step": 470
|
897 |
},
|
898 |
{
|
899 |
"epoch": 0.6750755018653402,
|
900 |
+
"grad_norm": 0.25953435317326623,
|
901 |
"learning_rate": 6.596080171626409e-06,
|
902 |
+
"loss": 0.5307,
|
903 |
+
"mean_token_accuracy": 0.8357150256633759,
|
904 |
"num_tokens": 524392285.0,
|
905 |
"step": 475
|
906 |
},
|
907 |
{
|
908 |
"epoch": 0.6821815597797122,
|
909 |
+
"grad_norm": 0.2665111343594617,
|
910 |
"learning_rate": 6.416486356355769e-06,
|
911 |
"loss": 0.5365,
|
912 |
+
"mean_token_accuracy": 0.8344089902937413,
|
913 |
"num_tokens": 529904641.0,
|
914 |
"step": 480
|
915 |
},
|
916 |
{
|
917 |
"epoch": 0.6892876176940842,
|
918 |
+
"grad_norm": 0.26605568148767894,
|
919 |
"learning_rate": 6.239323907057342e-06,
|
920 |
"loss": 0.5334,
|
921 |
+
"mean_token_accuracy": 0.8357222154736519,
|
922 |
"num_tokens": 535417362.0,
|
923 |
"step": 485
|
924 |
},
|
925 |
{
|
926 |
"epoch": 0.6963936756084562,
|
927 |
+
"grad_norm": 0.2636227512736411,
|
928 |
"learning_rate": 6.064686801143271e-06,
|
929 |
"loss": 0.5166,
|
930 |
+
"mean_token_accuracy": 0.8401257589459419,
|
931 |
"num_tokens": 540908836.0,
|
932 |
"step": 490
|
933 |
},
|
934 |
{
|
935 |
"epoch": 0.7034997335228282,
|
936 |
+
"grad_norm": 0.26826679232229517,
|
937 |
"learning_rate": 5.892667676434633e-06,
|
938 |
+
"loss": 0.5238,
|
939 |
+
"mean_token_accuracy": 0.8382793001830577,
|
940 |
"num_tokens": 546444796.0,
|
941 |
"step": 495
|
942 |
},
|
943 |
{
|
944 |
"epoch": 0.7106057914372003,
|
945 |
+
"grad_norm": 0.3599829471194239,
|
946 |
"learning_rate": 5.723357782020867e-06,
|
947 |
+
"loss": 0.5225,
|
948 |
+
"mean_token_accuracy": 0.838120236247778,
|
949 |
"num_tokens": 551952947.0,
|
950 |
"step": 500
|
951 |
},
|
952 |
{
|
953 |
"epoch": 0.7106057914372003,
|
954 |
+
"eval_loss": 0.5095566511154175,
|
955 |
+
"eval_mean_token_accuracy": 0.8375082057819032,
|
956 |
"eval_num_tokens": 551952947.0,
|
957 |
+
"eval_runtime": 161.2359,
|
958 |
+
"eval_samples_per_second": 22.569,
|
959 |
+
"eval_steps_per_second": 0.707,
|
960 |
"step": 500
|
961 |
},
|
962 |
{
|
963 |
"epoch": 0.7177118493515722,
|
964 |
+
"grad_norm": 0.26704698034936375,
|
965 |
"learning_rate": 5.556846929855857e-06,
|
966 |
+
"loss": 0.5203,
|
967 |
+
"mean_token_accuracy": 0.8389924250543117,
|
968 |
"num_tokens": 557467246.0,
|
969 |
"step": 505
|
970 |
},
|
971 |
{
|
972 |
"epoch": 0.7248179072659442,
|
973 |
+
"grad_norm": 0.26539658794683185,
|
974 |
"learning_rate": 5.393223447116409e-06,
|
975 |
"loss": 0.5344,
|
976 |
+
"mean_token_accuracy": 0.8358133606612682,
|
977 |
"num_tokens": 562988077.0,
|
978 |
"step": 510
|
979 |
},
|
980 |
{
|
981 |
"epoch": 0.7319239651803162,
|
982 |
+
"grad_norm": 0.24829603150024088,
|
983 |
"learning_rate": 5.232574129348278e-06,
|
984 |
+
"loss": 0.5235,
|
985 |
+
"mean_token_accuracy": 0.8386510953307151,
|
986 |
"num_tokens": 568506583.0,
|
987 |
"step": 515
|
988 |
},
|
989 |
{
|
990 |
"epoch": 0.7390300230946882,
|
991 |
+
"grad_norm": 0.2605719227696348,
|
992 |
"learning_rate": 5.0749841944247e-06,
|
993 |
+
"loss": 0.5338,
|
994 |
+
"mean_token_accuracy": 0.83480354398489,
|
995 |
"num_tokens": 574039672.0,
|
996 |
"step": 520
|
997 |
},
|
998 |
{
|
999 |
"epoch": 0.7461360810090603,
|
1000 |
+
"grad_norm": 0.26778891488350126,
|
1001 |
"learning_rate": 4.92053723734182e-06,
|
1002 |
+
"loss": 0.5314,
|
1003 |
+
"mean_token_accuracy": 0.8356986902654171,
|
1004 |
"num_tokens": 579544417.0,
|
1005 |
"step": 525
|
1006 |
},
|
1007 |
{
|
1008 |
"epoch": 0.7532421389234323,
|
1009 |
+
"grad_norm": 0.42601785989143315,
|
1010 |
"learning_rate": 4.769315185874951e-06,
|
1011 |
+
"loss": 0.5269,
|
1012 |
+
"mean_token_accuracy": 0.8374913208186626,
|
1013 |
"num_tokens": 585066703.0,
|
1014 |
"step": 530
|
1015 |
},
|
1016 |
{
|
1017 |
"epoch": 0.7603481968378042,
|
1018 |
+
"grad_norm": 0.2541554106960908,
|
1019 |
"learning_rate": 4.621398257119266e-06,
|
1020 |
+
"loss": 0.5262,
|
1021 |
+
"mean_token_accuracy": 0.837667242437601,
|
1022 |
"num_tokens": 590596017.0,
|
1023 |
"step": 535
|
1024 |
},
|
1025 |
{
|
1026 |
"epoch": 0.7674542547521762,
|
1027 |
+
"grad_norm": 0.2695567911282263,
|
1028 |
"learning_rate": 4.476864914937923e-06,
|
1029 |
+
"loss": 0.5195,
|
1030 |
+
"mean_token_accuracy": 0.8392265714704991,
|
1031 |
"num_tokens": 596113106.0,
|
1032 |
"step": 540
|
1033 |
},
|
1034 |
{
|
1035 |
"epoch": 0.7745603126665482,
|
1036 |
+
"grad_norm": 0.25052432871031344,
|
1037 |
"learning_rate": 4.335791828340183e-06,
|
1038 |
+
"loss": 0.5296,
|
1039 |
+
"mean_token_accuracy": 0.837313498556614,
|
1040 |
"num_tokens": 601659151.0,
|
1041 |
"step": 545
|
1042 |
},
|
1043 |
{
|
1044 |
"epoch": 0.7816663705809203,
|
1045 |
+
"grad_norm": 0.26020461836934194,
|
1046 |
"learning_rate": 4.1982538308116775e-06,
|
1047 |
+
"loss": 0.5251,
|
1048 |
+
"mean_token_accuracy": 0.8361369468271732,
|
1049 |
"num_tokens": 607175134.0,
|
1050 |
"step": 550
|
1051 |
},
|
1052 |
{
|
1053 |
"epoch": 0.7887724284952923,
|
1054 |
+
"grad_norm": 0.24684211829794916,
|
1055 |
"learning_rate": 4.064323880618279e-06,
|
1056 |
+
"loss": 0.5274,
|
1057 |
+
"mean_token_accuracy": 0.8380102440714836,
|
1058 |
"num_tokens": 612699036.0,
|
1059 |
"step": 555
|
1060 |
},
|
1061 |
{
|
1062 |
"epoch": 0.7958784864096642,
|
1063 |
+
"grad_norm": 0.2745271550137196,
|
1064 |
"learning_rate": 3.934073022104759e-06,
|
1065 |
+
"loss": 0.5233,
|
1066 |
+
"mean_token_accuracy": 0.8380540162324905,
|
1067 |
"num_tokens": 618232472.0,
|
1068 |
"step": 560
|
1069 |
},
|
1070 |
{
|
1071 |
"epoch": 0.8029845443240362,
|
1072 |
+
"grad_norm": 0.2695298031436579,
|
1073 |
"learning_rate": 3.807570348008672e-06,
|
1074 |
"loss": 0.5243,
|
1075 |
+
"mean_token_accuracy": 0.8377192810177803,
|
1076 |
"num_tokens": 623766598.0,
|
1077 |
"step": 565
|
1078 |
},
|
1079 |
{
|
1080 |
"epoch": 0.8100906022384082,
|
1081 |
+
"grad_norm": 0.2646862071287686,
|
1082 |
"learning_rate": 3.684882962809484e-06,
|
1083 |
+
"loss": 0.5304,
|
1084 |
+
"mean_token_accuracy": 0.8363631062209607,
|
1085 |
"num_tokens": 629297697.0,
|
1086 |
"step": 570
|
1087 |
},
|
1088 |
{
|
1089 |
"epoch": 0.8171966601527803,
|
1090 |
+
"grad_norm": 0.23795317969691135,
|
1091 |
"learning_rate": 3.5660759471324037e-06,
|
1092 |
"loss": 0.5287,
|
1093 |
+
"mean_token_accuracy": 0.836943382024765,
|
1094 |
"num_tokens": 634808630.0,
|
1095 |
"step": 575
|
1096 |
},
|
1097 |
{
|
1098 |
"epoch": 0.8243027180671523,
|
1099 |
+
"grad_norm": 0.25754712205145064,
|
1100 |
"learning_rate": 3.451212323225786e-06,
|
1101 |
+
"loss": 0.52,
|
1102 |
+
"mean_token_accuracy": 0.8387916676700116,
|
1103 |
"num_tokens": 640315396.0,
|
1104 |
"step": 580
|
1105 |
},
|
1106 |
{
|
1107 |
"epoch": 0.8314087759815243,
|
1108 |
+
"grad_norm": 0.24240514105833283,
|
1109 |
"learning_rate": 3.340353021530409e-06,
|
1110 |
+
"loss": 0.5214,
|
1111 |
+
"mean_token_accuracy": 0.8374654315412045,
|
1112 |
"num_tokens": 645841425.0,
|
1113 |
"step": 585
|
1114 |
},
|
1115 |
{
|
1116 |
"epoch": 0.8385148338958962,
|
1117 |
+
"grad_norm": 0.26461850588888575,
|
1118 |
"learning_rate": 3.2335568483583708e-06,
|
1119 |
+
"loss": 0.516,
|
1120 |
+
"mean_token_accuracy": 0.8414874106645585,
|
1121 |
"num_tokens": 651349089.0,
|
1122 |
"step": 590
|
1123 |
},
|
1124 |
{
|
1125 |
"epoch": 0.8456208918102682,
|
1126 |
+
"grad_norm": 0.25434414665474275,
|
1127 |
"learning_rate": 3.1308804546987615e-06,
|
1128 |
"loss": 0.5305,
|
1129 |
+
"mean_token_accuracy": 0.8366403698921203,
|
1130 |
"num_tokens": 656881938.0,
|
1131 |
"step": 595
|
1132 |
},
|
1133 |
{
|
1134 |
"epoch": 0.8527269497246402,
|
1135 |
+
"grad_norm": 0.25710193414257565,
|
1136 |
"learning_rate": 3.0323783061666307e-06,
|
1137 |
+
"loss": 0.5218,
|
1138 |
+
"mean_token_accuracy": 0.8387804657220841,
|
1139 |
"num_tokens": 662399294.0,
|
1140 |
"step": 600
|
1141 |
},
|
1142 |
{
|
1143 |
"epoch": 0.8527269497246402,
|
1144 |
+
"eval_loss": 0.5056362748146057,
|
1145 |
+
"eval_mean_token_accuracy": 0.8385671649062842,
|
1146 |
"eval_num_tokens": 662399294.0,
|
1147 |
+
"eval_runtime": 161.5872,
|
1148 |
+
"eval_samples_per_second": 22.52,
|
1149 |
+
"eval_steps_per_second": 0.706,
|
1150 |
"step": 600
|
1151 |
},
|
1152 |
{
|
1153 |
"epoch": 0.8598330076390123,
|
1154 |
+
"grad_norm": 0.24729771911584983,
|
1155 |
"learning_rate": 2.9381026541112145e-06,
|
1156 |
+
"loss": 0.5237,
|
1157 |
+
"mean_token_accuracy": 0.8380155004560947,
|
1158 |
"num_tokens": 667931430.0,
|
1159 |
"step": 605
|
1160 |
},
|
1161 |
{
|
1162 |
"epoch": 0.8669390655533843,
|
1163 |
+
"grad_norm": 0.25660228503672733,
|
1164 |
"learning_rate": 2.848103507898745e-06,
|
1165 |
+
"loss": 0.5269,
|
1166 |
+
"mean_token_accuracy": 0.8368470750749111,
|
1167 |
"num_tokens": 673461286.0,
|
1168 |
"step": 610
|
1169 |
},
|
1170 |
{
|
1171 |
"epoch": 0.8740451234677563,
|
1172 |
+
"grad_norm": 0.2856740804187853,
|
1173 |
"learning_rate": 2.7624286083845187e-06,
|
1174 |
+
"loss": 0.5218,
|
1175 |
+
"mean_token_accuracy": 0.8375120624899864,
|
1176 |
"num_tokens": 678984176.0,
|
1177 |
"step": 615
|
1178 |
},
|
1179 |
{
|
1180 |
"epoch": 0.8811511813821282,
|
1181 |
+
"grad_norm": 0.2678064141268326,
|
1182 |
"learning_rate": 2.6811234025883457e-06,
|
1183 |
+
"loss": 0.5172,
|
1184 |
+
"mean_token_accuracy": 0.839438085258007,
|
1185 |
"num_tokens": 684519341.0,
|
1186 |
"step": 620
|
1187 |
},
|
1188 |
{
|
1189 |
"epoch": 0.8882572392965002,
|
1190 |
+
"grad_norm": 0.26981981962318713,
|
1191 |
"learning_rate": 2.604231019586761e-06,
|
1192 |
+
"loss": 0.5207,
|
1193 |
+
"mean_token_accuracy": 0.839027612656355,
|
1194 |
"num_tokens": 690037943.0,
|
1195 |
"step": 625
|
1196 |
},
|
1197 |
{
|
1198 |
"epoch": 0.8953632972108723,
|
1199 |
+
"grad_norm": 0.2653800927885472,
|
1200 |
"learning_rate": 2.5317922476348194e-06,
|
1201 |
+
"loss": 0.523,
|
1202 |
+
"mean_token_accuracy": 0.8382897555828095,
|
1203 |
"num_tokens": 695563755.0,
|
1204 |
"step": 630
|
1205 |
},
|
1206 |
{
|
1207 |
"epoch": 0.9024693551252443,
|
1208 |
+
"grad_norm": 0.2909130920485432,
|
1209 |
"learning_rate": 2.4638455125296043e-06,
|
1210 |
"loss": 0.5246,
|
1211 |
+
"mean_token_accuracy": 0.837975486367941,
|
1212 |
"num_tokens": 701088593.0,
|
1213 |
"step": 635
|
1214 |
},
|
1215 |
{
|
1216 |
"epoch": 0.9095754130396163,
|
1217 |
+
"grad_norm": 0.2538310488730525,
|
1218 |
"learning_rate": 2.400426857226914e-06,
|
1219 |
+
"loss": 0.5181,
|
1220 |
+
"mean_token_accuracy": 0.8393405571579933,
|
1221 |
"num_tokens": 706621161.0,
|
1222 |
"step": 640
|
1223 |
},
|
1224 |
{
|
1225 |
"epoch": 0.9166814709539882,
|
1226 |
+
"grad_norm": 0.2569434114852769,
|
1227 |
"learning_rate": 2.3415699227219517e-06,
|
1228 |
+
"loss": 0.5295,
|
1229 |
+
"mean_token_accuracy": 0.8363286212086678,
|
1230 |
"num_tokens": 712135507.0,
|
1231 |
"step": 645
|
1232 |
},
|
1233 |
{
|
1234 |
"epoch": 0.9237875288683602,
|
1235 |
+
"grad_norm": 0.26172097069920536,
|
1236 |
"learning_rate": 2.2873059302041627e-06,
|
1237 |
"loss": 0.52,
|
1238 |
+
"mean_token_accuracy": 0.8396071724593639,
|
1239 |
"num_tokens": 717654276.0,
|
1240 |
"step": 650
|
1241 |
},
|
1242 |
{
|
1243 |
"epoch": 0.9308935867827323,
|
1244 |
+
"grad_norm": 0.26549742257601705,
|
1245 |
"learning_rate": 2.2376636644956656e-06,
|
1246 |
+
"loss": 0.5175,
|
1247 |
+
"mean_token_accuracy": 0.8391963638365268,
|
1248 |
"num_tokens": 723171964.0,
|
1249 |
"step": 655
|
1250 |
},
|
1251 |
{
|
1252 |
"epoch": 0.9379996446971043,
|
1253 |
+
"grad_norm": 0.2556259295868791,
|
1254 |
"learning_rate": 2.192669458782096e-06,
|
1255 |
"loss": 0.5255,
|
1256 |
+
"mean_token_accuracy": 0.8376853354275227,
|
1257 |
"num_tokens": 728678520.0,
|
1258 |
"step": 660
|
1259 |
},
|
1260 |
{
|
1261 |
"epoch": 0.9451057026114763,
|
1262 |
+
"grad_norm": 0.2511199627055941,
|
1263 |
"learning_rate": 2.1523471806439205e-06,
|
1264 |
+
"loss": 0.5344,
|
1265 |
+
"mean_token_accuracy": 0.8351106189191342,
|
1266 |
"num_tokens": 734210332.0,
|
1267 |
"step": 665
|
1268 |
},
|
1269 |
{
|
1270 |
"epoch": 0.9522117605258483,
|
1271 |
+
"grad_norm": 0.2744720323508251,
|
1272 |
"learning_rate": 2.1167182193956738e-06,
|
1273 |
+
"loss": 0.5156,
|
1274 |
+
"mean_token_accuracy": 0.8407034426927567,
|
1275 |
"num_tokens": 739702586.0,
|
1276 |
"step": 670
|
1277 |
},
|
1278 |
{
|
1279 |
"epoch": 0.9593178184402202,
|
1280 |
+
"grad_norm": 0.2996101632719976,
|
1281 |
"learning_rate": 2.0858014747397952e-06,
|
1282 |
+
"loss": 0.5245,
|
1283 |
+
"mean_token_accuracy": 0.8386490792036057,
|
1284 |
"num_tokens": 745219812.0,
|
1285 |
"step": 675
|
1286 |
},
|
1287 |
{
|
1288 |
"epoch": 0.9664238763545923,
|
1289 |
+
"grad_norm": 0.2615861429363619,
|
1290 |
"learning_rate": 2.0596133467411213e-06,
|
1291 |
"loss": 0.5175,
|
1292 |
+
"mean_token_accuracy": 0.8394487954676151,
|
1293 |
"num_tokens": 750717984.0,
|
1294 |
"step": 680
|
1295 |
},
|
1296 |
{
|
1297 |
"epoch": 0.9735299342689643,
|
1298 |
+
"grad_norm": 0.2670223147061545,
|
1299 |
"learning_rate": 2.0381677271273177e-06,
|
1300 |
+
"loss": 0.5209,
|
1301 |
+
"mean_token_accuracy": 0.8379806369543076,
|
1302 |
"num_tokens": 756252357.0,
|
1303 |
"step": 685
|
1304 |
},
|
1305 |
{
|
1306 |
"epoch": 0.9806359921833363,
|
1307 |
+
"grad_norm": 0.260083835300812,
|
1308 |
"learning_rate": 2.0214759919198904e-06,
|
1309 |
+
"loss": 0.5149,
|
1310 |
+
"mean_token_accuracy": 0.839554088562727,
|
1311 |
"num_tokens": 761750059.0,
|
1312 |
"step": 690
|
1313 |
},
|
1314 |
{
|
1315 |
"epoch": 0.9877420500977083,
|
1316 |
+
"grad_norm": 0.3230971032122484,
|
1317 |
"learning_rate": 2.0095469953996724e-06,
|
1318 |
+
"loss": 0.5244,
|
1319 |
+
"mean_token_accuracy": 0.8375246554613114,
|
1320 |
"num_tokens": 767275567.0,
|
1321 |
"step": 695
|
1322 |
},
|
1323 |
{
|
1324 |
"epoch": 0.9948481080120803,
|
1325 |
+
"grad_norm": 0.26793724105887723,
|
1326 |
"learning_rate": 2.002387065409989e-06,
|
1327 |
+
"loss": 0.527,
|
1328 |
+
"mean_token_accuracy": 0.8372870542109012,
|
1329 |
"num_tokens": 772815373.0,
|
1330 |
"step": 700
|
1331 |
},
|
1332 |
{
|
1333 |
"epoch": 0.9948481080120803,
|
1334 |
+
"eval_loss": 0.5037879943847656,
|
1335 |
+
"eval_mean_token_accuracy": 0.8392795601434875,
|
1336 |
"eval_num_tokens": 772815373.0,
|
1337 |
+
"eval_runtime": 162.0902,
|
1338 |
+
"eval_samples_per_second": 22.45,
|
1339 |
+
"eval_steps_per_second": 0.703,
|
1340 |
"step": 700
|
1341 |
},
|
1342 |
{
|
1343 |
"epoch": 1.0,
|
1344 |
+
"mean_token_accuracy": 0.8380202034424091,
|
1345 |
"num_tokens": 776817701.0,
|
1346 |
"step": 704,
|
1347 |
"total_flos": 6035679775555584.0,
|
1348 |
+
"train_loss": 0.6108774590221319,
|
1349 |
+
"train_runtime": 28363.9285,
|
1350 |
+
"train_samples_per_second": 12.701,
|
1351 |
+
"train_steps_per_second": 0.025
|
1352 |
}
|
1353 |
],
|
1354 |
"logging_steps": 5,
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2cf8d5a1e138db8da5110cdc8f79475dd99f6c4ce73eeca4b7e8f2e08f704711
|
3 |
+
size 7544
|