DrNicefellow commited on
Commit
8adb365
1 Parent(s): a2ce054

Upload 10 files

Browse files
config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "OlmoForCausalLM"
4
+ ],
5
+ "attention_bias": false,
6
+ "attention_dropout": 0.0,
7
+ "clip_qkv": null,
8
+ "eos_token_id": 50279,
9
+ "hidden_act": "silu",
10
+ "hidden_size": 2048,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 8192,
13
+ "max_position_embeddings": 2048,
14
+ "model_type": "olmo",
15
+ "num_attention_heads": 16,
16
+ "num_hidden_layers": 32,
17
+ "num_key_value_heads": 4,
18
+ "pad_token_id": 1,
19
+ "pretraining_tp": 1,
20
+ "rope_scaling": null,
21
+ "rope_theta": 10000.0,
22
+ "tie_word_embeddings": true,
23
+ "torch_dtype": "float32",
24
+ "transformers_version": "4.40.2",
25
+ "use_cache": true,
26
+ "vocab_size": 50304
27
+ }
generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "eos_token_id": 50279,
4
+ "pad_token_id": 1,
5
+ "transformers_version": "4.40.2"
6
+ }
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ce2cb0d78af829a1668d431bbd6a2acbb44920162cf687288b5177202b31b9f
3
+ size 16393633958
pytorch_model-00001-of-00002.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6eb69782ca3ad3823350117bef19eb230ba081e1663b0fc429f3e71d4c949087
3
+ size 4967152029
pytorch_model-00002-of-00002.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4779532bbfdf83a64fff934a5f56d30111e4455587f3ae863312d3b183ffca1b
3
+ size 3229646818
pytorch_model.bin.index.json ADDED
@@ -0,0 +1,233 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metadata": {
3
+ "total_size": 8196718592
4
+ },
5
+ "weight_map": {
6
+ "lm_head.weight": "pytorch_model-00001-of-00002.bin",
7
+ "model.embed_tokens.weight": "pytorch_model-00001-of-00002.bin",
8
+ "model.layers.0.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
9
+ "model.layers.0.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
10
+ "model.layers.0.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
11
+ "model.layers.0.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
12
+ "model.layers.0.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
13
+ "model.layers.0.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
14
+ "model.layers.0.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
15
+ "model.layers.1.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
16
+ "model.layers.1.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
17
+ "model.layers.1.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
18
+ "model.layers.1.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
19
+ "model.layers.1.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
20
+ "model.layers.1.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
21
+ "model.layers.1.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
22
+ "model.layers.10.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
23
+ "model.layers.10.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
24
+ "model.layers.10.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
25
+ "model.layers.10.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
26
+ "model.layers.10.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
27
+ "model.layers.10.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
28
+ "model.layers.10.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
29
+ "model.layers.11.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
30
+ "model.layers.11.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
31
+ "model.layers.11.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
32
+ "model.layers.11.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
33
+ "model.layers.11.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
34
+ "model.layers.11.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
35
+ "model.layers.11.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
36
+ "model.layers.12.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
37
+ "model.layers.12.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
38
+ "model.layers.12.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
39
+ "model.layers.12.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
40
+ "model.layers.12.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
41
+ "model.layers.12.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
42
+ "model.layers.12.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
43
+ "model.layers.13.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
44
+ "model.layers.13.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
45
+ "model.layers.13.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
46
+ "model.layers.13.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
47
+ "model.layers.13.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
48
+ "model.layers.13.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
49
+ "model.layers.13.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
50
+ "model.layers.14.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
51
+ "model.layers.14.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
52
+ "model.layers.14.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
53
+ "model.layers.14.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
54
+ "model.layers.14.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
55
+ "model.layers.14.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
56
+ "model.layers.14.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
57
+ "model.layers.15.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
58
+ "model.layers.15.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
59
+ "model.layers.15.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
60
+ "model.layers.15.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
61
+ "model.layers.15.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
62
+ "model.layers.15.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
63
+ "model.layers.15.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
64
+ "model.layers.16.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
65
+ "model.layers.16.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
66
+ "model.layers.16.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
67
+ "model.layers.16.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
68
+ "model.layers.16.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
69
+ "model.layers.16.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
70
+ "model.layers.16.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
71
+ "model.layers.17.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
72
+ "model.layers.17.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
73
+ "model.layers.17.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
74
+ "model.layers.17.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
75
+ "model.layers.17.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
76
+ "model.layers.17.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
77
+ "model.layers.17.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
78
+ "model.layers.18.mlp.down_proj.weight": "pytorch_model-00002-of-00002.bin",
79
+ "model.layers.18.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
80
+ "model.layers.18.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
81
+ "model.layers.18.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
82
+ "model.layers.18.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
83
+ "model.layers.18.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
84
+ "model.layers.18.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
85
+ "model.layers.19.mlp.down_proj.weight": "pytorch_model-00002-of-00002.bin",
86
+ "model.layers.19.mlp.gate_proj.weight": "pytorch_model-00002-of-00002.bin",
87
+ "model.layers.19.mlp.up_proj.weight": "pytorch_model-00002-of-00002.bin",
88
+ "model.layers.19.self_attn.k_proj.weight": "pytorch_model-00002-of-00002.bin",
89
+ "model.layers.19.self_attn.o_proj.weight": "pytorch_model-00002-of-00002.bin",
90
+ "model.layers.19.self_attn.q_proj.weight": "pytorch_model-00002-of-00002.bin",
91
+ "model.layers.19.self_attn.v_proj.weight": "pytorch_model-00002-of-00002.bin",
92
+ "model.layers.2.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
93
+ "model.layers.2.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
94
+ "model.layers.2.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
95
+ "model.layers.2.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
96
+ "model.layers.2.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
97
+ "model.layers.2.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
98
+ "model.layers.2.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
99
+ "model.layers.20.mlp.down_proj.weight": "pytorch_model-00002-of-00002.bin",
100
+ "model.layers.20.mlp.gate_proj.weight": "pytorch_model-00002-of-00002.bin",
101
+ "model.layers.20.mlp.up_proj.weight": "pytorch_model-00002-of-00002.bin",
102
+ "model.layers.20.self_attn.k_proj.weight": "pytorch_model-00002-of-00002.bin",
103
+ "model.layers.20.self_attn.o_proj.weight": "pytorch_model-00002-of-00002.bin",
104
+ "model.layers.20.self_attn.q_proj.weight": "pytorch_model-00002-of-00002.bin",
105
+ "model.layers.20.self_attn.v_proj.weight": "pytorch_model-00002-of-00002.bin",
106
+ "model.layers.21.mlp.down_proj.weight": "pytorch_model-00002-of-00002.bin",
107
+ "model.layers.21.mlp.gate_proj.weight": "pytorch_model-00002-of-00002.bin",
108
+ "model.layers.21.mlp.up_proj.weight": "pytorch_model-00002-of-00002.bin",
109
+ "model.layers.21.self_attn.k_proj.weight": "pytorch_model-00002-of-00002.bin",
110
+ "model.layers.21.self_attn.o_proj.weight": "pytorch_model-00002-of-00002.bin",
111
+ "model.layers.21.self_attn.q_proj.weight": "pytorch_model-00002-of-00002.bin",
112
+ "model.layers.21.self_attn.v_proj.weight": "pytorch_model-00002-of-00002.bin",
113
+ "model.layers.22.mlp.down_proj.weight": "pytorch_model-00002-of-00002.bin",
114
+ "model.layers.22.mlp.gate_proj.weight": "pytorch_model-00002-of-00002.bin",
115
+ "model.layers.22.mlp.up_proj.weight": "pytorch_model-00002-of-00002.bin",
116
+ "model.layers.22.self_attn.k_proj.weight": "pytorch_model-00002-of-00002.bin",
117
+ "model.layers.22.self_attn.o_proj.weight": "pytorch_model-00002-of-00002.bin",
118
+ "model.layers.22.self_attn.q_proj.weight": "pytorch_model-00002-of-00002.bin",
119
+ "model.layers.22.self_attn.v_proj.weight": "pytorch_model-00002-of-00002.bin",
120
+ "model.layers.23.mlp.down_proj.weight": "pytorch_model-00002-of-00002.bin",
121
+ "model.layers.23.mlp.gate_proj.weight": "pytorch_model-00002-of-00002.bin",
122
+ "model.layers.23.mlp.up_proj.weight": "pytorch_model-00002-of-00002.bin",
123
+ "model.layers.23.self_attn.k_proj.weight": "pytorch_model-00002-of-00002.bin",
124
+ "model.layers.23.self_attn.o_proj.weight": "pytorch_model-00002-of-00002.bin",
125
+ "model.layers.23.self_attn.q_proj.weight": "pytorch_model-00002-of-00002.bin",
126
+ "model.layers.23.self_attn.v_proj.weight": "pytorch_model-00002-of-00002.bin",
127
+ "model.layers.24.mlp.down_proj.weight": "pytorch_model-00002-of-00002.bin",
128
+ "model.layers.24.mlp.gate_proj.weight": "pytorch_model-00002-of-00002.bin",
129
+ "model.layers.24.mlp.up_proj.weight": "pytorch_model-00002-of-00002.bin",
130
+ "model.layers.24.self_attn.k_proj.weight": "pytorch_model-00002-of-00002.bin",
131
+ "model.layers.24.self_attn.o_proj.weight": "pytorch_model-00002-of-00002.bin",
132
+ "model.layers.24.self_attn.q_proj.weight": "pytorch_model-00002-of-00002.bin",
133
+ "model.layers.24.self_attn.v_proj.weight": "pytorch_model-00002-of-00002.bin",
134
+ "model.layers.25.mlp.down_proj.weight": "pytorch_model-00002-of-00002.bin",
135
+ "model.layers.25.mlp.gate_proj.weight": "pytorch_model-00002-of-00002.bin",
136
+ "model.layers.25.mlp.up_proj.weight": "pytorch_model-00002-of-00002.bin",
137
+ "model.layers.25.self_attn.k_proj.weight": "pytorch_model-00002-of-00002.bin",
138
+ "model.layers.25.self_attn.o_proj.weight": "pytorch_model-00002-of-00002.bin",
139
+ "model.layers.25.self_attn.q_proj.weight": "pytorch_model-00002-of-00002.bin",
140
+ "model.layers.25.self_attn.v_proj.weight": "pytorch_model-00002-of-00002.bin",
141
+ "model.layers.26.mlp.down_proj.weight": "pytorch_model-00002-of-00002.bin",
142
+ "model.layers.26.mlp.gate_proj.weight": "pytorch_model-00002-of-00002.bin",
143
+ "model.layers.26.mlp.up_proj.weight": "pytorch_model-00002-of-00002.bin",
144
+ "model.layers.26.self_attn.k_proj.weight": "pytorch_model-00002-of-00002.bin",
145
+ "model.layers.26.self_attn.o_proj.weight": "pytorch_model-00002-of-00002.bin",
146
+ "model.layers.26.self_attn.q_proj.weight": "pytorch_model-00002-of-00002.bin",
147
+ "model.layers.26.self_attn.v_proj.weight": "pytorch_model-00002-of-00002.bin",
148
+ "model.layers.27.mlp.down_proj.weight": "pytorch_model-00002-of-00002.bin",
149
+ "model.layers.27.mlp.gate_proj.weight": "pytorch_model-00002-of-00002.bin",
150
+ "model.layers.27.mlp.up_proj.weight": "pytorch_model-00002-of-00002.bin",
151
+ "model.layers.27.self_attn.k_proj.weight": "pytorch_model-00002-of-00002.bin",
152
+ "model.layers.27.self_attn.o_proj.weight": "pytorch_model-00002-of-00002.bin",
153
+ "model.layers.27.self_attn.q_proj.weight": "pytorch_model-00002-of-00002.bin",
154
+ "model.layers.27.self_attn.v_proj.weight": "pytorch_model-00002-of-00002.bin",
155
+ "model.layers.28.mlp.down_proj.weight": "pytorch_model-00002-of-00002.bin",
156
+ "model.layers.28.mlp.gate_proj.weight": "pytorch_model-00002-of-00002.bin",
157
+ "model.layers.28.mlp.up_proj.weight": "pytorch_model-00002-of-00002.bin",
158
+ "model.layers.28.self_attn.k_proj.weight": "pytorch_model-00002-of-00002.bin",
159
+ "model.layers.28.self_attn.o_proj.weight": "pytorch_model-00002-of-00002.bin",
160
+ "model.layers.28.self_attn.q_proj.weight": "pytorch_model-00002-of-00002.bin",
161
+ "model.layers.28.self_attn.v_proj.weight": "pytorch_model-00002-of-00002.bin",
162
+ "model.layers.29.mlp.down_proj.weight": "pytorch_model-00002-of-00002.bin",
163
+ "model.layers.29.mlp.gate_proj.weight": "pytorch_model-00002-of-00002.bin",
164
+ "model.layers.29.mlp.up_proj.weight": "pytorch_model-00002-of-00002.bin",
165
+ "model.layers.29.self_attn.k_proj.weight": "pytorch_model-00002-of-00002.bin",
166
+ "model.layers.29.self_attn.o_proj.weight": "pytorch_model-00002-of-00002.bin",
167
+ "model.layers.29.self_attn.q_proj.weight": "pytorch_model-00002-of-00002.bin",
168
+ "model.layers.29.self_attn.v_proj.weight": "pytorch_model-00002-of-00002.bin",
169
+ "model.layers.3.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
170
+ "model.layers.3.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
171
+ "model.layers.3.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
172
+ "model.layers.3.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
173
+ "model.layers.3.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
174
+ "model.layers.3.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
175
+ "model.layers.3.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
176
+ "model.layers.30.mlp.down_proj.weight": "pytorch_model-00002-of-00002.bin",
177
+ "model.layers.30.mlp.gate_proj.weight": "pytorch_model-00002-of-00002.bin",
178
+ "model.layers.30.mlp.up_proj.weight": "pytorch_model-00002-of-00002.bin",
179
+ "model.layers.30.self_attn.k_proj.weight": "pytorch_model-00002-of-00002.bin",
180
+ "model.layers.30.self_attn.o_proj.weight": "pytorch_model-00002-of-00002.bin",
181
+ "model.layers.30.self_attn.q_proj.weight": "pytorch_model-00002-of-00002.bin",
182
+ "model.layers.30.self_attn.v_proj.weight": "pytorch_model-00002-of-00002.bin",
183
+ "model.layers.31.mlp.down_proj.weight": "pytorch_model-00002-of-00002.bin",
184
+ "model.layers.31.mlp.gate_proj.weight": "pytorch_model-00002-of-00002.bin",
185
+ "model.layers.31.mlp.up_proj.weight": "pytorch_model-00002-of-00002.bin",
186
+ "model.layers.31.self_attn.k_proj.weight": "pytorch_model-00002-of-00002.bin",
187
+ "model.layers.31.self_attn.o_proj.weight": "pytorch_model-00002-of-00002.bin",
188
+ "model.layers.31.self_attn.q_proj.weight": "pytorch_model-00002-of-00002.bin",
189
+ "model.layers.31.self_attn.v_proj.weight": "pytorch_model-00002-of-00002.bin",
190
+ "model.layers.4.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
191
+ "model.layers.4.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
192
+ "model.layers.4.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
193
+ "model.layers.4.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
194
+ "model.layers.4.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
195
+ "model.layers.4.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
196
+ "model.layers.4.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
197
+ "model.layers.5.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
198
+ "model.layers.5.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
199
+ "model.layers.5.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
200
+ "model.layers.5.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
201
+ "model.layers.5.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
202
+ "model.layers.5.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
203
+ "model.layers.5.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
204
+ "model.layers.6.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
205
+ "model.layers.6.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
206
+ "model.layers.6.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
207
+ "model.layers.6.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
208
+ "model.layers.6.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
209
+ "model.layers.6.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
210
+ "model.layers.6.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
211
+ "model.layers.7.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
212
+ "model.layers.7.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
213
+ "model.layers.7.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
214
+ "model.layers.7.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
215
+ "model.layers.7.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
216
+ "model.layers.7.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
217
+ "model.layers.7.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
218
+ "model.layers.8.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
219
+ "model.layers.8.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
220
+ "model.layers.8.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
221
+ "model.layers.8.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
222
+ "model.layers.8.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
223
+ "model.layers.8.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
224
+ "model.layers.8.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin",
225
+ "model.layers.9.mlp.down_proj.weight": "pytorch_model-00001-of-00002.bin",
226
+ "model.layers.9.mlp.gate_proj.weight": "pytorch_model-00001-of-00002.bin",
227
+ "model.layers.9.mlp.up_proj.weight": "pytorch_model-00001-of-00002.bin",
228
+ "model.layers.9.self_attn.k_proj.weight": "pytorch_model-00001-of-00002.bin",
229
+ "model.layers.9.self_attn.o_proj.weight": "pytorch_model-00001-of-00002.bin",
230
+ "model.layers.9.self_attn.q_proj.weight": "pytorch_model-00001-of-00002.bin",
231
+ "model.layers.9.self_attn.v_proj.weight": "pytorch_model-00001-of-00002.bin"
232
+ }
233
+ }
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:386fcc8cc1089aade9450d86fb239ea3483f455fd2d78d8378645feecfec9d69
3
+ size 14244
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55f7e142ebae4896770fba861a4bcc41003f73d690f912d51efd6f2bd3ba8d05
3
+ size 1064
trainer_state.json ADDED
@@ -0,0 +1,2779 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.09617148843410506,
5
+ "eval_steps": 100000000,
6
+ "global_step": 11800,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 8.15012613848348e-06,
13
+ "grad_norm": 3.4710192680358887,
14
+ "learning_rate": 1.0000000000000001e-07,
15
+ "loss": 11.2605,
16
+ "step": 1
17
+ },
18
+ {
19
+ "epoch": 0.0002445037841545044,
20
+ "grad_norm": 5.464046955108643,
21
+ "learning_rate": 3e-06,
22
+ "loss": 10.9977,
23
+ "step": 30
24
+ },
25
+ {
26
+ "epoch": 0.0004890075683090088,
27
+ "grad_norm": 1.1376756429672241,
28
+ "learning_rate": 6e-06,
29
+ "loss": 9.4082,
30
+ "step": 60
31
+ },
32
+ {
33
+ "epoch": 0.0007335113524635132,
34
+ "grad_norm": 1.2878344058990479,
35
+ "learning_rate": 9e-06,
36
+ "loss": 8.549,
37
+ "step": 90
38
+ },
39
+ {
40
+ "epoch": 0.0009780151366180175,
41
+ "grad_norm": 1.2800588607788086,
42
+ "learning_rate": 1.2e-05,
43
+ "loss": 8.0361,
44
+ "step": 120
45
+ },
46
+ {
47
+ "epoch": 0.001222518920772522,
48
+ "grad_norm": 1.4315314292907715,
49
+ "learning_rate": 1.5e-05,
50
+ "loss": 7.653,
51
+ "step": 150
52
+ },
53
+ {
54
+ "epoch": 0.0014670227049270264,
55
+ "grad_norm": 1.381317377090454,
56
+ "learning_rate": 1.8e-05,
57
+ "loss": 7.4179,
58
+ "step": 180
59
+ },
60
+ {
61
+ "epoch": 0.0017115264890815308,
62
+ "grad_norm": 1.7989460229873657,
63
+ "learning_rate": 2.1e-05,
64
+ "loss": 7.2012,
65
+ "step": 210
66
+ },
67
+ {
68
+ "epoch": 0.001956030273236035,
69
+ "grad_norm": 1.3431414365768433,
70
+ "learning_rate": 2.4e-05,
71
+ "loss": 7.0383,
72
+ "step": 240
73
+ },
74
+ {
75
+ "epoch": 0.0022005340573905395,
76
+ "grad_norm": 1.028826117515564,
77
+ "learning_rate": 2.7000000000000002e-05,
78
+ "loss": 6.866,
79
+ "step": 270
80
+ },
81
+ {
82
+ "epoch": 0.002445037841545044,
83
+ "grad_norm": 1.201025128364563,
84
+ "learning_rate": 3e-05,
85
+ "loss": 6.717,
86
+ "step": 300
87
+ },
88
+ {
89
+ "epoch": 0.0026895416256995483,
90
+ "grad_norm": 1.1023098230361938,
91
+ "learning_rate": 3.3e-05,
92
+ "loss": 6.5535,
93
+ "step": 330
94
+ },
95
+ {
96
+ "epoch": 0.0029340454098540527,
97
+ "grad_norm": 1.2839674949645996,
98
+ "learning_rate": 3.6e-05,
99
+ "loss": 6.4022,
100
+ "step": 360
101
+ },
102
+ {
103
+ "epoch": 0.003178549194008557,
104
+ "grad_norm": 2.267265796661377,
105
+ "learning_rate": 3.9000000000000006e-05,
106
+ "loss": 6.2858,
107
+ "step": 390
108
+ },
109
+ {
110
+ "epoch": 0.0034230529781630616,
111
+ "grad_norm": 1.0635628700256348,
112
+ "learning_rate": 4.2e-05,
113
+ "loss": 6.1681,
114
+ "step": 420
115
+ },
116
+ {
117
+ "epoch": 0.0036675567623175656,
118
+ "grad_norm": 1.263838768005371,
119
+ "learning_rate": 4.5e-05,
120
+ "loss": 6.0728,
121
+ "step": 450
122
+ },
123
+ {
124
+ "epoch": 0.00391206054647207,
125
+ "grad_norm": 1.4611454010009766,
126
+ "learning_rate": 4.8e-05,
127
+ "loss": 5.972,
128
+ "step": 480
129
+ },
130
+ {
131
+ "epoch": 0.0041565643306265745,
132
+ "grad_norm": 1.0120561122894287,
133
+ "learning_rate": 4.999999990869806e-05,
134
+ "loss": 5.8619,
135
+ "step": 510
136
+ },
137
+ {
138
+ "epoch": 0.004401068114781079,
139
+ "grad_norm": 1.1349974870681763,
140
+ "learning_rate": 4.999999853916893e-05,
141
+ "loss": 5.785,
142
+ "step": 540
143
+ },
144
+ {
145
+ "epoch": 0.004645571898935583,
146
+ "grad_norm": 1.0840613842010498,
147
+ "learning_rate": 4.9999995526204936e-05,
148
+ "loss": 5.7071,
149
+ "step": 570
150
+ },
151
+ {
152
+ "epoch": 0.004890075683090088,
153
+ "grad_norm": 1.258074402809143,
154
+ "learning_rate": 4.999999086980628e-05,
155
+ "loss": 5.6199,
156
+ "step": 600
157
+ },
158
+ {
159
+ "epoch": 0.005134579467244592,
160
+ "grad_norm": 1.284726858139038,
161
+ "learning_rate": 4.999998456997326e-05,
162
+ "loss": 5.5465,
163
+ "step": 630
164
+ },
165
+ {
166
+ "epoch": 0.005379083251399097,
167
+ "grad_norm": 1.2079874277114868,
168
+ "learning_rate": 4.999997662670628e-05,
169
+ "loss": 5.4816,
170
+ "step": 660
171
+ },
172
+ {
173
+ "epoch": 0.005623587035553601,
174
+ "grad_norm": 1.3364052772521973,
175
+ "learning_rate": 4.999996704000589e-05,
176
+ "loss": 5.4079,
177
+ "step": 690
178
+ },
179
+ {
180
+ "epoch": 0.0058680908197081055,
181
+ "grad_norm": 0.9860705137252808,
182
+ "learning_rate": 4.99999558098727e-05,
183
+ "loss": 5.3598,
184
+ "step": 720
185
+ },
186
+ {
187
+ "epoch": 0.00611259460386261,
188
+ "grad_norm": 1.2071930170059204,
189
+ "learning_rate": 4.9999942936307445e-05,
190
+ "loss": 5.2884,
191
+ "step": 750
192
+ },
193
+ {
194
+ "epoch": 0.006357098388017114,
195
+ "grad_norm": 0.8959563970565796,
196
+ "learning_rate": 4.9999928419310994e-05,
197
+ "loss": 5.2391,
198
+ "step": 780
199
+ },
200
+ {
201
+ "epoch": 0.006601602172171619,
202
+ "grad_norm": 1.2356096506118774,
203
+ "learning_rate": 4.999991225888427e-05,
204
+ "loss": 5.1879,
205
+ "step": 810
206
+ },
207
+ {
208
+ "epoch": 0.006846105956326123,
209
+ "grad_norm": 0.9705113172531128,
210
+ "learning_rate": 4.999989445502837e-05,
211
+ "loss": 5.1424,
212
+ "step": 840
213
+ },
214
+ {
215
+ "epoch": 0.007090609740480627,
216
+ "grad_norm": 0.9504437446594238,
217
+ "learning_rate": 4.9999875007744436e-05,
218
+ "loss": 5.0966,
219
+ "step": 870
220
+ },
221
+ {
222
+ "epoch": 0.007335113524635131,
223
+ "grad_norm": 0.9488673806190491,
224
+ "learning_rate": 4.9999853917033756e-05,
225
+ "loss": 5.0424,
226
+ "step": 900
227
+ },
228
+ {
229
+ "epoch": 0.007579617308789636,
230
+ "grad_norm": 0.959373950958252,
231
+ "learning_rate": 4.999983118289773e-05,
232
+ "loss": 5.0387,
233
+ "step": 930
234
+ },
235
+ {
236
+ "epoch": 0.00782412109294414,
237
+ "grad_norm": 0.8465414643287659,
238
+ "learning_rate": 4.999980680533782e-05,
239
+ "loss": 4.9769,
240
+ "step": 960
241
+ },
242
+ {
243
+ "epoch": 0.008068624877098645,
244
+ "grad_norm": 0.8328993916511536,
245
+ "learning_rate": 4.999978078435567e-05,
246
+ "loss": 4.9335,
247
+ "step": 990
248
+ },
249
+ {
250
+ "epoch": 0.008313128661253149,
251
+ "grad_norm": 0.8107655644416809,
252
+ "learning_rate": 4.999975311995295e-05,
253
+ "loss": 4.9214,
254
+ "step": 1020
255
+ },
256
+ {
257
+ "epoch": 0.008557632445407654,
258
+ "grad_norm": 0.8149654865264893,
259
+ "learning_rate": 4.99997238121315e-05,
260
+ "loss": 4.8651,
261
+ "step": 1050
262
+ },
263
+ {
264
+ "epoch": 0.008802136229562158,
265
+ "grad_norm": 0.8837414979934692,
266
+ "learning_rate": 4.999969286089325e-05,
267
+ "loss": 4.8327,
268
+ "step": 1080
269
+ },
270
+ {
271
+ "epoch": 0.009046640013716663,
272
+ "grad_norm": 1.1360137462615967,
273
+ "learning_rate": 4.9999660266240235e-05,
274
+ "loss": 4.7906,
275
+ "step": 1110
276
+ },
277
+ {
278
+ "epoch": 0.009291143797871167,
279
+ "grad_norm": 0.7992026209831238,
280
+ "learning_rate": 4.9999626028174585e-05,
281
+ "loss": 4.7612,
282
+ "step": 1140
283
+ },
284
+ {
285
+ "epoch": 0.00953564758202567,
286
+ "grad_norm": 0.8481825590133667,
287
+ "learning_rate": 4.999959014669856e-05,
288
+ "loss": 4.7106,
289
+ "step": 1170
290
+ },
291
+ {
292
+ "epoch": 0.009780151366180176,
293
+ "grad_norm": 0.8183879256248474,
294
+ "learning_rate": 4.9999552621814513e-05,
295
+ "loss": 4.6993,
296
+ "step": 1200
297
+ },
298
+ {
299
+ "epoch": 0.010024655150334679,
300
+ "grad_norm": 0.8460689187049866,
301
+ "learning_rate": 4.9999513453524917e-05,
302
+ "loss": 4.6664,
303
+ "step": 1230
304
+ },
305
+ {
306
+ "epoch": 0.010269158934489184,
307
+ "grad_norm": 0.8723706007003784,
308
+ "learning_rate": 4.9999472641832336e-05,
309
+ "loss": 4.6371,
310
+ "step": 1260
311
+ },
312
+ {
313
+ "epoch": 0.010513662718643688,
314
+ "grad_norm": 0.7682787179946899,
315
+ "learning_rate": 4.999943018673946e-05,
316
+ "loss": 4.6184,
317
+ "step": 1290
318
+ },
319
+ {
320
+ "epoch": 0.010758166502798193,
321
+ "grad_norm": 0.9049955606460571,
322
+ "learning_rate": 4.999938608824909e-05,
323
+ "loss": 4.5968,
324
+ "step": 1320
325
+ },
326
+ {
327
+ "epoch": 0.011002670286952697,
328
+ "grad_norm": 0.7860899567604065,
329
+ "learning_rate": 4.999934034636411e-05,
330
+ "loss": 4.5266,
331
+ "step": 1350
332
+ },
333
+ {
334
+ "epoch": 0.011247174071107202,
335
+ "grad_norm": 0.7918768525123596,
336
+ "learning_rate": 4.999929296108753e-05,
337
+ "loss": 4.5069,
338
+ "step": 1380
339
+ },
340
+ {
341
+ "epoch": 0.011491677855261706,
342
+ "grad_norm": 0.6713089942932129,
343
+ "learning_rate": 4.9999243932422466e-05,
344
+ "loss": 4.4663,
345
+ "step": 1410
346
+ },
347
+ {
348
+ "epoch": 0.011736181639416211,
349
+ "grad_norm": 0.756101131439209,
350
+ "learning_rate": 4.999919326037215e-05,
351
+ "loss": 4.4782,
352
+ "step": 1440
353
+ },
354
+ {
355
+ "epoch": 0.011980685423570715,
356
+ "grad_norm": 0.7067996263504028,
357
+ "learning_rate": 4.99991409449399e-05,
358
+ "loss": 4.4388,
359
+ "step": 1470
360
+ },
361
+ {
362
+ "epoch": 0.01222518920772522,
363
+ "grad_norm": 0.7132194638252258,
364
+ "learning_rate": 4.999908698612916e-05,
365
+ "loss": 4.4135,
366
+ "step": 1500
367
+ },
368
+ {
369
+ "epoch": 0.012469692991879723,
370
+ "grad_norm": 0.7282501459121704,
371
+ "learning_rate": 4.9999031383943486e-05,
372
+ "loss": 4.4057,
373
+ "step": 1530
374
+ },
375
+ {
376
+ "epoch": 0.012714196776034229,
377
+ "grad_norm": 0.6851722598075867,
378
+ "learning_rate": 4.999897413838651e-05,
379
+ "loss": 4.3612,
380
+ "step": 1560
381
+ },
382
+ {
383
+ "epoch": 0.012958700560188732,
384
+ "grad_norm": 0.7953110337257385,
385
+ "learning_rate": 4.999891524946202e-05,
386
+ "loss": 4.3268,
387
+ "step": 1590
388
+ },
389
+ {
390
+ "epoch": 0.013203204344343238,
391
+ "grad_norm": 0.726719319820404,
392
+ "learning_rate": 4.999885471717387e-05,
393
+ "loss": 4.314,
394
+ "step": 1620
395
+ },
396
+ {
397
+ "epoch": 0.013447708128497741,
398
+ "grad_norm": 0.7354792356491089,
399
+ "learning_rate": 4.999879254152605e-05,
400
+ "loss": 4.2807,
401
+ "step": 1650
402
+ },
403
+ {
404
+ "epoch": 0.013692211912652246,
405
+ "grad_norm": 0.7072017788887024,
406
+ "learning_rate": 4.999872872252265e-05,
407
+ "loss": 4.282,
408
+ "step": 1680
409
+ },
410
+ {
411
+ "epoch": 0.01393671569680675,
412
+ "grad_norm": 0.690112292766571,
413
+ "learning_rate": 4.999866326016785e-05,
414
+ "loss": 4.2686,
415
+ "step": 1710
416
+ },
417
+ {
418
+ "epoch": 0.014181219480961254,
419
+ "grad_norm": 0.697634756565094,
420
+ "learning_rate": 4.999859615446596e-05,
421
+ "loss": 4.2662,
422
+ "step": 1740
423
+ },
424
+ {
425
+ "epoch": 0.014425723265115759,
426
+ "grad_norm": 0.6999862790107727,
427
+ "learning_rate": 4.99985274054214e-05,
428
+ "loss": 4.2207,
429
+ "step": 1770
430
+ },
431
+ {
432
+ "epoch": 0.014670227049270262,
433
+ "grad_norm": 0.6920334100723267,
434
+ "learning_rate": 4.999845701303868e-05,
435
+ "loss": 4.2163,
436
+ "step": 1800
437
+ },
438
+ {
439
+ "epoch": 0.014914730833424768,
440
+ "grad_norm": 0.6884493827819824,
441
+ "learning_rate": 4.999838497732243e-05,
442
+ "loss": 4.209,
443
+ "step": 1830
444
+ },
445
+ {
446
+ "epoch": 0.015159234617579271,
447
+ "grad_norm": 0.776447057723999,
448
+ "learning_rate": 4.999831129827739e-05,
449
+ "loss": 4.1856,
450
+ "step": 1860
451
+ },
452
+ {
453
+ "epoch": 0.015403738401733777,
454
+ "grad_norm": 0.7332949042320251,
455
+ "learning_rate": 4.9998235975908394e-05,
456
+ "loss": 4.156,
457
+ "step": 1890
458
+ },
459
+ {
460
+ "epoch": 0.01564824218588828,
461
+ "grad_norm": 0.6691558361053467,
462
+ "learning_rate": 4.99981590102204e-05,
463
+ "loss": 4.1339,
464
+ "step": 1920
465
+ },
466
+ {
467
+ "epoch": 0.015892745970042785,
468
+ "grad_norm": 0.6789201498031616,
469
+ "learning_rate": 4.9998080401218464e-05,
470
+ "loss": 4.1344,
471
+ "step": 1950
472
+ },
473
+ {
474
+ "epoch": 0.01613724975419729,
475
+ "grad_norm": 0.6654175519943237,
476
+ "learning_rate": 4.999800014890777e-05,
477
+ "loss": 4.1295,
478
+ "step": 1980
479
+ },
480
+ {
481
+ "epoch": 0.016381753538351793,
482
+ "grad_norm": 0.6632519364356995,
483
+ "learning_rate": 4.9997918253293555e-05,
484
+ "loss": 4.1036,
485
+ "step": 2010
486
+ },
487
+ {
488
+ "epoch": 0.016626257322506298,
489
+ "grad_norm": 0.6618740558624268,
490
+ "learning_rate": 4.999783471438124e-05,
491
+ "loss": 4.0857,
492
+ "step": 2040
493
+ },
494
+ {
495
+ "epoch": 0.016870761106660803,
496
+ "grad_norm": 0.6384952068328857,
497
+ "learning_rate": 4.999774953217631e-05,
498
+ "loss": 4.0755,
499
+ "step": 2070
500
+ },
501
+ {
502
+ "epoch": 0.01711526489081531,
503
+ "grad_norm": 0.6808215975761414,
504
+ "learning_rate": 4.9997662706684345e-05,
505
+ "loss": 4.0568,
506
+ "step": 2100
507
+ },
508
+ {
509
+ "epoch": 0.01735976867496981,
510
+ "grad_norm": 0.6514068841934204,
511
+ "learning_rate": 4.999757423791107e-05,
512
+ "loss": 4.0474,
513
+ "step": 2130
514
+ },
515
+ {
516
+ "epoch": 0.017604272459124316,
517
+ "grad_norm": 0.6691142320632935,
518
+ "learning_rate": 4.9997484125862306e-05,
519
+ "loss": 4.0467,
520
+ "step": 2160
521
+ },
522
+ {
523
+ "epoch": 0.01784877624327882,
524
+ "grad_norm": 0.6240984201431274,
525
+ "learning_rate": 4.999739237054395e-05,
526
+ "loss": 4.0259,
527
+ "step": 2190
528
+ },
529
+ {
530
+ "epoch": 0.018093280027433326,
531
+ "grad_norm": 0.6286123991012573,
532
+ "learning_rate": 4.9997298971962065e-05,
533
+ "loss": 4.0098,
534
+ "step": 2220
535
+ },
536
+ {
537
+ "epoch": 0.018337783811587828,
538
+ "grad_norm": 0.6232910752296448,
539
+ "learning_rate": 4.999720393012277e-05,
540
+ "loss": 4.0203,
541
+ "step": 2250
542
+ },
543
+ {
544
+ "epoch": 0.018582287595742333,
545
+ "grad_norm": 0.6792376041412354,
546
+ "learning_rate": 4.999710724503233e-05,
547
+ "loss": 3.9909,
548
+ "step": 2280
549
+ },
550
+ {
551
+ "epoch": 0.01882679137989684,
552
+ "grad_norm": 0.6824718117713928,
553
+ "learning_rate": 4.9997008916697075e-05,
554
+ "loss": 3.9922,
555
+ "step": 2310
556
+ },
557
+ {
558
+ "epoch": 0.01907129516405134,
559
+ "grad_norm": 0.6520410776138306,
560
+ "learning_rate": 4.999690894512349e-05,
561
+ "loss": 3.9533,
562
+ "step": 2340
563
+ },
564
+ {
565
+ "epoch": 0.019315798948205846,
566
+ "grad_norm": 0.6467030048370361,
567
+ "learning_rate": 4.999680733031814e-05,
568
+ "loss": 3.9464,
569
+ "step": 2370
570
+ },
571
+ {
572
+ "epoch": 0.01956030273236035,
573
+ "grad_norm": 0.6356080770492554,
574
+ "learning_rate": 4.9996704072287716e-05,
575
+ "loss": 3.9288,
576
+ "step": 2400
577
+ },
578
+ {
579
+ "epoch": 0.019804806516514856,
580
+ "grad_norm": 0.6498362421989441,
581
+ "learning_rate": 4.9996599171038984e-05,
582
+ "loss": 3.9345,
583
+ "step": 2430
584
+ },
585
+ {
586
+ "epoch": 0.020049310300669358,
587
+ "grad_norm": 0.6107562184333801,
588
+ "learning_rate": 4.999649262657886e-05,
589
+ "loss": 3.9368,
590
+ "step": 2460
591
+ },
592
+ {
593
+ "epoch": 0.020293814084823864,
594
+ "grad_norm": 0.6478250622749329,
595
+ "learning_rate": 4.999638443891434e-05,
596
+ "loss": 3.9273,
597
+ "step": 2490
598
+ },
599
+ {
600
+ "epoch": 0.02053831786897837,
601
+ "grad_norm": 0.631263256072998,
602
+ "learning_rate": 4.999627460805253e-05,
603
+ "loss": 3.9136,
604
+ "step": 2520
605
+ },
606
+ {
607
+ "epoch": 0.020782821653132874,
608
+ "grad_norm": 0.6120920777320862,
609
+ "learning_rate": 4.999616313400066e-05,
610
+ "loss": 3.8834,
611
+ "step": 2550
612
+ },
613
+ {
614
+ "epoch": 0.021027325437287376,
615
+ "grad_norm": 0.6151197552680969,
616
+ "learning_rate": 4.999605001676605e-05,
617
+ "loss": 3.8994,
618
+ "step": 2580
619
+ },
620
+ {
621
+ "epoch": 0.02127182922144188,
622
+ "grad_norm": 0.623715877532959,
623
+ "learning_rate": 4.9995935256356144e-05,
624
+ "loss": 3.8929,
625
+ "step": 2610
626
+ },
627
+ {
628
+ "epoch": 0.021516333005596387,
629
+ "grad_norm": 0.6688769459724426,
630
+ "learning_rate": 4.9995818852778476e-05,
631
+ "loss": 3.8499,
632
+ "step": 2640
633
+ },
634
+ {
635
+ "epoch": 0.021760836789750892,
636
+ "grad_norm": 0.6272155046463013,
637
+ "learning_rate": 4.999570080604071e-05,
638
+ "loss": 3.8861,
639
+ "step": 2670
640
+ },
641
+ {
642
+ "epoch": 0.022005340573905394,
643
+ "grad_norm": 0.597653329372406,
644
+ "learning_rate": 4.99955811161506e-05,
645
+ "loss": 3.8674,
646
+ "step": 2700
647
+ },
648
+ {
649
+ "epoch": 0.0222498443580599,
650
+ "grad_norm": 0.5608483552932739,
651
+ "learning_rate": 4.9995459783116004e-05,
652
+ "loss": 3.8493,
653
+ "step": 2730
654
+ },
655
+ {
656
+ "epoch": 0.022494348142214404,
657
+ "grad_norm": 0.5991063117980957,
658
+ "learning_rate": 4.999533680694493e-05,
659
+ "loss": 3.8454,
660
+ "step": 2760
661
+ },
662
+ {
663
+ "epoch": 0.02273885192636891,
664
+ "grad_norm": 0.5738102793693542,
665
+ "learning_rate": 4.9995212187645416e-05,
666
+ "loss": 3.8395,
667
+ "step": 2790
668
+ },
669
+ {
670
+ "epoch": 0.02298335571052341,
671
+ "grad_norm": 0.6145568490028381,
672
+ "learning_rate": 4.9995085925225693e-05,
673
+ "loss": 3.8313,
674
+ "step": 2820
675
+ },
676
+ {
677
+ "epoch": 0.023227859494677917,
678
+ "grad_norm": 0.6019515991210938,
679
+ "learning_rate": 4.999495801969404e-05,
680
+ "loss": 3.8277,
681
+ "step": 2850
682
+ },
683
+ {
684
+ "epoch": 0.023472363278832422,
685
+ "grad_norm": 0.6177758574485779,
686
+ "learning_rate": 4.9994828471058876e-05,
687
+ "loss": 3.8083,
688
+ "step": 2880
689
+ },
690
+ {
691
+ "epoch": 0.023716867062986924,
692
+ "grad_norm": 0.5616528987884521,
693
+ "learning_rate": 4.9994697279328714e-05,
694
+ "loss": 3.8114,
695
+ "step": 2910
696
+ },
697
+ {
698
+ "epoch": 0.02396137084714143,
699
+ "grad_norm": 0.6194447875022888,
700
+ "learning_rate": 4.9994564444512176e-05,
701
+ "loss": 3.8183,
702
+ "step": 2940
703
+ },
704
+ {
705
+ "epoch": 0.024205874631295934,
706
+ "grad_norm": 0.578895092010498,
707
+ "learning_rate": 4.9994429966618e-05,
708
+ "loss": 3.7871,
709
+ "step": 2970
710
+ },
711
+ {
712
+ "epoch": 0.02445037841545044,
713
+ "grad_norm": 0.6014060378074646,
714
+ "learning_rate": 4.999429384565502e-05,
715
+ "loss": 3.7711,
716
+ "step": 3000
717
+ },
718
+ {
719
+ "epoch": 0.02469488219960494,
720
+ "grad_norm": 0.5589067339897156,
721
+ "learning_rate": 4.999415608163217e-05,
722
+ "loss": 3.7533,
723
+ "step": 3030
724
+ },
725
+ {
726
+ "epoch": 0.024939385983759447,
727
+ "grad_norm": 0.5722873210906982,
728
+ "learning_rate": 4.999401667455854e-05,
729
+ "loss": 3.7585,
730
+ "step": 3060
731
+ },
732
+ {
733
+ "epoch": 0.025183889767913952,
734
+ "grad_norm": 0.5734965801239014,
735
+ "learning_rate": 4.9993875624443274e-05,
736
+ "loss": 3.77,
737
+ "step": 3090
738
+ },
739
+ {
740
+ "epoch": 0.025428393552068457,
741
+ "grad_norm": 0.5524207353591919,
742
+ "learning_rate": 4.9993732931295646e-05,
743
+ "loss": 3.718,
744
+ "step": 3120
745
+ },
746
+ {
747
+ "epoch": 0.02567289733622296,
748
+ "grad_norm": 0.5776082277297974,
749
+ "learning_rate": 4.999358859512503e-05,
750
+ "loss": 3.7573,
751
+ "step": 3150
752
+ },
753
+ {
754
+ "epoch": 0.025917401120377465,
755
+ "grad_norm": 0.5799595713615417,
756
+ "learning_rate": 4.9993442615940936e-05,
757
+ "loss": 3.7552,
758
+ "step": 3180
759
+ },
760
+ {
761
+ "epoch": 0.02616190490453197,
762
+ "grad_norm": 0.5820346474647522,
763
+ "learning_rate": 4.999329499375292e-05,
764
+ "loss": 3.7394,
765
+ "step": 3210
766
+ },
767
+ {
768
+ "epoch": 0.026406408688686475,
769
+ "grad_norm": 0.5450282096862793,
770
+ "learning_rate": 4.999314572857074e-05,
771
+ "loss": 3.7393,
772
+ "step": 3240
773
+ },
774
+ {
775
+ "epoch": 0.026650912472840977,
776
+ "grad_norm": 0.6213249564170837,
777
+ "learning_rate": 4.9992994820404174e-05,
778
+ "loss": 3.7191,
779
+ "step": 3270
780
+ },
781
+ {
782
+ "epoch": 0.026895416256995482,
783
+ "grad_norm": 0.5940688848495483,
784
+ "learning_rate": 4.999284226926314e-05,
785
+ "loss": 3.719,
786
+ "step": 3300
787
+ },
788
+ {
789
+ "epoch": 0.027139920041149988,
790
+ "grad_norm": 0.5779993534088135,
791
+ "learning_rate": 4.999268807515768e-05,
792
+ "loss": 3.7092,
793
+ "step": 3330
794
+ },
795
+ {
796
+ "epoch": 0.027384423825304493,
797
+ "grad_norm": 0.5899255871772766,
798
+ "learning_rate": 4.999253223809792e-05,
799
+ "loss": 3.6939,
800
+ "step": 3360
801
+ },
802
+ {
803
+ "epoch": 0.027628927609458995,
804
+ "grad_norm": 0.6330375671386719,
805
+ "learning_rate": 4.999237475809411e-05,
806
+ "loss": 3.7102,
807
+ "step": 3390
808
+ },
809
+ {
810
+ "epoch": 0.0278734313936135,
811
+ "grad_norm": 0.5771914720535278,
812
+ "learning_rate": 4.99922156351566e-05,
813
+ "loss": 3.7196,
814
+ "step": 3420
815
+ },
816
+ {
817
+ "epoch": 0.028117935177768005,
818
+ "grad_norm": 0.5769143104553223,
819
+ "learning_rate": 4.999205486929586e-05,
820
+ "loss": 3.7127,
821
+ "step": 3450
822
+ },
823
+ {
824
+ "epoch": 0.028362438961922507,
825
+ "grad_norm": 0.5581954121589661,
826
+ "learning_rate": 4.999189246052245e-05,
827
+ "loss": 3.689,
828
+ "step": 3480
829
+ },
830
+ {
831
+ "epoch": 0.028606942746077012,
832
+ "grad_norm": 0.6041043400764465,
833
+ "learning_rate": 4.999172840884704e-05,
834
+ "loss": 3.6831,
835
+ "step": 3510
836
+ },
837
+ {
838
+ "epoch": 0.028851446530231518,
839
+ "grad_norm": 0.5458335280418396,
840
+ "learning_rate": 4.999156271428043e-05,
841
+ "loss": 3.6694,
842
+ "step": 3540
843
+ },
844
+ {
845
+ "epoch": 0.029095950314386023,
846
+ "grad_norm": 0.5470607280731201,
847
+ "learning_rate": 4.9991395376833496e-05,
848
+ "loss": 3.6702,
849
+ "step": 3570
850
+ },
851
+ {
852
+ "epoch": 0.029340454098540525,
853
+ "grad_norm": 0.5878787040710449,
854
+ "learning_rate": 4.999122639651725e-05,
855
+ "loss": 3.6492,
856
+ "step": 3600
857
+ },
858
+ {
859
+ "epoch": 0.02958495788269503,
860
+ "grad_norm": 0.5691691637039185,
861
+ "learning_rate": 4.9991055773342795e-05,
862
+ "loss": 3.6812,
863
+ "step": 3630
864
+ },
865
+ {
866
+ "epoch": 0.029829461666849535,
867
+ "grad_norm": 0.5548356771469116,
868
+ "learning_rate": 4.9990883507321354e-05,
869
+ "loss": 3.645,
870
+ "step": 3660
871
+ },
872
+ {
873
+ "epoch": 0.03007396545100404,
874
+ "grad_norm": 0.5686156153678894,
875
+ "learning_rate": 4.999070959846424e-05,
876
+ "loss": 3.6505,
877
+ "step": 3690
878
+ },
879
+ {
880
+ "epoch": 0.030318469235158543,
881
+ "grad_norm": 0.5596534013748169,
882
+ "learning_rate": 4.999053404678289e-05,
883
+ "loss": 3.6532,
884
+ "step": 3720
885
+ },
886
+ {
887
+ "epoch": 0.030562973019313048,
888
+ "grad_norm": 0.54421067237854,
889
+ "learning_rate": 4.999035685228884e-05,
890
+ "loss": 3.6238,
891
+ "step": 3750
892
+ },
893
+ {
894
+ "epoch": 0.030807476803467553,
895
+ "grad_norm": 0.56732177734375,
896
+ "learning_rate": 4.999017801499375e-05,
897
+ "loss": 3.6449,
898
+ "step": 3780
899
+ },
900
+ {
901
+ "epoch": 0.03105198058762206,
902
+ "grad_norm": 0.5608410239219666,
903
+ "learning_rate": 4.998999753490937e-05,
904
+ "loss": 3.6344,
905
+ "step": 3810
906
+ },
907
+ {
908
+ "epoch": 0.03129648437177656,
909
+ "grad_norm": 0.5919491648674011,
910
+ "learning_rate": 4.998981541204757e-05,
911
+ "loss": 3.6213,
912
+ "step": 3840
913
+ },
914
+ {
915
+ "epoch": 0.031540988155931066,
916
+ "grad_norm": 0.5795233249664307,
917
+ "learning_rate": 4.998963164642031e-05,
918
+ "loss": 3.6239,
919
+ "step": 3870
920
+ },
921
+ {
922
+ "epoch": 0.03178549194008557,
923
+ "grad_norm": 0.5669205784797668,
924
+ "learning_rate": 4.9989446238039676e-05,
925
+ "loss": 3.5831,
926
+ "step": 3900
927
+ },
928
+ {
929
+ "epoch": 0.032029995724240076,
930
+ "grad_norm": 0.5817368626594543,
931
+ "learning_rate": 4.998925918691786e-05,
932
+ "loss": 3.6074,
933
+ "step": 3930
934
+ },
935
+ {
936
+ "epoch": 0.03227449950839458,
937
+ "grad_norm": 0.5662333369255066,
938
+ "learning_rate": 4.998907049306715e-05,
939
+ "loss": 3.5874,
940
+ "step": 3960
941
+ },
942
+ {
943
+ "epoch": 0.03251900329254909,
944
+ "grad_norm": 0.5641735792160034,
945
+ "learning_rate": 4.998888015649996e-05,
946
+ "loss": 3.6056,
947
+ "step": 3990
948
+ },
949
+ {
950
+ "epoch": 0.032763507076703585,
951
+ "grad_norm": 0.524918794631958,
952
+ "learning_rate": 4.99886881772288e-05,
953
+ "loss": 3.5963,
954
+ "step": 4020
955
+ },
956
+ {
957
+ "epoch": 0.03300801086085809,
958
+ "grad_norm": 0.5625722408294678,
959
+ "learning_rate": 4.998849455526628e-05,
960
+ "loss": 3.5917,
961
+ "step": 4050
962
+ },
963
+ {
964
+ "epoch": 0.033252514645012596,
965
+ "grad_norm": 0.5612478852272034,
966
+ "learning_rate": 4.998829929062515e-05,
967
+ "loss": 3.5792,
968
+ "step": 4080
969
+ },
970
+ {
971
+ "epoch": 0.0334970184291671,
972
+ "grad_norm": 0.5586293935775757,
973
+ "learning_rate": 4.998810238331822e-05,
974
+ "loss": 3.5708,
975
+ "step": 4110
976
+ },
977
+ {
978
+ "epoch": 0.033741522213321606,
979
+ "grad_norm": 0.53324955701828,
980
+ "learning_rate": 4.998790383335845e-05,
981
+ "loss": 3.5686,
982
+ "step": 4140
983
+ },
984
+ {
985
+ "epoch": 0.03398602599747611,
986
+ "grad_norm": 0.5210742950439453,
987
+ "learning_rate": 4.9987703640758894e-05,
988
+ "loss": 3.575,
989
+ "step": 4170
990
+ },
991
+ {
992
+ "epoch": 0.03423052978163062,
993
+ "grad_norm": 0.5591189861297607,
994
+ "learning_rate": 4.99875018055327e-05,
995
+ "loss": 3.5717,
996
+ "step": 4200
997
+ },
998
+ {
999
+ "epoch": 0.034475033565785115,
1000
+ "grad_norm": 0.5435970425605774,
1001
+ "learning_rate": 4.998729832769315e-05,
1002
+ "loss": 3.5638,
1003
+ "step": 4230
1004
+ },
1005
+ {
1006
+ "epoch": 0.03471953734993962,
1007
+ "grad_norm": 0.5489551424980164,
1008
+ "learning_rate": 4.998709320725361e-05,
1009
+ "loss": 3.574,
1010
+ "step": 4260
1011
+ },
1012
+ {
1013
+ "epoch": 0.034964041134094126,
1014
+ "grad_norm": 0.5275290012359619,
1015
+ "learning_rate": 4.998688644422756e-05,
1016
+ "loss": 3.5695,
1017
+ "step": 4290
1018
+ },
1019
+ {
1020
+ "epoch": 0.03520854491824863,
1021
+ "grad_norm": 0.583881139755249,
1022
+ "learning_rate": 4.998667803862861e-05,
1023
+ "loss": 3.5703,
1024
+ "step": 4320
1025
+ },
1026
+ {
1027
+ "epoch": 0.03545304870240314,
1028
+ "grad_norm": 0.5317121744155884,
1029
+ "learning_rate": 4.9986467990470445e-05,
1030
+ "loss": 3.5668,
1031
+ "step": 4350
1032
+ },
1033
+ {
1034
+ "epoch": 0.03569755248655764,
1035
+ "grad_norm": 0.5981696248054504,
1036
+ "learning_rate": 4.998625629976688e-05,
1037
+ "loss": 3.5411,
1038
+ "step": 4380
1039
+ },
1040
+ {
1041
+ "epoch": 0.03594205627071215,
1042
+ "grad_norm": 0.55133455991745,
1043
+ "learning_rate": 4.998604296653182e-05,
1044
+ "loss": 3.521,
1045
+ "step": 4410
1046
+ },
1047
+ {
1048
+ "epoch": 0.03618656005486665,
1049
+ "grad_norm": 0.5481094717979431,
1050
+ "learning_rate": 4.99858279907793e-05,
1051
+ "loss": 3.5421,
1052
+ "step": 4440
1053
+ },
1054
+ {
1055
+ "epoch": 0.03643106383902115,
1056
+ "grad_norm": 0.5218031406402588,
1057
+ "learning_rate": 4.998561137252346e-05,
1058
+ "loss": 3.5305,
1059
+ "step": 4470
1060
+ },
1061
+ {
1062
+ "epoch": 0.036675567623175656,
1063
+ "grad_norm": 0.5458360910415649,
1064
+ "learning_rate": 4.9985393111778525e-05,
1065
+ "loss": 3.5332,
1066
+ "step": 4500
1067
+ },
1068
+ {
1069
+ "epoch": 0.03692007140733016,
1070
+ "grad_norm": 0.5501233339309692,
1071
+ "learning_rate": 4.998517320855884e-05,
1072
+ "loss": 3.5485,
1073
+ "step": 4530
1074
+ },
1075
+ {
1076
+ "epoch": 0.03716457519148467,
1077
+ "grad_norm": 0.5359978675842285,
1078
+ "learning_rate": 4.998495166287887e-05,
1079
+ "loss": 3.534,
1080
+ "step": 4560
1081
+ },
1082
+ {
1083
+ "epoch": 0.03740907897563917,
1084
+ "grad_norm": 0.5447133183479309,
1085
+ "learning_rate": 4.998472847475318e-05,
1086
+ "loss": 3.5176,
1087
+ "step": 4590
1088
+ },
1089
+ {
1090
+ "epoch": 0.03765358275979368,
1091
+ "grad_norm": 0.5201069712638855,
1092
+ "learning_rate": 4.998450364419643e-05,
1093
+ "loss": 3.518,
1094
+ "step": 4620
1095
+ },
1096
+ {
1097
+ "epoch": 0.03789808654394818,
1098
+ "grad_norm": 0.5251840353012085,
1099
+ "learning_rate": 4.998427717122342e-05,
1100
+ "loss": 3.5021,
1101
+ "step": 4650
1102
+ },
1103
+ {
1104
+ "epoch": 0.03814259032810268,
1105
+ "grad_norm": 0.5204648375511169,
1106
+ "learning_rate": 4.9984049055849024e-05,
1107
+ "loss": 3.505,
1108
+ "step": 4680
1109
+ },
1110
+ {
1111
+ "epoch": 0.038387094112257186,
1112
+ "grad_norm": 0.5137141942977905,
1113
+ "learning_rate": 4.9983819298088234e-05,
1114
+ "loss": 3.4997,
1115
+ "step": 4710
1116
+ },
1117
+ {
1118
+ "epoch": 0.03863159789641169,
1119
+ "grad_norm": 0.5232805609703064,
1120
+ "learning_rate": 4.9983587897956166e-05,
1121
+ "loss": 3.5049,
1122
+ "step": 4740
1123
+ },
1124
+ {
1125
+ "epoch": 0.0388761016805662,
1126
+ "grad_norm": 0.5415229201316833,
1127
+ "learning_rate": 4.998335485546802e-05,
1128
+ "loss": 3.5123,
1129
+ "step": 4770
1130
+ },
1131
+ {
1132
+ "epoch": 0.0391206054647207,
1133
+ "grad_norm": 0.5097187161445618,
1134
+ "learning_rate": 4.998312017063912e-05,
1135
+ "loss": 3.4839,
1136
+ "step": 4800
1137
+ },
1138
+ {
1139
+ "epoch": 0.03936510924887521,
1140
+ "grad_norm": 0.5637670755386353,
1141
+ "learning_rate": 4.9982883843484895e-05,
1142
+ "loss": 3.5084,
1143
+ "step": 4830
1144
+ },
1145
+ {
1146
+ "epoch": 0.03960961303302971,
1147
+ "grad_norm": 0.5436129570007324,
1148
+ "learning_rate": 4.998264587402088e-05,
1149
+ "loss": 3.5184,
1150
+ "step": 4860
1151
+ },
1152
+ {
1153
+ "epoch": 0.03985411681718422,
1154
+ "grad_norm": 0.5133230090141296,
1155
+ "learning_rate": 4.9982406262262726e-05,
1156
+ "loss": 3.48,
1157
+ "step": 4890
1158
+ },
1159
+ {
1160
+ "epoch": 0.040098620601338716,
1161
+ "grad_norm": 0.5678510069847107,
1162
+ "learning_rate": 4.9982165008226175e-05,
1163
+ "loss": 3.4899,
1164
+ "step": 4920
1165
+ },
1166
+ {
1167
+ "epoch": 0.04034312438549322,
1168
+ "grad_norm": 0.5121597647666931,
1169
+ "learning_rate": 4.998192211192708e-05,
1170
+ "loss": 3.4942,
1171
+ "step": 4950
1172
+ },
1173
+ {
1174
+ "epoch": 0.04058762816964773,
1175
+ "grad_norm": 0.537929117679596,
1176
+ "learning_rate": 4.9981677573381423e-05,
1177
+ "loss": 3.4721,
1178
+ "step": 4980
1179
+ },
1180
+ {
1181
+ "epoch": 0.04083213195380223,
1182
+ "grad_norm": 0.537289023399353,
1183
+ "learning_rate": 4.9981431392605274e-05,
1184
+ "loss": 3.4919,
1185
+ "step": 5010
1186
+ },
1187
+ {
1188
+ "epoch": 0.04107663573795674,
1189
+ "grad_norm": 0.5594364404678345,
1190
+ "learning_rate": 4.998118356961481e-05,
1191
+ "loss": 3.4665,
1192
+ "step": 5040
1193
+ },
1194
+ {
1195
+ "epoch": 0.04132113952211124,
1196
+ "grad_norm": 0.5009840726852417,
1197
+ "learning_rate": 4.998093410442632e-05,
1198
+ "loss": 3.4524,
1199
+ "step": 5070
1200
+ },
1201
+ {
1202
+ "epoch": 0.04156564330626575,
1203
+ "grad_norm": 0.53801429271698,
1204
+ "learning_rate": 4.998068299705623e-05,
1205
+ "loss": 3.4629,
1206
+ "step": 5100
1207
+ },
1208
+ {
1209
+ "epoch": 0.041810147090420254,
1210
+ "grad_norm": 0.5134426355361938,
1211
+ "learning_rate": 4.9980430247521014e-05,
1212
+ "loss": 3.4504,
1213
+ "step": 5130
1214
+ },
1215
+ {
1216
+ "epoch": 0.04205465087457475,
1217
+ "grad_norm": 0.5095092058181763,
1218
+ "learning_rate": 4.998017585583731e-05,
1219
+ "loss": 3.4684,
1220
+ "step": 5160
1221
+ },
1222
+ {
1223
+ "epoch": 0.04229915465872926,
1224
+ "grad_norm": 0.5233584642410278,
1225
+ "learning_rate": 4.9979919822021824e-05,
1226
+ "loss": 3.4726,
1227
+ "step": 5190
1228
+ },
1229
+ {
1230
+ "epoch": 0.04254365844288376,
1231
+ "grad_norm": 0.5375773906707764,
1232
+ "learning_rate": 4.99796621460914e-05,
1233
+ "loss": 3.4502,
1234
+ "step": 5220
1235
+ },
1236
+ {
1237
+ "epoch": 0.04278816222703827,
1238
+ "grad_norm": 0.5292348265647888,
1239
+ "learning_rate": 4.9979402828062963e-05,
1240
+ "loss": 3.4494,
1241
+ "step": 5250
1242
+ },
1243
+ {
1244
+ "epoch": 0.04303266601119277,
1245
+ "grad_norm": 0.5170340538024902,
1246
+ "learning_rate": 4.997914186795358e-05,
1247
+ "loss": 3.4671,
1248
+ "step": 5280
1249
+ },
1250
+ {
1251
+ "epoch": 0.04327716979534728,
1252
+ "grad_norm": 0.5027357339859009,
1253
+ "learning_rate": 4.9978879265780385e-05,
1254
+ "loss": 3.4424,
1255
+ "step": 5310
1256
+ },
1257
+ {
1258
+ "epoch": 0.043521673579501784,
1259
+ "grad_norm": 0.4898991584777832,
1260
+ "learning_rate": 4.997861502156066e-05,
1261
+ "loss": 3.4515,
1262
+ "step": 5340
1263
+ },
1264
+ {
1265
+ "epoch": 0.04376617736365628,
1266
+ "grad_norm": 0.5362656712532043,
1267
+ "learning_rate": 4.997834913531176e-05,
1268
+ "loss": 3.4209,
1269
+ "step": 5370
1270
+ },
1271
+ {
1272
+ "epoch": 0.04401068114781079,
1273
+ "grad_norm": 0.5150277614593506,
1274
+ "learning_rate": 4.9978081607051176e-05,
1275
+ "loss": 3.4575,
1276
+ "step": 5400
1277
+ },
1278
+ {
1279
+ "epoch": 0.04425518493196529,
1280
+ "grad_norm": 0.5086013674736023,
1281
+ "learning_rate": 4.997781243679648e-05,
1282
+ "loss": 3.4377,
1283
+ "step": 5430
1284
+ },
1285
+ {
1286
+ "epoch": 0.0444996887161198,
1287
+ "grad_norm": 0.538194477558136,
1288
+ "learning_rate": 4.9977541624565374e-05,
1289
+ "loss": 3.4282,
1290
+ "step": 5460
1291
+ },
1292
+ {
1293
+ "epoch": 0.0447441925002743,
1294
+ "grad_norm": 0.5045614838600159,
1295
+ "learning_rate": 4.9977269170375665e-05,
1296
+ "loss": 3.4109,
1297
+ "step": 5490
1298
+ },
1299
+ {
1300
+ "epoch": 0.04498869628442881,
1301
+ "grad_norm": 0.5368480086326599,
1302
+ "learning_rate": 4.997699507424526e-05,
1303
+ "loss": 3.4341,
1304
+ "step": 5520
1305
+ },
1306
+ {
1307
+ "epoch": 0.045233200068583314,
1308
+ "grad_norm": 0.6185830235481262,
1309
+ "learning_rate": 4.997671933619218e-05,
1310
+ "loss": 3.4203,
1311
+ "step": 5550
1312
+ },
1313
+ {
1314
+ "epoch": 0.04547770385273782,
1315
+ "grad_norm": 0.4984918534755707,
1316
+ "learning_rate": 4.9976441956234546e-05,
1317
+ "loss": 3.4309,
1318
+ "step": 5580
1319
+ },
1320
+ {
1321
+ "epoch": 0.04572220763689232,
1322
+ "grad_norm": 0.5066754221916199,
1323
+ "learning_rate": 4.99761629343906e-05,
1324
+ "loss": 3.3986,
1325
+ "step": 5610
1326
+ },
1327
+ {
1328
+ "epoch": 0.04596671142104682,
1329
+ "grad_norm": 0.5132448673248291,
1330
+ "learning_rate": 4.9975882270678676e-05,
1331
+ "loss": 3.4126,
1332
+ "step": 5640
1333
+ },
1334
+ {
1335
+ "epoch": 0.04621121520520133,
1336
+ "grad_norm": 0.5501627922058105,
1337
+ "learning_rate": 4.997559996511723e-05,
1338
+ "loss": 3.4057,
1339
+ "step": 5670
1340
+ },
1341
+ {
1342
+ "epoch": 0.04645571898935583,
1343
+ "grad_norm": 0.4679185152053833,
1344
+ "learning_rate": 4.997531601772481e-05,
1345
+ "loss": 3.428,
1346
+ "step": 5700
1347
+ },
1348
+ {
1349
+ "epoch": 0.04670022277351034,
1350
+ "grad_norm": 0.5020308494567871,
1351
+ "learning_rate": 4.9975030428520084e-05,
1352
+ "loss": 3.3977,
1353
+ "step": 5730
1354
+ },
1355
+ {
1356
+ "epoch": 0.046944726557664844,
1357
+ "grad_norm": 0.5141638517379761,
1358
+ "learning_rate": 4.997474319752184e-05,
1359
+ "loss": 3.4044,
1360
+ "step": 5760
1361
+ },
1362
+ {
1363
+ "epoch": 0.04718923034181935,
1364
+ "grad_norm": 0.5127893090248108,
1365
+ "learning_rate": 4.997445432474895e-05,
1366
+ "loss": 3.4071,
1367
+ "step": 5790
1368
+ },
1369
+ {
1370
+ "epoch": 0.04743373412597385,
1371
+ "grad_norm": 0.5528402924537659,
1372
+ "learning_rate": 4.9974163810220406e-05,
1373
+ "loss": 3.3891,
1374
+ "step": 5820
1375
+ },
1376
+ {
1377
+ "epoch": 0.04767823791012835,
1378
+ "grad_norm": 0.5092859864234924,
1379
+ "learning_rate": 4.99738716539553e-05,
1380
+ "loss": 3.4118,
1381
+ "step": 5850
1382
+ },
1383
+ {
1384
+ "epoch": 0.04792274169428286,
1385
+ "grad_norm": 0.49626457691192627,
1386
+ "learning_rate": 4.997357785597284e-05,
1387
+ "loss": 3.3834,
1388
+ "step": 5880
1389
+ },
1390
+ {
1391
+ "epoch": 0.048167245478437364,
1392
+ "grad_norm": 0.5132192969322205,
1393
+ "learning_rate": 4.997328241629234e-05,
1394
+ "loss": 3.3944,
1395
+ "step": 5910
1396
+ },
1397
+ {
1398
+ "epoch": 0.04841174926259187,
1399
+ "grad_norm": 0.5104256868362427,
1400
+ "learning_rate": 4.997298533493323e-05,
1401
+ "loss": 3.4001,
1402
+ "step": 5940
1403
+ },
1404
+ {
1405
+ "epoch": 0.048656253046746374,
1406
+ "grad_norm": 0.507205069065094,
1407
+ "learning_rate": 4.997268661191503e-05,
1408
+ "loss": 3.3867,
1409
+ "step": 5970
1410
+ },
1411
+ {
1412
+ "epoch": 0.04890075683090088,
1413
+ "grad_norm": 0.6091153025627136,
1414
+ "learning_rate": 4.9972386247257385e-05,
1415
+ "loss": 3.3984,
1416
+ "step": 6000
1417
+ },
1418
+ {
1419
+ "epoch": 0.049145260615055385,
1420
+ "grad_norm": 0.4803309142589569,
1421
+ "learning_rate": 4.9972084240980025e-05,
1422
+ "loss": 3.3703,
1423
+ "step": 6030
1424
+ },
1425
+ {
1426
+ "epoch": 0.04938976439920988,
1427
+ "grad_norm": 0.515164852142334,
1428
+ "learning_rate": 4.997178059310281e-05,
1429
+ "loss": 3.3733,
1430
+ "step": 6060
1431
+ },
1432
+ {
1433
+ "epoch": 0.04963426818336439,
1434
+ "grad_norm": 0.515275776386261,
1435
+ "learning_rate": 4.997147530364571e-05,
1436
+ "loss": 3.3802,
1437
+ "step": 6090
1438
+ },
1439
+ {
1440
+ "epoch": 0.049878771967518894,
1441
+ "grad_norm": 0.5258405208587646,
1442
+ "learning_rate": 4.9971168372628793e-05,
1443
+ "loss": 3.3705,
1444
+ "step": 6120
1445
+ },
1446
+ {
1447
+ "epoch": 0.0501232757516734,
1448
+ "grad_norm": 0.49037066102027893,
1449
+ "learning_rate": 4.997085980007222e-05,
1450
+ "loss": 3.37,
1451
+ "step": 6150
1452
+ },
1453
+ {
1454
+ "epoch": 0.050367779535827904,
1455
+ "grad_norm": 0.47182220220565796,
1456
+ "learning_rate": 4.99705495859963e-05,
1457
+ "loss": 3.3705,
1458
+ "step": 6180
1459
+ },
1460
+ {
1461
+ "epoch": 0.05061228331998241,
1462
+ "grad_norm": 0.4967211186885834,
1463
+ "learning_rate": 4.99702377304214e-05,
1464
+ "loss": 3.3743,
1465
+ "step": 6210
1466
+ },
1467
+ {
1468
+ "epoch": 0.050856787104136915,
1469
+ "grad_norm": 0.7469291090965271,
1470
+ "learning_rate": 4.9969924233368036e-05,
1471
+ "loss": 3.3732,
1472
+ "step": 6240
1473
+ },
1474
+ {
1475
+ "epoch": 0.05110129088829142,
1476
+ "grad_norm": 0.5237293839454651,
1477
+ "learning_rate": 4.996960909485681e-05,
1478
+ "loss": 3.3646,
1479
+ "step": 6270
1480
+ },
1481
+ {
1482
+ "epoch": 0.05134579467244592,
1483
+ "grad_norm": 0.48839274048805237,
1484
+ "learning_rate": 4.9969292314908446e-05,
1485
+ "loss": 3.3665,
1486
+ "step": 6300
1487
+ },
1488
+ {
1489
+ "epoch": 0.051590298456600424,
1490
+ "grad_norm": 0.48733407258987427,
1491
+ "learning_rate": 4.996897389354376e-05,
1492
+ "loss": 3.3646,
1493
+ "step": 6330
1494
+ },
1495
+ {
1496
+ "epoch": 0.05183480224075493,
1497
+ "grad_norm": 0.4938340187072754,
1498
+ "learning_rate": 4.9968653830783684e-05,
1499
+ "loss": 3.3542,
1500
+ "step": 6360
1501
+ },
1502
+ {
1503
+ "epoch": 0.052079306024909434,
1504
+ "grad_norm": 0.5001193284988403,
1505
+ "learning_rate": 4.996833212664927e-05,
1506
+ "loss": 3.3583,
1507
+ "step": 6390
1508
+ },
1509
+ {
1510
+ "epoch": 0.05232380980906394,
1511
+ "grad_norm": 0.4772029221057892,
1512
+ "learning_rate": 4.996800878116166e-05,
1513
+ "loss": 3.336,
1514
+ "step": 6420
1515
+ },
1516
+ {
1517
+ "epoch": 0.052568313593218445,
1518
+ "grad_norm": 0.49077659845352173,
1519
+ "learning_rate": 4.99676837943421e-05,
1520
+ "loss": 3.3681,
1521
+ "step": 6450
1522
+ },
1523
+ {
1524
+ "epoch": 0.05281281737737295,
1525
+ "grad_norm": 0.5102148056030273,
1526
+ "learning_rate": 4.996735716621196e-05,
1527
+ "loss": 3.3437,
1528
+ "step": 6480
1529
+ },
1530
+ {
1531
+ "epoch": 0.05305732116152745,
1532
+ "grad_norm": 0.5012289881706238,
1533
+ "learning_rate": 4.996702889679272e-05,
1534
+ "loss": 3.3536,
1535
+ "step": 6510
1536
+ },
1537
+ {
1538
+ "epoch": 0.053301824945681954,
1539
+ "grad_norm": 0.4870162308216095,
1540
+ "learning_rate": 4.996669898610595e-05,
1541
+ "loss": 3.3513,
1542
+ "step": 6540
1543
+ },
1544
+ {
1545
+ "epoch": 0.05354632872983646,
1546
+ "grad_norm": 0.48452699184417725,
1547
+ "learning_rate": 4.996636743417334e-05,
1548
+ "loss": 3.3415,
1549
+ "step": 6570
1550
+ },
1551
+ {
1552
+ "epoch": 0.053790832513990965,
1553
+ "grad_norm": 0.4973999559879303,
1554
+ "learning_rate": 4.996603424101669e-05,
1555
+ "loss": 3.3304,
1556
+ "step": 6600
1557
+ },
1558
+ {
1559
+ "epoch": 0.05403533629814547,
1560
+ "grad_norm": 0.4833717942237854,
1561
+ "learning_rate": 4.996569940665789e-05,
1562
+ "loss": 3.3424,
1563
+ "step": 6630
1564
+ },
1565
+ {
1566
+ "epoch": 0.054279840082299975,
1567
+ "grad_norm": 0.5074206590652466,
1568
+ "learning_rate": 4.996536293111896e-05,
1569
+ "loss": 3.3302,
1570
+ "step": 6660
1571
+ },
1572
+ {
1573
+ "epoch": 0.05452434386645448,
1574
+ "grad_norm": 0.4932290315628052,
1575
+ "learning_rate": 4.996502481442202e-05,
1576
+ "loss": 3.3388,
1577
+ "step": 6690
1578
+ },
1579
+ {
1580
+ "epoch": 0.054768847650608986,
1581
+ "grad_norm": 0.48740679025650024,
1582
+ "learning_rate": 4.9964685056589314e-05,
1583
+ "loss": 3.3182,
1584
+ "step": 6720
1585
+ },
1586
+ {
1587
+ "epoch": 0.055013351434763484,
1588
+ "grad_norm": 0.48752760887145996,
1589
+ "learning_rate": 4.996434365764314e-05,
1590
+ "loss": 3.3065,
1591
+ "step": 6750
1592
+ },
1593
+ {
1594
+ "epoch": 0.05525785521891799,
1595
+ "grad_norm": 0.50692218542099,
1596
+ "learning_rate": 4.996400061760597e-05,
1597
+ "loss": 3.3379,
1598
+ "step": 6780
1599
+ },
1600
+ {
1601
+ "epoch": 0.055502359003072495,
1602
+ "grad_norm": 0.479159414768219,
1603
+ "learning_rate": 4.996365593650033e-05,
1604
+ "loss": 3.3317,
1605
+ "step": 6810
1606
+ },
1607
+ {
1608
+ "epoch": 0.055746862787227,
1609
+ "grad_norm": 0.498662531375885,
1610
+ "learning_rate": 4.99633096143489e-05,
1611
+ "loss": 3.3306,
1612
+ "step": 6840
1613
+ },
1614
+ {
1615
+ "epoch": 0.055991366571381505,
1616
+ "grad_norm": 1.4371449947357178,
1617
+ "learning_rate": 4.9962961651174436e-05,
1618
+ "loss": 3.3334,
1619
+ "step": 6870
1620
+ },
1621
+ {
1622
+ "epoch": 0.05623587035553601,
1623
+ "grad_norm": 0.49862873554229736,
1624
+ "learning_rate": 4.9962612046999827e-05,
1625
+ "loss": 3.3142,
1626
+ "step": 6900
1627
+ },
1628
+ {
1629
+ "epoch": 0.056480374139690516,
1630
+ "grad_norm": 0.4759610593318939,
1631
+ "learning_rate": 4.996226080184803e-05,
1632
+ "loss": 3.3238,
1633
+ "step": 6930
1634
+ },
1635
+ {
1636
+ "epoch": 0.056724877923845014,
1637
+ "grad_norm": 0.4844242334365845,
1638
+ "learning_rate": 4.996190791574215e-05,
1639
+ "loss": 3.3197,
1640
+ "step": 6960
1641
+ },
1642
+ {
1643
+ "epoch": 0.05696938170799952,
1644
+ "grad_norm": 0.46844130754470825,
1645
+ "learning_rate": 4.996155338870538e-05,
1646
+ "loss": 3.2949,
1647
+ "step": 6990
1648
+ },
1649
+ {
1650
+ "epoch": 0.057213885492154025,
1651
+ "grad_norm": 0.4850478768348694,
1652
+ "learning_rate": 4.9961197220761035e-05,
1653
+ "loss": 3.3143,
1654
+ "step": 7020
1655
+ },
1656
+ {
1657
+ "epoch": 0.05745838927630853,
1658
+ "grad_norm": 0.4838846027851105,
1659
+ "learning_rate": 4.996083941193252e-05,
1660
+ "loss": 3.3015,
1661
+ "step": 7050
1662
+ },
1663
+ {
1664
+ "epoch": 0.057702893060463036,
1665
+ "grad_norm": 0.49992483854293823,
1666
+ "learning_rate": 4.9960479962243367e-05,
1667
+ "loss": 3.3099,
1668
+ "step": 7080
1669
+ },
1670
+ {
1671
+ "epoch": 0.05794739684461754,
1672
+ "grad_norm": 0.49964553117752075,
1673
+ "learning_rate": 4.996011887171719e-05,
1674
+ "loss": 3.3046,
1675
+ "step": 7110
1676
+ },
1677
+ {
1678
+ "epoch": 0.058191900628772046,
1679
+ "grad_norm": 0.4723115563392639,
1680
+ "learning_rate": 4.995975614037773e-05,
1681
+ "loss": 3.3009,
1682
+ "step": 7140
1683
+ },
1684
+ {
1685
+ "epoch": 0.05843640441292655,
1686
+ "grad_norm": 0.48575958609580994,
1687
+ "learning_rate": 4.995939176824883e-05,
1688
+ "loss": 3.3018,
1689
+ "step": 7170
1690
+ },
1691
+ {
1692
+ "epoch": 0.05868090819708105,
1693
+ "grad_norm": 0.5264491438865662,
1694
+ "learning_rate": 4.995902575535446e-05,
1695
+ "loss": 3.2877,
1696
+ "step": 7200
1697
+ },
1698
+ {
1699
+ "epoch": 0.058925411981235555,
1700
+ "grad_norm": 0.4813016355037689,
1701
+ "learning_rate": 4.995865810171866e-05,
1702
+ "loss": 3.2933,
1703
+ "step": 7230
1704
+ },
1705
+ {
1706
+ "epoch": 0.05916991576539006,
1707
+ "grad_norm": 0.47151580452919006,
1708
+ "learning_rate": 4.995828880736561e-05,
1709
+ "loss": 3.3143,
1710
+ "step": 7260
1711
+ },
1712
+ {
1713
+ "epoch": 0.059414419549544566,
1714
+ "grad_norm": 0.4812193512916565,
1715
+ "learning_rate": 4.995791787231958e-05,
1716
+ "loss": 3.2914,
1717
+ "step": 7290
1718
+ },
1719
+ {
1720
+ "epoch": 0.05965892333369907,
1721
+ "grad_norm": 0.4926256239414215,
1722
+ "learning_rate": 4.9957545296604965e-05,
1723
+ "loss": 3.2756,
1724
+ "step": 7320
1725
+ },
1726
+ {
1727
+ "epoch": 0.059903427117853576,
1728
+ "grad_norm": 0.47530651092529297,
1729
+ "learning_rate": 4.9957171080246245e-05,
1730
+ "loss": 3.3075,
1731
+ "step": 7350
1732
+ },
1733
+ {
1734
+ "epoch": 0.06014793090200808,
1735
+ "grad_norm": 0.4838476777076721,
1736
+ "learning_rate": 4.995679522326803e-05,
1737
+ "loss": 3.292,
1738
+ "step": 7380
1739
+ },
1740
+ {
1741
+ "epoch": 0.06039243468616259,
1742
+ "grad_norm": 0.48683232069015503,
1743
+ "learning_rate": 4.995641772569502e-05,
1744
+ "loss": 3.269,
1745
+ "step": 7410
1746
+ },
1747
+ {
1748
+ "epoch": 0.060636938470317085,
1749
+ "grad_norm": 0.4818269908428192,
1750
+ "learning_rate": 4.995603858755203e-05,
1751
+ "loss": 3.2798,
1752
+ "step": 7440
1753
+ },
1754
+ {
1755
+ "epoch": 0.06088144225447159,
1756
+ "grad_norm": 0.46415388584136963,
1757
+ "learning_rate": 4.9955657808863985e-05,
1758
+ "loss": 3.2768,
1759
+ "step": 7470
1760
+ },
1761
+ {
1762
+ "epoch": 0.061125946038626096,
1763
+ "grad_norm": 0.48808780312538147,
1764
+ "learning_rate": 4.995527538965593e-05,
1765
+ "loss": 3.2797,
1766
+ "step": 7500
1767
+ },
1768
+ {
1769
+ "epoch": 0.0613704498227806,
1770
+ "grad_norm": 0.4957239627838135,
1771
+ "learning_rate": 4.995489132995298e-05,
1772
+ "loss": 3.2912,
1773
+ "step": 7530
1774
+ },
1775
+ {
1776
+ "epoch": 0.061614953606935106,
1777
+ "grad_norm": 0.4858773350715637,
1778
+ "learning_rate": 4.99545056297804e-05,
1779
+ "loss": 3.269,
1780
+ "step": 7560
1781
+ },
1782
+ {
1783
+ "epoch": 0.06185945739108961,
1784
+ "grad_norm": 0.46054506301879883,
1785
+ "learning_rate": 4.995411828916354e-05,
1786
+ "loss": 3.2663,
1787
+ "step": 7590
1788
+ },
1789
+ {
1790
+ "epoch": 0.06210396117524412,
1791
+ "grad_norm": 0.4704018831253052,
1792
+ "learning_rate": 4.9953729308127874e-05,
1793
+ "loss": 3.263,
1794
+ "step": 7620
1795
+ },
1796
+ {
1797
+ "epoch": 0.062348464959398615,
1798
+ "grad_norm": 0.491974413394928,
1799
+ "learning_rate": 4.995333868669895e-05,
1800
+ "loss": 3.2709,
1801
+ "step": 7650
1802
+ },
1803
+ {
1804
+ "epoch": 0.06259296874355312,
1805
+ "grad_norm": 0.46538054943084717,
1806
+ "learning_rate": 4.995294642490246e-05,
1807
+ "loss": 3.2818,
1808
+ "step": 7680
1809
+ },
1810
+ {
1811
+ "epoch": 0.06283747252770763,
1812
+ "grad_norm": 0.49248039722442627,
1813
+ "learning_rate": 4.995255252276418e-05,
1814
+ "loss": 3.2581,
1815
+ "step": 7710
1816
+ },
1817
+ {
1818
+ "epoch": 0.06308197631186213,
1819
+ "grad_norm": 0.45257478952407837,
1820
+ "learning_rate": 4.9952156980310016e-05,
1821
+ "loss": 3.2691,
1822
+ "step": 7740
1823
+ },
1824
+ {
1825
+ "epoch": 0.06332648009601663,
1826
+ "grad_norm": 0.479942262172699,
1827
+ "learning_rate": 4.9951759797565965e-05,
1828
+ "loss": 3.276,
1829
+ "step": 7770
1830
+ },
1831
+ {
1832
+ "epoch": 0.06357098388017114,
1833
+ "grad_norm": 0.48799383640289307,
1834
+ "learning_rate": 4.995136097455815e-05,
1835
+ "loss": 3.2668,
1836
+ "step": 7800
1837
+ },
1838
+ {
1839
+ "epoch": 0.06381548766432564,
1840
+ "grad_norm": 0.46520474553108215,
1841
+ "learning_rate": 4.995096051131276e-05,
1842
+ "loss": 3.2509,
1843
+ "step": 7830
1844
+ },
1845
+ {
1846
+ "epoch": 0.06405999144848015,
1847
+ "grad_norm": 0.4901852309703827,
1848
+ "learning_rate": 4.995055840785614e-05,
1849
+ "loss": 3.2383,
1850
+ "step": 7860
1851
+ },
1852
+ {
1853
+ "epoch": 0.06430449523263465,
1854
+ "grad_norm": 0.46401068568229675,
1855
+ "learning_rate": 4.995015466421473e-05,
1856
+ "loss": 3.2626,
1857
+ "step": 7890
1858
+ },
1859
+ {
1860
+ "epoch": 0.06454899901678916,
1861
+ "grad_norm": 0.46814706921577454,
1862
+ "learning_rate": 4.9949749280415056e-05,
1863
+ "loss": 3.2488,
1864
+ "step": 7920
1865
+ },
1866
+ {
1867
+ "epoch": 0.06479350280094366,
1868
+ "grad_norm": 0.48936349153518677,
1869
+ "learning_rate": 4.9949342256483766e-05,
1870
+ "loss": 3.2368,
1871
+ "step": 7950
1872
+ },
1873
+ {
1874
+ "epoch": 0.06503800658509817,
1875
+ "grad_norm": 0.4871247708797455,
1876
+ "learning_rate": 4.9948933592447636e-05,
1877
+ "loss": 3.2603,
1878
+ "step": 7980
1879
+ },
1880
+ {
1881
+ "epoch": 0.06528251036925267,
1882
+ "grad_norm": 0.4689597487449646,
1883
+ "learning_rate": 4.9948523288333506e-05,
1884
+ "loss": 3.2437,
1885
+ "step": 8010
1886
+ },
1887
+ {
1888
+ "epoch": 0.06552701415340717,
1889
+ "grad_norm": 0.45705971121788025,
1890
+ "learning_rate": 4.994811134416836e-05,
1891
+ "loss": 3.2415,
1892
+ "step": 8040
1893
+ },
1894
+ {
1895
+ "epoch": 0.06577151793756168,
1896
+ "grad_norm": 0.46996039152145386,
1897
+ "learning_rate": 4.994769775997927e-05,
1898
+ "loss": 3.2545,
1899
+ "step": 8070
1900
+ },
1901
+ {
1902
+ "epoch": 0.06601602172171618,
1903
+ "grad_norm": 0.4835875928401947,
1904
+ "learning_rate": 4.994728253579345e-05,
1905
+ "loss": 3.2587,
1906
+ "step": 8100
1907
+ },
1908
+ {
1909
+ "epoch": 0.0662605255058707,
1910
+ "grad_norm": 0.4678030014038086,
1911
+ "learning_rate": 4.9946865671638166e-05,
1912
+ "loss": 3.2368,
1913
+ "step": 8130
1914
+ },
1915
+ {
1916
+ "epoch": 0.06650502929002519,
1917
+ "grad_norm": 0.5105451345443726,
1918
+ "learning_rate": 4.9946447167540835e-05,
1919
+ "loss": 3.259,
1920
+ "step": 8160
1921
+ },
1922
+ {
1923
+ "epoch": 0.0667495330741797,
1924
+ "grad_norm": 0.471935898065567,
1925
+ "learning_rate": 4.994602702352896e-05,
1926
+ "loss": 3.2631,
1927
+ "step": 8190
1928
+ },
1929
+ {
1930
+ "epoch": 0.0669940368583342,
1931
+ "grad_norm": 0.48006853461265564,
1932
+ "learning_rate": 4.994560523963018e-05,
1933
+ "loss": 3.2313,
1934
+ "step": 8220
1935
+ },
1936
+ {
1937
+ "epoch": 0.0672385406424887,
1938
+ "grad_norm": 0.46124544739723206,
1939
+ "learning_rate": 4.9945181815872196e-05,
1940
+ "loss": 3.215,
1941
+ "step": 8250
1942
+ },
1943
+ {
1944
+ "epoch": 0.06748304442664321,
1945
+ "grad_norm": 0.481571763753891,
1946
+ "learning_rate": 4.9944756752282855e-05,
1947
+ "loss": 3.2357,
1948
+ "step": 8280
1949
+ },
1950
+ {
1951
+ "epoch": 0.06772754821079771,
1952
+ "grad_norm": 0.47422316670417786,
1953
+ "learning_rate": 4.994433004889011e-05,
1954
+ "loss": 3.2279,
1955
+ "step": 8310
1956
+ },
1957
+ {
1958
+ "epoch": 0.06797205199495222,
1959
+ "grad_norm": 0.48801445960998535,
1960
+ "learning_rate": 4.994390170572199e-05,
1961
+ "loss": 3.2369,
1962
+ "step": 8340
1963
+ },
1964
+ {
1965
+ "epoch": 0.06821655577910672,
1966
+ "grad_norm": 0.46795913577079773,
1967
+ "learning_rate": 4.994347172280667e-05,
1968
+ "loss": 3.2187,
1969
+ "step": 8370
1970
+ },
1971
+ {
1972
+ "epoch": 0.06846105956326123,
1973
+ "grad_norm": 0.4645237326622009,
1974
+ "learning_rate": 4.994304010017241e-05,
1975
+ "loss": 3.2183,
1976
+ "step": 8400
1977
+ },
1978
+ {
1979
+ "epoch": 0.06870556334741573,
1980
+ "grad_norm": 0.45294952392578125,
1981
+ "learning_rate": 4.994260683784758e-05,
1982
+ "loss": 3.2449,
1983
+ "step": 8430
1984
+ },
1985
+ {
1986
+ "epoch": 0.06895006713157023,
1987
+ "grad_norm": 0.47424617409706116,
1988
+ "learning_rate": 4.9942171935860674e-05,
1989
+ "loss": 3.2249,
1990
+ "step": 8460
1991
+ },
1992
+ {
1993
+ "epoch": 0.06919457091572474,
1994
+ "grad_norm": 0.4657289683818817,
1995
+ "learning_rate": 4.994173539424026e-05,
1996
+ "loss": 3.2313,
1997
+ "step": 8490
1998
+ },
1999
+ {
2000
+ "epoch": 0.06943907469987924,
2001
+ "grad_norm": 0.4828115701675415,
2002
+ "learning_rate": 4.994129721301506e-05,
2003
+ "loss": 3.236,
2004
+ "step": 8520
2005
+ },
2006
+ {
2007
+ "epoch": 0.06968357848403375,
2008
+ "grad_norm": 0.4601866602897644,
2009
+ "learning_rate": 4.994085739221386e-05,
2010
+ "loss": 3.2459,
2011
+ "step": 8550
2012
+ },
2013
+ {
2014
+ "epoch": 0.06992808226818825,
2015
+ "grad_norm": 0.45241278409957886,
2016
+ "learning_rate": 4.994041593186558e-05,
2017
+ "loss": 3.2077,
2018
+ "step": 8580
2019
+ },
2020
+ {
2021
+ "epoch": 0.07017258605234276,
2022
+ "grad_norm": 0.47955596446990967,
2023
+ "learning_rate": 4.993997283199924e-05,
2024
+ "loss": 3.2378,
2025
+ "step": 8610
2026
+ },
2027
+ {
2028
+ "epoch": 0.07041708983649726,
2029
+ "grad_norm": 0.4656619727611542,
2030
+ "learning_rate": 4.993952809264397e-05,
2031
+ "loss": 3.2277,
2032
+ "step": 8640
2033
+ },
2034
+ {
2035
+ "epoch": 0.07066159362065176,
2036
+ "grad_norm": 0.45982396602630615,
2037
+ "learning_rate": 4.9939081713829006e-05,
2038
+ "loss": 3.2192,
2039
+ "step": 8670
2040
+ },
2041
+ {
2042
+ "epoch": 0.07090609740480627,
2043
+ "grad_norm": 0.4598824381828308,
2044
+ "learning_rate": 4.993863369558369e-05,
2045
+ "loss": 3.2286,
2046
+ "step": 8700
2047
+ },
2048
+ {
2049
+ "epoch": 0.07115060118896077,
2050
+ "grad_norm": 0.4744945168495178,
2051
+ "learning_rate": 4.9938184037937466e-05,
2052
+ "loss": 3.2201,
2053
+ "step": 8730
2054
+ },
2055
+ {
2056
+ "epoch": 0.07139510497311528,
2057
+ "grad_norm": 0.46979376673698425,
2058
+ "learning_rate": 4.993773274091991e-05,
2059
+ "loss": 3.1986,
2060
+ "step": 8760
2061
+ },
2062
+ {
2063
+ "epoch": 0.07163960875726978,
2064
+ "grad_norm": 0.46936362981796265,
2065
+ "learning_rate": 4.993727980456067e-05,
2066
+ "loss": 3.2047,
2067
+ "step": 8790
2068
+ },
2069
+ {
2070
+ "epoch": 0.0718841125414243,
2071
+ "grad_norm": 0.4529063105583191,
2072
+ "learning_rate": 4.993682522888954e-05,
2073
+ "loss": 3.221,
2074
+ "step": 8820
2075
+ },
2076
+ {
2077
+ "epoch": 0.07212861632557879,
2078
+ "grad_norm": 0.46270012855529785,
2079
+ "learning_rate": 4.993636901393639e-05,
2080
+ "loss": 3.2054,
2081
+ "step": 8850
2082
+ },
2083
+ {
2084
+ "epoch": 0.0723731201097333,
2085
+ "grad_norm": 0.6890011429786682,
2086
+ "learning_rate": 4.993591115973121e-05,
2087
+ "loss": 3.2124,
2088
+ "step": 8880
2089
+ },
2090
+ {
2091
+ "epoch": 0.0726176238938878,
2092
+ "grad_norm": 0.48755085468292236,
2093
+ "learning_rate": 4.9935451666304105e-05,
2094
+ "loss": 3.2177,
2095
+ "step": 8910
2096
+ },
2097
+ {
2098
+ "epoch": 0.0728621276780423,
2099
+ "grad_norm": 0.4768828749656677,
2100
+ "learning_rate": 4.993499053368528e-05,
2101
+ "loss": 3.2075,
2102
+ "step": 8940
2103
+ },
2104
+ {
2105
+ "epoch": 0.07310663146219681,
2106
+ "grad_norm": 0.5368286371231079,
2107
+ "learning_rate": 4.993452776190504e-05,
2108
+ "loss": 3.1981,
2109
+ "step": 8970
2110
+ },
2111
+ {
2112
+ "epoch": 0.07335113524635131,
2113
+ "grad_norm": 0.45793619751930237,
2114
+ "learning_rate": 4.993406335099382e-05,
2115
+ "loss": 3.2143,
2116
+ "step": 9000
2117
+ },
2118
+ {
2119
+ "epoch": 0.07359563903050582,
2120
+ "grad_norm": 0.459844172000885,
2121
+ "learning_rate": 4.993359730098214e-05,
2122
+ "loss": 3.2107,
2123
+ "step": 9030
2124
+ },
2125
+ {
2126
+ "epoch": 0.07384014281466032,
2127
+ "grad_norm": 0.4570547640323639,
2128
+ "learning_rate": 4.993312961190064e-05,
2129
+ "loss": 3.1962,
2130
+ "step": 9060
2131
+ },
2132
+ {
2133
+ "epoch": 0.07408464659881484,
2134
+ "grad_norm": 0.4817084074020386,
2135
+ "learning_rate": 4.993266028378006e-05,
2136
+ "loss": 3.1895,
2137
+ "step": 9090
2138
+ },
2139
+ {
2140
+ "epoch": 0.07432915038296933,
2141
+ "grad_norm": 0.46276503801345825,
2142
+ "learning_rate": 4.993218931665126e-05,
2143
+ "loss": 3.1916,
2144
+ "step": 9120
2145
+ },
2146
+ {
2147
+ "epoch": 0.07457365416712383,
2148
+ "grad_norm": 0.4731460511684418,
2149
+ "learning_rate": 4.993171671054519e-05,
2150
+ "loss": 3.2119,
2151
+ "step": 9150
2152
+ },
2153
+ {
2154
+ "epoch": 0.07481815795127834,
2155
+ "grad_norm": 0.4732898473739624,
2156
+ "learning_rate": 4.993124246549293e-05,
2157
+ "loss": 3.1993,
2158
+ "step": 9180
2159
+ },
2160
+ {
2161
+ "epoch": 0.07506266173543284,
2162
+ "grad_norm": 0.4521377682685852,
2163
+ "learning_rate": 4.9930766581525645e-05,
2164
+ "loss": 3.1948,
2165
+ "step": 9210
2166
+ },
2167
+ {
2168
+ "epoch": 0.07530716551958735,
2169
+ "grad_norm": 0.466330885887146,
2170
+ "learning_rate": 4.993028905867463e-05,
2171
+ "loss": 3.1929,
2172
+ "step": 9240
2173
+ },
2174
+ {
2175
+ "epoch": 0.07555166930374185,
2176
+ "grad_norm": 0.4678347110748291,
2177
+ "learning_rate": 4.992980989697126e-05,
2178
+ "loss": 3.1962,
2179
+ "step": 9270
2180
+ },
2181
+ {
2182
+ "epoch": 0.07579617308789637,
2183
+ "grad_norm": 0.4650745391845703,
2184
+ "learning_rate": 4.992932909644705e-05,
2185
+ "loss": 3.19,
2186
+ "step": 9300
2187
+ },
2188
+ {
2189
+ "epoch": 0.07604067687205086,
2190
+ "grad_norm": 0.45810264348983765,
2191
+ "learning_rate": 4.9928846657133596e-05,
2192
+ "loss": 3.1937,
2193
+ "step": 9330
2194
+ },
2195
+ {
2196
+ "epoch": 0.07628518065620536,
2197
+ "grad_norm": 0.4602174162864685,
2198
+ "learning_rate": 4.992836257906262e-05,
2199
+ "loss": 3.2078,
2200
+ "step": 9360
2201
+ },
2202
+ {
2203
+ "epoch": 0.07652968444035987,
2204
+ "grad_norm": 0.44673460721969604,
2205
+ "learning_rate": 4.9927876862265935e-05,
2206
+ "loss": 3.1726,
2207
+ "step": 9390
2208
+ },
2209
+ {
2210
+ "epoch": 0.07677418822451437,
2211
+ "grad_norm": 0.4698408246040344,
2212
+ "learning_rate": 4.992738950677548e-05,
2213
+ "loss": 3.1658,
2214
+ "step": 9420
2215
+ },
2216
+ {
2217
+ "epoch": 0.07701869200866888,
2218
+ "grad_norm": 0.47652050852775574,
2219
+ "learning_rate": 4.992690051262329e-05,
2220
+ "loss": 3.1642,
2221
+ "step": 9450
2222
+ },
2223
+ {
2224
+ "epoch": 0.07726319579282338,
2225
+ "grad_norm": 0.4623103737831116,
2226
+ "learning_rate": 4.99264098798415e-05,
2227
+ "loss": 3.1788,
2228
+ "step": 9480
2229
+ },
2230
+ {
2231
+ "epoch": 0.0775076995769779,
2232
+ "grad_norm": 0.4699987471103668,
2233
+ "learning_rate": 4.992591760846238e-05,
2234
+ "loss": 3.1679,
2235
+ "step": 9510
2236
+ },
2237
+ {
2238
+ "epoch": 0.0777522033611324,
2239
+ "grad_norm": 0.466349720954895,
2240
+ "learning_rate": 4.9925423698518274e-05,
2241
+ "loss": 3.1674,
2242
+ "step": 9540
2243
+ },
2244
+ {
2245
+ "epoch": 0.0779967071452869,
2246
+ "grad_norm": 0.4621599316596985,
2247
+ "learning_rate": 4.992492815004166e-05,
2248
+ "loss": 3.193,
2249
+ "step": 9570
2250
+ },
2251
+ {
2252
+ "epoch": 0.0782412109294414,
2253
+ "grad_norm": 0.4567157030105591,
2254
+ "learning_rate": 4.992443096306512e-05,
2255
+ "loss": 3.1681,
2256
+ "step": 9600
2257
+ },
2258
+ {
2259
+ "epoch": 0.0784857147135959,
2260
+ "grad_norm": 0.45757701992988586,
2261
+ "learning_rate": 4.992393213762132e-05,
2262
+ "loss": 3.2002,
2263
+ "step": 9630
2264
+ },
2265
+ {
2266
+ "epoch": 0.07873021849775041,
2267
+ "grad_norm": 0.45566242933273315,
2268
+ "learning_rate": 4.992343167374307e-05,
2269
+ "loss": 3.1651,
2270
+ "step": 9660
2271
+ },
2272
+ {
2273
+ "epoch": 0.07897472228190491,
2274
+ "grad_norm": 0.4485650360584259,
2275
+ "learning_rate": 4.992292957146326e-05,
2276
+ "loss": 3.1613,
2277
+ "step": 9690
2278
+ },
2279
+ {
2280
+ "epoch": 0.07921922606605943,
2281
+ "grad_norm": 0.4732878804206848,
2282
+ "learning_rate": 4.992242583081489e-05,
2283
+ "loss": 3.1602,
2284
+ "step": 9720
2285
+ },
2286
+ {
2287
+ "epoch": 0.07946372985021392,
2288
+ "grad_norm": 0.4469018280506134,
2289
+ "learning_rate": 4.992192045183109e-05,
2290
+ "loss": 3.1487,
2291
+ "step": 9750
2292
+ },
2293
+ {
2294
+ "epoch": 0.07970823363436844,
2295
+ "grad_norm": 0.45860594511032104,
2296
+ "learning_rate": 4.9921413434545075e-05,
2297
+ "loss": 3.1516,
2298
+ "step": 9780
2299
+ },
2300
+ {
2301
+ "epoch": 0.07995273741852293,
2302
+ "grad_norm": 0.45328783988952637,
2303
+ "learning_rate": 4.992090477899018e-05,
2304
+ "loss": 3.1481,
2305
+ "step": 9810
2306
+ },
2307
+ {
2308
+ "epoch": 0.08019724120267743,
2309
+ "grad_norm": 0.48180997371673584,
2310
+ "learning_rate": 4.992039448519982e-05,
2311
+ "loss": 3.1459,
2312
+ "step": 9840
2313
+ },
2314
+ {
2315
+ "epoch": 0.08044174498683195,
2316
+ "grad_norm": 0.45059671998023987,
2317
+ "learning_rate": 4.9919882553207566e-05,
2318
+ "loss": 3.1432,
2319
+ "step": 9870
2320
+ },
2321
+ {
2322
+ "epoch": 0.08068624877098644,
2323
+ "grad_norm": 0.4592690169811249,
2324
+ "learning_rate": 4.9919368983047066e-05,
2325
+ "loss": 3.1532,
2326
+ "step": 9900
2327
+ },
2328
+ {
2329
+ "epoch": 0.08093075255514096,
2330
+ "grad_norm": 0.4452771842479706,
2331
+ "learning_rate": 4.9918853774752074e-05,
2332
+ "loss": 3.171,
2333
+ "step": 9930
2334
+ },
2335
+ {
2336
+ "epoch": 0.08117525633929545,
2337
+ "grad_norm": 0.45305460691452026,
2338
+ "learning_rate": 4.991833692835646e-05,
2339
+ "loss": 3.1422,
2340
+ "step": 9960
2341
+ },
2342
+ {
2343
+ "epoch": 0.08141976012344997,
2344
+ "grad_norm": 0.47526153922080994,
2345
+ "learning_rate": 4.9917818443894203e-05,
2346
+ "loss": 3.1565,
2347
+ "step": 9990
2348
+ },
2349
+ {
2350
+ "epoch": 0.08166426390760446,
2351
+ "grad_norm": 0.4707624614238739,
2352
+ "learning_rate": 4.991729832139939e-05,
2353
+ "loss": 3.1481,
2354
+ "step": 10020
2355
+ },
2356
+ {
2357
+ "epoch": 0.08190876769175896,
2358
+ "grad_norm": 0.44442108273506165,
2359
+ "learning_rate": 4.991677656090621e-05,
2360
+ "loss": 3.1455,
2361
+ "step": 10050
2362
+ },
2363
+ {
2364
+ "epoch": 0.08215327147591348,
2365
+ "grad_norm": 0.4681081473827362,
2366
+ "learning_rate": 4.991625316244896e-05,
2367
+ "loss": 3.1703,
2368
+ "step": 10080
2369
+ },
2370
+ {
2371
+ "epoch": 0.08239777526006797,
2372
+ "grad_norm": 0.4762340486049652,
2373
+ "learning_rate": 4.991572812606205e-05,
2374
+ "loss": 3.1636,
2375
+ "step": 10110
2376
+ },
2377
+ {
2378
+ "epoch": 0.08264227904422249,
2379
+ "grad_norm": 0.4579741954803467,
2380
+ "learning_rate": 4.991520145177998e-05,
2381
+ "loss": 3.1546,
2382
+ "step": 10140
2383
+ },
2384
+ {
2385
+ "epoch": 0.08288678282837698,
2386
+ "grad_norm": 0.45810720324516296,
2387
+ "learning_rate": 4.991467313963739e-05,
2388
+ "loss": 3.1456,
2389
+ "step": 10170
2390
+ },
2391
+ {
2392
+ "epoch": 0.0831312866125315,
2393
+ "grad_norm": 0.4368288516998291,
2394
+ "learning_rate": 4.991414318966901e-05,
2395
+ "loss": 3.1393,
2396
+ "step": 10200
2397
+ },
2398
+ {
2399
+ "epoch": 0.083375790396686,
2400
+ "grad_norm": 0.4572373330593109,
2401
+ "learning_rate": 4.991361160190966e-05,
2402
+ "loss": 3.1258,
2403
+ "step": 10230
2404
+ },
2405
+ {
2406
+ "epoch": 0.08362029418084051,
2407
+ "grad_norm": 0.488158255815506,
2408
+ "learning_rate": 4.9913078376394304e-05,
2409
+ "loss": 3.1563,
2410
+ "step": 10260
2411
+ },
2412
+ {
2413
+ "epoch": 0.083864797964995,
2414
+ "grad_norm": 0.4564719498157501,
2415
+ "learning_rate": 4.991254351315799e-05,
2416
+ "loss": 3.1344,
2417
+ "step": 10290
2418
+ },
2419
+ {
2420
+ "epoch": 0.0841093017491495,
2421
+ "grad_norm": 0.4469270408153534,
2422
+ "learning_rate": 4.991200701223587e-05,
2423
+ "loss": 3.1493,
2424
+ "step": 10320
2425
+ },
2426
+ {
2427
+ "epoch": 0.08435380553330402,
2428
+ "grad_norm": 0.46140623092651367,
2429
+ "learning_rate": 4.991146887366323e-05,
2430
+ "loss": 3.1517,
2431
+ "step": 10350
2432
+ },
2433
+ {
2434
+ "epoch": 0.08459830931745851,
2435
+ "grad_norm": 0.4541148841381073,
2436
+ "learning_rate": 4.991092909747542e-05,
2437
+ "loss": 3.1442,
2438
+ "step": 10380
2439
+ },
2440
+ {
2441
+ "epoch": 0.08484281310161303,
2442
+ "grad_norm": 0.4556724727153778,
2443
+ "learning_rate": 4.9910387683707946e-05,
2444
+ "loss": 3.1429,
2445
+ "step": 10410
2446
+ },
2447
+ {
2448
+ "epoch": 0.08508731688576752,
2449
+ "grad_norm": 0.4350408613681793,
2450
+ "learning_rate": 4.9909844632396386e-05,
2451
+ "loss": 3.1356,
2452
+ "step": 10440
2453
+ },
2454
+ {
2455
+ "epoch": 0.08533182066992204,
2456
+ "grad_norm": 0.45419394969940186,
2457
+ "learning_rate": 4.9909299943576445e-05,
2458
+ "loss": 3.1321,
2459
+ "step": 10470
2460
+ },
2461
+ {
2462
+ "epoch": 0.08557632445407654,
2463
+ "grad_norm": 0.4699922204017639,
2464
+ "learning_rate": 4.990875361728393e-05,
2465
+ "loss": 3.1406,
2466
+ "step": 10500
2467
+ },
2468
+ {
2469
+ "epoch": 0.08582082823823103,
2470
+ "grad_norm": 0.45109736919403076,
2471
+ "learning_rate": 4.990820565355475e-05,
2472
+ "loss": 3.1369,
2473
+ "step": 10530
2474
+ },
2475
+ {
2476
+ "epoch": 0.08606533202238555,
2477
+ "grad_norm": 0.45368725061416626,
2478
+ "learning_rate": 4.990765605242493e-05,
2479
+ "loss": 3.1299,
2480
+ "step": 10560
2481
+ },
2482
+ {
2483
+ "epoch": 0.08630983580654004,
2484
+ "grad_norm": 0.4491060674190521,
2485
+ "learning_rate": 4.990710481393061e-05,
2486
+ "loss": 3.1139,
2487
+ "step": 10590
2488
+ },
2489
+ {
2490
+ "epoch": 0.08655433959069456,
2491
+ "grad_norm": 0.47071024775505066,
2492
+ "learning_rate": 4.9906551938108003e-05,
2493
+ "loss": 3.159,
2494
+ "step": 10620
2495
+ },
2496
+ {
2497
+ "epoch": 0.08679884337484906,
2498
+ "grad_norm": 0.4578341841697693,
2499
+ "learning_rate": 4.990599742499347e-05,
2500
+ "loss": 3.1449,
2501
+ "step": 10650
2502
+ },
2503
+ {
2504
+ "epoch": 0.08704334715900357,
2505
+ "grad_norm": 0.4422541856765747,
2506
+ "learning_rate": 4.990544127462346e-05,
2507
+ "loss": 3.125,
2508
+ "step": 10680
2509
+ },
2510
+ {
2511
+ "epoch": 0.08728785094315807,
2512
+ "grad_norm": 0.44820329546928406,
2513
+ "learning_rate": 4.9904883487034537e-05,
2514
+ "loss": 3.1328,
2515
+ "step": 10710
2516
+ },
2517
+ {
2518
+ "epoch": 0.08753235472731256,
2519
+ "grad_norm": 0.4683224856853485,
2520
+ "learning_rate": 4.990432406226336e-05,
2521
+ "loss": 3.1296,
2522
+ "step": 10740
2523
+ },
2524
+ {
2525
+ "epoch": 0.08777685851146708,
2526
+ "grad_norm": 0.4463740885257721,
2527
+ "learning_rate": 4.990376300034671e-05,
2528
+ "loss": 3.1177,
2529
+ "step": 10770
2530
+ },
2531
+ {
2532
+ "epoch": 0.08802136229562157,
2533
+ "grad_norm": 0.4537316560745239,
2534
+ "learning_rate": 4.990320030132147e-05,
2535
+ "loss": 3.1269,
2536
+ "step": 10800
2537
+ },
2538
+ {
2539
+ "epoch": 0.08826586607977609,
2540
+ "grad_norm": 0.472412109375,
2541
+ "learning_rate": 4.990263596522462e-05,
2542
+ "loss": 3.1378,
2543
+ "step": 10830
2544
+ },
2545
+ {
2546
+ "epoch": 0.08851036986393059,
2547
+ "grad_norm": 0.4640551805496216,
2548
+ "learning_rate": 4.9902069992093275e-05,
2549
+ "loss": 3.1381,
2550
+ "step": 10860
2551
+ },
2552
+ {
2553
+ "epoch": 0.0887548736480851,
2554
+ "grad_norm": 0.4387233853340149,
2555
+ "learning_rate": 4.990150238196463e-05,
2556
+ "loss": 3.1299,
2557
+ "step": 10890
2558
+ },
2559
+ {
2560
+ "epoch": 0.0889993774322396,
2561
+ "grad_norm": 0.4460201561450958,
2562
+ "learning_rate": 4.9900933134876e-05,
2563
+ "loss": 3.127,
2564
+ "step": 10920
2565
+ },
2566
+ {
2567
+ "epoch": 0.0892438812163941,
2568
+ "grad_norm": 0.4335034191608429,
2569
+ "learning_rate": 4.990036225086481e-05,
2570
+ "loss": 3.1032,
2571
+ "step": 10950
2572
+ },
2573
+ {
2574
+ "epoch": 0.0894883850005486,
2575
+ "grad_norm": 0.44630929827690125,
2576
+ "learning_rate": 4.9899789729968585e-05,
2577
+ "loss": 3.119,
2578
+ "step": 10980
2579
+ },
2580
+ {
2581
+ "epoch": 0.0897328887847031,
2582
+ "grad_norm": 0.4360102117061615,
2583
+ "learning_rate": 4.989921557222496e-05,
2584
+ "loss": 3.1123,
2585
+ "step": 11010
2586
+ },
2587
+ {
2588
+ "epoch": 0.08997739256885762,
2589
+ "grad_norm": 0.45332589745521545,
2590
+ "learning_rate": 4.989863977767167e-05,
2591
+ "loss": 3.123,
2592
+ "step": 11040
2593
+ },
2594
+ {
2595
+ "epoch": 0.09022189635301212,
2596
+ "grad_norm": 0.4539777338504791,
2597
+ "learning_rate": 4.989806234634659e-05,
2598
+ "loss": 3.1144,
2599
+ "step": 11070
2600
+ },
2601
+ {
2602
+ "epoch": 0.09046640013716663,
2603
+ "grad_norm": 0.5205842852592468,
2604
+ "learning_rate": 4.989748327828765e-05,
2605
+ "loss": 3.1199,
2606
+ "step": 11100
2607
+ },
2608
+ {
2609
+ "epoch": 0.09071090392132113,
2610
+ "grad_norm": 0.44270429015159607,
2611
+ "learning_rate": 4.989690257353294e-05,
2612
+ "loss": 3.0783,
2613
+ "step": 11130
2614
+ },
2615
+ {
2616
+ "epoch": 0.09095540770547564,
2617
+ "grad_norm": 0.4286257326602936,
2618
+ "learning_rate": 4.989632023212062e-05,
2619
+ "loss": 3.1162,
2620
+ "step": 11160
2621
+ },
2622
+ {
2623
+ "epoch": 0.09119991148963014,
2624
+ "grad_norm": 0.49412211775779724,
2625
+ "learning_rate": 4.9895736254088975e-05,
2626
+ "loss": 3.1142,
2627
+ "step": 11190
2628
+ },
2629
+ {
2630
+ "epoch": 0.09144441527378463,
2631
+ "grad_norm": 0.4755348563194275,
2632
+ "learning_rate": 4.989515063947641e-05,
2633
+ "loss": 3.1173,
2634
+ "step": 11220
2635
+ },
2636
+ {
2637
+ "epoch": 0.09168891905793915,
2638
+ "grad_norm": 0.48216554522514343,
2639
+ "learning_rate": 4.9894563388321395e-05,
2640
+ "loss": 3.1027,
2641
+ "step": 11250
2642
+ },
2643
+ {
2644
+ "epoch": 0.09193342284209365,
2645
+ "grad_norm": 0.4571470320224762,
2646
+ "learning_rate": 4.989397450066254e-05,
2647
+ "loss": 3.1191,
2648
+ "step": 11280
2649
+ },
2650
+ {
2651
+ "epoch": 0.09217792662624816,
2652
+ "grad_norm": 0.4681689441204071,
2653
+ "learning_rate": 4.989338397653858e-05,
2654
+ "loss": 3.097,
2655
+ "step": 11310
2656
+ },
2657
+ {
2658
+ "epoch": 0.09242243041040266,
2659
+ "grad_norm": 0.4475450813770294,
2660
+ "learning_rate": 4.98927918159883e-05,
2661
+ "loss": 3.118,
2662
+ "step": 11340
2663
+ },
2664
+ {
2665
+ "epoch": 0.09266693419455717,
2666
+ "grad_norm": 0.4555697739124298,
2667
+ "learning_rate": 4.989219801905066e-05,
2668
+ "loss": 3.1078,
2669
+ "step": 11370
2670
+ },
2671
+ {
2672
+ "epoch": 0.09291143797871167,
2673
+ "grad_norm": 0.45538437366485596,
2674
+ "learning_rate": 4.989160258576469e-05,
2675
+ "loss": 3.1106,
2676
+ "step": 11400
2677
+ },
2678
+ {
2679
+ "epoch": 0.09315594176286617,
2680
+ "grad_norm": 0.48153620958328247,
2681
+ "learning_rate": 4.98910055161695e-05,
2682
+ "loss": 3.0844,
2683
+ "step": 11430
2684
+ },
2685
+ {
2686
+ "epoch": 0.09340044554702068,
2687
+ "grad_norm": 0.42441487312316895,
2688
+ "learning_rate": 4.989040681030437e-05,
2689
+ "loss": 3.1159,
2690
+ "step": 11460
2691
+ },
2692
+ {
2693
+ "epoch": 0.09364494933117518,
2694
+ "grad_norm": 0.4604051411151886,
2695
+ "learning_rate": 4.988980646820865e-05,
2696
+ "loss": 3.1035,
2697
+ "step": 11490
2698
+ },
2699
+ {
2700
+ "epoch": 0.09388945311532969,
2701
+ "grad_norm": 0.43700629472732544,
2702
+ "learning_rate": 4.9889204489921804e-05,
2703
+ "loss": 3.0811,
2704
+ "step": 11520
2705
+ },
2706
+ {
2707
+ "epoch": 0.09413395689948419,
2708
+ "grad_norm": 0.4468238949775696,
2709
+ "learning_rate": 4.9888600875483404e-05,
2710
+ "loss": 3.1104,
2711
+ "step": 11550
2712
+ },
2713
+ {
2714
+ "epoch": 0.0943784606836387,
2715
+ "grad_norm": 0.44943588972091675,
2716
+ "learning_rate": 4.9887995624933137e-05,
2717
+ "loss": 3.0917,
2718
+ "step": 11580
2719
+ },
2720
+ {
2721
+ "epoch": 0.0946229644677932,
2722
+ "grad_norm": 0.4467644691467285,
2723
+ "learning_rate": 4.988738873831078e-05,
2724
+ "loss": 3.087,
2725
+ "step": 11610
2726
+ },
2727
+ {
2728
+ "epoch": 0.0948674682519477,
2729
+ "grad_norm": 0.44013822078704834,
2730
+ "learning_rate": 4.988678021565623e-05,
2731
+ "loss": 3.0868,
2732
+ "step": 11640
2733
+ },
2734
+ {
2735
+ "epoch": 0.09511197203610221,
2736
+ "grad_norm": 0.4420963525772095,
2737
+ "learning_rate": 4.988617005700949e-05,
2738
+ "loss": 3.102,
2739
+ "step": 11670
2740
+ },
2741
+ {
2742
+ "epoch": 0.0953564758202567,
2743
+ "grad_norm": 0.45339009165763855,
2744
+ "learning_rate": 4.988555826241068e-05,
2745
+ "loss": 3.1001,
2746
+ "step": 11700
2747
+ },
2748
+ {
2749
+ "epoch": 0.09560097960441122,
2750
+ "grad_norm": 0.4557483196258545,
2751
+ "learning_rate": 4.988494483190001e-05,
2752
+ "loss": 3.0894,
2753
+ "step": 11730
2754
+ },
2755
+ {
2756
+ "epoch": 0.09584548338856572,
2757
+ "grad_norm": 0.43180930614471436,
2758
+ "learning_rate": 4.98843297655178e-05,
2759
+ "loss": 3.1116,
2760
+ "step": 11760
2761
+ },
2762
+ {
2763
+ "epoch": 0.09608998717272023,
2764
+ "grad_norm": 0.43689119815826416,
2765
+ "learning_rate": 4.988371306330449e-05,
2766
+ "loss": 3.0829,
2767
+ "step": 11790
2768
+ }
2769
+ ],
2770
+ "logging_steps": 30,
2771
+ "max_steps": 368091,
2772
+ "num_input_tokens_seen": 0,
2773
+ "num_train_epochs": 3,
2774
+ "save_steps": 100,
2775
+ "total_flos": 1.1287586370748416e+19,
2776
+ "train_batch_size": 2,
2777
+ "trial_name": null,
2778
+ "trial_params": null
2779
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f909d8205eae6d012dc965e337249e1d014ef52c5b7115301085202b50cb6566
3
+ size 4984