Model save
Browse files- README.md +66 -0
- all_results.json +9 -0
- generation_config.json +11 -0
- model-00001-of-00006.safetensors +3 -0
- model-00002-of-00006.safetensors +3 -0
- model-00003-of-00006.safetensors +3 -0
- model-00004-of-00006.safetensors +3 -0
- model-00005-of-00006.safetensors +3 -0
- model-00006-of-00006.safetensors +3 -0
- model.safetensors.index.json +330 -0
- train_results.json +9 -0
- trainer_state.json +1828 -0
README.md
ADDED
@@ -0,0 +1,66 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: kevin1010607/llama2-7b-mod
|
3 |
+
tags:
|
4 |
+
- trl
|
5 |
+
- sft
|
6 |
+
- generated_from_trainer
|
7 |
+
datasets:
|
8 |
+
- generator
|
9 |
+
model-index:
|
10 |
+
- name: llama2-7b-mod-sft-full
|
11 |
+
results: []
|
12 |
+
---
|
13 |
+
|
14 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
15 |
+
should probably proofread and complete it, then remove this comment. -->
|
16 |
+
|
17 |
+
# llama2-7b-mod-sft-full
|
18 |
+
|
19 |
+
This model is a fine-tuned version of [kevin1010607/llama2-7b-mod](https://huggingface.co/kevin1010607/llama2-7b-mod) on the generator dataset.
|
20 |
+
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 1.5823
|
22 |
+
|
23 |
+
## Model description
|
24 |
+
|
25 |
+
More information needed
|
26 |
+
|
27 |
+
## Intended uses & limitations
|
28 |
+
|
29 |
+
More information needed
|
30 |
+
|
31 |
+
## Training and evaluation data
|
32 |
+
|
33 |
+
More information needed
|
34 |
+
|
35 |
+
## Training procedure
|
36 |
+
|
37 |
+
### Training hyperparameters
|
38 |
+
|
39 |
+
The following hyperparameters were used during training:
|
40 |
+
- learning_rate: 2e-05
|
41 |
+
- train_batch_size: 1
|
42 |
+
- eval_batch_size: 1
|
43 |
+
- seed: 42
|
44 |
+
- distributed_type: multi-GPU
|
45 |
+
- num_devices: 8
|
46 |
+
- gradient_accumulation_steps: 8
|
47 |
+
- total_train_batch_size: 64
|
48 |
+
- total_eval_batch_size: 8
|
49 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
50 |
+
- lr_scheduler_type: cosine
|
51 |
+
- lr_scheduler_warmup_ratio: 0.1
|
52 |
+
- num_epochs: 1
|
53 |
+
|
54 |
+
### Training results
|
55 |
+
|
56 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
57 |
+
|:-------------:|:------:|:----:|:---------------:|
|
58 |
+
| 1.6055 | 0.9971 | 254 | 1.5823 |
|
59 |
+
|
60 |
+
|
61 |
+
### Framework versions
|
62 |
+
|
63 |
+
- Transformers 4.41.2
|
64 |
+
- Pytorch 2.3.0a0+ebedce2
|
65 |
+
- Datasets 2.19.2
|
66 |
+
- Tokenizers 0.19.1
|
all_results.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 0.9970559371933267,
|
3 |
+
"total_flos": 66244072439808.0,
|
4 |
+
"train_loss": 2.2374156319250273,
|
5 |
+
"train_runtime": 15313.1311,
|
6 |
+
"train_samples": 61134,
|
7 |
+
"train_samples_per_second": 1.065,
|
8 |
+
"train_steps_per_second": 0.017
|
9 |
+
}
|
generation_config.json
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token_id": 1,
|
3 |
+
"do_sample": true,
|
4 |
+
"eos_token_id": 2,
|
5 |
+
"max_length": 4096,
|
6 |
+
"pad_token_id": 0,
|
7 |
+
"temperature": 0.6,
|
8 |
+
"top_p": 0.9,
|
9 |
+
"transformers_version": "4.41.2",
|
10 |
+
"use_cache": false
|
11 |
+
}
|
model-00001-of-00006.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9c54bcdaf1f19fbaae4f364e6e6709c5164648350fa12516711d90cba8d5ada9
|
3 |
+
size 4840446412
|
model-00002-of-00006.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bca4ea92fc0994240d15bc6d2eead73159677ae19553af06019195d01590c181
|
3 |
+
size 4857256884
|
model-00003-of-00006.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e15377131dd2f15aec58c7fa6d6dc23d1d1f753c8cc48d61fb7d567f480d7911
|
3 |
+
size 4857256932
|
model-00004-of-00006.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c219e7ca386199ea77dd0f07411277649e732981b888eb1d0d8e456bea358725
|
3 |
+
size 4857256932
|
model-00005-of-00006.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:00d05827f6210a1fd1f62efe15345d733befe6e09723e7859d9376ca347a8133
|
3 |
+
size 4857256932
|
model-00006-of-00006.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ad93c58c1c198229e3f313030f60ccf249e2344a35698a8155d2b1ac9d984e0f
|
3 |
+
size 2684488820
|
model.safetensors.index.json
ADDED
@@ -0,0 +1,330 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"metadata": {
|
3 |
+
"total_size": 26953924672
|
4 |
+
},
|
5 |
+
"weight_map": {
|
6 |
+
"lm_head.weight": "model-00006-of-00006.safetensors",
|
7 |
+
"model.embed_tokens.weight": "model-00001-of-00006.safetensors",
|
8 |
+
"model.layers.0.input_layernorm.weight": "model-00001-of-00006.safetensors",
|
9 |
+
"model.layers.0.mlp.down_proj.weight": "model-00001-of-00006.safetensors",
|
10 |
+
"model.layers.0.mlp.gate_proj.weight": "model-00001-of-00006.safetensors",
|
11 |
+
"model.layers.0.mlp.up_proj.weight": "model-00001-of-00006.safetensors",
|
12 |
+
"model.layers.0.post_attention_layernorm.weight": "model-00001-of-00006.safetensors",
|
13 |
+
"model.layers.0.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
|
14 |
+
"model.layers.0.self_attn.o_proj.weight": "model-00001-of-00006.safetensors",
|
15 |
+
"model.layers.0.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
|
16 |
+
"model.layers.0.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
|
17 |
+
"model.layers.1.block.input_layernorm.weight": "model-00001-of-00006.safetensors",
|
18 |
+
"model.layers.1.block.mlp.down_proj.weight": "model-00001-of-00006.safetensors",
|
19 |
+
"model.layers.1.block.mlp.gate_proj.weight": "model-00001-of-00006.safetensors",
|
20 |
+
"model.layers.1.block.mlp.up_proj.weight": "model-00001-of-00006.safetensors",
|
21 |
+
"model.layers.1.block.post_attention_layernorm.weight": "model-00001-of-00006.safetensors",
|
22 |
+
"model.layers.1.block.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
|
23 |
+
"model.layers.1.block.self_attn.o_proj.weight": "model-00001-of-00006.safetensors",
|
24 |
+
"model.layers.1.block.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
|
25 |
+
"model.layers.1.block.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
|
26 |
+
"model.layers.1.router.weight_predictor.bias": "model-00001-of-00006.safetensors",
|
27 |
+
"model.layers.1.router.weight_predictor.weight": "model-00001-of-00006.safetensors",
|
28 |
+
"model.layers.10.input_layernorm.weight": "model-00002-of-00006.safetensors",
|
29 |
+
"model.layers.10.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
30 |
+
"model.layers.10.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
31 |
+
"model.layers.10.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
32 |
+
"model.layers.10.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
|
33 |
+
"model.layers.10.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
34 |
+
"model.layers.10.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
35 |
+
"model.layers.10.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
36 |
+
"model.layers.10.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
37 |
+
"model.layers.11.block.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
38 |
+
"model.layers.11.block.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
39 |
+
"model.layers.11.block.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
40 |
+
"model.layers.11.block.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
41 |
+
"model.layers.11.block.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
42 |
+
"model.layers.11.block.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
43 |
+
"model.layers.11.block.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
44 |
+
"model.layers.11.block.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
45 |
+
"model.layers.11.block.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
46 |
+
"model.layers.11.router.weight_predictor.bias": "model-00002-of-00006.safetensors",
|
47 |
+
"model.layers.11.router.weight_predictor.weight": "model-00002-of-00006.safetensors",
|
48 |
+
"model.layers.12.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
49 |
+
"model.layers.12.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
50 |
+
"model.layers.12.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
51 |
+
"model.layers.12.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
52 |
+
"model.layers.12.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
53 |
+
"model.layers.12.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
54 |
+
"model.layers.12.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
55 |
+
"model.layers.12.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
56 |
+
"model.layers.12.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
57 |
+
"model.layers.13.block.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
58 |
+
"model.layers.13.block.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
59 |
+
"model.layers.13.block.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
60 |
+
"model.layers.13.block.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
61 |
+
"model.layers.13.block.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
62 |
+
"model.layers.13.block.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
63 |
+
"model.layers.13.block.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
64 |
+
"model.layers.13.block.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
65 |
+
"model.layers.13.block.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
66 |
+
"model.layers.13.router.weight_predictor.bias": "model-00003-of-00006.safetensors",
|
67 |
+
"model.layers.13.router.weight_predictor.weight": "model-00003-of-00006.safetensors",
|
68 |
+
"model.layers.14.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
69 |
+
"model.layers.14.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
70 |
+
"model.layers.14.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
71 |
+
"model.layers.14.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
72 |
+
"model.layers.14.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
73 |
+
"model.layers.14.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
74 |
+
"model.layers.14.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
75 |
+
"model.layers.14.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
76 |
+
"model.layers.14.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
77 |
+
"model.layers.15.block.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
78 |
+
"model.layers.15.block.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
79 |
+
"model.layers.15.block.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
80 |
+
"model.layers.15.block.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
81 |
+
"model.layers.15.block.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
82 |
+
"model.layers.15.block.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
83 |
+
"model.layers.15.block.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
84 |
+
"model.layers.15.block.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
85 |
+
"model.layers.15.block.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
86 |
+
"model.layers.15.router.weight_predictor.bias": "model-00003-of-00006.safetensors",
|
87 |
+
"model.layers.15.router.weight_predictor.weight": "model-00003-of-00006.safetensors",
|
88 |
+
"model.layers.16.input_layernorm.weight": "model-00003-of-00006.safetensors",
|
89 |
+
"model.layers.16.mlp.down_proj.weight": "model-00003-of-00006.safetensors",
|
90 |
+
"model.layers.16.mlp.gate_proj.weight": "model-00003-of-00006.safetensors",
|
91 |
+
"model.layers.16.mlp.up_proj.weight": "model-00003-of-00006.safetensors",
|
92 |
+
"model.layers.16.post_attention_layernorm.weight": "model-00003-of-00006.safetensors",
|
93 |
+
"model.layers.16.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
94 |
+
"model.layers.16.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
95 |
+
"model.layers.16.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
96 |
+
"model.layers.16.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
97 |
+
"model.layers.17.block.input_layernorm.weight": "model-00004-of-00006.safetensors",
|
98 |
+
"model.layers.17.block.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
99 |
+
"model.layers.17.block.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
100 |
+
"model.layers.17.block.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
101 |
+
"model.layers.17.block.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
|
102 |
+
"model.layers.17.block.self_attn.k_proj.weight": "model-00003-of-00006.safetensors",
|
103 |
+
"model.layers.17.block.self_attn.o_proj.weight": "model-00003-of-00006.safetensors",
|
104 |
+
"model.layers.17.block.self_attn.q_proj.weight": "model-00003-of-00006.safetensors",
|
105 |
+
"model.layers.17.block.self_attn.v_proj.weight": "model-00003-of-00006.safetensors",
|
106 |
+
"model.layers.17.router.weight_predictor.bias": "model-00003-of-00006.safetensors",
|
107 |
+
"model.layers.17.router.weight_predictor.weight": "model-00003-of-00006.safetensors",
|
108 |
+
"model.layers.18.input_layernorm.weight": "model-00004-of-00006.safetensors",
|
109 |
+
"model.layers.18.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
110 |
+
"model.layers.18.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
111 |
+
"model.layers.18.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
112 |
+
"model.layers.18.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
|
113 |
+
"model.layers.18.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
114 |
+
"model.layers.18.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
115 |
+
"model.layers.18.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
116 |
+
"model.layers.18.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
117 |
+
"model.layers.19.block.input_layernorm.weight": "model-00004-of-00006.safetensors",
|
118 |
+
"model.layers.19.block.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
119 |
+
"model.layers.19.block.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
120 |
+
"model.layers.19.block.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
121 |
+
"model.layers.19.block.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
|
122 |
+
"model.layers.19.block.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
123 |
+
"model.layers.19.block.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
124 |
+
"model.layers.19.block.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
125 |
+
"model.layers.19.block.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
126 |
+
"model.layers.19.router.weight_predictor.bias": "model-00004-of-00006.safetensors",
|
127 |
+
"model.layers.19.router.weight_predictor.weight": "model-00004-of-00006.safetensors",
|
128 |
+
"model.layers.2.input_layernorm.weight": "model-00001-of-00006.safetensors",
|
129 |
+
"model.layers.2.mlp.down_proj.weight": "model-00001-of-00006.safetensors",
|
130 |
+
"model.layers.2.mlp.gate_proj.weight": "model-00001-of-00006.safetensors",
|
131 |
+
"model.layers.2.mlp.up_proj.weight": "model-00001-of-00006.safetensors",
|
132 |
+
"model.layers.2.post_attention_layernorm.weight": "model-00001-of-00006.safetensors",
|
133 |
+
"model.layers.2.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
|
134 |
+
"model.layers.2.self_attn.o_proj.weight": "model-00001-of-00006.safetensors",
|
135 |
+
"model.layers.2.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
|
136 |
+
"model.layers.2.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
|
137 |
+
"model.layers.20.input_layernorm.weight": "model-00004-of-00006.safetensors",
|
138 |
+
"model.layers.20.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
139 |
+
"model.layers.20.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
140 |
+
"model.layers.20.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
141 |
+
"model.layers.20.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
|
142 |
+
"model.layers.20.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
143 |
+
"model.layers.20.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
144 |
+
"model.layers.20.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
145 |
+
"model.layers.20.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
146 |
+
"model.layers.21.block.input_layernorm.weight": "model-00004-of-00006.safetensors",
|
147 |
+
"model.layers.21.block.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
148 |
+
"model.layers.21.block.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
149 |
+
"model.layers.21.block.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
150 |
+
"model.layers.21.block.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
|
151 |
+
"model.layers.21.block.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
152 |
+
"model.layers.21.block.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
153 |
+
"model.layers.21.block.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
154 |
+
"model.layers.21.block.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
155 |
+
"model.layers.21.router.weight_predictor.bias": "model-00004-of-00006.safetensors",
|
156 |
+
"model.layers.21.router.weight_predictor.weight": "model-00004-of-00006.safetensors",
|
157 |
+
"model.layers.22.input_layernorm.weight": "model-00004-of-00006.safetensors",
|
158 |
+
"model.layers.22.mlp.down_proj.weight": "model-00004-of-00006.safetensors",
|
159 |
+
"model.layers.22.mlp.gate_proj.weight": "model-00004-of-00006.safetensors",
|
160 |
+
"model.layers.22.mlp.up_proj.weight": "model-00004-of-00006.safetensors",
|
161 |
+
"model.layers.22.post_attention_layernorm.weight": "model-00004-of-00006.safetensors",
|
162 |
+
"model.layers.22.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
163 |
+
"model.layers.22.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
164 |
+
"model.layers.22.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
165 |
+
"model.layers.22.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
166 |
+
"model.layers.23.block.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
167 |
+
"model.layers.23.block.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
168 |
+
"model.layers.23.block.mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
169 |
+
"model.layers.23.block.mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
170 |
+
"model.layers.23.block.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
171 |
+
"model.layers.23.block.self_attn.k_proj.weight": "model-00004-of-00006.safetensors",
|
172 |
+
"model.layers.23.block.self_attn.o_proj.weight": "model-00004-of-00006.safetensors",
|
173 |
+
"model.layers.23.block.self_attn.q_proj.weight": "model-00004-of-00006.safetensors",
|
174 |
+
"model.layers.23.block.self_attn.v_proj.weight": "model-00004-of-00006.safetensors",
|
175 |
+
"model.layers.23.router.weight_predictor.bias": "model-00004-of-00006.safetensors",
|
176 |
+
"model.layers.23.router.weight_predictor.weight": "model-00004-of-00006.safetensors",
|
177 |
+
"model.layers.24.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
178 |
+
"model.layers.24.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
179 |
+
"model.layers.24.mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
180 |
+
"model.layers.24.mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
181 |
+
"model.layers.24.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
182 |
+
"model.layers.24.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
183 |
+
"model.layers.24.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
184 |
+
"model.layers.24.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
185 |
+
"model.layers.24.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
186 |
+
"model.layers.25.block.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
187 |
+
"model.layers.25.block.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
188 |
+
"model.layers.25.block.mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
189 |
+
"model.layers.25.block.mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
190 |
+
"model.layers.25.block.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
191 |
+
"model.layers.25.block.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
192 |
+
"model.layers.25.block.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
193 |
+
"model.layers.25.block.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
194 |
+
"model.layers.25.block.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
195 |
+
"model.layers.25.router.weight_predictor.bias": "model-00005-of-00006.safetensors",
|
196 |
+
"model.layers.25.router.weight_predictor.weight": "model-00005-of-00006.safetensors",
|
197 |
+
"model.layers.26.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
198 |
+
"model.layers.26.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
199 |
+
"model.layers.26.mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
200 |
+
"model.layers.26.mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
201 |
+
"model.layers.26.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
202 |
+
"model.layers.26.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
203 |
+
"model.layers.26.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
204 |
+
"model.layers.26.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
205 |
+
"model.layers.26.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
206 |
+
"model.layers.27.block.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
207 |
+
"model.layers.27.block.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
208 |
+
"model.layers.27.block.mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
209 |
+
"model.layers.27.block.mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
210 |
+
"model.layers.27.block.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
211 |
+
"model.layers.27.block.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
212 |
+
"model.layers.27.block.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
213 |
+
"model.layers.27.block.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
214 |
+
"model.layers.27.block.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
215 |
+
"model.layers.27.router.weight_predictor.bias": "model-00005-of-00006.safetensors",
|
216 |
+
"model.layers.27.router.weight_predictor.weight": "model-00005-of-00006.safetensors",
|
217 |
+
"model.layers.28.input_layernorm.weight": "model-00005-of-00006.safetensors",
|
218 |
+
"model.layers.28.mlp.down_proj.weight": "model-00005-of-00006.safetensors",
|
219 |
+
"model.layers.28.mlp.gate_proj.weight": "model-00005-of-00006.safetensors",
|
220 |
+
"model.layers.28.mlp.up_proj.weight": "model-00005-of-00006.safetensors",
|
221 |
+
"model.layers.28.post_attention_layernorm.weight": "model-00005-of-00006.safetensors",
|
222 |
+
"model.layers.28.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
223 |
+
"model.layers.28.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
224 |
+
"model.layers.28.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
225 |
+
"model.layers.28.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
226 |
+
"model.layers.29.block.input_layernorm.weight": "model-00006-of-00006.safetensors",
|
227 |
+
"model.layers.29.block.mlp.down_proj.weight": "model-00006-of-00006.safetensors",
|
228 |
+
"model.layers.29.block.mlp.gate_proj.weight": "model-00006-of-00006.safetensors",
|
229 |
+
"model.layers.29.block.mlp.up_proj.weight": "model-00006-of-00006.safetensors",
|
230 |
+
"model.layers.29.block.post_attention_layernorm.weight": "model-00006-of-00006.safetensors",
|
231 |
+
"model.layers.29.block.self_attn.k_proj.weight": "model-00005-of-00006.safetensors",
|
232 |
+
"model.layers.29.block.self_attn.o_proj.weight": "model-00005-of-00006.safetensors",
|
233 |
+
"model.layers.29.block.self_attn.q_proj.weight": "model-00005-of-00006.safetensors",
|
234 |
+
"model.layers.29.block.self_attn.v_proj.weight": "model-00005-of-00006.safetensors",
|
235 |
+
"model.layers.29.router.weight_predictor.bias": "model-00005-of-00006.safetensors",
|
236 |
+
"model.layers.29.router.weight_predictor.weight": "model-00005-of-00006.safetensors",
|
237 |
+
"model.layers.3.block.input_layernorm.weight": "model-00001-of-00006.safetensors",
|
238 |
+
"model.layers.3.block.mlp.down_proj.weight": "model-00001-of-00006.safetensors",
|
239 |
+
"model.layers.3.block.mlp.gate_proj.weight": "model-00001-of-00006.safetensors",
|
240 |
+
"model.layers.3.block.mlp.up_proj.weight": "model-00001-of-00006.safetensors",
|
241 |
+
"model.layers.3.block.post_attention_layernorm.weight": "model-00001-of-00006.safetensors",
|
242 |
+
"model.layers.3.block.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
|
243 |
+
"model.layers.3.block.self_attn.o_proj.weight": "model-00001-of-00006.safetensors",
|
244 |
+
"model.layers.3.block.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
|
245 |
+
"model.layers.3.block.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
|
246 |
+
"model.layers.3.router.weight_predictor.bias": "model-00001-of-00006.safetensors",
|
247 |
+
"model.layers.3.router.weight_predictor.weight": "model-00001-of-00006.safetensors",
|
248 |
+
"model.layers.30.input_layernorm.weight": "model-00006-of-00006.safetensors",
|
249 |
+
"model.layers.30.mlp.down_proj.weight": "model-00006-of-00006.safetensors",
|
250 |
+
"model.layers.30.mlp.gate_proj.weight": "model-00006-of-00006.safetensors",
|
251 |
+
"model.layers.30.mlp.up_proj.weight": "model-00006-of-00006.safetensors",
|
252 |
+
"model.layers.30.post_attention_layernorm.weight": "model-00006-of-00006.safetensors",
|
253 |
+
"model.layers.30.self_attn.k_proj.weight": "model-00006-of-00006.safetensors",
|
254 |
+
"model.layers.30.self_attn.o_proj.weight": "model-00006-of-00006.safetensors",
|
255 |
+
"model.layers.30.self_attn.q_proj.weight": "model-00006-of-00006.safetensors",
|
256 |
+
"model.layers.30.self_attn.v_proj.weight": "model-00006-of-00006.safetensors",
|
257 |
+
"model.layers.31.block.input_layernorm.weight": "model-00006-of-00006.safetensors",
|
258 |
+
"model.layers.31.block.mlp.down_proj.weight": "model-00006-of-00006.safetensors",
|
259 |
+
"model.layers.31.block.mlp.gate_proj.weight": "model-00006-of-00006.safetensors",
|
260 |
+
"model.layers.31.block.mlp.up_proj.weight": "model-00006-of-00006.safetensors",
|
261 |
+
"model.layers.31.block.post_attention_layernorm.weight": "model-00006-of-00006.safetensors",
|
262 |
+
"model.layers.31.block.self_attn.k_proj.weight": "model-00006-of-00006.safetensors",
|
263 |
+
"model.layers.31.block.self_attn.o_proj.weight": "model-00006-of-00006.safetensors",
|
264 |
+
"model.layers.31.block.self_attn.q_proj.weight": "model-00006-of-00006.safetensors",
|
265 |
+
"model.layers.31.block.self_attn.v_proj.weight": "model-00006-of-00006.safetensors",
|
266 |
+
"model.layers.31.router.weight_predictor.bias": "model-00006-of-00006.safetensors",
|
267 |
+
"model.layers.31.router.weight_predictor.weight": "model-00006-of-00006.safetensors",
|
268 |
+
"model.layers.4.input_layernorm.weight": "model-00001-of-00006.safetensors",
|
269 |
+
"model.layers.4.mlp.down_proj.weight": "model-00001-of-00006.safetensors",
|
270 |
+
"model.layers.4.mlp.gate_proj.weight": "model-00001-of-00006.safetensors",
|
271 |
+
"model.layers.4.mlp.up_proj.weight": "model-00001-of-00006.safetensors",
|
272 |
+
"model.layers.4.post_attention_layernorm.weight": "model-00001-of-00006.safetensors",
|
273 |
+
"model.layers.4.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
|
274 |
+
"model.layers.4.self_attn.o_proj.weight": "model-00001-of-00006.safetensors",
|
275 |
+
"model.layers.4.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
|
276 |
+
"model.layers.4.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
|
277 |
+
"model.layers.5.block.input_layernorm.weight": "model-00002-of-00006.safetensors",
|
278 |
+
"model.layers.5.block.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
279 |
+
"model.layers.5.block.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
280 |
+
"model.layers.5.block.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
281 |
+
"model.layers.5.block.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
|
282 |
+
"model.layers.5.block.self_attn.k_proj.weight": "model-00001-of-00006.safetensors",
|
283 |
+
"model.layers.5.block.self_attn.o_proj.weight": "model-00001-of-00006.safetensors",
|
284 |
+
"model.layers.5.block.self_attn.q_proj.weight": "model-00001-of-00006.safetensors",
|
285 |
+
"model.layers.5.block.self_attn.v_proj.weight": "model-00001-of-00006.safetensors",
|
286 |
+
"model.layers.5.router.weight_predictor.bias": "model-00001-of-00006.safetensors",
|
287 |
+
"model.layers.5.router.weight_predictor.weight": "model-00001-of-00006.safetensors",
|
288 |
+
"model.layers.6.input_layernorm.weight": "model-00002-of-00006.safetensors",
|
289 |
+
"model.layers.6.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
290 |
+
"model.layers.6.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
291 |
+
"model.layers.6.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
292 |
+
"model.layers.6.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
|
293 |
+
"model.layers.6.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
294 |
+
"model.layers.6.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
295 |
+
"model.layers.6.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
296 |
+
"model.layers.6.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
297 |
+
"model.layers.7.block.input_layernorm.weight": "model-00002-of-00006.safetensors",
|
298 |
+
"model.layers.7.block.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
299 |
+
"model.layers.7.block.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
300 |
+
"model.layers.7.block.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
301 |
+
"model.layers.7.block.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
|
302 |
+
"model.layers.7.block.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
303 |
+
"model.layers.7.block.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
304 |
+
"model.layers.7.block.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
305 |
+
"model.layers.7.block.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
306 |
+
"model.layers.7.router.weight_predictor.bias": "model-00002-of-00006.safetensors",
|
307 |
+
"model.layers.7.router.weight_predictor.weight": "model-00002-of-00006.safetensors",
|
308 |
+
"model.layers.8.input_layernorm.weight": "model-00002-of-00006.safetensors",
|
309 |
+
"model.layers.8.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
310 |
+
"model.layers.8.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
311 |
+
"model.layers.8.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
312 |
+
"model.layers.8.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
|
313 |
+
"model.layers.8.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
314 |
+
"model.layers.8.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
315 |
+
"model.layers.8.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
316 |
+
"model.layers.8.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
317 |
+
"model.layers.9.block.input_layernorm.weight": "model-00002-of-00006.safetensors",
|
318 |
+
"model.layers.9.block.mlp.down_proj.weight": "model-00002-of-00006.safetensors",
|
319 |
+
"model.layers.9.block.mlp.gate_proj.weight": "model-00002-of-00006.safetensors",
|
320 |
+
"model.layers.9.block.mlp.up_proj.weight": "model-00002-of-00006.safetensors",
|
321 |
+
"model.layers.9.block.post_attention_layernorm.weight": "model-00002-of-00006.safetensors",
|
322 |
+
"model.layers.9.block.self_attn.k_proj.weight": "model-00002-of-00006.safetensors",
|
323 |
+
"model.layers.9.block.self_attn.o_proj.weight": "model-00002-of-00006.safetensors",
|
324 |
+
"model.layers.9.block.self_attn.q_proj.weight": "model-00002-of-00006.safetensors",
|
325 |
+
"model.layers.9.block.self_attn.v_proj.weight": "model-00002-of-00006.safetensors",
|
326 |
+
"model.layers.9.router.weight_predictor.bias": "model-00002-of-00006.safetensors",
|
327 |
+
"model.layers.9.router.weight_predictor.weight": "model-00002-of-00006.safetensors",
|
328 |
+
"model.norm.weight": "model-00006-of-00006.safetensors"
|
329 |
+
}
|
330 |
+
}
|
train_results.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 0.9970559371933267,
|
3 |
+
"total_flos": 66244072439808.0,
|
4 |
+
"train_loss": 2.2374156319250273,
|
5 |
+
"train_runtime": 15313.1311,
|
6 |
+
"train_samples": 61134,
|
7 |
+
"train_samples_per_second": 1.065,
|
8 |
+
"train_steps_per_second": 0.017
|
9 |
+
}
|
trainer_state.json
ADDED
@@ -0,0 +1,1828 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 0.9970559371933267,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 254,
|
7 |
+
"is_hyper_param_search": false,
|
8 |
+
"is_local_process_zero": true,
|
9 |
+
"is_world_process_zero": true,
|
10 |
+
"log_history": [
|
11 |
+
{
|
12 |
+
"epoch": 0.003925417075564278,
|
13 |
+
"grad_norm": 116.9738323646099,
|
14 |
+
"learning_rate": 7.692307692307694e-07,
|
15 |
+
"loss": 9.3997,
|
16 |
+
"step": 1
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.007850834151128557,
|
20 |
+
"grad_norm": 123.91257504333558,
|
21 |
+
"learning_rate": 1.5384615384615387e-06,
|
22 |
+
"loss": 9.3549,
|
23 |
+
"step": 2
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 0.011776251226692836,
|
27 |
+
"grad_norm": 48.57135571075974,
|
28 |
+
"learning_rate": 2.307692307692308e-06,
|
29 |
+
"loss": 9.0614,
|
30 |
+
"step": 3
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"epoch": 0.015701668302257114,
|
34 |
+
"grad_norm": 58.59648343522018,
|
35 |
+
"learning_rate": 3.0769230769230774e-06,
|
36 |
+
"loss": 8.8509,
|
37 |
+
"step": 4
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"epoch": 0.019627085377821395,
|
41 |
+
"grad_norm": 50.91025788096803,
|
42 |
+
"learning_rate": 3.846153846153847e-06,
|
43 |
+
"loss": 8.636,
|
44 |
+
"step": 5
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 0.023552502453385672,
|
48 |
+
"grad_norm": 44.45780070375837,
|
49 |
+
"learning_rate": 4.615384615384616e-06,
|
50 |
+
"loss": 8.3173,
|
51 |
+
"step": 6
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 0.02747791952894995,
|
55 |
+
"grad_norm": 42.84702479489111,
|
56 |
+
"learning_rate": 5.384615384615385e-06,
|
57 |
+
"loss": 7.8859,
|
58 |
+
"step": 7
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"epoch": 0.03140333660451423,
|
62 |
+
"grad_norm": 42.34819567131082,
|
63 |
+
"learning_rate": 6.153846153846155e-06,
|
64 |
+
"loss": 7.5329,
|
65 |
+
"step": 8
|
66 |
+
},
|
67 |
+
{
|
68 |
+
"epoch": 0.03532875368007851,
|
69 |
+
"grad_norm": 39.50937586543066,
|
70 |
+
"learning_rate": 6.923076923076923e-06,
|
71 |
+
"loss": 6.857,
|
72 |
+
"step": 9
|
73 |
+
},
|
74 |
+
{
|
75 |
+
"epoch": 0.03925417075564279,
|
76 |
+
"grad_norm": 34.115530165648025,
|
77 |
+
"learning_rate": 7.692307692307694e-06,
|
78 |
+
"loss": 6.5921,
|
79 |
+
"step": 10
|
80 |
+
},
|
81 |
+
{
|
82 |
+
"epoch": 0.04317958783120707,
|
83 |
+
"grad_norm": 29.69677549924329,
|
84 |
+
"learning_rate": 8.461538461538462e-06,
|
85 |
+
"loss": 6.0138,
|
86 |
+
"step": 11
|
87 |
+
},
|
88 |
+
{
|
89 |
+
"epoch": 0.047105004906771344,
|
90 |
+
"grad_norm": 23.64207176396817,
|
91 |
+
"learning_rate": 9.230769230769232e-06,
|
92 |
+
"loss": 5.6403,
|
93 |
+
"step": 12
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"epoch": 0.05103042198233562,
|
97 |
+
"grad_norm": 22.631328757859926,
|
98 |
+
"learning_rate": 1e-05,
|
99 |
+
"loss": 5.314,
|
100 |
+
"step": 13
|
101 |
+
},
|
102 |
+
{
|
103 |
+
"epoch": 0.0549558390578999,
|
104 |
+
"grad_norm": 37.01468512712713,
|
105 |
+
"learning_rate": 1.076923076923077e-05,
|
106 |
+
"loss": 5.1368,
|
107 |
+
"step": 14
|
108 |
+
},
|
109 |
+
{
|
110 |
+
"epoch": 0.058881256133464184,
|
111 |
+
"grad_norm": 14.98399004019133,
|
112 |
+
"learning_rate": 1.1538461538461538e-05,
|
113 |
+
"loss": 4.9973,
|
114 |
+
"step": 15
|
115 |
+
},
|
116 |
+
{
|
117 |
+
"epoch": 0.06280667320902845,
|
118 |
+
"grad_norm": 24.12417626781245,
|
119 |
+
"learning_rate": 1.230769230769231e-05,
|
120 |
+
"loss": 4.5107,
|
121 |
+
"step": 16
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"epoch": 0.06673209028459273,
|
125 |
+
"grad_norm": 22.007146508271816,
|
126 |
+
"learning_rate": 1.3076923076923078e-05,
|
127 |
+
"loss": 4.7359,
|
128 |
+
"step": 17
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"epoch": 0.07065750736015702,
|
132 |
+
"grad_norm": 11.616076478834982,
|
133 |
+
"learning_rate": 1.3846153846153847e-05,
|
134 |
+
"loss": 4.4023,
|
135 |
+
"step": 18
|
136 |
+
},
|
137 |
+
{
|
138 |
+
"epoch": 0.0745829244357213,
|
139 |
+
"grad_norm": 17.952985681304522,
|
140 |
+
"learning_rate": 1.4615384615384615e-05,
|
141 |
+
"loss": 4.5416,
|
142 |
+
"step": 19
|
143 |
+
},
|
144 |
+
{
|
145 |
+
"epoch": 0.07850834151128558,
|
146 |
+
"grad_norm": 8.98080811280273,
|
147 |
+
"learning_rate": 1.5384615384615387e-05,
|
148 |
+
"loss": 4.1081,
|
149 |
+
"step": 20
|
150 |
+
},
|
151 |
+
{
|
152 |
+
"epoch": 0.08243375858684986,
|
153 |
+
"grad_norm": 10.149578559605182,
|
154 |
+
"learning_rate": 1.6153846153846154e-05,
|
155 |
+
"loss": 3.8817,
|
156 |
+
"step": 21
|
157 |
+
},
|
158 |
+
{
|
159 |
+
"epoch": 0.08635917566241413,
|
160 |
+
"grad_norm": 8.571053946987243,
|
161 |
+
"learning_rate": 1.6923076923076924e-05,
|
162 |
+
"loss": 3.7572,
|
163 |
+
"step": 22
|
164 |
+
},
|
165 |
+
{
|
166 |
+
"epoch": 0.09028459273797841,
|
167 |
+
"grad_norm": 7.502672983259189,
|
168 |
+
"learning_rate": 1.7692307692307694e-05,
|
169 |
+
"loss": 3.5601,
|
170 |
+
"step": 23
|
171 |
+
},
|
172 |
+
{
|
173 |
+
"epoch": 0.09421000981354269,
|
174 |
+
"grad_norm": 7.085495749229153,
|
175 |
+
"learning_rate": 1.8461538461538465e-05,
|
176 |
+
"loss": 3.8353,
|
177 |
+
"step": 24
|
178 |
+
},
|
179 |
+
{
|
180 |
+
"epoch": 0.09813542688910697,
|
181 |
+
"grad_norm": 7.138103529726273,
|
182 |
+
"learning_rate": 1.923076923076923e-05,
|
183 |
+
"loss": 3.6063,
|
184 |
+
"step": 25
|
185 |
+
},
|
186 |
+
{
|
187 |
+
"epoch": 0.10206084396467124,
|
188 |
+
"grad_norm": 6.667151300603169,
|
189 |
+
"learning_rate": 2e-05,
|
190 |
+
"loss": 3.3784,
|
191 |
+
"step": 26
|
192 |
+
},
|
193 |
+
{
|
194 |
+
"epoch": 0.10598626104023552,
|
195 |
+
"grad_norm": 15.159134026094918,
|
196 |
+
"learning_rate": 1.999905072250599e-05,
|
197 |
+
"loss": 3.1382,
|
198 |
+
"step": 27
|
199 |
+
},
|
200 |
+
{
|
201 |
+
"epoch": 0.1099116781157998,
|
202 |
+
"grad_norm": 23.620617884079227,
|
203 |
+
"learning_rate": 1.9996203070249516e-05,
|
204 |
+
"loss": 3.42,
|
205 |
+
"step": 28
|
206 |
+
},
|
207 |
+
{
|
208 |
+
"epoch": 0.11383709519136408,
|
209 |
+
"grad_norm": 6.525857331664067,
|
210 |
+
"learning_rate": 1.999145758387301e-05,
|
211 |
+
"loss": 3.234,
|
212 |
+
"step": 29
|
213 |
+
},
|
214 |
+
{
|
215 |
+
"epoch": 0.11776251226692837,
|
216 |
+
"grad_norm": 6.5567605227849075,
|
217 |
+
"learning_rate": 1.9984815164333163e-05,
|
218 |
+
"loss": 3.0821,
|
219 |
+
"step": 30
|
220 |
+
},
|
221 |
+
{
|
222 |
+
"epoch": 0.12168792934249265,
|
223 |
+
"grad_norm": 6.091812823958394,
|
224 |
+
"learning_rate": 1.9976277072729845e-05,
|
225 |
+
"loss": 3.1632,
|
226 |
+
"step": 31
|
227 |
+
},
|
228 |
+
{
|
229 |
+
"epoch": 0.1256133464180569,
|
230 |
+
"grad_norm": 5.473117028293557,
|
231 |
+
"learning_rate": 1.99658449300667e-05,
|
232 |
+
"loss": 3.0885,
|
233 |
+
"step": 32
|
234 |
+
},
|
235 |
+
{
|
236 |
+
"epoch": 0.1295387634936212,
|
237 |
+
"grad_norm": 5.217399804685527,
|
238 |
+
"learning_rate": 1.9953520716943373e-05,
|
239 |
+
"loss": 3.1615,
|
240 |
+
"step": 33
|
241 |
+
},
|
242 |
+
{
|
243 |
+
"epoch": 0.13346418056918546,
|
244 |
+
"grad_norm": 4.589181632635667,
|
245 |
+
"learning_rate": 1.9939306773179498e-05,
|
246 |
+
"loss": 2.8962,
|
247 |
+
"step": 34
|
248 |
+
},
|
249 |
+
{
|
250 |
+
"epoch": 0.13738959764474976,
|
251 |
+
"grad_norm": 6.8821193201718485,
|
252 |
+
"learning_rate": 1.992320579737045e-05,
|
253 |
+
"loss": 2.9593,
|
254 |
+
"step": 35
|
255 |
+
},
|
256 |
+
{
|
257 |
+
"epoch": 0.14131501472031405,
|
258 |
+
"grad_norm": 4.053937279650924,
|
259 |
+
"learning_rate": 1.990522084637503e-05,
|
260 |
+
"loss": 2.6995,
|
261 |
+
"step": 36
|
262 |
+
},
|
263 |
+
{
|
264 |
+
"epoch": 0.1452404317958783,
|
265 |
+
"grad_norm": 4.624820726258902,
|
266 |
+
"learning_rate": 1.9885355334735082e-05,
|
267 |
+
"loss": 2.7838,
|
268 |
+
"step": 37
|
269 |
+
},
|
270 |
+
{
|
271 |
+
"epoch": 0.1491658488714426,
|
272 |
+
"grad_norm": 3.3512823024660494,
|
273 |
+
"learning_rate": 1.9863613034027224e-05,
|
274 |
+
"loss": 2.5849,
|
275 |
+
"step": 38
|
276 |
+
},
|
277 |
+
{
|
278 |
+
"epoch": 0.15309126594700687,
|
279 |
+
"grad_norm": 3.8260211624317937,
|
280 |
+
"learning_rate": 1.98399980721468e-05,
|
281 |
+
"loss": 2.8336,
|
282 |
+
"step": 39
|
283 |
+
},
|
284 |
+
{
|
285 |
+
"epoch": 0.15701668302257116,
|
286 |
+
"grad_norm": 7.819647460383096,
|
287 |
+
"learning_rate": 1.981451493252418e-05,
|
288 |
+
"loss": 2.6306,
|
289 |
+
"step": 40
|
290 |
+
},
|
291 |
+
{
|
292 |
+
"epoch": 0.16094210009813542,
|
293 |
+
"grad_norm": 4.867901933457006,
|
294 |
+
"learning_rate": 1.9787168453273546e-05,
|
295 |
+
"loss": 2.5791,
|
296 |
+
"step": 41
|
297 |
+
},
|
298 |
+
{
|
299 |
+
"epoch": 0.1648675171736997,
|
300 |
+
"grad_norm": 4.84141951604172,
|
301 |
+
"learning_rate": 1.9757963826274357e-05,
|
302 |
+
"loss": 2.4821,
|
303 |
+
"step": 42
|
304 |
+
},
|
305 |
+
{
|
306 |
+
"epoch": 0.16879293424926398,
|
307 |
+
"grad_norm": 7.411142957673967,
|
308 |
+
"learning_rate": 1.972690659618564e-05,
|
309 |
+
"loss": 2.4986,
|
310 |
+
"step": 43
|
311 |
+
},
|
312 |
+
{
|
313 |
+
"epoch": 0.17271835132482827,
|
314 |
+
"grad_norm": 9.801242167429267,
|
315 |
+
"learning_rate": 1.9694002659393306e-05,
|
316 |
+
"loss": 2.4249,
|
317 |
+
"step": 44
|
318 |
+
},
|
319 |
+
{
|
320 |
+
"epoch": 0.17664376840039253,
|
321 |
+
"grad_norm": 6.830738579764302,
|
322 |
+
"learning_rate": 1.9659258262890683e-05,
|
323 |
+
"loss": 2.4422,
|
324 |
+
"step": 45
|
325 |
+
},
|
326 |
+
{
|
327 |
+
"epoch": 0.18056918547595682,
|
328 |
+
"grad_norm": 7.668891548488468,
|
329 |
+
"learning_rate": 1.9622680003092503e-05,
|
330 |
+
"loss": 2.387,
|
331 |
+
"step": 46
|
332 |
+
},
|
333 |
+
{
|
334 |
+
"epoch": 0.1844946025515211,
|
335 |
+
"grad_norm": 4.403569193476907,
|
336 |
+
"learning_rate": 1.958427482458253e-05,
|
337 |
+
"loss": 2.2889,
|
338 |
+
"step": 47
|
339 |
+
},
|
340 |
+
{
|
341 |
+
"epoch": 0.18842001962708538,
|
342 |
+
"grad_norm": 4.411285728525577,
|
343 |
+
"learning_rate": 1.9544050018795076e-05,
|
344 |
+
"loss": 2.3454,
|
345 |
+
"step": 48
|
346 |
+
},
|
347 |
+
{
|
348 |
+
"epoch": 0.19234543670264967,
|
349 |
+
"grad_norm": 5.339863771977718,
|
350 |
+
"learning_rate": 1.9502013222630714e-05,
|
351 |
+
"loss": 2.3232,
|
352 |
+
"step": 49
|
353 |
+
},
|
354 |
+
{
|
355 |
+
"epoch": 0.19627085377821393,
|
356 |
+
"grad_norm": 6.4580414109536965,
|
357 |
+
"learning_rate": 1.9458172417006347e-05,
|
358 |
+
"loss": 2.2459,
|
359 |
+
"step": 50
|
360 |
+
},
|
361 |
+
{
|
362 |
+
"epoch": 0.20019627085377822,
|
363 |
+
"grad_norm": 4.598940394609222,
|
364 |
+
"learning_rate": 1.9412535925339998e-05,
|
365 |
+
"loss": 2.2329,
|
366 |
+
"step": 51
|
367 |
+
},
|
368 |
+
{
|
369 |
+
"epoch": 0.2041216879293425,
|
370 |
+
"grad_norm": 3.3724555313255684,
|
371 |
+
"learning_rate": 1.936511241197055e-05,
|
372 |
+
"loss": 2.1502,
|
373 |
+
"step": 52
|
374 |
+
},
|
375 |
+
{
|
376 |
+
"epoch": 0.20804710500490678,
|
377 |
+
"grad_norm": 3.1443440005312557,
|
378 |
+
"learning_rate": 1.9315910880512792e-05,
|
379 |
+
"loss": 2.1237,
|
380 |
+
"step": 53
|
381 |
+
},
|
382 |
+
{
|
383 |
+
"epoch": 0.21197252208047104,
|
384 |
+
"grad_norm": 3.181286637321292,
|
385 |
+
"learning_rate": 1.9264940672148018e-05,
|
386 |
+
"loss": 2.1416,
|
387 |
+
"step": 54
|
388 |
+
},
|
389 |
+
{
|
390 |
+
"epoch": 0.21589793915603533,
|
391 |
+
"grad_norm": 4.727806393906144,
|
392 |
+
"learning_rate": 1.921221146385057e-05,
|
393 |
+
"loss": 2.1783,
|
394 |
+
"step": 55
|
395 |
+
},
|
396 |
+
{
|
397 |
+
"epoch": 0.2198233562315996,
|
398 |
+
"grad_norm": 5.178218482524286,
|
399 |
+
"learning_rate": 1.9157733266550577e-05,
|
400 |
+
"loss": 2.1399,
|
401 |
+
"step": 56
|
402 |
+
},
|
403 |
+
{
|
404 |
+
"epoch": 0.2237487733071639,
|
405 |
+
"grad_norm": 2.6620699759243935,
|
406 |
+
"learning_rate": 1.910151642323337e-05,
|
407 |
+
"loss": 2.1205,
|
408 |
+
"step": 57
|
409 |
+
},
|
410 |
+
{
|
411 |
+
"epoch": 0.22767419038272815,
|
412 |
+
"grad_norm": 2.322126256967793,
|
413 |
+
"learning_rate": 1.9043571606975776e-05,
|
414 |
+
"loss": 2.1135,
|
415 |
+
"step": 58
|
416 |
+
},
|
417 |
+
{
|
418 |
+
"epoch": 0.23159960745829244,
|
419 |
+
"grad_norm": 5.38527462128201,
|
420 |
+
"learning_rate": 1.898390981891979e-05,
|
421 |
+
"loss": 2.1041,
|
422 |
+
"step": 59
|
423 |
+
},
|
424 |
+
{
|
425 |
+
"epoch": 0.23552502453385674,
|
426 |
+
"grad_norm": 2.4579464277480065,
|
427 |
+
"learning_rate": 1.8922542386183942e-05,
|
428 |
+
"loss": 2.1206,
|
429 |
+
"step": 60
|
430 |
+
},
|
431 |
+
{
|
432 |
+
"epoch": 0.239450441609421,
|
433 |
+
"grad_norm": 2.3666339533811818,
|
434 |
+
"learning_rate": 1.885948095971278e-05,
|
435 |
+
"loss": 2.0352,
|
436 |
+
"step": 61
|
437 |
+
},
|
438 |
+
{
|
439 |
+
"epoch": 0.2433758586849853,
|
440 |
+
"grad_norm": 2.1445114411608808,
|
441 |
+
"learning_rate": 1.879473751206489e-05,
|
442 |
+
"loss": 2.0884,
|
443 |
+
"step": 62
|
444 |
+
},
|
445 |
+
{
|
446 |
+
"epoch": 0.24730127576054955,
|
447 |
+
"grad_norm": 2.4373855388744756,
|
448 |
+
"learning_rate": 1.8728324335139814e-05,
|
449 |
+
"loss": 2.0655,
|
450 |
+
"step": 63
|
451 |
+
},
|
452 |
+
{
|
453 |
+
"epoch": 0.2512266928361138,
|
454 |
+
"grad_norm": 3.572187608420911,
|
455 |
+
"learning_rate": 1.866025403784439e-05,
|
456 |
+
"loss": 2.0285,
|
457 |
+
"step": 64
|
458 |
+
},
|
459 |
+
{
|
460 |
+
"epoch": 0.25515210991167814,
|
461 |
+
"grad_norm": 2.1895539404446964,
|
462 |
+
"learning_rate": 1.8590539543698852e-05,
|
463 |
+
"loss": 2.0263,
|
464 |
+
"step": 65
|
465 |
+
},
|
466 |
+
{
|
467 |
+
"epoch": 0.2590775269872424,
|
468 |
+
"grad_norm": 2.5873674686273627,
|
469 |
+
"learning_rate": 1.851919408838327e-05,
|
470 |
+
"loss": 2.1084,
|
471 |
+
"step": 66
|
472 |
+
},
|
473 |
+
{
|
474 |
+
"epoch": 0.26300294406280667,
|
475 |
+
"grad_norm": 1.894183797101693,
|
476 |
+
"learning_rate": 1.844623121722465e-05,
|
477 |
+
"loss": 2.0226,
|
478 |
+
"step": 67
|
479 |
+
},
|
480 |
+
{
|
481 |
+
"epoch": 0.26692836113837093,
|
482 |
+
"grad_norm": 1.6854205851946853,
|
483 |
+
"learning_rate": 1.8371664782625287e-05,
|
484 |
+
"loss": 1.9757,
|
485 |
+
"step": 68
|
486 |
+
},
|
487 |
+
{
|
488 |
+
"epoch": 0.27085377821393525,
|
489 |
+
"grad_norm": 1.881677615447827,
|
490 |
+
"learning_rate": 1.8295508941432814e-05,
|
491 |
+
"loss": 2.0371,
|
492 |
+
"step": 69
|
493 |
+
},
|
494 |
+
{
|
495 |
+
"epoch": 0.2747791952894995,
|
496 |
+
"grad_norm": 1.8170043507499531,
|
497 |
+
"learning_rate": 1.821777815225245e-05,
|
498 |
+
"loss": 1.9245,
|
499 |
+
"step": 70
|
500 |
+
},
|
501 |
+
{
|
502 |
+
"epoch": 0.2787046123650638,
|
503 |
+
"grad_norm": 1.6628780800262886,
|
504 |
+
"learning_rate": 1.813848717270195e-05,
|
505 |
+
"loss": 1.9581,
|
506 |
+
"step": 71
|
507 |
+
},
|
508 |
+
{
|
509 |
+
"epoch": 0.2826300294406281,
|
510 |
+
"grad_norm": 1.5452111684921823,
|
511 |
+
"learning_rate": 1.8057651056609784e-05,
|
512 |
+
"loss": 1.9222,
|
513 |
+
"step": 72
|
514 |
+
},
|
515 |
+
{
|
516 |
+
"epoch": 0.28655544651619236,
|
517 |
+
"grad_norm": 1.8541605025179029,
|
518 |
+
"learning_rate": 1.797528515115709e-05,
|
519 |
+
"loss": 1.9187,
|
520 |
+
"step": 73
|
521 |
+
},
|
522 |
+
{
|
523 |
+
"epoch": 0.2904808635917566,
|
524 |
+
"grad_norm": 1.7009298828174881,
|
525 |
+
"learning_rate": 1.789140509396394e-05,
|
526 |
+
"loss": 1.9104,
|
527 |
+
"step": 74
|
528 |
+
},
|
529 |
+
{
|
530 |
+
"epoch": 0.2944062806673209,
|
531 |
+
"grad_norm": 1.4258711689883241,
|
532 |
+
"learning_rate": 1.7806026810120423e-05,
|
533 |
+
"loss": 1.953,
|
534 |
+
"step": 75
|
535 |
+
},
|
536 |
+
{
|
537 |
+
"epoch": 0.2983316977428852,
|
538 |
+
"grad_norm": 5.440289983178362,
|
539 |
+
"learning_rate": 1.771916650916321e-05,
|
540 |
+
"loss": 1.8837,
|
541 |
+
"step": 76
|
542 |
+
},
|
543 |
+
{
|
544 |
+
"epoch": 0.30225711481844947,
|
545 |
+
"grad_norm": 1.8948358808766053,
|
546 |
+
"learning_rate": 1.7630840681998068e-05,
|
547 |
+
"loss": 1.9148,
|
548 |
+
"step": 77
|
549 |
+
},
|
550 |
+
{
|
551 |
+
"epoch": 0.30618253189401373,
|
552 |
+
"grad_norm": 11.033261500781018,
|
553 |
+
"learning_rate": 1.7541066097768965e-05,
|
554 |
+
"loss": 1.8635,
|
555 |
+
"step": 78
|
556 |
+
},
|
557 |
+
{
|
558 |
+
"epoch": 0.310107948969578,
|
559 |
+
"grad_norm": 1.6724370104935717,
|
560 |
+
"learning_rate": 1.744985980067437e-05,
|
561 |
+
"loss": 1.9074,
|
562 |
+
"step": 79
|
563 |
+
},
|
564 |
+
{
|
565 |
+
"epoch": 0.3140333660451423,
|
566 |
+
"grad_norm": 10.261440916511484,
|
567 |
+
"learning_rate": 1.735723910673132e-05,
|
568 |
+
"loss": 1.9702,
|
569 |
+
"step": 80
|
570 |
+
},
|
571 |
+
{
|
572 |
+
"epoch": 0.3179587831207066,
|
573 |
+
"grad_norm": 1.7073614580018202,
|
574 |
+
"learning_rate": 1.7263221600487852e-05,
|
575 |
+
"loss": 1.8482,
|
576 |
+
"step": 81
|
577 |
+
},
|
578 |
+
{
|
579 |
+
"epoch": 0.32188420019627084,
|
580 |
+
"grad_norm": 1.760995341965249,
|
581 |
+
"learning_rate": 1.7167825131684516e-05,
|
582 |
+
"loss": 1.88,
|
583 |
+
"step": 82
|
584 |
+
},
|
585 |
+
{
|
586 |
+
"epoch": 0.3258096172718351,
|
587 |
+
"grad_norm": 1.529927666349978,
|
588 |
+
"learning_rate": 1.7071067811865477e-05,
|
589 |
+
"loss": 1.8582,
|
590 |
+
"step": 83
|
591 |
+
},
|
592 |
+
{
|
593 |
+
"epoch": 0.3297350343473994,
|
594 |
+
"grad_norm": 1.3260010690935662,
|
595 |
+
"learning_rate": 1.6972968010939953e-05,
|
596 |
+
"loss": 1.8592,
|
597 |
+
"step": 84
|
598 |
+
},
|
599 |
+
{
|
600 |
+
"epoch": 0.3336604514229637,
|
601 |
+
"grad_norm": 1.4020723238969466,
|
602 |
+
"learning_rate": 1.687354435369459e-05,
|
603 |
+
"loss": 1.9269,
|
604 |
+
"step": 85
|
605 |
+
},
|
606 |
+
{
|
607 |
+
"epoch": 0.33758586849852795,
|
608 |
+
"grad_norm": 1.3647315777910027,
|
609 |
+
"learning_rate": 1.6772815716257414e-05,
|
610 |
+
"loss": 1.8492,
|
611 |
+
"step": 86
|
612 |
+
},
|
613 |
+
{
|
614 |
+
"epoch": 0.34151128557409227,
|
615 |
+
"grad_norm": 1.4217128715416125,
|
616 |
+
"learning_rate": 1.6670801222514135e-05,
|
617 |
+
"loss": 1.8466,
|
618 |
+
"step": 87
|
619 |
+
},
|
620 |
+
{
|
621 |
+
"epoch": 0.34543670264965654,
|
622 |
+
"grad_norm": 1.3181609641675227,
|
623 |
+
"learning_rate": 1.6567520240477344e-05,
|
624 |
+
"loss": 1.8846,
|
625 |
+
"step": 88
|
626 |
+
},
|
627 |
+
{
|
628 |
+
"epoch": 0.3493621197252208,
|
629 |
+
"grad_norm": 1.4153897003847502,
|
630 |
+
"learning_rate": 1.646299237860941e-05,
|
631 |
+
"loss": 1.8809,
|
632 |
+
"step": 89
|
633 |
+
},
|
634 |
+
{
|
635 |
+
"epoch": 0.35328753680078506,
|
636 |
+
"grad_norm": 1.4414064552826915,
|
637 |
+
"learning_rate": 1.6357237482099682e-05,
|
638 |
+
"loss": 1.8003,
|
639 |
+
"step": 90
|
640 |
+
},
|
641 |
+
{
|
642 |
+
"epoch": 0.3572129538763494,
|
643 |
+
"grad_norm": 1.3760039651998437,
|
644 |
+
"learning_rate": 1.625027562909679e-05,
|
645 |
+
"loss": 1.8299,
|
646 |
+
"step": 91
|
647 |
+
},
|
648 |
+
{
|
649 |
+
"epoch": 0.36113837095191365,
|
650 |
+
"grad_norm": 2.517776896681609,
|
651 |
+
"learning_rate": 1.6142127126896682e-05,
|
652 |
+
"loss": 1.8708,
|
653 |
+
"step": 92
|
654 |
+
},
|
655 |
+
{
|
656 |
+
"epoch": 0.3650637880274779,
|
657 |
+
"grad_norm": 1.700692015059516,
|
658 |
+
"learning_rate": 1.603281250808719e-05,
|
659 |
+
"loss": 1.8774,
|
660 |
+
"step": 93
|
661 |
+
},
|
662 |
+
{
|
663 |
+
"epoch": 0.3689892051030422,
|
664 |
+
"grad_norm": 1.2064699534529657,
|
665 |
+
"learning_rate": 1.5922352526649803e-05,
|
666 |
+
"loss": 1.7571,
|
667 |
+
"step": 94
|
668 |
+
},
|
669 |
+
{
|
670 |
+
"epoch": 0.3729146221786065,
|
671 |
+
"grad_norm": 1.1558175580795997,
|
672 |
+
"learning_rate": 1.5810768154019386e-05,
|
673 |
+
"loss": 1.8125,
|
674 |
+
"step": 95
|
675 |
+
},
|
676 |
+
{
|
677 |
+
"epoch": 0.37684003925417076,
|
678 |
+
"grad_norm": 1.3409669812920715,
|
679 |
+
"learning_rate": 1.5698080575102662e-05,
|
680 |
+
"loss": 1.7661,
|
681 |
+
"step": 96
|
682 |
+
},
|
683 |
+
{
|
684 |
+
"epoch": 0.380765456329735,
|
685 |
+
"grad_norm": 1.601135716797025,
|
686 |
+
"learning_rate": 1.5584311184256144e-05,
|
687 |
+
"loss": 1.7495,
|
688 |
+
"step": 97
|
689 |
+
},
|
690 |
+
{
|
691 |
+
"epoch": 0.38469087340529934,
|
692 |
+
"grad_norm": 1.2027385581838417,
|
693 |
+
"learning_rate": 1.5469481581224274e-05,
|
694 |
+
"loss": 1.8115,
|
695 |
+
"step": 98
|
696 |
+
},
|
697 |
+
{
|
698 |
+
"epoch": 0.3886162904808636,
|
699 |
+
"grad_norm": 1.1975748712372833,
|
700 |
+
"learning_rate": 1.5353613567038607e-05,
|
701 |
+
"loss": 1.801,
|
702 |
+
"step": 99
|
703 |
+
},
|
704 |
+
{
|
705 |
+
"epoch": 0.39254170755642787,
|
706 |
+
"grad_norm": 3.09366210815099,
|
707 |
+
"learning_rate": 1.523672913987878e-05,
|
708 |
+
"loss": 1.7824,
|
709 |
+
"step": 100
|
710 |
+
},
|
711 |
+
{
|
712 |
+
"epoch": 0.39646712463199213,
|
713 |
+
"grad_norm": 1.1400962542750739,
|
714 |
+
"learning_rate": 1.5118850490896012e-05,
|
715 |
+
"loss": 1.7159,
|
716 |
+
"step": 101
|
717 |
+
},
|
718 |
+
{
|
719 |
+
"epoch": 0.40039254170755645,
|
720 |
+
"grad_norm": 1.2331105843413726,
|
721 |
+
"learning_rate": 1.5000000000000002e-05,
|
722 |
+
"loss": 1.7095,
|
723 |
+
"step": 102
|
724 |
+
},
|
725 |
+
{
|
726 |
+
"epoch": 0.4043179587831207,
|
727 |
+
"grad_norm": 1.1816337676783275,
|
728 |
+
"learning_rate": 1.4880200231609982e-05,
|
729 |
+
"loss": 1.7716,
|
730 |
+
"step": 103
|
731 |
+
},
|
732 |
+
{
|
733 |
+
"epoch": 0.408243375858685,
|
734 |
+
"grad_norm": 1.2284944812544702,
|
735 |
+
"learning_rate": 1.4759473930370738e-05,
|
736 |
+
"loss": 1.7902,
|
737 |
+
"step": 104
|
738 |
+
},
|
739 |
+
{
|
740 |
+
"epoch": 0.41216879293424924,
|
741 |
+
"grad_norm": 1.0847382800246375,
|
742 |
+
"learning_rate": 1.4637844016834407e-05,
|
743 |
+
"loss": 1.7647,
|
744 |
+
"step": 105
|
745 |
+
},
|
746 |
+
{
|
747 |
+
"epoch": 0.41609421000981356,
|
748 |
+
"grad_norm": 1.020608852405514,
|
749 |
+
"learning_rate": 1.4515333583108896e-05,
|
750 |
+
"loss": 1.7278,
|
751 |
+
"step": 106
|
752 |
+
},
|
753 |
+
{
|
754 |
+
"epoch": 0.4200196270853778,
|
755 |
+
"grad_norm": 1.2263117526234197,
|
756 |
+
"learning_rate": 1.4391965888473705e-05,
|
757 |
+
"loss": 1.7765,
|
758 |
+
"step": 107
|
759 |
+
},
|
760 |
+
{
|
761 |
+
"epoch": 0.4239450441609421,
|
762 |
+
"grad_norm": 1.0785380085141927,
|
763 |
+
"learning_rate": 1.4267764354964038e-05,
|
764 |
+
"loss": 1.7331,
|
765 |
+
"step": 108
|
766 |
+
},
|
767 |
+
{
|
768 |
+
"epoch": 0.4278704612365064,
|
769 |
+
"grad_norm": 1.0224592858163286,
|
770 |
+
"learning_rate": 1.4142752562923988e-05,
|
771 |
+
"loss": 1.7239,
|
772 |
+
"step": 109
|
773 |
+
},
|
774 |
+
{
|
775 |
+
"epoch": 0.43179587831207067,
|
776 |
+
"grad_norm": 1.1123423771410839,
|
777 |
+
"learning_rate": 1.4016954246529697e-05,
|
778 |
+
"loss": 1.7455,
|
779 |
+
"step": 110
|
780 |
+
},
|
781 |
+
{
|
782 |
+
"epoch": 0.43572129538763493,
|
783 |
+
"grad_norm": 1.0692956641607927,
|
784 |
+
"learning_rate": 1.3890393289283262e-05,
|
785 |
+
"loss": 1.7406,
|
786 |
+
"step": 111
|
787 |
+
},
|
788 |
+
{
|
789 |
+
"epoch": 0.4396467124631992,
|
790 |
+
"grad_norm": 1.0406766628092503,
|
791 |
+
"learning_rate": 1.3763093719478357e-05,
|
792 |
+
"loss": 1.7804,
|
793 |
+
"step": 112
|
794 |
+
},
|
795 |
+
{
|
796 |
+
"epoch": 0.4435721295387635,
|
797 |
+
"grad_norm": 1.034270520095407,
|
798 |
+
"learning_rate": 1.3635079705638298e-05,
|
799 |
+
"loss": 1.7499,
|
800 |
+
"step": 113
|
801 |
+
},
|
802 |
+
{
|
803 |
+
"epoch": 0.4474975466143278,
|
804 |
+
"grad_norm": 1.325505380155415,
|
805 |
+
"learning_rate": 1.3506375551927546e-05,
|
806 |
+
"loss": 1.7379,
|
807 |
+
"step": 114
|
808 |
+
},
|
809 |
+
{
|
810 |
+
"epoch": 0.45142296368989204,
|
811 |
+
"grad_norm": 2.8627791225075465,
|
812 |
+
"learning_rate": 1.3377005693537393e-05,
|
813 |
+
"loss": 1.7488,
|
814 |
+
"step": 115
|
815 |
+
},
|
816 |
+
{
|
817 |
+
"epoch": 0.4553483807654563,
|
818 |
+
"grad_norm": 1.1692597051088127,
|
819 |
+
"learning_rate": 1.3246994692046837e-05,
|
820 |
+
"loss": 1.727,
|
821 |
+
"step": 116
|
822 |
+
},
|
823 |
+
{
|
824 |
+
"epoch": 0.4592737978410206,
|
825 |
+
"grad_norm": 1.3186565424723304,
|
826 |
+
"learning_rate": 1.3116367230759415e-05,
|
827 |
+
"loss": 1.7135,
|
828 |
+
"step": 117
|
829 |
+
},
|
830 |
+
{
|
831 |
+
"epoch": 0.4631992149165849,
|
832 |
+
"grad_norm": 1.865299751069251,
|
833 |
+
"learning_rate": 1.2985148110016947e-05,
|
834 |
+
"loss": 1.6394,
|
835 |
+
"step": 118
|
836 |
+
},
|
837 |
+
{
|
838 |
+
"epoch": 0.46712463199214915,
|
839 |
+
"grad_norm": 0.9855711070712846,
|
840 |
+
"learning_rate": 1.2853362242491054e-05,
|
841 |
+
"loss": 1.6934,
|
842 |
+
"step": 119
|
843 |
+
},
|
844 |
+
{
|
845 |
+
"epoch": 0.47105004906771347,
|
846 |
+
"grad_norm": 1.01597596740161,
|
847 |
+
"learning_rate": 1.2721034648453353e-05,
|
848 |
+
"loss": 1.7594,
|
849 |
+
"step": 120
|
850 |
+
},
|
851 |
+
{
|
852 |
+
"epoch": 0.47497546614327774,
|
853 |
+
"grad_norm": 1.1222245558941415,
|
854 |
+
"learning_rate": 1.2588190451025209e-05,
|
855 |
+
"loss": 1.7102,
|
856 |
+
"step": 121
|
857 |
+
},
|
858 |
+
{
|
859 |
+
"epoch": 0.478900883218842,
|
860 |
+
"grad_norm": 1.6892513075440292,
|
861 |
+
"learning_rate": 1.2454854871407993e-05,
|
862 |
+
"loss": 1.6797,
|
863 |
+
"step": 122
|
864 |
+
},
|
865 |
+
{
|
866 |
+
"epoch": 0.48282630029440626,
|
867 |
+
"grad_norm": 1.1638725988581853,
|
868 |
+
"learning_rate": 1.2321053224094678e-05,
|
869 |
+
"loss": 1.7002,
|
870 |
+
"step": 123
|
871 |
+
},
|
872 |
+
{
|
873 |
+
"epoch": 0.4867517173699706,
|
874 |
+
"grad_norm": 1.313282663510557,
|
875 |
+
"learning_rate": 1.218681091206376e-05,
|
876 |
+
"loss": 1.6767,
|
877 |
+
"step": 124
|
878 |
+
},
|
879 |
+
{
|
880 |
+
"epoch": 0.49067713444553485,
|
881 |
+
"grad_norm": 1.1382396359200373,
|
882 |
+
"learning_rate": 1.2052153421956343e-05,
|
883 |
+
"loss": 1.6805,
|
884 |
+
"step": 125
|
885 |
+
},
|
886 |
+
{
|
887 |
+
"epoch": 0.4946025515210991,
|
888 |
+
"grad_norm": 1.1544843677311407,
|
889 |
+
"learning_rate": 1.1917106319237386e-05,
|
890 |
+
"loss": 1.6995,
|
891 |
+
"step": 126
|
892 |
+
},
|
893 |
+
{
|
894 |
+
"epoch": 0.4985279685966634,
|
895 |
+
"grad_norm": 0.9538551705927951,
|
896 |
+
"learning_rate": 1.1781695243341933e-05,
|
897 |
+
"loss": 1.643,
|
898 |
+
"step": 127
|
899 |
+
},
|
900 |
+
{
|
901 |
+
"epoch": 0.5024533856722276,
|
902 |
+
"grad_norm": 0.9507730642036515,
|
903 |
+
"learning_rate": 1.164594590280734e-05,
|
904 |
+
"loss": 1.6367,
|
905 |
+
"step": 128
|
906 |
+
},
|
907 |
+
{
|
908 |
+
"epoch": 0.5063788027477919,
|
909 |
+
"grad_norm": 1.0417445095908215,
|
910 |
+
"learning_rate": 1.1509884070392369e-05,
|
911 |
+
"loss": 1.6949,
|
912 |
+
"step": 129
|
913 |
+
},
|
914 |
+
{
|
915 |
+
"epoch": 0.5103042198233563,
|
916 |
+
"grad_norm": 1.026943416751704,
|
917 |
+
"learning_rate": 1.1373535578184083e-05,
|
918 |
+
"loss": 1.6824,
|
919 |
+
"step": 130
|
920 |
+
},
|
921 |
+
{
|
922 |
+
"epoch": 0.5142296368989205,
|
923 |
+
"grad_norm": 1.003065669067786,
|
924 |
+
"learning_rate": 1.123692631269348e-05,
|
925 |
+
"loss": 1.6902,
|
926 |
+
"step": 131
|
927 |
+
},
|
928 |
+
{
|
929 |
+
"epoch": 0.5181550539744848,
|
930 |
+
"grad_norm": 1.1835317624091395,
|
931 |
+
"learning_rate": 1.1100082209940795e-05,
|
932 |
+
"loss": 1.6927,
|
933 |
+
"step": 132
|
934 |
+
},
|
935 |
+
{
|
936 |
+
"epoch": 0.5220804710500491,
|
937 |
+
"grad_norm": 1.3576591105617888,
|
938 |
+
"learning_rate": 1.0963029250531418e-05,
|
939 |
+
"loss": 1.6739,
|
940 |
+
"step": 133
|
941 |
+
},
|
942 |
+
{
|
943 |
+
"epoch": 0.5260058881256133,
|
944 |
+
"grad_norm": 1.0113858517339607,
|
945 |
+
"learning_rate": 1.0825793454723325e-05,
|
946 |
+
"loss": 1.6723,
|
947 |
+
"step": 134
|
948 |
+
},
|
949 |
+
{
|
950 |
+
"epoch": 0.5299313052011776,
|
951 |
+
"grad_norm": 0.9744800567978432,
|
952 |
+
"learning_rate": 1.0688400877486978e-05,
|
953 |
+
"loss": 1.655,
|
954 |
+
"step": 135
|
955 |
+
},
|
956 |
+
{
|
957 |
+
"epoch": 0.5338567222767419,
|
958 |
+
"grad_norm": 0.9398947245879805,
|
959 |
+
"learning_rate": 1.0550877603558656e-05,
|
960 |
+
"loss": 1.6541,
|
961 |
+
"step": 136
|
962 |
+
},
|
963 |
+
{
|
964 |
+
"epoch": 0.5377821393523062,
|
965 |
+
"grad_norm": 0.9375124553680311,
|
966 |
+
"learning_rate": 1.0413249742488132e-05,
|
967 |
+
"loss": 1.664,
|
968 |
+
"step": 137
|
969 |
+
},
|
970 |
+
{
|
971 |
+
"epoch": 0.5417075564278705,
|
972 |
+
"grad_norm": 1.0133372395656326,
|
973 |
+
"learning_rate": 1.0275543423681622e-05,
|
974 |
+
"loss": 1.7141,
|
975 |
+
"step": 138
|
976 |
+
},
|
977 |
+
{
|
978 |
+
"epoch": 0.5456329735034348,
|
979 |
+
"grad_norm": 1.0303573991874475,
|
980 |
+
"learning_rate": 1.0137784791440965e-05,
|
981 |
+
"loss": 1.6964,
|
982 |
+
"step": 139
|
983 |
+
},
|
984 |
+
{
|
985 |
+
"epoch": 0.549558390578999,
|
986 |
+
"grad_norm": 0.9565693156778721,
|
987 |
+
"learning_rate": 1e-05,
|
988 |
+
"loss": 1.6634,
|
989 |
+
"step": 140
|
990 |
+
},
|
991 |
+
{
|
992 |
+
"epoch": 0.5534838076545633,
|
993 |
+
"grad_norm": 1.121421026361072,
|
994 |
+
"learning_rate": 9.862215208559037e-06,
|
995 |
+
"loss": 1.6666,
|
996 |
+
"step": 141
|
997 |
+
},
|
998 |
+
{
|
999 |
+
"epoch": 0.5574092247301276,
|
1000 |
+
"grad_norm": 0.9667397885627346,
|
1001 |
+
"learning_rate": 9.724456576318383e-06,
|
1002 |
+
"loss": 1.5758,
|
1003 |
+
"step": 142
|
1004 |
+
},
|
1005 |
+
{
|
1006 |
+
"epoch": 0.5613346418056918,
|
1007 |
+
"grad_norm": 0.9537255512602201,
|
1008 |
+
"learning_rate": 9.586750257511868e-06,
|
1009 |
+
"loss": 1.6376,
|
1010 |
+
"step": 143
|
1011 |
+
},
|
1012 |
+
{
|
1013 |
+
"epoch": 0.5652600588812562,
|
1014 |
+
"grad_norm": 0.9438995534371774,
|
1015 |
+
"learning_rate": 9.449122396441344e-06,
|
1016 |
+
"loss": 1.6598,
|
1017 |
+
"step": 144
|
1018 |
+
},
|
1019 |
+
{
|
1020 |
+
"epoch": 0.5691854759568205,
|
1021 |
+
"grad_norm": 0.9548167040445172,
|
1022 |
+
"learning_rate": 9.311599122513029e-06,
|
1023 |
+
"loss": 1.6417,
|
1024 |
+
"step": 145
|
1025 |
+
},
|
1026 |
+
{
|
1027 |
+
"epoch": 0.5731108930323847,
|
1028 |
+
"grad_norm": 0.9049022575284126,
|
1029 |
+
"learning_rate": 9.174206545276678e-06,
|
1030 |
+
"loss": 1.7025,
|
1031 |
+
"step": 146
|
1032 |
+
},
|
1033 |
+
{
|
1034 |
+
"epoch": 0.577036310107949,
|
1035 |
+
"grad_norm": 0.9432930890181294,
|
1036 |
+
"learning_rate": 9.036970749468585e-06,
|
1037 |
+
"loss": 1.6375,
|
1038 |
+
"step": 147
|
1039 |
+
},
|
1040 |
+
{
|
1041 |
+
"epoch": 0.5809617271835132,
|
1042 |
+
"grad_norm": 1.958166606907053,
|
1043 |
+
"learning_rate": 8.899917790059208e-06,
|
1044 |
+
"loss": 1.6378,
|
1045 |
+
"step": 148
|
1046 |
+
},
|
1047 |
+
{
|
1048 |
+
"epoch": 0.5848871442590775,
|
1049 |
+
"grad_norm": 1.0081677994924394,
|
1050 |
+
"learning_rate": 8.763073687306523e-06,
|
1051 |
+
"loss": 1.6151,
|
1052 |
+
"step": 149
|
1053 |
+
},
|
1054 |
+
{
|
1055 |
+
"epoch": 0.5888125613346418,
|
1056 |
+
"grad_norm": 0.9877469922698178,
|
1057 |
+
"learning_rate": 8.626464421815919e-06,
|
1058 |
+
"loss": 1.6838,
|
1059 |
+
"step": 150
|
1060 |
+
},
|
1061 |
+
{
|
1062 |
+
"epoch": 0.592737978410206,
|
1063 |
+
"grad_norm": 1.056961299931411,
|
1064 |
+
"learning_rate": 8.49011592960763e-06,
|
1065 |
+
"loss": 1.6561,
|
1066 |
+
"step": 151
|
1067 |
+
},
|
1068 |
+
{
|
1069 |
+
"epoch": 0.5966633954857704,
|
1070 |
+
"grad_norm": 0.9567294624946977,
|
1071 |
+
"learning_rate": 8.35405409719266e-06,
|
1072 |
+
"loss": 1.6398,
|
1073 |
+
"step": 152
|
1074 |
+
},
|
1075 |
+
{
|
1076 |
+
"epoch": 0.6005888125613347,
|
1077 |
+
"grad_norm": 0.9449145391070992,
|
1078 |
+
"learning_rate": 8.218304756658072e-06,
|
1079 |
+
"loss": 1.6554,
|
1080 |
+
"step": 153
|
1081 |
+
},
|
1082 |
+
{
|
1083 |
+
"epoch": 0.6045142296368989,
|
1084 |
+
"grad_norm": 1.012295287909777,
|
1085 |
+
"learning_rate": 8.082893680762619e-06,
|
1086 |
+
"loss": 1.647,
|
1087 |
+
"step": 154
|
1088 |
+
},
|
1089 |
+
{
|
1090 |
+
"epoch": 0.6084396467124632,
|
1091 |
+
"grad_norm": 0.9795392518478,
|
1092 |
+
"learning_rate": 7.947846578043658e-06,
|
1093 |
+
"loss": 1.631,
|
1094 |
+
"step": 155
|
1095 |
+
},
|
1096 |
+
{
|
1097 |
+
"epoch": 0.6123650637880275,
|
1098 |
+
"grad_norm": 1.0023414998286204,
|
1099 |
+
"learning_rate": 7.813189087936243e-06,
|
1100 |
+
"loss": 1.5987,
|
1101 |
+
"step": 156
|
1102 |
+
},
|
1103 |
+
{
|
1104 |
+
"epoch": 0.6162904808635917,
|
1105 |
+
"grad_norm": 0.9756815792976389,
|
1106 |
+
"learning_rate": 7.678946775905323e-06,
|
1107 |
+
"loss": 1.6738,
|
1108 |
+
"step": 157
|
1109 |
+
},
|
1110 |
+
{
|
1111 |
+
"epoch": 0.620215897939156,
|
1112 |
+
"grad_norm": 1.0045653822710507,
|
1113 |
+
"learning_rate": 7.545145128592009e-06,
|
1114 |
+
"loss": 1.6642,
|
1115 |
+
"step": 158
|
1116 |
+
},
|
1117 |
+
{
|
1118 |
+
"epoch": 0.6241413150147204,
|
1119 |
+
"grad_norm": 0.911147130019971,
|
1120 |
+
"learning_rate": 7.411809548974792e-06,
|
1121 |
+
"loss": 1.5968,
|
1122 |
+
"step": 159
|
1123 |
+
},
|
1124 |
+
{
|
1125 |
+
"epoch": 0.6280667320902846,
|
1126 |
+
"grad_norm": 0.9064965972522054,
|
1127 |
+
"learning_rate": 7.278965351546648e-06,
|
1128 |
+
"loss": 1.6273,
|
1129 |
+
"step": 160
|
1130 |
+
},
|
1131 |
+
{
|
1132 |
+
"epoch": 0.6319921491658489,
|
1133 |
+
"grad_norm": 0.9176975570356877,
|
1134 |
+
"learning_rate": 7.14663775750895e-06,
|
1135 |
+
"loss": 1.605,
|
1136 |
+
"step": 161
|
1137 |
+
},
|
1138 |
+
{
|
1139 |
+
"epoch": 0.6359175662414132,
|
1140 |
+
"grad_norm": 0.8528776050815917,
|
1141 |
+
"learning_rate": 7.014851889983058e-06,
|
1142 |
+
"loss": 1.6116,
|
1143 |
+
"step": 162
|
1144 |
+
},
|
1145 |
+
{
|
1146 |
+
"epoch": 0.6398429833169774,
|
1147 |
+
"grad_norm": 0.8589446735583834,
|
1148 |
+
"learning_rate": 6.883632769240589e-06,
|
1149 |
+
"loss": 1.6359,
|
1150 |
+
"step": 163
|
1151 |
+
},
|
1152 |
+
{
|
1153 |
+
"epoch": 0.6437684003925417,
|
1154 |
+
"grad_norm": 0.8693598946335392,
|
1155 |
+
"learning_rate": 6.7530053079531664e-06,
|
1156 |
+
"loss": 1.6058,
|
1157 |
+
"step": 164
|
1158 |
+
},
|
1159 |
+
{
|
1160 |
+
"epoch": 0.647693817468106,
|
1161 |
+
"grad_norm": 0.9799079815467372,
|
1162 |
+
"learning_rate": 6.6229943064626115e-06,
|
1163 |
+
"loss": 1.697,
|
1164 |
+
"step": 165
|
1165 |
+
},
|
1166 |
+
{
|
1167 |
+
"epoch": 0.6516192345436702,
|
1168 |
+
"grad_norm": 0.9008836905212236,
|
1169 |
+
"learning_rate": 6.4936244480724575e-06,
|
1170 |
+
"loss": 1.6473,
|
1171 |
+
"step": 166
|
1172 |
+
},
|
1173 |
+
{
|
1174 |
+
"epoch": 0.6555446516192346,
|
1175 |
+
"grad_norm": 0.8838813402782661,
|
1176 |
+
"learning_rate": 6.364920294361701e-06,
|
1177 |
+
"loss": 1.633,
|
1178 |
+
"step": 167
|
1179 |
+
},
|
1180 |
+
{
|
1181 |
+
"epoch": 0.6594700686947988,
|
1182 |
+
"grad_norm": 0.9559913531438309,
|
1183 |
+
"learning_rate": 6.236906280521646e-06,
|
1184 |
+
"loss": 1.6873,
|
1185 |
+
"step": 168
|
1186 |
+
},
|
1187 |
+
{
|
1188 |
+
"epoch": 0.6633954857703631,
|
1189 |
+
"grad_norm": 1.0277028273153903,
|
1190 |
+
"learning_rate": 6.109606710716741e-06,
|
1191 |
+
"loss": 1.5752,
|
1192 |
+
"step": 169
|
1193 |
+
},
|
1194 |
+
{
|
1195 |
+
"epoch": 0.6673209028459274,
|
1196 |
+
"grad_norm": 0.8938515793453153,
|
1197 |
+
"learning_rate": 5.983045753470308e-06,
|
1198 |
+
"loss": 1.6452,
|
1199 |
+
"step": 170
|
1200 |
+
},
|
1201 |
+
{
|
1202 |
+
"epoch": 0.6712463199214916,
|
1203 |
+
"grad_norm": 0.8556067546503252,
|
1204 |
+
"learning_rate": 5.857247437076012e-06,
|
1205 |
+
"loss": 1.6039,
|
1206 |
+
"step": 171
|
1207 |
+
},
|
1208 |
+
{
|
1209 |
+
"epoch": 0.6751717369970559,
|
1210 |
+
"grad_norm": 0.8621858742594237,
|
1211 |
+
"learning_rate": 5.732235645035964e-06,
|
1212 |
+
"loss": 1.5726,
|
1213 |
+
"step": 172
|
1214 |
+
},
|
1215 |
+
{
|
1216 |
+
"epoch": 0.6790971540726202,
|
1217 |
+
"grad_norm": 0.8567920663299861,
|
1218 |
+
"learning_rate": 5.608034111526298e-06,
|
1219 |
+
"loss": 1.6092,
|
1220 |
+
"step": 173
|
1221 |
+
},
|
1222 |
+
{
|
1223 |
+
"epoch": 0.6830225711481845,
|
1224 |
+
"grad_norm": 0.9304541437780851,
|
1225 |
+
"learning_rate": 5.484666416891109e-06,
|
1226 |
+
"loss": 1.6294,
|
1227 |
+
"step": 174
|
1228 |
+
},
|
1229 |
+
{
|
1230 |
+
"epoch": 0.6869479882237488,
|
1231 |
+
"grad_norm": 0.9799895019545034,
|
1232 |
+
"learning_rate": 5.362155983165594e-06,
|
1233 |
+
"loss": 1.6491,
|
1234 |
+
"step": 175
|
1235 |
+
},
|
1236 |
+
{
|
1237 |
+
"epoch": 0.6908734052993131,
|
1238 |
+
"grad_norm": 0.8600307824342088,
|
1239 |
+
"learning_rate": 5.240526069629265e-06,
|
1240 |
+
"loss": 1.5957,
|
1241 |
+
"step": 176
|
1242 |
+
},
|
1243 |
+
{
|
1244 |
+
"epoch": 0.6947988223748773,
|
1245 |
+
"grad_norm": 0.9072137683070356,
|
1246 |
+
"learning_rate": 5.119799768390021e-06,
|
1247 |
+
"loss": 1.6048,
|
1248 |
+
"step": 177
|
1249 |
+
},
|
1250 |
+
{
|
1251 |
+
"epoch": 0.6987242394504416,
|
1252 |
+
"grad_norm": 0.9471535710462194,
|
1253 |
+
"learning_rate": 5.000000000000003e-06,
|
1254 |
+
"loss": 1.5996,
|
1255 |
+
"step": 178
|
1256 |
+
},
|
1257 |
+
{
|
1258 |
+
"epoch": 0.7026496565260059,
|
1259 |
+
"grad_norm": 0.8767147652530162,
|
1260 |
+
"learning_rate": 4.881149509103993e-06,
|
1261 |
+
"loss": 1.6235,
|
1262 |
+
"step": 179
|
1263 |
+
},
|
1264 |
+
{
|
1265 |
+
"epoch": 0.7065750736015701,
|
1266 |
+
"grad_norm": 0.8551100522979943,
|
1267 |
+
"learning_rate": 4.763270860121222e-06,
|
1268 |
+
"loss": 1.5987,
|
1269 |
+
"step": 180
|
1270 |
+
},
|
1271 |
+
{
|
1272 |
+
"epoch": 0.7105004906771345,
|
1273 |
+
"grad_norm": 2.682630794646339,
|
1274 |
+
"learning_rate": 4.646386432961396e-06,
|
1275 |
+
"loss": 1.6288,
|
1276 |
+
"step": 181
|
1277 |
+
},
|
1278 |
+
{
|
1279 |
+
"epoch": 0.7144259077526988,
|
1280 |
+
"grad_norm": 0.9218355935778795,
|
1281 |
+
"learning_rate": 4.530518418775734e-06,
|
1282 |
+
"loss": 1.5845,
|
1283 |
+
"step": 182
|
1284 |
+
},
|
1285 |
+
{
|
1286 |
+
"epoch": 0.718351324828263,
|
1287 |
+
"grad_norm": 0.8944990873390325,
|
1288 |
+
"learning_rate": 4.415688815743858e-06,
|
1289 |
+
"loss": 1.5499,
|
1290 |
+
"step": 183
|
1291 |
+
},
|
1292 |
+
{
|
1293 |
+
"epoch": 0.7222767419038273,
|
1294 |
+
"grad_norm": 0.8642527045568604,
|
1295 |
+
"learning_rate": 4.301919424897339e-06,
|
1296 |
+
"loss": 1.5471,
|
1297 |
+
"step": 184
|
1298 |
+
},
|
1299 |
+
{
|
1300 |
+
"epoch": 0.7262021589793916,
|
1301 |
+
"grad_norm": 0.847995978904247,
|
1302 |
+
"learning_rate": 4.189231845980618e-06,
|
1303 |
+
"loss": 1.5885,
|
1304 |
+
"step": 185
|
1305 |
+
},
|
1306 |
+
{
|
1307 |
+
"epoch": 0.7301275760549558,
|
1308 |
+
"grad_norm": 0.8569284771048433,
|
1309 |
+
"learning_rate": 4.077647473350201e-06,
|
1310 |
+
"loss": 1.6413,
|
1311 |
+
"step": 186
|
1312 |
+
},
|
1313 |
+
{
|
1314 |
+
"epoch": 0.7340529931305201,
|
1315 |
+
"grad_norm": 0.8115797403733079,
|
1316 |
+
"learning_rate": 3.967187491912813e-06,
|
1317 |
+
"loss": 1.6192,
|
1318 |
+
"step": 187
|
1319 |
+
},
|
1320 |
+
{
|
1321 |
+
"epoch": 0.7379784102060843,
|
1322 |
+
"grad_norm": 0.8459095182066169,
|
1323 |
+
"learning_rate": 3.857872873103322e-06,
|
1324 |
+
"loss": 1.6268,
|
1325 |
+
"step": 188
|
1326 |
+
},
|
1327 |
+
{
|
1328 |
+
"epoch": 0.7419038272816487,
|
1329 |
+
"grad_norm": 0.8610021863012962,
|
1330 |
+
"learning_rate": 3.749724370903216e-06,
|
1331 |
+
"loss": 1.5548,
|
1332 |
+
"step": 189
|
1333 |
+
},
|
1334 |
+
{
|
1335 |
+
"epoch": 0.745829244357213,
|
1336 |
+
"grad_norm": 0.8977310054539044,
|
1337 |
+
"learning_rate": 3.6427625179003223e-06,
|
1338 |
+
"loss": 1.5387,
|
1339 |
+
"step": 190
|
1340 |
+
},
|
1341 |
+
{
|
1342 |
+
"epoch": 0.7497546614327772,
|
1343 |
+
"grad_norm": 0.9793672572198016,
|
1344 |
+
"learning_rate": 3.5370076213905904e-06,
|
1345 |
+
"loss": 1.5878,
|
1346 |
+
"step": 191
|
1347 |
+
},
|
1348 |
+
{
|
1349 |
+
"epoch": 0.7536800785083415,
|
1350 |
+
"grad_norm": 0.8481741676724341,
|
1351 |
+
"learning_rate": 3.4324797595226567e-06,
|
1352 |
+
"loss": 1.5028,
|
1353 |
+
"step": 192
|
1354 |
+
},
|
1355 |
+
{
|
1356 |
+
"epoch": 0.7576054955839058,
|
1357 |
+
"grad_norm": 0.8597838552057963,
|
1358 |
+
"learning_rate": 3.329198777485869e-06,
|
1359 |
+
"loss": 1.6214,
|
1360 |
+
"step": 193
|
1361 |
+
},
|
1362 |
+
{
|
1363 |
+
"epoch": 0.76153091265947,
|
1364 |
+
"grad_norm": 3.616697619018478,
|
1365 |
+
"learning_rate": 3.2271842837425917e-06,
|
1366 |
+
"loss": 1.6,
|
1367 |
+
"step": 194
|
1368 |
+
},
|
1369 |
+
{
|
1370 |
+
"epoch": 0.7654563297350343,
|
1371 |
+
"grad_norm": 0.8269416415115425,
|
1372 |
+
"learning_rate": 3.1264556463054162e-06,
|
1373 |
+
"loss": 1.5626,
|
1374 |
+
"step": 195
|
1375 |
+
},
|
1376 |
+
{
|
1377 |
+
"epoch": 0.7693817468105987,
|
1378 |
+
"grad_norm": 0.8339428761497759,
|
1379 |
+
"learning_rate": 3.0270319890600465e-06,
|
1380 |
+
"loss": 1.5993,
|
1381 |
+
"step": 196
|
1382 |
+
},
|
1383 |
+
{
|
1384 |
+
"epoch": 0.7733071638861629,
|
1385 |
+
"grad_norm": 0.8586040015054238,
|
1386 |
+
"learning_rate": 2.9289321881345257e-06,
|
1387 |
+
"loss": 1.5738,
|
1388 |
+
"step": 197
|
1389 |
+
},
|
1390 |
+
{
|
1391 |
+
"epoch": 0.7772325809617272,
|
1392 |
+
"grad_norm": 0.8917002874622041,
|
1393 |
+
"learning_rate": 2.8321748683154893e-06,
|
1394 |
+
"loss": 1.621,
|
1395 |
+
"step": 198
|
1396 |
+
},
|
1397 |
+
{
|
1398 |
+
"epoch": 0.7811579980372915,
|
1399 |
+
"grad_norm": 0.8987794594287856,
|
1400 |
+
"learning_rate": 2.73677839951215e-06,
|
1401 |
+
"loss": 1.5869,
|
1402 |
+
"step": 199
|
1403 |
+
},
|
1404 |
+
{
|
1405 |
+
"epoch": 0.7850834151128557,
|
1406 |
+
"grad_norm": 0.8283138049802639,
|
1407 |
+
"learning_rate": 2.642760893268684e-06,
|
1408 |
+
"loss": 1.5747,
|
1409 |
+
"step": 200
|
1410 |
+
},
|
1411 |
+
{
|
1412 |
+
"epoch": 0.78900883218842,
|
1413 |
+
"grad_norm": 0.8236640627120524,
|
1414 |
+
"learning_rate": 2.55014019932563e-06,
|
1415 |
+
"loss": 1.6623,
|
1416 |
+
"step": 201
|
1417 |
+
},
|
1418 |
+
{
|
1419 |
+
"epoch": 0.7929342492639843,
|
1420 |
+
"grad_norm": 0.8633741424003055,
|
1421 |
+
"learning_rate": 2.4589339022310386e-06,
|
1422 |
+
"loss": 1.6475,
|
1423 |
+
"step": 202
|
1424 |
+
},
|
1425 |
+
{
|
1426 |
+
"epoch": 0.7968596663395485,
|
1427 |
+
"grad_norm": 0.8659380267098473,
|
1428 |
+
"learning_rate": 2.369159318001937e-06,
|
1429 |
+
"loss": 1.638,
|
1430 |
+
"step": 203
|
1431 |
+
},
|
1432 |
+
{
|
1433 |
+
"epoch": 0.8007850834151129,
|
1434 |
+
"grad_norm": 0.8362436890758017,
|
1435 |
+
"learning_rate": 2.2808334908367914e-06,
|
1436 |
+
"loss": 1.5459,
|
1437 |
+
"step": 204
|
1438 |
+
},
|
1439 |
+
{
|
1440 |
+
"epoch": 0.8047105004906772,
|
1441 |
+
"grad_norm": 0.8671870625149154,
|
1442 |
+
"learning_rate": 2.1939731898795803e-06,
|
1443 |
+
"loss": 1.6203,
|
1444 |
+
"step": 205
|
1445 |
+
},
|
1446 |
+
{
|
1447 |
+
"epoch": 0.8086359175662414,
|
1448 |
+
"grad_norm": 0.8387701873967306,
|
1449 |
+
"learning_rate": 2.1085949060360654e-06,
|
1450 |
+
"loss": 1.5794,
|
1451 |
+
"step": 206
|
1452 |
+
},
|
1453 |
+
{
|
1454 |
+
"epoch": 0.8125613346418057,
|
1455 |
+
"grad_norm": 0.8272291995800398,
|
1456 |
+
"learning_rate": 2.0247148488429104e-06,
|
1457 |
+
"loss": 1.5846,
|
1458 |
+
"step": 207
|
1459 |
+
},
|
1460 |
+
{
|
1461 |
+
"epoch": 0.81648675171737,
|
1462 |
+
"grad_norm": 0.9148983529895788,
|
1463 |
+
"learning_rate": 1.9423489433902186e-06,
|
1464 |
+
"loss": 1.627,
|
1465 |
+
"step": 208
|
1466 |
+
},
|
1467 |
+
{
|
1468 |
+
"epoch": 0.8204121687929342,
|
1469 |
+
"grad_norm": 1.023887839871913,
|
1470 |
+
"learning_rate": 1.861512827298051e-06,
|
1471 |
+
"loss": 1.6436,
|
1472 |
+
"step": 209
|
1473 |
+
},
|
1474 |
+
{
|
1475 |
+
"epoch": 0.8243375858684985,
|
1476 |
+
"grad_norm": 0.8668047143699129,
|
1477 |
+
"learning_rate": 1.7822218477475496e-06,
|
1478 |
+
"loss": 1.5111,
|
1479 |
+
"step": 210
|
1480 |
+
},
|
1481 |
+
{
|
1482 |
+
"epoch": 0.8282630029440629,
|
1483 |
+
"grad_norm": 0.8921013544076094,
|
1484 |
+
"learning_rate": 1.704491058567187e-06,
|
1485 |
+
"loss": 1.5929,
|
1486 |
+
"step": 211
|
1487 |
+
},
|
1488 |
+
{
|
1489 |
+
"epoch": 0.8321884200196271,
|
1490 |
+
"grad_norm": 0.7827134172094803,
|
1491 |
+
"learning_rate": 1.6283352173747148e-06,
|
1492 |
+
"loss": 1.5684,
|
1493 |
+
"step": 212
|
1494 |
+
},
|
1495 |
+
{
|
1496 |
+
"epoch": 0.8361138370951914,
|
1497 |
+
"grad_norm": 0.9151558285804295,
|
1498 |
+
"learning_rate": 1.5537687827753512e-06,
|
1499 |
+
"loss": 1.5954,
|
1500 |
+
"step": 213
|
1501 |
+
},
|
1502 |
+
{
|
1503 |
+
"epoch": 0.8400392541707556,
|
1504 |
+
"grad_norm": 0.7806131759440897,
|
1505 |
+
"learning_rate": 1.4808059116167306e-06,
|
1506 |
+
"loss": 1.5959,
|
1507 |
+
"step": 214
|
1508 |
+
},
|
1509 |
+
{
|
1510 |
+
"epoch": 0.8439646712463199,
|
1511 |
+
"grad_norm": 0.8071021031464382,
|
1512 |
+
"learning_rate": 1.409460456301147e-06,
|
1513 |
+
"loss": 1.5547,
|
1514 |
+
"step": 215
|
1515 |
+
},
|
1516 |
+
{
|
1517 |
+
"epoch": 0.8478900883218842,
|
1518 |
+
"grad_norm": 0.9885392511275477,
|
1519 |
+
"learning_rate": 1.339745962155613e-06,
|
1520 |
+
"loss": 1.5806,
|
1521 |
+
"step": 216
|
1522 |
+
},
|
1523 |
+
{
|
1524 |
+
"epoch": 0.8518155053974484,
|
1525 |
+
"grad_norm": 0.8447951427483683,
|
1526 |
+
"learning_rate": 1.2716756648601857e-06,
|
1527 |
+
"loss": 1.5858,
|
1528 |
+
"step": 217
|
1529 |
+
},
|
1530 |
+
{
|
1531 |
+
"epoch": 0.8557409224730128,
|
1532 |
+
"grad_norm": 0.8442429240687109,
|
1533 |
+
"learning_rate": 1.2052624879351105e-06,
|
1534 |
+
"loss": 1.5602,
|
1535 |
+
"step": 218
|
1536 |
+
},
|
1537 |
+
{
|
1538 |
+
"epoch": 0.8596663395485771,
|
1539 |
+
"grad_norm": 0.8304889902121484,
|
1540 |
+
"learning_rate": 1.1405190402872201e-06,
|
1541 |
+
"loss": 1.5274,
|
1542 |
+
"step": 219
|
1543 |
+
},
|
1544 |
+
{
|
1545 |
+
"epoch": 0.8635917566241413,
|
1546 |
+
"grad_norm": 0.867275409980241,
|
1547 |
+
"learning_rate": 1.0774576138160596e-06,
|
1548 |
+
"loss": 1.5931,
|
1549 |
+
"step": 220
|
1550 |
+
},
|
1551 |
+
{
|
1552 |
+
"epoch": 0.8675171736997056,
|
1553 |
+
"grad_norm": 5.025226481716912,
|
1554 |
+
"learning_rate": 1.0160901810802114e-06,
|
1555 |
+
"loss": 1.6555,
|
1556 |
+
"step": 221
|
1557 |
+
},
|
1558 |
+
{
|
1559 |
+
"epoch": 0.8714425907752699,
|
1560 |
+
"grad_norm": 2.0164281778712465,
|
1561 |
+
"learning_rate": 9.564283930242258e-07,
|
1562 |
+
"loss": 1.661,
|
1563 |
+
"step": 222
|
1564 |
+
},
|
1565 |
+
{
|
1566 |
+
"epoch": 0.8753680078508341,
|
1567 |
+
"grad_norm": 0.8447154641571145,
|
1568 |
+
"learning_rate": 8.984835767666311e-07,
|
1569 |
+
"loss": 1.6076,
|
1570 |
+
"step": 223
|
1571 |
+
},
|
1572 |
+
{
|
1573 |
+
"epoch": 0.8792934249263984,
|
1574 |
+
"grad_norm": 0.8975390071105757,
|
1575 |
+
"learning_rate": 8.42266733449425e-07,
|
1576 |
+
"loss": 1.5106,
|
1577 |
+
"step": 224
|
1578 |
+
},
|
1579 |
+
{
|
1580 |
+
"epoch": 0.8832188420019627,
|
1581 |
+
"grad_norm": 0.8174103028875408,
|
1582 |
+
"learning_rate": 7.877885361494353e-07,
|
1583 |
+
"loss": 1.6067,
|
1584 |
+
"step": 225
|
1585 |
+
},
|
1586 |
+
{
|
1587 |
+
"epoch": 0.887144259077527,
|
1588 |
+
"grad_norm": 0.854406198730777,
|
1589 |
+
"learning_rate": 7.350593278519824e-07,
|
1590 |
+
"loss": 1.5743,
|
1591 |
+
"step": 226
|
1592 |
+
},
|
1593 |
+
{
|
1594 |
+
"epoch": 0.8910696761530913,
|
1595 |
+
"grad_norm": 0.8218241526940049,
|
1596 |
+
"learning_rate": 6.840891194872112e-07,
|
1597 |
+
"loss": 1.5742,
|
1598 |
+
"step": 227
|
1599 |
+
},
|
1600 |
+
{
|
1601 |
+
"epoch": 0.8949950932286556,
|
1602 |
+
"grad_norm": 0.8490420507418462,
|
1603 |
+
"learning_rate": 6.348875880294536e-07,
|
1604 |
+
"loss": 1.5941,
|
1605 |
+
"step": 228
|
1606 |
+
},
|
1607 |
+
{
|
1608 |
+
"epoch": 0.8989205103042198,
|
1609 |
+
"grad_norm": 0.8319724448801171,
|
1610 |
+
"learning_rate": 5.874640746600047e-07,
|
1611 |
+
"loss": 1.5843,
|
1612 |
+
"step": 229
|
1613 |
+
},
|
1614 |
+
{
|
1615 |
+
"epoch": 0.9028459273797841,
|
1616 |
+
"grad_norm": 0.7477454547881142,
|
1617 |
+
"learning_rate": 5.418275829936537e-07,
|
1618 |
+
"loss": 1.5841,
|
1619 |
+
"step": 230
|
1620 |
+
},
|
1621 |
+
{
|
1622 |
+
"epoch": 0.9067713444553483,
|
1623 |
+
"grad_norm": 0.8119670445159111,
|
1624 |
+
"learning_rate": 4.979867773692881e-07,
|
1625 |
+
"loss": 1.5129,
|
1626 |
+
"step": 231
|
1627 |
+
},
|
1628 |
+
{
|
1629 |
+
"epoch": 0.9106967615309126,
|
1630 |
+
"grad_norm": 0.8063431890509406,
|
1631 |
+
"learning_rate": 4.5594998120492505e-07,
|
1632 |
+
"loss": 1.6281,
|
1633 |
+
"step": 232
|
1634 |
+
},
|
1635 |
+
{
|
1636 |
+
"epoch": 0.914622178606477,
|
1637 |
+
"grad_norm": 0.8038685064920295,
|
1638 |
+
"learning_rate": 4.1572517541747294e-07,
|
1639 |
+
"loss": 1.5374,
|
1640 |
+
"step": 233
|
1641 |
+
},
|
1642 |
+
{
|
1643 |
+
"epoch": 0.9185475956820413,
|
1644 |
+
"grad_norm": 0.7714276603717256,
|
1645 |
+
"learning_rate": 3.773199969074959e-07,
|
1646 |
+
"loss": 1.5733,
|
1647 |
+
"step": 234
|
1648 |
+
},
|
1649 |
+
{
|
1650 |
+
"epoch": 0.9224730127576055,
|
1651 |
+
"grad_norm": 0.802623741175608,
|
1652 |
+
"learning_rate": 3.4074173710931804e-07,
|
1653 |
+
"loss": 1.5588,
|
1654 |
+
"step": 235
|
1655 |
+
},
|
1656 |
+
{
|
1657 |
+
"epoch": 0.9263984298331698,
|
1658 |
+
"grad_norm": 0.8204240222973807,
|
1659 |
+
"learning_rate": 3.059973406066963e-07,
|
1660 |
+
"loss": 1.4883,
|
1661 |
+
"step": 236
|
1662 |
+
},
|
1663 |
+
{
|
1664 |
+
"epoch": 0.930323846908734,
|
1665 |
+
"grad_norm": 0.8820271488142285,
|
1666 |
+
"learning_rate": 2.730934038143607e-07,
|
1667 |
+
"loss": 1.6086,
|
1668 |
+
"step": 237
|
1669 |
+
},
|
1670 |
+
{
|
1671 |
+
"epoch": 0.9342492639842983,
|
1672 |
+
"grad_norm": 0.8275009337148957,
|
1673 |
+
"learning_rate": 2.420361737256438e-07,
|
1674 |
+
"loss": 1.5674,
|
1675 |
+
"step": 238
|
1676 |
+
},
|
1677 |
+
{
|
1678 |
+
"epoch": 0.9381746810598626,
|
1679 |
+
"grad_norm": 0.8098954974154235,
|
1680 |
+
"learning_rate": 2.1283154672645522e-07,
|
1681 |
+
"loss": 1.5705,
|
1682 |
+
"step": 239
|
1683 |
+
},
|
1684 |
+
{
|
1685 |
+
"epoch": 0.9421000981354269,
|
1686 |
+
"grad_norm": 0.8616587187287363,
|
1687 |
+
"learning_rate": 1.854850674758213e-07,
|
1688 |
+
"loss": 1.5822,
|
1689 |
+
"step": 240
|
1690 |
+
},
|
1691 |
+
{
|
1692 |
+
"epoch": 0.9460255152109912,
|
1693 |
+
"grad_norm": 0.7757300122580277,
|
1694 |
+
"learning_rate": 1.6000192785320057e-07,
|
1695 |
+
"loss": 1.5585,
|
1696 |
+
"step": 241
|
1697 |
+
},
|
1698 |
+
{
|
1699 |
+
"epoch": 0.9499509322865555,
|
1700 |
+
"grad_norm": 0.8825447741450724,
|
1701 |
+
"learning_rate": 1.3638696597277678e-07,
|
1702 |
+
"loss": 1.5802,
|
1703 |
+
"step": 242
|
1704 |
+
},
|
1705 |
+
{
|
1706 |
+
"epoch": 0.9538763493621197,
|
1707 |
+
"grad_norm": 0.7909984644724999,
|
1708 |
+
"learning_rate": 1.1464466526491691e-07,
|
1709 |
+
"loss": 1.5111,
|
1710 |
+
"step": 243
|
1711 |
+
},
|
1712 |
+
{
|
1713 |
+
"epoch": 0.957801766437684,
|
1714 |
+
"grad_norm": 0.9826658212623717,
|
1715 |
+
"learning_rate": 9.47791536249676e-08,
|
1716 |
+
"loss": 1.5619,
|
1717 |
+
"step": 244
|
1718 |
+
},
|
1719 |
+
{
|
1720 |
+
"epoch": 0.9617271835132483,
|
1721 |
+
"grad_norm": 0.8676845965842969,
|
1722 |
+
"learning_rate": 7.679420262954984e-08,
|
1723 |
+
"loss": 1.6559,
|
1724 |
+
"step": 245
|
1725 |
+
},
|
1726 |
+
{
|
1727 |
+
"epoch": 0.9656526005888125,
|
1728 |
+
"grad_norm": 0.8063317459427207,
|
1729 |
+
"learning_rate": 6.069322682050516e-08,
|
1730 |
+
"loss": 1.6133,
|
1731 |
+
"step": 246
|
1732 |
+
},
|
1733 |
+
{
|
1734 |
+
"epoch": 0.9695780176643768,
|
1735 |
+
"grad_norm": 1.2596969588466849,
|
1736 |
+
"learning_rate": 4.647928305662852e-08,
|
1737 |
+
"loss": 1.6134,
|
1738 |
+
"step": 247
|
1739 |
+
},
|
1740 |
+
{
|
1741 |
+
"epoch": 0.9735034347399412,
|
1742 |
+
"grad_norm": 0.7890445423722453,
|
1743 |
+
"learning_rate": 3.4155069933301535e-08,
|
1744 |
+
"loss": 1.6156,
|
1745 |
+
"step": 248
|
1746 |
+
},
|
1747 |
+
{
|
1748 |
+
"epoch": 0.9774288518155054,
|
1749 |
+
"grad_norm": 0.9707160185876472,
|
1750 |
+
"learning_rate": 2.372292727015557e-08,
|
1751 |
+
"loss": 1.6215,
|
1752 |
+
"step": 249
|
1753 |
+
},
|
1754 |
+
{
|
1755 |
+
"epoch": 0.9813542688910697,
|
1756 |
+
"grad_norm": 0.8378049298136845,
|
1757 |
+
"learning_rate": 1.518483566683826e-08,
|
1758 |
+
"loss": 1.6676,
|
1759 |
+
"step": 250
|
1760 |
+
},
|
1761 |
+
{
|
1762 |
+
"epoch": 0.985279685966634,
|
1763 |
+
"grad_norm": 0.8694716533735262,
|
1764 |
+
"learning_rate": 8.542416126989805e-09,
|
1765 |
+
"loss": 1.6165,
|
1766 |
+
"step": 251
|
1767 |
+
},
|
1768 |
+
{
|
1769 |
+
"epoch": 0.9892051030421982,
|
1770 |
+
"grad_norm": 0.7930214390540633,
|
1771 |
+
"learning_rate": 3.7969297504858445e-09,
|
1772 |
+
"loss": 1.6058,
|
1773 |
+
"step": 252
|
1774 |
+
},
|
1775 |
+
{
|
1776 |
+
"epoch": 0.9931305201177625,
|
1777 |
+
"grad_norm": 2.859324121777814,
|
1778 |
+
"learning_rate": 9.49277494008971e-10,
|
1779 |
+
"loss": 1.5339,
|
1780 |
+
"step": 253
|
1781 |
+
},
|
1782 |
+
{
|
1783 |
+
"epoch": 0.9970559371933267,
|
1784 |
+
"grad_norm": 0.8600778729962169,
|
1785 |
+
"learning_rate": 0.0,
|
1786 |
+
"loss": 1.6055,
|
1787 |
+
"step": 254
|
1788 |
+
},
|
1789 |
+
{
|
1790 |
+
"epoch": 0.9970559371933267,
|
1791 |
+
"eval_loss": 1.5823049545288086,
|
1792 |
+
"eval_runtime": 51.7269,
|
1793 |
+
"eval_samples_per_second": 5.2,
|
1794 |
+
"eval_steps_per_second": 0.657,
|
1795 |
+
"step": 254
|
1796 |
+
},
|
1797 |
+
{
|
1798 |
+
"epoch": 0.9970559371933267,
|
1799 |
+
"step": 254,
|
1800 |
+
"total_flos": 66244072439808.0,
|
1801 |
+
"train_loss": 2.2374156319250273,
|
1802 |
+
"train_runtime": 15313.1311,
|
1803 |
+
"train_samples_per_second": 1.065,
|
1804 |
+
"train_steps_per_second": 0.017
|
1805 |
+
}
|
1806 |
+
],
|
1807 |
+
"logging_steps": 1,
|
1808 |
+
"max_steps": 254,
|
1809 |
+
"num_input_tokens_seen": 0,
|
1810 |
+
"num_train_epochs": 1,
|
1811 |
+
"save_steps": 500,
|
1812 |
+
"stateful_callbacks": {
|
1813 |
+
"TrainerControl": {
|
1814 |
+
"args": {
|
1815 |
+
"should_epoch_stop": false,
|
1816 |
+
"should_evaluate": false,
|
1817 |
+
"should_log": false,
|
1818 |
+
"should_save": true,
|
1819 |
+
"should_training_stop": true
|
1820 |
+
},
|
1821 |
+
"attributes": {}
|
1822 |
+
}
|
1823 |
+
},
|
1824 |
+
"total_flos": 66244072439808.0,
|
1825 |
+
"train_batch_size": 1,
|
1826 |
+
"trial_name": null,
|
1827 |
+
"trial_params": null
|
1828 |
+
}
|