AlekseyKorshuk
commited on
Commit
·
2ecbf23
1
Parent(s):
dcd907c
huggingartists
Browse files- README.md +3 -3
- config.json +1 -1
- evaluation.txt +1 -1
- flax_model.msgpack +1 -1
- optimizer.pt +1 -1
- pytorch_model.bin +1 -1
- rng_state.pth +1 -1
- scheduler.pt +1 -1
- trainer_state.json +456 -1036
- training_args.bin +1 -1
README.md
CHANGED
@@ -45,15 +45,15 @@ from datasets import load_dataset
|
|
45 |
dataset = load_dataset("huggingartists/eminem")
|
46 |
```
|
47 |
|
48 |
-
[Explore the data](https://wandb.ai/huggingartists/huggingartists/runs/
|
49 |
|
50 |
## Training procedure
|
51 |
|
52 |
The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on Eminem's lyrics.
|
53 |
|
54 |
-
Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/huggingartists/huggingartists/runs/
|
55 |
|
56 |
-
At the end of training, [the final model](https://wandb.ai/huggingartists/huggingartists/runs/
|
57 |
|
58 |
## How to use
|
59 |
|
|
|
45 |
dataset = load_dataset("huggingartists/eminem")
|
46 |
```
|
47 |
|
48 |
+
[Explore the data](https://wandb.ai/huggingartists/huggingartists/runs/2mu8rlhb/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline.
|
49 |
|
50 |
## Training procedure
|
51 |
|
52 |
The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on Eminem's lyrics.
|
53 |
|
54 |
+
Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/huggingartists/huggingartists/runs/1q4coblt) for full transparency and reproducibility.
|
55 |
|
56 |
+
At the end of training, [the final model](https://wandb.ai/huggingartists/huggingartists/runs/1q4coblt/artifacts) is logged and versioned.
|
57 |
|
58 |
## How to use
|
59 |
|
config.json
CHANGED
@@ -37,7 +37,7 @@
|
|
37 |
}
|
38 |
},
|
39 |
"torch_dtype": "float32",
|
40 |
-
"transformers_version": "4.12.
|
41 |
"use_cache": true,
|
42 |
"vocab_size": 50257
|
43 |
}
|
|
|
37 |
}
|
38 |
},
|
39 |
"torch_dtype": "float32",
|
40 |
+
"transformers_version": "4.12.3",
|
41 |
"use_cache": true,
|
42 |
"vocab_size": 50257
|
43 |
}
|
evaluation.txt
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"eval_loss": 0.
|
|
|
1 |
+
{"eval_loss": 0.6314056515693665, "eval_runtime": 29.1648, "eval_samples_per_second": 22.733, "eval_steps_per_second": 2.846, "epoch": 13.0}
|
flax_model.msgpack
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 497764120
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d53934603e76bd1cc6dbaa3653dfe3ef3e8368445ee4bfb94e039bbde67a7ac6
|
3 |
size 497764120
|
optimizer.pt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 995604017
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a16aa18678c770ac196d53588640c9561fd9d548849b15993a4867d230b4bd96
|
3 |
size 995604017
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 510403817
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:462a6a517830a28f8813a5a4aa035ae13859bf6fde9a6ed55cc4cef7924f9166
|
3 |
size 510403817
|
rng_state.pth
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 14503
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3e00ffb84d3fc3a295652f9d6fe02a9b95ec5523997f990cc24f5bbe440e9171
|
3 |
size 14503
|
scheduler.pt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 623
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f461262713d9105e94c19b3e22fda3c3bd5c05297eb98bbd2be82f70f0da5b64
|
3 |
size 623
|
trainer_state.json
CHANGED
@@ -1,1692 +1,1112 @@
|
|
1 |
{
|
2 |
-
"best_metric": 0.
|
3 |
-
"best_model_checkpoint": "output/eminem/checkpoint-
|
4 |
-
"epoch":
|
5 |
-
"global_step":
|
6 |
"is_hyper_param_search": false,
|
7 |
"is_local_process_zero": true,
|
8 |
"is_world_process_zero": true,
|
9 |
"log_history": [
|
10 |
{
|
11 |
"epoch": 0.01,
|
12 |
-
"learning_rate": 1.
|
13 |
-
"loss": 0.
|
14 |
"step": 5
|
15 |
},
|
16 |
{
|
17 |
"epoch": 0.02,
|
18 |
-
"learning_rate":
|
19 |
-
"loss": 0.
|
20 |
"step": 10
|
21 |
},
|
22 |
{
|
23 |
"epoch": 0.03,
|
24 |
-
"learning_rate":
|
25 |
-
"loss": 0.
|
26 |
"step": 15
|
27 |
},
|
28 |
{
|
29 |
"epoch": 0.04,
|
30 |
-
"learning_rate":
|
31 |
-
"loss": 0.
|
32 |
"step": 20
|
33 |
},
|
34 |
{
|
35 |
"epoch": 0.06,
|
36 |
-
"learning_rate": 1.
|
37 |
-
"loss":
|
38 |
"step": 25
|
39 |
},
|
40 |
{
|
41 |
"epoch": 0.07,
|
42 |
-
"learning_rate": 1.
|
43 |
-
"loss": 0.
|
44 |
"step": 30
|
45 |
},
|
46 |
{
|
47 |
"epoch": 0.08,
|
48 |
-
"learning_rate": 2.
|
49 |
-
"loss":
|
50 |
"step": 35
|
51 |
},
|
52 |
{
|
53 |
"epoch": 0.09,
|
54 |
-
"learning_rate":
|
55 |
-
"loss": 0.
|
56 |
"step": 40
|
57 |
},
|
58 |
{
|
59 |
"epoch": 0.1,
|
60 |
-
"learning_rate":
|
61 |
-
"loss": 0.
|
62 |
"step": 45
|
63 |
},
|
64 |
{
|
65 |
"epoch": 0.11,
|
66 |
-
"learning_rate":
|
67 |
-
"loss":
|
68 |
"step": 50
|
69 |
},
|
70 |
{
|
71 |
"epoch": 0.12,
|
72 |
-
"learning_rate":
|
73 |
-
"loss": 0.
|
74 |
"step": 55
|
75 |
},
|
76 |
{
|
77 |
"epoch": 0.13,
|
78 |
-
"learning_rate":
|
79 |
-
"loss": 0.
|
80 |
"step": 60
|
81 |
},
|
82 |
{
|
83 |
"epoch": 0.14,
|
84 |
-
"learning_rate":
|
85 |
-
"loss": 0.
|
86 |
"step": 65
|
87 |
},
|
88 |
{
|
89 |
"epoch": 0.15,
|
90 |
-
"learning_rate":
|
91 |
-
"loss": 0.
|
92 |
"step": 70
|
93 |
},
|
94 |
{
|
95 |
"epoch": 0.17,
|
96 |
-
"learning_rate":
|
97 |
-
"loss": 0.
|
98 |
"step": 75
|
99 |
},
|
100 |
{
|
101 |
"epoch": 0.18,
|
102 |
-
"learning_rate":
|
103 |
-
"loss": 0.
|
104 |
"step": 80
|
105 |
},
|
106 |
{
|
107 |
"epoch": 0.19,
|
108 |
-
"learning_rate":
|
109 |
-
"loss":
|
110 |
"step": 85
|
111 |
},
|
112 |
{
|
113 |
"epoch": 0.2,
|
114 |
-
"learning_rate":
|
115 |
-
"loss": 0.
|
116 |
"step": 90
|
117 |
},
|
118 |
{
|
119 |
"epoch": 0.21,
|
120 |
-
"learning_rate":
|
121 |
-
"loss": 0.
|
122 |
"step": 95
|
123 |
},
|
124 |
{
|
125 |
"epoch": 0.22,
|
126 |
-
"learning_rate":
|
127 |
-
"loss":
|
128 |
"step": 100
|
129 |
},
|
130 |
{
|
131 |
"epoch": 0.23,
|
132 |
-
"learning_rate":
|
133 |
-
"loss":
|
134 |
"step": 105
|
135 |
},
|
136 |
{
|
137 |
"epoch": 0.24,
|
138 |
-
"learning_rate":
|
139 |
-
"loss":
|
140 |
"step": 110
|
141 |
},
|
142 |
{
|
143 |
"epoch": 0.25,
|
144 |
-
"learning_rate":
|
145 |
-
"loss":
|
146 |
"step": 115
|
147 |
},
|
148 |
{
|
149 |
-
"epoch": 0.
|
150 |
-
"learning_rate":
|
151 |
-
"loss": 0.
|
152 |
"step": 120
|
153 |
},
|
154 |
{
|
155 |
"epoch": 0.28,
|
156 |
-
"learning_rate":
|
157 |
-
"loss":
|
158 |
"step": 125
|
159 |
},
|
160 |
{
|
161 |
"epoch": 0.29,
|
162 |
-
"learning_rate":
|
163 |
-
"loss":
|
164 |
"step": 130
|
165 |
},
|
166 |
{
|
167 |
"epoch": 0.3,
|
168 |
-
"learning_rate":
|
169 |
-
"loss": 0.
|
170 |
"step": 135
|
171 |
},
|
172 |
{
|
173 |
"epoch": 0.31,
|
174 |
-
"learning_rate":
|
175 |
-
"loss": 0.
|
176 |
"step": 140
|
177 |
},
|
178 |
{
|
179 |
"epoch": 0.32,
|
180 |
-
"learning_rate":
|
181 |
-
"loss": 0.
|
182 |
"step": 145
|
183 |
},
|
184 |
{
|
185 |
"epoch": 0.33,
|
186 |
-
"learning_rate":
|
187 |
-
"loss": 0.
|
188 |
"step": 150
|
189 |
},
|
190 |
{
|
191 |
"epoch": 0.34,
|
192 |
-
"learning_rate":
|
193 |
-
"loss": 0.
|
194 |
"step": 155
|
195 |
},
|
196 |
{
|
197 |
"epoch": 0.35,
|
198 |
-
"learning_rate":
|
199 |
-
"loss": 0.
|
200 |
"step": 160
|
201 |
},
|
202 |
{
|
203 |
-
"epoch": 0.
|
204 |
-
"learning_rate":
|
205 |
-
"loss": 0.
|
206 |
"step": 165
|
207 |
},
|
208 |
{
|
209 |
-
"epoch": 0.
|
210 |
-
"learning_rate":
|
211 |
-
"loss": 0.
|
212 |
"step": 170
|
213 |
},
|
214 |
{
|
215 |
"epoch": 0.39,
|
216 |
-
"learning_rate":
|
217 |
-
"loss": 0.
|
218 |
"step": 175
|
219 |
},
|
220 |
{
|
221 |
"epoch": 0.4,
|
222 |
-
"learning_rate":
|
223 |
-
"loss":
|
224 |
"step": 180
|
225 |
},
|
226 |
{
|
227 |
"epoch": 0.41,
|
228 |
-
"learning_rate":
|
229 |
-
"loss": 0.
|
230 |
"step": 185
|
231 |
},
|
232 |
{
|
233 |
"epoch": 0.42,
|
234 |
-
"learning_rate":
|
235 |
-
"loss": 0.
|
236 |
"step": 190
|
237 |
},
|
238 |
{
|
239 |
"epoch": 0.43,
|
240 |
-
"learning_rate":
|
241 |
-
"loss":
|
242 |
"step": 195
|
243 |
},
|
244 |
{
|
245 |
"epoch": 0.44,
|
246 |
-
"learning_rate":
|
247 |
-
"loss": 0.
|
248 |
"step": 200
|
249 |
},
|
250 |
{
|
251 |
"epoch": 0.45,
|
252 |
-
"learning_rate":
|
253 |
-
"loss": 0.
|
254 |
"step": 205
|
255 |
},
|
256 |
{
|
257 |
"epoch": 0.46,
|
258 |
-
"learning_rate":
|
259 |
-
"loss": 0.
|
260 |
"step": 210
|
261 |
},
|
262 |
{
|
263 |
-
"epoch": 0.
|
264 |
-
"learning_rate":
|
265 |
-
"loss":
|
266 |
"step": 215
|
267 |
},
|
268 |
{
|
269 |
-
"epoch": 0.
|
270 |
-
"learning_rate":
|
271 |
-
"loss": 0.
|
272 |
"step": 220
|
273 |
},
|
274 |
{
|
275 |
"epoch": 0.5,
|
276 |
-
"learning_rate":
|
277 |
-
"loss": 0.
|
278 |
"step": 225
|
279 |
},
|
280 |
{
|
281 |
"epoch": 0.51,
|
282 |
-
"learning_rate":
|
283 |
-
"loss": 0.
|
284 |
"step": 230
|
285 |
},
|
286 |
{
|
287 |
"epoch": 0.52,
|
288 |
-
"learning_rate":
|
289 |
-
"loss": 0.
|
290 |
"step": 235
|
291 |
},
|
292 |
{
|
293 |
"epoch": 0.53,
|
294 |
-
"learning_rate":
|
295 |
-
"loss": 0.
|
296 |
"step": 240
|
297 |
},
|
298 |
{
|
299 |
"epoch": 0.54,
|
300 |
-
"learning_rate":
|
301 |
-
"loss": 0.
|
302 |
"step": 245
|
303 |
},
|
304 |
{
|
305 |
"epoch": 0.55,
|
306 |
-
"learning_rate":
|
307 |
-
"loss":
|
308 |
"step": 250
|
309 |
},
|
310 |
{
|
311 |
"epoch": 0.56,
|
312 |
-
"learning_rate":
|
313 |
-
"loss": 0.
|
314 |
"step": 255
|
315 |
},
|
316 |
{
|
317 |
-
"epoch": 0.
|
318 |
-
"learning_rate":
|
319 |
-
"loss":
|
320 |
"step": 260
|
321 |
},
|
322 |
{
|
323 |
-
"epoch": 0.
|
324 |
-
"learning_rate":
|
325 |
-
"loss": 0.
|
326 |
"step": 265
|
327 |
},
|
328 |
{
|
329 |
-
"epoch": 0.
|
330 |
-
"learning_rate":
|
331 |
-
"loss": 0.
|
332 |
"step": 270
|
333 |
},
|
334 |
{
|
335 |
"epoch": 0.61,
|
336 |
-
"learning_rate":
|
337 |
-
"loss": 0.
|
338 |
"step": 275
|
339 |
},
|
340 |
{
|
341 |
"epoch": 0.62,
|
342 |
-
"learning_rate":
|
343 |
-
"loss": 0.
|
344 |
"step": 280
|
345 |
},
|
346 |
{
|
347 |
"epoch": 0.63,
|
348 |
-
"learning_rate":
|
349 |
-
"loss":
|
350 |
"step": 285
|
351 |
},
|
352 |
{
|
353 |
"epoch": 0.64,
|
354 |
-
"learning_rate":
|
355 |
-
"loss": 1.
|
356 |
"step": 290
|
357 |
},
|
358 |
{
|
359 |
"epoch": 0.65,
|
360 |
-
"learning_rate": 0.
|
361 |
-
"loss":
|
362 |
"step": 295
|
363 |
},
|
364 |
{
|
365 |
"epoch": 0.66,
|
366 |
-
"learning_rate": 0.
|
367 |
-
"loss":
|
368 |
"step": 300
|
369 |
},
|
370 |
{
|
371 |
"epoch": 0.67,
|
372 |
-
"learning_rate": 0.
|
373 |
-
"loss": 0.
|
374 |
"step": 305
|
375 |
},
|
376 |
{
|
377 |
-
"epoch": 0.
|
378 |
-
"learning_rate": 0.
|
379 |
-
"loss":
|
380 |
"step": 310
|
381 |
},
|
382 |
{
|
383 |
-
"epoch": 0.
|
384 |
-
"learning_rate": 0.
|
385 |
-
"loss":
|
386 |
"step": 315
|
387 |
},
|
388 |
{
|
389 |
-
"epoch": 0.
|
390 |
-
"learning_rate": 0.
|
391 |
-
"loss":
|
392 |
"step": 320
|
393 |
},
|
394 |
{
|
395 |
"epoch": 0.72,
|
396 |
-
"learning_rate": 0.
|
397 |
-
"loss": 0.
|
398 |
"step": 325
|
399 |
},
|
400 |
{
|
401 |
"epoch": 0.73,
|
402 |
-
"learning_rate": 0.
|
403 |
-
"loss":
|
404 |
"step": 330
|
405 |
},
|
406 |
{
|
407 |
"epoch": 0.74,
|
408 |
-
"learning_rate": 0.
|
409 |
-
"loss": 0.
|
410 |
"step": 335
|
411 |
},
|
412 |
{
|
413 |
"epoch": 0.75,
|
414 |
-
"learning_rate": 0.
|
415 |
-
"loss":
|
416 |
"step": 340
|
417 |
},
|
418 |
{
|
419 |
"epoch": 0.76,
|
420 |
-
"learning_rate": 0.
|
421 |
-
"loss":
|
422 |
"step": 345
|
423 |
},
|
424 |
{
|
425 |
"epoch": 0.77,
|
426 |
-
"learning_rate": 0.
|
427 |
-
"loss": 0.
|
428 |
"step": 350
|
429 |
},
|
430 |
{
|
431 |
-
"epoch": 0.
|
432 |
-
"learning_rate": 0.
|
433 |
-
"loss": 1.
|
434 |
"step": 355
|
435 |
},
|
436 |
{
|
437 |
-
"epoch": 0.
|
438 |
-
"learning_rate": 0.
|
439 |
-
"loss":
|
440 |
"step": 360
|
441 |
},
|
442 |
{
|
443 |
-
"epoch": 0.
|
444 |
-
"learning_rate": 0.
|
445 |
-
"loss": 1.
|
446 |
"step": 365
|
447 |
},
|
448 |
{
|
449 |
-
"epoch": 0.
|
450 |
-
"learning_rate": 0.
|
451 |
-
"loss":
|
452 |
"step": 370
|
453 |
},
|
454 |
{
|
455 |
"epoch": 0.83,
|
456 |
-
"learning_rate": 0.
|
457 |
-
"loss":
|
458 |
"step": 375
|
459 |
},
|
460 |
{
|
461 |
"epoch": 0.84,
|
462 |
-
"learning_rate": 0.
|
463 |
-
"loss": 1.
|
464 |
"step": 380
|
465 |
},
|
466 |
{
|
467 |
"epoch": 0.85,
|
468 |
-
"learning_rate": 0.
|
469 |
-
"loss":
|
470 |
"step": 385
|
471 |
},
|
472 |
{
|
473 |
"epoch": 0.86,
|
474 |
-
"learning_rate": 0.
|
475 |
-
"loss": 1.
|
476 |
"step": 390
|
477 |
},
|
478 |
{
|
479 |
"epoch": 0.87,
|
480 |
-
"learning_rate": 0.
|
481 |
-
"loss": 0.
|
482 |
"step": 395
|
483 |
},
|
484 |
{
|
485 |
"epoch": 0.88,
|
486 |
-
"learning_rate": 0.
|
487 |
-
"loss":
|
488 |
"step": 400
|
489 |
},
|
490 |
{
|
491 |
-
"epoch": 0.
|
492 |
-
"learning_rate": 0.
|
493 |
-
"loss":
|
494 |
"step": 405
|
495 |
},
|
496 |
{
|
497 |
-
"epoch": 0.
|
498 |
-
"learning_rate": 0.
|
499 |
-
"loss": 1.
|
500 |
"step": 410
|
501 |
},
|
502 |
{
|
503 |
-
"epoch": 0.
|
504 |
-
"learning_rate": 0.
|
505 |
-
"loss": 1.
|
506 |
"step": 415
|
507 |
},
|
508 |
{
|
509 |
"epoch": 0.93,
|
510 |
-
"learning_rate": 0.
|
511 |
-
"loss":
|
512 |
"step": 420
|
513 |
},
|
514 |
{
|
515 |
"epoch": 0.94,
|
516 |
-
"learning_rate": 0.
|
517 |
-
"loss":
|
518 |
"step": 425
|
519 |
},
|
520 |
{
|
521 |
"epoch": 0.95,
|
522 |
-
"learning_rate": 0.
|
523 |
-
"loss":
|
524 |
"step": 430
|
525 |
},
|
526 |
{
|
527 |
"epoch": 0.96,
|
528 |
-
"learning_rate": 0.
|
529 |
-
"loss":
|
530 |
"step": 435
|
531 |
},
|
532 |
{
|
533 |
"epoch": 0.97,
|
534 |
-
"learning_rate": 0.
|
535 |
-
"loss":
|
536 |
"step": 440
|
537 |
},
|
538 |
{
|
539 |
"epoch": 0.98,
|
540 |
-
"learning_rate": 0.
|
541 |
-
"loss": 1.
|
542 |
"step": 445
|
543 |
},
|
544 |
{
|
545 |
-
"epoch": 0
|
546 |
-
"learning_rate": 0.
|
547 |
-
"loss": 1.
|
548 |
"step": 450
|
549 |
},
|
550 |
{
|
551 |
"epoch": 1.0,
|
552 |
-
"eval_loss": 0.
|
553 |
-
"eval_runtime":
|
554 |
-
"eval_samples_per_second":
|
555 |
-
"eval_steps_per_second":
|
556 |
-
"step":
|
557 |
},
|
558 |
{
|
559 |
-
"epoch": 1.
|
560 |
-
"learning_rate": 0.
|
561 |
-
"loss":
|
562 |
"step": 455
|
563 |
},
|
564 |
{
|
565 |
-
"epoch": 1.
|
566 |
-
"learning_rate": 0.
|
567 |
-
"loss":
|
568 |
"step": 460
|
569 |
},
|
570 |
{
|
571 |
-
"epoch": 1.
|
572 |
-
"learning_rate": 0.
|
573 |
-
"loss":
|
574 |
"step": 465
|
575 |
},
|
576 |
{
|
577 |
"epoch": 1.04,
|
578 |
-
"learning_rate": 0.
|
579 |
-
"loss": 0.
|
580 |
"step": 470
|
581 |
},
|
582 |
{
|
583 |
"epoch": 1.05,
|
584 |
-
"learning_rate": 0.
|
585 |
-
"loss": 0.
|
586 |
"step": 475
|
587 |
},
|
588 |
{
|
589 |
"epoch": 1.06,
|
590 |
-
"learning_rate": 0.
|
591 |
-
"loss": 0.
|
592 |
"step": 480
|
593 |
},
|
594 |
{
|
595 |
"epoch": 1.07,
|
596 |
-
"learning_rate": 0.
|
597 |
-
"loss":
|
598 |
"step": 485
|
599 |
},
|
600 |
{
|
601 |
"epoch": 1.08,
|
602 |
-
"learning_rate": 0.
|
603 |
-
"loss": 0.
|
604 |
"step": 490
|
605 |
},
|
606 |
{
|
607 |
-
"epoch": 1.
|
608 |
-
"learning_rate": 0.
|
609 |
-
"loss": 0.
|
610 |
"step": 495
|
611 |
},
|
612 |
{
|
613 |
-
"epoch": 1.
|
614 |
-
"learning_rate": 0.
|
615 |
-
"loss":
|
616 |
"step": 500
|
617 |
},
|
618 |
{
|
619 |
-
"epoch": 1.
|
620 |
-
"learning_rate": 0.
|
621 |
-
"loss":
|
622 |
"step": 505
|
623 |
},
|
624 |
{
|
625 |
-
"epoch": 1.
|
626 |
-
"learning_rate": 0.
|
627 |
-
"loss":
|
628 |
"step": 510
|
629 |
},
|
630 |
{
|
631 |
-
"epoch": 1.
|
632 |
-
"learning_rate": 0.
|
633 |
-
"loss":
|
634 |
"step": 515
|
635 |
},
|
636 |
{
|
637 |
"epoch": 1.15,
|
638 |
-
"learning_rate": 0.
|
639 |
-
"loss": 0.
|
640 |
"step": 520
|
641 |
},
|
642 |
{
|
643 |
"epoch": 1.16,
|
644 |
-
"learning_rate": 0.
|
645 |
-
"loss": 0.
|
646 |
"step": 525
|
647 |
},
|
648 |
{
|
649 |
"epoch": 1.17,
|
650 |
-
"learning_rate": 0.
|
651 |
-
"loss": 0.
|
652 |
"step": 530
|
653 |
},
|
654 |
{
|
655 |
"epoch": 1.18,
|
656 |
-
"learning_rate":
|
657 |
-
"loss":
|
658 |
"step": 535
|
659 |
},
|
660 |
{
|
661 |
"epoch": 1.19,
|
662 |
-
"learning_rate":
|
663 |
-
"loss": 0.
|
664 |
"step": 540
|
665 |
},
|
666 |
{
|
667 |
-
"epoch": 1.
|
668 |
-
"learning_rate":
|
669 |
-
"loss":
|
670 |
"step": 545
|
671 |
},
|
672 |
{
|
673 |
-
"epoch": 1.
|
674 |
-
"learning_rate":
|
675 |
-
"loss":
|
676 |
"step": 550
|
677 |
},
|
678 |
{
|
679 |
-
"epoch": 1.
|
680 |
-
"learning_rate":
|
681 |
-
"loss": 0.
|
682 |
"step": 555
|
683 |
},
|
684 |
{
|
685 |
-
"epoch": 1.
|
686 |
-
"learning_rate":
|
687 |
-
"loss":
|
688 |
"step": 560
|
689 |
},
|
690 |
{
|
691 |
-
"epoch": 1.
|
692 |
-
"learning_rate":
|
693 |
-
"loss":
|
694 |
"step": 565
|
695 |
},
|
696 |
{
|
697 |
"epoch": 1.26,
|
698 |
-
"learning_rate":
|
699 |
-
"loss":
|
700 |
"step": 570
|
701 |
},
|
702 |
{
|
703 |
"epoch": 1.27,
|
704 |
-
"learning_rate":
|
705 |
-
"loss":
|
706 |
"step": 575
|
707 |
},
|
708 |
{
|
709 |
"epoch": 1.28,
|
710 |
-
"learning_rate":
|
711 |
-
"loss": 0.
|
712 |
"step": 580
|
713 |
},
|
714 |
{
|
715 |
"epoch": 1.29,
|
716 |
-
"learning_rate":
|
717 |
-
"loss": 0.
|
718 |
"step": 585
|
719 |
},
|
720 |
{
|
721 |
-
"epoch": 1.
|
722 |
-
"learning_rate":
|
723 |
-
"loss": 0.
|
724 |
"step": 590
|
725 |
},
|
726 |
{
|
727 |
-
"epoch": 1.
|
728 |
-
"learning_rate":
|
729 |
-
"loss": 0.
|
730 |
"step": 595
|
731 |
},
|
732 |
{
|
733 |
-
"epoch": 1.
|
734 |
-
"learning_rate":
|
735 |
-
"loss": 0.
|
736 |
"step": 600
|
737 |
},
|
738 |
{
|
739 |
-
"epoch": 1.
|
740 |
-
"learning_rate":
|
741 |
-
"loss": 0.
|
742 |
"step": 605
|
743 |
},
|
744 |
{
|
745 |
-
"epoch": 1.
|
746 |
-
"learning_rate":
|
747 |
-
"loss": 0.
|
748 |
"step": 610
|
749 |
},
|
750 |
{
|
751 |
-
"epoch": 1.
|
752 |
-
"learning_rate":
|
753 |
-
"loss":
|
754 |
"step": 615
|
755 |
},
|
756 |
{
|
757 |
"epoch": 1.37,
|
758 |
-
"learning_rate":
|
759 |
-
"loss":
|
760 |
"step": 620
|
761 |
},
|
762 |
{
|
763 |
"epoch": 1.38,
|
764 |
-
"learning_rate":
|
765 |
-
"loss":
|
766 |
"step": 625
|
767 |
},
|
768 |
{
|
769 |
"epoch": 1.39,
|
770 |
-
"learning_rate":
|
771 |
-
"loss":
|
772 |
"step": 630
|
773 |
},
|
774 |
{
|
775 |
"epoch": 1.4,
|
776 |
-
"learning_rate":
|
777 |
-
"loss":
|
778 |
"step": 635
|
779 |
},
|
780 |
{
|
781 |
-
"epoch": 1.
|
782 |
-
"learning_rate":
|
783 |
-
"loss":
|
784 |
"step": 640
|
785 |
},
|
786 |
{
|
787 |
-
"epoch": 1.
|
788 |
-
"learning_rate":
|
789 |
-
"loss": 0.
|
790 |
"step": 645
|
791 |
},
|
792 |
{
|
793 |
-
"epoch": 1.
|
794 |
-
"learning_rate":
|
795 |
-
"loss":
|
796 |
"step": 650
|
797 |
},
|
798 |
{
|
799 |
-
"epoch": 1.
|
800 |
-
"learning_rate":
|
801 |
-
"loss": 0.
|
802 |
"step": 655
|
803 |
},
|
804 |
{
|
805 |
-
"epoch": 1.
|
806 |
-
"learning_rate":
|
807 |
-
"loss":
|
808 |
"step": 660
|
809 |
},
|
810 |
{
|
811 |
-
"epoch": 1.
|
812 |
-
"learning_rate":
|
813 |
-
"loss":
|
814 |
"step": 665
|
815 |
},
|
816 |
{
|
817 |
"epoch": 1.48,
|
818 |
-
"learning_rate":
|
819 |
-
"loss":
|
820 |
"step": 670
|
821 |
},
|
822 |
{
|
823 |
"epoch": 1.49,
|
824 |
-
"learning_rate":
|
825 |
-
"loss":
|
826 |
"step": 675
|
827 |
},
|
828 |
{
|
829 |
"epoch": 1.5,
|
830 |
-
"learning_rate":
|
831 |
-
"loss": 0.
|
832 |
"step": 680
|
833 |
},
|
834 |
{
|
835 |
-
"epoch": 1.
|
836 |
-
"learning_rate":
|
837 |
-
"loss":
|
838 |
"step": 685
|
839 |
},
|
840 |
{
|
841 |
-
"epoch": 1.
|
842 |
-
"learning_rate":
|
843 |
-
"loss":
|
844 |
"step": 690
|
845 |
},
|
846 |
{
|
847 |
-
"epoch": 1.
|
848 |
-
"learning_rate":
|
849 |
-
"loss": 0.
|
850 |
"step": 695
|
851 |
},
|
852 |
{
|
853 |
-
"epoch": 1.
|
854 |
-
"learning_rate":
|
855 |
-
"loss":
|
856 |
"step": 700
|
857 |
},
|
858 |
{
|
859 |
-
"epoch": 1.
|
860 |
-
"learning_rate":
|
861 |
-
"loss": 0.
|
862 |
"step": 705
|
863 |
},
|
864 |
{
|
865 |
-
"epoch": 1.
|
866 |
-
"learning_rate":
|
867 |
-
"loss":
|
868 |
"step": 710
|
869 |
},
|
870 |
{
|
871 |
-
"epoch": 1.
|
872 |
-
"learning_rate":
|
873 |
-
"loss":
|
874 |
"step": 715
|
875 |
},
|
876 |
{
|
877 |
"epoch": 1.59,
|
878 |
-
"learning_rate":
|
879 |
-
"loss":
|
880 |
"step": 720
|
881 |
},
|
882 |
{
|
883 |
"epoch": 1.6,
|
884 |
-
"learning_rate":
|
885 |
-
"loss": 0.
|
886 |
"step": 725
|
887 |
},
|
888 |
{
|
889 |
-
"epoch": 1.
|
890 |
-
"learning_rate":
|
891 |
-
"loss": 0.
|
892 |
"step": 730
|
893 |
},
|
894 |
{
|
895 |
-
"epoch": 1.
|
896 |
-
"learning_rate":
|
897 |
-
"loss": 0.
|
898 |
"step": 735
|
899 |
},
|
900 |
{
|
901 |
-
"epoch": 1.
|
902 |
-
"learning_rate":
|
903 |
-
"loss": 0.
|
904 |
"step": 740
|
905 |
},
|
906 |
{
|
907 |
-
"epoch": 1.
|
908 |
-
"learning_rate":
|
909 |
-
"loss": 0.
|
910 |
"step": 745
|
911 |
},
|
912 |
{
|
913 |
-
"epoch": 1.
|
914 |
-
"learning_rate":
|
915 |
-
"loss": 0.
|
916 |
"step": 750
|
917 |
},
|
918 |
{
|
919 |
-
"epoch": 1.
|
920 |
-
"learning_rate":
|
921 |
-
"loss": 0.
|
922 |
"step": 755
|
923 |
},
|
924 |
{
|
925 |
-
"epoch": 1.
|
926 |
-
"learning_rate":
|
927 |
-
"loss":
|
928 |
"step": 760
|
929 |
},
|
930 |
{
|
931 |
"epoch": 1.69,
|
932 |
-
"learning_rate":
|
933 |
-
"loss": 0.
|
934 |
"step": 765
|
935 |
},
|
936 |
{
|
937 |
"epoch": 1.7,
|
938 |
-
"learning_rate":
|
939 |
-
"loss": 0.
|
940 |
"step": 770
|
941 |
},
|
942 |
{
|
943 |
"epoch": 1.71,
|
944 |
-
"learning_rate":
|
945 |
-
"loss":
|
946 |
"step": 775
|
947 |
},
|
948 |
{
|
949 |
-
"epoch": 1.
|
950 |
-
"learning_rate":
|
951 |
-
"loss": 0.
|
952 |
"step": 780
|
953 |
},
|
954 |
{
|
955 |
-
"epoch": 1.
|
956 |
-
"learning_rate": 2.
|
957 |
-
"loss": 0.
|
958 |
"step": 785
|
959 |
},
|
960 |
{
|
961 |
-
"epoch": 1.
|
962 |
-
"learning_rate": 2.
|
963 |
-
"loss": 0.
|
964 |
"step": 790
|
965 |
},
|
966 |
{
|
967 |
-
"epoch": 1.
|
968 |
-
"learning_rate": 1.
|
969 |
-
"loss":
|
970 |
"step": 795
|
971 |
},
|
972 |
{
|
973 |
-
"epoch": 1.
|
974 |
-
"learning_rate": 1.
|
975 |
-
"loss": 0.
|
976 |
"step": 800
|
977 |
},
|
978 |
{
|
979 |
-
"epoch": 1.
|
980 |
-
"learning_rate":
|
981 |
-
"loss": 0.
|
982 |
"step": 805
|
983 |
},
|
984 |
{
|
985 |
-
"epoch": 1.
|
986 |
-
"learning_rate":
|
987 |
-
"loss": 0.
|
988 |
"step": 810
|
989 |
},
|
990 |
{
|
991 |
"epoch": 1.8,
|
992 |
-
"learning_rate":
|
993 |
-
"loss": 0.
|
994 |
"step": 815
|
995 |
},
|
996 |
{
|
997 |
"epoch": 1.81,
|
998 |
-
"learning_rate":
|
999 |
-
"loss": 0.
|
1000 |
"step": 820
|
1001 |
},
|
1002 |
{
|
1003 |
-
"epoch": 1.
|
1004 |
-
"learning_rate":
|
1005 |
-
"loss": 0.
|
1006 |
"step": 825
|
1007 |
},
|
1008 |
{
|
1009 |
-
"epoch": 1.
|
1010 |
-
"learning_rate":
|
1011 |
-
"loss":
|
1012 |
"step": 830
|
1013 |
},
|
1014 |
{
|
1015 |
-
"epoch": 1.
|
1016 |
-
"learning_rate":
|
1017 |
-
"loss":
|
1018 |
"step": 835
|
1019 |
},
|
1020 |
{
|
1021 |
-
"epoch": 1.
|
1022 |
-
"learning_rate":
|
1023 |
-
"loss": 0.
|
1024 |
"step": 840
|
1025 |
},
|
1026 |
{
|
1027 |
-
"epoch": 1.
|
1028 |
-
"learning_rate": 5.
|
1029 |
-
"loss": 0.
|
1030 |
"step": 845
|
1031 |
},
|
1032 |
{
|
1033 |
-
"epoch": 1.
|
1034 |
-
"learning_rate":
|
1035 |
-
"loss": 0.
|
1036 |
"step": 850
|
1037 |
},
|
1038 |
{
|
1039 |
-
"epoch": 1.
|
1040 |
-
"learning_rate":
|
1041 |
-
"loss":
|
1042 |
"step": 855
|
1043 |
},
|
1044 |
{
|
1045 |
-
"epoch": 1.
|
1046 |
-
"learning_rate":
|
1047 |
-
"loss":
|
1048 |
"step": 860
|
1049 |
},
|
1050 |
{
|
1051 |
"epoch": 1.91,
|
1052 |
-
"learning_rate": 2.
|
1053 |
-
"loss": 0.
|
1054 |
"step": 865
|
1055 |
},
|
1056 |
{
|
1057 |
"epoch": 1.92,
|
1058 |
-
"learning_rate":
|
1059 |
-
"loss": 0.
|
1060 |
"step": 870
|
1061 |
},
|
1062 |
-
{
|
1063 |
-
"epoch": 1.93,
|
1064 |
-
"learning_rate": 1.37663953646536e-06,
|
1065 |
-
"loss": 1.0553,
|
1066 |
-
"step": 875
|
1067 |
-
},
|
1068 |
{
|
1069 |
"epoch": 1.94,
|
1070 |
-
"learning_rate":
|
1071 |
-
"loss":
|
1072 |
-
"step":
|
1073 |
},
|
1074 |
{
|
1075 |
"epoch": 1.95,
|
1076 |
-
"learning_rate":
|
1077 |
-
"loss": 0.
|
1078 |
-
"step":
|
1079 |
},
|
1080 |
{
|
1081 |
"epoch": 1.96,
|
1082 |
-
"learning_rate":
|
1083 |
-
"loss":
|
1084 |
-
"step":
|
1085 |
},
|
1086 |
{
|
1087 |
"epoch": 1.97,
|
1088 |
-
"learning_rate":
|
1089 |
-
"loss": 0.
|
1090 |
-
"step":
|
1091 |
},
|
1092 |
{
|
1093 |
"epoch": 1.98,
|
1094 |
-
"learning_rate":
|
1095 |
-
"loss":
|
1096 |
-
"step":
|
1097 |
},
|
1098 |
{
|
1099 |
"epoch": 1.99,
|
1100 |
-
"learning_rate":
|
1101 |
-
"loss": 0.
|
1102 |
-
"step":
|
1103 |
},
|
1104 |
{
|
1105 |
"epoch": 2.0,
|
1106 |
-
"eval_loss": 0.
|
1107 |
-
"eval_runtime":
|
1108 |
-
"eval_samples_per_second":
|
1109 |
-
"eval_steps_per_second":
|
1110 |
-
"step":
|
1111 |
-
},
|
1112 |
-
{
|
1113 |
-
"epoch": 2.02,
|
1114 |
-
"learning_rate": 3.939154059863554e-05,
|
1115 |
-
"loss": 1.0652,
|
1116 |
-
"step": 910
|
1117 |
-
},
|
1118 |
-
{
|
1119 |
-
"epoch": 2.03,
|
1120 |
-
"learning_rate": 4.157558500206058e-05,
|
1121 |
-
"loss": 0.9825,
|
1122 |
-
"step": 915
|
1123 |
-
},
|
1124 |
-
{
|
1125 |
-
"epoch": 2.04,
|
1126 |
-
"learning_rate": 4.379255449236861e-05,
|
1127 |
-
"loss": 0.8959,
|
1128 |
-
"step": 920
|
1129 |
-
},
|
1130 |
-
{
|
1131 |
-
"epoch": 2.06,
|
1132 |
-
"learning_rate": 4.603974803373273e-05,
|
1133 |
-
"loss": 1.0768,
|
1134 |
-
"step": 925
|
1135 |
-
},
|
1136 |
-
{
|
1137 |
-
"epoch": 2.07,
|
1138 |
-
"learning_rate": 4.831442776697826e-05,
|
1139 |
-
"loss": 0.9137,
|
1140 |
-
"step": 930
|
1141 |
-
},
|
1142 |
-
{
|
1143 |
-
"epoch": 2.08,
|
1144 |
-
"learning_rate": 5.061382234523686e-05,
|
1145 |
-
"loss": 0.9653,
|
1146 |
-
"step": 935
|
1147 |
-
},
|
1148 |
-
{
|
1149 |
-
"epoch": 2.09,
|
1150 |
-
"learning_rate": 5.293513031040953e-05,
|
1151 |
-
"loss": 0.921,
|
1152 |
-
"step": 940
|
1153 |
-
},
|
1154 |
-
{
|
1155 |
-
"epoch": 2.1,
|
1156 |
-
"learning_rate": 5.527552350630886e-05,
|
1157 |
-
"loss": 0.9621,
|
1158 |
-
"step": 945
|
1159 |
-
},
|
1160 |
-
{
|
1161 |
-
"epoch": 2.11,
|
1162 |
-
"learning_rate": 5.763215052433939e-05,
|
1163 |
-
"loss": 0.933,
|
1164 |
-
"step": 950
|
1165 |
-
},
|
1166 |
-
{
|
1167 |
-
"epoch": 2.12,
|
1168 |
-
"learning_rate": 6.000214017748833e-05,
|
1169 |
-
"loss": 1.1698,
|
1170 |
-
"step": 955
|
1171 |
-
},
|
1172 |
-
{
|
1173 |
-
"epoch": 2.13,
|
1174 |
-
"learning_rate": 6.238260499843221e-05,
|
1175 |
-
"loss": 1.0466,
|
1176 |
-
"step": 960
|
1177 |
-
},
|
1178 |
-
{
|
1179 |
-
"epoch": 2.14,
|
1180 |
-
"learning_rate": 6.477064475746826e-05,
|
1181 |
-
"loss": 0.9793,
|
1182 |
-
"step": 965
|
1183 |
-
},
|
1184 |
-
{
|
1185 |
-
"epoch": 2.16,
|
1186 |
-
"learning_rate": 6.716334999600135e-05,
|
1187 |
-
"loss": 1.0029,
|
1188 |
-
"step": 970
|
1189 |
-
},
|
1190 |
-
{
|
1191 |
-
"epoch": 2.17,
|
1192 |
-
"learning_rate": 6.955780557126535e-05,
|
1193 |
-
"loss": 0.901,
|
1194 |
-
"step": 975
|
1195 |
-
},
|
1196 |
-
{
|
1197 |
-
"epoch": 2.18,
|
1198 |
-
"learning_rate": 7.195109420797938e-05,
|
1199 |
-
"loss": 0.8933,
|
1200 |
-
"step": 980
|
1201 |
-
},
|
1202 |
-
{
|
1203 |
-
"epoch": 2.19,
|
1204 |
-
"learning_rate": 7.434030005259555e-05,
|
1205 |
-
"loss": 0.9533,
|
1206 |
-
"step": 985
|
1207 |
-
},
|
1208 |
-
{
|
1209 |
-
"epoch": 2.2,
|
1210 |
-
"learning_rate": 7.672251222582502e-05,
|
1211 |
-
"loss": 1.0477,
|
1212 |
-
"step": 990
|
1213 |
-
},
|
1214 |
-
{
|
1215 |
-
"epoch": 2.21,
|
1216 |
-
"learning_rate": 7.90948283690844e-05,
|
1217 |
-
"loss": 1.0604,
|
1218 |
-
"step": 995
|
1219 |
-
},
|
1220 |
-
{
|
1221 |
-
"epoch": 2.22,
|
1222 |
-
"learning_rate": 8.145435818058043e-05,
|
1223 |
-
"loss": 1.0593,
|
1224 |
-
"step": 1000
|
1225 |
-
},
|
1226 |
-
{
|
1227 |
-
"epoch": 2.23,
|
1228 |
-
"learning_rate": 8.379822693669456e-05,
|
1229 |
-
"loss": 0.889,
|
1230 |
-
"step": 1005
|
1231 |
-
},
|
1232 |
-
{
|
1233 |
-
"epoch": 2.24,
|
1234 |
-
"learning_rate": 8.612357899439467e-05,
|
1235 |
-
"loss": 1.0466,
|
1236 |
-
"step": 1010
|
1237 |
-
},
|
1238 |
-
{
|
1239 |
-
"epoch": 2.26,
|
1240 |
-
"learning_rate": 8.842758127039052e-05,
|
1241 |
-
"loss": 0.8741,
|
1242 |
-
"step": 1015
|
1243 |
-
},
|
1244 |
-
{
|
1245 |
-
"epoch": 2.27,
|
1246 |
-
"learning_rate": 9.070742669281316e-05,
|
1247 |
-
"loss": 0.9787,
|
1248 |
-
"step": 1020
|
1249 |
-
},
|
1250 |
-
{
|
1251 |
-
"epoch": 2.28,
|
1252 |
-
"learning_rate": 9.296033762119679e-05,
|
1253 |
-
"loss": 0.9187,
|
1254 |
-
"step": 1025
|
1255 |
-
},
|
1256 |
-
{
|
1257 |
-
"epoch": 2.29,
|
1258 |
-
"learning_rate": 9.518356923061407e-05,
|
1259 |
-
"loss": 0.918,
|
1260 |
-
"step": 1030
|
1261 |
-
},
|
1262 |
-
{
|
1263 |
-
"epoch": 2.3,
|
1264 |
-
"learning_rate": 9.737441285580787e-05,
|
1265 |
-
"loss": 0.887,
|
1266 |
-
"step": 1035
|
1267 |
-
},
|
1268 |
-
{
|
1269 |
-
"epoch": 2.31,
|
1270 |
-
"learning_rate": 9.953019929129537e-05,
|
1271 |
-
"loss": 1.0572,
|
1272 |
-
"step": 1040
|
1273 |
-
},
|
1274 |
-
{
|
1275 |
-
"epoch": 2.32,
|
1276 |
-
"learning_rate": 0.00010164830204337668,
|
1277 |
-
"loss": 0.9164,
|
1278 |
-
"step": 1045
|
1279 |
-
},
|
1280 |
-
{
|
1281 |
-
"epoch": 2.33,
|
1282 |
-
"learning_rate": 0.00010372614053012052,
|
1283 |
-
"loss": 0.9702,
|
1284 |
-
"step": 1050
|
1285 |
-
},
|
1286 |
-
{
|
1287 |
-
"epoch": 2.34,
|
1288 |
-
"learning_rate": 0.00010576118322539557,
|
1289 |
-
"loss": 1.0737,
|
1290 |
-
"step": 1055
|
1291 |
-
},
|
1292 |
-
{
|
1293 |
-
"epoch": 2.36,
|
1294 |
-
"learning_rate": 0.00010775095074315191,
|
1295 |
-
"loss": 0.9764,
|
1296 |
-
"step": 1060
|
1297 |
-
},
|
1298 |
-
{
|
1299 |
-
"epoch": 2.37,
|
1300 |
-
"learning_rate": 0.00010969301885816937,
|
1301 |
-
"loss": 1.0461,
|
1302 |
-
"step": 1065
|
1303 |
-
},
|
1304 |
-
{
|
1305 |
-
"epoch": 2.38,
|
1306 |
-
"learning_rate": 0.00011158502145960167,
|
1307 |
-
"loss": 1.034,
|
1308 |
-
"step": 1070
|
1309 |
-
},
|
1310 |
-
{
|
1311 |
-
"epoch": 2.39,
|
1312 |
-
"learning_rate": 0.00011342465343372117,
|
1313 |
-
"loss": 0.9559,
|
1314 |
-
"step": 1075
|
1315 |
-
},
|
1316 |
-
{
|
1317 |
-
"epoch": 2.4,
|
1318 |
-
"learning_rate": 0.00011520967347234022,
|
1319 |
-
"loss": 1.0916,
|
1320 |
-
"step": 1080
|
1321 |
-
},
|
1322 |
-
{
|
1323 |
-
"epoch": 2.41,
|
1324 |
-
"learning_rate": 0.00011693790680350301,
|
1325 |
-
"loss": 0.9443,
|
1326 |
-
"step": 1085
|
1327 |
-
},
|
1328 |
-
{
|
1329 |
-
"epoch": 2.42,
|
1330 |
-
"learning_rate": 0.00011860724784110814,
|
1331 |
-
"loss": 0.9271,
|
1332 |
-
"step": 1090
|
1333 |
-
},
|
1334 |
-
{
|
1335 |
-
"epoch": 2.43,
|
1336 |
-
"learning_rate": 0.00012021566275024623,
|
1337 |
-
"loss": 0.9245,
|
1338 |
-
"step": 1095
|
1339 |
-
},
|
1340 |
-
{
|
1341 |
-
"epoch": 2.44,
|
1342 |
-
"learning_rate": 0.00012176119192510649,
|
1343 |
-
"loss": 0.8889,
|
1344 |
-
"step": 1100
|
1345 |
-
},
|
1346 |
-
{
|
1347 |
-
"epoch": 2.46,
|
1348 |
-
"learning_rate": 0.00012324195237645988,
|
1349 |
-
"loss": 0.9344,
|
1350 |
-
"step": 1105
|
1351 |
-
},
|
1352 |
-
{
|
1353 |
-
"epoch": 2.47,
|
1354 |
-
"learning_rate": 0.00012465614002578945,
|
1355 |
-
"loss": 1.0672,
|
1356 |
-
"step": 1110
|
1357 |
-
},
|
1358 |
-
{
|
1359 |
-
"epoch": 2.48,
|
1360 |
-
"learning_rate": 0.0001260020319032846,
|
1361 |
-
"loss": 0.9582,
|
1362 |
-
"step": 1115
|
1363 |
-
},
|
1364 |
-
{
|
1365 |
-
"epoch": 2.49,
|
1366 |
-
"learning_rate": 0.00012727798824701078,
|
1367 |
-
"loss": 0.9114,
|
1368 |
-
"step": 1120
|
1369 |
-
},
|
1370 |
-
{
|
1371 |
-
"epoch": 2.5,
|
1372 |
-
"learning_rate": 0.00012848245450070912,
|
1373 |
-
"loss": 1.1439,
|
1374 |
-
"step": 1125
|
1375 |
-
},
|
1376 |
-
{
|
1377 |
-
"epoch": 2.51,
|
1378 |
-
"learning_rate": 0.00012961396320778244,
|
1379 |
-
"loss": 1.0116,
|
1380 |
-
"step": 1130
|
1381 |
-
},
|
1382 |
-
{
|
1383 |
-
"epoch": 2.52,
|
1384 |
-
"learning_rate": 0.00013067113579916855,
|
1385 |
-
"loss": 0.8955,
|
1386 |
-
"step": 1135
|
1387 |
-
},
|
1388 |
-
{
|
1389 |
-
"epoch": 2.53,
|
1390 |
-
"learning_rate": 0.00013165268427290888,
|
1391 |
-
"loss": 1.1116,
|
1392 |
-
"step": 1140
|
1393 |
-
},
|
1394 |
-
{
|
1395 |
-
"epoch": 2.54,
|
1396 |
-
"learning_rate": 0.0001325574127633844,
|
1397 |
-
"loss": 0.9538,
|
1398 |
-
"step": 1145
|
1399 |
-
},
|
1400 |
-
{
|
1401 |
-
"epoch": 2.56,
|
1402 |
-
"learning_rate": 0.00013338421899829092,
|
1403 |
-
"loss": 1.0351,
|
1404 |
-
"step": 1150
|
1405 |
-
},
|
1406 |
-
{
|
1407 |
-
"epoch": 2.57,
|
1408 |
-
"learning_rate": 0.00013413209564159262,
|
1409 |
-
"loss": 1.0751,
|
1410 |
-
"step": 1155
|
1411 |
-
},
|
1412 |
-
{
|
1413 |
-
"epoch": 2.58,
|
1414 |
-
"learning_rate": 0.0001348001315208005,
|
1415 |
-
"loss": 1.0118,
|
1416 |
-
"step": 1160
|
1417 |
-
},
|
1418 |
-
{
|
1419 |
-
"epoch": 2.59,
|
1420 |
-
"learning_rate": 0.00013538751273709884,
|
1421 |
-
"loss": 1.0048,
|
1422 |
-
"step": 1165
|
1423 |
-
},
|
1424 |
-
{
|
1425 |
-
"epoch": 2.6,
|
1426 |
-
"learning_rate": 0.00013589352365695444,
|
1427 |
-
"loss": 1.0141,
|
1428 |
-
"step": 1170
|
1429 |
-
},
|
1430 |
-
{
|
1431 |
-
"epoch": 2.61,
|
1432 |
-
"learning_rate": 0.00013631754778400696,
|
1433 |
-
"loss": 1.0117,
|
1434 |
-
"step": 1175
|
1435 |
-
},
|
1436 |
-
{
|
1437 |
-
"epoch": 2.62,
|
1438 |
-
"learning_rate": 0.0001366590685101732,
|
1439 |
-
"loss": 1.0794,
|
1440 |
-
"step": 1180
|
1441 |
-
},
|
1442 |
-
{
|
1443 |
-
"epoch": 2.63,
|
1444 |
-
"learning_rate": 0.00013691766974505563,
|
1445 |
-
"loss": 1.1812,
|
1446 |
-
"step": 1185
|
1447 |
-
},
|
1448 |
-
{
|
1449 |
-
"epoch": 2.64,
|
1450 |
-
"learning_rate": 0.00013709303642288383,
|
1451 |
-
"loss": 1.2511,
|
1452 |
-
"step": 1190
|
1453 |
-
},
|
1454 |
-
{
|
1455 |
-
"epoch": 2.66,
|
1456 |
-
"learning_rate": 0.0001371849548863744,
|
1457 |
-
"loss": 0.8512,
|
1458 |
-
"step": 1195
|
1459 |
-
},
|
1460 |
-
{
|
1461 |
-
"epoch": 2.67,
|
1462 |
-
"learning_rate": 0.00013719331314703827,
|
1463 |
-
"loss": 1.0474,
|
1464 |
-
"step": 1200
|
1465 |
-
},
|
1466 |
-
{
|
1467 |
-
"epoch": 2.68,
|
1468 |
-
"learning_rate": 0.00013711810102162237,
|
1469 |
-
"loss": 1.0574,
|
1470 |
-
"step": 1205
|
1471 |
-
},
|
1472 |
-
{
|
1473 |
-
"epoch": 2.69,
|
1474 |
-
"learning_rate": 0.00013695941014451606,
|
1475 |
-
"loss": 1.2136,
|
1476 |
-
"step": 1210
|
1477 |
-
},
|
1478 |
-
{
|
1479 |
-
"epoch": 2.7,
|
1480 |
-
"learning_rate": 0.00013671743385610847,
|
1481 |
-
"loss": 1.1405,
|
1482 |
-
"step": 1215
|
1483 |
-
},
|
1484 |
-
{
|
1485 |
-
"epoch": 2.71,
|
1486 |
-
"learning_rate": 0.00013639246696723354,
|
1487 |
-
"loss": 0.9608,
|
1488 |
-
"step": 1220
|
1489 |
-
},
|
1490 |
-
{
|
1491 |
-
"epoch": 2.72,
|
1492 |
-
"learning_rate": 0.000135984905399988,
|
1493 |
-
"loss": 1.0797,
|
1494 |
-
"step": 1225
|
1495 |
-
},
|
1496 |
-
{
|
1497 |
-
"epoch": 2.73,
|
1498 |
-
"learning_rate": 0.00013549524570536192,
|
1499 |
-
"loss": 1.1173,
|
1500 |
-
"step": 1230
|
1501 |
-
},
|
1502 |
-
{
|
1503 |
-
"epoch": 2.74,
|
1504 |
-
"learning_rate": 0.00013492408445826617,
|
1505 |
-
"loss": 1.0319,
|
1506 |
-
"step": 1235
|
1507 |
-
},
|
1508 |
-
{
|
1509 |
-
"epoch": 2.76,
|
1510 |
-
"learning_rate": 0.0001342721175307,
|
1511 |
-
"loss": 1.1431,
|
1512 |
-
"step": 1240
|
1513 |
-
},
|
1514 |
-
{
|
1515 |
-
"epoch": 2.77,
|
1516 |
-
"learning_rate": 0.00013354013924393685,
|
1517 |
-
"loss": 1.1817,
|
1518 |
-
"step": 1245
|
1519 |
-
},
|
1520 |
-
{
|
1521 |
-
"epoch": 2.78,
|
1522 |
-
"learning_rate": 0.00013272904140076693,
|
1523 |
-
"loss": 1.1562,
|
1524 |
-
"step": 1250
|
1525 |
-
},
|
1526 |
-
{
|
1527 |
-
"epoch": 2.79,
|
1528 |
-
"learning_rate": 0.00013183981219897135,
|
1529 |
-
"loss": 0.9705,
|
1530 |
-
"step": 1255
|
1531 |
-
},
|
1532 |
-
{
|
1533 |
-
"epoch": 2.8,
|
1534 |
-
"learning_rate": 0.00013087353502735764,
|
1535 |
-
"loss": 0.9752,
|
1536 |
-
"step": 1260
|
1537 |
-
},
|
1538 |
-
{
|
1539 |
-
"epoch": 2.81,
|
1540 |
-
"learning_rate": 0.00012983138714581574,
|
1541 |
-
"loss": 1.1247,
|
1542 |
-
"step": 1265
|
1543 |
-
},
|
1544 |
-
{
|
1545 |
-
"epoch": 2.82,
|
1546 |
-
"learning_rate": 0.00012871463825100976,
|
1547 |
-
"loss": 1.001,
|
1548 |
-
"step": 1270
|
1549 |
-
},
|
1550 |
-
{
|
1551 |
-
"epoch": 2.83,
|
1552 |
-
"learning_rate": 0.00012752464892944418,
|
1553 |
-
"loss": 1.0426,
|
1554 |
-
"step": 1275
|
1555 |
-
},
|
1556 |
-
{
|
1557 |
-
"epoch": 2.84,
|
1558 |
-
"learning_rate": 0.00012626286899980387,
|
1559 |
-
"loss": 1.128,
|
1560 |
-
"step": 1280
|
1561 |
-
},
|
1562 |
-
{
|
1563 |
-
"epoch": 2.86,
|
1564 |
-
"learning_rate": 0.0001249308357465718,
|
1565 |
-
"loss": 1.1501,
|
1566 |
-
"step": 1285
|
1567 |
-
},
|
1568 |
-
{
|
1569 |
-
"epoch": 2.87,
|
1570 |
-
"learning_rate": 0.0001235301720470826,
|
1571 |
-
"loss": 0.9987,
|
1572 |
-
"step": 1290
|
1573 |
-
},
|
1574 |
-
{
|
1575 |
-
"epoch": 2.88,
|
1576 |
-
"learning_rate": 0.00012206258439429962,
|
1577 |
-
"loss": 1.1401,
|
1578 |
-
"step": 1295
|
1579 |
-
},
|
1580 |
-
{
|
1581 |
-
"epoch": 2.89,
|
1582 |
-
"learning_rate": 0.0001205298608177108,
|
1583 |
-
"loss": 0.9013,
|
1584 |
-
"step": 1300
|
1585 |
-
},
|
1586 |
-
{
|
1587 |
-
"epoch": 2.9,
|
1588 |
-
"learning_rate": 0.0001189338687048974,
|
1589 |
-
"loss": 1.0983,
|
1590 |
-
"step": 1305
|
1591 |
-
},
|
1592 |
-
{
|
1593 |
-
"epoch": 2.91,
|
1594 |
-
"learning_rate": 0.00011727655252640518,
|
1595 |
-
"loss": 1.0951,
|
1596 |
-
"step": 1310
|
1597 |
-
},
|
1598 |
-
{
|
1599 |
-
"epoch": 2.92,
|
1600 |
-
"learning_rate": 0.00011555993146670835,
|
1601 |
-
"loss": 1.097,
|
1602 |
-
"step": 1315
|
1603 |
-
},
|
1604 |
-
{
|
1605 |
-
"epoch": 2.93,
|
1606 |
-
"learning_rate": 0.00011378609696414153,
|
1607 |
-
"loss": 1.1505,
|
1608 |
-
"step": 1320
|
1609 |
-
},
|
1610 |
-
{
|
1611 |
-
"epoch": 2.94,
|
1612 |
-
"learning_rate": 0.00011195721016280857,
|
1613 |
-
"loss": 1.0955,
|
1614 |
-
"step": 1325
|
1615 |
-
},
|
1616 |
-
{
|
1617 |
-
"epoch": 2.96,
|
1618 |
-
"learning_rate": 0.00011007549927955844,
|
1619 |
-
"loss": 1.0874,
|
1620 |
-
"step": 1330
|
1621 |
-
},
|
1622 |
-
{
|
1623 |
-
"epoch": 2.97,
|
1624 |
-
"learning_rate": 0.00010814325688924864,
|
1625 |
-
"loss": 1.04,
|
1626 |
-
"step": 1335
|
1627 |
-
},
|
1628 |
-
{
|
1629 |
-
"epoch": 2.98,
|
1630 |
-
"learning_rate": 0.00010616283713158952,
|
1631 |
-
"loss": 1.1124,
|
1632 |
-
"step": 1340
|
1633 |
-
},
|
1634 |
-
{
|
1635 |
-
"epoch": 2.99,
|
1636 |
-
"learning_rate": 0.00010413665284299701,
|
1637 |
-
"loss": 1.0374,
|
1638 |
-
"step": 1345
|
1639 |
-
},
|
1640 |
-
{
|
1641 |
-
"epoch": 3.0,
|
1642 |
-
"learning_rate": 0.00010206717261691705,
|
1643 |
-
"loss": 1.103,
|
1644 |
-
"step": 1350
|
1645 |
-
},
|
1646 |
-
{
|
1647 |
-
"epoch": 3.0,
|
1648 |
-
"eval_loss": 0.6717901825904846,
|
1649 |
-
"eval_runtime": 32.3216,
|
1650 |
-
"eval_samples_per_second": 21.1,
|
1651 |
-
"eval_steps_per_second": 2.661,
|
1652 |
-
"step": 1350
|
1653 |
-
},
|
1654 |
-
{
|
1655 |
-
"epoch": 2.96,
|
1656 |
-
"learning_rate": 0.0001141037890981026,
|
1657 |
-
"loss": 0.9662,
|
1658 |
-
"step": 1355
|
1659 |
-
},
|
1660 |
-
{
|
1661 |
-
"epoch": 2.98,
|
1662 |
-
"learning_rate": 0.00011584107440876515,
|
1663 |
-
"loss": 0.9781,
|
1664 |
-
"step": 1360
|
1665 |
-
},
|
1666 |
-
{
|
1667 |
-
"epoch": 2.99,
|
1668 |
-
"learning_rate": 0.00011752255327383569,
|
1669 |
-
"loss": 1.0047,
|
1670 |
-
"step": 1365
|
1671 |
-
},
|
1672 |
-
{
|
1673 |
-
"epoch": 3.0,
|
1674 |
-
"learning_rate": 0.00011914623934224141,
|
1675 |
-
"loss": 1.0306,
|
1676 |
-
"step": 1370
|
1677 |
-
},
|
1678 |
-
{
|
1679 |
-
"epoch": 3.0,
|
1680 |
-
"eval_loss": 0.536793053150177,
|
1681 |
-
"eval_runtime": 27.1721,
|
1682 |
-
"eval_samples_per_second": 23.002,
|
1683 |
-
"eval_steps_per_second": 2.907,
|
1684 |
-
"step": 1371
|
1685 |
}
|
1686 |
],
|
1687 |
-
"max_steps":
|
1688 |
-
"num_train_epochs":
|
1689 |
-
"total_flos":
|
1690 |
"trial_name": null,
|
1691 |
"trial_params": null
|
1692 |
}
|
|
|
1 |
{
|
2 |
+
"best_metric": 0.6314056515693665,
|
3 |
+
"best_model_checkpoint": "output/eminem/checkpoint-904",
|
4 |
+
"epoch": 2.0,
|
5 |
+
"global_step": 904,
|
6 |
"is_hyper_param_search": false,
|
7 |
"is_local_process_zero": true,
|
8 |
"is_world_process_zero": true,
|
9 |
"log_history": [
|
10 |
{
|
11 |
"epoch": 0.01,
|
12 |
+
"learning_rate": 1.1101848202700968e-05,
|
13 |
+
"loss": 0.9307,
|
14 |
"step": 5
|
15 |
},
|
16 |
{
|
17 |
"epoch": 0.02,
|
18 |
+
"learning_rate": 1.2436573272248617e-05,
|
19 |
+
"loss": 0.927,
|
20 |
"step": 10
|
21 |
},
|
22 |
{
|
23 |
"epoch": 0.03,
|
24 |
+
"learning_rate": 1.3839120682350837e-05,
|
25 |
+
"loss": 0.8453,
|
26 |
"step": 15
|
27 |
},
|
28 |
{
|
29 |
"epoch": 0.04,
|
30 |
+
"learning_rate": 1.530779673208073e-05,
|
31 |
+
"loss": 0.7711,
|
32 |
"step": 20
|
33 |
},
|
34 |
{
|
35 |
"epoch": 0.06,
|
36 |
+
"learning_rate": 1.6840827864285403e-05,
|
37 |
+
"loss": 0.7411,
|
38 |
"step": 25
|
39 |
},
|
40 |
{
|
41 |
"epoch": 0.07,
|
42 |
+
"learning_rate": 1.8436362807313432e-05,
|
43 |
+
"loss": 0.718,
|
44 |
"step": 30
|
45 |
},
|
46 |
{
|
47 |
"epoch": 0.08,
|
48 |
+
"learning_rate": 2.0092474810601945e-05,
|
49 |
+
"loss": 0.8948,
|
50 |
"step": 35
|
51 |
},
|
52 |
{
|
53 |
"epoch": 0.09,
|
54 |
+
"learning_rate": 2.1807163971388184e-05,
|
55 |
+
"loss": 0.8375,
|
56 |
"step": 40
|
57 |
},
|
58 |
{
|
59 |
"epoch": 0.1,
|
60 |
+
"learning_rate": 2.3578359649769493e-05,
|
61 |
+
"loss": 0.8776,
|
62 |
"step": 45
|
63 |
},
|
64 |
{
|
65 |
"epoch": 0.11,
|
66 |
+
"learning_rate": 2.5403922969198425e-05,
|
67 |
+
"loss": 0.8974,
|
68 |
"step": 50
|
69 |
},
|
70 |
{
|
71 |
"epoch": 0.12,
|
72 |
+
"learning_rate": 2.7281649399354026e-05,
|
73 |
+
"loss": 0.9192,
|
74 |
"step": 55
|
75 |
},
|
76 |
{
|
77 |
"epoch": 0.13,
|
78 |
+
"learning_rate": 2.9209271418307854e-05,
|
79 |
+
"loss": 0.8816,
|
80 |
"step": 60
|
81 |
},
|
82 |
{
|
83 |
"epoch": 0.14,
|
84 |
+
"learning_rate": 3.1184461250772885e-05,
|
85 |
+
"loss": 0.8526,
|
86 |
"step": 65
|
87 |
},
|
88 |
{
|
89 |
"epoch": 0.15,
|
90 |
+
"learning_rate": 3.320483367908558e-05,
|
91 |
+
"loss": 0.9859,
|
92 |
"step": 70
|
93 |
},
|
94 |
{
|
95 |
"epoch": 0.17,
|
96 |
+
"learning_rate": 3.526794892356815e-05,
|
97 |
+
"loss": 0.8333,
|
98 |
"step": 75
|
99 |
},
|
100 |
{
|
101 |
"epoch": 0.18,
|
102 |
+
"learning_rate": 3.737131558879495e-05,
|
103 |
+
"loss": 0.8473,
|
104 |
"step": 80
|
105 |
},
|
106 |
{
|
107 |
"epoch": 0.19,
|
108 |
+
"learning_rate": 3.951239367215769e-05,
|
109 |
+
"loss": 0.7829,
|
110 |
"step": 85
|
111 |
},
|
112 |
{
|
113 |
"epoch": 0.2,
|
114 |
+
"learning_rate": 4.16885976311532e-05,
|
115 |
+
"loss": 0.8359,
|
116 |
"step": 90
|
117 |
},
|
118 |
{
|
119 |
"epoch": 0.21,
|
120 |
+
"learning_rate": 4.3897299505656445e-05,
|
121 |
+
"loss": 0.8274,
|
122 |
"step": 95
|
123 |
},
|
124 |
{
|
125 |
"epoch": 0.22,
|
126 |
+
"learning_rate": 4.613583209140736e-05,
|
127 |
+
"loss": 0.8593,
|
128 |
"step": 100
|
129 |
},
|
130 |
{
|
131 |
"epoch": 0.23,
|
132 |
+
"learning_rate": 4.8401492160915815e-05,
|
133 |
+
"loss": 0.8646,
|
134 |
"step": 105
|
135 |
},
|
136 |
{
|
137 |
"epoch": 0.24,
|
138 |
+
"learning_rate": 5.0691543727833204e-05,
|
139 |
+
"loss": 0.8086,
|
140 |
"step": 110
|
141 |
},
|
142 |
{
|
143 |
"epoch": 0.25,
|
144 |
+
"learning_rate": 5.300322135089945e-05,
|
145 |
+
"loss": 0.8503,
|
146 |
"step": 115
|
147 |
},
|
148 |
{
|
149 |
+
"epoch": 0.27,
|
150 |
+
"learning_rate": 5.533373347347659e-05,
|
151 |
+
"loss": 0.8456,
|
152 |
"step": 120
|
153 |
},
|
154 |
{
|
155 |
"epoch": 0.28,
|
156 |
+
"learning_rate": 5.768026579458521e-05,
|
157 |
+
"loss": 0.8796,
|
158 |
"step": 125
|
159 |
},
|
160 |
{
|
161 |
"epoch": 0.29,
|
162 |
+
"learning_rate": 6.0039984667423376e-05,
|
163 |
+
"loss": 0.9052,
|
164 |
"step": 130
|
165 |
},
|
166 |
{
|
167 |
"epoch": 0.3,
|
168 |
+
"learning_rate": 6.241004052126484e-05,
|
169 |
+
"loss": 0.8889,
|
170 |
"step": 135
|
171 |
},
|
172 |
{
|
173 |
"epoch": 0.31,
|
174 |
+
"learning_rate": 6.478757130255232e-05,
|
175 |
+
"loss": 0.7601,
|
176 |
"step": 140
|
177 |
},
|
178 |
{
|
179 |
"epoch": 0.32,
|
180 |
+
"learning_rate": 6.716970593108191e-05,
|
181 |
+
"loss": 0.9798,
|
182 |
"step": 145
|
183 |
},
|
184 |
{
|
185 |
"epoch": 0.33,
|
186 |
+
"learning_rate": 6.955356776710577e-05,
|
187 |
+
"loss": 0.8511,
|
188 |
"step": 150
|
189 |
},
|
190 |
{
|
191 |
"epoch": 0.34,
|
192 |
+
"learning_rate": 7.19362780851133e-05,
|
193 |
+
"loss": 0.707,
|
194 |
"step": 155
|
195 |
},
|
196 |
{
|
197 |
"epoch": 0.35,
|
198 |
+
"learning_rate": 7.431495955014867e-05,
|
199 |
+
"loss": 0.8309,
|
200 |
"step": 160
|
201 |
},
|
202 |
{
|
203 |
+
"epoch": 0.37,
|
204 |
+
"learning_rate": 7.668673969246653e-05,
|
205 |
+
"loss": 0.9937,
|
206 |
"step": 165
|
207 |
},
|
208 |
{
|
209 |
+
"epoch": 0.38,
|
210 |
+
"learning_rate": 7.904875437627569e-05,
|
211 |
+
"loss": 0.8724,
|
212 |
"step": 170
|
213 |
},
|
214 |
{
|
215 |
"epoch": 0.39,
|
216 |
+
"learning_rate": 8.139815125844789e-05,
|
217 |
+
"loss": 0.8768,
|
218 |
"step": 175
|
219 |
},
|
220 |
{
|
221 |
"epoch": 0.4,
|
222 |
+
"learning_rate": 8.373209323297431e-05,
|
223 |
+
"loss": 0.8486,
|
224 |
"step": 180
|
225 |
},
|
226 |
{
|
227 |
"epoch": 0.41,
|
228 |
+
"learning_rate": 8.604776185702375e-05,
|
229 |
+
"loss": 0.8148,
|
230 |
"step": 185
|
231 |
},
|
232 |
{
|
233 |
"epoch": 0.42,
|
234 |
+
"learning_rate": 8.834236075446345e-05,
|
235 |
+
"loss": 0.7431,
|
236 |
"step": 190
|
237 |
},
|
238 |
{
|
239 |
"epoch": 0.43,
|
240 |
+
"learning_rate": 9.061311899273227e-05,
|
241 |
+
"loss": 1.0625,
|
242 |
"step": 195
|
243 |
},
|
244 |
{
|
245 |
"epoch": 0.44,
|
246 |
+
"learning_rate": 9.285729442898867e-05,
|
247 |
+
"loss": 0.9774,
|
248 |
"step": 200
|
249 |
},
|
250 |
{
|
251 |
"epoch": 0.45,
|
252 |
+
"learning_rate": 9.507217702149242e-05,
|
253 |
+
"loss": 0.9555,
|
254 |
"step": 205
|
255 |
},
|
256 |
{
|
257 |
"epoch": 0.46,
|
258 |
+
"learning_rate": 9.725509210222139e-05,
|
259 |
+
"loss": 0.8318,
|
260 |
"step": 210
|
261 |
},
|
262 |
{
|
263 |
+
"epoch": 0.48,
|
264 |
+
"learning_rate": 9.940340360677143e-05,
|
265 |
+
"loss": 1.0049,
|
266 |
"step": 215
|
267 |
},
|
268 |
{
|
269 |
+
"epoch": 0.49,
|
270 |
+
"learning_rate": 0.00010151451725763896,
|
271 |
+
"loss": 0.9011,
|
272 |
"step": 220
|
273 |
},
|
274 |
{
|
275 |
"epoch": 0.5,
|
276 |
+
"learning_rate": 0.00010358588369704216,
|
277 |
+
"loss": 0.9322,
|
278 |
"step": 225
|
279 |
},
|
280 |
{
|
281 |
"epoch": 0.51,
|
282 |
+
"learning_rate": 0.00010561500156549749,
|
283 |
+
"loss": 0.9422,
|
284 |
"step": 230
|
285 |
},
|
286 |
{
|
287 |
"epoch": 0.52,
|
288 |
+
"learning_rate": 0.00010759942052243423,
|
289 |
+
"loss": 0.8211,
|
290 |
"step": 235
|
291 |
},
|
292 |
{
|
293 |
"epoch": 0.53,
|
294 |
+
"learning_rate": 0.0001095367442051988,
|
295 |
+
"loss": 0.9219,
|
296 |
"step": 240
|
297 |
},
|
298 |
{
|
299 |
"epoch": 0.54,
|
300 |
+
"learning_rate": 0.0001114246331228763,
|
301 |
+
"loss": 0.9815,
|
302 |
"step": 245
|
303 |
},
|
304 |
{
|
305 |
"epoch": 0.55,
|
306 |
+
"learning_rate": 0.00011326080748143405,
|
307 |
+
"loss": 0.8863,
|
308 |
"step": 250
|
309 |
},
|
310 |
{
|
311 |
"epoch": 0.56,
|
312 |
+
"learning_rate": 0.00011504304993677604,
|
313 |
+
"loss": 0.9774,
|
314 |
"step": 255
|
315 |
},
|
316 |
{
|
317 |
+
"epoch": 0.58,
|
318 |
+
"learning_rate": 0.00011676920827238334,
|
319 |
+
"loss": 0.8713,
|
320 |
"step": 260
|
321 |
},
|
322 |
{
|
323 |
+
"epoch": 0.59,
|
324 |
+
"learning_rate": 0.00011843719799830738,
|
325 |
+
"loss": 0.8571,
|
326 |
"step": 265
|
327 |
},
|
328 |
{
|
329 |
+
"epoch": 0.6,
|
330 |
+
"learning_rate": 0.00012004500486837717,
|
331 |
+
"loss": 0.7939,
|
332 |
"step": 270
|
333 |
},
|
334 |
{
|
335 |
"epoch": 0.61,
|
336 |
+
"learning_rate": 0.00012159068731258093,
|
337 |
+
"loss": 0.9422,
|
338 |
"step": 275
|
339 |
},
|
340 |
{
|
341 |
"epoch": 0.62,
|
342 |
+
"learning_rate": 0.00012307237878168492,
|
343 |
+
"loss": 0.7881,
|
344 |
"step": 280
|
345 |
},
|
346 |
{
|
347 |
"epoch": 0.63,
|
348 |
+
"learning_rate": 0.00012448829000125786,
|
349 |
+
"loss": 0.9368,
|
350 |
"step": 285
|
351 |
},
|
352 |
{
|
353 |
"epoch": 0.64,
|
354 |
+
"learning_rate": 0.00012583671113237919,
|
355 |
+
"loss": 1.0178,
|
356 |
"step": 290
|
357 |
},
|
358 |
{
|
359 |
"epoch": 0.65,
|
360 |
+
"learning_rate": 0.00012711601383642182,
|
361 |
+
"loss": 0.9968,
|
362 |
"step": 295
|
363 |
},
|
364 |
{
|
365 |
"epoch": 0.66,
|
366 |
+
"learning_rate": 0.00012832465324141612,
|
367 |
+
"loss": 0.9213,
|
368 |
"step": 300
|
369 |
},
|
370 |
{
|
371 |
"epoch": 0.67,
|
372 |
+
"learning_rate": 0.0001294611698076205,
|
373 |
+
"loss": 0.9773,
|
374 |
"step": 305
|
375 |
},
|
376 |
{
|
377 |
+
"epoch": 0.69,
|
378 |
+
"learning_rate": 0.0001305241910900455,
|
379 |
+
"loss": 0.9827,
|
380 |
"step": 310
|
381 |
},
|
382 |
{
|
383 |
+
"epoch": 0.7,
|
384 |
+
"learning_rate": 0.0001315124333958035,
|
385 |
+
"loss": 0.9033,
|
386 |
"step": 315
|
387 |
},
|
388 |
{
|
389 |
+
"epoch": 0.71,
|
390 |
+
"learning_rate": 0.00013242470333428216,
|
391 |
+
"loss": 0.8958,
|
392 |
"step": 320
|
393 |
},
|
394 |
{
|
395 |
"epoch": 0.72,
|
396 |
+
"learning_rate": 0.00013325989925826927,
|
397 |
+
"loss": 0.9264,
|
398 |
"step": 325
|
399 |
},
|
400 |
{
|
401 |
"epoch": 0.73,
|
402 |
+
"learning_rate": 0.00013401701259429304,
|
403 |
+
"loss": 1.079,
|
404 |
"step": 330
|
405 |
},
|
406 |
{
|
407 |
"epoch": 0.74,
|
408 |
+
"learning_rate": 0.0001346951290605581,
|
409 |
+
"loss": 0.9806,
|
410 |
"step": 335
|
411 |
},
|
412 |
{
|
413 |
"epoch": 0.75,
|
414 |
+
"learning_rate": 0.00013529342977102813,
|
415 |
+
"loss": 0.86,
|
416 |
"step": 340
|
417 |
},
|
418 |
{
|
419 |
"epoch": 0.76,
|
420 |
+
"learning_rate": 0.0001358111922243026,
|
421 |
+
"loss": 1.0011,
|
422 |
"step": 345
|
423 |
},
|
424 |
{
|
425 |
"epoch": 0.77,
|
426 |
+
"learning_rate": 0.00013624779117609796,
|
427 |
+
"loss": 0.9809,
|
428 |
"step": 350
|
429 |
},
|
430 |
{
|
431 |
+
"epoch": 0.79,
|
432 |
+
"learning_rate": 0.00013660269939428984,
|
433 |
+
"loss": 1.0322,
|
434 |
"step": 355
|
435 |
},
|
436 |
{
|
437 |
+
"epoch": 0.8,
|
438 |
+
"learning_rate": 0.00013687548829559193,
|
439 |
+
"loss": 0.9118,
|
440 |
"step": 360
|
441 |
},
|
442 |
{
|
443 |
+
"epoch": 0.81,
|
444 |
+
"learning_rate": 0.00013706582846310632,
|
445 |
+
"loss": 1.0066,
|
446 |
"step": 365
|
447 |
},
|
448 |
{
|
449 |
+
"epoch": 0.82,
|
450 |
+
"learning_rate": 0.00013717349004412635,
|
451 |
+
"loss": 0.8286,
|
452 |
"step": 370
|
453 |
},
|
454 |
{
|
455 |
"epoch": 0.83,
|
456 |
+
"learning_rate": 0.00013719834302770308,
|
457 |
+
"loss": 0.9167,
|
458 |
"step": 375
|
459 |
},
|
460 |
{
|
461 |
"epoch": 0.84,
|
462 |
+
"learning_rate": 0.00013714035740164485,
|
463 |
+
"loss": 1.0906,
|
464 |
"step": 380
|
465 |
},
|
466 |
{
|
467 |
"epoch": 0.85,
|
468 |
+
"learning_rate": 0.0001369996031887605,
|
469 |
+
"loss": 0.799,
|
470 |
"step": 385
|
471 |
},
|
472 |
{
|
473 |
"epoch": 0.86,
|
474 |
+
"learning_rate": 0.0001367762503622993,
|
475 |
+
"loss": 1.0021,
|
476 |
"step": 390
|
477 |
},
|
478 |
{
|
479 |
"epoch": 0.87,
|
480 |
+
"learning_rate": 0.00013647056864069494,
|
481 |
+
"loss": 0.8576,
|
482 |
"step": 395
|
483 |
},
|
484 |
{
|
485 |
"epoch": 0.88,
|
486 |
+
"learning_rate": 0.00013608292716185523,
|
487 |
+
"loss": 0.8256,
|
488 |
"step": 400
|
489 |
},
|
490 |
{
|
491 |
+
"epoch": 0.9,
|
492 |
+
"learning_rate": 0.00013561379403739408,
|
493 |
+
"loss": 0.9425,
|
494 |
"step": 405
|
495 |
},
|
496 |
{
|
497 |
+
"epoch": 0.91,
|
498 |
+
"learning_rate": 0.00013506373578734917,
|
499 |
+
"loss": 1.1332,
|
500 |
"step": 410
|
501 |
},
|
502 |
{
|
503 |
+
"epoch": 0.92,
|
504 |
+
"learning_rate": 0.00013443341665605278,
|
505 |
+
"loss": 1.0371,
|
506 |
"step": 415
|
507 |
},
|
508 |
{
|
509 |
"epoch": 0.93,
|
510 |
+
"learning_rate": 0.00013372359781000178,
|
511 |
+
"loss": 0.9845,
|
512 |
"step": 420
|
513 |
},
|
514 |
{
|
515 |
"epoch": 0.94,
|
516 |
+
"learning_rate": 0.000132935136418682,
|
517 |
+
"loss": 0.9044,
|
518 |
"step": 425
|
519 |
},
|
520 |
{
|
521 |
"epoch": 0.95,
|
522 |
+
"learning_rate": 0.00013206898461945424,
|
523 |
+
"loss": 0.9425,
|
524 |
"step": 430
|
525 |
},
|
526 |
{
|
527 |
"epoch": 0.96,
|
528 |
+
"learning_rate": 0.0001311261883677687,
|
529 |
+
"loss": 0.9473,
|
530 |
"step": 435
|
531 |
},
|
532 |
{
|
533 |
"epoch": 0.97,
|
534 |
+
"learning_rate": 0.00013010788617408173,
|
535 |
+
"loss": 0.9766,
|
536 |
"step": 440
|
537 |
},
|
538 |
{
|
539 |
"epoch": 0.98,
|
540 |
+
"learning_rate": 0.0001290153077289955,
|
541 |
+
"loss": 1.085,
|
542 |
"step": 445
|
543 |
},
|
544 |
{
|
545 |
+
"epoch": 1.0,
|
546 |
+
"learning_rate": 0.00012784977241830426,
|
547 |
+
"loss": 1.0372,
|
548 |
"step": 450
|
549 |
},
|
550 |
{
|
551 |
"epoch": 1.0,
|
552 |
+
"eval_loss": 0.6593805551528931,
|
553 |
+
"eval_runtime": 29.3303,
|
554 |
+
"eval_samples_per_second": 22.605,
|
555 |
+
"eval_steps_per_second": 2.83,
|
556 |
+
"step": 452
|
557 |
},
|
558 |
{
|
559 |
+
"epoch": 1.01,
|
560 |
+
"learning_rate": 0.0001266126877297192,
|
561 |
+
"loss": 0.9529,
|
562 |
"step": 455
|
563 |
},
|
564 |
{
|
565 |
+
"epoch": 1.02,
|
566 |
+
"learning_rate": 0.00012530554755319265,
|
567 |
+
"loss": 0.8043,
|
568 |
"step": 460
|
569 |
},
|
570 |
{
|
571 |
+
"epoch": 1.03,
|
572 |
+
"learning_rate": 0.0001239299303769218,
|
573 |
+
"loss": 0.813,
|
574 |
"step": 465
|
575 |
},
|
576 |
{
|
577 |
"epoch": 1.04,
|
578 |
+
"learning_rate": 0.00012248749738118413,
|
579 |
+
"loss": 0.7686,
|
580 |
"step": 470
|
581 |
},
|
582 |
{
|
583 |
"epoch": 1.05,
|
584 |
+
"learning_rate": 0.00012097999043230392,
|
585 |
+
"loss": 0.816,
|
586 |
"step": 475
|
587 |
},
|
588 |
{
|
589 |
"epoch": 1.06,
|
590 |
+
"learning_rate": 0.00011940922997920501,
|
591 |
+
"loss": 0.7366,
|
592 |
"step": 480
|
593 |
},
|
594 |
{
|
595 |
"epoch": 1.07,
|
596 |
+
"learning_rate": 0.0001177771128550507,
|
597 |
+
"loss": 0.8555,
|
598 |
"step": 485
|
599 |
},
|
600 |
{
|
601 |
"epoch": 1.08,
|
602 |
+
"learning_rate": 0.00011608560998665,
|
603 |
+
"loss": 0.8056,
|
604 |
"step": 490
|
605 |
},
|
606 |
{
|
607 |
+
"epoch": 1.1,
|
608 |
+
"learning_rate": 0.00011433676401438789,
|
609 |
+
"loss": 0.8315,
|
610 |
"step": 495
|
611 |
},
|
612 |
{
|
613 |
+
"epoch": 1.11,
|
614 |
+
"learning_rate": 0.00011253268682555513,
|
615 |
+
"loss": 0.8243,
|
616 |
"step": 500
|
617 |
},
|
618 |
{
|
619 |
+
"epoch": 1.12,
|
620 |
+
"learning_rate": 0.00011067555700405623,
|
621 |
+
"loss": 0.9237,
|
622 |
"step": 505
|
623 |
},
|
624 |
{
|
625 |
+
"epoch": 1.13,
|
626 |
+
"learning_rate": 0.00010876761719957537,
|
627 |
+
"loss": 0.7665,
|
628 |
"step": 510
|
629 |
},
|
630 |
{
|
631 |
+
"epoch": 1.14,
|
632 |
+
"learning_rate": 0.00010681117141937706,
|
633 |
+
"loss": 0.8168,
|
634 |
"step": 515
|
635 |
},
|
636 |
{
|
637 |
"epoch": 1.15,
|
638 |
+
"learning_rate": 0.00010480858224601222,
|
639 |
+
"loss": 0.8501,
|
640 |
"step": 520
|
641 |
},
|
642 |
{
|
643 |
"epoch": 1.16,
|
644 |
+
"learning_rate": 0.0001027622679842892,
|
645 |
+
"loss": 0.7442,
|
646 |
"step": 525
|
647 |
},
|
648 |
{
|
649 |
"epoch": 1.17,
|
650 |
+
"learning_rate": 0.00010067469974095542,
|
651 |
+
"loss": 0.9166,
|
652 |
"step": 530
|
653 |
},
|
654 |
{
|
655 |
"epoch": 1.18,
|
656 |
+
"learning_rate": 9.854839844061585e-05,
|
657 |
+
"loss": 0.8625,
|
658 |
"step": 535
|
659 |
},
|
660 |
{
|
661 |
"epoch": 1.19,
|
662 |
+
"learning_rate": 9.638593178149185e-05,
|
663 |
+
"loss": 0.9546,
|
664 |
"step": 540
|
665 |
},
|
666 |
{
|
667 |
+
"epoch": 1.21,
|
668 |
+
"learning_rate": 9.418991113469707e-05,
|
669 |
+
"loss": 0.943,
|
670 |
"step": 545
|
671 |
},
|
672 |
{
|
673 |
+
"epoch": 1.22,
|
674 |
+
"learning_rate": 9.196298839077406e-05,
|
675 |
+
"loss": 0.831,
|
676 |
"step": 550
|
677 |
},
|
678 |
{
|
679 |
+
"epoch": 1.23,
|
680 |
+
"learning_rate": 8.970785275730025e-05,
|
681 |
+
"loss": 0.922,
|
682 |
"step": 555
|
683 |
},
|
684 |
{
|
685 |
+
"epoch": 1.24,
|
686 |
+
"learning_rate": 8.742722751143034e-05,
|
687 |
+
"loss": 0.9578,
|
688 |
"step": 560
|
689 |
},
|
690 |
{
|
691 |
+
"epoch": 1.25,
|
692 |
+
"learning_rate": 8.512386671129642e-05,
|
693 |
+
"loss": 0.7693,
|
694 |
"step": 565
|
695 |
},
|
696 |
{
|
697 |
"epoch": 1.26,
|
698 |
+
"learning_rate": 8.280055187023758e-05,
|
699 |
+
"loss": 0.917,
|
700 |
"step": 570
|
701 |
},
|
702 |
{
|
703 |
"epoch": 1.27,
|
704 |
+
"learning_rate": 8.046008859787475e-05,
|
705 |
+
"loss": 0.9697,
|
706 |
"step": 575
|
707 |
},
|
708 |
{
|
709 |
"epoch": 1.28,
|
710 |
+
"learning_rate": 7.810530321208715e-05,
|
711 |
+
"loss": 0.9031,
|
712 |
"step": 580
|
713 |
},
|
714 |
{
|
715 |
"epoch": 1.29,
|
716 |
+
"learning_rate": 7.573903932598171e-05,
|
717 |
+
"loss": 0.9128,
|
718 |
"step": 585
|
719 |
},
|
720 |
{
|
721 |
+
"epoch": 1.31,
|
722 |
+
"learning_rate": 7.336415441397694e-05,
|
723 |
+
"loss": 0.8281,
|
724 |
"step": 590
|
725 |
},
|
726 |
{
|
727 |
+
"epoch": 1.32,
|
728 |
+
"learning_rate": 7.098351636114803e-05,
|
729 |
+
"loss": 0.8862,
|
730 |
"step": 595
|
731 |
},
|
732 |
{
|
733 |
+
"epoch": 1.33,
|
734 |
+
"learning_rate": 6.860000000000023e-05,
|
735 |
+
"loss": 0.7457,
|
736 |
"step": 600
|
737 |
},
|
738 |
{
|
739 |
+
"epoch": 1.34,
|
740 |
+
"learning_rate": 6.621648363885243e-05,
|
741 |
+
"loss": 0.8978,
|
742 |
"step": 605
|
743 |
},
|
744 |
{
|
745 |
+
"epoch": 1.35,
|
746 |
+
"learning_rate": 6.383584558602354e-05,
|
747 |
+
"loss": 0.844,
|
748 |
"step": 610
|
749 |
},
|
750 |
{
|
751 |
+
"epoch": 1.36,
|
752 |
+
"learning_rate": 6.146096067401875e-05,
|
753 |
+
"loss": 0.8293,
|
754 |
"step": 615
|
755 |
},
|
756 |
{
|
757 |
"epoch": 1.37,
|
758 |
+
"learning_rate": 5.9094696787913304e-05,
|
759 |
+
"loss": 0.6208,
|
760 |
"step": 620
|
761 |
},
|
762 |
{
|
763 |
"epoch": 1.38,
|
764 |
+
"learning_rate": 5.6739911402125706e-05,
|
765 |
+
"loss": 0.8256,
|
766 |
"step": 625
|
767 |
},
|
768 |
{
|
769 |
"epoch": 1.39,
|
770 |
+
"learning_rate": 5.439944812976288e-05,
|
771 |
+
"loss": 0.8516,
|
772 |
"step": 630
|
773 |
},
|
774 |
{
|
775 |
"epoch": 1.4,
|
776 |
+
"learning_rate": 5.207613328870404e-05,
|
777 |
+
"loss": 0.75,
|
778 |
"step": 635
|
779 |
},
|
780 |
{
|
781 |
+
"epoch": 1.42,
|
782 |
+
"learning_rate": 4.977277248857012e-05,
|
783 |
+
"loss": 0.8606,
|
784 |
"step": 640
|
785 |
},
|
786 |
{
|
787 |
+
"epoch": 1.43,
|
788 |
+
"learning_rate": 4.749214724270019e-05,
|
789 |
+
"loss": 0.7975,
|
790 |
"step": 645
|
791 |
},
|
792 |
{
|
793 |
+
"epoch": 1.44,
|
794 |
+
"learning_rate": 4.5237011609228214e-05,
|
795 |
+
"loss": 0.8932,
|
796 |
"step": 650
|
797 |
},
|
798 |
{
|
799 |
+
"epoch": 1.45,
|
800 |
+
"learning_rate": 4.301008886530336e-05,
|
801 |
+
"loss": 0.8424,
|
802 |
"step": 655
|
803 |
},
|
804 |
{
|
805 |
+
"epoch": 1.46,
|
806 |
+
"learning_rate": 4.081406821850858e-05,
|
807 |
+
"loss": 0.8577,
|
808 |
"step": 660
|
809 |
},
|
810 |
{
|
811 |
+
"epoch": 1.47,
|
812 |
+
"learning_rate": 3.865160155938634e-05,
|
813 |
+
"loss": 0.7893,
|
814 |
"step": 665
|
815 |
},
|
816 |
{
|
817 |
"epoch": 1.48,
|
818 |
+
"learning_rate": 3.6525300259044984e-05,
|
819 |
+
"loss": 0.7793,
|
820 |
"step": 670
|
821 |
},
|
822 |
{
|
823 |
"epoch": 1.49,
|
824 |
+
"learning_rate": 3.443773201571122e-05,
|
825 |
+
"loss": 0.8193,
|
826 |
"step": 675
|
827 |
},
|
828 |
{
|
829 |
"epoch": 1.5,
|
830 |
+
"learning_rate": 3.239141775398985e-05,
|
831 |
+
"loss": 0.8577,
|
832 |
"step": 680
|
833 |
},
|
834 |
{
|
835 |
+
"epoch": 1.52,
|
836 |
+
"learning_rate": 3.0388828580623328e-05,
|
837 |
+
"loss": 0.9107,
|
838 |
"step": 685
|
839 |
},
|
840 |
{
|
841 |
+
"epoch": 1.53,
|
842 |
+
"learning_rate": 2.8432382800425017e-05,
|
843 |
+
"loss": 0.8879,
|
844 |
"step": 690
|
845 |
},
|
846 |
{
|
847 |
+
"epoch": 1.54,
|
848 |
+
"learning_rate": 2.6524442995945684e-05,
|
849 |
+
"loss": 0.8339,
|
850 |
"step": 695
|
851 |
},
|
852 |
{
|
853 |
+
"epoch": 1.55,
|
854 |
+
"learning_rate": 2.466731317444525e-05,
|
855 |
+
"loss": 0.8466,
|
856 |
"step": 700
|
857 |
},
|
858 |
{
|
859 |
+
"epoch": 1.56,
|
860 |
+
"learning_rate": 2.2863235985612475e-05,
|
861 |
+
"loss": 0.7456,
|
862 |
"step": 705
|
863 |
},
|
864 |
{
|
865 |
+
"epoch": 1.57,
|
866 |
+
"learning_rate": 2.111439001335175e-05,
|
867 |
+
"loss": 0.7,
|
868 |
"step": 710
|
869 |
},
|
870 |
{
|
871 |
+
"epoch": 1.58,
|
872 |
+
"learning_rate": 1.942288714494962e-05,
|
873 |
+
"loss": 0.7208,
|
874 |
"step": 715
|
875 |
},
|
876 |
{
|
877 |
"epoch": 1.59,
|
878 |
+
"learning_rate": 1.77907700207953e-05,
|
879 |
+
"loss": 0.8998,
|
880 |
"step": 720
|
881 |
},
|
882 |
{
|
883 |
"epoch": 1.6,
|
884 |
+
"learning_rate": 1.6220009567697634e-05,
|
885 |
+
"loss": 0.8058,
|
886 |
"step": 725
|
887 |
},
|
888 |
{
|
889 |
+
"epoch": 1.62,
|
890 |
+
"learning_rate": 1.471250261881617e-05,
|
891 |
+
"loss": 0.8065,
|
892 |
"step": 730
|
893 |
},
|
894 |
{
|
895 |
+
"epoch": 1.63,
|
896 |
+
"learning_rate": 1.3270069623078497e-05,
|
897 |
+
"loss": 0.7645,
|
898 |
"step": 735
|
899 |
},
|
900 |
{
|
901 |
+
"epoch": 1.64,
|
902 |
+
"learning_rate": 1.1894452446808717e-05,
|
903 |
+
"loss": 0.8453,
|
904 |
"step": 740
|
905 |
},
|
906 |
{
|
907 |
+
"epoch": 1.65,
|
908 |
+
"learning_rate": 1.0587312270281075e-05,
|
909 |
+
"loss": 0.8016,
|
910 |
"step": 745
|
911 |
},
|
912 |
{
|
913 |
+
"epoch": 1.66,
|
914 |
+
"learning_rate": 9.350227581695975e-06,
|
915 |
+
"loss": 0.8662,
|
916 |
"step": 750
|
917 |
},
|
918 |
{
|
919 |
+
"epoch": 1.67,
|
920 |
+
"learning_rate": 8.184692271005631e-06,
|
921 |
+
"loss": 0.7792,
|
922 |
"step": 755
|
923 |
},
|
924 |
{
|
925 |
+
"epoch": 1.68,
|
926 |
+
"learning_rate": 7.0921138259184885e-06,
|
927 |
+
"loss": 0.8576,
|
928 |
"step": 760
|
929 |
},
|
930 |
{
|
931 |
"epoch": 1.69,
|
932 |
+
"learning_rate": 6.0738116322314975e-06,
|
933 |
+
"loss": 0.8999,
|
934 |
"step": 765
|
935 |
},
|
936 |
{
|
937 |
"epoch": 1.7,
|
938 |
+
"learning_rate": 5.131015380545945e-06,
|
939 |
+
"loss": 0.7444,
|
940 |
"step": 770
|
941 |
},
|
942 |
{
|
943 |
"epoch": 1.71,
|
944 |
+
"learning_rate": 4.264863581318154e-06,
|
945 |
+
"loss": 0.8574,
|
946 |
"step": 775
|
947 |
},
|
948 |
{
|
949 |
+
"epoch": 1.73,
|
950 |
+
"learning_rate": 3.4764021899983686e-06,
|
951 |
+
"loss": 0.8041,
|
952 |
"step": 780
|
953 |
},
|
954 |
{
|
955 |
+
"epoch": 1.74,
|
956 |
+
"learning_rate": 2.76658334394734e-06,
|
957 |
+
"loss": 0.9527,
|
958 |
"step": 785
|
959 |
},
|
960 |
{
|
961 |
+
"epoch": 1.75,
|
962 |
+
"learning_rate": 2.1362642126509516e-06,
|
963 |
+
"loss": 0.8828,
|
964 |
"step": 790
|
965 |
},
|
966 |
{
|
967 |
+
"epoch": 1.76,
|
968 |
+
"learning_rate": 1.5862059626060031e-06,
|
969 |
+
"loss": 0.8653,
|
970 |
"step": 795
|
971 |
},
|
972 |
{
|
973 |
+
"epoch": 1.77,
|
974 |
+
"learning_rate": 1.1170728381448706e-06,
|
975 |
+
"loss": 0.7422,
|
976 |
"step": 800
|
977 |
},
|
978 |
{
|
979 |
+
"epoch": 1.78,
|
980 |
+
"learning_rate": 7.294313593051277e-07,
|
981 |
+
"loss": 0.8688,
|
982 |
"step": 805
|
983 |
},
|
984 |
{
|
985 |
+
"epoch": 1.79,
|
986 |
+
"learning_rate": 4.2374963770076367e-07,
|
987 |
+
"loss": 0.8754,
|
988 |
"step": 810
|
989 |
},
|
990 |
{
|
991 |
"epoch": 1.8,
|
992 |
+
"learning_rate": 2.0039681123955346e-07,
|
993 |
+
"loss": 0.8108,
|
994 |
"step": 815
|
995 |
},
|
996 |
{
|
997 |
"epoch": 1.81,
|
998 |
+
"learning_rate": 5.964259835515342e-08,
|
999 |
+
"loss": 0.7736,
|
1000 |
"step": 820
|
1001 |
},
|
1002 |
{
|
1003 |
+
"epoch": 1.83,
|
1004 |
+
"learning_rate": 1.6569722969213219e-09,
|
1005 |
+
"loss": 0.919,
|
1006 |
"step": 825
|
1007 |
},
|
1008 |
{
|
1009 |
+
"epoch": 1.84,
|
1010 |
+
"learning_rate": 2.6509955873622614e-08,
|
1011 |
+
"loss": 0.9207,
|
1012 |
"step": 830
|
1013 |
},
|
1014 |
{
|
1015 |
+
"epoch": 1.85,
|
1016 |
+
"learning_rate": 1.34171536893634e-07,
|
1017 |
+
"loss": 0.7721,
|
1018 |
"step": 835
|
1019 |
},
|
1020 |
{
|
1021 |
+
"epoch": 1.86,
|
1022 |
+
"learning_rate": 3.245117044080267e-07,
|
1023 |
+
"loss": 0.9383,
|
1024 |
"step": 840
|
1025 |
},
|
1026 |
{
|
1027 |
+
"epoch": 1.87,
|
1028 |
+
"learning_rate": 5.973006057101013e-07,
|
1029 |
+
"loss": 0.8004,
|
1030 |
"step": 845
|
1031 |
},
|
1032 |
{
|
1033 |
+
"epoch": 1.88,
|
1034 |
+
"learning_rate": 9.522088239019613e-07,
|
1035 |
+
"loss": 0.8358,
|
1036 |
"step": 850
|
1037 |
},
|
1038 |
{
|
1039 |
+
"epoch": 1.89,
|
1040 |
+
"learning_rate": 1.388807775697303e-06,
|
1041 |
+
"loss": 0.7995,
|
1042 |
"step": 855
|
1043 |
},
|
1044 |
{
|
1045 |
+
"epoch": 1.9,
|
1046 |
+
"learning_rate": 1.9065702289717794e-06,
|
1047 |
+
"loss": 0.8778,
|
1048 |
"step": 860
|
1049 |
},
|
1050 |
{
|
1051 |
"epoch": 1.91,
|
1052 |
+
"learning_rate": 2.504870939441761e-06,
|
1053 |
+
"loss": 0.7698,
|
1054 |
"step": 865
|
1055 |
},
|
1056 |
{
|
1057 |
"epoch": 1.92,
|
1058 |
+
"learning_rate": 3.1829874057068102e-06,
|
1059 |
+
"loss": 0.7713,
|
1060 |
"step": 870
|
1061 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
1062 |
{
|
1063 |
"epoch": 1.94,
|
1064 |
+
"learning_rate": 3.940100741730584e-06,
|
1065 |
+
"loss": 0.7167,
|
1066 |
+
"step": 875
|
1067 |
},
|
1068 |
{
|
1069 |
"epoch": 1.95,
|
1070 |
+
"learning_rate": 4.775296665717651e-06,
|
1071 |
+
"loss": 0.7112,
|
1072 |
+
"step": 880
|
1073 |
},
|
1074 |
{
|
1075 |
"epoch": 1.96,
|
1076 |
+
"learning_rate": 5.687566604196296e-06,
|
1077 |
+
"loss": 0.7375,
|
1078 |
+
"step": 885
|
1079 |
},
|
1080 |
{
|
1081 |
"epoch": 1.97,
|
1082 |
+
"learning_rate": 6.675808909954285e-06,
|
1083 |
+
"loss": 0.7607,
|
1084 |
+
"step": 890
|
1085 |
},
|
1086 |
{
|
1087 |
"epoch": 1.98,
|
1088 |
+
"learning_rate": 7.738830192379277e-06,
|
1089 |
+
"loss": 0.7172,
|
1090 |
+
"step": 895
|
1091 |
},
|
1092 |
{
|
1093 |
"epoch": 1.99,
|
1094 |
+
"learning_rate": 8.875346758583638e-06,
|
1095 |
+
"loss": 0.8977,
|
1096 |
+
"step": 900
|
1097 |
},
|
1098 |
{
|
1099 |
"epoch": 2.0,
|
1100 |
+
"eval_loss": 0.6314056515693665,
|
1101 |
+
"eval_runtime": 29.5306,
|
1102 |
+
"eval_samples_per_second": 22.451,
|
1103 |
+
"eval_steps_per_second": 2.811,
|
1104 |
+
"step": 904
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1105 |
}
|
1106 |
],
|
1107 |
+
"max_steps": 5876,
|
1108 |
+
"num_train_epochs": 13,
|
1109 |
+
"total_flos": 944309403648000.0,
|
1110 |
"trial_name": null,
|
1111 |
"trial_params": null
|
1112 |
}
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2863
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2ed41b50721ec908b04ec01203c5cd320d7547c9b186f01fce593a22f969ca01
|
3 |
size 2863
|