terry69 commited on
Commit
328fed1
1 Parent(s): 728c59e

Model save

Browse files
README.md ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: mistralai/Mistral-7B-Instruct-v0.2
5
+ tags:
6
+ - trl
7
+ - sft
8
+ - generated_from_trainer
9
+ model-index:
10
+ - name: preference_p0.1_seed42_level2_styledirtybatch16
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
+ # preference_p0.1_seed42_level2_styledirtybatch16
18
+
19
+ This model is a fine-tuned version of [mistralai/Mistral-7B-Instruct-v0.2](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2) on the None dataset.
20
+
21
+ ## Model description
22
+
23
+ More information needed
24
+
25
+ ## Intended uses & limitations
26
+
27
+ More information needed
28
+
29
+ ## Training and evaluation data
30
+
31
+ More information needed
32
+
33
+ ## Training procedure
34
+
35
+ ### Training hyperparameters
36
+
37
+ The following hyperparameters were used during training:
38
+ - learning_rate: 1e-05
39
+ - train_batch_size: 4
40
+ - eval_batch_size: 1
41
+ - seed: 42
42
+ - distributed_type: multi-GPU
43
+ - num_devices: 4
44
+ - total_train_batch_size: 16
45
+ - total_eval_batch_size: 4
46
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
+ - lr_scheduler_type: cosine
48
+ - lr_scheduler_warmup_ratio: 0.1
49
+ - num_epochs: 1
50
+
51
+ ### Training results
52
+
53
+
54
+
55
+ ### Framework versions
56
+
57
+ - Transformers 4.44.2
58
+ - Pytorch 2.3.1+cu121
59
+ - Datasets 2.19.1
60
+ - Tokenizers 0.19.1
all_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.0,
3
+ "total_flos": 228328514519040.0,
4
+ "train_loss": 0.5532772317904499,
5
+ "train_runtime": 23497.974,
6
+ "train_samples": 88990,
7
+ "train_samples_per_second": 1.484,
8
+ "train_steps_per_second": 0.093
9
+ }
config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "mistralai/Mistral-7B-Instruct-v0.2",
3
+ "architectures": [
4
+ "MistralForCausalLM"
5
+ ],
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 1,
8
+ "eos_token_id": 2,
9
+ "head_dim": 128,
10
+ "hidden_act": "silu",
11
+ "hidden_size": 4096,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 14336,
14
+ "max_position_embeddings": 32768,
15
+ "model_type": "mistral",
16
+ "num_attention_heads": 32,
17
+ "num_hidden_layers": 32,
18
+ "num_key_value_heads": 8,
19
+ "rms_norm_eps": 1e-05,
20
+ "rope_theta": 1000000.0,
21
+ "sliding_window": null,
22
+ "tie_word_embeddings": false,
23
+ "torch_dtype": "bfloat16",
24
+ "transformers_version": "4.44.2",
25
+ "use_cache": false,
26
+ "vocab_size": 32000
27
+ }
generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 1,
4
+ "eos_token_id": 2,
5
+ "transformers_version": "4.44.2"
6
+ }
model-00001-of-00003.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8568cb236d9b6c4c3e553b65ce2b653ef25513cadde41a4099c1b0fd76c38128
3
+ size 4943162336
model-00002-of-00003.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f6142e1342cf9c5b7cbeb1fb37b50b31e940663975d0993f3a839983fb85499
3
+ size 4999819336
model-00003-of-00003.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fbe1aefbc7b544951c3422c0e6b200ee72af374bab74bf104c93570e280db5b5
3
+ size 4540516344
model.safetensors.index.json ADDED
@@ -0,0 +1,298 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metadata": {
3
+ "total_size": 14483464192
4
+ },
5
+ "weight_map": {
6
+ "lm_head.weight": "model-00003-of-00003.safetensors",
7
+ "model.embed_tokens.weight": "model-00001-of-00003.safetensors",
8
+ "model.layers.0.input_layernorm.weight": "model-00001-of-00003.safetensors",
9
+ "model.layers.0.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
10
+ "model.layers.0.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
11
+ "model.layers.0.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
12
+ "model.layers.0.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
13
+ "model.layers.0.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
14
+ "model.layers.0.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
15
+ "model.layers.0.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
16
+ "model.layers.0.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
17
+ "model.layers.1.input_layernorm.weight": "model-00001-of-00003.safetensors",
18
+ "model.layers.1.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
19
+ "model.layers.1.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
20
+ "model.layers.1.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
21
+ "model.layers.1.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
22
+ "model.layers.1.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
23
+ "model.layers.1.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
24
+ "model.layers.1.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
25
+ "model.layers.1.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
26
+ "model.layers.10.input_layernorm.weight": "model-00002-of-00003.safetensors",
27
+ "model.layers.10.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
28
+ "model.layers.10.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
29
+ "model.layers.10.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
30
+ "model.layers.10.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
31
+ "model.layers.10.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
32
+ "model.layers.10.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
33
+ "model.layers.10.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
34
+ "model.layers.10.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
35
+ "model.layers.11.input_layernorm.weight": "model-00002-of-00003.safetensors",
36
+ "model.layers.11.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
37
+ "model.layers.11.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
38
+ "model.layers.11.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
39
+ "model.layers.11.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
40
+ "model.layers.11.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
41
+ "model.layers.11.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
42
+ "model.layers.11.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
43
+ "model.layers.11.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
44
+ "model.layers.12.input_layernorm.weight": "model-00002-of-00003.safetensors",
45
+ "model.layers.12.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
46
+ "model.layers.12.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
47
+ "model.layers.12.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
48
+ "model.layers.12.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
49
+ "model.layers.12.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
50
+ "model.layers.12.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
51
+ "model.layers.12.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
52
+ "model.layers.12.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
53
+ "model.layers.13.input_layernorm.weight": "model-00002-of-00003.safetensors",
54
+ "model.layers.13.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
55
+ "model.layers.13.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
56
+ "model.layers.13.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
57
+ "model.layers.13.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
58
+ "model.layers.13.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
59
+ "model.layers.13.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
60
+ "model.layers.13.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
61
+ "model.layers.13.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
62
+ "model.layers.14.input_layernorm.weight": "model-00002-of-00003.safetensors",
63
+ "model.layers.14.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
64
+ "model.layers.14.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
65
+ "model.layers.14.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
66
+ "model.layers.14.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
67
+ "model.layers.14.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
68
+ "model.layers.14.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
69
+ "model.layers.14.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
70
+ "model.layers.14.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
71
+ "model.layers.15.input_layernorm.weight": "model-00002-of-00003.safetensors",
72
+ "model.layers.15.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
73
+ "model.layers.15.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
74
+ "model.layers.15.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
75
+ "model.layers.15.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
76
+ "model.layers.15.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
77
+ "model.layers.15.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
78
+ "model.layers.15.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
79
+ "model.layers.15.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
80
+ "model.layers.16.input_layernorm.weight": "model-00002-of-00003.safetensors",
81
+ "model.layers.16.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
82
+ "model.layers.16.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
83
+ "model.layers.16.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
84
+ "model.layers.16.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
85
+ "model.layers.16.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
86
+ "model.layers.16.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
87
+ "model.layers.16.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
88
+ "model.layers.16.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
89
+ "model.layers.17.input_layernorm.weight": "model-00002-of-00003.safetensors",
90
+ "model.layers.17.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
91
+ "model.layers.17.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
92
+ "model.layers.17.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
93
+ "model.layers.17.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
94
+ "model.layers.17.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
95
+ "model.layers.17.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
96
+ "model.layers.17.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
97
+ "model.layers.17.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
98
+ "model.layers.18.input_layernorm.weight": "model-00002-of-00003.safetensors",
99
+ "model.layers.18.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
100
+ "model.layers.18.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
101
+ "model.layers.18.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
102
+ "model.layers.18.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
103
+ "model.layers.18.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
104
+ "model.layers.18.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
105
+ "model.layers.18.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
106
+ "model.layers.18.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
107
+ "model.layers.19.input_layernorm.weight": "model-00002-of-00003.safetensors",
108
+ "model.layers.19.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
109
+ "model.layers.19.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
110
+ "model.layers.19.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
111
+ "model.layers.19.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
112
+ "model.layers.19.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
113
+ "model.layers.19.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
114
+ "model.layers.19.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
115
+ "model.layers.19.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
116
+ "model.layers.2.input_layernorm.weight": "model-00001-of-00003.safetensors",
117
+ "model.layers.2.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
118
+ "model.layers.2.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
119
+ "model.layers.2.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
120
+ "model.layers.2.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
121
+ "model.layers.2.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
122
+ "model.layers.2.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
123
+ "model.layers.2.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
124
+ "model.layers.2.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
125
+ "model.layers.20.input_layernorm.weight": "model-00002-of-00003.safetensors",
126
+ "model.layers.20.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
127
+ "model.layers.20.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
128
+ "model.layers.20.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
129
+ "model.layers.20.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
130
+ "model.layers.20.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
131
+ "model.layers.20.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
132
+ "model.layers.20.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
133
+ "model.layers.20.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
134
+ "model.layers.21.input_layernorm.weight": "model-00002-of-00003.safetensors",
135
+ "model.layers.21.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
136
+ "model.layers.21.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
137
+ "model.layers.21.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
138
+ "model.layers.21.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
139
+ "model.layers.21.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
140
+ "model.layers.21.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
141
+ "model.layers.21.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
142
+ "model.layers.21.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
143
+ "model.layers.22.input_layernorm.weight": "model-00003-of-00003.safetensors",
144
+ "model.layers.22.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
145
+ "model.layers.22.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
146
+ "model.layers.22.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
147
+ "model.layers.22.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
148
+ "model.layers.22.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
149
+ "model.layers.22.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
150
+ "model.layers.22.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
151
+ "model.layers.22.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
152
+ "model.layers.23.input_layernorm.weight": "model-00003-of-00003.safetensors",
153
+ "model.layers.23.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
154
+ "model.layers.23.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
155
+ "model.layers.23.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
156
+ "model.layers.23.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
157
+ "model.layers.23.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
158
+ "model.layers.23.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
159
+ "model.layers.23.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
160
+ "model.layers.23.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
161
+ "model.layers.24.input_layernorm.weight": "model-00003-of-00003.safetensors",
162
+ "model.layers.24.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
163
+ "model.layers.24.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
164
+ "model.layers.24.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
165
+ "model.layers.24.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
166
+ "model.layers.24.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
167
+ "model.layers.24.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
168
+ "model.layers.24.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
169
+ "model.layers.24.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
170
+ "model.layers.25.input_layernorm.weight": "model-00003-of-00003.safetensors",
171
+ "model.layers.25.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
172
+ "model.layers.25.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
173
+ "model.layers.25.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
174
+ "model.layers.25.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
175
+ "model.layers.25.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
176
+ "model.layers.25.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
177
+ "model.layers.25.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
178
+ "model.layers.25.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
179
+ "model.layers.26.input_layernorm.weight": "model-00003-of-00003.safetensors",
180
+ "model.layers.26.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
181
+ "model.layers.26.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
182
+ "model.layers.26.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
183
+ "model.layers.26.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
184
+ "model.layers.26.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
185
+ "model.layers.26.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
186
+ "model.layers.26.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
187
+ "model.layers.26.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
188
+ "model.layers.27.input_layernorm.weight": "model-00003-of-00003.safetensors",
189
+ "model.layers.27.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
190
+ "model.layers.27.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
191
+ "model.layers.27.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
192
+ "model.layers.27.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
193
+ "model.layers.27.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
194
+ "model.layers.27.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
195
+ "model.layers.27.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
196
+ "model.layers.27.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
197
+ "model.layers.28.input_layernorm.weight": "model-00003-of-00003.safetensors",
198
+ "model.layers.28.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
199
+ "model.layers.28.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
200
+ "model.layers.28.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
201
+ "model.layers.28.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
202
+ "model.layers.28.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
203
+ "model.layers.28.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
204
+ "model.layers.28.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
205
+ "model.layers.28.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
206
+ "model.layers.29.input_layernorm.weight": "model-00003-of-00003.safetensors",
207
+ "model.layers.29.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
208
+ "model.layers.29.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
209
+ "model.layers.29.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
210
+ "model.layers.29.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
211
+ "model.layers.29.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
212
+ "model.layers.29.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
213
+ "model.layers.29.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
214
+ "model.layers.29.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
215
+ "model.layers.3.input_layernorm.weight": "model-00001-of-00003.safetensors",
216
+ "model.layers.3.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
217
+ "model.layers.3.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
218
+ "model.layers.3.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
219
+ "model.layers.3.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
220
+ "model.layers.3.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
221
+ "model.layers.3.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
222
+ "model.layers.3.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
223
+ "model.layers.3.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
224
+ "model.layers.30.input_layernorm.weight": "model-00003-of-00003.safetensors",
225
+ "model.layers.30.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
226
+ "model.layers.30.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
227
+ "model.layers.30.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
228
+ "model.layers.30.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
229
+ "model.layers.30.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
230
+ "model.layers.30.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
231
+ "model.layers.30.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
232
+ "model.layers.30.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
233
+ "model.layers.31.input_layernorm.weight": "model-00003-of-00003.safetensors",
234
+ "model.layers.31.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
235
+ "model.layers.31.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
236
+ "model.layers.31.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
237
+ "model.layers.31.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
238
+ "model.layers.31.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
239
+ "model.layers.31.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
240
+ "model.layers.31.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
241
+ "model.layers.31.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
242
+ "model.layers.4.input_layernorm.weight": "model-00001-of-00003.safetensors",
243
+ "model.layers.4.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
244
+ "model.layers.4.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
245
+ "model.layers.4.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
246
+ "model.layers.4.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
247
+ "model.layers.4.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
248
+ "model.layers.4.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
249
+ "model.layers.4.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
250
+ "model.layers.4.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
251
+ "model.layers.5.input_layernorm.weight": "model-00001-of-00003.safetensors",
252
+ "model.layers.5.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
253
+ "model.layers.5.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
254
+ "model.layers.5.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
255
+ "model.layers.5.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
256
+ "model.layers.5.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
257
+ "model.layers.5.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
258
+ "model.layers.5.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
259
+ "model.layers.5.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
260
+ "model.layers.6.input_layernorm.weight": "model-00001-of-00003.safetensors",
261
+ "model.layers.6.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
262
+ "model.layers.6.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
263
+ "model.layers.6.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
264
+ "model.layers.6.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
265
+ "model.layers.6.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
266
+ "model.layers.6.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
267
+ "model.layers.6.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
268
+ "model.layers.6.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
269
+ "model.layers.7.input_layernorm.weight": "model-00001-of-00003.safetensors",
270
+ "model.layers.7.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
271
+ "model.layers.7.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
272
+ "model.layers.7.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
273
+ "model.layers.7.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
274
+ "model.layers.7.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
275
+ "model.layers.7.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
276
+ "model.layers.7.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
277
+ "model.layers.7.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
278
+ "model.layers.8.input_layernorm.weight": "model-00001-of-00003.safetensors",
279
+ "model.layers.8.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
280
+ "model.layers.8.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
281
+ "model.layers.8.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
282
+ "model.layers.8.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
283
+ "model.layers.8.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
284
+ "model.layers.8.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
285
+ "model.layers.8.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
286
+ "model.layers.8.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
287
+ "model.layers.9.input_layernorm.weight": "model-00001-of-00003.safetensors",
288
+ "model.layers.9.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
289
+ "model.layers.9.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
290
+ "model.layers.9.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
291
+ "model.layers.9.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
292
+ "model.layers.9.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
293
+ "model.layers.9.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
294
+ "model.layers.9.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
295
+ "model.layers.9.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
296
+ "model.norm.weight": "model-00003-of-00003.safetensors"
297
+ }
298
+ }
runs/Sep17_05-40-26_COE-CS-sv004/events.out.tfevents.1726552050.COE-CS-sv004.2463819.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61a2e6761c2fb4b49f2c7920783ba84e6d90bfc238906424e9383d53b7971499
3
+ size 97958
special_tokens_map.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": "</s>",
17
+ "unk_token": {
18
+ "content": "<unk>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ }
24
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dadfd56d766715c61d2ef780a525ab43b8e6da4de6865bda3d95fdef5e134055
3
+ size 493443
tokenizer_config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "add_prefix_space": null,
5
+ "added_tokens_decoder": {
6
+ "0": {
7
+ "content": "<unk>",
8
+ "lstrip": false,
9
+ "normalized": false,
10
+ "rstrip": false,
11
+ "single_word": false,
12
+ "special": true
13
+ },
14
+ "1": {
15
+ "content": "<s>",
16
+ "lstrip": false,
17
+ "normalized": false,
18
+ "rstrip": false,
19
+ "single_word": false,
20
+ "special": true
21
+ },
22
+ "2": {
23
+ "content": "</s>",
24
+ "lstrip": false,
25
+ "normalized": false,
26
+ "rstrip": false,
27
+ "single_word": false,
28
+ "special": true
29
+ }
30
+ },
31
+ "additional_special_tokens": [],
32
+ "bos_token": "<s>",
33
+ "chat_template": "{% for message in messages %}\n{% if message['role'] == 'user' %}\n{{ '<|user|>\n' + message['content'] + eos_token }}\n{% elif message['role'] == 'system' %}\n{{ '<|system|>\n' + message['content'] + eos_token }}\n{% elif message['role'] == 'assistant' %}\n{{ '<|assistant|>\n' + message['content'] + eos_token }}\n{% endif %}\n{% if loop.last and add_generation_prompt %}\n{{ '<|assistant|>' }}\n{% endif %}\n{% endfor %}",
34
+ "clean_up_tokenization_spaces": false,
35
+ "eos_token": "</s>",
36
+ "legacy": false,
37
+ "model_max_length": 2048,
38
+ "pad_token": "</s>",
39
+ "sp_model_kwargs": {},
40
+ "spaces_between_special_tokens": false,
41
+ "tokenizer_class": "LlamaTokenizer",
42
+ "unk_token": "<unk>",
43
+ "use_default_system_prompt": false
44
+ }
train_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.0,
3
+ "total_flos": 228328514519040.0,
4
+ "train_loss": 0.5532772317904499,
5
+ "train_runtime": 23497.974,
6
+ "train_samples": 88990,
7
+ "train_samples_per_second": 1.484,
8
+ "train_steps_per_second": 0.093
9
+ }
trainer_state.json ADDED
@@ -0,0 +1,3108 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 1.0,
5
+ "eval_steps": 500,
6
+ "global_step": 2181,
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.0004585052728106373,
13
+ "grad_norm": 25.35940676221757,
14
+ "learning_rate": 4.5662100456621004e-08,
15
+ "loss": 1.4356,
16
+ "step": 1
17
+ },
18
+ {
19
+ "epoch": 0.0022925263640531865,
20
+ "grad_norm": 23.277460508193656,
21
+ "learning_rate": 2.2831050228310502e-07,
22
+ "loss": 1.4178,
23
+ "step": 5
24
+ },
25
+ {
26
+ "epoch": 0.004585052728106373,
27
+ "grad_norm": 15.396159390081614,
28
+ "learning_rate": 4.5662100456621004e-07,
29
+ "loss": 1.3928,
30
+ "step": 10
31
+ },
32
+ {
33
+ "epoch": 0.0068775790921595595,
34
+ "grad_norm": 9.927996187561872,
35
+ "learning_rate": 6.849315068493151e-07,
36
+ "loss": 1.2487,
37
+ "step": 15
38
+ },
39
+ {
40
+ "epoch": 0.009170105456212746,
41
+ "grad_norm": 8.936136397262343,
42
+ "learning_rate": 9.132420091324201e-07,
43
+ "loss": 1.1467,
44
+ "step": 20
45
+ },
46
+ {
47
+ "epoch": 0.011462631820265932,
48
+ "grad_norm": 3.9419002716272007,
49
+ "learning_rate": 1.1415525114155251e-06,
50
+ "loss": 1.0321,
51
+ "step": 25
52
+ },
53
+ {
54
+ "epoch": 0.013755158184319119,
55
+ "grad_norm": 3.2824292809209212,
56
+ "learning_rate": 1.3698630136986302e-06,
57
+ "loss": 0.9911,
58
+ "step": 30
59
+ },
60
+ {
61
+ "epoch": 0.016047684548372305,
62
+ "grad_norm": 3.198808731865913,
63
+ "learning_rate": 1.5981735159817353e-06,
64
+ "loss": 0.9499,
65
+ "step": 35
66
+ },
67
+ {
68
+ "epoch": 0.018340210912425492,
69
+ "grad_norm": 3.200026153105945,
70
+ "learning_rate": 1.8264840182648401e-06,
71
+ "loss": 0.9394,
72
+ "step": 40
73
+ },
74
+ {
75
+ "epoch": 0.02063273727647868,
76
+ "grad_norm": 3.1015042038551264,
77
+ "learning_rate": 2.0547945205479454e-06,
78
+ "loss": 0.9374,
79
+ "step": 45
80
+ },
81
+ {
82
+ "epoch": 0.022925263640531865,
83
+ "grad_norm": 3.0638884680066116,
84
+ "learning_rate": 2.2831050228310503e-06,
85
+ "loss": 0.9366,
86
+ "step": 50
87
+ },
88
+ {
89
+ "epoch": 0.02521779000458505,
90
+ "grad_norm": 3.1218708697344337,
91
+ "learning_rate": 2.511415525114155e-06,
92
+ "loss": 0.9072,
93
+ "step": 55
94
+ },
95
+ {
96
+ "epoch": 0.027510316368638238,
97
+ "grad_norm": 3.030931859384564,
98
+ "learning_rate": 2.7397260273972604e-06,
99
+ "loss": 0.896,
100
+ "step": 60
101
+ },
102
+ {
103
+ "epoch": 0.029802842732691424,
104
+ "grad_norm": 3.183215428730836,
105
+ "learning_rate": 2.9680365296803653e-06,
106
+ "loss": 0.904,
107
+ "step": 65
108
+ },
109
+ {
110
+ "epoch": 0.03209536909674461,
111
+ "grad_norm": 3.1193991823217884,
112
+ "learning_rate": 3.1963470319634706e-06,
113
+ "loss": 0.8992,
114
+ "step": 70
115
+ },
116
+ {
117
+ "epoch": 0.0343878954607978,
118
+ "grad_norm": 3.1562480345048662,
119
+ "learning_rate": 3.4246575342465754e-06,
120
+ "loss": 0.9008,
121
+ "step": 75
122
+ },
123
+ {
124
+ "epoch": 0.036680421824850984,
125
+ "grad_norm": 3.1106379275365263,
126
+ "learning_rate": 3.6529680365296803e-06,
127
+ "loss": 0.8835,
128
+ "step": 80
129
+ },
130
+ {
131
+ "epoch": 0.03897294818890417,
132
+ "grad_norm": 3.1659334626442455,
133
+ "learning_rate": 3.881278538812785e-06,
134
+ "loss": 0.8798,
135
+ "step": 85
136
+ },
137
+ {
138
+ "epoch": 0.04126547455295736,
139
+ "grad_norm": 3.1010027836059533,
140
+ "learning_rate": 4.109589041095891e-06,
141
+ "loss": 0.879,
142
+ "step": 90
143
+ },
144
+ {
145
+ "epoch": 0.04355800091701054,
146
+ "grad_norm": 3.3519588401192273,
147
+ "learning_rate": 4.337899543378996e-06,
148
+ "loss": 0.8615,
149
+ "step": 95
150
+ },
151
+ {
152
+ "epoch": 0.04585052728106373,
153
+ "grad_norm": 3.049285908948199,
154
+ "learning_rate": 4.566210045662101e-06,
155
+ "loss": 0.8529,
156
+ "step": 100
157
+ },
158
+ {
159
+ "epoch": 0.048143053645116916,
160
+ "grad_norm": 3.109756439871898,
161
+ "learning_rate": 4.7945205479452054e-06,
162
+ "loss": 0.8654,
163
+ "step": 105
164
+ },
165
+ {
166
+ "epoch": 0.0504355800091701,
167
+ "grad_norm": 3.1513505710159335,
168
+ "learning_rate": 5.02283105022831e-06,
169
+ "loss": 0.8663,
170
+ "step": 110
171
+ },
172
+ {
173
+ "epoch": 0.05272810637322329,
174
+ "grad_norm": 3.1767156567086614,
175
+ "learning_rate": 5.251141552511416e-06,
176
+ "loss": 0.8613,
177
+ "step": 115
178
+ },
179
+ {
180
+ "epoch": 0.055020632737276476,
181
+ "grad_norm": 3.453537287264967,
182
+ "learning_rate": 5.479452054794521e-06,
183
+ "loss": 0.8771,
184
+ "step": 120
185
+ },
186
+ {
187
+ "epoch": 0.05731315910132966,
188
+ "grad_norm": 3.013155684535603,
189
+ "learning_rate": 5.7077625570776266e-06,
190
+ "loss": 0.8473,
191
+ "step": 125
192
+ },
193
+ {
194
+ "epoch": 0.05960568546538285,
195
+ "grad_norm": 3.425642520518735,
196
+ "learning_rate": 5.936073059360731e-06,
197
+ "loss": 0.8521,
198
+ "step": 130
199
+ },
200
+ {
201
+ "epoch": 0.061898211829436035,
202
+ "grad_norm": 3.031927176672884,
203
+ "learning_rate": 6.164383561643836e-06,
204
+ "loss": 0.84,
205
+ "step": 135
206
+ },
207
+ {
208
+ "epoch": 0.06419073819348922,
209
+ "grad_norm": 3.239390421336056,
210
+ "learning_rate": 6.392694063926941e-06,
211
+ "loss": 0.859,
212
+ "step": 140
213
+ },
214
+ {
215
+ "epoch": 0.06648326455754242,
216
+ "grad_norm": 3.017820442924467,
217
+ "learning_rate": 6.621004566210046e-06,
218
+ "loss": 0.86,
219
+ "step": 145
220
+ },
221
+ {
222
+ "epoch": 0.0687757909215956,
223
+ "grad_norm": 3.0002036905279503,
224
+ "learning_rate": 6.849315068493151e-06,
225
+ "loss": 0.8525,
226
+ "step": 150
227
+ },
228
+ {
229
+ "epoch": 0.07106831728564879,
230
+ "grad_norm": 3.1828998491124016,
231
+ "learning_rate": 7.077625570776257e-06,
232
+ "loss": 0.8433,
233
+ "step": 155
234
+ },
235
+ {
236
+ "epoch": 0.07336084364970197,
237
+ "grad_norm": 3.087610569097963,
238
+ "learning_rate": 7.305936073059361e-06,
239
+ "loss": 0.8361,
240
+ "step": 160
241
+ },
242
+ {
243
+ "epoch": 0.07565337001375516,
244
+ "grad_norm": 3.115099552868115,
245
+ "learning_rate": 7.534246575342466e-06,
246
+ "loss": 0.8436,
247
+ "step": 165
248
+ },
249
+ {
250
+ "epoch": 0.07794589637780834,
251
+ "grad_norm": 3.1551201699069282,
252
+ "learning_rate": 7.76255707762557e-06,
253
+ "loss": 0.8311,
254
+ "step": 170
255
+ },
256
+ {
257
+ "epoch": 0.08023842274186153,
258
+ "grad_norm": 3.2013023977541617,
259
+ "learning_rate": 7.990867579908676e-06,
260
+ "loss": 0.8244,
261
+ "step": 175
262
+ },
263
+ {
264
+ "epoch": 0.08253094910591471,
265
+ "grad_norm": 3.1031180959674716,
266
+ "learning_rate": 8.219178082191782e-06,
267
+ "loss": 0.8362,
268
+ "step": 180
269
+ },
270
+ {
271
+ "epoch": 0.08482347546996791,
272
+ "grad_norm": 3.056534274967503,
273
+ "learning_rate": 8.447488584474887e-06,
274
+ "loss": 0.827,
275
+ "step": 185
276
+ },
277
+ {
278
+ "epoch": 0.08711600183402109,
279
+ "grad_norm": 2.8738007240926016,
280
+ "learning_rate": 8.675799086757991e-06,
281
+ "loss": 0.8264,
282
+ "step": 190
283
+ },
284
+ {
285
+ "epoch": 0.08940852819807428,
286
+ "grad_norm": 2.9833947743009044,
287
+ "learning_rate": 8.904109589041097e-06,
288
+ "loss": 0.8364,
289
+ "step": 195
290
+ },
291
+ {
292
+ "epoch": 0.09170105456212746,
293
+ "grad_norm": 3.0590617698737606,
294
+ "learning_rate": 9.132420091324201e-06,
295
+ "loss": 0.8385,
296
+ "step": 200
297
+ },
298
+ {
299
+ "epoch": 0.09399358092618065,
300
+ "grad_norm": 2.9544649860589964,
301
+ "learning_rate": 9.360730593607307e-06,
302
+ "loss": 0.8306,
303
+ "step": 205
304
+ },
305
+ {
306
+ "epoch": 0.09628610729023383,
307
+ "grad_norm": 3.156467119939513,
308
+ "learning_rate": 9.589041095890411e-06,
309
+ "loss": 0.812,
310
+ "step": 210
311
+ },
312
+ {
313
+ "epoch": 0.09857863365428703,
314
+ "grad_norm": 3.241792877196348,
315
+ "learning_rate": 9.817351598173517e-06,
316
+ "loss": 0.8098,
317
+ "step": 215
318
+ },
319
+ {
320
+ "epoch": 0.1008711600183402,
321
+ "grad_norm": 3.329896188306964,
322
+ "learning_rate": 9.999993590241675e-06,
323
+ "loss": 0.8321,
324
+ "step": 220
325
+ },
326
+ {
327
+ "epoch": 0.1031636863823934,
328
+ "grad_norm": 2.961456684151267,
329
+ "learning_rate": 9.999769250425817e-06,
330
+ "loss": 0.8296,
331
+ "step": 225
332
+ },
333
+ {
334
+ "epoch": 0.10545621274644658,
335
+ "grad_norm": 3.0123856993460723,
336
+ "learning_rate": 9.999224439127452e-06,
337
+ "loss": 0.8223,
338
+ "step": 230
339
+ },
340
+ {
341
+ "epoch": 0.10774873911049977,
342
+ "grad_norm": 3.1722352404227263,
343
+ "learning_rate": 9.998359191267488e-06,
344
+ "loss": 0.8183,
345
+ "step": 235
346
+ },
347
+ {
348
+ "epoch": 0.11004126547455295,
349
+ "grad_norm": 3.339283823835408,
350
+ "learning_rate": 9.997173562305937e-06,
351
+ "loss": 0.812,
352
+ "step": 240
353
+ },
354
+ {
355
+ "epoch": 0.11233379183860615,
356
+ "grad_norm": 3.051005936600519,
357
+ "learning_rate": 9.995667628238362e-06,
358
+ "loss": 0.8159,
359
+ "step": 245
360
+ },
361
+ {
362
+ "epoch": 0.11462631820265932,
363
+ "grad_norm": 3.621892868476315,
364
+ "learning_rate": 9.993841485591e-06,
365
+ "loss": 0.8265,
366
+ "step": 250
367
+ },
368
+ {
369
+ "epoch": 0.11691884456671252,
370
+ "grad_norm": 3.1501195933267727,
371
+ "learning_rate": 9.991695251414584e-06,
372
+ "loss": 0.7829,
373
+ "step": 255
374
+ },
375
+ {
376
+ "epoch": 0.1192113709307657,
377
+ "grad_norm": 3.2077051728198436,
378
+ "learning_rate": 9.989229063276829e-06,
379
+ "loss": 0.8061,
380
+ "step": 260
381
+ },
382
+ {
383
+ "epoch": 0.12150389729481889,
384
+ "grad_norm": 2.813867856532736,
385
+ "learning_rate": 9.986443079253628e-06,
386
+ "loss": 0.8088,
387
+ "step": 265
388
+ },
389
+ {
390
+ "epoch": 0.12379642365887207,
391
+ "grad_norm": 2.953479405448006,
392
+ "learning_rate": 9.983337477918904e-06,
393
+ "loss": 0.8013,
394
+ "step": 270
395
+ },
396
+ {
397
+ "epoch": 0.12608895002292525,
398
+ "grad_norm": 2.9765536692485752,
399
+ "learning_rate": 9.979912458333179e-06,
400
+ "loss": 0.8112,
401
+ "step": 275
402
+ },
403
+ {
404
+ "epoch": 0.12838147638697844,
405
+ "grad_norm": 2.9261553011693313,
406
+ "learning_rate": 9.976168240030804e-06,
407
+ "loss": 0.797,
408
+ "step": 280
409
+ },
410
+ {
411
+ "epoch": 0.13067400275103164,
412
+ "grad_norm": 2.7549890848982668,
413
+ "learning_rate": 9.972105063005895e-06,
414
+ "loss": 0.8047,
415
+ "step": 285
416
+ },
417
+ {
418
+ "epoch": 0.13296652911508483,
419
+ "grad_norm": 2.783923747108222,
420
+ "learning_rate": 9.96772318769694e-06,
421
+ "loss": 0.8045,
422
+ "step": 290
423
+ },
424
+ {
425
+ "epoch": 0.13525905547913802,
426
+ "grad_norm": 2.922181282361273,
427
+ "learning_rate": 9.96302289497012e-06,
428
+ "loss": 0.7891,
429
+ "step": 295
430
+ },
431
+ {
432
+ "epoch": 0.1375515818431912,
433
+ "grad_norm": 2.8387565382348807,
434
+ "learning_rate": 9.958004486101293e-06,
435
+ "loss": 0.7756,
436
+ "step": 300
437
+ },
438
+ {
439
+ "epoch": 0.13984410820724438,
440
+ "grad_norm": 2.869327340764152,
441
+ "learning_rate": 9.952668282756692e-06,
442
+ "loss": 0.8027,
443
+ "step": 305
444
+ },
445
+ {
446
+ "epoch": 0.14213663457129758,
447
+ "grad_norm": 2.874303723785054,
448
+ "learning_rate": 9.947014626972298e-06,
449
+ "loss": 0.7826,
450
+ "step": 310
451
+ },
452
+ {
453
+ "epoch": 0.14442916093535077,
454
+ "grad_norm": 2.737834462358364,
455
+ "learning_rate": 9.941043881131928e-06,
456
+ "loss": 0.7702,
457
+ "step": 315
458
+ },
459
+ {
460
+ "epoch": 0.14672168729940394,
461
+ "grad_norm": 2.858629644409334,
462
+ "learning_rate": 9.934756427943996e-06,
463
+ "loss": 0.7761,
464
+ "step": 320
465
+ },
466
+ {
467
+ "epoch": 0.14901421366345713,
468
+ "grad_norm": 2.941702373835629,
469
+ "learning_rate": 9.92815267041699e-06,
470
+ "loss": 0.7778,
471
+ "step": 325
472
+ },
473
+ {
474
+ "epoch": 0.15130674002751032,
475
+ "grad_norm": 2.832449171435636,
476
+ "learning_rate": 9.921233031833639e-06,
477
+ "loss": 0.7747,
478
+ "step": 330
479
+ },
480
+ {
481
+ "epoch": 0.15359926639156352,
482
+ "grad_norm": 2.838327247569131,
483
+ "learning_rate": 9.913997955723777e-06,
484
+ "loss": 0.7798,
485
+ "step": 335
486
+ },
487
+ {
488
+ "epoch": 0.15589179275561668,
489
+ "grad_norm": 3.0053878829121357,
490
+ "learning_rate": 9.90644790583592e-06,
491
+ "loss": 0.7504,
492
+ "step": 340
493
+ },
494
+ {
495
+ "epoch": 0.15818431911966988,
496
+ "grad_norm": 2.737407601036532,
497
+ "learning_rate": 9.898583366107539e-06,
498
+ "loss": 0.7655,
499
+ "step": 345
500
+ },
501
+ {
502
+ "epoch": 0.16047684548372307,
503
+ "grad_norm": 3.0259958169837717,
504
+ "learning_rate": 9.890404840634037e-06,
505
+ "loss": 0.7582,
506
+ "step": 350
507
+ },
508
+ {
509
+ "epoch": 0.16276937184777626,
510
+ "grad_norm": 2.804766086619055,
511
+ "learning_rate": 9.881912853636445e-06,
512
+ "loss": 0.7747,
513
+ "step": 355
514
+ },
515
+ {
516
+ "epoch": 0.16506189821182943,
517
+ "grad_norm": 2.7915942235581785,
518
+ "learning_rate": 9.873107949427815e-06,
519
+ "loss": 0.7584,
520
+ "step": 360
521
+ },
522
+ {
523
+ "epoch": 0.16735442457588262,
524
+ "grad_norm": 2.8708773578370588,
525
+ "learning_rate": 9.863990692378333e-06,
526
+ "loss": 0.7538,
527
+ "step": 365
528
+ },
529
+ {
530
+ "epoch": 0.16964695093993581,
531
+ "grad_norm": 2.8372441642155097,
532
+ "learning_rate": 9.854561666879148e-06,
533
+ "loss": 0.7457,
534
+ "step": 370
535
+ },
536
+ {
537
+ "epoch": 0.171939477303989,
538
+ "grad_norm": 2.7820083192682197,
539
+ "learning_rate": 9.844821477304904e-06,
540
+ "loss": 0.775,
541
+ "step": 375
542
+ },
543
+ {
544
+ "epoch": 0.17423200366804217,
545
+ "grad_norm": 2.6780715561867066,
546
+ "learning_rate": 9.834770747975015e-06,
547
+ "loss": 0.7442,
548
+ "step": 380
549
+ },
550
+ {
551
+ "epoch": 0.17652453003209537,
552
+ "grad_norm": 2.7545319149727763,
553
+ "learning_rate": 9.824410123113634e-06,
554
+ "loss": 0.7416,
555
+ "step": 385
556
+ },
557
+ {
558
+ "epoch": 0.17881705639614856,
559
+ "grad_norm": 2.6402444423405225,
560
+ "learning_rate": 9.813740266808375e-06,
561
+ "loss": 0.7362,
562
+ "step": 390
563
+ },
564
+ {
565
+ "epoch": 0.18110958276020175,
566
+ "grad_norm": 2.730909608534738,
567
+ "learning_rate": 9.802761862967731e-06,
568
+ "loss": 0.7252,
569
+ "step": 395
570
+ },
571
+ {
572
+ "epoch": 0.18340210912425492,
573
+ "grad_norm": 2.9284254959639355,
574
+ "learning_rate": 9.791475615277248e-06,
575
+ "loss": 0.7453,
576
+ "step": 400
577
+ },
578
+ {
579
+ "epoch": 0.1856946354883081,
580
+ "grad_norm": 2.790088757652803,
581
+ "learning_rate": 9.779882247154419e-06,
582
+ "loss": 0.7344,
583
+ "step": 405
584
+ },
585
+ {
586
+ "epoch": 0.1879871618523613,
587
+ "grad_norm": 2.725250925456166,
588
+ "learning_rate": 9.76798250170231e-06,
589
+ "loss": 0.7246,
590
+ "step": 410
591
+ },
592
+ {
593
+ "epoch": 0.1902796882164145,
594
+ "grad_norm": 2.667869321574359,
595
+ "learning_rate": 9.755777141661937e-06,
596
+ "loss": 0.7193,
597
+ "step": 415
598
+ },
599
+ {
600
+ "epoch": 0.19257221458046767,
601
+ "grad_norm": 2.5119646512097997,
602
+ "learning_rate": 9.743266949363368e-06,
603
+ "loss": 0.7402,
604
+ "step": 420
605
+ },
606
+ {
607
+ "epoch": 0.19486474094452086,
608
+ "grad_norm": 2.847215415311532,
609
+ "learning_rate": 9.730452726675583e-06,
610
+ "loss": 0.7173,
611
+ "step": 425
612
+ },
613
+ {
614
+ "epoch": 0.19715726730857405,
615
+ "grad_norm": 2.779126735326216,
616
+ "learning_rate": 9.717335294955078e-06,
617
+ "loss": 0.7157,
618
+ "step": 430
619
+ },
620
+ {
621
+ "epoch": 0.19944979367262725,
622
+ "grad_norm": 3.4561646981046454,
623
+ "learning_rate": 9.703915494993215e-06,
624
+ "loss": 0.7312,
625
+ "step": 435
626
+ },
627
+ {
628
+ "epoch": 0.2017423200366804,
629
+ "grad_norm": 2.7730394910581913,
630
+ "learning_rate": 9.690194186962326e-06,
631
+ "loss": 0.7335,
632
+ "step": 440
633
+ },
634
+ {
635
+ "epoch": 0.2040348464007336,
636
+ "grad_norm": 2.859201150645261,
637
+ "learning_rate": 9.676172250360583e-06,
638
+ "loss": 0.7383,
639
+ "step": 445
640
+ },
641
+ {
642
+ "epoch": 0.2063273727647868,
643
+ "grad_norm": 2.9209175577350313,
644
+ "learning_rate": 9.66185058395563e-06,
645
+ "loss": 0.7263,
646
+ "step": 450
647
+ },
648
+ {
649
+ "epoch": 0.20861989912884,
650
+ "grad_norm": 2.704547531489439,
651
+ "learning_rate": 9.647230105726963e-06,
652
+ "loss": 0.7143,
653
+ "step": 455
654
+ },
655
+ {
656
+ "epoch": 0.21091242549289316,
657
+ "grad_norm": 2.670951446360455,
658
+ "learning_rate": 9.632311752807097e-06,
659
+ "loss": 0.7307,
660
+ "step": 460
661
+ },
662
+ {
663
+ "epoch": 0.21320495185694635,
664
+ "grad_norm": 3.2268092839390485,
665
+ "learning_rate": 9.617096481421498e-06,
666
+ "loss": 0.6985,
667
+ "step": 465
668
+ },
669
+ {
670
+ "epoch": 0.21549747822099954,
671
+ "grad_norm": 2.939723635315935,
672
+ "learning_rate": 9.601585266827288e-06,
673
+ "loss": 0.7181,
674
+ "step": 470
675
+ },
676
+ {
677
+ "epoch": 0.21779000458505274,
678
+ "grad_norm": 2.7240300289732082,
679
+ "learning_rate": 9.58577910325074e-06,
680
+ "loss": 0.7079,
681
+ "step": 475
682
+ },
683
+ {
684
+ "epoch": 0.2200825309491059,
685
+ "grad_norm": 2.7348057628577815,
686
+ "learning_rate": 9.569679003823542e-06,
687
+ "loss": 0.7063,
688
+ "step": 480
689
+ },
690
+ {
691
+ "epoch": 0.2223750573131591,
692
+ "grad_norm": 2.6209148336683894,
693
+ "learning_rate": 9.55328600051787e-06,
694
+ "loss": 0.7019,
695
+ "step": 485
696
+ },
697
+ {
698
+ "epoch": 0.2246675836772123,
699
+ "grad_norm": 2.7094717894075093,
700
+ "learning_rate": 9.536601144080224e-06,
701
+ "loss": 0.6933,
702
+ "step": 490
703
+ },
704
+ {
705
+ "epoch": 0.22696011004126548,
706
+ "grad_norm": 2.6005478056383393,
707
+ "learning_rate": 9.5196255039641e-06,
708
+ "loss": 0.7008,
709
+ "step": 495
710
+ },
711
+ {
712
+ "epoch": 0.22925263640531865,
713
+ "grad_norm": 2.9435017052734933,
714
+ "learning_rate": 9.502360168261424e-06,
715
+ "loss": 0.7168,
716
+ "step": 500
717
+ },
718
+ {
719
+ "epoch": 0.23154516276937184,
720
+ "grad_norm": 15.281241231781962,
721
+ "learning_rate": 9.48480624363281e-06,
722
+ "loss": 0.6968,
723
+ "step": 505
724
+ },
725
+ {
726
+ "epoch": 0.23383768913342504,
727
+ "grad_norm": 2.803746155734926,
728
+ "learning_rate": 9.46696485523664e-06,
729
+ "loss": 0.7176,
730
+ "step": 510
731
+ },
732
+ {
733
+ "epoch": 0.23613021549747823,
734
+ "grad_norm": 2.9572910983459275,
735
+ "learning_rate": 9.448837146656924e-06,
736
+ "loss": 0.6983,
737
+ "step": 515
738
+ },
739
+ {
740
+ "epoch": 0.2384227418615314,
741
+ "grad_norm": 2.66575290909559,
742
+ "learning_rate": 9.430424279830014e-06,
743
+ "loss": 0.679,
744
+ "step": 520
745
+ },
746
+ {
747
+ "epoch": 0.2407152682255846,
748
+ "grad_norm": 2.6071015601683056,
749
+ "learning_rate": 9.411727434970121e-06,
750
+ "loss": 0.6796,
751
+ "step": 525
752
+ },
753
+ {
754
+ "epoch": 0.24300779458963778,
755
+ "grad_norm": 2.6190152299969975,
756
+ "learning_rate": 9.392747810493675e-06,
757
+ "loss": 0.6922,
758
+ "step": 530
759
+ },
760
+ {
761
+ "epoch": 0.24530032095369098,
762
+ "grad_norm": 2.9035286162764624,
763
+ "learning_rate": 9.373486622942494e-06,
764
+ "loss": 0.6881,
765
+ "step": 535
766
+ },
767
+ {
768
+ "epoch": 0.24759284731774414,
769
+ "grad_norm": 2.722112266367375,
770
+ "learning_rate": 9.353945106905822e-06,
771
+ "loss": 0.691,
772
+ "step": 540
773
+ },
774
+ {
775
+ "epoch": 0.24988537368179733,
776
+ "grad_norm": 2.8551591177378173,
777
+ "learning_rate": 9.334124514941185e-06,
778
+ "loss": 0.6786,
779
+ "step": 545
780
+ },
781
+ {
782
+ "epoch": 0.2521779000458505,
783
+ "grad_norm": 2.789372421806793,
784
+ "learning_rate": 9.314026117494116e-06,
785
+ "loss": 0.6965,
786
+ "step": 550
787
+ },
788
+ {
789
+ "epoch": 0.2544704264099037,
790
+ "grad_norm": 2.943178087845294,
791
+ "learning_rate": 9.29365120281671e-06,
792
+ "loss": 0.6734,
793
+ "step": 555
794
+ },
795
+ {
796
+ "epoch": 0.2567629527739569,
797
+ "grad_norm": 2.9269593678262678,
798
+ "learning_rate": 9.273001076885059e-06,
799
+ "loss": 0.6567,
800
+ "step": 560
801
+ },
802
+ {
803
+ "epoch": 0.2590554791380101,
804
+ "grad_norm": 2.7577714835234457,
805
+ "learning_rate": 9.252077063315545e-06,
806
+ "loss": 0.6628,
807
+ "step": 565
808
+ },
809
+ {
810
+ "epoch": 0.2613480055020633,
811
+ "grad_norm": 2.595587224144848,
812
+ "learning_rate": 9.230880503279991e-06,
813
+ "loss": 0.6593,
814
+ "step": 570
815
+ },
816
+ {
817
+ "epoch": 0.26364053186611647,
818
+ "grad_norm": 2.6421320876444425,
819
+ "learning_rate": 9.209412755419703e-06,
820
+ "loss": 0.6616,
821
+ "step": 575
822
+ },
823
+ {
824
+ "epoch": 0.26593305823016966,
825
+ "grad_norm": 2.5889083746551487,
826
+ "learning_rate": 9.18767519575838e-06,
827
+ "loss": 0.6574,
828
+ "step": 580
829
+ },
830
+ {
831
+ "epoch": 0.26822558459422285,
832
+ "grad_norm": 2.644361824371662,
833
+ "learning_rate": 9.165669217613919e-06,
834
+ "loss": 0.6631,
835
+ "step": 585
836
+ },
837
+ {
838
+ "epoch": 0.27051811095827605,
839
+ "grad_norm": 2.7328270481402166,
840
+ "learning_rate": 9.143396231509102e-06,
841
+ "loss": 0.6591,
842
+ "step": 590
843
+ },
844
+ {
845
+ "epoch": 0.2728106373223292,
846
+ "grad_norm": 2.6202953814608247,
847
+ "learning_rate": 9.12085766508119e-06,
848
+ "loss": 0.6465,
849
+ "step": 595
850
+ },
851
+ {
852
+ "epoch": 0.2751031636863824,
853
+ "grad_norm": 2.688621083531908,
854
+ "learning_rate": 9.098054962990415e-06,
855
+ "loss": 0.6678,
856
+ "step": 600
857
+ },
858
+ {
859
+ "epoch": 0.2773956900504356,
860
+ "grad_norm": 2.684577688850206,
861
+ "learning_rate": 9.074989586827375e-06,
862
+ "loss": 0.6478,
863
+ "step": 605
864
+ },
865
+ {
866
+ "epoch": 0.27968821641448877,
867
+ "grad_norm": 2.6991742230220708,
868
+ "learning_rate": 9.05166301501936e-06,
869
+ "loss": 0.6575,
870
+ "step": 610
871
+ },
872
+ {
873
+ "epoch": 0.28198074277854196,
874
+ "grad_norm": 2.8422733898390353,
875
+ "learning_rate": 9.028076742735583e-06,
876
+ "loss": 0.6606,
877
+ "step": 615
878
+ },
879
+ {
880
+ "epoch": 0.28427326914259515,
881
+ "grad_norm": 3.3111069999457174,
882
+ "learning_rate": 9.004232281791341e-06,
883
+ "loss": 0.6501,
884
+ "step": 620
885
+ },
886
+ {
887
+ "epoch": 0.28656579550664835,
888
+ "grad_norm": 2.8352207612326676,
889
+ "learning_rate": 8.980131160551118e-06,
890
+ "loss": 0.6497,
891
+ "step": 625
892
+ },
893
+ {
894
+ "epoch": 0.28885832187070154,
895
+ "grad_norm": 2.622577509095012,
896
+ "learning_rate": 8.955774923830618e-06,
897
+ "loss": 0.6265,
898
+ "step": 630
899
+ },
900
+ {
901
+ "epoch": 0.2911508482347547,
902
+ "grad_norm": 2.6180287881898363,
903
+ "learning_rate": 8.931165132797747e-06,
904
+ "loss": 0.6397,
905
+ "step": 635
906
+ },
907
+ {
908
+ "epoch": 0.29344337459880787,
909
+ "grad_norm": 2.7463986227282713,
910
+ "learning_rate": 8.906303364872545e-06,
911
+ "loss": 0.6668,
912
+ "step": 640
913
+ },
914
+ {
915
+ "epoch": 0.29573590096286106,
916
+ "grad_norm": 2.6468423935127254,
917
+ "learning_rate": 8.881191213626084e-06,
918
+ "loss": 0.6393,
919
+ "step": 645
920
+ },
921
+ {
922
+ "epoch": 0.29802842732691426,
923
+ "grad_norm": 2.6005030935816245,
924
+ "learning_rate": 8.855830288678311e-06,
925
+ "loss": 0.644,
926
+ "step": 650
927
+ },
928
+ {
929
+ "epoch": 0.30032095369096745,
930
+ "grad_norm": 2.7192686848560554,
931
+ "learning_rate": 8.83022221559489e-06,
932
+ "loss": 0.6479,
933
+ "step": 655
934
+ },
935
+ {
936
+ "epoch": 0.30261348005502064,
937
+ "grad_norm": 2.673457233400223,
938
+ "learning_rate": 8.804368635783002e-06,
939
+ "loss": 0.6384,
940
+ "step": 660
941
+ },
942
+ {
943
+ "epoch": 0.30490600641907384,
944
+ "grad_norm": 2.850654385793331,
945
+ "learning_rate": 8.778271206386135e-06,
946
+ "loss": 0.6456,
947
+ "step": 665
948
+ },
949
+ {
950
+ "epoch": 0.30719853278312703,
951
+ "grad_norm": 2.6958806241423643,
952
+ "learning_rate": 8.751931600177863e-06,
953
+ "loss": 0.6025,
954
+ "step": 670
955
+ },
956
+ {
957
+ "epoch": 0.30949105914718017,
958
+ "grad_norm": 2.764991202053115,
959
+ "learning_rate": 8.725351505454631e-06,
960
+ "loss": 0.6194,
961
+ "step": 675
962
+ },
963
+ {
964
+ "epoch": 0.31178358551123336,
965
+ "grad_norm": 2.6590991144561906,
966
+ "learning_rate": 8.69853262592754e-06,
967
+ "loss": 0.6348,
968
+ "step": 680
969
+ },
970
+ {
971
+ "epoch": 0.31407611187528656,
972
+ "grad_norm": 2.708732600879308,
973
+ "learning_rate": 8.671476680613134e-06,
974
+ "loss": 0.6411,
975
+ "step": 685
976
+ },
977
+ {
978
+ "epoch": 0.31636863823933975,
979
+ "grad_norm": 2.5456418831079457,
980
+ "learning_rate": 8.644185403723231e-06,
981
+ "loss": 0.6138,
982
+ "step": 690
983
+ },
984
+ {
985
+ "epoch": 0.31866116460339294,
986
+ "grad_norm": 2.903106819651818,
987
+ "learning_rate": 8.616660544553754e-06,
988
+ "loss": 0.6237,
989
+ "step": 695
990
+ },
991
+ {
992
+ "epoch": 0.32095369096744614,
993
+ "grad_norm": 2.7280408027219942,
994
+ "learning_rate": 8.588903867372607e-06,
995
+ "loss": 0.6138,
996
+ "step": 700
997
+ },
998
+ {
999
+ "epoch": 0.32324621733149933,
1000
+ "grad_norm": 2.886662280669305,
1001
+ "learning_rate": 8.560917151306594e-06,
1002
+ "loss": 0.6066,
1003
+ "step": 705
1004
+ },
1005
+ {
1006
+ "epoch": 0.3255387436955525,
1007
+ "grad_norm": 2.6016420791711994,
1008
+ "learning_rate": 8.53270219022738e-06,
1009
+ "loss": 0.6126,
1010
+ "step": 710
1011
+ },
1012
+ {
1013
+ "epoch": 0.32783127005960566,
1014
+ "grad_norm": 2.5696831024854827,
1015
+ "learning_rate": 8.50426079263651e-06,
1016
+ "loss": 0.6191,
1017
+ "step": 715
1018
+ },
1019
+ {
1020
+ "epoch": 0.33012379642365886,
1021
+ "grad_norm": 2.789642739261612,
1022
+ "learning_rate": 8.475594781549483e-06,
1023
+ "loss": 0.6171,
1024
+ "step": 720
1025
+ },
1026
+ {
1027
+ "epoch": 0.33241632278771205,
1028
+ "grad_norm": 2.662350967821026,
1029
+ "learning_rate": 8.446705994378913e-06,
1030
+ "loss": 0.6262,
1031
+ "step": 725
1032
+ },
1033
+ {
1034
+ "epoch": 0.33470884915176524,
1035
+ "grad_norm": 2.749133969632543,
1036
+ "learning_rate": 8.417596282816742e-06,
1037
+ "loss": 0.6084,
1038
+ "step": 730
1039
+ },
1040
+ {
1041
+ "epoch": 0.33700137551581844,
1042
+ "grad_norm": 2.8389384155162736,
1043
+ "learning_rate": 8.388267512715565e-06,
1044
+ "loss": 0.6089,
1045
+ "step": 735
1046
+ },
1047
+ {
1048
+ "epoch": 0.33929390187987163,
1049
+ "grad_norm": 2.6423715957870115,
1050
+ "learning_rate": 8.358721563969027e-06,
1051
+ "loss": 0.5912,
1052
+ "step": 740
1053
+ },
1054
+ {
1055
+ "epoch": 0.3415864282439248,
1056
+ "grad_norm": 2.582427374014035,
1057
+ "learning_rate": 8.328960330391325e-06,
1058
+ "loss": 0.6015,
1059
+ "step": 745
1060
+ },
1061
+ {
1062
+ "epoch": 0.343878954607978,
1063
+ "grad_norm": 2.5641005198848763,
1064
+ "learning_rate": 8.298985719595824e-06,
1065
+ "loss": 0.6127,
1066
+ "step": 750
1067
+ },
1068
+ {
1069
+ "epoch": 0.34617148097203115,
1070
+ "grad_norm": 2.573968171901929,
1071
+ "learning_rate": 8.268799652872786e-06,
1072
+ "loss": 0.6108,
1073
+ "step": 755
1074
+ },
1075
+ {
1076
+ "epoch": 0.34846400733608435,
1077
+ "grad_norm": 2.555840575858041,
1078
+ "learning_rate": 8.23840406506621e-06,
1079
+ "loss": 0.6013,
1080
+ "step": 760
1081
+ },
1082
+ {
1083
+ "epoch": 0.35075653370013754,
1084
+ "grad_norm": 2.608505400595271,
1085
+ "learning_rate": 8.207800904449829e-06,
1086
+ "loss": 0.5868,
1087
+ "step": 765
1088
+ },
1089
+ {
1090
+ "epoch": 0.35304906006419073,
1091
+ "grad_norm": 2.564041005915397,
1092
+ "learning_rate": 8.176992132602221e-06,
1093
+ "loss": 0.5935,
1094
+ "step": 770
1095
+ },
1096
+ {
1097
+ "epoch": 0.3553415864282439,
1098
+ "grad_norm": 2.835188198766609,
1099
+ "learning_rate": 8.145979724281079e-06,
1100
+ "loss": 0.577,
1101
+ "step": 775
1102
+ },
1103
+ {
1104
+ "epoch": 0.3576341127922971,
1105
+ "grad_norm": 2.624154236961289,
1106
+ "learning_rate": 8.114765667296628e-06,
1107
+ "loss": 0.5807,
1108
+ "step": 780
1109
+ },
1110
+ {
1111
+ "epoch": 0.3599266391563503,
1112
+ "grad_norm": 2.803920892055745,
1113
+ "learning_rate": 8.083351962384234e-06,
1114
+ "loss": 0.5827,
1115
+ "step": 785
1116
+ },
1117
+ {
1118
+ "epoch": 0.3622191655204035,
1119
+ "grad_norm": 2.7453769474392438,
1120
+ "learning_rate": 8.051740623076132e-06,
1121
+ "loss": 0.5743,
1122
+ "step": 790
1123
+ },
1124
+ {
1125
+ "epoch": 0.36451169188445665,
1126
+ "grad_norm": 2.642012832230722,
1127
+ "learning_rate": 8.019933675572389e-06,
1128
+ "loss": 0.5924,
1129
+ "step": 795
1130
+ },
1131
+ {
1132
+ "epoch": 0.36680421824850984,
1133
+ "grad_norm": 2.5959618878893496,
1134
+ "learning_rate": 7.987933158611013e-06,
1135
+ "loss": 0.5765,
1136
+ "step": 800
1137
+ },
1138
+ {
1139
+ "epoch": 0.36909674461256303,
1140
+ "grad_norm": 2.6981842811728107,
1141
+ "learning_rate": 7.95574112333729e-06,
1142
+ "loss": 0.5636,
1143
+ "step": 805
1144
+ },
1145
+ {
1146
+ "epoch": 0.3713892709766162,
1147
+ "grad_norm": 2.7155825019244246,
1148
+ "learning_rate": 7.923359633172299e-06,
1149
+ "loss": 0.5676,
1150
+ "step": 810
1151
+ },
1152
+ {
1153
+ "epoch": 0.3736817973406694,
1154
+ "grad_norm": 2.722727252289237,
1155
+ "learning_rate": 7.890790763680658e-06,
1156
+ "loss": 0.5849,
1157
+ "step": 815
1158
+ },
1159
+ {
1160
+ "epoch": 0.3759743237047226,
1161
+ "grad_norm": 2.5941959497564073,
1162
+ "learning_rate": 7.85803660243749e-06,
1163
+ "loss": 0.582,
1164
+ "step": 820
1165
+ },
1166
+ {
1167
+ "epoch": 0.3782668500687758,
1168
+ "grad_norm": 2.448527666302428,
1169
+ "learning_rate": 7.8250992488946e-06,
1170
+ "loss": 0.586,
1171
+ "step": 825
1172
+ },
1173
+ {
1174
+ "epoch": 0.380559376432829,
1175
+ "grad_norm": 2.786081596311819,
1176
+ "learning_rate": 7.791980814245931e-06,
1177
+ "loss": 0.5547,
1178
+ "step": 830
1179
+ },
1180
+ {
1181
+ "epoch": 0.38285190279688214,
1182
+ "grad_norm": 2.6225345564151237,
1183
+ "learning_rate": 7.758683421292217e-06,
1184
+ "loss": 0.5562,
1185
+ "step": 835
1186
+ },
1187
+ {
1188
+ "epoch": 0.38514442916093533,
1189
+ "grad_norm": 2.495977821656378,
1190
+ "learning_rate": 7.72520920430493e-06,
1191
+ "loss": 0.5728,
1192
+ "step": 840
1193
+ },
1194
+ {
1195
+ "epoch": 0.3874369555249885,
1196
+ "grad_norm": 2.5523314447232535,
1197
+ "learning_rate": 7.691560308889478e-06,
1198
+ "loss": 0.5748,
1199
+ "step": 845
1200
+ },
1201
+ {
1202
+ "epoch": 0.3897294818890417,
1203
+ "grad_norm": 2.702511447586494,
1204
+ "learning_rate": 7.657738891847679e-06,
1205
+ "loss": 0.5651,
1206
+ "step": 850
1207
+ },
1208
+ {
1209
+ "epoch": 0.3920220082530949,
1210
+ "grad_norm": 2.6729070020445533,
1211
+ "learning_rate": 7.623747121039512e-06,
1212
+ "loss": 0.5716,
1213
+ "step": 855
1214
+ },
1215
+ {
1216
+ "epoch": 0.3943145346171481,
1217
+ "grad_norm": 2.7351708064638665,
1218
+ "learning_rate": 7.589587175244162e-06,
1219
+ "loss": 0.565,
1220
+ "step": 860
1221
+ },
1222
+ {
1223
+ "epoch": 0.3966070609812013,
1224
+ "grad_norm": 2.5916997954156638,
1225
+ "learning_rate": 7.555261244020371e-06,
1226
+ "loss": 0.5691,
1227
+ "step": 865
1228
+ },
1229
+ {
1230
+ "epoch": 0.3988995873452545,
1231
+ "grad_norm": 2.4806248685486407,
1232
+ "learning_rate": 7.520771527566093e-06,
1233
+ "loss": 0.5672,
1234
+ "step": 870
1235
+ },
1236
+ {
1237
+ "epoch": 0.40119211370930763,
1238
+ "grad_norm": 2.691711711440267,
1239
+ "learning_rate": 7.486120236577464e-06,
1240
+ "loss": 0.5555,
1241
+ "step": 875
1242
+ },
1243
+ {
1244
+ "epoch": 0.4034846400733608,
1245
+ "grad_norm": 2.6506103202422797,
1246
+ "learning_rate": 7.451309592107104e-06,
1247
+ "loss": 0.5548,
1248
+ "step": 880
1249
+ },
1250
+ {
1251
+ "epoch": 0.405777166437414,
1252
+ "grad_norm": 2.5210545941984983,
1253
+ "learning_rate": 7.416341825421755e-06,
1254
+ "loss": 0.573,
1255
+ "step": 885
1256
+ },
1257
+ {
1258
+ "epoch": 0.4080696928014672,
1259
+ "grad_norm": 2.7103495153803627,
1260
+ "learning_rate": 7.381219177859257e-06,
1261
+ "loss": 0.5428,
1262
+ "step": 890
1263
+ },
1264
+ {
1265
+ "epoch": 0.4103622191655204,
1266
+ "grad_norm": 2.5223081344987826,
1267
+ "learning_rate": 7.345943900684896e-06,
1268
+ "loss": 0.5605,
1269
+ "step": 895
1270
+ },
1271
+ {
1272
+ "epoch": 0.4126547455295736,
1273
+ "grad_norm": 2.5684242617186364,
1274
+ "learning_rate": 7.310518254947092e-06,
1275
+ "loss": 0.5432,
1276
+ "step": 900
1277
+ },
1278
+ {
1279
+ "epoch": 0.4149472718936268,
1280
+ "grad_norm": 2.8905063764239327,
1281
+ "learning_rate": 7.274944511332479e-06,
1282
+ "loss": 0.5355,
1283
+ "step": 905
1284
+ },
1285
+ {
1286
+ "epoch": 0.41723979825768,
1287
+ "grad_norm": 2.7288840976281543,
1288
+ "learning_rate": 7.239224950020359e-06,
1289
+ "loss": 0.5583,
1290
+ "step": 910
1291
+ },
1292
+ {
1293
+ "epoch": 0.4195323246217332,
1294
+ "grad_norm": 2.573090270715344,
1295
+ "learning_rate": 7.203361860536544e-06,
1296
+ "loss": 0.5528,
1297
+ "step": 915
1298
+ },
1299
+ {
1300
+ "epoch": 0.4218248509857863,
1301
+ "grad_norm": 2.7074335935753897,
1302
+ "learning_rate": 7.167357541606613e-06,
1303
+ "loss": 0.5457,
1304
+ "step": 920
1305
+ },
1306
+ {
1307
+ "epoch": 0.4241173773498395,
1308
+ "grad_norm": 2.6225623425429614,
1309
+ "learning_rate": 7.131214301008564e-06,
1310
+ "loss": 0.5405,
1311
+ "step": 925
1312
+ },
1313
+ {
1314
+ "epoch": 0.4264099037138927,
1315
+ "grad_norm": 2.638186367850455,
1316
+ "learning_rate": 7.094934455424889e-06,
1317
+ "loss": 0.5457,
1318
+ "step": 930
1319
+ },
1320
+ {
1321
+ "epoch": 0.4287024300779459,
1322
+ "grad_norm": 2.663625944879504,
1323
+ "learning_rate": 7.058520330294087e-06,
1324
+ "loss": 0.5499,
1325
+ "step": 935
1326
+ },
1327
+ {
1328
+ "epoch": 0.4309949564419991,
1329
+ "grad_norm": 2.594656111210185,
1330
+ "learning_rate": 7.021974259661607e-06,
1331
+ "loss": 0.5471,
1332
+ "step": 940
1333
+ },
1334
+ {
1335
+ "epoch": 0.4332874828060523,
1336
+ "grad_norm": 2.558300587882855,
1337
+ "learning_rate": 6.985298586030241e-06,
1338
+ "loss": 0.5465,
1339
+ "step": 945
1340
+ },
1341
+ {
1342
+ "epoch": 0.4355800091701055,
1343
+ "grad_norm": 2.6435075817238425,
1344
+ "learning_rate": 6.948495660209983e-06,
1345
+ "loss": 0.5331,
1346
+ "step": 950
1347
+ },
1348
+ {
1349
+ "epoch": 0.43787253553415867,
1350
+ "grad_norm": 2.494991656905618,
1351
+ "learning_rate": 6.9115678411673345e-06,
1352
+ "loss": 0.5371,
1353
+ "step": 955
1354
+ },
1355
+ {
1356
+ "epoch": 0.4401650618982118,
1357
+ "grad_norm": 2.4881542600695643,
1358
+ "learning_rate": 6.8745174958741164e-06,
1359
+ "loss": 0.5329,
1360
+ "step": 960
1361
+ },
1362
+ {
1363
+ "epoch": 0.442457588262265,
1364
+ "grad_norm": 2.552409503690461,
1365
+ "learning_rate": 6.837346999155743e-06,
1366
+ "loss": 0.532,
1367
+ "step": 965
1368
+ },
1369
+ {
1370
+ "epoch": 0.4447501146263182,
1371
+ "grad_norm": 2.4970182042863445,
1372
+ "learning_rate": 6.800058733539003e-06,
1373
+ "loss": 0.5376,
1374
+ "step": 970
1375
+ },
1376
+ {
1377
+ "epoch": 0.4470426409903714,
1378
+ "grad_norm": 2.468594629574796,
1379
+ "learning_rate": 6.762655089099353e-06,
1380
+ "loss": 0.513,
1381
+ "step": 975
1382
+ },
1383
+ {
1384
+ "epoch": 0.4493351673544246,
1385
+ "grad_norm": 2.5797501981324453,
1386
+ "learning_rate": 6.725138463307714e-06,
1387
+ "loss": 0.5408,
1388
+ "step": 980
1389
+ },
1390
+ {
1391
+ "epoch": 0.4516276937184778,
1392
+ "grad_norm": 2.8482359445979246,
1393
+ "learning_rate": 6.687511260876799e-06,
1394
+ "loss": 0.5189,
1395
+ "step": 985
1396
+ },
1397
+ {
1398
+ "epoch": 0.45392022008253097,
1399
+ "grad_norm": 2.6612518014120816,
1400
+ "learning_rate": 6.649775893606982e-06,
1401
+ "loss": 0.5318,
1402
+ "step": 990
1403
+ },
1404
+ {
1405
+ "epoch": 0.45621274644658416,
1406
+ "grad_norm": 2.5372082111080347,
1407
+ "learning_rate": 6.611934780231704e-06,
1408
+ "loss": 0.5076,
1409
+ "step": 995
1410
+ },
1411
+ {
1412
+ "epoch": 0.4585052728106373,
1413
+ "grad_norm": 2.4460238122171916,
1414
+ "learning_rate": 6.573990346262445e-06,
1415
+ "loss": 0.5028,
1416
+ "step": 1000
1417
+ },
1418
+ {
1419
+ "epoch": 0.4607977991746905,
1420
+ "grad_norm": 2.5523381259232747,
1421
+ "learning_rate": 6.535945023833249e-06,
1422
+ "loss": 0.5188,
1423
+ "step": 1005
1424
+ },
1425
+ {
1426
+ "epoch": 0.4630903255387437,
1427
+ "grad_norm": 2.6717883324323104,
1428
+ "learning_rate": 6.497801251544833e-06,
1429
+ "loss": 0.5137,
1430
+ "step": 1010
1431
+ },
1432
+ {
1433
+ "epoch": 0.4653828519027969,
1434
+ "grad_norm": 2.4441200104866763,
1435
+ "learning_rate": 6.459561474308278e-06,
1436
+ "loss": 0.513,
1437
+ "step": 1015
1438
+ },
1439
+ {
1440
+ "epoch": 0.4676753782668501,
1441
+ "grad_norm": 2.4626953473958046,
1442
+ "learning_rate": 6.421228143188325e-06,
1443
+ "loss": 0.5241,
1444
+ "step": 1020
1445
+ },
1446
+ {
1447
+ "epoch": 0.46996790463090327,
1448
+ "grad_norm": 2.414799048761899,
1449
+ "learning_rate": 6.382803715246254e-06,
1450
+ "loss": 0.5265,
1451
+ "step": 1025
1452
+ },
1453
+ {
1454
+ "epoch": 0.47226043099495646,
1455
+ "grad_norm": 2.661888186403354,
1456
+ "learning_rate": 6.344290653382408e-06,
1457
+ "loss": 0.5122,
1458
+ "step": 1030
1459
+ },
1460
+ {
1461
+ "epoch": 0.47455295735900965,
1462
+ "grad_norm": 2.705613301623184,
1463
+ "learning_rate": 6.305691426178316e-06,
1464
+ "loss": 0.5076,
1465
+ "step": 1035
1466
+ },
1467
+ {
1468
+ "epoch": 0.4768454837230628,
1469
+ "grad_norm": 2.5901180556298007,
1470
+ "learning_rate": 6.267008507738472e-06,
1471
+ "loss": 0.5309,
1472
+ "step": 1040
1473
+ },
1474
+ {
1475
+ "epoch": 0.479138010087116,
1476
+ "grad_norm": 2.5393961483789345,
1477
+ "learning_rate": 6.228244377531747e-06,
1478
+ "loss": 0.506,
1479
+ "step": 1045
1480
+ },
1481
+ {
1482
+ "epoch": 0.4814305364511692,
1483
+ "grad_norm": 2.5959034041763154,
1484
+ "learning_rate": 6.189401520232464e-06,
1485
+ "loss": 0.5065,
1486
+ "step": 1050
1487
+ },
1488
+ {
1489
+ "epoch": 0.48372306281522237,
1490
+ "grad_norm": 2.6419168193929963,
1491
+ "learning_rate": 6.150482425561135e-06,
1492
+ "loss": 0.5189,
1493
+ "step": 1055
1494
+ },
1495
+ {
1496
+ "epoch": 0.48601558917927556,
1497
+ "grad_norm": 2.58024430648069,
1498
+ "learning_rate": 6.11148958812488e-06,
1499
+ "loss": 0.5071,
1500
+ "step": 1060
1501
+ },
1502
+ {
1503
+ "epoch": 0.48830811554332876,
1504
+ "grad_norm": 2.4501378891077987,
1505
+ "learning_rate": 6.072425507257528e-06,
1506
+ "loss": 0.5033,
1507
+ "step": 1065
1508
+ },
1509
+ {
1510
+ "epoch": 0.49060064190738195,
1511
+ "grad_norm": 2.783006969507733,
1512
+ "learning_rate": 6.033292686859414e-06,
1513
+ "loss": 0.4955,
1514
+ "step": 1070
1515
+ },
1516
+ {
1517
+ "epoch": 0.49289316827143514,
1518
+ "grad_norm": 2.428894458608491,
1519
+ "learning_rate": 5.99409363523689e-06,
1520
+ "loss": 0.4973,
1521
+ "step": 1075
1522
+ },
1523
+ {
1524
+ "epoch": 0.4951856946354883,
1525
+ "grad_norm": 2.7389561374869342,
1526
+ "learning_rate": 5.9548308649415486e-06,
1527
+ "loss": 0.5051,
1528
+ "step": 1080
1529
+ },
1530
+ {
1531
+ "epoch": 0.4974782209995415,
1532
+ "grad_norm": 2.5456232835838124,
1533
+ "learning_rate": 5.91550689260917e-06,
1534
+ "loss": 0.4935,
1535
+ "step": 1085
1536
+ },
1537
+ {
1538
+ "epoch": 0.49977074736359467,
1539
+ "grad_norm": 2.6057045786417685,
1540
+ "learning_rate": 5.876124238798424e-06,
1541
+ "loss": 0.501,
1542
+ "step": 1090
1543
+ },
1544
+ {
1545
+ "epoch": 0.5020632737276479,
1546
+ "grad_norm": 2.4695060680872873,
1547
+ "learning_rate": 5.836685427829296e-06,
1548
+ "loss": 0.5032,
1549
+ "step": 1095
1550
+ },
1551
+ {
1552
+ "epoch": 0.504355800091701,
1553
+ "grad_norm": 2.3783397469941376,
1554
+ "learning_rate": 5.797192987621293e-06,
1555
+ "loss": 0.4985,
1556
+ "step": 1100
1557
+ },
1558
+ {
1559
+ "epoch": 0.5066483264557542,
1560
+ "grad_norm": 2.491153548859691,
1561
+ "learning_rate": 5.7576494495314105e-06,
1562
+ "loss": 0.5043,
1563
+ "step": 1105
1564
+ },
1565
+ {
1566
+ "epoch": 0.5089408528198074,
1567
+ "grad_norm": 2.6062141152111673,
1568
+ "learning_rate": 5.718057348191874e-06,
1569
+ "loss": 0.4868,
1570
+ "step": 1110
1571
+ },
1572
+ {
1573
+ "epoch": 0.5112333791838606,
1574
+ "grad_norm": 2.5012205713207405,
1575
+ "learning_rate": 5.678419221347687e-06,
1576
+ "loss": 0.4979,
1577
+ "step": 1115
1578
+ },
1579
+ {
1580
+ "epoch": 0.5135259055479138,
1581
+ "grad_norm": 2.609877005241944,
1582
+ "learning_rate": 5.638737609693953e-06,
1583
+ "loss": 0.495,
1584
+ "step": 1120
1585
+ },
1586
+ {
1587
+ "epoch": 0.515818431911967,
1588
+ "grad_norm": 2.684672446431491,
1589
+ "learning_rate": 5.599015056713037e-06,
1590
+ "loss": 0.4823,
1591
+ "step": 1125
1592
+ },
1593
+ {
1594
+ "epoch": 0.5181109582760202,
1595
+ "grad_norm": 2.4771534112729228,
1596
+ "learning_rate": 5.559254108511531e-06,
1597
+ "loss": 0.5016,
1598
+ "step": 1130
1599
+ },
1600
+ {
1601
+ "epoch": 0.5204034846400734,
1602
+ "grad_norm": 2.46810743209868,
1603
+ "learning_rate": 5.519457313657056e-06,
1604
+ "loss": 0.4896,
1605
+ "step": 1135
1606
+ },
1607
+ {
1608
+ "epoch": 0.5226960110041265,
1609
+ "grad_norm": 2.5795208204825983,
1610
+ "learning_rate": 5.479627223014902e-06,
1611
+ "loss": 0.4886,
1612
+ "step": 1140
1613
+ },
1614
+ {
1615
+ "epoch": 0.5249885373681797,
1616
+ "grad_norm": 2.434086073989824,
1617
+ "learning_rate": 5.439766389584527e-06,
1618
+ "loss": 0.4865,
1619
+ "step": 1145
1620
+ },
1621
+ {
1622
+ "epoch": 0.5272810637322329,
1623
+ "grad_norm": 2.4538097489169934,
1624
+ "learning_rate": 5.399877368335922e-06,
1625
+ "loss": 0.4914,
1626
+ "step": 1150
1627
+ },
1628
+ {
1629
+ "epoch": 0.5295735900962861,
1630
+ "grad_norm": 2.5415775013932063,
1631
+ "learning_rate": 5.359962716045836e-06,
1632
+ "loss": 0.4936,
1633
+ "step": 1155
1634
+ },
1635
+ {
1636
+ "epoch": 0.5318661164603393,
1637
+ "grad_norm": 2.56697946552087,
1638
+ "learning_rate": 5.3200249911338986e-06,
1639
+ "loss": 0.4894,
1640
+ "step": 1160
1641
+ },
1642
+ {
1643
+ "epoch": 0.5341586428243925,
1644
+ "grad_norm": 2.572922499741503,
1645
+ "learning_rate": 5.280066753498632e-06,
1646
+ "loss": 0.4794,
1647
+ "step": 1165
1648
+ },
1649
+ {
1650
+ "epoch": 0.5364511691884457,
1651
+ "grad_norm": 2.623599926005301,
1652
+ "learning_rate": 5.240090564353365e-06,
1653
+ "loss": 0.4959,
1654
+ "step": 1170
1655
+ },
1656
+ {
1657
+ "epoch": 0.5387436955524989,
1658
+ "grad_norm": 2.4231120561633324,
1659
+ "learning_rate": 5.200098986062072e-06,
1660
+ "loss": 0.4753,
1661
+ "step": 1175
1662
+ },
1663
+ {
1664
+ "epoch": 0.5410362219165521,
1665
+ "grad_norm": 2.5196186316057108,
1666
+ "learning_rate": 5.160094581975127e-06,
1667
+ "loss": 0.4783,
1668
+ "step": 1180
1669
+ },
1670
+ {
1671
+ "epoch": 0.5433287482806052,
1672
+ "grad_norm": 2.527690400984075,
1673
+ "learning_rate": 5.1200799162650035e-06,
1674
+ "loss": 0.4916,
1675
+ "step": 1185
1676
+ },
1677
+ {
1678
+ "epoch": 0.5456212746446584,
1679
+ "grad_norm": 2.6015322908629415,
1680
+ "learning_rate": 5.080057553761917e-06,
1681
+ "loss": 0.4738,
1682
+ "step": 1190
1683
+ },
1684
+ {
1685
+ "epoch": 0.5479138010087116,
1686
+ "grad_norm": 2.3467602506879786,
1687
+ "learning_rate": 5.040030059789426e-06,
1688
+ "loss": 0.476,
1689
+ "step": 1195
1690
+ },
1691
+ {
1692
+ "epoch": 0.5502063273727648,
1693
+ "grad_norm": 2.570425940808593,
1694
+ "learning_rate": 5e-06,
1695
+ "loss": 0.4903,
1696
+ "step": 1200
1697
+ },
1698
+ {
1699
+ "epoch": 0.552498853736818,
1700
+ "grad_norm": 2.5543989632263284,
1701
+ "learning_rate": 4.9599699402105755e-06,
1702
+ "loss": 0.4673,
1703
+ "step": 1205
1704
+ },
1705
+ {
1706
+ "epoch": 0.5547913801008711,
1707
+ "grad_norm": 2.5213973685823277,
1708
+ "learning_rate": 4.919942446238085e-06,
1709
+ "loss": 0.4693,
1710
+ "step": 1210
1711
+ },
1712
+ {
1713
+ "epoch": 0.5570839064649243,
1714
+ "grad_norm": 2.4952425404718075,
1715
+ "learning_rate": 4.879920083734997e-06,
1716
+ "loss": 0.4692,
1717
+ "step": 1215
1718
+ },
1719
+ {
1720
+ "epoch": 0.5593764328289775,
1721
+ "grad_norm": 2.5419193115674776,
1722
+ "learning_rate": 4.839905418024875e-06,
1723
+ "loss": 0.4814,
1724
+ "step": 1220
1725
+ },
1726
+ {
1727
+ "epoch": 0.5616689591930307,
1728
+ "grad_norm": 2.558303192571574,
1729
+ "learning_rate": 4.7999010139379295e-06,
1730
+ "loss": 0.4698,
1731
+ "step": 1225
1732
+ },
1733
+ {
1734
+ "epoch": 0.5639614855570839,
1735
+ "grad_norm": 2.4678859101946315,
1736
+ "learning_rate": 4.759909435646636e-06,
1737
+ "loss": 0.4896,
1738
+ "step": 1230
1739
+ },
1740
+ {
1741
+ "epoch": 0.5662540119211371,
1742
+ "grad_norm": 2.6716519633665783,
1743
+ "learning_rate": 4.719933246501369e-06,
1744
+ "loss": 0.4852,
1745
+ "step": 1235
1746
+ },
1747
+ {
1748
+ "epoch": 0.5685465382851903,
1749
+ "grad_norm": 2.4330925797194807,
1750
+ "learning_rate": 4.679975008866103e-06,
1751
+ "loss": 0.4554,
1752
+ "step": 1240
1753
+ },
1754
+ {
1755
+ "epoch": 0.5708390646492435,
1756
+ "grad_norm": 2.437937005459216,
1757
+ "learning_rate": 4.640037283954165e-06,
1758
+ "loss": 0.4598,
1759
+ "step": 1245
1760
+ },
1761
+ {
1762
+ "epoch": 0.5731315910132967,
1763
+ "grad_norm": 2.413361545021729,
1764
+ "learning_rate": 4.6001226316640804e-06,
1765
+ "loss": 0.4739,
1766
+ "step": 1250
1767
+ },
1768
+ {
1769
+ "epoch": 0.5754241173773499,
1770
+ "grad_norm": 2.3552453394422503,
1771
+ "learning_rate": 4.5602336104154745e-06,
1772
+ "loss": 0.4646,
1773
+ "step": 1255
1774
+ },
1775
+ {
1776
+ "epoch": 0.5777166437414031,
1777
+ "grad_norm": 2.623470049632146,
1778
+ "learning_rate": 4.520372776985101e-06,
1779
+ "loss": 0.4579,
1780
+ "step": 1260
1781
+ },
1782
+ {
1783
+ "epoch": 0.5800091701054562,
1784
+ "grad_norm": 2.4219278336672874,
1785
+ "learning_rate": 4.480542686342946e-06,
1786
+ "loss": 0.4613,
1787
+ "step": 1265
1788
+ },
1789
+ {
1790
+ "epoch": 0.5823016964695094,
1791
+ "grad_norm": 2.517369439139374,
1792
+ "learning_rate": 4.440745891488471e-06,
1793
+ "loss": 0.4523,
1794
+ "step": 1270
1795
+ },
1796
+ {
1797
+ "epoch": 0.5845942228335625,
1798
+ "grad_norm": 2.501700820037027,
1799
+ "learning_rate": 4.400984943286965e-06,
1800
+ "loss": 0.4671,
1801
+ "step": 1275
1802
+ },
1803
+ {
1804
+ "epoch": 0.5868867491976157,
1805
+ "grad_norm": 2.4011689731614605,
1806
+ "learning_rate": 4.361262390306049e-06,
1807
+ "loss": 0.4527,
1808
+ "step": 1280
1809
+ },
1810
+ {
1811
+ "epoch": 0.5891792755616689,
1812
+ "grad_norm": 2.5994696717863706,
1813
+ "learning_rate": 4.321580778652316e-06,
1814
+ "loss": 0.4493,
1815
+ "step": 1285
1816
+ },
1817
+ {
1818
+ "epoch": 0.5914718019257221,
1819
+ "grad_norm": 2.491956972995198,
1820
+ "learning_rate": 4.2819426518081265e-06,
1821
+ "loss": 0.456,
1822
+ "step": 1290
1823
+ },
1824
+ {
1825
+ "epoch": 0.5937643282897753,
1826
+ "grad_norm": 2.4353572047335996,
1827
+ "learning_rate": 4.2423505504685894e-06,
1828
+ "loss": 0.4611,
1829
+ "step": 1295
1830
+ },
1831
+ {
1832
+ "epoch": 0.5960568546538285,
1833
+ "grad_norm": 2.4904358458702944,
1834
+ "learning_rate": 4.202807012378707e-06,
1835
+ "loss": 0.4546,
1836
+ "step": 1300
1837
+ },
1838
+ {
1839
+ "epoch": 0.5983493810178817,
1840
+ "grad_norm": 2.4617619082762636,
1841
+ "learning_rate": 4.163314572170704e-06,
1842
+ "loss": 0.458,
1843
+ "step": 1305
1844
+ },
1845
+ {
1846
+ "epoch": 0.6006419073819349,
1847
+ "grad_norm": 2.354023280982333,
1848
+ "learning_rate": 4.123875761201576e-06,
1849
+ "loss": 0.4433,
1850
+ "step": 1310
1851
+ },
1852
+ {
1853
+ "epoch": 0.6029344337459881,
1854
+ "grad_norm": 2.540723557518342,
1855
+ "learning_rate": 4.08449310739083e-06,
1856
+ "loss": 0.4484,
1857
+ "step": 1315
1858
+ },
1859
+ {
1860
+ "epoch": 0.6052269601100413,
1861
+ "grad_norm": 2.4043887566981446,
1862
+ "learning_rate": 4.045169135058452e-06,
1863
+ "loss": 0.4416,
1864
+ "step": 1320
1865
+ },
1866
+ {
1867
+ "epoch": 0.6075194864740945,
1868
+ "grad_norm": 2.481355244310724,
1869
+ "learning_rate": 4.0059063647631105e-06,
1870
+ "loss": 0.4645,
1871
+ "step": 1325
1872
+ },
1873
+ {
1874
+ "epoch": 0.6098120128381477,
1875
+ "grad_norm": 2.499493147862873,
1876
+ "learning_rate": 3.966707313140587e-06,
1877
+ "loss": 0.4542,
1878
+ "step": 1330
1879
+ },
1880
+ {
1881
+ "epoch": 0.6121045392022009,
1882
+ "grad_norm": 2.5034183191594477,
1883
+ "learning_rate": 3.927574492742473e-06,
1884
+ "loss": 0.4465,
1885
+ "step": 1335
1886
+ },
1887
+ {
1888
+ "epoch": 0.6143970655662541,
1889
+ "grad_norm": 2.450159706952634,
1890
+ "learning_rate": 3.888510411875121e-06,
1891
+ "loss": 0.4451,
1892
+ "step": 1340
1893
+ },
1894
+ {
1895
+ "epoch": 0.6166895919303071,
1896
+ "grad_norm": 2.437273107870038,
1897
+ "learning_rate": 3.849517574438866e-06,
1898
+ "loss": 0.4393,
1899
+ "step": 1345
1900
+ },
1901
+ {
1902
+ "epoch": 0.6189821182943603,
1903
+ "grad_norm": 2.4867270897195164,
1904
+ "learning_rate": 3.8105984797675364e-06,
1905
+ "loss": 0.4369,
1906
+ "step": 1350
1907
+ },
1908
+ {
1909
+ "epoch": 0.6212746446584135,
1910
+ "grad_norm": 2.4474532182002156,
1911
+ "learning_rate": 3.771755622468254e-06,
1912
+ "loss": 0.4459,
1913
+ "step": 1355
1914
+ },
1915
+ {
1916
+ "epoch": 0.6235671710224667,
1917
+ "grad_norm": 2.3883568752400737,
1918
+ "learning_rate": 3.7329914922615283e-06,
1919
+ "loss": 0.4414,
1920
+ "step": 1360
1921
+ },
1922
+ {
1923
+ "epoch": 0.6258596973865199,
1924
+ "grad_norm": 2.323604786191338,
1925
+ "learning_rate": 3.6943085738216855e-06,
1926
+ "loss": 0.4294,
1927
+ "step": 1365
1928
+ },
1929
+ {
1930
+ "epoch": 0.6281522237505731,
1931
+ "grad_norm": 2.5364327673030553,
1932
+ "learning_rate": 3.655709346617593e-06,
1933
+ "loss": 0.4482,
1934
+ "step": 1370
1935
+ },
1936
+ {
1937
+ "epoch": 0.6304447501146263,
1938
+ "grad_norm": 2.528211312039227,
1939
+ "learning_rate": 3.6171962847537466e-06,
1940
+ "loss": 0.4483,
1941
+ "step": 1375
1942
+ },
1943
+ {
1944
+ "epoch": 0.6327372764786795,
1945
+ "grad_norm": 2.4014535334880533,
1946
+ "learning_rate": 3.5787718568116764e-06,
1947
+ "loss": 0.4479,
1948
+ "step": 1380
1949
+ },
1950
+ {
1951
+ "epoch": 0.6350298028427327,
1952
+ "grad_norm": 2.6961239350559687,
1953
+ "learning_rate": 3.540438525691723e-06,
1954
+ "loss": 0.4375,
1955
+ "step": 1385
1956
+ },
1957
+ {
1958
+ "epoch": 0.6373223292067859,
1959
+ "grad_norm": 2.4568407427026027,
1960
+ "learning_rate": 3.502198748455169e-06,
1961
+ "loss": 0.4461,
1962
+ "step": 1390
1963
+ },
1964
+ {
1965
+ "epoch": 0.6396148555708391,
1966
+ "grad_norm": 2.444432290321262,
1967
+ "learning_rate": 3.464054976166753e-06,
1968
+ "loss": 0.4409,
1969
+ "step": 1395
1970
+ },
1971
+ {
1972
+ "epoch": 0.6419073819348923,
1973
+ "grad_norm": 2.3930367223498927,
1974
+ "learning_rate": 3.4260096537375553e-06,
1975
+ "loss": 0.433,
1976
+ "step": 1400
1977
+ },
1978
+ {
1979
+ "epoch": 0.6441999082989455,
1980
+ "grad_norm": 2.431394532574176,
1981
+ "learning_rate": 3.3880652197682974e-06,
1982
+ "loss": 0.4229,
1983
+ "step": 1405
1984
+ },
1985
+ {
1986
+ "epoch": 0.6464924346629987,
1987
+ "grad_norm": 2.434581693659057,
1988
+ "learning_rate": 3.3502241063930196e-06,
1989
+ "loss": 0.4389,
1990
+ "step": 1410
1991
+ },
1992
+ {
1993
+ "epoch": 0.6487849610270519,
1994
+ "grad_norm": 2.3993499417107156,
1995
+ "learning_rate": 3.3124887391232026e-06,
1996
+ "loss": 0.4219,
1997
+ "step": 1415
1998
+ },
1999
+ {
2000
+ "epoch": 0.651077487391105,
2001
+ "grad_norm": 2.476740652860741,
2002
+ "learning_rate": 3.2748615366922864e-06,
2003
+ "loss": 0.427,
2004
+ "step": 1420
2005
+ },
2006
+ {
2007
+ "epoch": 0.6533700137551581,
2008
+ "grad_norm": 2.507048548706466,
2009
+ "learning_rate": 3.2373449109006476e-06,
2010
+ "loss": 0.4341,
2011
+ "step": 1425
2012
+ },
2013
+ {
2014
+ "epoch": 0.6556625401192113,
2015
+ "grad_norm": 2.418497030941838,
2016
+ "learning_rate": 3.1999412664609986e-06,
2017
+ "loss": 0.4329,
2018
+ "step": 1430
2019
+ },
2020
+ {
2021
+ "epoch": 0.6579550664832645,
2022
+ "grad_norm": 2.4312888314629144,
2023
+ "learning_rate": 3.162653000844259e-06,
2024
+ "loss": 0.4227,
2025
+ "step": 1435
2026
+ },
2027
+ {
2028
+ "epoch": 0.6602475928473177,
2029
+ "grad_norm": 2.353877004261892,
2030
+ "learning_rate": 3.1254825041258852e-06,
2031
+ "loss": 0.4302,
2032
+ "step": 1440
2033
+ },
2034
+ {
2035
+ "epoch": 0.6625401192113709,
2036
+ "grad_norm": 2.381814531488306,
2037
+ "learning_rate": 3.0884321588326668e-06,
2038
+ "loss": 0.4376,
2039
+ "step": 1445
2040
+ },
2041
+ {
2042
+ "epoch": 0.6648326455754241,
2043
+ "grad_norm": 2.4501307973874287,
2044
+ "learning_rate": 3.051504339790019e-06,
2045
+ "loss": 0.4254,
2046
+ "step": 1450
2047
+ },
2048
+ {
2049
+ "epoch": 0.6671251719394773,
2050
+ "grad_norm": 2.459251255110059,
2051
+ "learning_rate": 3.0147014139697596e-06,
2052
+ "loss": 0.4263,
2053
+ "step": 1455
2054
+ },
2055
+ {
2056
+ "epoch": 0.6694176983035305,
2057
+ "grad_norm": 2.5254030222294466,
2058
+ "learning_rate": 2.978025740338396e-06,
2059
+ "loss": 0.4195,
2060
+ "step": 1460
2061
+ },
2062
+ {
2063
+ "epoch": 0.6717102246675837,
2064
+ "grad_norm": 2.2951603398964235,
2065
+ "learning_rate": 2.9414796697059155e-06,
2066
+ "loss": 0.4129,
2067
+ "step": 1465
2068
+ },
2069
+ {
2070
+ "epoch": 0.6740027510316369,
2071
+ "grad_norm": 2.364236291272217,
2072
+ "learning_rate": 2.905065544575114e-06,
2073
+ "loss": 0.4197,
2074
+ "step": 1470
2075
+ },
2076
+ {
2077
+ "epoch": 0.6762952773956901,
2078
+ "grad_norm": 2.4601102682369205,
2079
+ "learning_rate": 2.8687856989914393e-06,
2080
+ "loss": 0.4234,
2081
+ "step": 1475
2082
+ },
2083
+ {
2084
+ "epoch": 0.6785878037597433,
2085
+ "grad_norm": 2.686432591416178,
2086
+ "learning_rate": 2.8326424583933878e-06,
2087
+ "loss": 0.4223,
2088
+ "step": 1480
2089
+ },
2090
+ {
2091
+ "epoch": 0.6808803301237965,
2092
+ "grad_norm": 2.3448228852350788,
2093
+ "learning_rate": 2.796638139463456e-06,
2094
+ "loss": 0.4149,
2095
+ "step": 1485
2096
+ },
2097
+ {
2098
+ "epoch": 0.6831728564878496,
2099
+ "grad_norm": 2.317745266155718,
2100
+ "learning_rate": 2.7607750499796426e-06,
2101
+ "loss": 0.4161,
2102
+ "step": 1490
2103
+ },
2104
+ {
2105
+ "epoch": 0.6854653828519028,
2106
+ "grad_norm": 2.3719922106424725,
2107
+ "learning_rate": 2.725055488667522e-06,
2108
+ "loss": 0.4275,
2109
+ "step": 1495
2110
+ },
2111
+ {
2112
+ "epoch": 0.687757909215956,
2113
+ "grad_norm": 2.4553896347366746,
2114
+ "learning_rate": 2.689481745052908e-06,
2115
+ "loss": 0.3954,
2116
+ "step": 1500
2117
+ },
2118
+ {
2119
+ "epoch": 0.6900504355800092,
2120
+ "grad_norm": 2.471280707724599,
2121
+ "learning_rate": 2.6540560993151045e-06,
2122
+ "loss": 0.408,
2123
+ "step": 1505
2124
+ },
2125
+ {
2126
+ "epoch": 0.6923429619440623,
2127
+ "grad_norm": 2.375550619652342,
2128
+ "learning_rate": 2.6187808221407433e-06,
2129
+ "loss": 0.4091,
2130
+ "step": 1510
2131
+ },
2132
+ {
2133
+ "epoch": 0.6946354883081155,
2134
+ "grad_norm": 2.3794291144670865,
2135
+ "learning_rate": 2.5836581745782474e-06,
2136
+ "loss": 0.4203,
2137
+ "step": 1515
2138
+ },
2139
+ {
2140
+ "epoch": 0.6969280146721687,
2141
+ "grad_norm": 2.3959254909604133,
2142
+ "learning_rate": 2.5486904078928954e-06,
2143
+ "loss": 0.4019,
2144
+ "step": 1520
2145
+ },
2146
+ {
2147
+ "epoch": 0.6992205410362219,
2148
+ "grad_norm": 2.4572132670378593,
2149
+ "learning_rate": 2.5138797634225358e-06,
2150
+ "loss": 0.4025,
2151
+ "step": 1525
2152
+ },
2153
+ {
2154
+ "epoch": 0.7015130674002751,
2155
+ "grad_norm": 2.567664513817577,
2156
+ "learning_rate": 2.4792284724339077e-06,
2157
+ "loss": 0.4096,
2158
+ "step": 1530
2159
+ },
2160
+ {
2161
+ "epoch": 0.7038055937643283,
2162
+ "grad_norm": 2.473854002398598,
2163
+ "learning_rate": 2.4447387559796306e-06,
2164
+ "loss": 0.4129,
2165
+ "step": 1535
2166
+ },
2167
+ {
2168
+ "epoch": 0.7060981201283815,
2169
+ "grad_norm": 2.2347261984430844,
2170
+ "learning_rate": 2.410412824755839e-06,
2171
+ "loss": 0.4147,
2172
+ "step": 1540
2173
+ },
2174
+ {
2175
+ "epoch": 0.7083906464924347,
2176
+ "grad_norm": 2.45007211279529,
2177
+ "learning_rate": 2.3762528789604887e-06,
2178
+ "loss": 0.4159,
2179
+ "step": 1545
2180
+ },
2181
+ {
2182
+ "epoch": 0.7106831728564879,
2183
+ "grad_norm": 2.57319881552059,
2184
+ "learning_rate": 2.3422611081523215e-06,
2185
+ "loss": 0.4044,
2186
+ "step": 1550
2187
+ },
2188
+ {
2189
+ "epoch": 0.712975699220541,
2190
+ "grad_norm": 2.40694698697041,
2191
+ "learning_rate": 2.3084396911105233e-06,
2192
+ "loss": 0.3888,
2193
+ "step": 1555
2194
+ },
2195
+ {
2196
+ "epoch": 0.7152682255845942,
2197
+ "grad_norm": 2.6193951641238837,
2198
+ "learning_rate": 2.274790795695071e-06,
2199
+ "loss": 0.4186,
2200
+ "step": 1560
2201
+ },
2202
+ {
2203
+ "epoch": 0.7175607519486474,
2204
+ "grad_norm": 2.3915420788033686,
2205
+ "learning_rate": 2.2413165787077844e-06,
2206
+ "loss": 0.4105,
2207
+ "step": 1565
2208
+ },
2209
+ {
2210
+ "epoch": 0.7198532783127006,
2211
+ "grad_norm": 2.4922945082662706,
2212
+ "learning_rate": 2.20801918575407e-06,
2213
+ "loss": 0.41,
2214
+ "step": 1570
2215
+ },
2216
+ {
2217
+ "epoch": 0.7221458046767538,
2218
+ "grad_norm": 2.361018492853961,
2219
+ "learning_rate": 2.1749007511054005e-06,
2220
+ "loss": 0.4075,
2221
+ "step": 1575
2222
+ },
2223
+ {
2224
+ "epoch": 0.724438331040807,
2225
+ "grad_norm": 2.453915782459234,
2226
+ "learning_rate": 2.1419633975625113e-06,
2227
+ "loss": 0.4123,
2228
+ "step": 1580
2229
+ },
2230
+ {
2231
+ "epoch": 0.7267308574048602,
2232
+ "grad_norm": 2.2558599145275458,
2233
+ "learning_rate": 2.109209236319342e-06,
2234
+ "loss": 0.3971,
2235
+ "step": 1585
2236
+ },
2237
+ {
2238
+ "epoch": 0.7290233837689133,
2239
+ "grad_norm": 2.3942282865574103,
2240
+ "learning_rate": 2.076640366827703e-06,
2241
+ "loss": 0.4012,
2242
+ "step": 1590
2243
+ },
2244
+ {
2245
+ "epoch": 0.7313159101329665,
2246
+ "grad_norm": 2.4100293351001714,
2247
+ "learning_rate": 2.04425887666271e-06,
2248
+ "loss": 0.3926,
2249
+ "step": 1595
2250
+ },
2251
+ {
2252
+ "epoch": 0.7336084364970197,
2253
+ "grad_norm": 2.5693096989442927,
2254
+ "learning_rate": 2.0120668413889877e-06,
2255
+ "loss": 0.4021,
2256
+ "step": 1600
2257
+ },
2258
+ {
2259
+ "epoch": 0.7359009628610729,
2260
+ "grad_norm": 2.513834629858347,
2261
+ "learning_rate": 1.980066324427613e-06,
2262
+ "loss": 0.3926,
2263
+ "step": 1605
2264
+ },
2265
+ {
2266
+ "epoch": 0.7381934892251261,
2267
+ "grad_norm": 2.500502153829468,
2268
+ "learning_rate": 1.9482593769238695e-06,
2269
+ "loss": 0.3932,
2270
+ "step": 1610
2271
+ },
2272
+ {
2273
+ "epoch": 0.7404860155891793,
2274
+ "grad_norm": 2.2943690678553827,
2275
+ "learning_rate": 1.916648037615767e-06,
2276
+ "loss": 0.3961,
2277
+ "step": 1615
2278
+ },
2279
+ {
2280
+ "epoch": 0.7427785419532325,
2281
+ "grad_norm": 2.4947450845729904,
2282
+ "learning_rate": 1.8852343327033717e-06,
2283
+ "loss": 0.3918,
2284
+ "step": 1620
2285
+ },
2286
+ {
2287
+ "epoch": 0.7450710683172856,
2288
+ "grad_norm": 2.475640064869192,
2289
+ "learning_rate": 1.854020275718924e-06,
2290
+ "loss": 0.3953,
2291
+ "step": 1625
2292
+ },
2293
+ {
2294
+ "epoch": 0.7473635946813388,
2295
+ "grad_norm": 2.380898479266151,
2296
+ "learning_rate": 1.8230078673977802e-06,
2297
+ "loss": 0.3767,
2298
+ "step": 1630
2299
+ },
2300
+ {
2301
+ "epoch": 0.749656121045392,
2302
+ "grad_norm": 2.3124836007659444,
2303
+ "learning_rate": 1.7921990955501705e-06,
2304
+ "loss": 0.386,
2305
+ "step": 1635
2306
+ },
2307
+ {
2308
+ "epoch": 0.7519486474094452,
2309
+ "grad_norm": 2.3942291132445375,
2310
+ "learning_rate": 1.7615959349337914e-06,
2311
+ "loss": 0.3964,
2312
+ "step": 1640
2313
+ },
2314
+ {
2315
+ "epoch": 0.7542411737734984,
2316
+ "grad_norm": 2.4125792225674614,
2317
+ "learning_rate": 1.731200347127217e-06,
2318
+ "loss": 0.3918,
2319
+ "step": 1645
2320
+ },
2321
+ {
2322
+ "epoch": 0.7565337001375516,
2323
+ "grad_norm": 2.4570540617910788,
2324
+ "learning_rate": 1.7010142804041785e-06,
2325
+ "loss": 0.4012,
2326
+ "step": 1650
2327
+ },
2328
+ {
2329
+ "epoch": 0.7588262265016048,
2330
+ "grad_norm": 2.3060832536528006,
2331
+ "learning_rate": 1.6710396696086768e-06,
2332
+ "loss": 0.4026,
2333
+ "step": 1655
2334
+ },
2335
+ {
2336
+ "epoch": 0.761118752865658,
2337
+ "grad_norm": 2.357410070095031,
2338
+ "learning_rate": 1.6412784360309753e-06,
2339
+ "loss": 0.3876,
2340
+ "step": 1660
2341
+ },
2342
+ {
2343
+ "epoch": 0.7634112792297112,
2344
+ "grad_norm": 2.5569987658890434,
2345
+ "learning_rate": 1.611732487284437e-06,
2346
+ "loss": 0.3875,
2347
+ "step": 1665
2348
+ },
2349
+ {
2350
+ "epoch": 0.7657038055937643,
2351
+ "grad_norm": 2.5367416684876805,
2352
+ "learning_rate": 1.5824037171832595e-06,
2353
+ "loss": 0.3923,
2354
+ "step": 1670
2355
+ },
2356
+ {
2357
+ "epoch": 0.7679963319578175,
2358
+ "grad_norm": 2.370553404803813,
2359
+ "learning_rate": 1.5532940056210882e-06,
2360
+ "loss": 0.3916,
2361
+ "step": 1675
2362
+ },
2363
+ {
2364
+ "epoch": 0.7702888583218707,
2365
+ "grad_norm": 2.445473374507484,
2366
+ "learning_rate": 1.524405218450517e-06,
2367
+ "loss": 0.4005,
2368
+ "step": 1680
2369
+ },
2370
+ {
2371
+ "epoch": 0.7725813846859239,
2372
+ "grad_norm": 2.416383451707918,
2373
+ "learning_rate": 1.4957392073634912e-06,
2374
+ "loss": 0.385,
2375
+ "step": 1685
2376
+ },
2377
+ {
2378
+ "epoch": 0.774873911049977,
2379
+ "grad_norm": 2.4307180782279976,
2380
+ "learning_rate": 1.4672978097726204e-06,
2381
+ "loss": 0.3857,
2382
+ "step": 1690
2383
+ },
2384
+ {
2385
+ "epoch": 0.7771664374140302,
2386
+ "grad_norm": 2.4572760495599795,
2387
+ "learning_rate": 1.439082848693406e-06,
2388
+ "loss": 0.3916,
2389
+ "step": 1695
2390
+ },
2391
+ {
2392
+ "epoch": 0.7794589637780834,
2393
+ "grad_norm": 2.408412846059606,
2394
+ "learning_rate": 1.4110961326273936e-06,
2395
+ "loss": 0.3908,
2396
+ "step": 1700
2397
+ },
2398
+ {
2399
+ "epoch": 0.7817514901421366,
2400
+ "grad_norm": 2.6601098763821596,
2401
+ "learning_rate": 1.3833394554462477e-06,
2402
+ "loss": 0.3859,
2403
+ "step": 1705
2404
+ },
2405
+ {
2406
+ "epoch": 0.7840440165061898,
2407
+ "grad_norm": 2.520675032421566,
2408
+ "learning_rate": 1.35581459627677e-06,
2409
+ "loss": 0.3936,
2410
+ "step": 1710
2411
+ },
2412
+ {
2413
+ "epoch": 0.786336542870243,
2414
+ "grad_norm": 2.257467358094596,
2415
+ "learning_rate": 1.3285233193868663e-06,
2416
+ "loss": 0.3799,
2417
+ "step": 1715
2418
+ },
2419
+ {
2420
+ "epoch": 0.7886290692342962,
2421
+ "grad_norm": 2.327829634660073,
2422
+ "learning_rate": 1.3014673740724615e-06,
2423
+ "loss": 0.3876,
2424
+ "step": 1720
2425
+ },
2426
+ {
2427
+ "epoch": 0.7909215955983494,
2428
+ "grad_norm": 2.366347981314184,
2429
+ "learning_rate": 1.2746484945453691e-06,
2430
+ "loss": 0.3829,
2431
+ "step": 1725
2432
+ },
2433
+ {
2434
+ "epoch": 0.7932141219624026,
2435
+ "grad_norm": 2.391058577508851,
2436
+ "learning_rate": 1.2480683998221365e-06,
2437
+ "loss": 0.3825,
2438
+ "step": 1730
2439
+ },
2440
+ {
2441
+ "epoch": 0.7955066483264558,
2442
+ "grad_norm": 2.470899547865623,
2443
+ "learning_rate": 1.221728793613865e-06,
2444
+ "loss": 0.3895,
2445
+ "step": 1735
2446
+ },
2447
+ {
2448
+ "epoch": 0.797799174690509,
2449
+ "grad_norm": 2.399551521415764,
2450
+ "learning_rate": 1.1956313642169974e-06,
2451
+ "loss": 0.3846,
2452
+ "step": 1740
2453
+ },
2454
+ {
2455
+ "epoch": 0.8000917010545622,
2456
+ "grad_norm": 2.463312952219633,
2457
+ "learning_rate": 1.1697777844051105e-06,
2458
+ "loss": 0.3788,
2459
+ "step": 1745
2460
+ },
2461
+ {
2462
+ "epoch": 0.8023842274186153,
2463
+ "grad_norm": 2.4348320894873092,
2464
+ "learning_rate": 1.1441697113216893e-06,
2465
+ "loss": 0.3803,
2466
+ "step": 1750
2467
+ },
2468
+ {
2469
+ "epoch": 0.8046767537826685,
2470
+ "grad_norm": 2.385545108416876,
2471
+ "learning_rate": 1.1188087863739173e-06,
2472
+ "loss": 0.3859,
2473
+ "step": 1755
2474
+ },
2475
+ {
2476
+ "epoch": 0.8069692801467216,
2477
+ "grad_norm": 2.4484362721344195,
2478
+ "learning_rate": 1.0936966351274554e-06,
2479
+ "loss": 0.3739,
2480
+ "step": 1760
2481
+ },
2482
+ {
2483
+ "epoch": 0.8092618065107748,
2484
+ "grad_norm": 2.4361451039130317,
2485
+ "learning_rate": 1.0688348672022547e-06,
2486
+ "loss": 0.4012,
2487
+ "step": 1765
2488
+ },
2489
+ {
2490
+ "epoch": 0.811554332874828,
2491
+ "grad_norm": 2.5671935693516192,
2492
+ "learning_rate": 1.0442250761693829e-06,
2493
+ "loss": 0.3717,
2494
+ "step": 1770
2495
+ },
2496
+ {
2497
+ "epoch": 0.8138468592388812,
2498
+ "grad_norm": 2.3910678127476475,
2499
+ "learning_rate": 1.0198688394488837e-06,
2500
+ "loss": 0.3824,
2501
+ "step": 1775
2502
+ },
2503
+ {
2504
+ "epoch": 0.8161393856029344,
2505
+ "grad_norm": 2.4337476998865237,
2506
+ "learning_rate": 9.957677182086611e-07,
2507
+ "loss": 0.3754,
2508
+ "step": 1780
2509
+ },
2510
+ {
2511
+ "epoch": 0.8184319119669876,
2512
+ "grad_norm": 2.3930303860053055,
2513
+ "learning_rate": 9.719232572644189e-07,
2514
+ "loss": 0.3814,
2515
+ "step": 1785
2516
+ },
2517
+ {
2518
+ "epoch": 0.8207244383310408,
2519
+ "grad_norm": 2.4070725664187194,
2520
+ "learning_rate": 9.483369849806401e-07,
2521
+ "loss": 0.3681,
2522
+ "step": 1790
2523
+ },
2524
+ {
2525
+ "epoch": 0.823016964695094,
2526
+ "grad_norm": 2.4234654890940277,
2527
+ "learning_rate": 9.250104131726256e-07,
2528
+ "loss": 0.3748,
2529
+ "step": 1795
2530
+ },
2531
+ {
2532
+ "epoch": 0.8253094910591472,
2533
+ "grad_norm": 2.4405075201633486,
2534
+ "learning_rate": 9.019450370095867e-07,
2535
+ "loss": 0.3852,
2536
+ "step": 1800
2537
+ },
2538
+ {
2539
+ "epoch": 0.8276020174232004,
2540
+ "grad_norm": 2.4157009817816535,
2541
+ "learning_rate": 8.791423349188111e-07,
2542
+ "loss": 0.3738,
2543
+ "step": 1805
2544
+ },
2545
+ {
2546
+ "epoch": 0.8298945437872536,
2547
+ "grad_norm": 2.3817117068747695,
2548
+ "learning_rate": 8.566037684908985e-07,
2549
+ "loss": 0.3774,
2550
+ "step": 1810
2551
+ },
2552
+ {
2553
+ "epoch": 0.8321870701513068,
2554
+ "grad_norm": 2.643862606121901,
2555
+ "learning_rate": 8.343307823860819e-07,
2556
+ "loss": 0.3747,
2557
+ "step": 1815
2558
+ },
2559
+ {
2560
+ "epoch": 0.83447959651536,
2561
+ "grad_norm": 2.415451666660326,
2562
+ "learning_rate": 8.123248042416209e-07,
2563
+ "loss": 0.3807,
2564
+ "step": 1820
2565
+ },
2566
+ {
2567
+ "epoch": 0.8367721228794132,
2568
+ "grad_norm": 2.367699275816763,
2569
+ "learning_rate": 7.905872445802976e-07,
2570
+ "loss": 0.3819,
2571
+ "step": 1825
2572
+ },
2573
+ {
2574
+ "epoch": 0.8390646492434664,
2575
+ "grad_norm": 2.401428866906129,
2576
+ "learning_rate": 7.691194967200099e-07,
2577
+ "loss": 0.3773,
2578
+ "step": 1830
2579
+ },
2580
+ {
2581
+ "epoch": 0.8413571756075194,
2582
+ "grad_norm": 2.3851132017870444,
2583
+ "learning_rate": 7.47922936684457e-07,
2584
+ "loss": 0.3848,
2585
+ "step": 1835
2586
+ },
2587
+ {
2588
+ "epoch": 0.8436497019715726,
2589
+ "grad_norm": 2.334920050986847,
2590
+ "learning_rate": 7.269989231149432e-07,
2591
+ "loss": 0.3646,
2592
+ "step": 1840
2593
+ },
2594
+ {
2595
+ "epoch": 0.8459422283356258,
2596
+ "grad_norm": 2.302533584527464,
2597
+ "learning_rate": 7.063487971832922e-07,
2598
+ "loss": 0.3719,
2599
+ "step": 1845
2600
+ },
2601
+ {
2602
+ "epoch": 0.848234754699679,
2603
+ "grad_norm": 2.4631469089449443,
2604
+ "learning_rate": 6.85973882505886e-07,
2605
+ "loss": 0.3951,
2606
+ "step": 1850
2607
+ },
2608
+ {
2609
+ "epoch": 0.8505272810637322,
2610
+ "grad_norm": 2.4860937019904426,
2611
+ "learning_rate": 6.658754850588161e-07,
2612
+ "loss": 0.3877,
2613
+ "step": 1855
2614
+ },
2615
+ {
2616
+ "epoch": 0.8528198074277854,
2617
+ "grad_norm": 2.366824744001058,
2618
+ "learning_rate": 6.460548930941801e-07,
2619
+ "loss": 0.3711,
2620
+ "step": 1860
2621
+ },
2622
+ {
2623
+ "epoch": 0.8551123337918386,
2624
+ "grad_norm": 2.587488334709295,
2625
+ "learning_rate": 6.265133770575066e-07,
2626
+ "loss": 0.366,
2627
+ "step": 1865
2628
+ },
2629
+ {
2630
+ "epoch": 0.8574048601558918,
2631
+ "grad_norm": 2.4606917803825072,
2632
+ "learning_rate": 6.072521895063255e-07,
2633
+ "loss": 0.3818,
2634
+ "step": 1870
2635
+ },
2636
+ {
2637
+ "epoch": 0.859697386519945,
2638
+ "grad_norm": 2.4967563072720576,
2639
+ "learning_rate": 5.882725650298787e-07,
2640
+ "loss": 0.3804,
2641
+ "step": 1875
2642
+ },
2643
+ {
2644
+ "epoch": 0.8619899128839982,
2645
+ "grad_norm": 2.4902108475668214,
2646
+ "learning_rate": 5.695757201699875e-07,
2647
+ "loss": 0.3751,
2648
+ "step": 1880
2649
+ },
2650
+ {
2651
+ "epoch": 0.8642824392480514,
2652
+ "grad_norm": 2.3545990508632713,
2653
+ "learning_rate": 5.511628533430769e-07,
2654
+ "loss": 0.3887,
2655
+ "step": 1885
2656
+ },
2657
+ {
2658
+ "epoch": 0.8665749656121046,
2659
+ "grad_norm": 2.4583864322248363,
2660
+ "learning_rate": 5.330351447633603e-07,
2661
+ "loss": 0.3846,
2662
+ "step": 1890
2663
+ },
2664
+ {
2665
+ "epoch": 0.8688674919761578,
2666
+ "grad_norm": 2.558178264129578,
2667
+ "learning_rate": 5.151937563671889e-07,
2668
+ "loss": 0.3761,
2669
+ "step": 1895
2670
+ },
2671
+ {
2672
+ "epoch": 0.871160018340211,
2673
+ "grad_norm": 2.4125538046249133,
2674
+ "learning_rate": 4.976398317385767e-07,
2675
+ "loss": 0.3789,
2676
+ "step": 1900
2677
+ },
2678
+ {
2679
+ "epoch": 0.8734525447042641,
2680
+ "grad_norm": 2.5261586438137718,
2681
+ "learning_rate": 4.803744960358992e-07,
2682
+ "loss": 0.3692,
2683
+ "step": 1905
2684
+ },
2685
+ {
2686
+ "epoch": 0.8757450710683173,
2687
+ "grad_norm": 2.5343814063203913,
2688
+ "learning_rate": 4.633988559197761e-07,
2689
+ "loss": 0.3741,
2690
+ "step": 1910
2691
+ },
2692
+ {
2693
+ "epoch": 0.8780375974323704,
2694
+ "grad_norm": 2.5455270767430305,
2695
+ "learning_rate": 4.4671399948213233e-07,
2696
+ "loss": 0.3742,
2697
+ "step": 1915
2698
+ },
2699
+ {
2700
+ "epoch": 0.8803301237964236,
2701
+ "grad_norm": 2.4299267640638442,
2702
+ "learning_rate": 4.3032099617645874e-07,
2703
+ "loss": 0.3793,
2704
+ "step": 1920
2705
+ },
2706
+ {
2707
+ "epoch": 0.8826226501604768,
2708
+ "grad_norm": 2.5350282869807215,
2709
+ "learning_rate": 4.1422089674926113e-07,
2710
+ "loss": 0.3708,
2711
+ "step": 1925
2712
+ },
2713
+ {
2714
+ "epoch": 0.88491517652453,
2715
+ "grad_norm": 2.4052098639642745,
2716
+ "learning_rate": 3.984147331727128e-07,
2717
+ "loss": 0.3815,
2718
+ "step": 1930
2719
+ },
2720
+ {
2721
+ "epoch": 0.8872077028885832,
2722
+ "grad_norm": 2.440029806154777,
2723
+ "learning_rate": 3.829035185785035e-07,
2724
+ "loss": 0.3559,
2725
+ "step": 1935
2726
+ },
2727
+ {
2728
+ "epoch": 0.8895002292526364,
2729
+ "grad_norm": 2.4757422584836783,
2730
+ "learning_rate": 3.676882471929044e-07,
2731
+ "loss": 0.3724,
2732
+ "step": 1940
2733
+ },
2734
+ {
2735
+ "epoch": 0.8917927556166896,
2736
+ "grad_norm": 2.405181037542438,
2737
+ "learning_rate": 3.527698942730384e-07,
2738
+ "loss": 0.3678,
2739
+ "step": 1945
2740
+ },
2741
+ {
2742
+ "epoch": 0.8940852819807428,
2743
+ "grad_norm": 2.477077740628022,
2744
+ "learning_rate": 3.3814941604437155e-07,
2745
+ "loss": 0.3696,
2746
+ "step": 1950
2747
+ },
2748
+ {
2749
+ "epoch": 0.896377808344796,
2750
+ "grad_norm": 2.594645970360135,
2751
+ "learning_rate": 3.2382774963941823e-07,
2752
+ "loss": 0.3689,
2753
+ "step": 1955
2754
+ },
2755
+ {
2756
+ "epoch": 0.8986703347088492,
2757
+ "grad_norm": 2.4996924524050526,
2758
+ "learning_rate": 3.0980581303767576e-07,
2759
+ "loss": 0.3641,
2760
+ "step": 1960
2761
+ },
2762
+ {
2763
+ "epoch": 0.9009628610729024,
2764
+ "grad_norm": 2.5351766412057364,
2765
+ "learning_rate": 2.9608450500678566e-07,
2766
+ "loss": 0.3736,
2767
+ "step": 1965
2768
+ },
2769
+ {
2770
+ "epoch": 0.9032553874369555,
2771
+ "grad_norm": 2.4812985119515374,
2772
+ "learning_rate": 2.826647050449216e-07,
2773
+ "loss": 0.3652,
2774
+ "step": 1970
2775
+ },
2776
+ {
2777
+ "epoch": 0.9055479138010087,
2778
+ "grad_norm": 2.4498300583099506,
2779
+ "learning_rate": 2.69547273324417e-07,
2780
+ "loss": 0.3653,
2781
+ "step": 1975
2782
+ },
2783
+ {
2784
+ "epoch": 0.9078404401650619,
2785
+ "grad_norm": 2.546961383266402,
2786
+ "learning_rate": 2.5673305063663335e-07,
2787
+ "loss": 0.3723,
2788
+ "step": 1980
2789
+ },
2790
+ {
2791
+ "epoch": 0.9101329665291151,
2792
+ "grad_norm": 2.34777660611532,
2793
+ "learning_rate": 2.442228583380646e-07,
2794
+ "loss": 0.3596,
2795
+ "step": 1985
2796
+ },
2797
+ {
2798
+ "epoch": 0.9124254928931683,
2799
+ "grad_norm": 2.410870301241545,
2800
+ "learning_rate": 2.3201749829769083e-07,
2801
+ "loss": 0.3783,
2802
+ "step": 1990
2803
+ },
2804
+ {
2805
+ "epoch": 0.9147180192572214,
2806
+ "grad_norm": 2.519326020963244,
2807
+ "learning_rate": 2.201177528455828e-07,
2808
+ "loss": 0.3739,
2809
+ "step": 1995
2810
+ },
2811
+ {
2812
+ "epoch": 0.9170105456212746,
2813
+ "grad_norm": 2.4872058403028574,
2814
+ "learning_rate": 2.085243847227525e-07,
2815
+ "loss": 0.3768,
2816
+ "step": 2000
2817
+ },
2818
+ {
2819
+ "epoch": 0.9193030719853278,
2820
+ "grad_norm": 2.4175176965392544,
2821
+ "learning_rate": 1.9723813703227013e-07,
2822
+ "loss": 0.3794,
2823
+ "step": 2005
2824
+ },
2825
+ {
2826
+ "epoch": 0.921595598349381,
2827
+ "grad_norm": 2.514035461894725,
2828
+ "learning_rate": 1.8625973319162605e-07,
2829
+ "loss": 0.3656,
2830
+ "step": 2010
2831
+ },
2832
+ {
2833
+ "epoch": 0.9238881247134342,
2834
+ "grad_norm": 2.4532676789082166,
2835
+ "learning_rate": 1.7558987688636675e-07,
2836
+ "loss": 0.361,
2837
+ "step": 2015
2838
+ },
2839
+ {
2840
+ "epoch": 0.9261806510774874,
2841
+ "grad_norm": 2.580005311393483,
2842
+ "learning_rate": 1.652292520249865e-07,
2843
+ "loss": 0.369,
2844
+ "step": 2020
2845
+ },
2846
+ {
2847
+ "epoch": 0.9284731774415406,
2848
+ "grad_norm": 2.359368965829793,
2849
+ "learning_rate": 1.5517852269509692e-07,
2850
+ "loss": 0.3571,
2851
+ "step": 2025
2852
+ },
2853
+ {
2854
+ "epoch": 0.9307657038055938,
2855
+ "grad_norm": 2.4993672807867178,
2856
+ "learning_rate": 1.4543833312085365e-07,
2857
+ "loss": 0.3588,
2858
+ "step": 2030
2859
+ },
2860
+ {
2861
+ "epoch": 0.933058230169647,
2862
+ "grad_norm": 2.41149322411576,
2863
+ "learning_rate": 1.360093076216673e-07,
2864
+ "loss": 0.3705,
2865
+ "step": 2035
2866
+ },
2867
+ {
2868
+ "epoch": 0.9353507565337001,
2869
+ "grad_norm": 2.474736948512413,
2870
+ "learning_rate": 1.2689205057218602e-07,
2871
+ "loss": 0.361,
2872
+ "step": 2040
2873
+ },
2874
+ {
2875
+ "epoch": 0.9376432828977533,
2876
+ "grad_norm": 2.3336360044904736,
2877
+ "learning_rate": 1.1808714636355634e-07,
2878
+ "loss": 0.3568,
2879
+ "step": 2045
2880
+ },
2881
+ {
2882
+ "epoch": 0.9399358092618065,
2883
+ "grad_norm": 2.566200023951429,
2884
+ "learning_rate": 1.0959515936596387e-07,
2885
+ "loss": 0.3783,
2886
+ "step": 2050
2887
+ },
2888
+ {
2889
+ "epoch": 0.9422283356258597,
2890
+ "grad_norm": 2.5160190954507264,
2891
+ "learning_rate": 1.014166338924627e-07,
2892
+ "loss": 0.372,
2893
+ "step": 2055
2894
+ },
2895
+ {
2896
+ "epoch": 0.9445208619899129,
2897
+ "grad_norm": 2.509256348018165,
2898
+ "learning_rate": 9.355209416408051e-08,
2899
+ "loss": 0.3853,
2900
+ "step": 2060
2901
+ },
2902
+ {
2903
+ "epoch": 0.9468133883539661,
2904
+ "grad_norm": 2.5224442995349152,
2905
+ "learning_rate": 8.600204427622438e-08,
2906
+ "loss": 0.365,
2907
+ "step": 2065
2908
+ },
2909
+ {
2910
+ "epoch": 0.9491059147180193,
2911
+ "grad_norm": 2.4001792608745602,
2912
+ "learning_rate": 7.876696816636276e-08,
2913
+ "loss": 0.3736,
2914
+ "step": 2070
2915
+ },
2916
+ {
2917
+ "epoch": 0.9513984410820725,
2918
+ "grad_norm": 2.4422332203602553,
2919
+ "learning_rate": 7.184732958301078e-08,
2920
+ "loss": 0.3651,
2921
+ "step": 2075
2922
+ },
2923
+ {
2924
+ "epoch": 0.9536909674461256,
2925
+ "grad_norm": 2.471890892444078,
2926
+ "learning_rate": 6.524357205600518e-08,
2927
+ "loss": 0.3624,
2928
+ "step": 2080
2929
+ },
2930
+ {
2931
+ "epoch": 0.9559834938101788,
2932
+ "grad_norm": 2.523417346804641,
2933
+ "learning_rate": 5.895611886807317e-08,
2934
+ "loss": 0.369,
2935
+ "step": 2085
2936
+ },
2937
+ {
2938
+ "epoch": 0.958276020174232,
2939
+ "grad_norm": 2.4584360575665776,
2940
+ "learning_rate": 5.2985373027702455e-08,
2941
+ "loss": 0.363,
2942
+ "step": 2090
2943
+ },
2944
+ {
2945
+ "epoch": 0.9605685465382852,
2946
+ "grad_norm": 2.467603595232153,
2947
+ "learning_rate": 4.733171724330854e-08,
2948
+ "loss": 0.3814,
2949
+ "step": 2095
2950
+ },
2951
+ {
2952
+ "epoch": 0.9628610729023384,
2953
+ "grad_norm": 2.5238201533198072,
2954
+ "learning_rate": 4.19955138987066e-08,
2955
+ "loss": 0.369,
2956
+ "step": 2100
2957
+ },
2958
+ {
2959
+ "epoch": 0.9651535992663915,
2960
+ "grad_norm": 2.5600424647957807,
2961
+ "learning_rate": 3.697710502988006e-08,
2962
+ "loss": 0.3652,
2963
+ "step": 2105
2964
+ },
2965
+ {
2966
+ "epoch": 0.9674461256304447,
2967
+ "grad_norm": 2.475992842961113,
2968
+ "learning_rate": 3.2276812303060346e-08,
2969
+ "loss": 0.3741,
2970
+ "step": 2110
2971
+ },
2972
+ {
2973
+ "epoch": 0.9697386519944979,
2974
+ "grad_norm": 2.4735410644370606,
2975
+ "learning_rate": 2.7894936994106724e-08,
2976
+ "loss": 0.3571,
2977
+ "step": 2115
2978
+ },
2979
+ {
2980
+ "epoch": 0.9720311783585511,
2981
+ "grad_norm": 2.384962513457078,
2982
+ "learning_rate": 2.383175996919673e-08,
2983
+ "loss": 0.3654,
2984
+ "step": 2120
2985
+ },
2986
+ {
2987
+ "epoch": 0.9743237047226043,
2988
+ "grad_norm": 2.4369560907719414,
2989
+ "learning_rate": 2.008754166682225e-08,
2990
+ "loss": 0.3614,
2991
+ "step": 2125
2992
+ },
2993
+ {
2994
+ "epoch": 0.9766162310866575,
2995
+ "grad_norm": 2.334334624814976,
2996
+ "learning_rate": 1.6662522081097308e-08,
2997
+ "loss": 0.3598,
2998
+ "step": 2130
2999
+ },
3000
+ {
3001
+ "epoch": 0.9789087574507107,
3002
+ "grad_norm": 2.515966550970349,
3003
+ "learning_rate": 1.3556920746373714e-08,
3004
+ "loss": 0.3539,
3005
+ "step": 2135
3006
+ },
3007
+ {
3008
+ "epoch": 0.9812012838147639,
3009
+ "grad_norm": 2.4578356166282704,
3010
+ "learning_rate": 1.0770936723171199e-08,
3011
+ "loss": 0.3684,
3012
+ "step": 2140
3013
+ },
3014
+ {
3015
+ "epoch": 0.9834938101788171,
3016
+ "grad_norm": 2.534561019356648,
3017
+ "learning_rate": 8.304748585417077e-09,
3018
+ "loss": 0.3629,
3019
+ "step": 2145
3020
+ },
3021
+ {
3022
+ "epoch": 0.9857863365428703,
3023
+ "grad_norm": 2.4815228224834254,
3024
+ "learning_rate": 6.158514409000393e-09,
3025
+ "loss": 0.3617,
3026
+ "step": 2150
3027
+ },
3028
+ {
3029
+ "epoch": 0.9880788629069235,
3030
+ "grad_norm": 2.520302407708297,
3031
+ "learning_rate": 4.332371761638921e-09,
3032
+ "loss": 0.3716,
3033
+ "step": 2155
3034
+ },
3035
+ {
3036
+ "epoch": 0.9903713892709766,
3037
+ "grad_norm": 2.939805778253569,
3038
+ "learning_rate": 2.8264376940634332e-09,
3039
+ "loss": 0.3685,
3040
+ "step": 2160
3041
+ },
3042
+ {
3043
+ "epoch": 0.9926639156350298,
3044
+ "grad_norm": 2.6736093020039484,
3045
+ "learning_rate": 1.640808732513155e-09,
3046
+ "loss": 0.3724,
3047
+ "step": 2165
3048
+ },
3049
+ {
3050
+ "epoch": 0.994956441999083,
3051
+ "grad_norm": 2.3884833213363144,
3052
+ "learning_rate": 7.755608725490415e-10,
3053
+ "loss": 0.354,
3054
+ "step": 2170
3055
+ },
3056
+ {
3057
+ "epoch": 0.9972489683631361,
3058
+ "grad_norm": 2.378189457774983,
3059
+ "learning_rate": 2.307495741843413e-10,
3060
+ "loss": 0.356,
3061
+ "step": 2175
3062
+ },
3063
+ {
3064
+ "epoch": 0.9995414947271893,
3065
+ "grad_norm": 2.543796138070999,
3066
+ "learning_rate": 6.4097583263311725e-12,
3067
+ "loss": 0.3664,
3068
+ "step": 2180
3069
+ },
3070
+ {
3071
+ "epoch": 1.0,
3072
+ "eval_runtime": 2.6844,
3073
+ "eval_samples_per_second": 3.725,
3074
+ "eval_steps_per_second": 1.118,
3075
+ "step": 2181
3076
+ },
3077
+ {
3078
+ "epoch": 1.0,
3079
+ "step": 2181,
3080
+ "total_flos": 228328514519040.0,
3081
+ "train_loss": 0.5532772317904499,
3082
+ "train_runtime": 23497.974,
3083
+ "train_samples_per_second": 1.484,
3084
+ "train_steps_per_second": 0.093
3085
+ }
3086
+ ],
3087
+ "logging_steps": 5,
3088
+ "max_steps": 2181,
3089
+ "num_input_tokens_seen": 0,
3090
+ "num_train_epochs": 1,
3091
+ "save_steps": 100,
3092
+ "stateful_callbacks": {
3093
+ "TrainerControl": {
3094
+ "args": {
3095
+ "should_epoch_stop": false,
3096
+ "should_evaluate": false,
3097
+ "should_log": false,
3098
+ "should_save": true,
3099
+ "should_training_stop": true
3100
+ },
3101
+ "attributes": {}
3102
+ }
3103
+ },
3104
+ "total_flos": 228328514519040.0,
3105
+ "train_batch_size": 4,
3106
+ "trial_name": null,
3107
+ "trial_params": null
3108
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd00014f3441848b183e295ee69da00b47678cb5098e119097a4cee8c8282db2
3
+ size 7032