roonbug commited on
Commit
558cbc9
·
verified ·
1 Parent(s): b121f8c

Upload folder using huggingface_hub

Browse files
checkpoint-2000/chat_template.jinja ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {{ bos_token }}{% for message in messages %}{% if message['role'] == 'system' %}{{ '<|system|>
2
+ ' + message['content'] + '
3
+ ' }}{% elif message['role'] == 'user' %}{{ '<|user|>
4
+ ' + message['content'] + '
5
+ ' }}{% elif message['role'] == 'assistant' %}{% if not loop.last %}{{ '<|assistant|>
6
+ ' + message['content'] + eos_token + '
7
+ ' }}{% else %}{{ '<|assistant|>
8
+ ' + message['content'] + eos_token }}{% endif %}{% endif %}{% if loop.last and add_generation_prompt %}{{ '<|assistant|>
9
+ ' }}{% endif %}{% endfor %}
checkpoint-2000/config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Olmo2ForCausalLM"
4
+ ],
5
+ "attention_bias": false,
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 100257,
8
+ "dtype": "bfloat16",
9
+ "eos_token_id": 100257,
10
+ "hidden_act": "silu",
11
+ "hidden_size": 4096,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 11008,
14
+ "max_position_embeddings": 4096,
15
+ "model_type": "olmo2",
16
+ "num_attention_heads": 32,
17
+ "num_hidden_layers": 32,
18
+ "num_key_value_heads": 32,
19
+ "pad_token_id": 100277,
20
+ "rms_norm_eps": 1e-06,
21
+ "rope_scaling": null,
22
+ "rope_theta": 500000,
23
+ "tie_word_embeddings": false,
24
+ "transformers_version": "4.56.1",
25
+ "use_cache": false,
26
+ "vocab_size": 100352
27
+ }
checkpoint-2000/generation_config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 100257,
4
+ "eos_token_id": [
5
+ 100257
6
+ ],
7
+ "pad_token_id": 100277,
8
+ "transformers_version": "4.56.1"
9
+ }
checkpoint-2000/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-2000/model-00001-of-00003.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05ae91e1171f1f1753b23df3a5a6740d89da377932b33a1661bb7485d6ec530e
3
+ size 4970591184
checkpoint-2000/model-00002-of-00003.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d41b81fe0d7e4c1d673a77beded5ee77080e39d6a6940b523e82f61eaa1dcbd
3
+ size 4981161496
checkpoint-2000/model-00003-of-00003.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5dd5726d1c66491ae9cb225292cb2937722a7fa79c13f2d8956cad96db0c1eea
3
+ size 4645523448
checkpoint-2000/model.safetensors.index.json ADDED
@@ -0,0 +1,363 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metadata": {
3
+ "total_parameters": 7298617344,
4
+ "total_size": 14597234688
5
+ },
6
+ "weight_map": {
7
+ "lm_head.weight": "model-00003-of-00003.safetensors",
8
+ "model.embed_tokens.weight": "model-00001-of-00003.safetensors",
9
+ "model.layers.0.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
10
+ "model.layers.0.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
11
+ "model.layers.0.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
12
+ "model.layers.0.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
13
+ "model.layers.0.post_feedforward_layernorm.weight": "model-00001-of-00003.safetensors",
14
+ "model.layers.0.self_attn.k_norm.weight": "model-00001-of-00003.safetensors",
15
+ "model.layers.0.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
16
+ "model.layers.0.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
17
+ "model.layers.0.self_attn.q_norm.weight": "model-00001-of-00003.safetensors",
18
+ "model.layers.0.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
19
+ "model.layers.0.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
20
+ "model.layers.1.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
21
+ "model.layers.1.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
22
+ "model.layers.1.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
23
+ "model.layers.1.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
24
+ "model.layers.1.post_feedforward_layernorm.weight": "model-00001-of-00003.safetensors",
25
+ "model.layers.1.self_attn.k_norm.weight": "model-00001-of-00003.safetensors",
26
+ "model.layers.1.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
27
+ "model.layers.1.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
28
+ "model.layers.1.self_attn.q_norm.weight": "model-00001-of-00003.safetensors",
29
+ "model.layers.1.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
30
+ "model.layers.1.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
31
+ "model.layers.10.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
32
+ "model.layers.10.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
33
+ "model.layers.10.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
34
+ "model.layers.10.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
35
+ "model.layers.10.post_feedforward_layernorm.weight": "model-00002-of-00003.safetensors",
36
+ "model.layers.10.self_attn.k_norm.weight": "model-00002-of-00003.safetensors",
37
+ "model.layers.10.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
38
+ "model.layers.10.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
39
+ "model.layers.10.self_attn.q_norm.weight": "model-00002-of-00003.safetensors",
40
+ "model.layers.10.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
41
+ "model.layers.10.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
42
+ "model.layers.11.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
43
+ "model.layers.11.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
44
+ "model.layers.11.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
45
+ "model.layers.11.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
46
+ "model.layers.11.post_feedforward_layernorm.weight": "model-00002-of-00003.safetensors",
47
+ "model.layers.11.self_attn.k_norm.weight": "model-00002-of-00003.safetensors",
48
+ "model.layers.11.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
49
+ "model.layers.11.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
50
+ "model.layers.11.self_attn.q_norm.weight": "model-00002-of-00003.safetensors",
51
+ "model.layers.11.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
52
+ "model.layers.11.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
53
+ "model.layers.12.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
54
+ "model.layers.12.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
55
+ "model.layers.12.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
56
+ "model.layers.12.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
57
+ "model.layers.12.post_feedforward_layernorm.weight": "model-00002-of-00003.safetensors",
58
+ "model.layers.12.self_attn.k_norm.weight": "model-00002-of-00003.safetensors",
59
+ "model.layers.12.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
60
+ "model.layers.12.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
61
+ "model.layers.12.self_attn.q_norm.weight": "model-00002-of-00003.safetensors",
62
+ "model.layers.12.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
63
+ "model.layers.12.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
64
+ "model.layers.13.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
65
+ "model.layers.13.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
66
+ "model.layers.13.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
67
+ "model.layers.13.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
68
+ "model.layers.13.post_feedforward_layernorm.weight": "model-00002-of-00003.safetensors",
69
+ "model.layers.13.self_attn.k_norm.weight": "model-00002-of-00003.safetensors",
70
+ "model.layers.13.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
71
+ "model.layers.13.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
72
+ "model.layers.13.self_attn.q_norm.weight": "model-00002-of-00003.safetensors",
73
+ "model.layers.13.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
74
+ "model.layers.13.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
75
+ "model.layers.14.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
76
+ "model.layers.14.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
77
+ "model.layers.14.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
78
+ "model.layers.14.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
79
+ "model.layers.14.post_feedforward_layernorm.weight": "model-00002-of-00003.safetensors",
80
+ "model.layers.14.self_attn.k_norm.weight": "model-00002-of-00003.safetensors",
81
+ "model.layers.14.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
82
+ "model.layers.14.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
83
+ "model.layers.14.self_attn.q_norm.weight": "model-00002-of-00003.safetensors",
84
+ "model.layers.14.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
85
+ "model.layers.14.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
86
+ "model.layers.15.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
87
+ "model.layers.15.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
88
+ "model.layers.15.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
89
+ "model.layers.15.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
90
+ "model.layers.15.post_feedforward_layernorm.weight": "model-00002-of-00003.safetensors",
91
+ "model.layers.15.self_attn.k_norm.weight": "model-00002-of-00003.safetensors",
92
+ "model.layers.15.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
93
+ "model.layers.15.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
94
+ "model.layers.15.self_attn.q_norm.weight": "model-00002-of-00003.safetensors",
95
+ "model.layers.15.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
96
+ "model.layers.15.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
97
+ "model.layers.16.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
98
+ "model.layers.16.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
99
+ "model.layers.16.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
100
+ "model.layers.16.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
101
+ "model.layers.16.post_feedforward_layernorm.weight": "model-00002-of-00003.safetensors",
102
+ "model.layers.16.self_attn.k_norm.weight": "model-00002-of-00003.safetensors",
103
+ "model.layers.16.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
104
+ "model.layers.16.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
105
+ "model.layers.16.self_attn.q_norm.weight": "model-00002-of-00003.safetensors",
106
+ "model.layers.16.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
107
+ "model.layers.16.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
108
+ "model.layers.17.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
109
+ "model.layers.17.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
110
+ "model.layers.17.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
111
+ "model.layers.17.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
112
+ "model.layers.17.post_feedforward_layernorm.weight": "model-00002-of-00003.safetensors",
113
+ "model.layers.17.self_attn.k_norm.weight": "model-00002-of-00003.safetensors",
114
+ "model.layers.17.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
115
+ "model.layers.17.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
116
+ "model.layers.17.self_attn.q_norm.weight": "model-00002-of-00003.safetensors",
117
+ "model.layers.17.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
118
+ "model.layers.17.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
119
+ "model.layers.18.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
120
+ "model.layers.18.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
121
+ "model.layers.18.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
122
+ "model.layers.18.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
123
+ "model.layers.18.post_feedforward_layernorm.weight": "model-00002-of-00003.safetensors",
124
+ "model.layers.18.self_attn.k_norm.weight": "model-00002-of-00003.safetensors",
125
+ "model.layers.18.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
126
+ "model.layers.18.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
127
+ "model.layers.18.self_attn.q_norm.weight": "model-00002-of-00003.safetensors",
128
+ "model.layers.18.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
129
+ "model.layers.18.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
130
+ "model.layers.19.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
131
+ "model.layers.19.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
132
+ "model.layers.19.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
133
+ "model.layers.19.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
134
+ "model.layers.19.post_feedforward_layernorm.weight": "model-00002-of-00003.safetensors",
135
+ "model.layers.19.self_attn.k_norm.weight": "model-00002-of-00003.safetensors",
136
+ "model.layers.19.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
137
+ "model.layers.19.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
138
+ "model.layers.19.self_attn.q_norm.weight": "model-00002-of-00003.safetensors",
139
+ "model.layers.19.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
140
+ "model.layers.19.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
141
+ "model.layers.2.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
142
+ "model.layers.2.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
143
+ "model.layers.2.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
144
+ "model.layers.2.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
145
+ "model.layers.2.post_feedforward_layernorm.weight": "model-00001-of-00003.safetensors",
146
+ "model.layers.2.self_attn.k_norm.weight": "model-00001-of-00003.safetensors",
147
+ "model.layers.2.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
148
+ "model.layers.2.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
149
+ "model.layers.2.self_attn.q_norm.weight": "model-00001-of-00003.safetensors",
150
+ "model.layers.2.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
151
+ "model.layers.2.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
152
+ "model.layers.20.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
153
+ "model.layers.20.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
154
+ "model.layers.20.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
155
+ "model.layers.20.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
156
+ "model.layers.20.post_feedforward_layernorm.weight": "model-00002-of-00003.safetensors",
157
+ "model.layers.20.self_attn.k_norm.weight": "model-00002-of-00003.safetensors",
158
+ "model.layers.20.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
159
+ "model.layers.20.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
160
+ "model.layers.20.self_attn.q_norm.weight": "model-00002-of-00003.safetensors",
161
+ "model.layers.20.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
162
+ "model.layers.20.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
163
+ "model.layers.21.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
164
+ "model.layers.21.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
165
+ "model.layers.21.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
166
+ "model.layers.21.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
167
+ "model.layers.21.post_feedforward_layernorm.weight": "model-00002-of-00003.safetensors",
168
+ "model.layers.21.self_attn.k_norm.weight": "model-00002-of-00003.safetensors",
169
+ "model.layers.21.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
170
+ "model.layers.21.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
171
+ "model.layers.21.self_attn.q_norm.weight": "model-00002-of-00003.safetensors",
172
+ "model.layers.21.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
173
+ "model.layers.21.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
174
+ "model.layers.22.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
175
+ "model.layers.22.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
176
+ "model.layers.22.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
177
+ "model.layers.22.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
178
+ "model.layers.22.post_feedforward_layernorm.weight": "model-00003-of-00003.safetensors",
179
+ "model.layers.22.self_attn.k_norm.weight": "model-00002-of-00003.safetensors",
180
+ "model.layers.22.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
181
+ "model.layers.22.self_attn.o_proj.weight": "model-00002-of-00003.safetensors",
182
+ "model.layers.22.self_attn.q_norm.weight": "model-00002-of-00003.safetensors",
183
+ "model.layers.22.self_attn.q_proj.weight": "model-00002-of-00003.safetensors",
184
+ "model.layers.22.self_attn.v_proj.weight": "model-00002-of-00003.safetensors",
185
+ "model.layers.23.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
186
+ "model.layers.23.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
187
+ "model.layers.23.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
188
+ "model.layers.23.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
189
+ "model.layers.23.post_feedforward_layernorm.weight": "model-00003-of-00003.safetensors",
190
+ "model.layers.23.self_attn.k_norm.weight": "model-00003-of-00003.safetensors",
191
+ "model.layers.23.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
192
+ "model.layers.23.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
193
+ "model.layers.23.self_attn.q_norm.weight": "model-00003-of-00003.safetensors",
194
+ "model.layers.23.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
195
+ "model.layers.23.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
196
+ "model.layers.24.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
197
+ "model.layers.24.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
198
+ "model.layers.24.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
199
+ "model.layers.24.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
200
+ "model.layers.24.post_feedforward_layernorm.weight": "model-00003-of-00003.safetensors",
201
+ "model.layers.24.self_attn.k_norm.weight": "model-00003-of-00003.safetensors",
202
+ "model.layers.24.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
203
+ "model.layers.24.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
204
+ "model.layers.24.self_attn.q_norm.weight": "model-00003-of-00003.safetensors",
205
+ "model.layers.24.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
206
+ "model.layers.24.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
207
+ "model.layers.25.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
208
+ "model.layers.25.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
209
+ "model.layers.25.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
210
+ "model.layers.25.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
211
+ "model.layers.25.post_feedforward_layernorm.weight": "model-00003-of-00003.safetensors",
212
+ "model.layers.25.self_attn.k_norm.weight": "model-00003-of-00003.safetensors",
213
+ "model.layers.25.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
214
+ "model.layers.25.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
215
+ "model.layers.25.self_attn.q_norm.weight": "model-00003-of-00003.safetensors",
216
+ "model.layers.25.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
217
+ "model.layers.25.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
218
+ "model.layers.26.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
219
+ "model.layers.26.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
220
+ "model.layers.26.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
221
+ "model.layers.26.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
222
+ "model.layers.26.post_feedforward_layernorm.weight": "model-00003-of-00003.safetensors",
223
+ "model.layers.26.self_attn.k_norm.weight": "model-00003-of-00003.safetensors",
224
+ "model.layers.26.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
225
+ "model.layers.26.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
226
+ "model.layers.26.self_attn.q_norm.weight": "model-00003-of-00003.safetensors",
227
+ "model.layers.26.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
228
+ "model.layers.26.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
229
+ "model.layers.27.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
230
+ "model.layers.27.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
231
+ "model.layers.27.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
232
+ "model.layers.27.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
233
+ "model.layers.27.post_feedforward_layernorm.weight": "model-00003-of-00003.safetensors",
234
+ "model.layers.27.self_attn.k_norm.weight": "model-00003-of-00003.safetensors",
235
+ "model.layers.27.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
236
+ "model.layers.27.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
237
+ "model.layers.27.self_attn.q_norm.weight": "model-00003-of-00003.safetensors",
238
+ "model.layers.27.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
239
+ "model.layers.27.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
240
+ "model.layers.28.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
241
+ "model.layers.28.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
242
+ "model.layers.28.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
243
+ "model.layers.28.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
244
+ "model.layers.28.post_feedforward_layernorm.weight": "model-00003-of-00003.safetensors",
245
+ "model.layers.28.self_attn.k_norm.weight": "model-00003-of-00003.safetensors",
246
+ "model.layers.28.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
247
+ "model.layers.28.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
248
+ "model.layers.28.self_attn.q_norm.weight": "model-00003-of-00003.safetensors",
249
+ "model.layers.28.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
250
+ "model.layers.28.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
251
+ "model.layers.29.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
252
+ "model.layers.29.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
253
+ "model.layers.29.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
254
+ "model.layers.29.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
255
+ "model.layers.29.post_feedforward_layernorm.weight": "model-00003-of-00003.safetensors",
256
+ "model.layers.29.self_attn.k_norm.weight": "model-00003-of-00003.safetensors",
257
+ "model.layers.29.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
258
+ "model.layers.29.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
259
+ "model.layers.29.self_attn.q_norm.weight": "model-00003-of-00003.safetensors",
260
+ "model.layers.29.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
261
+ "model.layers.29.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
262
+ "model.layers.3.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
263
+ "model.layers.3.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
264
+ "model.layers.3.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
265
+ "model.layers.3.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
266
+ "model.layers.3.post_feedforward_layernorm.weight": "model-00001-of-00003.safetensors",
267
+ "model.layers.3.self_attn.k_norm.weight": "model-00001-of-00003.safetensors",
268
+ "model.layers.3.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
269
+ "model.layers.3.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
270
+ "model.layers.3.self_attn.q_norm.weight": "model-00001-of-00003.safetensors",
271
+ "model.layers.3.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
272
+ "model.layers.3.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
273
+ "model.layers.30.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
274
+ "model.layers.30.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
275
+ "model.layers.30.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
276
+ "model.layers.30.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
277
+ "model.layers.30.post_feedforward_layernorm.weight": "model-00003-of-00003.safetensors",
278
+ "model.layers.30.self_attn.k_norm.weight": "model-00003-of-00003.safetensors",
279
+ "model.layers.30.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
280
+ "model.layers.30.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
281
+ "model.layers.30.self_attn.q_norm.weight": "model-00003-of-00003.safetensors",
282
+ "model.layers.30.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
283
+ "model.layers.30.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
284
+ "model.layers.31.mlp.down_proj.weight": "model-00003-of-00003.safetensors",
285
+ "model.layers.31.mlp.gate_proj.weight": "model-00003-of-00003.safetensors",
286
+ "model.layers.31.mlp.up_proj.weight": "model-00003-of-00003.safetensors",
287
+ "model.layers.31.post_attention_layernorm.weight": "model-00003-of-00003.safetensors",
288
+ "model.layers.31.post_feedforward_layernorm.weight": "model-00003-of-00003.safetensors",
289
+ "model.layers.31.self_attn.k_norm.weight": "model-00003-of-00003.safetensors",
290
+ "model.layers.31.self_attn.k_proj.weight": "model-00003-of-00003.safetensors",
291
+ "model.layers.31.self_attn.o_proj.weight": "model-00003-of-00003.safetensors",
292
+ "model.layers.31.self_attn.q_norm.weight": "model-00003-of-00003.safetensors",
293
+ "model.layers.31.self_attn.q_proj.weight": "model-00003-of-00003.safetensors",
294
+ "model.layers.31.self_attn.v_proj.weight": "model-00003-of-00003.safetensors",
295
+ "model.layers.4.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
296
+ "model.layers.4.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
297
+ "model.layers.4.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
298
+ "model.layers.4.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
299
+ "model.layers.4.post_feedforward_layernorm.weight": "model-00001-of-00003.safetensors",
300
+ "model.layers.4.self_attn.k_norm.weight": "model-00001-of-00003.safetensors",
301
+ "model.layers.4.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
302
+ "model.layers.4.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
303
+ "model.layers.4.self_attn.q_norm.weight": "model-00001-of-00003.safetensors",
304
+ "model.layers.4.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
305
+ "model.layers.4.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
306
+ "model.layers.5.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
307
+ "model.layers.5.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
308
+ "model.layers.5.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
309
+ "model.layers.5.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
310
+ "model.layers.5.post_feedforward_layernorm.weight": "model-00001-of-00003.safetensors",
311
+ "model.layers.5.self_attn.k_norm.weight": "model-00001-of-00003.safetensors",
312
+ "model.layers.5.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
313
+ "model.layers.5.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
314
+ "model.layers.5.self_attn.q_norm.weight": "model-00001-of-00003.safetensors",
315
+ "model.layers.5.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
316
+ "model.layers.5.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
317
+ "model.layers.6.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
318
+ "model.layers.6.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
319
+ "model.layers.6.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
320
+ "model.layers.6.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
321
+ "model.layers.6.post_feedforward_layernorm.weight": "model-00001-of-00003.safetensors",
322
+ "model.layers.6.self_attn.k_norm.weight": "model-00001-of-00003.safetensors",
323
+ "model.layers.6.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
324
+ "model.layers.6.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
325
+ "model.layers.6.self_attn.q_norm.weight": "model-00001-of-00003.safetensors",
326
+ "model.layers.6.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
327
+ "model.layers.6.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
328
+ "model.layers.7.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
329
+ "model.layers.7.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
330
+ "model.layers.7.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
331
+ "model.layers.7.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
332
+ "model.layers.7.post_feedforward_layernorm.weight": "model-00001-of-00003.safetensors",
333
+ "model.layers.7.self_attn.k_norm.weight": "model-00001-of-00003.safetensors",
334
+ "model.layers.7.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
335
+ "model.layers.7.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
336
+ "model.layers.7.self_attn.q_norm.weight": "model-00001-of-00003.safetensors",
337
+ "model.layers.7.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
338
+ "model.layers.7.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
339
+ "model.layers.8.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
340
+ "model.layers.8.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
341
+ "model.layers.8.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
342
+ "model.layers.8.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
343
+ "model.layers.8.post_feedforward_layernorm.weight": "model-00001-of-00003.safetensors",
344
+ "model.layers.8.self_attn.k_norm.weight": "model-00001-of-00003.safetensors",
345
+ "model.layers.8.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
346
+ "model.layers.8.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
347
+ "model.layers.8.self_attn.q_norm.weight": "model-00001-of-00003.safetensors",
348
+ "model.layers.8.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
349
+ "model.layers.8.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
350
+ "model.layers.9.mlp.down_proj.weight": "model-00001-of-00003.safetensors",
351
+ "model.layers.9.mlp.gate_proj.weight": "model-00001-of-00003.safetensors",
352
+ "model.layers.9.mlp.up_proj.weight": "model-00001-of-00003.safetensors",
353
+ "model.layers.9.post_attention_layernorm.weight": "model-00001-of-00003.safetensors",
354
+ "model.layers.9.post_feedforward_layernorm.weight": "model-00001-of-00003.safetensors",
355
+ "model.layers.9.self_attn.k_norm.weight": "model-00001-of-00003.safetensors",
356
+ "model.layers.9.self_attn.k_proj.weight": "model-00001-of-00003.safetensors",
357
+ "model.layers.9.self_attn.o_proj.weight": "model-00001-of-00003.safetensors",
358
+ "model.layers.9.self_attn.q_norm.weight": "model-00001-of-00003.safetensors",
359
+ "model.layers.9.self_attn.q_proj.weight": "model-00001-of-00003.safetensors",
360
+ "model.layers.9.self_attn.v_proj.weight": "model-00001-of-00003.safetensors",
361
+ "model.norm.weight": "model-00003-of-00003.safetensors"
362
+ }
363
+ }
checkpoint-2000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68fe85b6befce9645f338c4470726079a4fac5173ba343a5abcf58523543952d
3
+ size 3263319914
checkpoint-2000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2b9960af9f375d6610afc4ea390ff365f3d73ca111acb951466c1057ba5ff02
3
+ size 14645
checkpoint-2000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c56cc7d2ab3dfe9edf7a28cb038a85004572c59f841d9bdfd8a137d5d874b19
3
+ size 1465
checkpoint-2000/special_tokens_map.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<|endoftext|>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "<|endoftext|>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "<|pad|>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "unk_token": {
24
+ "content": "<|endoftext|>",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ }
30
+ }
checkpoint-2000/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-2000/tokenizer_config.json ADDED
@@ -0,0 +1,189 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "100256": {
5
+ "content": "<|extra_id_0|>",
6
+ "lstrip": false,
7
+ "normalized": false,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": false
11
+ },
12
+ "100257": {
13
+ "content": "<|endoftext|>",
14
+ "lstrip": false,
15
+ "normalized": false,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "100258": {
21
+ "content": "<|fim_prefix|>",
22
+ "lstrip": false,
23
+ "normalized": false,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": true
27
+ },
28
+ "100259": {
29
+ "content": "<|fim_middle|>",
30
+ "lstrip": false,
31
+ "normalized": false,
32
+ "rstrip": false,
33
+ "single_word": false,
34
+ "special": true
35
+ },
36
+ "100260": {
37
+ "content": "<|fim_suffix|>",
38
+ "lstrip": false,
39
+ "normalized": false,
40
+ "rstrip": false,
41
+ "single_word": false,
42
+ "special": true
43
+ },
44
+ "100261": {
45
+ "content": "|||PHONE_NUMBER|||",
46
+ "lstrip": false,
47
+ "normalized": false,
48
+ "rstrip": false,
49
+ "single_word": false,
50
+ "special": false
51
+ },
52
+ "100262": {
53
+ "content": "|||EMAIL_ADDRESS|||",
54
+ "lstrip": false,
55
+ "normalized": false,
56
+ "rstrip": false,
57
+ "single_word": false,
58
+ "special": false
59
+ },
60
+ "100263": {
61
+ "content": "|||IP_ADDRESS|||",
62
+ "lstrip": false,
63
+ "normalized": false,
64
+ "rstrip": false,
65
+ "single_word": false,
66
+ "special": false
67
+ },
68
+ "100264": {
69
+ "content": "<|im_start|>",
70
+ "lstrip": false,
71
+ "normalized": false,
72
+ "rstrip": false,
73
+ "single_word": false,
74
+ "special": true
75
+ },
76
+ "100265": {
77
+ "content": "<|im_end|>",
78
+ "lstrip": false,
79
+ "normalized": false,
80
+ "rstrip": false,
81
+ "single_word": false,
82
+ "special": true
83
+ },
84
+ "100266": {
85
+ "content": "<|extra_id_1|>",
86
+ "lstrip": false,
87
+ "normalized": false,
88
+ "rstrip": false,
89
+ "single_word": false,
90
+ "special": false
91
+ },
92
+ "100267": {
93
+ "content": "<|extra_id_2|>",
94
+ "lstrip": false,
95
+ "normalized": false,
96
+ "rstrip": false,
97
+ "single_word": false,
98
+ "special": false
99
+ },
100
+ "100268": {
101
+ "content": "<|extra_id_3|>",
102
+ "lstrip": false,
103
+ "normalized": false,
104
+ "rstrip": false,
105
+ "single_word": false,
106
+ "special": false
107
+ },
108
+ "100269": {
109
+ "content": "<|extra_id_4|>",
110
+ "lstrip": false,
111
+ "normalized": false,
112
+ "rstrip": false,
113
+ "single_word": false,
114
+ "special": false
115
+ },
116
+ "100270": {
117
+ "content": "<|extra_id_5|>",
118
+ "lstrip": false,
119
+ "normalized": false,
120
+ "rstrip": false,
121
+ "single_word": false,
122
+ "special": false
123
+ },
124
+ "100271": {
125
+ "content": "<|extra_id_6|>",
126
+ "lstrip": false,
127
+ "normalized": false,
128
+ "rstrip": false,
129
+ "single_word": false,
130
+ "special": false
131
+ },
132
+ "100272": {
133
+ "content": "<|extra_id_7|>",
134
+ "lstrip": false,
135
+ "normalized": false,
136
+ "rstrip": false,
137
+ "single_word": false,
138
+ "special": false
139
+ },
140
+ "100273": {
141
+ "content": "<|extra_id_8|>",
142
+ "lstrip": false,
143
+ "normalized": false,
144
+ "rstrip": false,
145
+ "single_word": false,
146
+ "special": false
147
+ },
148
+ "100274": {
149
+ "content": "<|extra_id_9|>",
150
+ "lstrip": false,
151
+ "normalized": false,
152
+ "rstrip": false,
153
+ "single_word": false,
154
+ "special": false
155
+ },
156
+ "100275": {
157
+ "content": "<|extra_id_10|>",
158
+ "lstrip": false,
159
+ "normalized": false,
160
+ "rstrip": false,
161
+ "single_word": false,
162
+ "special": false
163
+ },
164
+ "100276": {
165
+ "content": "<|endofprompt|>",
166
+ "lstrip": false,
167
+ "normalized": false,
168
+ "rstrip": false,
169
+ "single_word": false,
170
+ "special": true
171
+ },
172
+ "100277": {
173
+ "content": "<|pad|>",
174
+ "lstrip": false,
175
+ "normalized": false,
176
+ "rstrip": false,
177
+ "single_word": false,
178
+ "special": true
179
+ }
180
+ },
181
+ "bos_token": "<|endoftext|>",
182
+ "clean_up_tokenization_spaces": false,
183
+ "eos_token": "<|endoftext|>",
184
+ "extra_special_tokens": {},
185
+ "model_max_length": 1000000000000000019884624838656,
186
+ "pad_token": "<|pad|>",
187
+ "tokenizer_class": "GPT2Tokenizer",
188
+ "unk_token": "<|endoftext|>"
189
+ }
checkpoint-2000/trainer_state.json ADDED
@@ -0,0 +1,2914 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 1.7798364212986146,
6
+ "eval_steps": 100,
7
+ "global_step": 2000,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "entropy": 1.0013165885582567,
14
+ "epoch": 0.00890224225226729,
15
+ "grad_norm": 4.25,
16
+ "learning_rate": 6.000000000000001e-07,
17
+ "loss": 2.1036,
18
+ "mean_token_accuracy": 0.5934873595833778,
19
+ "num_tokens": 128102.0,
20
+ "step": 10
21
+ },
22
+ {
23
+ "entropy": 1.0327254055067896,
24
+ "epoch": 0.01780448450453458,
25
+ "grad_norm": 3.75,
26
+ "learning_rate": 1.2666666666666669e-06,
27
+ "loss": 2.1318,
28
+ "mean_token_accuracy": 0.5815463203936815,
29
+ "num_tokens": 255758.0,
30
+ "step": 20
31
+ },
32
+ {
33
+ "entropy": 1.0127216134220363,
34
+ "epoch": 0.026706726756801868,
35
+ "grad_norm": 3.4375,
36
+ "learning_rate": 1.9333333333333336e-06,
37
+ "loss": 2.0994,
38
+ "mean_token_accuracy": 0.5902250200510025,
39
+ "num_tokens": 392254.0,
40
+ "step": 30
41
+ },
42
+ {
43
+ "entropy": 0.9930799461901187,
44
+ "epoch": 0.03560896900906916,
45
+ "grad_norm": 3.4375,
46
+ "learning_rate": 2.6e-06,
47
+ "loss": 2.0443,
48
+ "mean_token_accuracy": 0.5956933092325926,
49
+ "num_tokens": 525545.0,
50
+ "step": 40
51
+ },
52
+ {
53
+ "entropy": 1.011460742354393,
54
+ "epoch": 0.04451121126133645,
55
+ "grad_norm": 3.59375,
56
+ "learning_rate": 3.266666666666667e-06,
57
+ "loss": 2.0996,
58
+ "mean_token_accuracy": 0.5882656103000045,
59
+ "num_tokens": 659462.0,
60
+ "step": 50
61
+ },
62
+ {
63
+ "entropy": 1.030308809503913,
64
+ "epoch": 0.053413453513603736,
65
+ "grad_norm": 3.5,
66
+ "learning_rate": 3.9333333333333335e-06,
67
+ "loss": 2.0506,
68
+ "mean_token_accuracy": 0.5891991708427667,
69
+ "num_tokens": 797469.0,
70
+ "step": 60
71
+ },
72
+ {
73
+ "entropy": 1.0320250753313303,
74
+ "epoch": 0.06231569576587103,
75
+ "grad_norm": 3.484375,
76
+ "learning_rate": 4.600000000000001e-06,
77
+ "loss": 2.018,
78
+ "mean_token_accuracy": 0.5905353711917997,
79
+ "num_tokens": 926574.0,
80
+ "step": 70
81
+ },
82
+ {
83
+ "entropy": 1.0368458257988096,
84
+ "epoch": 0.07121793801813832,
85
+ "grad_norm": 3.0,
86
+ "learning_rate": 5.2666666666666665e-06,
87
+ "loss": 1.9841,
88
+ "mean_token_accuracy": 0.5963305428624153,
89
+ "num_tokens": 1056145.0,
90
+ "step": 80
91
+ },
92
+ {
93
+ "entropy": 0.9638574384152889,
94
+ "epoch": 0.08012018027040561,
95
+ "grad_norm": 2.75,
96
+ "learning_rate": 5.933333333333335e-06,
97
+ "loss": 1.8996,
98
+ "mean_token_accuracy": 0.6114491229876876,
99
+ "num_tokens": 1195941.0,
100
+ "step": 90
101
+ },
102
+ {
103
+ "entropy": 0.98968401607126,
104
+ "epoch": 0.0890224225226729,
105
+ "grad_norm": 2.609375,
106
+ "learning_rate": 6.600000000000001e-06,
107
+ "loss": 1.855,
108
+ "mean_token_accuracy": 0.6124794160947203,
109
+ "num_tokens": 1322822.0,
110
+ "step": 100
111
+ },
112
+ {
113
+ "epoch": 0.0890224225226729,
114
+ "eval_biology_entropy": 1.7304411175251007,
115
+ "eval_biology_loss": 3.744920492172241,
116
+ "eval_biology_mean_token_accuracy": 0.3840184355974197,
117
+ "eval_biology_num_tokens": 1322822.0,
118
+ "eval_biology_runtime": 19.0021,
119
+ "eval_biology_samples_per_second": 26.313,
120
+ "eval_biology_steps_per_second": 13.156,
121
+ "step": 100
122
+ },
123
+ {
124
+ "epoch": 0.0890224225226729,
125
+ "eval_chemistry_entropy": 0.9838921461105347,
126
+ "eval_chemistry_loss": 1.8955185413360596,
127
+ "eval_chemistry_mean_token_accuracy": 0.6147462700605393,
128
+ "eval_chemistry_num_tokens": 1322822.0,
129
+ "eval_chemistry_runtime": 24.0155,
130
+ "eval_chemistry_samples_per_second": 20.82,
131
+ "eval_chemistry_steps_per_second": 10.41,
132
+ "step": 100
133
+ },
134
+ {
135
+ "epoch": 0.0890224225226729,
136
+ "eval_math_entropy": 0.754765457034111,
137
+ "eval_math_loss": 2.326155424118042,
138
+ "eval_math_mean_token_accuracy": 0.591344870209694,
139
+ "eval_math_num_tokens": 1322822.0,
140
+ "eval_math_runtime": 24.4976,
141
+ "eval_math_samples_per_second": 20.41,
142
+ "eval_math_steps_per_second": 10.205,
143
+ "step": 100
144
+ },
145
+ {
146
+ "epoch": 0.0890224225226729,
147
+ "eval_physics_entropy": 0.9091537948846817,
148
+ "eval_physics_loss": 1.9409757852554321,
149
+ "eval_physics_mean_token_accuracy": 0.6192746138572693,
150
+ "eval_physics_num_tokens": 1322822.0,
151
+ "eval_physics_runtime": 29.069,
152
+ "eval_physics_samples_per_second": 17.2,
153
+ "eval_physics_steps_per_second": 8.6,
154
+ "step": 100
155
+ },
156
+ {
157
+ "entropy": 1.0018818765878676,
158
+ "epoch": 0.09792466477494019,
159
+ "grad_norm": 2.359375,
160
+ "learning_rate": 7.266666666666668e-06,
161
+ "loss": 1.8412,
162
+ "mean_token_accuracy": 0.6112866658717394,
163
+ "num_tokens": 1455622.0,
164
+ "step": 110
165
+ },
166
+ {
167
+ "entropy": 1.013153598085046,
168
+ "epoch": 0.10682690702720747,
169
+ "grad_norm": 2.078125,
170
+ "learning_rate": 7.933333333333334e-06,
171
+ "loss": 1.7484,
172
+ "mean_token_accuracy": 0.6222657721489668,
173
+ "num_tokens": 1592594.0,
174
+ "step": 120
175
+ },
176
+ {
177
+ "entropy": 1.0879363805055617,
178
+ "epoch": 0.11572914927947477,
179
+ "grad_norm": 2.0,
180
+ "learning_rate": 8.6e-06,
181
+ "loss": 1.7365,
182
+ "mean_token_accuracy": 0.6194966306909919,
183
+ "num_tokens": 1723223.0,
184
+ "step": 130
185
+ },
186
+ {
187
+ "entropy": 1.090317297540605,
188
+ "epoch": 0.12463139153174206,
189
+ "grad_norm": 1.859375,
190
+ "learning_rate": 9.266666666666667e-06,
191
+ "loss": 1.5882,
192
+ "mean_token_accuracy": 0.6410850418731571,
193
+ "num_tokens": 1854187.0,
194
+ "step": 140
195
+ },
196
+ {
197
+ "entropy": 1.1811468597501515,
198
+ "epoch": 0.13353363378400934,
199
+ "grad_norm": 1.7421875,
200
+ "learning_rate": 9.933333333333334e-06,
201
+ "loss": 1.5436,
202
+ "mean_token_accuracy": 0.6420513158664107,
203
+ "num_tokens": 1980984.0,
204
+ "step": 150
205
+ },
206
+ {
207
+ "entropy": 1.2093722522258759,
208
+ "epoch": 0.14243587603627664,
209
+ "grad_norm": 1.359375,
210
+ "learning_rate": 1.0600000000000002e-05,
211
+ "loss": 1.4029,
212
+ "mean_token_accuracy": 0.6615621751174331,
213
+ "num_tokens": 2114069.0,
214
+ "step": 160
215
+ },
216
+ {
217
+ "entropy": 1.2789871104061603,
218
+ "epoch": 0.15133811828854393,
219
+ "grad_norm": 1.171875,
220
+ "learning_rate": 1.1266666666666668e-05,
221
+ "loss": 1.3526,
222
+ "mean_token_accuracy": 0.673838303796947,
223
+ "num_tokens": 2248456.0,
224
+ "step": 170
225
+ },
226
+ {
227
+ "entropy": 1.3190820906311274,
228
+ "epoch": 0.16024036054081123,
229
+ "grad_norm": 1.1328125,
230
+ "learning_rate": 1.1933333333333335e-05,
231
+ "loss": 1.3278,
232
+ "mean_token_accuracy": 0.6813167624175549,
233
+ "num_tokens": 2384381.0,
234
+ "step": 180
235
+ },
236
+ {
237
+ "entropy": 1.3156713977456094,
238
+ "epoch": 0.1691426027930785,
239
+ "grad_norm": 0.984375,
240
+ "learning_rate": 1.2600000000000001e-05,
241
+ "loss": 1.273,
242
+ "mean_token_accuracy": 0.6898887110874057,
243
+ "num_tokens": 2510885.0,
244
+ "step": 190
245
+ },
246
+ {
247
+ "entropy": 1.3284545745700598,
248
+ "epoch": 0.1780448450453458,
249
+ "grad_norm": 0.9375,
250
+ "learning_rate": 1.3266666666666668e-05,
251
+ "loss": 1.2541,
252
+ "mean_token_accuracy": 0.6897036660462618,
253
+ "num_tokens": 2640613.0,
254
+ "step": 200
255
+ },
256
+ {
257
+ "epoch": 0.1780448450453458,
258
+ "eval_biology_entropy": 2.3898276572227477,
259
+ "eval_biology_loss": 2.6390066146850586,
260
+ "eval_biology_mean_token_accuracy": 0.4844123523235321,
261
+ "eval_biology_num_tokens": 2640613.0,
262
+ "eval_biology_runtime": 18.9294,
263
+ "eval_biology_samples_per_second": 26.414,
264
+ "eval_biology_steps_per_second": 13.207,
265
+ "step": 200
266
+ },
267
+ {
268
+ "epoch": 0.1780448450453458,
269
+ "eval_chemistry_entropy": 1.2916195030212403,
270
+ "eval_chemistry_loss": 1.269665241241455,
271
+ "eval_chemistry_mean_token_accuracy": 0.6933187863826752,
272
+ "eval_chemistry_num_tokens": 2640613.0,
273
+ "eval_chemistry_runtime": 23.9969,
274
+ "eval_chemistry_samples_per_second": 20.836,
275
+ "eval_chemistry_steps_per_second": 10.418,
276
+ "step": 200
277
+ },
278
+ {
279
+ "epoch": 0.1780448450453458,
280
+ "eval_math_entropy": 1.0382833310365678,
281
+ "eval_math_loss": 1.4177786111831665,
282
+ "eval_math_mean_token_accuracy": 0.6727467269897461,
283
+ "eval_math_num_tokens": 2640613.0,
284
+ "eval_math_runtime": 24.4826,
285
+ "eval_math_samples_per_second": 20.423,
286
+ "eval_math_steps_per_second": 10.211,
287
+ "step": 200
288
+ },
289
+ {
290
+ "epoch": 0.1780448450453458,
291
+ "eval_physics_entropy": 1.2059782876968383,
292
+ "eval_physics_loss": 1.2801809310913086,
293
+ "eval_physics_mean_token_accuracy": 0.6974429616928101,
294
+ "eval_physics_num_tokens": 2640613.0,
295
+ "eval_physics_runtime": 28.6856,
296
+ "eval_physics_samples_per_second": 17.43,
297
+ "eval_physics_steps_per_second": 8.715,
298
+ "step": 200
299
+ },
300
+ {
301
+ "entropy": 1.235218785330653,
302
+ "epoch": 0.18694708729761308,
303
+ "grad_norm": 0.90234375,
304
+ "learning_rate": 1.3933333333333334e-05,
305
+ "loss": 1.1936,
306
+ "mean_token_accuracy": 0.7037674445658922,
307
+ "num_tokens": 2779589.0,
308
+ "step": 210
309
+ },
310
+ {
311
+ "entropy": 1.2612369772046805,
312
+ "epoch": 0.19584932954988038,
313
+ "grad_norm": 0.92578125,
314
+ "learning_rate": 1.46e-05,
315
+ "loss": 1.1973,
316
+ "mean_token_accuracy": 0.6993423495441675,
317
+ "num_tokens": 2909779.0,
318
+ "step": 220
319
+ },
320
+ {
321
+ "entropy": 1.224467835202813,
322
+ "epoch": 0.20475157180214767,
323
+ "grad_norm": 0.9609375,
324
+ "learning_rate": 1.5266666666666667e-05,
325
+ "loss": 1.1453,
326
+ "mean_token_accuracy": 0.710259860381484,
327
+ "num_tokens": 3045030.0,
328
+ "step": 230
329
+ },
330
+ {
331
+ "entropy": 1.2651627618819474,
332
+ "epoch": 0.21365381405441494,
333
+ "grad_norm": 0.8515625,
334
+ "learning_rate": 1.5933333333333336e-05,
335
+ "loss": 1.1668,
336
+ "mean_token_accuracy": 0.7021638717502355,
337
+ "num_tokens": 3180769.0,
338
+ "step": 240
339
+ },
340
+ {
341
+ "entropy": 1.2010735258460046,
342
+ "epoch": 0.22255605630668224,
343
+ "grad_norm": 0.828125,
344
+ "learning_rate": 1.66e-05,
345
+ "loss": 1.1257,
346
+ "mean_token_accuracy": 0.7146535400301218,
347
+ "num_tokens": 3317450.0,
348
+ "step": 250
349
+ },
350
+ {
351
+ "entropy": 1.2229063987731934,
352
+ "epoch": 0.23145829855894953,
353
+ "grad_norm": 0.984375,
354
+ "learning_rate": 1.726666666666667e-05,
355
+ "loss": 1.161,
356
+ "mean_token_accuracy": 0.7094106379896402,
357
+ "num_tokens": 3448841.0,
358
+ "step": 260
359
+ },
360
+ {
361
+ "entropy": 1.1914008114486934,
362
+ "epoch": 0.24036054081121683,
363
+ "grad_norm": 0.8828125,
364
+ "learning_rate": 1.7933333333333333e-05,
365
+ "loss": 1.091,
366
+ "mean_token_accuracy": 0.7163884485140443,
367
+ "num_tokens": 3582810.0,
368
+ "step": 270
369
+ },
370
+ {
371
+ "entropy": 1.2218066401779653,
372
+ "epoch": 0.24926278306348412,
373
+ "grad_norm": 0.8984375,
374
+ "learning_rate": 1.86e-05,
375
+ "loss": 1.1147,
376
+ "mean_token_accuracy": 0.7146718475967646,
377
+ "num_tokens": 3713242.0,
378
+ "step": 280
379
+ },
380
+ {
381
+ "entropy": 1.2504509769380092,
382
+ "epoch": 0.2581650253157514,
383
+ "grad_norm": 0.94140625,
384
+ "learning_rate": 1.926666666666667e-05,
385
+ "loss": 1.1535,
386
+ "mean_token_accuracy": 0.7055120941251516,
387
+ "num_tokens": 3846944.0,
388
+ "step": 290
389
+ },
390
+ {
391
+ "entropy": 1.1762213349342345,
392
+ "epoch": 0.2670672675680187,
393
+ "grad_norm": 0.9296875,
394
+ "learning_rate": 1.9933333333333334e-05,
395
+ "loss": 1.0892,
396
+ "mean_token_accuracy": 0.7208757739514112,
397
+ "num_tokens": 3984712.0,
398
+ "step": 300
399
+ },
400
+ {
401
+ "epoch": 0.2670672675680187,
402
+ "eval_biology_entropy": 2.2724351935386657,
403
+ "eval_biology_loss": 2.3849706649780273,
404
+ "eval_biology_mean_token_accuracy": 0.5212258485555649,
405
+ "eval_biology_num_tokens": 3984712.0,
406
+ "eval_biology_runtime": 18.9323,
407
+ "eval_biology_samples_per_second": 26.41,
408
+ "eval_biology_steps_per_second": 13.205,
409
+ "step": 300
410
+ },
411
+ {
412
+ "epoch": 0.2670672675680187,
413
+ "eval_chemistry_entropy": 1.172815949201584,
414
+ "eval_chemistry_loss": 1.1251518726348877,
415
+ "eval_chemistry_mean_token_accuracy": 0.7213010289669037,
416
+ "eval_chemistry_num_tokens": 3984712.0,
417
+ "eval_chemistry_runtime": 24.0284,
418
+ "eval_chemistry_samples_per_second": 20.809,
419
+ "eval_chemistry_steps_per_second": 10.404,
420
+ "step": 300
421
+ },
422
+ {
423
+ "epoch": 0.2670672675680187,
424
+ "eval_math_entropy": 1.013439424276352,
425
+ "eval_math_loss": 1.2600808143615723,
426
+ "eval_math_mean_token_accuracy": 0.7004911189079285,
427
+ "eval_math_num_tokens": 3984712.0,
428
+ "eval_math_runtime": 24.488,
429
+ "eval_math_samples_per_second": 20.418,
430
+ "eval_math_steps_per_second": 10.209,
431
+ "step": 300
432
+ },
433
+ {
434
+ "epoch": 0.2670672675680187,
435
+ "eval_physics_entropy": 1.146550934791565,
436
+ "eval_physics_loss": 1.1405712366104126,
437
+ "eval_physics_mean_token_accuracy": 0.7223960258960724,
438
+ "eval_physics_num_tokens": 3984712.0,
439
+ "eval_physics_runtime": 28.6721,
440
+ "eval_physics_samples_per_second": 17.439,
441
+ "eval_physics_steps_per_second": 8.719,
442
+ "step": 300
443
+ },
444
+ {
445
+ "entropy": 1.1852697040885687,
446
+ "epoch": 0.275969509820286,
447
+ "grad_norm": 0.875,
448
+ "learning_rate": 1.9933333333333334e-05,
449
+ "loss": 1.0941,
450
+ "mean_token_accuracy": 0.7201298415660858,
451
+ "num_tokens": 4126779.0,
452
+ "step": 310
453
+ },
454
+ {
455
+ "entropy": 1.1581873616203666,
456
+ "epoch": 0.2848717520725533,
457
+ "grad_norm": 0.88671875,
458
+ "learning_rate": 1.985925925925926e-05,
459
+ "loss": 1.0739,
460
+ "mean_token_accuracy": 0.7240971345454454,
461
+ "num_tokens": 4259617.0,
462
+ "step": 320
463
+ },
464
+ {
465
+ "entropy": 1.1453685130923987,
466
+ "epoch": 0.29377399432482054,
467
+ "grad_norm": 0.8359375,
468
+ "learning_rate": 1.9785185185185187e-05,
469
+ "loss": 1.0543,
470
+ "mean_token_accuracy": 0.7301174711436034,
471
+ "num_tokens": 4391745.0,
472
+ "step": 330
473
+ },
474
+ {
475
+ "entropy": 1.1414084695279598,
476
+ "epoch": 0.30267623657708786,
477
+ "grad_norm": 0.83984375,
478
+ "learning_rate": 1.971111111111111e-05,
479
+ "loss": 1.0486,
480
+ "mean_token_accuracy": 0.7298893980681896,
481
+ "num_tokens": 4525776.0,
482
+ "step": 340
483
+ },
484
+ {
485
+ "entropy": 1.096273798495531,
486
+ "epoch": 0.31157847882935513,
487
+ "grad_norm": 0.765625,
488
+ "learning_rate": 1.963703703703704e-05,
489
+ "loss": 1.0093,
490
+ "mean_token_accuracy": 0.7381538521498442,
491
+ "num_tokens": 4653203.0,
492
+ "step": 350
493
+ },
494
+ {
495
+ "entropy": 1.194446151703596,
496
+ "epoch": 0.32048072108162245,
497
+ "grad_norm": 0.86328125,
498
+ "learning_rate": 1.9562962962962964e-05,
499
+ "loss": 1.0889,
500
+ "mean_token_accuracy": 0.7179776296019554,
501
+ "num_tokens": 4786866.0,
502
+ "step": 360
503
+ },
504
+ {
505
+ "entropy": 1.1112803112715484,
506
+ "epoch": 0.3293829633338897,
507
+ "grad_norm": 0.890625,
508
+ "learning_rate": 1.948888888888889e-05,
509
+ "loss": 1.019,
510
+ "mean_token_accuracy": 0.7352581065148115,
511
+ "num_tokens": 4921793.0,
512
+ "step": 370
513
+ },
514
+ {
515
+ "entropy": 1.145531201735139,
516
+ "epoch": 0.338285205586157,
517
+ "grad_norm": 0.71484375,
518
+ "learning_rate": 1.9414814814814817e-05,
519
+ "loss": 1.0382,
520
+ "mean_token_accuracy": 0.7289914164692164,
521
+ "num_tokens": 5055990.0,
522
+ "step": 380
523
+ },
524
+ {
525
+ "entropy": 1.1610372081398963,
526
+ "epoch": 0.3471874478384243,
527
+ "grad_norm": 0.78515625,
528
+ "learning_rate": 1.9340740740740743e-05,
529
+ "loss": 1.0628,
530
+ "mean_token_accuracy": 0.7227894127368927,
531
+ "num_tokens": 5182611.0,
532
+ "step": 390
533
+ },
534
+ {
535
+ "entropy": 1.1239100523293017,
536
+ "epoch": 0.3560896900906916,
537
+ "grad_norm": 0.828125,
538
+ "learning_rate": 1.926666666666667e-05,
539
+ "loss": 1.0403,
540
+ "mean_token_accuracy": 0.729755662754178,
541
+ "num_tokens": 5313795.0,
542
+ "step": 400
543
+ },
544
+ {
545
+ "epoch": 0.3560896900906916,
546
+ "eval_biology_entropy": 2.1833299980163576,
547
+ "eval_biology_loss": 2.2870590686798096,
548
+ "eval_biology_mean_token_accuracy": 0.5356344033479691,
549
+ "eval_biology_num_tokens": 5313795.0,
550
+ "eval_biology_runtime": 18.975,
551
+ "eval_biology_samples_per_second": 26.35,
552
+ "eval_biology_steps_per_second": 13.175,
553
+ "step": 400
554
+ },
555
+ {
556
+ "epoch": 0.3560896900906916,
557
+ "eval_chemistry_entropy": 1.1136225144863128,
558
+ "eval_chemistry_loss": 1.0691337585449219,
559
+ "eval_chemistry_mean_token_accuracy": 0.7317903306484222,
560
+ "eval_chemistry_num_tokens": 5313795.0,
561
+ "eval_chemistry_runtime": 24.7923,
562
+ "eval_chemistry_samples_per_second": 20.168,
563
+ "eval_chemistry_steps_per_second": 10.084,
564
+ "step": 400
565
+ },
566
+ {
567
+ "epoch": 0.3560896900906916,
568
+ "eval_math_entropy": 0.9845062309503555,
569
+ "eval_math_loss": 1.2056244611740112,
570
+ "eval_math_mean_token_accuracy": 0.711446602344513,
571
+ "eval_math_num_tokens": 5313795.0,
572
+ "eval_math_runtime": 24.5234,
573
+ "eval_math_samples_per_second": 20.389,
574
+ "eval_math_steps_per_second": 10.194,
575
+ "step": 400
576
+ },
577
+ {
578
+ "epoch": 0.3560896900906916,
579
+ "eval_physics_entropy": 1.108200379371643,
580
+ "eval_physics_loss": 1.0871150493621826,
581
+ "eval_physics_mean_token_accuracy": 0.7332238068580628,
582
+ "eval_physics_num_tokens": 5313795.0,
583
+ "eval_physics_runtime": 28.6972,
584
+ "eval_physics_samples_per_second": 17.423,
585
+ "eval_physics_steps_per_second": 8.712,
586
+ "step": 400
587
+ },
588
+ {
589
+ "entropy": 1.0743986388668418,
590
+ "epoch": 0.3649919323429589,
591
+ "grad_norm": 0.86328125,
592
+ "learning_rate": 1.9192592592592593e-05,
593
+ "loss": 0.9898,
594
+ "mean_token_accuracy": 0.7425458256155253,
595
+ "num_tokens": 5447087.0,
596
+ "step": 410
597
+ },
598
+ {
599
+ "entropy": 1.1058754766359926,
600
+ "epoch": 0.37389417459522617,
601
+ "grad_norm": 0.72265625,
602
+ "learning_rate": 1.911851851851852e-05,
603
+ "loss": 1.0094,
604
+ "mean_token_accuracy": 0.7370415050536394,
605
+ "num_tokens": 5573445.0,
606
+ "step": 420
607
+ },
608
+ {
609
+ "entropy": 1.0946383344009518,
610
+ "epoch": 0.38279641684749344,
611
+ "grad_norm": 0.85546875,
612
+ "learning_rate": 1.9044444444444446e-05,
613
+ "loss": 1.0192,
614
+ "mean_token_accuracy": 0.7376058127731084,
615
+ "num_tokens": 5703640.0,
616
+ "step": 430
617
+ },
618
+ {
619
+ "entropy": 1.1165539000183344,
620
+ "epoch": 0.39169865909976076,
621
+ "grad_norm": 0.7109375,
622
+ "learning_rate": 1.8970370370370372e-05,
623
+ "loss": 1.0148,
624
+ "mean_token_accuracy": 0.7342595763504505,
625
+ "num_tokens": 5836274.0,
626
+ "step": 440
627
+ },
628
+ {
629
+ "entropy": 1.1028259133920073,
630
+ "epoch": 0.400600901352028,
631
+ "grad_norm": 0.8046875,
632
+ "learning_rate": 1.8896296296296295e-05,
633
+ "loss": 1.009,
634
+ "mean_token_accuracy": 0.7364393822848797,
635
+ "num_tokens": 5967215.0,
636
+ "step": 450
637
+ },
638
+ {
639
+ "entropy": 1.0587953502312302,
640
+ "epoch": 0.40950314360429535,
641
+ "grad_norm": 0.734375,
642
+ "learning_rate": 1.8822222222222225e-05,
643
+ "loss": 0.9688,
644
+ "mean_token_accuracy": 0.746485960483551,
645
+ "num_tokens": 6101944.0,
646
+ "step": 460
647
+ },
648
+ {
649
+ "entropy": 1.1212815966457128,
650
+ "epoch": 0.4184053858565626,
651
+ "grad_norm": 0.85546875,
652
+ "learning_rate": 1.874814814814815e-05,
653
+ "loss": 1.0258,
654
+ "mean_token_accuracy": 0.733516975864768,
655
+ "num_tokens": 6231388.0,
656
+ "step": 470
657
+ },
658
+ {
659
+ "entropy": 1.0713276099413633,
660
+ "epoch": 0.4273076281088299,
661
+ "grad_norm": 0.73828125,
662
+ "learning_rate": 1.8674074074074075e-05,
663
+ "loss": 0.9709,
664
+ "mean_token_accuracy": 0.7428883332759142,
665
+ "num_tokens": 6363951.0,
666
+ "step": 480
667
+ },
668
+ {
669
+ "entropy": 1.09543631747365,
670
+ "epoch": 0.4362098703610972,
671
+ "grad_norm": 0.71875,
672
+ "learning_rate": 1.86e-05,
673
+ "loss": 1.01,
674
+ "mean_token_accuracy": 0.735943990573287,
675
+ "num_tokens": 6495585.0,
676
+ "step": 490
677
+ },
678
+ {
679
+ "entropy": 1.0952462505549192,
680
+ "epoch": 0.4451121126133645,
681
+ "grad_norm": 0.76171875,
682
+ "learning_rate": 1.8525925925925928e-05,
683
+ "loss": 1.0042,
684
+ "mean_token_accuracy": 0.7367089048027993,
685
+ "num_tokens": 6622502.0,
686
+ "step": 500
687
+ },
688
+ {
689
+ "epoch": 0.4451121126133645,
690
+ "eval_biology_entropy": 2.1483897223472597,
691
+ "eval_biology_loss": 2.2432360649108887,
692
+ "eval_biology_mean_token_accuracy": 0.5430341627597809,
693
+ "eval_biology_num_tokens": 6622502.0,
694
+ "eval_biology_runtime": 19.1686,
695
+ "eval_biology_samples_per_second": 26.084,
696
+ "eval_biology_steps_per_second": 13.042,
697
+ "step": 500
698
+ },
699
+ {
700
+ "epoch": 0.4451121126133645,
701
+ "eval_chemistry_entropy": 1.091737098813057,
702
+ "eval_chemistry_loss": 1.040204644203186,
703
+ "eval_chemistry_mean_token_accuracy": 0.7374620385169983,
704
+ "eval_chemistry_num_tokens": 6622502.0,
705
+ "eval_chemistry_runtime": 23.9529,
706
+ "eval_chemistry_samples_per_second": 20.874,
707
+ "eval_chemistry_steps_per_second": 10.437,
708
+ "step": 500
709
+ },
710
+ {
711
+ "epoch": 0.4451121126133645,
712
+ "eval_math_entropy": 0.9775256743431091,
713
+ "eval_math_loss": 1.186624526977539,
714
+ "eval_math_mean_token_accuracy": 0.7151267173290252,
715
+ "eval_math_num_tokens": 6622502.0,
716
+ "eval_math_runtime": 24.4031,
717
+ "eval_math_samples_per_second": 20.489,
718
+ "eval_math_steps_per_second": 10.245,
719
+ "step": 500
720
+ },
721
+ {
722
+ "epoch": 0.4451121126133645,
723
+ "eval_physics_entropy": 1.0940199873447418,
724
+ "eval_physics_loss": 1.0634400844573975,
725
+ "eval_physics_mean_token_accuracy": 0.737773185968399,
726
+ "eval_physics_num_tokens": 6622502.0,
727
+ "eval_physics_runtime": 28.632,
728
+ "eval_physics_samples_per_second": 17.463,
729
+ "eval_physics_steps_per_second": 8.731,
730
+ "step": 500
731
+ },
732
+ {
733
+ "entropy": 1.0699838446453214,
734
+ "epoch": 0.4540143548656318,
735
+ "grad_norm": 0.75,
736
+ "learning_rate": 1.8451851851851855e-05,
737
+ "loss": 0.9686,
738
+ "mean_token_accuracy": 0.7425621785223484,
739
+ "num_tokens": 6751161.0,
740
+ "step": 510
741
+ },
742
+ {
743
+ "entropy": 1.086439424008131,
744
+ "epoch": 0.46291659711789906,
745
+ "grad_norm": 0.7265625,
746
+ "learning_rate": 1.8377777777777778e-05,
747
+ "loss": 0.9859,
748
+ "mean_token_accuracy": 0.7420764189213515,
749
+ "num_tokens": 6881616.0,
750
+ "step": 520
751
+ },
752
+ {
753
+ "entropy": 1.067279956676066,
754
+ "epoch": 0.4718188393701664,
755
+ "grad_norm": 0.765625,
756
+ "learning_rate": 1.8303703703703704e-05,
757
+ "loss": 0.9765,
758
+ "mean_token_accuracy": 0.7449497696012258,
759
+ "num_tokens": 7017868.0,
760
+ "step": 530
761
+ },
762
+ {
763
+ "entropy": 1.091121963970363,
764
+ "epoch": 0.48072108162243365,
765
+ "grad_norm": 0.7578125,
766
+ "learning_rate": 1.822962962962963e-05,
767
+ "loss": 1.0114,
768
+ "mean_token_accuracy": 0.7365596149116754,
769
+ "num_tokens": 7151294.0,
770
+ "step": 540
771
+ },
772
+ {
773
+ "entropy": 1.0589939182624222,
774
+ "epoch": 0.4896233238747009,
775
+ "grad_norm": 0.70703125,
776
+ "learning_rate": 1.8155555555555557e-05,
777
+ "loss": 0.9649,
778
+ "mean_token_accuracy": 0.7470602467656136,
779
+ "num_tokens": 7295452.0,
780
+ "step": 550
781
+ },
782
+ {
783
+ "entropy": 1.0378610417246819,
784
+ "epoch": 0.49852556612696824,
785
+ "grad_norm": 0.80078125,
786
+ "learning_rate": 1.8081481481481484e-05,
787
+ "loss": 0.9457,
788
+ "mean_token_accuracy": 0.7502593748271466,
789
+ "num_tokens": 7427354.0,
790
+ "step": 560
791
+ },
792
+ {
793
+ "entropy": 1.0780232414603232,
794
+ "epoch": 0.5074278083792355,
795
+ "grad_norm": 0.69921875,
796
+ "learning_rate": 1.800740740740741e-05,
797
+ "loss": 0.9837,
798
+ "mean_token_accuracy": 0.7401763413101434,
799
+ "num_tokens": 7558252.0,
800
+ "step": 570
801
+ },
802
+ {
803
+ "entropy": 1.0984149038791657,
804
+ "epoch": 0.5163300506315028,
805
+ "grad_norm": 0.8046875,
806
+ "learning_rate": 1.7933333333333333e-05,
807
+ "loss": 0.9951,
808
+ "mean_token_accuracy": 0.737068784981966,
809
+ "num_tokens": 7688220.0,
810
+ "step": 580
811
+ },
812
+ {
813
+ "entropy": 1.0815258041024207,
814
+ "epoch": 0.52523229288377,
815
+ "grad_norm": 0.80859375,
816
+ "learning_rate": 1.785925925925926e-05,
817
+ "loss": 0.9935,
818
+ "mean_token_accuracy": 0.7424198940396309,
819
+ "num_tokens": 7819813.0,
820
+ "step": 590
821
+ },
822
+ {
823
+ "entropy": 1.0907988570630551,
824
+ "epoch": 0.5341345351360374,
825
+ "grad_norm": 0.859375,
826
+ "learning_rate": 1.7785185185185186e-05,
827
+ "loss": 0.9922,
828
+ "mean_token_accuracy": 0.739279318973422,
829
+ "num_tokens": 7951372.0,
830
+ "step": 600
831
+ },
832
+ {
833
+ "epoch": 0.5341345351360374,
834
+ "eval_biology_entropy": 2.1178611373901366,
835
+ "eval_biology_loss": 2.214088201522827,
836
+ "eval_biology_mean_token_accuracy": 0.5480384603738785,
837
+ "eval_biology_num_tokens": 7951372.0,
838
+ "eval_biology_runtime": 18.9891,
839
+ "eval_biology_samples_per_second": 26.331,
840
+ "eval_biology_steps_per_second": 13.165,
841
+ "step": 600
842
+ },
843
+ {
844
+ "epoch": 0.5341345351360374,
845
+ "eval_chemistry_entropy": 1.0694828644990921,
846
+ "eval_chemistry_loss": 1.0220880508422852,
847
+ "eval_chemistry_mean_token_accuracy": 0.7412470579147339,
848
+ "eval_chemistry_num_tokens": 7951372.0,
849
+ "eval_chemistry_runtime": 24.074,
850
+ "eval_chemistry_samples_per_second": 20.769,
851
+ "eval_chemistry_steps_per_second": 10.385,
852
+ "step": 600
853
+ },
854
+ {
855
+ "epoch": 0.5341345351360374,
856
+ "eval_math_entropy": 0.9660351483821868,
857
+ "eval_math_loss": 1.1651713848114014,
858
+ "eval_math_mean_token_accuracy": 0.7203534297943115,
859
+ "eval_math_num_tokens": 7951372.0,
860
+ "eval_math_runtime": 24.6005,
861
+ "eval_math_samples_per_second": 20.325,
862
+ "eval_math_steps_per_second": 10.162,
863
+ "step": 600
864
+ },
865
+ {
866
+ "epoch": 0.5341345351360374,
867
+ "eval_physics_entropy": 1.0763019816875459,
868
+ "eval_physics_loss": 1.047385573387146,
869
+ "eval_physics_mean_token_accuracy": 0.741036681652069,
870
+ "eval_physics_num_tokens": 7951372.0,
871
+ "eval_physics_runtime": 28.7125,
872
+ "eval_physics_samples_per_second": 17.414,
873
+ "eval_physics_steps_per_second": 8.707,
874
+ "step": 600
875
+ },
876
+ {
877
+ "entropy": 1.0812974084168672,
878
+ "epoch": 0.5430367773883047,
879
+ "grad_norm": 0.79296875,
880
+ "learning_rate": 1.7711111111111113e-05,
881
+ "loss": 0.9848,
882
+ "mean_token_accuracy": 0.7414944332093001,
883
+ "num_tokens": 8086060.0,
884
+ "step": 610
885
+ },
886
+ {
887
+ "entropy": 1.0596148006618022,
888
+ "epoch": 0.551939019640572,
889
+ "grad_norm": 0.7265625,
890
+ "learning_rate": 1.763703703703704e-05,
891
+ "loss": 0.981,
892
+ "mean_token_accuracy": 0.7439363609999419,
893
+ "num_tokens": 8224064.0,
894
+ "step": 620
895
+ },
896
+ {
897
+ "entropy": 1.0637529838830233,
898
+ "epoch": 0.5608412618928392,
899
+ "grad_norm": 0.8828125,
900
+ "learning_rate": 1.7562962962962962e-05,
901
+ "loss": 0.9797,
902
+ "mean_token_accuracy": 0.743705640360713,
903
+ "num_tokens": 8347686.0,
904
+ "step": 630
905
+ },
906
+ {
907
+ "entropy": 1.04844657368958,
908
+ "epoch": 0.5697435041451065,
909
+ "grad_norm": 0.74609375,
910
+ "learning_rate": 1.7488888888888892e-05,
911
+ "loss": 0.9901,
912
+ "mean_token_accuracy": 0.7446227420121432,
913
+ "num_tokens": 8479025.0,
914
+ "step": 640
915
+ },
916
+ {
917
+ "entropy": 1.0554169865325094,
918
+ "epoch": 0.5786457463973739,
919
+ "grad_norm": 0.9453125,
920
+ "learning_rate": 1.7414814814814815e-05,
921
+ "loss": 0.963,
922
+ "mean_token_accuracy": 0.7450377620756626,
923
+ "num_tokens": 8604855.0,
924
+ "step": 650
925
+ },
926
+ {
927
+ "entropy": 1.0970475694164634,
928
+ "epoch": 0.5875479886496411,
929
+ "grad_norm": 0.921875,
930
+ "learning_rate": 1.7340740740740742e-05,
931
+ "loss": 0.9982,
932
+ "mean_token_accuracy": 0.7373595230281353,
933
+ "num_tokens": 8739828.0,
934
+ "step": 660
935
+ },
936
+ {
937
+ "entropy": 1.0422217467799784,
938
+ "epoch": 0.5964502309019084,
939
+ "grad_norm": 0.77734375,
940
+ "learning_rate": 1.726666666666667e-05,
941
+ "loss": 0.96,
942
+ "mean_token_accuracy": 0.7486237779259681,
943
+ "num_tokens": 8868152.0,
944
+ "step": 670
945
+ },
946
+ {
947
+ "entropy": 1.0182484578341247,
948
+ "epoch": 0.6053524731541757,
949
+ "grad_norm": 0.71484375,
950
+ "learning_rate": 1.7192592592592595e-05,
951
+ "loss": 0.9422,
952
+ "mean_token_accuracy": 0.749386464804411,
953
+ "num_tokens": 9006122.0,
954
+ "step": 680
955
+ },
956
+ {
957
+ "entropy": 1.0727280082181097,
958
+ "epoch": 0.614254715406443,
959
+ "grad_norm": 0.8046875,
960
+ "learning_rate": 1.711851851851852e-05,
961
+ "loss": 0.9849,
962
+ "mean_token_accuracy": 0.7426282811909914,
963
+ "num_tokens": 9135332.0,
964
+ "step": 690
965
+ },
966
+ {
967
+ "entropy": 1.0424362102523446,
968
+ "epoch": 0.6231569576587103,
969
+ "grad_norm": 0.82421875,
970
+ "learning_rate": 1.7044444444444445e-05,
971
+ "loss": 0.9488,
972
+ "mean_token_accuracy": 0.7479008056223393,
973
+ "num_tokens": 9273088.0,
974
+ "step": 700
975
+ },
976
+ {
977
+ "epoch": 0.6231569576587103,
978
+ "eval_biology_entropy": 2.1061350786685944,
979
+ "eval_biology_loss": 2.1926093101501465,
980
+ "eval_biology_mean_token_accuracy": 0.550960058927536,
981
+ "eval_biology_num_tokens": 9273088.0,
982
+ "eval_biology_runtime": 19.0758,
983
+ "eval_biology_samples_per_second": 26.211,
984
+ "eval_biology_steps_per_second": 13.106,
985
+ "step": 700
986
+ },
987
+ {
988
+ "epoch": 0.6231569576587103,
989
+ "eval_chemistry_entropy": 1.0614726347923278,
990
+ "eval_chemistry_loss": 1.0082380771636963,
991
+ "eval_chemistry_mean_token_accuracy": 0.7441184866428375,
992
+ "eval_chemistry_num_tokens": 9273088.0,
993
+ "eval_chemistry_runtime": 24.1338,
994
+ "eval_chemistry_samples_per_second": 20.718,
995
+ "eval_chemistry_steps_per_second": 10.359,
996
+ "step": 700
997
+ },
998
+ {
999
+ "epoch": 0.6231569576587103,
1000
+ "eval_math_entropy": 0.9611164342164993,
1001
+ "eval_math_loss": 1.1547077894210815,
1002
+ "eval_math_mean_token_accuracy": 0.7228360230922699,
1003
+ "eval_math_num_tokens": 9273088.0,
1004
+ "eval_math_runtime": 24.528,
1005
+ "eval_math_samples_per_second": 20.385,
1006
+ "eval_math_steps_per_second": 10.192,
1007
+ "step": 700
1008
+ },
1009
+ {
1010
+ "epoch": 0.6231569576587103,
1011
+ "eval_physics_entropy": 1.0682205600738526,
1012
+ "eval_physics_loss": 1.0357767343521118,
1013
+ "eval_physics_mean_token_accuracy": 0.743281735420227,
1014
+ "eval_physics_num_tokens": 9273088.0,
1015
+ "eval_physics_runtime": 28.7501,
1016
+ "eval_physics_samples_per_second": 17.391,
1017
+ "eval_physics_steps_per_second": 8.696,
1018
+ "step": 700
1019
+ },
1020
+ {
1021
+ "entropy": 1.0483794966712594,
1022
+ "epoch": 0.6320591999109776,
1023
+ "grad_norm": 0.8203125,
1024
+ "learning_rate": 1.697037037037037e-05,
1025
+ "loss": 0.9756,
1026
+ "mean_token_accuracy": 0.7465494040399789,
1027
+ "num_tokens": 9405858.0,
1028
+ "step": 710
1029
+ },
1030
+ {
1031
+ "entropy": 1.0315969336777926,
1032
+ "epoch": 0.6409614421632449,
1033
+ "grad_norm": 0.72265625,
1034
+ "learning_rate": 1.6896296296296298e-05,
1035
+ "loss": 0.9318,
1036
+ "mean_token_accuracy": 0.7522267319262028,
1037
+ "num_tokens": 9540719.0,
1038
+ "step": 720
1039
+ },
1040
+ {
1041
+ "entropy": 1.0228697720915079,
1042
+ "epoch": 0.6498636844155121,
1043
+ "grad_norm": 0.7109375,
1044
+ "learning_rate": 1.6822222222222224e-05,
1045
+ "loss": 0.9206,
1046
+ "mean_token_accuracy": 0.754125602915883,
1047
+ "num_tokens": 9674589.0,
1048
+ "step": 730
1049
+ },
1050
+ {
1051
+ "entropy": 1.0417734686285258,
1052
+ "epoch": 0.6587659266677794,
1053
+ "grad_norm": 0.734375,
1054
+ "learning_rate": 1.6748148148148147e-05,
1055
+ "loss": 0.963,
1056
+ "mean_token_accuracy": 0.7486015625298024,
1057
+ "num_tokens": 9805714.0,
1058
+ "step": 740
1059
+ },
1060
+ {
1061
+ "entropy": 1.0292632792145013,
1062
+ "epoch": 0.6676681689200468,
1063
+ "grad_norm": 0.78125,
1064
+ "learning_rate": 1.6674074074074077e-05,
1065
+ "loss": 0.9268,
1066
+ "mean_token_accuracy": 0.7511202458292245,
1067
+ "num_tokens": 9933853.0,
1068
+ "step": 750
1069
+ },
1070
+ {
1071
+ "entropy": 1.0266933845356108,
1072
+ "epoch": 0.676570411172314,
1073
+ "grad_norm": 0.77734375,
1074
+ "learning_rate": 1.66e-05,
1075
+ "loss": 0.948,
1076
+ "mean_token_accuracy": 0.7509643025696278,
1077
+ "num_tokens": 10073440.0,
1078
+ "step": 760
1079
+ },
1080
+ {
1081
+ "entropy": 0.9969334525987505,
1082
+ "epoch": 0.6854726534245813,
1083
+ "grad_norm": 0.80078125,
1084
+ "learning_rate": 1.6525925925925927e-05,
1085
+ "loss": 0.9175,
1086
+ "mean_token_accuracy": 0.7583379317075014,
1087
+ "num_tokens": 10211274.0,
1088
+ "step": 770
1089
+ },
1090
+ {
1091
+ "entropy": 1.0174086516723038,
1092
+ "epoch": 0.6943748956768486,
1093
+ "grad_norm": 0.75390625,
1094
+ "learning_rate": 1.6451851851851853e-05,
1095
+ "loss": 0.9262,
1096
+ "mean_token_accuracy": 0.75306093133986,
1097
+ "num_tokens": 10342522.0,
1098
+ "step": 780
1099
+ },
1100
+ {
1101
+ "entropy": 1.0142306819558145,
1102
+ "epoch": 0.703277137929116,
1103
+ "grad_norm": 0.79296875,
1104
+ "learning_rate": 1.637777777777778e-05,
1105
+ "loss": 0.9373,
1106
+ "mean_token_accuracy": 0.7523925706744194,
1107
+ "num_tokens": 10478874.0,
1108
+ "step": 790
1109
+ },
1110
+ {
1111
+ "entropy": 1.0250910749658941,
1112
+ "epoch": 0.7121793801813832,
1113
+ "grad_norm": 0.73046875,
1114
+ "learning_rate": 1.6303703703703706e-05,
1115
+ "loss": 0.9313,
1116
+ "mean_token_accuracy": 0.7509257387369871,
1117
+ "num_tokens": 10611038.0,
1118
+ "step": 800
1119
+ },
1120
+ {
1121
+ "epoch": 0.7121793801813832,
1122
+ "eval_biology_entropy": 2.069473657131195,
1123
+ "eval_biology_loss": 2.180377960205078,
1124
+ "eval_biology_mean_token_accuracy": 0.5537625602483749,
1125
+ "eval_biology_num_tokens": 10611038.0,
1126
+ "eval_biology_runtime": 18.989,
1127
+ "eval_biology_samples_per_second": 26.331,
1128
+ "eval_biology_steps_per_second": 13.166,
1129
+ "step": 800
1130
+ },
1131
+ {
1132
+ "epoch": 0.7121793801813832,
1133
+ "eval_chemistry_entropy": 1.0416202774047851,
1134
+ "eval_chemistry_loss": 0.9986625909805298,
1135
+ "eval_chemistry_mean_token_accuracy": 0.7456459767818451,
1136
+ "eval_chemistry_num_tokens": 10611038.0,
1137
+ "eval_chemistry_runtime": 24.1612,
1138
+ "eval_chemistry_samples_per_second": 20.694,
1139
+ "eval_chemistry_steps_per_second": 10.347,
1140
+ "step": 800
1141
+ },
1142
+ {
1143
+ "epoch": 0.7121793801813832,
1144
+ "eval_math_entropy": 0.9473755178451538,
1145
+ "eval_math_loss": 1.1492873430252075,
1146
+ "eval_math_mean_token_accuracy": 0.7247429151535034,
1147
+ "eval_math_num_tokens": 10611038.0,
1148
+ "eval_math_runtime": 24.5113,
1149
+ "eval_math_samples_per_second": 20.399,
1150
+ "eval_math_steps_per_second": 10.199,
1151
+ "step": 800
1152
+ },
1153
+ {
1154
+ "epoch": 0.7121793801813832,
1155
+ "eval_physics_entropy": 1.0511555817127227,
1156
+ "eval_physics_loss": 1.0280060768127441,
1157
+ "eval_physics_mean_token_accuracy": 0.7451158492565155,
1158
+ "eval_physics_num_tokens": 10611038.0,
1159
+ "eval_physics_runtime": 28.6841,
1160
+ "eval_physics_samples_per_second": 17.431,
1161
+ "eval_physics_steps_per_second": 8.716,
1162
+ "step": 800
1163
+ },
1164
+ {
1165
+ "entropy": 0.9938568271696567,
1166
+ "epoch": 0.7210816224336505,
1167
+ "grad_norm": 0.75390625,
1168
+ "learning_rate": 1.622962962962963e-05,
1169
+ "loss": 0.9057,
1170
+ "mean_token_accuracy": 0.7613154832273722,
1171
+ "num_tokens": 10741681.0,
1172
+ "step": 810
1173
+ },
1174
+ {
1175
+ "entropy": 1.0242274224758148,
1176
+ "epoch": 0.7299838646859178,
1177
+ "grad_norm": 0.83984375,
1178
+ "learning_rate": 1.6155555555555556e-05,
1179
+ "loss": 0.9589,
1180
+ "mean_token_accuracy": 0.7503436904400587,
1181
+ "num_tokens": 10874184.0,
1182
+ "step": 820
1183
+ },
1184
+ {
1185
+ "entropy": 1.0636370442807674,
1186
+ "epoch": 0.738886106938185,
1187
+ "grad_norm": 0.73046875,
1188
+ "learning_rate": 1.6081481481481482e-05,
1189
+ "loss": 0.965,
1190
+ "mean_token_accuracy": 0.7441002728417516,
1191
+ "num_tokens": 11006058.0,
1192
+ "step": 830
1193
+ },
1194
+ {
1195
+ "entropy": 1.006078546307981,
1196
+ "epoch": 0.7477883491904523,
1197
+ "grad_norm": 0.73828125,
1198
+ "learning_rate": 1.600740740740741e-05,
1199
+ "loss": 0.9198,
1200
+ "mean_token_accuracy": 0.7565505605190992,
1201
+ "num_tokens": 11140344.0,
1202
+ "step": 840
1203
+ },
1204
+ {
1205
+ "entropy": 1.041573415696621,
1206
+ "epoch": 0.7566905914427197,
1207
+ "grad_norm": 0.8828125,
1208
+ "learning_rate": 1.5933333333333336e-05,
1209
+ "loss": 0.9585,
1210
+ "mean_token_accuracy": 0.746536037698388,
1211
+ "num_tokens": 11273755.0,
1212
+ "step": 850
1213
+ },
1214
+ {
1215
+ "entropy": 1.0404196836054325,
1216
+ "epoch": 0.7655928336949869,
1217
+ "grad_norm": 0.75390625,
1218
+ "learning_rate": 1.5859259259259262e-05,
1219
+ "loss": 0.9599,
1220
+ "mean_token_accuracy": 0.7491594787687064,
1221
+ "num_tokens": 11411558.0,
1222
+ "step": 860
1223
+ },
1224
+ {
1225
+ "entropy": 1.0480362083762884,
1226
+ "epoch": 0.7744950759472542,
1227
+ "grad_norm": 0.71484375,
1228
+ "learning_rate": 1.5785185185185185e-05,
1229
+ "loss": 0.9531,
1230
+ "mean_token_accuracy": 0.7495062164962292,
1231
+ "num_tokens": 11542129.0,
1232
+ "step": 870
1233
+ },
1234
+ {
1235
+ "entropy": 1.0487740390002727,
1236
+ "epoch": 0.7833973181995215,
1237
+ "grad_norm": 0.77734375,
1238
+ "learning_rate": 1.571111111111111e-05,
1239
+ "loss": 0.9719,
1240
+ "mean_token_accuracy": 0.7440535627305508,
1241
+ "num_tokens": 11676795.0,
1242
+ "step": 880
1243
+ },
1244
+ {
1245
+ "entropy": 0.9984678329899908,
1246
+ "epoch": 0.7922995604517888,
1247
+ "grad_norm": 0.82421875,
1248
+ "learning_rate": 1.5637037037037038e-05,
1249
+ "loss": 0.9075,
1250
+ "mean_token_accuracy": 0.7598592435941101,
1251
+ "num_tokens": 11813290.0,
1252
+ "step": 890
1253
+ },
1254
+ {
1255
+ "entropy": 1.067121583223343,
1256
+ "epoch": 0.801201802704056,
1257
+ "grad_norm": 0.7890625,
1258
+ "learning_rate": 1.5562962962962965e-05,
1259
+ "loss": 0.9839,
1260
+ "mean_token_accuracy": 0.7415191430598498,
1261
+ "num_tokens": 11939057.0,
1262
+ "step": 900
1263
+ },
1264
+ {
1265
+ "epoch": 0.801201802704056,
1266
+ "eval_biology_entropy": 2.0663459722995756,
1267
+ "eval_biology_loss": 2.1661489009857178,
1268
+ "eval_biology_mean_token_accuracy": 0.5559320805072785,
1269
+ "eval_biology_num_tokens": 11939057.0,
1270
+ "eval_biology_runtime": 18.9535,
1271
+ "eval_biology_samples_per_second": 26.38,
1272
+ "eval_biology_steps_per_second": 13.19,
1273
+ "step": 900
1274
+ },
1275
+ {
1276
+ "epoch": 0.801201802704056,
1277
+ "eval_chemistry_entropy": 1.037217586994171,
1278
+ "eval_chemistry_loss": 0.9907548427581787,
1279
+ "eval_chemistry_mean_token_accuracy": 0.7475485587120057,
1280
+ "eval_chemistry_num_tokens": 11939057.0,
1281
+ "eval_chemistry_runtime": 24.0512,
1282
+ "eval_chemistry_samples_per_second": 20.789,
1283
+ "eval_chemistry_steps_per_second": 10.394,
1284
+ "step": 900
1285
+ },
1286
+ {
1287
+ "epoch": 0.801201802704056,
1288
+ "eval_math_entropy": 0.945040546298027,
1289
+ "eval_math_loss": 1.1432464122772217,
1290
+ "eval_math_mean_token_accuracy": 0.7263167641162872,
1291
+ "eval_math_num_tokens": 11939057.0,
1292
+ "eval_math_runtime": 24.5059,
1293
+ "eval_math_samples_per_second": 20.403,
1294
+ "eval_math_steps_per_second": 10.202,
1295
+ "step": 900
1296
+ },
1297
+ {
1298
+ "epoch": 0.801201802704056,
1299
+ "eval_physics_entropy": 1.0482188910245895,
1300
+ "eval_physics_loss": 1.0214959383010864,
1301
+ "eval_physics_mean_token_accuracy": 0.7463257222175598,
1302
+ "eval_physics_num_tokens": 11939057.0,
1303
+ "eval_physics_runtime": 28.687,
1304
+ "eval_physics_samples_per_second": 17.43,
1305
+ "eval_physics_steps_per_second": 8.715,
1306
+ "step": 900
1307
+ },
1308
+ {
1309
+ "entropy": 1.022822911851108,
1310
+ "epoch": 0.8101040449563234,
1311
+ "grad_norm": 0.66796875,
1312
+ "learning_rate": 1.548888888888889e-05,
1313
+ "loss": 0.9437,
1314
+ "mean_token_accuracy": 0.7512454934418201,
1315
+ "num_tokens": 12071285.0,
1316
+ "step": 910
1317
+ },
1318
+ {
1319
+ "entropy": 1.0286116361618043,
1320
+ "epoch": 0.8190062872085907,
1321
+ "grad_norm": 0.75,
1322
+ "learning_rate": 1.5414814814814814e-05,
1323
+ "loss": 0.9501,
1324
+ "mean_token_accuracy": 0.7485235787928104,
1325
+ "num_tokens": 12197416.0,
1326
+ "step": 920
1327
+ },
1328
+ {
1329
+ "entropy": 1.008828422985971,
1330
+ "epoch": 0.8279085294608579,
1331
+ "grad_norm": 0.734375,
1332
+ "learning_rate": 1.5340740740740744e-05,
1333
+ "loss": 0.9133,
1334
+ "mean_token_accuracy": 0.7554512336850167,
1335
+ "num_tokens": 12338376.0,
1336
+ "step": 930
1337
+ },
1338
+ {
1339
+ "entropy": 0.9990727547556162,
1340
+ "epoch": 0.8368107717131252,
1341
+ "grad_norm": 0.765625,
1342
+ "learning_rate": 1.5266666666666667e-05,
1343
+ "loss": 0.9257,
1344
+ "mean_token_accuracy": 0.7566340938210487,
1345
+ "num_tokens": 12481276.0,
1346
+ "step": 940
1347
+ },
1348
+ {
1349
+ "entropy": 1.023878287896514,
1350
+ "epoch": 0.8457130139653926,
1351
+ "grad_norm": 0.73046875,
1352
+ "learning_rate": 1.5192592592592594e-05,
1353
+ "loss": 0.9283,
1354
+ "mean_token_accuracy": 0.7518570881336928,
1355
+ "num_tokens": 12614378.0,
1356
+ "step": 950
1357
+ },
1358
+ {
1359
+ "entropy": 1.019566267542541,
1360
+ "epoch": 0.8546152562176598,
1361
+ "grad_norm": 0.70703125,
1362
+ "learning_rate": 1.5118518518518519e-05,
1363
+ "loss": 0.9469,
1364
+ "mean_token_accuracy": 0.753068869188428,
1365
+ "num_tokens": 12749299.0,
1366
+ "step": 960
1367
+ },
1368
+ {
1369
+ "entropy": 0.9727985240519047,
1370
+ "epoch": 0.8635174984699271,
1371
+ "grad_norm": 0.69921875,
1372
+ "learning_rate": 1.5044444444444445e-05,
1373
+ "loss": 0.8757,
1374
+ "mean_token_accuracy": 0.7642812915146351,
1375
+ "num_tokens": 12880725.0,
1376
+ "step": 970
1377
+ },
1378
+ {
1379
+ "entropy": 1.023832948692143,
1380
+ "epoch": 0.8724197407221944,
1381
+ "grad_norm": 0.74609375,
1382
+ "learning_rate": 1.497037037037037e-05,
1383
+ "loss": 0.9526,
1384
+ "mean_token_accuracy": 0.7505445629358292,
1385
+ "num_tokens": 13016669.0,
1386
+ "step": 980
1387
+ },
1388
+ {
1389
+ "entropy": 1.063824800774455,
1390
+ "epoch": 0.8813219829744617,
1391
+ "grad_norm": 0.80859375,
1392
+ "learning_rate": 1.4896296296296298e-05,
1393
+ "loss": 0.9742,
1394
+ "mean_token_accuracy": 0.7439213328063488,
1395
+ "num_tokens": 13137848.0,
1396
+ "step": 990
1397
+ },
1398
+ {
1399
+ "entropy": 1.0260636931285263,
1400
+ "epoch": 0.890224225226729,
1401
+ "grad_norm": 0.78515625,
1402
+ "learning_rate": 1.4822222222222225e-05,
1403
+ "loss": 0.9381,
1404
+ "mean_token_accuracy": 0.7512999761849641,
1405
+ "num_tokens": 13270597.0,
1406
+ "step": 1000
1407
+ },
1408
+ {
1409
+ "epoch": 0.890224225226729,
1410
+ "eval_biology_entropy": 2.052604050397873,
1411
+ "eval_biology_loss": 2.1542117595672607,
1412
+ "eval_biology_mean_token_accuracy": 0.557542849779129,
1413
+ "eval_biology_num_tokens": 13270597.0,
1414
+ "eval_biology_runtime": 18.9941,
1415
+ "eval_biology_samples_per_second": 26.324,
1416
+ "eval_biology_steps_per_second": 13.162,
1417
+ "step": 1000
1418
+ },
1419
+ {
1420
+ "epoch": 0.890224225226729,
1421
+ "eval_chemistry_entropy": 1.0286521710157395,
1422
+ "eval_chemistry_loss": 0.9842055439949036,
1423
+ "eval_chemistry_mean_token_accuracy": 0.7491220705509186,
1424
+ "eval_chemistry_num_tokens": 13270597.0,
1425
+ "eval_chemistry_runtime": 23.8824,
1426
+ "eval_chemistry_samples_per_second": 20.936,
1427
+ "eval_chemistry_steps_per_second": 10.468,
1428
+ "step": 1000
1429
+ },
1430
+ {
1431
+ "epoch": 0.890224225226729,
1432
+ "eval_math_entropy": 0.9400006744861603,
1433
+ "eval_math_loss": 1.138838768005371,
1434
+ "eval_math_mean_token_accuracy": 0.7270237381458282,
1435
+ "eval_math_num_tokens": 13270597.0,
1436
+ "eval_math_runtime": 24.4346,
1437
+ "eval_math_samples_per_second": 20.463,
1438
+ "eval_math_steps_per_second": 10.231,
1439
+ "step": 1000
1440
+ },
1441
+ {
1442
+ "epoch": 0.890224225226729,
1443
+ "eval_physics_entropy": 1.0414861241579056,
1444
+ "eval_physics_loss": 1.016461968421936,
1445
+ "eval_physics_mean_token_accuracy": 0.7471425406932831,
1446
+ "eval_physics_num_tokens": 13270597.0,
1447
+ "eval_physics_runtime": 28.7138,
1448
+ "eval_physics_samples_per_second": 17.413,
1449
+ "eval_physics_steps_per_second": 8.707,
1450
+ "step": 1000
1451
+ },
1452
+ {
1453
+ "entropy": 1.0016938548535108,
1454
+ "epoch": 0.8991264674789963,
1455
+ "grad_norm": 0.7421875,
1456
+ "learning_rate": 1.474814814814815e-05,
1457
+ "loss": 0.9333,
1458
+ "mean_token_accuracy": 0.7536258392035962,
1459
+ "num_tokens": 13403656.0,
1460
+ "step": 1010
1461
+ },
1462
+ {
1463
+ "entropy": 0.9872909057885408,
1464
+ "epoch": 0.9080287097312636,
1465
+ "grad_norm": 0.6875,
1466
+ "learning_rate": 1.4674074074074076e-05,
1467
+ "loss": 0.8839,
1468
+ "mean_token_accuracy": 0.7587992373853922,
1469
+ "num_tokens": 13539164.0,
1470
+ "step": 1020
1471
+ },
1472
+ {
1473
+ "entropy": 0.9914543008431792,
1474
+ "epoch": 0.9169309519835308,
1475
+ "grad_norm": 0.7734375,
1476
+ "learning_rate": 1.46e-05,
1477
+ "loss": 0.9019,
1478
+ "mean_token_accuracy": 0.7592810332775116,
1479
+ "num_tokens": 13674316.0,
1480
+ "step": 1030
1481
+ },
1482
+ {
1483
+ "entropy": 1.065089125558734,
1484
+ "epoch": 0.9258331942357981,
1485
+ "grad_norm": 0.7109375,
1486
+ "learning_rate": 1.4525925925925927e-05,
1487
+ "loss": 0.9692,
1488
+ "mean_token_accuracy": 0.745220497623086,
1489
+ "num_tokens": 13801522.0,
1490
+ "step": 1040
1491
+ },
1492
+ {
1493
+ "entropy": 1.0313379902392625,
1494
+ "epoch": 0.9347354364880655,
1495
+ "grad_norm": 2.609375,
1496
+ "learning_rate": 1.4451851851851852e-05,
1497
+ "loss": 0.9497,
1498
+ "mean_token_accuracy": 0.7498588923364877,
1499
+ "num_tokens": 13921010.0,
1500
+ "step": 1050
1501
+ },
1502
+ {
1503
+ "entropy": 0.9975925302132964,
1504
+ "epoch": 0.9436376787403328,
1505
+ "grad_norm": 0.7578125,
1506
+ "learning_rate": 1.4377777777777779e-05,
1507
+ "loss": 0.9028,
1508
+ "mean_token_accuracy": 0.7564504377543926,
1509
+ "num_tokens": 14060350.0,
1510
+ "step": 1060
1511
+ },
1512
+ {
1513
+ "entropy": 1.0274140175431967,
1514
+ "epoch": 0.9525399209926,
1515
+ "grad_norm": 0.7890625,
1516
+ "learning_rate": 1.4303703703703703e-05,
1517
+ "loss": 0.9394,
1518
+ "mean_token_accuracy": 0.751261069253087,
1519
+ "num_tokens": 14188718.0,
1520
+ "step": 1070
1521
+ },
1522
+ {
1523
+ "entropy": 1.033200218901038,
1524
+ "epoch": 0.9614421632448673,
1525
+ "grad_norm": 0.828125,
1526
+ "learning_rate": 1.4229629629629632e-05,
1527
+ "loss": 0.9626,
1528
+ "mean_token_accuracy": 0.7483007371425628,
1529
+ "num_tokens": 14320755.0,
1530
+ "step": 1080
1531
+ },
1532
+ {
1533
+ "entropy": 1.0117560898885132,
1534
+ "epoch": 0.9703444054971346,
1535
+ "grad_norm": 0.75390625,
1536
+ "learning_rate": 1.4155555555555556e-05,
1537
+ "loss": 0.9183,
1538
+ "mean_token_accuracy": 0.7542101304978133,
1539
+ "num_tokens": 14458656.0,
1540
+ "step": 1090
1541
+ },
1542
+ {
1543
+ "entropy": 1.0004739014431834,
1544
+ "epoch": 0.9792466477494018,
1545
+ "grad_norm": 0.7578125,
1546
+ "learning_rate": 1.4081481481481483e-05,
1547
+ "loss": 0.9176,
1548
+ "mean_token_accuracy": 0.7560600288212299,
1549
+ "num_tokens": 14585803.0,
1550
+ "step": 1100
1551
+ },
1552
+ {
1553
+ "epoch": 0.9792466477494018,
1554
+ "eval_biology_entropy": 2.0482051389217375,
1555
+ "eval_biology_loss": 2.1475307941436768,
1556
+ "eval_biology_mean_token_accuracy": 0.5585559306144714,
1557
+ "eval_biology_num_tokens": 14585803.0,
1558
+ "eval_biology_runtime": 19.0106,
1559
+ "eval_biology_samples_per_second": 26.301,
1560
+ "eval_biology_steps_per_second": 13.151,
1561
+ "step": 1100
1562
+ },
1563
+ {
1564
+ "epoch": 0.9792466477494018,
1565
+ "eval_chemistry_entropy": 1.0246449884176254,
1566
+ "eval_chemistry_loss": 0.9792535305023193,
1567
+ "eval_chemistry_mean_token_accuracy": 0.7504522104263306,
1568
+ "eval_chemistry_num_tokens": 14585803.0,
1569
+ "eval_chemistry_runtime": 24.1164,
1570
+ "eval_chemistry_samples_per_second": 20.733,
1571
+ "eval_chemistry_steps_per_second": 10.366,
1572
+ "step": 1100
1573
+ },
1574
+ {
1575
+ "epoch": 0.9792466477494018,
1576
+ "eval_math_entropy": 0.9384239608049393,
1577
+ "eval_math_loss": 1.1329792737960815,
1578
+ "eval_math_mean_token_accuracy": 0.7282352995872498,
1579
+ "eval_math_num_tokens": 14585803.0,
1580
+ "eval_math_runtime": 24.4727,
1581
+ "eval_math_samples_per_second": 20.431,
1582
+ "eval_math_steps_per_second": 10.215,
1583
+ "step": 1100
1584
+ },
1585
+ {
1586
+ "epoch": 0.9792466477494018,
1587
+ "eval_physics_entropy": 1.0389812450408935,
1588
+ "eval_physics_loss": 1.0122268199920654,
1589
+ "eval_physics_mean_token_accuracy": 0.7480283100605011,
1590
+ "eval_physics_num_tokens": 14585803.0,
1591
+ "eval_physics_runtime": 28.673,
1592
+ "eval_physics_samples_per_second": 17.438,
1593
+ "eval_physics_steps_per_second": 8.719,
1594
+ "step": 1100
1595
+ },
1596
+ {
1597
+ "entropy": 0.994432588852942,
1598
+ "epoch": 0.9881488900016692,
1599
+ "grad_norm": 0.734375,
1600
+ "learning_rate": 1.400740740740741e-05,
1601
+ "loss": 0.9239,
1602
+ "mean_token_accuracy": 0.7581027742475271,
1603
+ "num_tokens": 14725715.0,
1604
+ "step": 1110
1605
+ },
1606
+ {
1607
+ "entropy": 1.041189231723547,
1608
+ "epoch": 0.9970511322539365,
1609
+ "grad_norm": 0.7421875,
1610
+ "learning_rate": 1.3933333333333334e-05,
1611
+ "loss": 0.9847,
1612
+ "mean_token_accuracy": 0.7463182125240564,
1613
+ "num_tokens": 14852093.0,
1614
+ "step": 1120
1615
+ },
1616
+ {
1617
+ "entropy": 1.0045464154857917,
1618
+ "epoch": 1.0053413453513604,
1619
+ "grad_norm": 0.65625,
1620
+ "learning_rate": 1.385925925925926e-05,
1621
+ "loss": 0.8942,
1622
+ "mean_token_accuracy": 0.7575381806232785,
1623
+ "num_tokens": 14975166.0,
1624
+ "step": 1130
1625
+ },
1626
+ {
1627
+ "entropy": 0.9730835447087884,
1628
+ "epoch": 1.0142435876036278,
1629
+ "grad_norm": 0.66015625,
1630
+ "learning_rate": 1.3785185185185186e-05,
1631
+ "loss": 0.8765,
1632
+ "mean_token_accuracy": 0.7642713971436024,
1633
+ "num_tokens": 15110185.0,
1634
+ "step": 1140
1635
+ },
1636
+ {
1637
+ "entropy": 1.034207416512072,
1638
+ "epoch": 1.0231458298558949,
1639
+ "grad_norm": 0.86328125,
1640
+ "learning_rate": 1.3711111111111112e-05,
1641
+ "loss": 0.9334,
1642
+ "mean_token_accuracy": 0.75177633613348,
1643
+ "num_tokens": 15238440.0,
1644
+ "step": 1150
1645
+ },
1646
+ {
1647
+ "entropy": 1.0306764474138617,
1648
+ "epoch": 1.0320480721081622,
1649
+ "grad_norm": 0.74609375,
1650
+ "learning_rate": 1.3637037037037037e-05,
1651
+ "loss": 0.926,
1652
+ "mean_token_accuracy": 0.7505626730620861,
1653
+ "num_tokens": 15368850.0,
1654
+ "step": 1160
1655
+ },
1656
+ {
1657
+ "entropy": 0.9705905102193355,
1658
+ "epoch": 1.0409503143604295,
1659
+ "grad_norm": 0.703125,
1660
+ "learning_rate": 1.3562962962962965e-05,
1661
+ "loss": 0.8801,
1662
+ "mean_token_accuracy": 0.7647023960947991,
1663
+ "num_tokens": 15513660.0,
1664
+ "step": 1170
1665
+ },
1666
+ {
1667
+ "entropy": 1.0006306374445557,
1668
+ "epoch": 1.0498525566126968,
1669
+ "grad_norm": 0.765625,
1670
+ "learning_rate": 1.3488888888888888e-05,
1671
+ "loss": 0.9337,
1672
+ "mean_token_accuracy": 0.7582154147326946,
1673
+ "num_tokens": 15644089.0,
1674
+ "step": 1180
1675
+ },
1676
+ {
1677
+ "entropy": 1.0167981253936886,
1678
+ "epoch": 1.0587547988649642,
1679
+ "grad_norm": 0.80078125,
1680
+ "learning_rate": 1.3414814814814817e-05,
1681
+ "loss": 0.9245,
1682
+ "mean_token_accuracy": 0.7520396485924721,
1683
+ "num_tokens": 15778331.0,
1684
+ "step": 1190
1685
+ },
1686
+ {
1687
+ "entropy": 1.0086401265114546,
1688
+ "epoch": 1.0676570411172315,
1689
+ "grad_norm": 0.6796875,
1690
+ "learning_rate": 1.3340740740740741e-05,
1691
+ "loss": 0.9222,
1692
+ "mean_token_accuracy": 0.7566419139504432,
1693
+ "num_tokens": 15910655.0,
1694
+ "step": 1200
1695
+ },
1696
+ {
1697
+ "epoch": 1.0676570411172315,
1698
+ "eval_biology_entropy": 2.048806533575058,
1699
+ "eval_biology_loss": 2.1414027214050293,
1700
+ "eval_biology_mean_token_accuracy": 0.5591386820077896,
1701
+ "eval_biology_num_tokens": 15910655.0,
1702
+ "eval_biology_runtime": 19.0305,
1703
+ "eval_biology_samples_per_second": 26.274,
1704
+ "eval_biology_steps_per_second": 13.137,
1705
+ "step": 1200
1706
+ },
1707
+ {
1708
+ "epoch": 1.0676570411172315,
1709
+ "eval_chemistry_entropy": 1.0218273503780364,
1710
+ "eval_chemistry_loss": 0.9755556583404541,
1711
+ "eval_chemistry_mean_token_accuracy": 0.7509123682975769,
1712
+ "eval_chemistry_num_tokens": 15910655.0,
1713
+ "eval_chemistry_runtime": 24.3424,
1714
+ "eval_chemistry_samples_per_second": 20.54,
1715
+ "eval_chemistry_steps_per_second": 10.27,
1716
+ "step": 1200
1717
+ },
1718
+ {
1719
+ "epoch": 1.0676570411172315,
1720
+ "eval_math_entropy": 0.937392254948616,
1721
+ "eval_math_loss": 1.1316936016082764,
1722
+ "eval_math_mean_token_accuracy": 0.7284993779659271,
1723
+ "eval_math_num_tokens": 15910655.0,
1724
+ "eval_math_runtime": 24.7952,
1725
+ "eval_math_samples_per_second": 20.165,
1726
+ "eval_math_steps_per_second": 10.083,
1727
+ "step": 1200
1728
+ },
1729
+ {
1730
+ "epoch": 1.0676570411172315,
1731
+ "eval_physics_entropy": 1.0369812508821488,
1732
+ "eval_physics_loss": 1.0092358589172363,
1733
+ "eval_physics_mean_token_accuracy": 0.7487501664161682,
1734
+ "eval_physics_num_tokens": 15910655.0,
1735
+ "eval_physics_runtime": 28.896,
1736
+ "eval_physics_samples_per_second": 17.303,
1737
+ "eval_physics_steps_per_second": 8.652,
1738
+ "step": 1200
1739
+ },
1740
+ {
1741
+ "entropy": 0.9577315801754593,
1742
+ "epoch": 1.0765592833694986,
1743
+ "grad_norm": 0.66015625,
1744
+ "learning_rate": 1.3266666666666668e-05,
1745
+ "loss": 0.876,
1746
+ "mean_token_accuracy": 0.7670470379292965,
1747
+ "num_tokens": 16049696.0,
1748
+ "step": 1210
1749
+ },
1750
+ {
1751
+ "entropy": 1.0141907054930925,
1752
+ "epoch": 1.085461525621766,
1753
+ "grad_norm": 0.76953125,
1754
+ "learning_rate": 1.3192592592592594e-05,
1755
+ "loss": 0.9279,
1756
+ "mean_token_accuracy": 0.755303044244647,
1757
+ "num_tokens": 16182504.0,
1758
+ "step": 1220
1759
+ },
1760
+ {
1761
+ "entropy": 1.0404379174113274,
1762
+ "epoch": 1.0943637678740332,
1763
+ "grad_norm": 0.75390625,
1764
+ "learning_rate": 1.311851851851852e-05,
1765
+ "loss": 0.938,
1766
+ "mean_token_accuracy": 0.7506488140672445,
1767
+ "num_tokens": 16313808.0,
1768
+ "step": 1230
1769
+ },
1770
+ {
1771
+ "entropy": 1.0109531041234732,
1772
+ "epoch": 1.1032660101263005,
1773
+ "grad_norm": 0.78515625,
1774
+ "learning_rate": 1.3044444444444446e-05,
1775
+ "loss": 0.9226,
1776
+ "mean_token_accuracy": 0.757753336057067,
1777
+ "num_tokens": 16448180.0,
1778
+ "step": 1240
1779
+ },
1780
+ {
1781
+ "entropy": 1.0011115856468678,
1782
+ "epoch": 1.1121682523785679,
1783
+ "grad_norm": 0.6640625,
1784
+ "learning_rate": 1.297037037037037e-05,
1785
+ "loss": 0.8975,
1786
+ "mean_token_accuracy": 0.7575169585645198,
1787
+ "num_tokens": 16578096.0,
1788
+ "step": 1250
1789
+ },
1790
+ {
1791
+ "entropy": 1.0072824424132705,
1792
+ "epoch": 1.1210704946308352,
1793
+ "grad_norm": 0.70703125,
1794
+ "learning_rate": 1.2896296296296299e-05,
1795
+ "loss": 0.904,
1796
+ "mean_token_accuracy": 0.7560192253440619,
1797
+ "num_tokens": 16716301.0,
1798
+ "step": 1260
1799
+ },
1800
+ {
1801
+ "entropy": 1.0174341920763255,
1802
+ "epoch": 1.1299727368831025,
1803
+ "grad_norm": 0.84375,
1804
+ "learning_rate": 1.2822222222222222e-05,
1805
+ "loss": 0.9377,
1806
+ "mean_token_accuracy": 0.7541048441082239,
1807
+ "num_tokens": 16848963.0,
1808
+ "step": 1270
1809
+ },
1810
+ {
1811
+ "entropy": 0.9653377663344145,
1812
+ "epoch": 1.1388749791353696,
1813
+ "grad_norm": 0.84765625,
1814
+ "learning_rate": 1.274814814814815e-05,
1815
+ "loss": 0.8864,
1816
+ "mean_token_accuracy": 0.7635095983743667,
1817
+ "num_tokens": 16982075.0,
1818
+ "step": 1280
1819
+ },
1820
+ {
1821
+ "entropy": 0.9920188255608082,
1822
+ "epoch": 1.147777221387637,
1823
+ "grad_norm": 0.73046875,
1824
+ "learning_rate": 1.2674074074074075e-05,
1825
+ "loss": 0.9015,
1826
+ "mean_token_accuracy": 0.7589824173599482,
1827
+ "num_tokens": 17114157.0,
1828
+ "step": 1290
1829
+ },
1830
+ {
1831
+ "entropy": 1.028341007232666,
1832
+ "epoch": 1.1566794636399043,
1833
+ "grad_norm": 0.76953125,
1834
+ "learning_rate": 1.2600000000000001e-05,
1835
+ "loss": 0.9336,
1836
+ "mean_token_accuracy": 0.7501583714038134,
1837
+ "num_tokens": 17245025.0,
1838
+ "step": 1300
1839
+ },
1840
+ {
1841
+ "epoch": 1.1566794636399043,
1842
+ "eval_biology_entropy": 2.040317675590515,
1843
+ "eval_biology_loss": 2.1370644569396973,
1844
+ "eval_biology_mean_token_accuracy": 0.5601756105422974,
1845
+ "eval_biology_num_tokens": 17245025.0,
1846
+ "eval_biology_runtime": 19.1089,
1847
+ "eval_biology_samples_per_second": 26.166,
1848
+ "eval_biology_steps_per_second": 13.083,
1849
+ "step": 1300
1850
+ },
1851
+ {
1852
+ "epoch": 1.1566794636399043,
1853
+ "eval_chemistry_entropy": 1.0197941246032716,
1854
+ "eval_chemistry_loss": 0.97270667552948,
1855
+ "eval_chemistry_mean_token_accuracy": 0.7514277906417847,
1856
+ "eval_chemistry_num_tokens": 17245025.0,
1857
+ "eval_chemistry_runtime": 24.2386,
1858
+ "eval_chemistry_samples_per_second": 20.628,
1859
+ "eval_chemistry_steps_per_second": 10.314,
1860
+ "step": 1300
1861
+ },
1862
+ {
1863
+ "epoch": 1.1566794636399043,
1864
+ "eval_math_entropy": 0.9364101912975311,
1865
+ "eval_math_loss": 1.1282024383544922,
1866
+ "eval_math_mean_token_accuracy": 0.7295171325206756,
1867
+ "eval_math_num_tokens": 17245025.0,
1868
+ "eval_math_runtime": 24.6414,
1869
+ "eval_math_samples_per_second": 20.291,
1870
+ "eval_math_steps_per_second": 10.146,
1871
+ "step": 1300
1872
+ },
1873
+ {
1874
+ "epoch": 1.1566794636399043,
1875
+ "eval_physics_entropy": 1.0356826380491257,
1876
+ "eval_physics_loss": 1.0066264867782593,
1877
+ "eval_physics_mean_token_accuracy": 0.7495199704170227,
1878
+ "eval_physics_num_tokens": 17245025.0,
1879
+ "eval_physics_runtime": 28.9223,
1880
+ "eval_physics_samples_per_second": 17.288,
1881
+ "eval_physics_steps_per_second": 8.644,
1882
+ "step": 1300
1883
+ },
1884
+ {
1885
+ "entropy": 1.0108375845476985,
1886
+ "epoch": 1.1655817058921716,
1887
+ "grad_norm": 0.73046875,
1888
+ "learning_rate": 1.2525925925925928e-05,
1889
+ "loss": 0.9358,
1890
+ "mean_token_accuracy": 0.7542513150721788,
1891
+ "num_tokens": 17377169.0,
1892
+ "step": 1310
1893
+ },
1894
+ {
1895
+ "entropy": 1.0600576546043157,
1896
+ "epoch": 1.174483948144439,
1897
+ "grad_norm": 0.80859375,
1898
+ "learning_rate": 1.2451851851851853e-05,
1899
+ "loss": 0.9436,
1900
+ "mean_token_accuracy": 0.7435958338901401,
1901
+ "num_tokens": 17510694.0,
1902
+ "step": 1320
1903
+ },
1904
+ {
1905
+ "entropy": 1.0078904403373599,
1906
+ "epoch": 1.1833861903967062,
1907
+ "grad_norm": 0.8671875,
1908
+ "learning_rate": 1.237777777777778e-05,
1909
+ "loss": 0.9095,
1910
+ "mean_token_accuracy": 0.754418694600463,
1911
+ "num_tokens": 17644368.0,
1912
+ "step": 1330
1913
+ },
1914
+ {
1915
+ "entropy": 1.0075497096404433,
1916
+ "epoch": 1.1922884326489736,
1917
+ "grad_norm": 0.71875,
1918
+ "learning_rate": 1.2303703703703704e-05,
1919
+ "loss": 0.9086,
1920
+ "mean_token_accuracy": 0.7555957213044167,
1921
+ "num_tokens": 17779858.0,
1922
+ "step": 1340
1923
+ },
1924
+ {
1925
+ "entropy": 0.9998210400342942,
1926
+ "epoch": 1.2011906749012407,
1927
+ "grad_norm": 0.80078125,
1928
+ "learning_rate": 1.222962962962963e-05,
1929
+ "loss": 0.905,
1930
+ "mean_token_accuracy": 0.757889486476779,
1931
+ "num_tokens": 17908860.0,
1932
+ "step": 1350
1933
+ },
1934
+ {
1935
+ "entropy": 0.9919102193787694,
1936
+ "epoch": 1.210092917153508,
1937
+ "grad_norm": 0.75390625,
1938
+ "learning_rate": 1.2155555555555555e-05,
1939
+ "loss": 0.9157,
1940
+ "mean_token_accuracy": 0.7589156001806259,
1941
+ "num_tokens": 18045704.0,
1942
+ "step": 1360
1943
+ },
1944
+ {
1945
+ "entropy": 1.0109667349606752,
1946
+ "epoch": 1.2189951594057753,
1947
+ "grad_norm": 0.69140625,
1948
+ "learning_rate": 1.2081481481481484e-05,
1949
+ "loss": 0.9092,
1950
+ "mean_token_accuracy": 0.7577930960804224,
1951
+ "num_tokens": 18186305.0,
1952
+ "step": 1370
1953
+ },
1954
+ {
1955
+ "entropy": 1.0232981404289603,
1956
+ "epoch": 1.2278974016580426,
1957
+ "grad_norm": 0.80078125,
1958
+ "learning_rate": 1.2007407407407408e-05,
1959
+ "loss": 0.9374,
1960
+ "mean_token_accuracy": 0.753229970112443,
1961
+ "num_tokens": 18312712.0,
1962
+ "step": 1380
1963
+ },
1964
+ {
1965
+ "entropy": 1.0313591081649065,
1966
+ "epoch": 1.23679964391031,
1967
+ "grad_norm": 0.67578125,
1968
+ "learning_rate": 1.1933333333333335e-05,
1969
+ "loss": 0.9323,
1970
+ "mean_token_accuracy": 0.7518048360943794,
1971
+ "num_tokens": 18446897.0,
1972
+ "step": 1390
1973
+ },
1974
+ {
1975
+ "entropy": 0.9975250829011202,
1976
+ "epoch": 1.2457018861625773,
1977
+ "grad_norm": 0.75390625,
1978
+ "learning_rate": 1.185925925925926e-05,
1979
+ "loss": 0.9025,
1980
+ "mean_token_accuracy": 0.7583462674170732,
1981
+ "num_tokens": 18582685.0,
1982
+ "step": 1400
1983
+ },
1984
+ {
1985
+ "epoch": 1.2457018861625773,
1986
+ "eval_biology_entropy": 2.0289463448524474,
1987
+ "eval_biology_loss": 2.1329195499420166,
1988
+ "eval_biology_mean_token_accuracy": 0.5607757045030594,
1989
+ "eval_biology_num_tokens": 18582685.0,
1990
+ "eval_biology_runtime": 18.8941,
1991
+ "eval_biology_samples_per_second": 26.463,
1992
+ "eval_biology_steps_per_second": 13.232,
1993
+ "step": 1400
1994
+ },
1995
+ {
1996
+ "epoch": 1.2457018861625773,
1997
+ "eval_chemistry_entropy": 1.0126679302453996,
1998
+ "eval_chemistry_loss": 0.970359742641449,
1999
+ "eval_chemistry_mean_token_accuracy": 0.7518892657756805,
2000
+ "eval_chemistry_num_tokens": 18582685.0,
2001
+ "eval_chemistry_runtime": 23.9747,
2002
+ "eval_chemistry_samples_per_second": 20.855,
2003
+ "eval_chemistry_steps_per_second": 10.428,
2004
+ "step": 1400
2005
+ },
2006
+ {
2007
+ "epoch": 1.2457018861625773,
2008
+ "eval_math_entropy": 0.9310557426214218,
2009
+ "eval_math_loss": 1.1270216703414917,
2010
+ "eval_math_mean_token_accuracy": 0.72994606757164,
2011
+ "eval_math_num_tokens": 18582685.0,
2012
+ "eval_math_runtime": 24.4129,
2013
+ "eval_math_samples_per_second": 20.481,
2014
+ "eval_math_steps_per_second": 10.24,
2015
+ "step": 1400
2016
+ },
2017
+ {
2018
+ "epoch": 1.2457018861625773,
2019
+ "eval_physics_entropy": 1.0292026166915893,
2020
+ "eval_physics_loss": 1.0049251317977905,
2021
+ "eval_physics_mean_token_accuracy": 0.7496011610031128,
2022
+ "eval_physics_num_tokens": 18582685.0,
2023
+ "eval_physics_runtime": 28.618,
2024
+ "eval_physics_samples_per_second": 17.472,
2025
+ "eval_physics_steps_per_second": 8.736,
2026
+ "step": 1400
2027
+ },
2028
+ {
2029
+ "entropy": 0.9999802680686116,
2030
+ "epoch": 1.2546041284148446,
2031
+ "grad_norm": 0.6953125,
2032
+ "learning_rate": 1.1785185185185186e-05,
2033
+ "loss": 0.9154,
2034
+ "mean_token_accuracy": 0.756169842928648,
2035
+ "num_tokens": 18724203.0,
2036
+ "step": 1410
2037
+ },
2038
+ {
2039
+ "entropy": 0.9876425944268703,
2040
+ "epoch": 1.2635063706671117,
2041
+ "grad_norm": 0.69140625,
2042
+ "learning_rate": 1.1711111111111113e-05,
2043
+ "loss": 0.8931,
2044
+ "mean_token_accuracy": 0.7611255884170532,
2045
+ "num_tokens": 18855233.0,
2046
+ "step": 1420
2047
+ },
2048
+ {
2049
+ "entropy": 1.023998738825321,
2050
+ "epoch": 1.272408612919379,
2051
+ "grad_norm": 0.74609375,
2052
+ "learning_rate": 1.1637037037037037e-05,
2053
+ "loss": 0.9296,
2054
+ "mean_token_accuracy": 0.7521598249673843,
2055
+ "num_tokens": 18994709.0,
2056
+ "step": 1430
2057
+ },
2058
+ {
2059
+ "entropy": 1.019489830173552,
2060
+ "epoch": 1.2813108551716463,
2061
+ "grad_norm": 0.703125,
2062
+ "learning_rate": 1.1562962962962964e-05,
2063
+ "loss": 0.9347,
2064
+ "mean_token_accuracy": 0.7539405088871718,
2065
+ "num_tokens": 19128237.0,
2066
+ "step": 1440
2067
+ },
2068
+ {
2069
+ "entropy": 0.9920928861945868,
2070
+ "epoch": 1.2902130974239137,
2071
+ "grad_norm": 0.734375,
2072
+ "learning_rate": 1.1488888888888889e-05,
2073
+ "loss": 0.9134,
2074
+ "mean_token_accuracy": 0.7595972217619419,
2075
+ "num_tokens": 19270694.0,
2076
+ "step": 1450
2077
+ },
2078
+ {
2079
+ "entropy": 0.9608436211943626,
2080
+ "epoch": 1.299115339676181,
2081
+ "grad_norm": 0.66015625,
2082
+ "learning_rate": 1.1414814814814817e-05,
2083
+ "loss": 0.8802,
2084
+ "mean_token_accuracy": 0.7658909805119037,
2085
+ "num_tokens": 19405981.0,
2086
+ "step": 1460
2087
+ },
2088
+ {
2089
+ "entropy": 0.983773030154407,
2090
+ "epoch": 1.3080175819284483,
2091
+ "grad_norm": 0.74609375,
2092
+ "learning_rate": 1.1340740740740742e-05,
2093
+ "loss": 0.8906,
2094
+ "mean_token_accuracy": 0.7623354118317366,
2095
+ "num_tokens": 19540569.0,
2096
+ "step": 1470
2097
+ },
2098
+ {
2099
+ "entropy": 0.9917311523109674,
2100
+ "epoch": 1.3169198241807156,
2101
+ "grad_norm": 0.67578125,
2102
+ "learning_rate": 1.1266666666666668e-05,
2103
+ "loss": 0.9105,
2104
+ "mean_token_accuracy": 0.7595894075930119,
2105
+ "num_tokens": 19670336.0,
2106
+ "step": 1480
2107
+ },
2108
+ {
2109
+ "entropy": 1.0092295063659549,
2110
+ "epoch": 1.3258220664329827,
2111
+ "grad_norm": 0.72265625,
2112
+ "learning_rate": 1.1192592592592593e-05,
2113
+ "loss": 0.8987,
2114
+ "mean_token_accuracy": 0.7556359302252531,
2115
+ "num_tokens": 19801983.0,
2116
+ "step": 1490
2117
+ },
2118
+ {
2119
+ "entropy": 0.9918091669678688,
2120
+ "epoch": 1.33472430868525,
2121
+ "grad_norm": 0.74609375,
2122
+ "learning_rate": 1.111851851851852e-05,
2123
+ "loss": 0.8973,
2124
+ "mean_token_accuracy": 0.7591681893914938,
2125
+ "num_tokens": 19931729.0,
2126
+ "step": 1500
2127
+ },
2128
+ {
2129
+ "epoch": 1.33472430868525,
2130
+ "eval_biology_entropy": 2.0258102512359617,
2131
+ "eval_biology_loss": 2.131002187728882,
2132
+ "eval_biology_mean_token_accuracy": 0.5611058915853501,
2133
+ "eval_biology_num_tokens": 19931729.0,
2134
+ "eval_biology_runtime": 18.8477,
2135
+ "eval_biology_samples_per_second": 26.528,
2136
+ "eval_biology_steps_per_second": 13.264,
2137
+ "step": 1500
2138
+ },
2139
+ {
2140
+ "epoch": 1.33472430868525,
2141
+ "eval_chemistry_entropy": 1.0114747372865678,
2142
+ "eval_chemistry_loss": 0.9682854413986206,
2143
+ "eval_chemistry_mean_token_accuracy": 0.7523500380516053,
2144
+ "eval_chemistry_num_tokens": 19931729.0,
2145
+ "eval_chemistry_runtime": 23.8184,
2146
+ "eval_chemistry_samples_per_second": 20.992,
2147
+ "eval_chemistry_steps_per_second": 10.496,
2148
+ "step": 1500
2149
+ },
2150
+ {
2151
+ "epoch": 1.33472430868525,
2152
+ "eval_math_entropy": 0.9300646790266037,
2153
+ "eval_math_loss": 1.1255069971084595,
2154
+ "eval_math_mean_token_accuracy": 0.7304130113124847,
2155
+ "eval_math_num_tokens": 19931729.0,
2156
+ "eval_math_runtime": 24.2831,
2157
+ "eval_math_samples_per_second": 20.59,
2158
+ "eval_math_steps_per_second": 10.295,
2159
+ "step": 1500
2160
+ },
2161
+ {
2162
+ "epoch": 1.33472430868525,
2163
+ "eval_physics_entropy": 1.0275612835884094,
2164
+ "eval_physics_loss": 1.0034619569778442,
2165
+ "eval_physics_mean_token_accuracy": 0.7499863088130951,
2166
+ "eval_physics_num_tokens": 19931729.0,
2167
+ "eval_physics_runtime": 28.889,
2168
+ "eval_physics_samples_per_second": 17.308,
2169
+ "eval_physics_steps_per_second": 8.654,
2170
+ "step": 1500
2171
+ },
2172
+ {
2173
+ "entropy": 1.0401024248450994,
2174
+ "epoch": 1.3436265509375174,
2175
+ "grad_norm": 0.7421875,
2176
+ "learning_rate": 1.1044444444444444e-05,
2177
+ "loss": 0.9414,
2178
+ "mean_token_accuracy": 0.7487192116677761,
2179
+ "num_tokens": 20062157.0,
2180
+ "step": 1510
2181
+ },
2182
+ {
2183
+ "entropy": 0.9860046286135912,
2184
+ "epoch": 1.3525287931897847,
2185
+ "grad_norm": 0.734375,
2186
+ "learning_rate": 1.0970370370370371e-05,
2187
+ "loss": 0.8975,
2188
+ "mean_token_accuracy": 0.7605720847845078,
2189
+ "num_tokens": 20192459.0,
2190
+ "step": 1520
2191
+ },
2192
+ {
2193
+ "entropy": 1.0068744245916605,
2194
+ "epoch": 1.361431035442052,
2195
+ "grad_norm": 0.7578125,
2196
+ "learning_rate": 1.0896296296296298e-05,
2197
+ "loss": 0.9141,
2198
+ "mean_token_accuracy": 0.7565324511379004,
2199
+ "num_tokens": 20322306.0,
2200
+ "step": 1530
2201
+ },
2202
+ {
2203
+ "entropy": 0.9997985826805234,
2204
+ "epoch": 1.3703332776943191,
2205
+ "grad_norm": 0.7109375,
2206
+ "learning_rate": 1.0822222222222222e-05,
2207
+ "loss": 0.9094,
2208
+ "mean_token_accuracy": 0.7578164864331484,
2209
+ "num_tokens": 20457368.0,
2210
+ "step": 1540
2211
+ },
2212
+ {
2213
+ "entropy": 1.042620269395411,
2214
+ "epoch": 1.3792355199465867,
2215
+ "grad_norm": 0.77734375,
2216
+ "learning_rate": 1.074814814814815e-05,
2217
+ "loss": 0.9649,
2218
+ "mean_token_accuracy": 0.7502748232334853,
2219
+ "num_tokens": 20582646.0,
2220
+ "step": 1550
2221
+ },
2222
+ {
2223
+ "entropy": 1.0267199439927936,
2224
+ "epoch": 1.3881377621988538,
2225
+ "grad_norm": 0.8515625,
2226
+ "learning_rate": 1.0674074074074074e-05,
2227
+ "loss": 0.9329,
2228
+ "mean_token_accuracy": 0.7522567234933376,
2229
+ "num_tokens": 20711114.0,
2230
+ "step": 1560
2231
+ },
2232
+ {
2233
+ "entropy": 1.0233941435813905,
2234
+ "epoch": 1.397040004451121,
2235
+ "grad_norm": 0.76171875,
2236
+ "learning_rate": 1.0600000000000002e-05,
2237
+ "loss": 0.9285,
2238
+ "mean_token_accuracy": 0.7541898198425769,
2239
+ "num_tokens": 20842639.0,
2240
+ "step": 1570
2241
+ },
2242
+ {
2243
+ "entropy": 1.0475757207721472,
2244
+ "epoch": 1.4059422467033884,
2245
+ "grad_norm": 0.72265625,
2246
+ "learning_rate": 1.0525925925925927e-05,
2247
+ "loss": 0.9631,
2248
+ "mean_token_accuracy": 0.7465129170566798,
2249
+ "num_tokens": 20974218.0,
2250
+ "step": 1580
2251
+ },
2252
+ {
2253
+ "entropy": 1.0215191347524524,
2254
+ "epoch": 1.4148444889556557,
2255
+ "grad_norm": 0.72265625,
2256
+ "learning_rate": 1.0451851851851853e-05,
2257
+ "loss": 0.924,
2258
+ "mean_token_accuracy": 0.7544053990393877,
2259
+ "num_tokens": 21106470.0,
2260
+ "step": 1590
2261
+ },
2262
+ {
2263
+ "entropy": 1.002201915718615,
2264
+ "epoch": 1.423746731207923,
2265
+ "grad_norm": 0.6875,
2266
+ "learning_rate": 1.0377777777777778e-05,
2267
+ "loss": 0.9119,
2268
+ "mean_token_accuracy": 0.7578132838010788,
2269
+ "num_tokens": 21241744.0,
2270
+ "step": 1600
2271
+ },
2272
+ {
2273
+ "epoch": 1.423746731207923,
2274
+ "eval_biology_entropy": 2.025591229200363,
2275
+ "eval_biology_loss": 2.1277236938476562,
2276
+ "eval_biology_mean_token_accuracy": 0.5615192129611969,
2277
+ "eval_biology_num_tokens": 21241744.0,
2278
+ "eval_biology_runtime": 18.902,
2279
+ "eval_biology_samples_per_second": 26.452,
2280
+ "eval_biology_steps_per_second": 13.226,
2281
+ "step": 1600
2282
+ },
2283
+ {
2284
+ "epoch": 1.423746731207923,
2285
+ "eval_chemistry_entropy": 1.0093150942325593,
2286
+ "eval_chemistry_loss": 0.966478168964386,
2287
+ "eval_chemistry_mean_token_accuracy": 0.752682238817215,
2288
+ "eval_chemistry_num_tokens": 21241744.0,
2289
+ "eval_chemistry_runtime": 24.0359,
2290
+ "eval_chemistry_samples_per_second": 20.802,
2291
+ "eval_chemistry_steps_per_second": 10.401,
2292
+ "step": 1600
2293
+ },
2294
+ {
2295
+ "epoch": 1.423746731207923,
2296
+ "eval_math_entropy": 0.9292137649059296,
2297
+ "eval_math_loss": 1.1244679689407349,
2298
+ "eval_math_mean_token_accuracy": 0.7306574966907501,
2299
+ "eval_math_num_tokens": 21241744.0,
2300
+ "eval_math_runtime": 24.4447,
2301
+ "eval_math_samples_per_second": 20.454,
2302
+ "eval_math_steps_per_second": 10.227,
2303
+ "step": 1600
2304
+ },
2305
+ {
2306
+ "epoch": 1.423746731207923,
2307
+ "eval_physics_entropy": 1.026391778230667,
2308
+ "eval_physics_loss": 1.0021922588348389,
2309
+ "eval_physics_mean_token_accuracy": 0.750161004781723,
2310
+ "eval_physics_num_tokens": 21241744.0,
2311
+ "eval_physics_runtime": 28.6013,
2312
+ "eval_physics_samples_per_second": 17.482,
2313
+ "eval_physics_steps_per_second": 8.741,
2314
+ "step": 1600
2315
+ },
2316
+ {
2317
+ "entropy": 1.03016886562109,
2318
+ "epoch": 1.4326489734601902,
2319
+ "grad_norm": 0.765625,
2320
+ "learning_rate": 1.0303703703703705e-05,
2321
+ "loss": 0.9359,
2322
+ "mean_token_accuracy": 0.7508798144757748,
2323
+ "num_tokens": 21376863.0,
2324
+ "step": 1610
2325
+ },
2326
+ {
2327
+ "entropy": 0.9919080374762416,
2328
+ "epoch": 1.4415512157124577,
2329
+ "grad_norm": 0.828125,
2330
+ "learning_rate": 1.0229629629629631e-05,
2331
+ "loss": 0.9179,
2332
+ "mean_token_accuracy": 0.7578859634697437,
2333
+ "num_tokens": 21513583.0,
2334
+ "step": 1620
2335
+ },
2336
+ {
2337
+ "entropy": 1.022333799675107,
2338
+ "epoch": 1.4504534579647248,
2339
+ "grad_norm": 0.73046875,
2340
+ "learning_rate": 1.0155555555555556e-05,
2341
+ "loss": 0.9256,
2342
+ "mean_token_accuracy": 0.7530937936156988,
2343
+ "num_tokens": 21638317.0,
2344
+ "step": 1630
2345
+ },
2346
+ {
2347
+ "entropy": 0.9792770128697157,
2348
+ "epoch": 1.4593557002169921,
2349
+ "grad_norm": 0.6953125,
2350
+ "learning_rate": 1.0081481481481484e-05,
2351
+ "loss": 0.8994,
2352
+ "mean_token_accuracy": 0.7637054190039635,
2353
+ "num_tokens": 21767025.0,
2354
+ "step": 1640
2355
+ },
2356
+ {
2357
+ "entropy": 1.0167023092508316,
2358
+ "epoch": 1.4682579424692594,
2359
+ "grad_norm": 0.796875,
2360
+ "learning_rate": 1.0007407407407407e-05,
2361
+ "loss": 0.9227,
2362
+ "mean_token_accuracy": 0.7549007095396518,
2363
+ "num_tokens": 21897527.0,
2364
+ "step": 1650
2365
+ },
2366
+ {
2367
+ "entropy": 1.0218092637136578,
2368
+ "epoch": 1.4771601847215268,
2369
+ "grad_norm": 0.703125,
2370
+ "learning_rate": 9.933333333333334e-06,
2371
+ "loss": 0.9285,
2372
+ "mean_token_accuracy": 0.7508806932717562,
2373
+ "num_tokens": 22033346.0,
2374
+ "step": 1660
2375
+ },
2376
+ {
2377
+ "entropy": 1.031794124469161,
2378
+ "epoch": 1.486062426973794,
2379
+ "grad_norm": 0.796875,
2380
+ "learning_rate": 9.85925925925926e-06,
2381
+ "loss": 0.9464,
2382
+ "mean_token_accuracy": 0.7501063853502273,
2383
+ "num_tokens": 22167509.0,
2384
+ "step": 1670
2385
+ },
2386
+ {
2387
+ "entropy": 1.0033700566738843,
2388
+ "epoch": 1.4949646692260612,
2389
+ "grad_norm": 0.7265625,
2390
+ "learning_rate": 9.785185185185187e-06,
2391
+ "loss": 0.9006,
2392
+ "mean_token_accuracy": 0.7571231830865145,
2393
+ "num_tokens": 22300536.0,
2394
+ "step": 1680
2395
+ },
2396
+ {
2397
+ "entropy": 1.008541435562074,
2398
+ "epoch": 1.5038669114783287,
2399
+ "grad_norm": 0.671875,
2400
+ "learning_rate": 9.711111111111111e-06,
2401
+ "loss": 0.9365,
2402
+ "mean_token_accuracy": 0.7536230113357305,
2403
+ "num_tokens": 22435726.0,
2404
+ "step": 1690
2405
+ },
2406
+ {
2407
+ "entropy": 0.992847067117691,
2408
+ "epoch": 1.5127691537305958,
2409
+ "grad_norm": 0.69140625,
2410
+ "learning_rate": 9.637037037037038e-06,
2411
+ "loss": 0.8937,
2412
+ "mean_token_accuracy": 0.7610627774149179,
2413
+ "num_tokens": 22565589.0,
2414
+ "step": 1700
2415
+ },
2416
+ {
2417
+ "epoch": 1.5127691537305958,
2418
+ "eval_biology_entropy": 2.0122655897140502,
2419
+ "eval_biology_loss": 2.1256110668182373,
2420
+ "eval_biology_mean_token_accuracy": 0.5618942753076553,
2421
+ "eval_biology_num_tokens": 22565589.0,
2422
+ "eval_biology_runtime": 18.9124,
2423
+ "eval_biology_samples_per_second": 26.438,
2424
+ "eval_biology_steps_per_second": 13.219,
2425
+ "step": 1700
2426
+ },
2427
+ {
2428
+ "epoch": 1.5127691537305958,
2429
+ "eval_chemistry_entropy": 1.0036332979202272,
2430
+ "eval_chemistry_loss": 0.9652226567268372,
2431
+ "eval_chemistry_mean_token_accuracy": 0.7529698076248169,
2432
+ "eval_chemistry_num_tokens": 22565589.0,
2433
+ "eval_chemistry_runtime": 24.0396,
2434
+ "eval_chemistry_samples_per_second": 20.799,
2435
+ "eval_chemistry_steps_per_second": 10.4,
2436
+ "step": 1700
2437
+ },
2438
+ {
2439
+ "epoch": 1.5127691537305958,
2440
+ "eval_math_entropy": 0.9236747875213623,
2441
+ "eval_math_loss": 1.1252063512802124,
2442
+ "eval_math_mean_token_accuracy": 0.7303525774478913,
2443
+ "eval_math_num_tokens": 22565589.0,
2444
+ "eval_math_runtime": 24.5159,
2445
+ "eval_math_samples_per_second": 20.395,
2446
+ "eval_math_steps_per_second": 10.197,
2447
+ "step": 1700
2448
+ },
2449
+ {
2450
+ "epoch": 1.5127691537305958,
2451
+ "eval_physics_entropy": 1.0204626792669296,
2452
+ "eval_physics_loss": 1.0009655952453613,
2453
+ "eval_physics_mean_token_accuracy": 0.7503002121448517,
2454
+ "eval_physics_num_tokens": 22565589.0,
2455
+ "eval_physics_runtime": 28.693,
2456
+ "eval_physics_samples_per_second": 17.426,
2457
+ "eval_physics_steps_per_second": 8.713,
2458
+ "step": 1700
2459
+ },
2460
+ {
2461
+ "entropy": 0.9994206981733441,
2462
+ "epoch": 1.5216713959828632,
2463
+ "grad_norm": 0.7265625,
2464
+ "learning_rate": 9.562962962962965e-06,
2465
+ "loss": 0.9023,
2466
+ "mean_token_accuracy": 0.7591567263007164,
2467
+ "num_tokens": 22698686.0,
2468
+ "step": 1710
2469
+ },
2470
+ {
2471
+ "entropy": 0.9683190802112221,
2472
+ "epoch": 1.5305736382351305,
2473
+ "grad_norm": 0.7109375,
2474
+ "learning_rate": 9.48888888888889e-06,
2475
+ "loss": 0.882,
2476
+ "mean_token_accuracy": 0.7618000447750092,
2477
+ "num_tokens": 22834474.0,
2478
+ "step": 1720
2479
+ },
2480
+ {
2481
+ "entropy": 1.0202100694179534,
2482
+ "epoch": 1.5394758804873978,
2483
+ "grad_norm": 0.8203125,
2484
+ "learning_rate": 9.414814814814816e-06,
2485
+ "loss": 0.9256,
2486
+ "mean_token_accuracy": 0.7522198557853699,
2487
+ "num_tokens": 22961658.0,
2488
+ "step": 1730
2489
+ },
2490
+ {
2491
+ "entropy": 0.9988253280520439,
2492
+ "epoch": 1.5483781227396651,
2493
+ "grad_norm": 0.76953125,
2494
+ "learning_rate": 9.34074074074074e-06,
2495
+ "loss": 0.9089,
2496
+ "mean_token_accuracy": 0.7570457577705383,
2497
+ "num_tokens": 23088024.0,
2498
+ "step": 1740
2499
+ },
2500
+ {
2501
+ "entropy": 0.9920793252065778,
2502
+ "epoch": 1.5572803649919322,
2503
+ "grad_norm": 0.73828125,
2504
+ "learning_rate": 9.266666666666667e-06,
2505
+ "loss": 0.8947,
2506
+ "mean_token_accuracy": 0.7595769252628088,
2507
+ "num_tokens": 23216202.0,
2508
+ "step": 1750
2509
+ },
2510
+ {
2511
+ "entropy": 1.0168918997049332,
2512
+ "epoch": 1.5661826072441998,
2513
+ "grad_norm": 0.68359375,
2514
+ "learning_rate": 9.192592592592594e-06,
2515
+ "loss": 0.9303,
2516
+ "mean_token_accuracy": 0.7543978549540042,
2517
+ "num_tokens": 23352254.0,
2518
+ "step": 1760
2519
+ },
2520
+ {
2521
+ "entropy": 1.0322391271591187,
2522
+ "epoch": 1.5750848494964669,
2523
+ "grad_norm": 0.73046875,
2524
+ "learning_rate": 9.118518518518518e-06,
2525
+ "loss": 0.9284,
2526
+ "mean_token_accuracy": 0.7508225381374359,
2527
+ "num_tokens": 23482862.0,
2528
+ "step": 1770
2529
+ },
2530
+ {
2531
+ "entropy": 1.005371204018593,
2532
+ "epoch": 1.5839870917487342,
2533
+ "grad_norm": 0.73046875,
2534
+ "learning_rate": 9.044444444444445e-06,
2535
+ "loss": 0.8995,
2536
+ "mean_token_accuracy": 0.7587582629173995,
2537
+ "num_tokens": 23618698.0,
2538
+ "step": 1780
2539
+ },
2540
+ {
2541
+ "entropy": 1.0004733871668576,
2542
+ "epoch": 1.5928893340010015,
2543
+ "grad_norm": 0.69140625,
2544
+ "learning_rate": 8.970370370370372e-06,
2545
+ "loss": 0.9164,
2546
+ "mean_token_accuracy": 0.7546517603099346,
2547
+ "num_tokens": 23752957.0,
2548
+ "step": 1790
2549
+ },
2550
+ {
2551
+ "entropy": 0.9979297908022999,
2552
+ "epoch": 1.6017915762532688,
2553
+ "grad_norm": 0.8984375,
2554
+ "learning_rate": 8.896296296296298e-06,
2555
+ "loss": 0.9195,
2556
+ "mean_token_accuracy": 0.7555133253335953,
2557
+ "num_tokens": 23880415.0,
2558
+ "step": 1800
2559
+ },
2560
+ {
2561
+ "epoch": 1.6017915762532688,
2562
+ "eval_biology_entropy": 2.0173105149269106,
2563
+ "eval_biology_loss": 2.1241087913513184,
2564
+ "eval_biology_mean_token_accuracy": 0.562729345202446,
2565
+ "eval_biology_num_tokens": 23880415.0,
2566
+ "eval_biology_runtime": 18.9444,
2567
+ "eval_biology_samples_per_second": 26.393,
2568
+ "eval_biology_steps_per_second": 13.197,
2569
+ "step": 1800
2570
+ },
2571
+ {
2572
+ "epoch": 1.6017915762532688,
2573
+ "eval_chemistry_entropy": 1.0052111333608627,
2574
+ "eval_chemistry_loss": 0.9641526937484741,
2575
+ "eval_chemistry_mean_token_accuracy": 0.7533584263324737,
2576
+ "eval_chemistry_num_tokens": 23880415.0,
2577
+ "eval_chemistry_runtime": 24.0831,
2578
+ "eval_chemistry_samples_per_second": 20.761,
2579
+ "eval_chemistry_steps_per_second": 10.381,
2580
+ "step": 1800
2581
+ },
2582
+ {
2583
+ "epoch": 1.6017915762532688,
2584
+ "eval_math_entropy": 0.9254970207214356,
2585
+ "eval_math_loss": 1.1230454444885254,
2586
+ "eval_math_mean_token_accuracy": 0.7310211069583893,
2587
+ "eval_math_num_tokens": 23880415.0,
2588
+ "eval_math_runtime": 25.0685,
2589
+ "eval_math_samples_per_second": 19.945,
2590
+ "eval_math_steps_per_second": 9.973,
2591
+ "step": 1800
2592
+ },
2593
+ {
2594
+ "epoch": 1.6017915762532688,
2595
+ "eval_physics_entropy": 1.0226905109882354,
2596
+ "eval_physics_loss": 1.0000629425048828,
2597
+ "eval_physics_mean_token_accuracy": 0.7504880855083466,
2598
+ "eval_physics_num_tokens": 23880415.0,
2599
+ "eval_physics_runtime": 28.6499,
2600
+ "eval_physics_samples_per_second": 17.452,
2601
+ "eval_physics_steps_per_second": 8.726,
2602
+ "step": 1800
2603
+ },
2604
+ {
2605
+ "entropy": 0.9905398432165384,
2606
+ "epoch": 1.6106938185055362,
2607
+ "grad_norm": 0.609375,
2608
+ "learning_rate": 8.822222222222223e-06,
2609
+ "loss": 0.9055,
2610
+ "mean_token_accuracy": 0.7605366300791502,
2611
+ "num_tokens": 24017017.0,
2612
+ "step": 1810
2613
+ },
2614
+ {
2615
+ "entropy": 0.9657800393179059,
2616
+ "epoch": 1.6195960607578033,
2617
+ "grad_norm": 0.77734375,
2618
+ "learning_rate": 8.74814814814815e-06,
2619
+ "loss": 0.8826,
2620
+ "mean_token_accuracy": 0.7643621765077114,
2621
+ "num_tokens": 24157031.0,
2622
+ "step": 1820
2623
+ },
2624
+ {
2625
+ "entropy": 1.0321623418480157,
2626
+ "epoch": 1.6284983030100708,
2627
+ "grad_norm": 0.85546875,
2628
+ "learning_rate": 8.674074074074074e-06,
2629
+ "loss": 0.9368,
2630
+ "mean_token_accuracy": 0.7502922285348177,
2631
+ "num_tokens": 24283018.0,
2632
+ "step": 1830
2633
+ },
2634
+ {
2635
+ "entropy": 0.9933631762862205,
2636
+ "epoch": 1.637400545262338,
2637
+ "grad_norm": 0.75,
2638
+ "learning_rate": 8.6e-06,
2639
+ "loss": 0.8993,
2640
+ "mean_token_accuracy": 0.7593170210719109,
2641
+ "num_tokens": 24409888.0,
2642
+ "step": 1840
2643
+ },
2644
+ {
2645
+ "entropy": 0.9827067364007235,
2646
+ "epoch": 1.6463027875146052,
2647
+ "grad_norm": 0.75390625,
2648
+ "learning_rate": 8.525925925925927e-06,
2649
+ "loss": 0.8786,
2650
+ "mean_token_accuracy": 0.762890399619937,
2651
+ "num_tokens": 24543826.0,
2652
+ "step": 1850
2653
+ },
2654
+ {
2655
+ "entropy": 0.950797894410789,
2656
+ "epoch": 1.6552050297668726,
2657
+ "grad_norm": 0.71484375,
2658
+ "learning_rate": 8.451851851851852e-06,
2659
+ "loss": 0.8684,
2660
+ "mean_token_accuracy": 0.7690653670579195,
2661
+ "num_tokens": 24678800.0,
2662
+ "step": 1860
2663
+ },
2664
+ {
2665
+ "entropy": 0.995796344988048,
2666
+ "epoch": 1.6641072720191397,
2667
+ "grad_norm": 0.68359375,
2668
+ "learning_rate": 8.377777777777779e-06,
2669
+ "loss": 0.8925,
2670
+ "mean_token_accuracy": 0.7603240333497524,
2671
+ "num_tokens": 24815214.0,
2672
+ "step": 1870
2673
+ },
2674
+ {
2675
+ "entropy": 1.0053923385217787,
2676
+ "epoch": 1.6730095142714072,
2677
+ "grad_norm": 0.73046875,
2678
+ "learning_rate": 8.303703703703705e-06,
2679
+ "loss": 0.9142,
2680
+ "mean_token_accuracy": 0.7559387862682343,
2681
+ "num_tokens": 24946978.0,
2682
+ "step": 1880
2683
+ },
2684
+ {
2685
+ "entropy": 1.0206347620114684,
2686
+ "epoch": 1.6819117565236743,
2687
+ "grad_norm": 0.8125,
2688
+ "learning_rate": 8.229629629629632e-06,
2689
+ "loss": 0.9438,
2690
+ "mean_token_accuracy": 0.7511203195899725,
2691
+ "num_tokens": 25077886.0,
2692
+ "step": 1890
2693
+ },
2694
+ {
2695
+ "entropy": 0.9430066786706448,
2696
+ "epoch": 1.6908139987759419,
2697
+ "grad_norm": 0.75,
2698
+ "learning_rate": 8.155555555555556e-06,
2699
+ "loss": 0.8636,
2700
+ "mean_token_accuracy": 0.7684857059270144,
2701
+ "num_tokens": 25212156.0,
2702
+ "step": 1900
2703
+ },
2704
+ {
2705
+ "epoch": 1.6908139987759419,
2706
+ "eval_biology_entropy": 2.0157932362556457,
2707
+ "eval_biology_loss": 2.122405529022217,
2708
+ "eval_biology_mean_token_accuracy": 0.5626547236442566,
2709
+ "eval_biology_num_tokens": 25212156.0,
2710
+ "eval_biology_runtime": 18.9641,
2711
+ "eval_biology_samples_per_second": 26.366,
2712
+ "eval_biology_steps_per_second": 13.183,
2713
+ "step": 1900
2714
+ },
2715
+ {
2716
+ "epoch": 1.6908139987759419,
2717
+ "eval_chemistry_entropy": 1.0041394897699356,
2718
+ "eval_chemistry_loss": 0.9633175134658813,
2719
+ "eval_chemistry_mean_token_accuracy": 0.7533679773807526,
2720
+ "eval_chemistry_num_tokens": 25212156.0,
2721
+ "eval_chemistry_runtime": 24.0415,
2722
+ "eval_chemistry_samples_per_second": 20.797,
2723
+ "eval_chemistry_steps_per_second": 10.399,
2724
+ "step": 1900
2725
+ },
2726
+ {
2727
+ "epoch": 1.6908139987759419,
2728
+ "eval_math_entropy": 0.9244353786706925,
2729
+ "eval_math_loss": 1.1229627132415771,
2730
+ "eval_math_mean_token_accuracy": 0.731002632856369,
2731
+ "eval_math_num_tokens": 25212156.0,
2732
+ "eval_math_runtime": 24.5063,
2733
+ "eval_math_samples_per_second": 20.403,
2734
+ "eval_math_steps_per_second": 10.201,
2735
+ "step": 1900
2736
+ },
2737
+ {
2738
+ "epoch": 1.6908139987759419,
2739
+ "eval_physics_entropy": 1.0216196060180665,
2740
+ "eval_physics_loss": 0.9995249509811401,
2741
+ "eval_physics_mean_token_accuracy": 0.750792946100235,
2742
+ "eval_physics_num_tokens": 25212156.0,
2743
+ "eval_physics_runtime": 28.7095,
2744
+ "eval_physics_samples_per_second": 17.416,
2745
+ "eval_physics_steps_per_second": 8.708,
2746
+ "step": 1900
2747
+ },
2748
+ {
2749
+ "entropy": 0.9993637457489968,
2750
+ "epoch": 1.699716241028209,
2751
+ "grad_norm": 0.69921875,
2752
+ "learning_rate": 8.081481481481483e-06,
2753
+ "loss": 0.8938,
2754
+ "mean_token_accuracy": 0.759690074622631,
2755
+ "num_tokens": 25345426.0,
2756
+ "step": 1910
2757
+ },
2758
+ {
2759
+ "entropy": 1.0246091675013305,
2760
+ "epoch": 1.7086184832804763,
2761
+ "grad_norm": 0.80078125,
2762
+ "learning_rate": 8.007407407407408e-06,
2763
+ "loss": 0.9378,
2764
+ "mean_token_accuracy": 0.7524834290146828,
2765
+ "num_tokens": 25469260.0,
2766
+ "step": 1920
2767
+ },
2768
+ {
2769
+ "entropy": 1.0245067680254578,
2770
+ "epoch": 1.7175207255327436,
2771
+ "grad_norm": 0.6640625,
2772
+ "learning_rate": 7.933333333333334e-06,
2773
+ "loss": 0.9315,
2774
+ "mean_token_accuracy": 0.7509147390723229,
2775
+ "num_tokens": 25601251.0,
2776
+ "step": 1930
2777
+ },
2778
+ {
2779
+ "entropy": 1.0039795268326999,
2780
+ "epoch": 1.7264229677850107,
2781
+ "grad_norm": 0.72265625,
2782
+ "learning_rate": 7.859259259259259e-06,
2783
+ "loss": 0.9036,
2784
+ "mean_token_accuracy": 0.7555113852024078,
2785
+ "num_tokens": 25730811.0,
2786
+ "step": 1940
2787
+ },
2788
+ {
2789
+ "entropy": 0.9806737070903182,
2790
+ "epoch": 1.7353252100372782,
2791
+ "grad_norm": 0.68359375,
2792
+ "learning_rate": 7.785185185185185e-06,
2793
+ "loss": 0.9032,
2794
+ "mean_token_accuracy": 0.7609169717878104,
2795
+ "num_tokens": 25867878.0,
2796
+ "step": 1950
2797
+ },
2798
+ {
2799
+ "entropy": 0.9942740418016911,
2800
+ "epoch": 1.7442274522895453,
2801
+ "grad_norm": 0.7109375,
2802
+ "learning_rate": 7.711111111111112e-06,
2803
+ "loss": 0.9016,
2804
+ "mean_token_accuracy": 0.7598113764077425,
2805
+ "num_tokens": 25998521.0,
2806
+ "step": 1960
2807
+ },
2808
+ {
2809
+ "entropy": 0.9879547640681267,
2810
+ "epoch": 1.7531296945418127,
2811
+ "grad_norm": 0.7734375,
2812
+ "learning_rate": 7.637037037037037e-06,
2813
+ "loss": 0.8935,
2814
+ "mean_token_accuracy": 0.761596117913723,
2815
+ "num_tokens": 26135246.0,
2816
+ "step": 1970
2817
+ },
2818
+ {
2819
+ "entropy": 0.9436089185997844,
2820
+ "epoch": 1.76203193679408,
2821
+ "grad_norm": 0.73828125,
2822
+ "learning_rate": 7.562962962962963e-06,
2823
+ "loss": 0.8681,
2824
+ "mean_token_accuracy": 0.7667636949568987,
2825
+ "num_tokens": 26266131.0,
2826
+ "step": 1980
2827
+ },
2828
+ {
2829
+ "entropy": 0.9930436752736569,
2830
+ "epoch": 1.7709341790463473,
2831
+ "grad_norm": 0.625,
2832
+ "learning_rate": 7.48888888888889e-06,
2833
+ "loss": 0.9035,
2834
+ "mean_token_accuracy": 0.7570448875427246,
2835
+ "num_tokens": 26401317.0,
2836
+ "step": 1990
2837
+ },
2838
+ {
2839
+ "entropy": 0.9844840195029974,
2840
+ "epoch": 1.7798364212986146,
2841
+ "grad_norm": 0.7109375,
2842
+ "learning_rate": 7.4148148148148155e-06,
2843
+ "loss": 0.8806,
2844
+ "mean_token_accuracy": 0.7603437446057797,
2845
+ "num_tokens": 26530594.0,
2846
+ "step": 2000
2847
+ },
2848
+ {
2849
+ "epoch": 1.7798364212986146,
2850
+ "eval_biology_entropy": 2.0130158250331878,
2851
+ "eval_biology_loss": 2.1220955848693848,
2852
+ "eval_biology_mean_token_accuracy": 0.5627384769916535,
2853
+ "eval_biology_num_tokens": 26530594.0,
2854
+ "eval_biology_runtime": 19.0207,
2855
+ "eval_biology_samples_per_second": 26.287,
2856
+ "eval_biology_steps_per_second": 13.144,
2857
+ "step": 2000
2858
+ },
2859
+ {
2860
+ "epoch": 1.7798364212986146,
2861
+ "eval_chemistry_entropy": 1.0035682756900788,
2862
+ "eval_chemistry_loss": 0.9626900553703308,
2863
+ "eval_chemistry_mean_token_accuracy": 0.7535324826240539,
2864
+ "eval_chemistry_num_tokens": 26530594.0,
2865
+ "eval_chemistry_runtime": 23.9451,
2866
+ "eval_chemistry_samples_per_second": 20.881,
2867
+ "eval_chemistry_steps_per_second": 10.441,
2868
+ "step": 2000
2869
+ },
2870
+ {
2871
+ "epoch": 1.7798364212986146,
2872
+ "eval_math_entropy": 0.9233778233528137,
2873
+ "eval_math_loss": 1.1230123043060303,
2874
+ "eval_math_mean_token_accuracy": 0.7310037231445312,
2875
+ "eval_math_num_tokens": 26530594.0,
2876
+ "eval_math_runtime": 24.4147,
2877
+ "eval_math_samples_per_second": 20.48,
2878
+ "eval_math_steps_per_second": 10.24,
2879
+ "step": 2000
2880
+ },
2881
+ {
2882
+ "epoch": 1.7798364212986146,
2883
+ "eval_physics_entropy": 1.020226985692978,
2884
+ "eval_physics_loss": 0.9989672303199768,
2885
+ "eval_physics_mean_token_accuracy": 0.7507679476737976,
2886
+ "eval_physics_num_tokens": 26530594.0,
2887
+ "eval_physics_runtime": 28.6625,
2888
+ "eval_physics_samples_per_second": 17.444,
2889
+ "eval_physics_steps_per_second": 8.722,
2890
+ "step": 2000
2891
+ }
2892
+ ],
2893
+ "logging_steps": 10,
2894
+ "max_steps": 3000,
2895
+ "num_input_tokens_seen": 0,
2896
+ "num_train_epochs": 3,
2897
+ "save_steps": 500,
2898
+ "stateful_callbacks": {
2899
+ "TrainerControl": {
2900
+ "args": {
2901
+ "should_epoch_stop": false,
2902
+ "should_evaluate": false,
2903
+ "should_log": false,
2904
+ "should_save": true,
2905
+ "should_training_stop": false
2906
+ },
2907
+ "attributes": {}
2908
+ }
2909
+ },
2910
+ "total_flos": 1.4034704980628767e+18,
2911
+ "train_batch_size": 2,
2912
+ "trial_name": null,
2913
+ "trial_params": null
2914
+ }
checkpoint-2000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2eb9a34e89b7d8c95a81493eb6544aba0518c88426dff960a23b34fb84d634b2
3
+ size 6481
checkpoint-2000/vocab.json ADDED
The diff for this file is too large to render. See raw diff