update ckpt with 4+ epochs of training at 1e-3
Browse files- config.json +1 -1
- long-t5-tglobal-base-16384-booksum-V9-ft1-booksum_training_metadata.json +1 -0
- pytorch_model.bin +1 -1
- tokenizer_config.json +1 -1
- trainer_state.json +333 -333
- training_args.bin +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "pszemraj/long-t5-tglobal-base-16384-booksum-
|
3 |
"architectures": [
|
4 |
"LongT5ForConditionalGeneration"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "pszemraj/long-t5-tglobal-base-16384-booksum-V9",
|
3 |
"architectures": [
|
4 |
"LongT5ForConditionalGeneration"
|
5 |
],
|
long-t5-tglobal-base-16384-booksum-V9-ft1-booksum_training_metadata.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"output_dir": "/content/drive/MyDrive/Programming/hf-trainer/long-t5-tglobal-base-16384-booksum-V9-ft1-booksum", "overwrite_output_dir": true, "do_train": false, "do_eval": false, "do_predict": false, "evaluation_strategy": "no", "prediction_loss_only": false, "per_device_train_batch_size": 1, "per_device_eval_batch_size": 1, "per_gpu_train_batch_size": "None", "per_gpu_eval_batch_size": "None", "gradient_accumulation_steps": 64, "eval_accumulation_steps": "None", "eval_delay": 0, "learning_rate": 0.0006, "weight_decay": 0.01, "adam_beta1": 0.9, "adam_beta2": 0.999, "adam_epsilon": 1e-08, "max_grad_norm": 0.3, "num_train_epochs": 2, "max_steps": -1, "lr_scheduler_type": "cosine", "warmup_ratio": 0.01, "warmup_steps": 0, "log_level": -1, "log_level_replica": -1, "log_on_each_node": true, "logging_dir": "/content/drive/MyDrive/Programming/hf-trainer/long-t5-tglobal-base-16384-booksum-V9-ft1-booksum/logs", "logging_strategy": "steps", "logging_first_step": false, "logging_steps": 2, "logging_nan_inf_filter": true, "save_strategy": "steps", "save_steps": 25, "save_total_limit": 1, "save_on_each_node": false, "no_cuda": false, "seed": 42, "data_seed": "None", "jit_mode_eval": false, "use_ipex": false, "bf16": false, "fp16": true, "fp16_opt_level": "O1", "half_precision_backend": "cuda_amp", "bf16_full_eval": false, "fp16_full_eval": false, "tf32": "None", "local_rank": 0, "xpu_backend": "None", "tpu_num_cores": "None", "tpu_metrics_debug": false, "debug": "[]", "dataloader_drop_last": false, "eval_steps": "None", "dataloader_num_workers": 0, "past_index": -1, "run_name": "/content/drive/MyDrive/Programming/hf-trainer/long-t5-tglobal-base-16384-booksum-V9-ft1-booksum", "disable_tqdm": false, "remove_unused_columns": true, "label_names": "None", "load_best_model_at_end": false, "metric_for_best_model": "None", "greater_is_better": "None", "ignore_data_skip": false, "sharded_ddp": "[]", "fsdp": "[]", "fsdp_min_num_params": 0, "deepspeed": "/content/ds_config_zero2.json", "label_smoothing_factor": 0.0, "optim": "adamw_hf", "adafactor": false, "group_by_length": false, "length_column_name": "length", "report_to": "['tensorboard']", "ddp_find_unused_parameters": "None", "ddp_bucket_cap_mb": "None", "dataloader_pin_memory": true, "skip_memory_metrics": true, "use_legacy_prediction_loop": false, "push_to_hub": true, "resume_from_checkpoint": "None", "hub_model_id": "long-t5-tglobal-base-16384-booksum-V9-ft1-booksum", "hub_strategy": "end", "hub_token": "<HUB_TOKEN>", "hub_private_repo": true, "gradient_checkpointing": true, "include_inputs_for_metrics": false, "fp16_backend": "auto", "push_to_hub_model_id": "None", "push_to_hub_organization": "None", "push_to_hub_token": "<PUSH_TO_HUB_TOKEN>", "_n_gpu": 1, "mp_parameters": "", "auto_find_batch_size": false, "full_determinism": false, "torchdynamo": "None", "ray_scope": "last", "sortish_sampler": false, "predict_with_generate": false, "generation_max_length": "None", "generation_num_beams": "None", "train_batch_size": 1, "eval_batch_size": 1, "configs_src": "long-t5-tglobal-base-16384-booksum-V9-ft1-booksum"}
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 990388907
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8a5e0e5a85417bcf902a0e8aedc108e1cbb5c20e265454aa69ca70ab8408c309
|
3 |
size 990388907
|
tokenizer_config.json
CHANGED
@@ -103,7 +103,7 @@
|
|
103 |
],
|
104 |
"eos_token": "</s>",
|
105 |
"extra_ids": 100,
|
106 |
-
"name_or_path": "pszemraj/long-t5-tglobal-base-16384-booksum-
|
107 |
"pad_token": "<pad>",
|
108 |
"special_tokens_map_file": null,
|
109 |
"tokenizer_class": "T5Tokenizer",
|
|
|
103 |
],
|
104 |
"eos_token": "</s>",
|
105 |
"extra_ids": 100,
|
106 |
+
"name_or_path": "pszemraj/long-t5-tglobal-base-16384-booksum-V9",
|
107 |
"pad_token": "<pad>",
|
108 |
"special_tokens_map_file": null,
|
109 |
"tokenizer_class": "T5Tokenizer",
|
trainer_state.json
CHANGED
@@ -9,1007 +9,1007 @@
|
|
9 |
"log_history": [
|
10 |
{
|
11 |
"epoch": 0.01,
|
12 |
-
"learning_rate": 0.
|
13 |
-
"loss": 2.
|
14 |
"step": 2
|
15 |
},
|
16 |
{
|
17 |
"epoch": 0.02,
|
18 |
-
"learning_rate": 0.
|
19 |
-
"loss": 2.
|
20 |
"step": 4
|
21 |
},
|
22 |
{
|
23 |
"epoch": 0.04,
|
24 |
-
"learning_rate": 0.
|
25 |
-
"loss": 2.
|
26 |
"step": 6
|
27 |
},
|
28 |
{
|
29 |
"epoch": 0.05,
|
30 |
-
"learning_rate": 0.
|
31 |
-
"loss": 2.
|
32 |
"step": 8
|
33 |
},
|
34 |
{
|
35 |
"epoch": 0.06,
|
36 |
-
"learning_rate": 0.
|
37 |
-
"loss": 2.
|
38 |
"step": 10
|
39 |
},
|
40 |
{
|
41 |
"epoch": 0.07,
|
42 |
-
"learning_rate": 0.
|
43 |
-
"loss": 2.
|
44 |
"step": 12
|
45 |
},
|
46 |
{
|
47 |
"epoch": 0.08,
|
48 |
-
"learning_rate": 0.
|
49 |
-
"loss": 2.
|
50 |
"step": 14
|
51 |
},
|
52 |
{
|
53 |
"epoch": 0.1,
|
54 |
-
"learning_rate": 0.
|
55 |
-
"loss": 2.
|
56 |
"step": 16
|
57 |
},
|
58 |
{
|
59 |
"epoch": 0.11,
|
60 |
-
"learning_rate": 0.
|
61 |
-
"loss": 2.
|
62 |
"step": 18
|
63 |
},
|
64 |
{
|
65 |
"epoch": 0.12,
|
66 |
-
"learning_rate": 0.
|
67 |
-
"loss": 2.
|
68 |
"step": 20
|
69 |
},
|
70 |
{
|
71 |
"epoch": 0.13,
|
72 |
-
"learning_rate": 0.
|
73 |
-
"loss": 2.
|
74 |
"step": 22
|
75 |
},
|
76 |
{
|
77 |
"epoch": 0.15,
|
78 |
-
"learning_rate": 0.
|
79 |
-
"loss": 2.
|
80 |
"step": 24
|
81 |
},
|
82 |
{
|
83 |
"epoch": 0.16,
|
84 |
-
"learning_rate": 0.
|
85 |
-
"loss": 2.
|
86 |
"step": 26
|
87 |
},
|
88 |
{
|
89 |
"epoch": 0.17,
|
90 |
-
"learning_rate": 0.
|
91 |
-
"loss": 2.
|
92 |
"step": 28
|
93 |
},
|
94 |
{
|
95 |
"epoch": 0.18,
|
96 |
-
"learning_rate": 0.
|
97 |
-
"loss": 2.
|
98 |
"step": 30
|
99 |
},
|
100 |
{
|
101 |
"epoch": 0.19,
|
102 |
-
"learning_rate": 0.
|
103 |
-
"loss": 2.
|
104 |
"step": 32
|
105 |
},
|
106 |
{
|
107 |
"epoch": 0.21,
|
108 |
-
"learning_rate": 0.
|
109 |
-
"loss": 2.
|
110 |
"step": 34
|
111 |
},
|
112 |
{
|
113 |
"epoch": 0.22,
|
114 |
-
"learning_rate": 0.
|
115 |
-
"loss": 2.
|
116 |
"step": 36
|
117 |
},
|
118 |
{
|
119 |
"epoch": 0.23,
|
120 |
-
"learning_rate": 0.
|
121 |
-
"loss": 2.
|
122 |
"step": 38
|
123 |
},
|
124 |
{
|
125 |
"epoch": 0.24,
|
126 |
-
"learning_rate": 0.
|
127 |
-
"loss": 2.
|
128 |
"step": 40
|
129 |
},
|
130 |
{
|
131 |
"epoch": 0.25,
|
132 |
-
"learning_rate": 0.
|
133 |
-
"loss": 2.
|
134 |
"step": 42
|
135 |
},
|
136 |
{
|
137 |
"epoch": 0.27,
|
138 |
-
"learning_rate": 0.
|
139 |
-
"loss": 2.
|
140 |
"step": 44
|
141 |
},
|
142 |
{
|
143 |
"epoch": 0.28,
|
144 |
-
"learning_rate": 0.
|
145 |
-
"loss": 2.
|
146 |
"step": 46
|
147 |
},
|
148 |
{
|
149 |
"epoch": 0.29,
|
150 |
-
"learning_rate": 0.
|
151 |
-
"loss": 2.
|
152 |
"step": 48
|
153 |
},
|
154 |
{
|
155 |
"epoch": 0.3,
|
156 |
-
"learning_rate": 0.
|
157 |
-
"loss": 2.
|
158 |
"step": 50
|
159 |
},
|
160 |
{
|
161 |
"epoch": 0.31,
|
162 |
-
"learning_rate": 0.
|
163 |
-
"loss": 2.
|
164 |
"step": 52
|
165 |
},
|
166 |
{
|
167 |
"epoch": 0.33,
|
168 |
-
"learning_rate": 0.
|
169 |
-
"loss": 2.
|
170 |
"step": 54
|
171 |
},
|
172 |
{
|
173 |
"epoch": 0.34,
|
174 |
-
"learning_rate": 0.
|
175 |
-
"loss": 2.
|
176 |
"step": 56
|
177 |
},
|
178 |
{
|
179 |
"epoch": 0.35,
|
180 |
-
"learning_rate": 0.
|
181 |
-
"loss": 2.
|
182 |
"step": 58
|
183 |
},
|
184 |
{
|
185 |
"epoch": 0.36,
|
186 |
-
"learning_rate": 0.
|
187 |
-
"loss": 2.
|
188 |
"step": 60
|
189 |
},
|
190 |
{
|
191 |
"epoch": 0.37,
|
192 |
-
"learning_rate": 0.
|
193 |
-
"loss": 2.
|
194 |
"step": 62
|
195 |
},
|
196 |
{
|
197 |
"epoch": 0.39,
|
198 |
-
"learning_rate": 0.
|
199 |
-
"loss": 2.
|
200 |
"step": 64
|
201 |
},
|
202 |
{
|
203 |
"epoch": 0.4,
|
204 |
-
"learning_rate": 0.
|
205 |
-
"loss":
|
206 |
"step": 66
|
207 |
},
|
208 |
{
|
209 |
"epoch": 0.41,
|
210 |
-
"learning_rate": 0.
|
211 |
-
"loss": 2.
|
212 |
"step": 68
|
213 |
},
|
214 |
{
|
215 |
"epoch": 0.42,
|
216 |
-
"learning_rate": 0.
|
217 |
-
"loss": 2.
|
218 |
"step": 70
|
219 |
},
|
220 |
{
|
221 |
"epoch": 0.44,
|
222 |
-
"learning_rate": 0.
|
223 |
-
"loss": 2.
|
224 |
"step": 72
|
225 |
},
|
226 |
{
|
227 |
"epoch": 0.45,
|
228 |
-
"learning_rate": 0.
|
229 |
-
"loss": 2.
|
230 |
"step": 74
|
231 |
},
|
232 |
{
|
233 |
"epoch": 0.46,
|
234 |
-
"learning_rate": 0.
|
235 |
-
"loss": 2.
|
236 |
"step": 76
|
237 |
},
|
238 |
{
|
239 |
"epoch": 0.47,
|
240 |
-
"learning_rate": 0.
|
241 |
-
"loss": 2.
|
242 |
"step": 78
|
243 |
},
|
244 |
{
|
245 |
"epoch": 0.48,
|
246 |
-
"learning_rate": 0.
|
247 |
-
"loss": 2.
|
248 |
"step": 80
|
249 |
},
|
250 |
{
|
251 |
"epoch": 0.5,
|
252 |
-
"learning_rate": 0.
|
253 |
-
"loss": 2.
|
254 |
"step": 82
|
255 |
},
|
256 |
{
|
257 |
"epoch": 0.51,
|
258 |
-
"learning_rate": 0.
|
259 |
-
"loss": 2.
|
260 |
"step": 84
|
261 |
},
|
262 |
{
|
263 |
"epoch": 0.52,
|
264 |
-
"learning_rate": 0.
|
265 |
-
"loss": 2.
|
266 |
"step": 86
|
267 |
},
|
268 |
{
|
269 |
"epoch": 0.53,
|
270 |
-
"learning_rate": 0.
|
271 |
-
"loss": 2.
|
272 |
"step": 88
|
273 |
},
|
274 |
{
|
275 |
"epoch": 0.54,
|
276 |
-
"learning_rate": 0.
|
277 |
-
"loss": 2.
|
278 |
"step": 90
|
279 |
},
|
280 |
{
|
281 |
"epoch": 0.56,
|
282 |
-
"learning_rate": 0.
|
283 |
-
"loss": 2.
|
284 |
"step": 92
|
285 |
},
|
286 |
{
|
287 |
"epoch": 0.57,
|
288 |
-
"learning_rate": 0.
|
289 |
-
"loss": 2.
|
290 |
"step": 94
|
291 |
},
|
292 |
{
|
293 |
"epoch": 0.58,
|
294 |
-
"learning_rate": 0.
|
295 |
-
"loss": 2.
|
296 |
"step": 96
|
297 |
},
|
298 |
{
|
299 |
"epoch": 0.59,
|
300 |
-
"learning_rate": 0.
|
301 |
-
"loss": 2.
|
302 |
"step": 98
|
303 |
},
|
304 |
{
|
305 |
"epoch": 0.6,
|
306 |
-
"learning_rate": 0.
|
307 |
-
"loss": 2.
|
308 |
"step": 100
|
309 |
},
|
310 |
{
|
311 |
"epoch": 0.62,
|
312 |
-
"learning_rate": 0.
|
313 |
-
"loss": 2.
|
314 |
"step": 102
|
315 |
},
|
316 |
{
|
317 |
"epoch": 0.63,
|
318 |
-
"learning_rate": 0.
|
319 |
-
"loss": 2.
|
320 |
"step": 104
|
321 |
},
|
322 |
{
|
323 |
"epoch": 0.64,
|
324 |
-
"learning_rate": 0.
|
325 |
-
"loss": 2.
|
326 |
"step": 106
|
327 |
},
|
328 |
{
|
329 |
"epoch": 0.65,
|
330 |
-
"learning_rate": 0.
|
331 |
-
"loss": 2.
|
332 |
"step": 108
|
333 |
},
|
334 |
{
|
335 |
"epoch": 0.66,
|
336 |
-
"learning_rate": 0.
|
337 |
-
"loss": 2.
|
338 |
"step": 110
|
339 |
},
|
340 |
{
|
341 |
"epoch": 0.68,
|
342 |
-
"learning_rate": 0.
|
343 |
-
"loss": 2.
|
344 |
"step": 112
|
345 |
},
|
346 |
{
|
347 |
"epoch": 0.69,
|
348 |
-
"learning_rate": 0.
|
349 |
-
"loss": 2.
|
350 |
"step": 114
|
351 |
},
|
352 |
{
|
353 |
"epoch": 0.7,
|
354 |
-
"learning_rate": 0.
|
355 |
-
"loss": 2.
|
356 |
"step": 116
|
357 |
},
|
358 |
{
|
359 |
"epoch": 0.71,
|
360 |
-
"learning_rate": 0.
|
361 |
-
"loss": 2.
|
362 |
"step": 118
|
363 |
},
|
364 |
{
|
365 |
"epoch": 0.73,
|
366 |
-
"learning_rate": 0.
|
367 |
-
"loss": 2.
|
368 |
"step": 120
|
369 |
},
|
370 |
{
|
371 |
"epoch": 0.74,
|
372 |
-
"learning_rate": 0.
|
373 |
-
"loss": 2.
|
374 |
"step": 122
|
375 |
},
|
376 |
{
|
377 |
"epoch": 0.75,
|
378 |
-
"learning_rate": 0.
|
379 |
-
"loss": 2.
|
380 |
"step": 124
|
381 |
},
|
382 |
{
|
383 |
"epoch": 0.76,
|
384 |
-
"learning_rate": 0.
|
385 |
-
"loss": 2.
|
386 |
"step": 126
|
387 |
},
|
388 |
{
|
389 |
"epoch": 0.77,
|
390 |
-
"learning_rate": 0.
|
391 |
-
"loss": 2.
|
392 |
"step": 128
|
393 |
},
|
394 |
{
|
395 |
"epoch": 0.79,
|
396 |
-
"learning_rate": 0.
|
397 |
-
"loss": 2.
|
398 |
"step": 130
|
399 |
},
|
400 |
{
|
401 |
"epoch": 0.8,
|
402 |
-
"learning_rate": 0.
|
403 |
-
"loss": 2.
|
404 |
"step": 132
|
405 |
},
|
406 |
{
|
407 |
"epoch": 0.81,
|
408 |
-
"learning_rate": 0.
|
409 |
-
"loss": 2.
|
410 |
"step": 134
|
411 |
},
|
412 |
{
|
413 |
"epoch": 0.82,
|
414 |
-
"learning_rate": 0.
|
415 |
-
"loss": 2.
|
416 |
"step": 136
|
417 |
},
|
418 |
{
|
419 |
"epoch": 0.83,
|
420 |
-
"learning_rate": 0.
|
421 |
-
"loss": 2.
|
422 |
"step": 138
|
423 |
},
|
424 |
{
|
425 |
"epoch": 0.85,
|
426 |
-
"learning_rate": 0.
|
427 |
-
"loss": 2.
|
428 |
"step": 140
|
429 |
},
|
430 |
{
|
431 |
"epoch": 0.86,
|
432 |
-
"learning_rate": 0.
|
433 |
-
"loss": 2.
|
434 |
"step": 142
|
435 |
},
|
436 |
{
|
437 |
"epoch": 0.87,
|
438 |
-
"learning_rate": 0.
|
439 |
-
"loss": 2.
|
440 |
"step": 144
|
441 |
},
|
442 |
{
|
443 |
"epoch": 0.88,
|
444 |
-
"learning_rate": 0.
|
445 |
-
"loss": 2.
|
446 |
"step": 146
|
447 |
},
|
448 |
{
|
449 |
"epoch": 0.89,
|
450 |
-
"learning_rate": 0.
|
451 |
-
"loss": 2.
|
452 |
"step": 148
|
453 |
},
|
454 |
{
|
455 |
"epoch": 0.91,
|
456 |
-
"learning_rate": 0.
|
457 |
-
"loss": 2.
|
458 |
"step": 150
|
459 |
},
|
460 |
{
|
461 |
"epoch": 0.92,
|
462 |
-
"learning_rate": 0.
|
463 |
-
"loss": 2.
|
464 |
"step": 152
|
465 |
},
|
466 |
{
|
467 |
"epoch": 0.93,
|
468 |
-
"learning_rate": 0.
|
469 |
-
"loss": 2.
|
470 |
"step": 154
|
471 |
},
|
472 |
{
|
473 |
"epoch": 0.94,
|
474 |
-
"learning_rate": 0.
|
475 |
-
"loss": 2.
|
476 |
"step": 156
|
477 |
},
|
478 |
{
|
479 |
"epoch": 0.95,
|
480 |
-
"learning_rate": 0.
|
481 |
-
"loss": 2.
|
482 |
"step": 158
|
483 |
},
|
484 |
{
|
485 |
"epoch": 0.97,
|
486 |
-
"learning_rate": 0.
|
487 |
-
"loss": 2.
|
488 |
"step": 160
|
489 |
},
|
490 |
{
|
491 |
"epoch": 0.98,
|
492 |
-
"learning_rate": 0.
|
493 |
-
"loss": 2.
|
494 |
"step": 162
|
495 |
},
|
496 |
{
|
497 |
"epoch": 0.99,
|
498 |
-
"learning_rate": 0.
|
499 |
-
"loss": 2.
|
500 |
"step": 164
|
501 |
},
|
502 |
{
|
503 |
"epoch": 1.01,
|
504 |
-
"learning_rate": 0.
|
505 |
-
"loss": 2.
|
506 |
"step": 166
|
507 |
},
|
508 |
{
|
509 |
"epoch": 1.02,
|
510 |
-
"learning_rate": 0.
|
511 |
-
"loss":
|
512 |
"step": 168
|
513 |
},
|
514 |
{
|
515 |
"epoch": 1.03,
|
516 |
-
"learning_rate": 0.
|
517 |
-
"loss":
|
518 |
"step": 170
|
519 |
},
|
520 |
{
|
521 |
"epoch": 1.04,
|
522 |
-
"learning_rate": 0.
|
523 |
-
"loss":
|
524 |
"step": 172
|
525 |
},
|
526 |
{
|
527 |
"epoch": 1.05,
|
528 |
-
"learning_rate": 0.
|
529 |
-
"loss":
|
530 |
"step": 174
|
531 |
},
|
532 |
{
|
533 |
"epoch": 1.07,
|
534 |
-
"learning_rate": 0.
|
535 |
-
"loss": 2.
|
536 |
"step": 176
|
537 |
},
|
538 |
{
|
539 |
"epoch": 1.08,
|
540 |
-
"learning_rate": 0.
|
541 |
-
"loss":
|
542 |
"step": 178
|
543 |
},
|
544 |
{
|
545 |
"epoch": 1.09,
|
546 |
-
"learning_rate": 0.
|
547 |
-
"loss":
|
548 |
"step": 180
|
549 |
},
|
550 |
{
|
551 |
"epoch": 1.1,
|
552 |
-
"learning_rate": 0.
|
553 |
-
"loss": 2.
|
554 |
"step": 182
|
555 |
},
|
556 |
{
|
557 |
"epoch": 1.11,
|
558 |
-
"learning_rate": 0.
|
559 |
-
"loss": 2.
|
560 |
"step": 184
|
561 |
},
|
562 |
{
|
563 |
"epoch": 1.13,
|
564 |
-
"learning_rate": 0.
|
565 |
-
"loss":
|
566 |
"step": 186
|
567 |
},
|
568 |
{
|
569 |
"epoch": 1.14,
|
570 |
-
"learning_rate": 0.
|
571 |
-
"loss": 2.
|
572 |
"step": 188
|
573 |
},
|
574 |
{
|
575 |
"epoch": 1.15,
|
576 |
-
"learning_rate": 0.
|
577 |
-
"loss": 2.
|
578 |
"step": 190
|
579 |
},
|
580 |
{
|
581 |
"epoch": 1.16,
|
582 |
-
"learning_rate": 0.
|
583 |
-
"loss":
|
584 |
"step": 192
|
585 |
},
|
586 |
{
|
587 |
"epoch": 1.18,
|
588 |
-
"learning_rate": 0.
|
589 |
-
"loss": 2.
|
590 |
"step": 194
|
591 |
},
|
592 |
{
|
593 |
"epoch": 1.19,
|
594 |
-
"learning_rate": 0.
|
595 |
-
"loss": 2.
|
596 |
"step": 196
|
597 |
},
|
598 |
{
|
599 |
"epoch": 1.2,
|
600 |
-
"learning_rate": 0.
|
601 |
-
"loss": 2.
|
602 |
"step": 198
|
603 |
},
|
604 |
{
|
605 |
"epoch": 1.21,
|
606 |
-
"learning_rate": 0.
|
607 |
-
"loss":
|
608 |
"step": 200
|
609 |
},
|
610 |
{
|
611 |
"epoch": 1.22,
|
612 |
-
"learning_rate": 0.
|
613 |
-
"loss": 2.
|
614 |
"step": 202
|
615 |
},
|
616 |
{
|
617 |
"epoch": 1.24,
|
618 |
-
"learning_rate": 0.
|
619 |
-
"loss": 2.
|
620 |
"step": 204
|
621 |
},
|
622 |
{
|
623 |
"epoch": 1.25,
|
624 |
-
"learning_rate": 0.
|
625 |
-
"loss": 2.
|
626 |
"step": 206
|
627 |
},
|
628 |
{
|
629 |
"epoch": 1.26,
|
630 |
-
"learning_rate": 0.
|
631 |
-
"loss":
|
632 |
"step": 208
|
633 |
},
|
634 |
{
|
635 |
"epoch": 1.27,
|
636 |
-
"learning_rate": 0.
|
637 |
-
"loss": 2.
|
638 |
"step": 210
|
639 |
},
|
640 |
{
|
641 |
"epoch": 1.28,
|
642 |
-
"learning_rate": 0.
|
643 |
-
"loss":
|
644 |
"step": 212
|
645 |
},
|
646 |
{
|
647 |
"epoch": 1.3,
|
648 |
-
"learning_rate": 0.
|
649 |
-
"loss": 2.
|
650 |
"step": 214
|
651 |
},
|
652 |
{
|
653 |
"epoch": 1.31,
|
654 |
-
"learning_rate": 0.
|
655 |
-
"loss":
|
656 |
"step": 216
|
657 |
},
|
658 |
{
|
659 |
"epoch": 1.32,
|
660 |
-
"learning_rate": 0.
|
661 |
-
"loss":
|
662 |
"step": 218
|
663 |
},
|
664 |
{
|
665 |
"epoch": 1.33,
|
666 |
-
"learning_rate": 0.
|
667 |
-
"loss": 2.
|
668 |
"step": 220
|
669 |
},
|
670 |
{
|
671 |
"epoch": 1.34,
|
672 |
-
"learning_rate": 0.
|
673 |
-
"loss":
|
674 |
"step": 222
|
675 |
},
|
676 |
{
|
677 |
"epoch": 1.36,
|
678 |
-
"learning_rate": 0.
|
679 |
-
"loss": 2.
|
680 |
"step": 224
|
681 |
},
|
682 |
{
|
683 |
"epoch": 1.37,
|
684 |
-
"learning_rate": 0.
|
685 |
-
"loss": 2.
|
686 |
"step": 226
|
687 |
},
|
688 |
{
|
689 |
"epoch": 1.38,
|
690 |
-
"learning_rate": 0.
|
691 |
-
"loss": 2.
|
692 |
"step": 228
|
693 |
},
|
694 |
{
|
695 |
"epoch": 1.39,
|
696 |
-
"learning_rate": 0.
|
697 |
-
"loss": 2.
|
698 |
"step": 230
|
699 |
},
|
700 |
{
|
701 |
"epoch": 1.4,
|
702 |
-
"learning_rate": 0.
|
703 |
-
"loss": 2.
|
704 |
"step": 232
|
705 |
},
|
706 |
{
|
707 |
"epoch": 1.42,
|
708 |
-
"learning_rate": 0.
|
709 |
-
"loss":
|
710 |
"step": 234
|
711 |
},
|
712 |
{
|
713 |
"epoch": 1.43,
|
714 |
-
"learning_rate": 0.
|
715 |
-
"loss":
|
716 |
"step": 236
|
717 |
},
|
718 |
{
|
719 |
"epoch": 1.44,
|
720 |
-
"learning_rate": 0.
|
721 |
-
"loss": 2.
|
722 |
"step": 238
|
723 |
},
|
724 |
{
|
725 |
"epoch": 1.45,
|
726 |
-
"learning_rate": 0.
|
727 |
-
"loss":
|
728 |
"step": 240
|
729 |
},
|
730 |
{
|
731 |
"epoch": 1.47,
|
732 |
-
"learning_rate": 0.
|
733 |
-
"loss":
|
734 |
"step": 242
|
735 |
},
|
736 |
{
|
737 |
"epoch": 1.48,
|
738 |
-
"learning_rate":
|
739 |
-
"loss":
|
740 |
"step": 244
|
741 |
},
|
742 |
{
|
743 |
"epoch": 1.49,
|
744 |
-
"learning_rate":
|
745 |
-
"loss":
|
746 |
"step": 246
|
747 |
},
|
748 |
{
|
749 |
"epoch": 1.5,
|
750 |
-
"learning_rate":
|
751 |
-
"loss":
|
752 |
"step": 248
|
753 |
},
|
754 |
{
|
755 |
"epoch": 1.51,
|
756 |
-
"learning_rate":
|
757 |
-
"loss":
|
758 |
"step": 250
|
759 |
},
|
760 |
{
|
761 |
"epoch": 1.53,
|
762 |
-
"learning_rate":
|
763 |
-
"loss": 2.
|
764 |
"step": 252
|
765 |
},
|
766 |
{
|
767 |
"epoch": 1.54,
|
768 |
-
"learning_rate":
|
769 |
-
"loss": 2.
|
770 |
"step": 254
|
771 |
},
|
772 |
{
|
773 |
"epoch": 1.55,
|
774 |
-
"learning_rate":
|
775 |
-
"loss": 2.
|
776 |
"step": 256
|
777 |
},
|
778 |
{
|
779 |
"epoch": 1.56,
|
780 |
-
"learning_rate":
|
781 |
-
"loss": 2.
|
782 |
"step": 258
|
783 |
},
|
784 |
{
|
785 |
"epoch": 1.57,
|
786 |
-
"learning_rate":
|
787 |
-
"loss": 2.
|
788 |
"step": 260
|
789 |
},
|
790 |
{
|
791 |
"epoch": 1.59,
|
792 |
-
"learning_rate":
|
793 |
-
"loss":
|
794 |
"step": 262
|
795 |
},
|
796 |
{
|
797 |
"epoch": 1.6,
|
798 |
-
"learning_rate":
|
799 |
-
"loss": 2.
|
800 |
"step": 264
|
801 |
},
|
802 |
{
|
803 |
"epoch": 1.61,
|
804 |
-
"learning_rate":
|
805 |
-
"loss":
|
806 |
"step": 266
|
807 |
},
|
808 |
{
|
809 |
"epoch": 1.62,
|
810 |
-
"learning_rate":
|
811 |
-
"loss": 2.
|
812 |
"step": 268
|
813 |
},
|
814 |
{
|
815 |
"epoch": 1.63,
|
816 |
-
"learning_rate":
|
817 |
-
"loss": 2.
|
818 |
"step": 270
|
819 |
},
|
820 |
{
|
821 |
"epoch": 1.65,
|
822 |
-
"learning_rate":
|
823 |
-
"loss": 2.
|
824 |
"step": 272
|
825 |
},
|
826 |
{
|
827 |
"epoch": 1.66,
|
828 |
-
"learning_rate":
|
829 |
-
"loss":
|
830 |
"step": 274
|
831 |
},
|
832 |
{
|
833 |
"epoch": 1.67,
|
834 |
-
"learning_rate":
|
835 |
-
"loss": 2.
|
836 |
"step": 276
|
837 |
},
|
838 |
{
|
839 |
"epoch": 1.68,
|
840 |
-
"learning_rate":
|
841 |
-
"loss":
|
842 |
"step": 278
|
843 |
},
|
844 |
{
|
845 |
"epoch": 1.69,
|
846 |
-
"learning_rate":
|
847 |
-
"loss":
|
848 |
"step": 280
|
849 |
},
|
850 |
{
|
851 |
"epoch": 1.71,
|
852 |
-
"learning_rate":
|
853 |
-
"loss": 2.
|
854 |
"step": 282
|
855 |
},
|
856 |
{
|
857 |
"epoch": 1.72,
|
858 |
-
"learning_rate":
|
859 |
-
"loss": 2.
|
860 |
"step": 284
|
861 |
},
|
862 |
{
|
863 |
"epoch": 1.73,
|
864 |
-
"learning_rate":
|
865 |
-
"loss": 2.
|
866 |
"step": 286
|
867 |
},
|
868 |
{
|
869 |
"epoch": 1.74,
|
870 |
-
"learning_rate":
|
871 |
-
"loss": 2.
|
872 |
"step": 288
|
873 |
},
|
874 |
{
|
875 |
"epoch": 1.76,
|
876 |
-
"learning_rate":
|
877 |
-
"loss": 2.
|
878 |
"step": 290
|
879 |
},
|
880 |
{
|
881 |
"epoch": 1.77,
|
882 |
-
"learning_rate":
|
883 |
-
"loss": 2.
|
884 |
"step": 292
|
885 |
},
|
886 |
{
|
887 |
"epoch": 1.78,
|
888 |
-
"learning_rate":
|
889 |
-
"loss":
|
890 |
"step": 294
|
891 |
},
|
892 |
{
|
893 |
"epoch": 1.79,
|
894 |
-
"learning_rate":
|
895 |
-
"loss": 2.
|
896 |
"step": 296
|
897 |
},
|
898 |
{
|
899 |
"epoch": 1.8,
|
900 |
-
"learning_rate":
|
901 |
-
"loss":
|
902 |
"step": 298
|
903 |
},
|
904 |
{
|
905 |
"epoch": 1.82,
|
906 |
-
"learning_rate":
|
907 |
-
"loss":
|
908 |
"step": 300
|
909 |
},
|
910 |
{
|
911 |
"epoch": 1.83,
|
912 |
-
"learning_rate": 1.
|
913 |
-
"loss": 2.
|
914 |
"step": 302
|
915 |
},
|
916 |
{
|
917 |
"epoch": 1.84,
|
918 |
-
"learning_rate":
|
919 |
-
"loss": 2.
|
920 |
"step": 304
|
921 |
},
|
922 |
{
|
923 |
"epoch": 1.85,
|
924 |
-
"learning_rate":
|
925 |
-
"loss": 2.
|
926 |
"step": 306
|
927 |
},
|
928 |
{
|
929 |
"epoch": 1.86,
|
930 |
-
"learning_rate":
|
931 |
-
"loss":
|
932 |
"step": 308
|
933 |
},
|
934 |
{
|
935 |
"epoch": 1.88,
|
936 |
-
"learning_rate":
|
937 |
-
"loss":
|
938 |
"step": 310
|
939 |
},
|
940 |
{
|
941 |
"epoch": 1.89,
|
942 |
-
"learning_rate":
|
943 |
-
"loss": 2.
|
944 |
"step": 312
|
945 |
},
|
946 |
{
|
947 |
"epoch": 1.9,
|
948 |
-
"learning_rate":
|
949 |
-
"loss": 2.
|
950 |
"step": 314
|
951 |
},
|
952 |
{
|
953 |
"epoch": 1.91,
|
954 |
-
"learning_rate":
|
955 |
-
"loss":
|
956 |
"step": 316
|
957 |
},
|
958 |
{
|
959 |
"epoch": 1.92,
|
960 |
-
"learning_rate":
|
961 |
-
"loss":
|
962 |
"step": 318
|
963 |
},
|
964 |
{
|
965 |
"epoch": 1.94,
|
966 |
-
"learning_rate":
|
967 |
-
"loss":
|
968 |
"step": 320
|
969 |
},
|
970 |
{
|
971 |
"epoch": 1.95,
|
972 |
-
"learning_rate":
|
973 |
-
"loss": 2.
|
974 |
"step": 322
|
975 |
},
|
976 |
{
|
977 |
"epoch": 1.96,
|
978 |
-
"learning_rate":
|
979 |
-
"loss": 2.
|
980 |
"step": 324
|
981 |
},
|
982 |
{
|
983 |
"epoch": 1.97,
|
984 |
-
"learning_rate":
|
985 |
-
"loss":
|
986 |
"step": 326
|
987 |
},
|
988 |
{
|
989 |
"epoch": 1.99,
|
990 |
-
"learning_rate":
|
991 |
-
"loss": 2.
|
992 |
"step": 328
|
993 |
},
|
994 |
{
|
995 |
"epoch": 2.0,
|
996 |
"learning_rate": 0.0,
|
997 |
-
"loss": 2.
|
998 |
"step": 330
|
999 |
},
|
1000 |
{
|
1001 |
"epoch": 2.0,
|
1002 |
"step": 330,
|
1003 |
-
"total_flos": 4.
|
1004 |
-
"train_loss": 2.
|
1005 |
-
"train_runtime":
|
1006 |
"train_samples_per_second": 0.265,
|
1007 |
"train_steps_per_second": 0.004
|
1008 |
}
|
1009 |
],
|
1010 |
"max_steps": 330,
|
1011 |
"num_train_epochs": 2,
|
1012 |
-
"total_flos": 4.
|
1013 |
"trial_name": null,
|
1014 |
"trial_params": null
|
1015 |
}
|
|
|
9 |
"log_history": [
|
10 |
{
|
11 |
"epoch": 0.01,
|
12 |
+
"learning_rate": 0.0003,
|
13 |
+
"loss": 2.0736,
|
14 |
"step": 2
|
15 |
},
|
16 |
{
|
17 |
"epoch": 0.02,
|
18 |
+
"learning_rate": 0.0006,
|
19 |
+
"loss": 2.0741,
|
20 |
"step": 4
|
21 |
},
|
22 |
{
|
23 |
"epoch": 0.04,
|
24 |
+
"learning_rate": 0.0005999442811234004,
|
25 |
+
"loss": 2.098,
|
26 |
"step": 6
|
27 |
},
|
28 |
{
|
29 |
"epoch": 0.05,
|
30 |
+
"learning_rate": 0.0005997771451908898,
|
31 |
+
"loss": 2.0627,
|
32 |
"step": 8
|
33 |
},
|
34 |
{
|
35 |
"epoch": 0.06,
|
36 |
+
"learning_rate": 0.0005994986542866444,
|
37 |
+
"loss": 2.0418,
|
38 |
"step": 10
|
39 |
},
|
40 |
{
|
41 |
"epoch": 0.07,
|
42 |
+
"learning_rate": 0.0005991089118586658,
|
43 |
+
"loss": 2.0717,
|
44 |
"step": 12
|
45 |
},
|
46 |
{
|
47 |
"epoch": 0.08,
|
48 |
+
"learning_rate": 0.0005986080626803564,
|
49 |
+
"loss": 2.0504,
|
50 |
"step": 14
|
51 |
},
|
52 |
{
|
53 |
"epoch": 0.1,
|
54 |
+
"learning_rate": 0.0005979962927967394,
|
55 |
+
"loss": 2.0314,
|
56 |
"step": 16
|
57 |
},
|
58 |
{
|
59 |
"epoch": 0.11,
|
60 |
+
"learning_rate": 0.0005972738294553527,
|
61 |
+
"loss": 2.0568,
|
62 |
"step": 18
|
63 |
},
|
64 |
{
|
65 |
"epoch": 0.12,
|
66 |
+
"learning_rate": 0.0005964409410218346,
|
67 |
+
"loss": 2.073,
|
68 |
"step": 20
|
69 |
},
|
70 |
{
|
71 |
"epoch": 0.13,
|
72 |
+
"learning_rate": 0.0005954979368802377,
|
73 |
+
"loss": 2.0737,
|
74 |
"step": 22
|
75 |
},
|
76 |
{
|
77 |
"epoch": 0.15,
|
78 |
+
"learning_rate": 0.0005944451673181043,
|
79 |
+
"loss": 2.0936,
|
80 |
"step": 24
|
81 |
},
|
82 |
{
|
83 |
"epoch": 0.16,
|
84 |
+
"learning_rate": 0.0005932830233963502,
|
85 |
+
"loss": 2.0846,
|
86 |
"step": 26
|
87 |
},
|
88 |
{
|
89 |
"epoch": 0.17,
|
90 |
+
"learning_rate": 0.0005920119368040003,
|
91 |
+
"loss": 2.1374,
|
92 |
"step": 28
|
93 |
},
|
94 |
{
|
95 |
"epoch": 0.18,
|
96 |
+
"learning_rate": 0.0005906323796978346,
|
97 |
+
"loss": 2.0828,
|
98 |
"step": 30
|
99 |
},
|
100 |
{
|
101 |
"epoch": 0.19,
|
102 |
+
"learning_rate": 0.0005891448645270008,
|
103 |
+
"loss": 2.0802,
|
104 |
"step": 32
|
105 |
},
|
106 |
{
|
107 |
"epoch": 0.21,
|
108 |
+
"learning_rate": 0.0005875499438426604,
|
109 |
+
"loss": 2.147,
|
110 |
"step": 34
|
111 |
},
|
112 |
{
|
113 |
"epoch": 0.22,
|
114 |
+
"learning_rate": 0.0005858482100927391,
|
115 |
+
"loss": 2.0904,
|
116 |
"step": 36
|
117 |
},
|
118 |
{
|
119 |
"epoch": 0.23,
|
120 |
+
"learning_rate": 0.0005840402954018554,
|
121 |
+
"loss": 2.0823,
|
122 |
"step": 38
|
123 |
},
|
124 |
{
|
125 |
"epoch": 0.24,
|
126 |
+
"learning_rate": 0.0005821268713365129,
|
127 |
+
"loss": 2.0792,
|
128 |
"step": 40
|
129 |
},
|
130 |
{
|
131 |
"epoch": 0.25,
|
132 |
+
"learning_rate": 0.0005801086486556411,
|
133 |
+
"loss": 2.0716,
|
134 |
"step": 42
|
135 |
},
|
136 |
{
|
137 |
"epoch": 0.27,
|
138 |
+
"learning_rate": 0.0005779863770465765,
|
139 |
+
"loss": 2.2061,
|
140 |
"step": 44
|
141 |
},
|
142 |
{
|
143 |
"epoch": 0.28,
|
144 |
+
"learning_rate": 0.0005757608448465853,
|
145 |
+
"loss": 2.1735,
|
146 |
"step": 46
|
147 |
},
|
148 |
{
|
149 |
"epoch": 0.29,
|
150 |
+
"learning_rate": 0.0005734328787500274,
|
151 |
+
"loss": 2.098,
|
152 |
"step": 48
|
153 |
},
|
154 |
{
|
155 |
"epoch": 0.3,
|
156 |
+
"learning_rate": 0.000571003343501274,
|
157 |
+
"loss": 2.0977,
|
158 |
"step": 50
|
159 |
},
|
160 |
{
|
161 |
"epoch": 0.31,
|
162 |
+
"learning_rate": 0.0005684731415734899,
|
163 |
+
"loss": 2.1076,
|
164 |
"step": 52
|
165 |
},
|
166 |
{
|
167 |
"epoch": 0.33,
|
168 |
+
"learning_rate": 0.0005658432128334017,
|
169 |
+
"loss": 2.0476,
|
170 |
"step": 54
|
171 |
},
|
172 |
{
|
173 |
"epoch": 0.34,
|
174 |
+
"learning_rate": 0.0005631145341921755,
|
175 |
+
"loss": 2.0728,
|
176 |
"step": 56
|
177 |
},
|
178 |
{
|
179 |
"epoch": 0.35,
|
180 |
+
"learning_rate": 0.0005602881192425346,
|
181 |
+
"loss": 2.0477,
|
182 |
"step": 58
|
183 |
},
|
184 |
{
|
185 |
"epoch": 0.36,
|
186 |
+
"learning_rate": 0.000557365017882251,
|
187 |
+
"loss": 2.1102,
|
188 |
"step": 60
|
189 |
},
|
190 |
{
|
191 |
"epoch": 0.37,
|
192 |
+
"learning_rate": 0.0005543463159241515,
|
193 |
+
"loss": 2.0754,
|
194 |
"step": 62
|
195 |
},
|
196 |
{
|
197 |
"epoch": 0.39,
|
198 |
+
"learning_rate": 0.0005512331346927817,
|
199 |
+
"loss": 2.1029,
|
200 |
"step": 64
|
201 |
},
|
202 |
{
|
203 |
"epoch": 0.4,
|
204 |
+
"learning_rate": 0.0005480266306078807,
|
205 |
+
"loss": 1.9922,
|
206 |
"step": 66
|
207 |
},
|
208 |
{
|
209 |
"epoch": 0.41,
|
210 |
+
"learning_rate": 0.0005447279947548182,
|
211 |
+
"loss": 2.1599,
|
212 |
"step": 68
|
213 |
},
|
214 |
{
|
215 |
"epoch": 0.42,
|
216 |
+
"learning_rate": 0.0005413384524421545,
|
217 |
+
"loss": 2.1388,
|
218 |
"step": 70
|
219 |
},
|
220 |
{
|
221 |
"epoch": 0.44,
|
222 |
+
"learning_rate": 0.0005378592627464883,
|
223 |
+
"loss": 2.131,
|
224 |
"step": 72
|
225 |
},
|
226 |
{
|
227 |
"epoch": 0.45,
|
228 |
+
"learning_rate": 0.0005342917180447621,
|
229 |
+
"loss": 2.0658,
|
230 |
"step": 74
|
231 |
},
|
232 |
{
|
233 |
"epoch": 0.46,
|
234 |
+
"learning_rate": 0.0005306371435341955,
|
235 |
+
"loss": 2.1437,
|
236 |
"step": 76
|
237 |
},
|
238 |
{
|
239 |
"epoch": 0.47,
|
240 |
+
"learning_rate": 0.0005268968967400301,
|
241 |
+
"loss": 2.1145,
|
242 |
"step": 78
|
243 |
},
|
244 |
{
|
245 |
"epoch": 0.48,
|
246 |
+
"learning_rate": 0.0005230723670112627,
|
247 |
+
"loss": 2.1263,
|
248 |
"step": 80
|
249 |
},
|
250 |
{
|
251 |
"epoch": 0.5,
|
252 |
+
"learning_rate": 0.0005191649750045603,
|
253 |
+
"loss": 2.0513,
|
254 |
"step": 82
|
255 |
},
|
256 |
{
|
257 |
"epoch": 0.51,
|
258 |
+
"learning_rate": 0.000515176172156543,
|
259 |
+
"loss": 2.0723,
|
260 |
"step": 84
|
261 |
},
|
262 |
{
|
263 |
"epoch": 0.52,
|
264 |
+
"learning_rate": 0.0005111074401446355,
|
265 |
+
"loss": 2.0744,
|
266 |
"step": 86
|
267 |
},
|
268 |
{
|
269 |
"epoch": 0.53,
|
270 |
+
"learning_rate": 0.0005069602903366834,
|
271 |
+
"loss": 2.131,
|
272 |
"step": 88
|
273 |
},
|
274 |
{
|
275 |
"epoch": 0.54,
|
276 |
+
"learning_rate": 0.0005027362632295429,
|
277 |
+
"loss": 2.094,
|
278 |
"step": 90
|
279 |
},
|
280 |
{
|
281 |
"epoch": 0.56,
|
282 |
+
"learning_rate": 0.0004984369278768482,
|
283 |
+
"loss": 2.0633,
|
284 |
"step": 92
|
285 |
},
|
286 |
{
|
287 |
"epoch": 0.57,
|
288 |
+
"learning_rate": 0.0004940638813061723,
|
289 |
+
"loss": 2.1182,
|
290 |
"step": 94
|
291 |
},
|
292 |
{
|
293 |
"epoch": 0.58,
|
294 |
+
"learning_rate": 0.0004896187479257971,
|
295 |
+
"loss": 2.1664,
|
296 |
"step": 96
|
297 |
},
|
298 |
{
|
299 |
"epoch": 0.59,
|
300 |
+
"learning_rate": 0.0004851031789213108,
|
301 |
+
"loss": 2.1365,
|
302 |
"step": 98
|
303 |
},
|
304 |
{
|
305 |
"epoch": 0.6,
|
306 |
+
"learning_rate": 0.0004805188516422613,
|
307 |
+
"loss": 2.1204,
|
308 |
"step": 100
|
309 |
},
|
310 |
{
|
311 |
"epoch": 0.62,
|
312 |
+
"learning_rate": 0.00047586746897908803,
|
313 |
+
"loss": 2.0677,
|
314 |
"step": 102
|
315 |
},
|
316 |
{
|
317 |
"epoch": 0.63,
|
318 |
+
"learning_rate": 0.00047115075873056876,
|
319 |
+
"loss": 2.1588,
|
320 |
"step": 104
|
321 |
},
|
322 |
{
|
323 |
"epoch": 0.64,
|
324 |
+
"learning_rate": 0.0004663704729620119,
|
325 |
+
"loss": 2.0746,
|
326 |
"step": 106
|
327 |
},
|
328 |
{
|
329 |
"epoch": 0.65,
|
330 |
+
"learning_rate": 0.0004615283873544366,
|
331 |
+
"loss": 2.126,
|
332 |
"step": 108
|
333 |
},
|
334 |
{
|
335 |
"epoch": 0.66,
|
336 |
+
"learning_rate": 0.0004566263005449791,
|
337 |
+
"loss": 2.0786,
|
338 |
"step": 110
|
339 |
},
|
340 |
{
|
341 |
"epoch": 0.68,
|
342 |
+
"learning_rate": 0.0004516660334587729,
|
343 |
+
"loss": 2.1019,
|
344 |
"step": 112
|
345 |
},
|
346 |
{
|
347 |
"epoch": 0.69,
|
348 |
+
"learning_rate": 0.00044664942863254913,
|
349 |
+
"loss": 2.0605,
|
350 |
"step": 114
|
351 |
},
|
352 |
{
|
353 |
"epoch": 0.7,
|
354 |
+
"learning_rate": 0.0004415783495302096,
|
355 |
+
"loss": 2.0879,
|
356 |
"step": 116
|
357 |
},
|
358 |
{
|
359 |
"epoch": 0.71,
|
360 |
+
"learning_rate": 0.0004364546798506258,
|
361 |
+
"loss": 2.1516,
|
362 |
"step": 118
|
363 |
},
|
364 |
{
|
365 |
"epoch": 0.73,
|
366 |
+
"learning_rate": 0.0004312803228279218,
|
367 |
+
"loss": 2.1287,
|
368 |
"step": 120
|
369 |
},
|
370 |
{
|
371 |
"epoch": 0.74,
|
372 |
+
"learning_rate": 0.0004260572005245005,
|
373 |
+
"loss": 2.1054,
|
374 |
"step": 122
|
375 |
},
|
376 |
{
|
377 |
"epoch": 0.75,
|
378 |
+
"learning_rate": 0.00042078725311707585,
|
379 |
+
"loss": 2.0905,
|
380 |
"step": 124
|
381 |
},
|
382 |
{
|
383 |
"epoch": 0.76,
|
384 |
+
"learning_rate": 0.0004154724381759763,
|
385 |
+
"loss": 2.0875,
|
386 |
"step": 126
|
387 |
},
|
388 |
{
|
389 |
"epoch": 0.77,
|
390 |
+
"learning_rate": 0.0004101147299379876,
|
391 |
+
"loss": 2.0948,
|
392 |
"step": 128
|
393 |
},
|
394 |
{
|
395 |
"epoch": 0.79,
|
396 |
+
"learning_rate": 0.00040471611857300423,
|
397 |
+
"loss": 2.1521,
|
398 |
"step": 130
|
399 |
},
|
400 |
{
|
401 |
"epoch": 0.8,
|
402 |
+
"learning_rate": 0.0003992786094447625,
|
403 |
+
"loss": 2.0645,
|
404 |
"step": 132
|
405 |
},
|
406 |
{
|
407 |
"epoch": 0.81,
|
408 |
+
"learning_rate": 0.0003938042223659299,
|
409 |
+
"loss": 2.0953,
|
410 |
"step": 134
|
411 |
},
|
412 |
{
|
413 |
"epoch": 0.82,
|
414 |
+
"learning_rate": 0.0003882949908478272,
|
415 |
+
"loss": 2.1046,
|
416 |
"step": 136
|
417 |
},
|
418 |
{
|
419 |
"epoch": 0.83,
|
420 |
+
"learning_rate": 0.0003827529613450617,
|
421 |
+
"loss": 2.1814,
|
422 |
"step": 138
|
423 |
},
|
424 |
{
|
425 |
"epoch": 0.85,
|
426 |
+
"learning_rate": 0.0003771801924953534,
|
427 |
+
"loss": 2.1147,
|
428 |
"step": 140
|
429 |
},
|
430 |
{
|
431 |
"epoch": 0.86,
|
432 |
+
"learning_rate": 0.0003715787543548345,
|
433 |
+
"loss": 2.1226,
|
434 |
"step": 142
|
435 |
},
|
436 |
{
|
437 |
"epoch": 0.87,
|
438 |
+
"learning_rate": 0.0003659507276291087,
|
439 |
+
"loss": 2.1093,
|
440 |
"step": 144
|
441 |
},
|
442 |
{
|
443 |
"epoch": 0.88,
|
444 |
+
"learning_rate": 0.00036029820290035347,
|
445 |
+
"loss": 2.1038,
|
446 |
"step": 146
|
447 |
},
|
448 |
{
|
449 |
"epoch": 0.89,
|
450 |
+
"learning_rate": 0.0003546232798507543,
|
451 |
+
"loss": 2.0581,
|
452 |
"step": 148
|
453 |
},
|
454 |
{
|
455 |
"epoch": 0.91,
|
456 |
+
"learning_rate": 0.00034892806648255875,
|
457 |
+
"loss": 2.0076,
|
458 |
"step": 150
|
459 |
},
|
460 |
{
|
461 |
"epoch": 0.92,
|
462 |
+
"learning_rate": 0.0003432146783350393,
|
463 |
+
"loss": 2.1017,
|
464 |
"step": 152
|
465 |
},
|
466 |
{
|
467 |
"epoch": 0.93,
|
468 |
+
"learning_rate": 0.0003374852376986568,
|
469 |
+
"loss": 2.1353,
|
470 |
"step": 154
|
471 |
},
|
472 |
{
|
473 |
"epoch": 0.94,
|
474 |
+
"learning_rate": 0.00033174187282671686,
|
475 |
+
"loss": 2.0836,
|
476 |
"step": 156
|
477 |
},
|
478 |
{
|
479 |
"epoch": 0.95,
|
480 |
+
"learning_rate": 0.0003259867171448097,
|
481 |
+
"loss": 2.098,
|
482 |
"step": 158
|
483 |
},
|
484 |
{
|
485 |
"epoch": 0.97,
|
486 |
+
"learning_rate": 0.00032022190845833035,
|
487 |
+
"loss": 2.1308,
|
488 |
"step": 160
|
489 |
},
|
490 |
{
|
491 |
"epoch": 0.98,
|
492 |
+
"learning_rate": 0.0003144495881583712,
|
493 |
+
"loss": 2.1204,
|
494 |
"step": 162
|
495 |
},
|
496 |
{
|
497 |
"epoch": 0.99,
|
498 |
+
"learning_rate": 0.00030867190042628177,
|
499 |
+
"loss": 2.0564,
|
500 |
"step": 164
|
501 |
},
|
502 |
{
|
503 |
"epoch": 1.01,
|
504 |
+
"learning_rate": 0.0003028909914371942,
|
505 |
+
"loss": 2.5573,
|
506 |
"step": 166
|
507 |
},
|
508 |
{
|
509 |
"epoch": 1.02,
|
510 |
+
"learning_rate": 0.0002971090085628058,
|
511 |
+
"loss": 1.9576,
|
512 |
"step": 168
|
513 |
},
|
514 |
{
|
515 |
"epoch": 1.03,
|
516 |
+
"learning_rate": 0.00029132809957371823,
|
517 |
+
"loss": 1.9274,
|
518 |
"step": 170
|
519 |
},
|
520 |
{
|
521 |
"epoch": 1.04,
|
522 |
+
"learning_rate": 0.0002855504118416288,
|
523 |
+
"loss": 1.9637,
|
524 |
"step": 172
|
525 |
},
|
526 |
{
|
527 |
"epoch": 1.05,
|
528 |
+
"learning_rate": 0.0002797780915416696,
|
529 |
+
"loss": 1.9729,
|
530 |
"step": 174
|
531 |
},
|
532 |
{
|
533 |
"epoch": 1.07,
|
534 |
+
"learning_rate": 0.0002740132828551904,
|
535 |
+
"loss": 2.0254,
|
536 |
"step": 176
|
537 |
},
|
538 |
{
|
539 |
"epoch": 1.08,
|
540 |
+
"learning_rate": 0.00026825812717328314,
|
541 |
+
"loss": 1.9427,
|
542 |
"step": 178
|
543 |
},
|
544 |
{
|
545 |
"epoch": 1.09,
|
546 |
+
"learning_rate": 0.00026251476230134313,
|
547 |
+
"loss": 1.97,
|
548 |
"step": 180
|
549 |
},
|
550 |
{
|
551 |
"epoch": 1.1,
|
552 |
+
"learning_rate": 0.00025678532166496077,
|
553 |
+
"loss": 2.042,
|
554 |
"step": 182
|
555 |
},
|
556 |
{
|
557 |
"epoch": 1.11,
|
558 |
+
"learning_rate": 0.00025107193351744115,
|
559 |
+
"loss": 2.0033,
|
560 |
"step": 184
|
561 |
},
|
562 |
{
|
563 |
"epoch": 1.13,
|
564 |
+
"learning_rate": 0.0002453767201492457,
|
565 |
+
"loss": 1.9466,
|
566 |
"step": 186
|
567 |
},
|
568 |
{
|
569 |
"epoch": 1.14,
|
570 |
+
"learning_rate": 0.00023970179709964656,
|
571 |
+
"loss": 2.0294,
|
572 |
"step": 188
|
573 |
},
|
574 |
{
|
575 |
"epoch": 1.15,
|
576 |
+
"learning_rate": 0.0002340492723708912,
|
577 |
+
"loss": 2.0002,
|
578 |
"step": 190
|
579 |
},
|
580 |
{
|
581 |
"epoch": 1.16,
|
582 |
+
"learning_rate": 0.00022842124564516548,
|
583 |
+
"loss": 1.9686,
|
584 |
"step": 192
|
585 |
},
|
586 |
{
|
587 |
"epoch": 1.18,
|
588 |
+
"learning_rate": 0.0002228198075046467,
|
589 |
+
"loss": 2.0857,
|
590 |
"step": 194
|
591 |
},
|
592 |
{
|
593 |
"epoch": 1.19,
|
594 |
+
"learning_rate": 0.00021724703865493827,
|
595 |
+
"loss": 2.0111,
|
596 |
"step": 196
|
597 |
},
|
598 |
{
|
599 |
"epoch": 1.2,
|
600 |
+
"learning_rate": 0.00021170500915217283,
|
601 |
+
"loss": 2.0058,
|
602 |
"step": 198
|
603 |
},
|
604 |
{
|
605 |
"epoch": 1.21,
|
606 |
+
"learning_rate": 0.00020619577763407015,
|
607 |
+
"loss": 1.9725,
|
608 |
"step": 200
|
609 |
},
|
610 |
{
|
611 |
"epoch": 1.22,
|
612 |
+
"learning_rate": 0.0002007213905552375,
|
613 |
+
"loss": 2.0542,
|
614 |
"step": 202
|
615 |
},
|
616 |
{
|
617 |
"epoch": 1.24,
|
618 |
+
"learning_rate": 0.0001952838814269958,
|
619 |
+
"loss": 2.0265,
|
620 |
"step": 204
|
621 |
},
|
622 |
{
|
623 |
"epoch": 1.25,
|
624 |
+
"learning_rate": 0.00018988527006201237,
|
625 |
+
"loss": 2.1143,
|
626 |
"step": 206
|
627 |
},
|
628 |
{
|
629 |
"epoch": 1.26,
|
630 |
+
"learning_rate": 0.00018452756182402364,
|
631 |
+
"loss": 1.96,
|
632 |
"step": 208
|
633 |
},
|
634 |
{
|
635 |
"epoch": 1.27,
|
636 |
+
"learning_rate": 0.00017921274688292415,
|
637 |
+
"loss": 2.0181,
|
638 |
"step": 210
|
639 |
},
|
640 |
{
|
641 |
"epoch": 1.28,
|
642 |
+
"learning_rate": 0.00017394279947549948,
|
643 |
+
"loss": 1.9909,
|
644 |
"step": 212
|
645 |
},
|
646 |
{
|
647 |
"epoch": 1.3,
|
648 |
+
"learning_rate": 0.00016871967717207824,
|
649 |
+
"loss": 2.0021,
|
650 |
"step": 214
|
651 |
},
|
652 |
{
|
653 |
"epoch": 1.31,
|
654 |
+
"learning_rate": 0.00016354532014937418,
|
655 |
+
"loss": 1.9598,
|
656 |
"step": 216
|
657 |
},
|
658 |
{
|
659 |
"epoch": 1.32,
|
660 |
+
"learning_rate": 0.00015842165046979042,
|
661 |
+
"loss": 1.9433,
|
662 |
"step": 218
|
663 |
},
|
664 |
{
|
665 |
"epoch": 1.33,
|
666 |
+
"learning_rate": 0.0001533505713674509,
|
667 |
+
"loss": 2.0222,
|
668 |
"step": 220
|
669 |
},
|
670 |
{
|
671 |
"epoch": 1.34,
|
672 |
+
"learning_rate": 0.0001483339665412271,
|
673 |
+
"loss": 1.9898,
|
674 |
"step": 222
|
675 |
},
|
676 |
{
|
677 |
"epoch": 1.36,
|
678 |
+
"learning_rate": 0.00014337369945502084,
|
679 |
+
"loss": 2.0555,
|
680 |
"step": 224
|
681 |
},
|
682 |
{
|
683 |
"epoch": 1.37,
|
684 |
+
"learning_rate": 0.00013847161264556339,
|
685 |
+
"loss": 2.0082,
|
686 |
"step": 226
|
687 |
},
|
688 |
{
|
689 |
"epoch": 1.38,
|
690 |
+
"learning_rate": 0.000133629527037988,
|
691 |
+
"loss": 2.0081,
|
692 |
"step": 228
|
693 |
},
|
694 |
{
|
695 |
"epoch": 1.39,
|
696 |
+
"learning_rate": 0.00012884924126943122,
|
697 |
+
"loss": 2.0028,
|
698 |
"step": 230
|
699 |
},
|
700 |
{
|
701 |
"epoch": 1.4,
|
702 |
+
"learning_rate": 0.00012413253102091197,
|
703 |
+
"loss": 2.0535,
|
704 |
"step": 232
|
705 |
},
|
706 |
{
|
707 |
"epoch": 1.42,
|
708 |
+
"learning_rate": 0.00011948114835773868,
|
709 |
+
"loss": 1.9512,
|
710 |
"step": 234
|
711 |
},
|
712 |
{
|
713 |
"epoch": 1.43,
|
714 |
+
"learning_rate": 0.00011489682107868918,
|
715 |
+
"loss": 1.9141,
|
716 |
"step": 236
|
717 |
},
|
718 |
{
|
719 |
"epoch": 1.44,
|
720 |
+
"learning_rate": 0.00011038125207420298,
|
721 |
+
"loss": 2.0705,
|
722 |
"step": 238
|
723 |
},
|
724 |
{
|
725 |
"epoch": 1.45,
|
726 |
+
"learning_rate": 0.00010593611869382759,
|
727 |
+
"loss": 1.9869,
|
728 |
"step": 240
|
729 |
},
|
730 |
{
|
731 |
"epoch": 1.47,
|
732 |
+
"learning_rate": 0.0001015630721231517,
|
733 |
+
"loss": 1.9448,
|
734 |
"step": 242
|
735 |
},
|
736 |
{
|
737 |
"epoch": 1.48,
|
738 |
+
"learning_rate": 9.7263736770457e-05,
|
739 |
+
"loss": 1.9565,
|
740 |
"step": 244
|
741 |
},
|
742 |
{
|
743 |
"epoch": 1.49,
|
744 |
+
"learning_rate": 9.303970966331645e-05,
|
745 |
+
"loss": 1.9925,
|
746 |
"step": 246
|
747 |
},
|
748 |
{
|
749 |
"epoch": 1.5,
|
750 |
+
"learning_rate": 8.88925598553645e-05,
|
751 |
+
"loss": 1.995,
|
752 |
"step": 248
|
753 |
},
|
754 |
{
|
755 |
"epoch": 1.51,
|
756 |
+
"learning_rate": 8.482382784345695e-05,
|
757 |
+
"loss": 1.9627,
|
758 |
"step": 250
|
759 |
},
|
760 |
{
|
761 |
"epoch": 1.53,
|
762 |
+
"learning_rate": 8.083502499543967e-05,
|
763 |
+
"loss": 2.0096,
|
764 |
"step": 252
|
765 |
},
|
766 |
{
|
767 |
"epoch": 1.54,
|
768 |
+
"learning_rate": 7.692763298873725e-05,
|
769 |
+
"loss": 2.0731,
|
770 |
"step": 254
|
771 |
},
|
772 |
{
|
773 |
"epoch": 1.55,
|
774 |
+
"learning_rate": 7.310310325996986e-05,
|
775 |
+
"loss": 2.0134,
|
776 |
"step": 256
|
777 |
},
|
778 |
{
|
779 |
"epoch": 1.56,
|
780 |
+
"learning_rate": 6.936285646580441e-05,
|
781 |
+
"loss": 2.0516,
|
782 |
"step": 258
|
783 |
},
|
784 |
{
|
785 |
"epoch": 1.57,
|
786 |
+
"learning_rate": 6.570828195523786e-05,
|
787 |
+
"loss": 2.0061,
|
788 |
"step": 260
|
789 |
},
|
790 |
{
|
791 |
"epoch": 1.59,
|
792 |
+
"learning_rate": 6.214073725351162e-05,
|
793 |
+
"loss": 1.9709,
|
794 |
"step": 262
|
795 |
},
|
796 |
{
|
797 |
"epoch": 1.6,
|
798 |
+
"learning_rate": 5.8661547557845534e-05,
|
799 |
+
"loss": 2.03,
|
800 |
"step": 264
|
801 |
},
|
802 |
{
|
803 |
"epoch": 1.61,
|
804 |
+
"learning_rate": 5.5272005245181705e-05,
|
805 |
+
"loss": 1.9751,
|
806 |
"step": 266
|
807 |
},
|
808 |
{
|
809 |
"epoch": 1.62,
|
810 |
+
"learning_rate": 5.197336939211925e-05,
|
811 |
+
"loss": 2.0363,
|
812 |
"step": 268
|
813 |
},
|
814 |
{
|
815 |
"epoch": 1.63,
|
816 |
+
"learning_rate": 4.87668653072184e-05,
|
817 |
+
"loss": 2.0713,
|
818 |
"step": 270
|
819 |
},
|
820 |
{
|
821 |
"epoch": 1.65,
|
822 |
+
"learning_rate": 4.565368407584855e-05,
|
823 |
+
"loss": 2.021,
|
824 |
"step": 272
|
825 |
},
|
826 |
{
|
827 |
"epoch": 1.66,
|
828 |
+
"learning_rate": 4.2634982117748854e-05,
|
829 |
+
"loss": 1.9747,
|
830 |
"step": 274
|
831 |
},
|
832 |
{
|
833 |
"epoch": 1.67,
|
834 |
+
"learning_rate": 3.971188075746535e-05,
|
835 |
+
"loss": 2.0548,
|
836 |
"step": 276
|
837 |
},
|
838 |
{
|
839 |
"epoch": 1.68,
|
840 |
+
"learning_rate": 3.688546580782448e-05,
|
841 |
+
"loss": 1.9953,
|
842 |
"step": 278
|
843 |
},
|
844 |
{
|
845 |
"epoch": 1.69,
|
846 |
+
"learning_rate": 3.415678716659831e-05,
|
847 |
+
"loss": 1.9769,
|
848 |
"step": 280
|
849 |
},
|
850 |
{
|
851 |
"epoch": 1.71,
|
852 |
+
"learning_rate": 3.152685842651004e-05,
|
853 |
+
"loss": 2.0558,
|
854 |
"step": 282
|
855 |
},
|
856 |
{
|
857 |
"epoch": 1.72,
|
858 |
+
"learning_rate": 2.899665649872589e-05,
|
859 |
+
"loss": 2.047,
|
860 |
"step": 284
|
861 |
},
|
862 |
{
|
863 |
"epoch": 1.73,
|
864 |
+
"learning_rate": 2.6567121249972544e-05,
|
865 |
+
"loss": 2.0231,
|
866 |
"step": 286
|
867 |
},
|
868 |
{
|
869 |
"epoch": 1.74,
|
870 |
+
"learning_rate": 2.423915515341467e-05,
|
871 |
+
"loss": 2.0504,
|
872 |
"step": 288
|
873 |
},
|
874 |
{
|
875 |
"epoch": 1.76,
|
876 |
+
"learning_rate": 2.2013622953423405e-05,
|
877 |
+
"loss": 2.0075,
|
878 |
"step": 290
|
879 |
},
|
880 |
{
|
881 |
"epoch": 1.77,
|
882 |
+
"learning_rate": 1.9891351344358853e-05,
|
883 |
+
"loss": 2.0219,
|
884 |
"step": 292
|
885 |
},
|
886 |
{
|
887 |
"epoch": 1.78,
|
888 |
+
"learning_rate": 1.7873128663487047e-05,
|
889 |
+
"loss": 1.9923,
|
890 |
"step": 294
|
891 |
},
|
892 |
{
|
893 |
"epoch": 1.79,
|
894 |
+
"learning_rate": 1.5959704598144628e-05,
|
895 |
+
"loss": 2.0081,
|
896 |
"step": 296
|
897 |
},
|
898 |
{
|
899 |
"epoch": 1.8,
|
900 |
+
"learning_rate": 1.4151789907260846e-05,
|
901 |
+
"loss": 1.9971,
|
902 |
"step": 298
|
903 |
},
|
904 |
{
|
905 |
"epoch": 1.82,
|
906 |
+
"learning_rate": 1.2450056157339439e-05,
|
907 |
+
"loss": 1.9923,
|
908 |
"step": 300
|
909 |
},
|
910 |
{
|
911 |
"epoch": 1.83,
|
912 |
+
"learning_rate": 1.0855135472999155e-05,
|
913 |
+
"loss": 2.003,
|
914 |
"step": 302
|
915 |
},
|
916 |
{
|
917 |
"epoch": 1.84,
|
918 |
+
"learning_rate": 9.36762030216538e-06,
|
919 |
+
"loss": 2.0014,
|
920 |
"step": 304
|
921 |
},
|
922 |
{
|
923 |
"epoch": 1.85,
|
924 |
+
"learning_rate": 7.988063195999639e-06,
|
925 |
+
"loss": 2.0675,
|
926 |
"step": 306
|
927 |
},
|
928 |
{
|
929 |
"epoch": 1.86,
|
930 |
+
"learning_rate": 6.716976603649782e-06,
|
931 |
+
"loss": 1.9773,
|
932 |
"step": 308
|
933 |
},
|
934 |
{
|
935 |
"epoch": 1.88,
|
936 |
+
"learning_rate": 5.554832681895582e-06,
|
937 |
+
"loss": 1.997,
|
938 |
"step": 310
|
939 |
},
|
940 |
{
|
941 |
"epoch": 1.89,
|
942 |
+
"learning_rate": 4.5020631197623e-06,
|
943 |
+
"loss": 2.0323,
|
944 |
"step": 312
|
945 |
},
|
946 |
{
|
947 |
"epoch": 1.9,
|
948 |
+
"learning_rate": 3.559058978165319e-06,
|
949 |
+
"loss": 2.0221,
|
950 |
"step": 314
|
951 |
},
|
952 |
{
|
953 |
"epoch": 1.91,
|
954 |
+
"learning_rate": 2.7261705446473103e-06,
|
955 |
+
"loss": 1.9734,
|
956 |
"step": 316
|
957 |
},
|
958 |
{
|
959 |
"epoch": 1.92,
|
960 |
+
"learning_rate": 2.003707203260585e-06,
|
961 |
+
"loss": 1.9529,
|
962 |
"step": 318
|
963 |
},
|
964 |
{
|
965 |
"epoch": 1.94,
|
966 |
+
"learning_rate": 1.3919373196436213e-06,
|
967 |
+
"loss": 1.982,
|
968 |
"step": 320
|
969 |
},
|
970 |
{
|
971 |
"epoch": 1.95,
|
972 |
+
"learning_rate": 8.910881413340398e-07,
|
973 |
+
"loss": 2.0501,
|
974 |
"step": 322
|
975 |
},
|
976 |
{
|
977 |
"epoch": 1.96,
|
978 |
+
"learning_rate": 5.013457133556276e-07,
|
979 |
+
"loss": 2.0041,
|
980 |
"step": 324
|
981 |
},
|
982 |
{
|
983 |
"epoch": 1.97,
|
984 |
+
"learning_rate": 2.2285480911008457e-07,
|
985 |
+
"loss": 1.983,
|
986 |
"step": 326
|
987 |
},
|
988 |
{
|
989 |
"epoch": 1.99,
|
990 |
+
"learning_rate": 5.5718876599541995e-08,
|
991 |
+
"loss": 2.0002,
|
992 |
"step": 328
|
993 |
},
|
994 |
{
|
995 |
"epoch": 2.0,
|
996 |
"learning_rate": 0.0,
|
997 |
+
"loss": 2.0595,
|
998 |
"step": 330
|
999 |
},
|
1000 |
{
|
1001 |
"epoch": 2.0,
|
1002 |
"step": 330,
|
1003 |
+
"total_flos": 4.634629372945367e+17,
|
1004 |
+
"train_loss": 2.053801321260857,
|
1005 |
+
"train_runtime": 80029.5559,
|
1006 |
"train_samples_per_second": 0.265,
|
1007 |
"train_steps_per_second": 0.004
|
1008 |
}
|
1009 |
],
|
1010 |
"max_steps": 330,
|
1011 |
"num_train_epochs": 2,
|
1012 |
+
"total_flos": 4.634629372945367e+17,
|
1013 |
"trial_name": null,
|
1014 |
"trial_params": null
|
1015 |
}
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4527
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9abaea40950d2b896d2f741ace2caf6e83894992e5b5e580309396bb46b7b92c
|
3 |
size 4527
|