HectorHe commited on
Commit
7786777
·
verified ·
1 Parent(s): 9061a08

Model save

Browse files
README.md ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: allenai/OLMoE-1B-7B-0125
3
+ library_name: transformers
4
+ model_name: OLMoE-1B-7B-0125-sft-s1K
5
+ tags:
6
+ - generated_from_trainer
7
+ - trl
8
+ - sft
9
+ licence: license
10
+ ---
11
+
12
+ # Model Card for OLMoE-1B-7B-0125-sft-s1K
13
+
14
+ This model is a fine-tuned version of [allenai/OLMoE-1B-7B-0125](https://huggingface.co/allenai/OLMoE-1B-7B-0125).
15
+ It has been trained using [TRL](https://github.com/huggingface/trl).
16
+
17
+ ## Quick start
18
+
19
+ ```python
20
+ from transformers import pipeline
21
+
22
+ question = "If you had a time machine, but could only go to the past or the future once and never return, which would you choose and why?"
23
+ generator = pipeline("text-generation", model="HectorHe/OLMoE-1B-7B-0125-sft-s1K", device="cuda")
24
+ output = generator([{"role": "user", "content": question}], max_new_tokens=128, return_full_text=False)[0]
25
+ print(output["generated_text"])
26
+ ```
27
+
28
+ ## Training procedure
29
+
30
+ [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="150" height="24"/>](https://wandb.ai/hector_-carnegie-mellon-university/huggingface/runs/peejphwz)
31
+
32
+
33
+ This model was trained with SFT.
34
+
35
+ ### Framework versions
36
+
37
+ - TRL: 0.18.0
38
+ - Transformers: 4.55.2
39
+ - Pytorch: 2.6.0
40
+ - Datasets: 4.0.0
41
+ - Tokenizers: 0.21.4
42
+
43
+ ## Citations
44
+
45
+
46
+
47
+ Cite TRL as:
48
+
49
+ ```bibtex
50
+ @misc{vonwerra2022trl,
51
+ title = {{TRL: Transformer Reinforcement Learning}},
52
+ author = {Leandro von Werra and Younes Belkada and Lewis Tunstall and Edward Beeching and Tristan Thrush and Nathan Lambert and Shengyi Huang and Kashif Rasul and Quentin Gallou{\'e}dec},
53
+ year = 2020,
54
+ journal = {GitHub repository},
55
+ publisher = {GitHub},
56
+ howpublished = {\url{https://github.com/huggingface/trl}}
57
+ }
58
+ ```
all_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "total_flos": 39782134579200.0,
3
+ "train_loss": 1.4404595375061036,
4
+ "train_runtime": 2942.5505,
5
+ "train_samples": 1000,
6
+ "train_samples_per_second": 2.048,
7
+ "train_steps_per_second": 0.065
8
+ }
generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "eos_token_id": 50279,
4
+ "pad_token_id": 1,
5
+ "transformers_version": "4.55.2"
6
+ }
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "total_flos": 39782134579200.0,
3
+ "train_loss": 1.4404595375061036,
4
+ "train_runtime": 2942.5505,
5
+ "train_samples": 1000,
6
+ "train_samples_per_second": 2.048,
7
+ "train_steps_per_second": 0.065
8
+ }
trainer_state.json ADDED
@@ -0,0 +1,1753 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 5.0,
6
+ "eval_steps": 500,
7
+ "global_step": 190,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 0.02631578947368421,
14
+ "grad_norm": 9.144888032555306,
15
+ "learning_rate": 0.0,
16
+ "loss": 3.0197,
17
+ "mean_token_accuracy": 0.435130774974823,
18
+ "num_tokens": 262144.0,
19
+ "step": 1
20
+ },
21
+ {
22
+ "epoch": 0.05263157894736842,
23
+ "grad_norm": 9.089893864449401,
24
+ "learning_rate": 5.263157894736843e-07,
25
+ "loss": 3.0448,
26
+ "mean_token_accuracy": 0.43275395035743713,
27
+ "num_tokens": 524288.0,
28
+ "step": 2
29
+ },
30
+ {
31
+ "epoch": 0.07894736842105263,
32
+ "grad_norm": 8.764265040006972,
33
+ "learning_rate": 1.0526315789473685e-06,
34
+ "loss": 3.1011,
35
+ "mean_token_accuracy": 0.4325822591781616,
36
+ "num_tokens": 786432.0,
37
+ "step": 3
38
+ },
39
+ {
40
+ "epoch": 0.10526315789473684,
41
+ "grad_norm": 9.548287094326655,
42
+ "learning_rate": 1.5789473684210526e-06,
43
+ "loss": 3.0779,
44
+ "mean_token_accuracy": 0.43555426597595215,
45
+ "num_tokens": 1048576.0,
46
+ "step": 4
47
+ },
48
+ {
49
+ "epoch": 0.13157894736842105,
50
+ "grad_norm": 9.17331273114906,
51
+ "learning_rate": 2.105263157894737e-06,
52
+ "loss": 2.9723,
53
+ "mean_token_accuracy": 0.4433600902557373,
54
+ "num_tokens": 1310720.0,
55
+ "step": 5
56
+ },
57
+ {
58
+ "epoch": 0.15789473684210525,
59
+ "grad_norm": 9.240746915878553,
60
+ "learning_rate": 2.631578947368421e-06,
61
+ "loss": 2.9841,
62
+ "mean_token_accuracy": 0.44807180762290955,
63
+ "num_tokens": 1572864.0,
64
+ "step": 6
65
+ },
66
+ {
67
+ "epoch": 0.18421052631578946,
68
+ "grad_norm": 7.341867990328414,
69
+ "learning_rate": 3.157894736842105e-06,
70
+ "loss": 2.9011,
71
+ "mean_token_accuracy": 0.4490027129650116,
72
+ "num_tokens": 1835008.0,
73
+ "step": 7
74
+ },
75
+ {
76
+ "epoch": 0.21052631578947367,
77
+ "grad_norm": 6.348735555429503,
78
+ "learning_rate": 3.6842105263157896e-06,
79
+ "loss": 2.8076,
80
+ "mean_token_accuracy": 0.4570488929748535,
81
+ "num_tokens": 2097152.0,
82
+ "step": 8
83
+ },
84
+ {
85
+ "epoch": 0.23684210526315788,
86
+ "grad_norm": 6.306969416042576,
87
+ "learning_rate": 4.210526315789474e-06,
88
+ "loss": 2.8711,
89
+ "mean_token_accuracy": 0.44867080450057983,
90
+ "num_tokens": 2359296.0,
91
+ "step": 9
92
+ },
93
+ {
94
+ "epoch": 0.2631578947368421,
95
+ "grad_norm": 4.435909523033183,
96
+ "learning_rate": 4.736842105263158e-06,
97
+ "loss": 2.721,
98
+ "mean_token_accuracy": 0.4588572680950165,
99
+ "num_tokens": 2621440.0,
100
+ "step": 10
101
+ },
102
+ {
103
+ "epoch": 0.2894736842105263,
104
+ "grad_norm": 3.9993913214616366,
105
+ "learning_rate": 5.263157894736842e-06,
106
+ "loss": 2.6792,
107
+ "mean_token_accuracy": 0.4573693573474884,
108
+ "num_tokens": 2883584.0,
109
+ "step": 11
110
+ },
111
+ {
112
+ "epoch": 0.3157894736842105,
113
+ "grad_norm": 3.923561561790813,
114
+ "learning_rate": 5.789473684210527e-06,
115
+ "loss": 2.6165,
116
+ "mean_token_accuracy": 0.4673383831977844,
117
+ "num_tokens": 3145728.0,
118
+ "step": 12
119
+ },
120
+ {
121
+ "epoch": 0.34210526315789475,
122
+ "grad_norm": 3.527199323221065,
123
+ "learning_rate": 6.31578947368421e-06,
124
+ "loss": 2.5569,
125
+ "mean_token_accuracy": 0.46943292021751404,
126
+ "num_tokens": 3407872.0,
127
+ "step": 13
128
+ },
129
+ {
130
+ "epoch": 0.3684210526315789,
131
+ "grad_norm": 3.540386269836106,
132
+ "learning_rate": 6.842105263157896e-06,
133
+ "loss": 2.4068,
134
+ "mean_token_accuracy": 0.48950067162513733,
135
+ "num_tokens": 3670016.0,
136
+ "step": 14
137
+ },
138
+ {
139
+ "epoch": 0.39473684210526316,
140
+ "grad_norm": 2.8367351336803397,
141
+ "learning_rate": 7.368421052631579e-06,
142
+ "loss": 2.38,
143
+ "mean_token_accuracy": 0.4991988241672516,
144
+ "num_tokens": 3932160.0,
145
+ "step": 15
146
+ },
147
+ {
148
+ "epoch": 0.42105263157894735,
149
+ "grad_norm": 2.7891206971825206,
150
+ "learning_rate": 7.894736842105265e-06,
151
+ "loss": 2.4209,
152
+ "mean_token_accuracy": 0.4855557978153229,
153
+ "num_tokens": 4194304.0,
154
+ "step": 16
155
+ },
156
+ {
157
+ "epoch": 0.4473684210526316,
158
+ "grad_norm": 2.215561269771985,
159
+ "learning_rate": 8.421052631578948e-06,
160
+ "loss": 2.3677,
161
+ "mean_token_accuracy": 0.4911602735519409,
162
+ "num_tokens": 4456448.0,
163
+ "step": 17
164
+ },
165
+ {
166
+ "epoch": 0.47368421052631576,
167
+ "grad_norm": 2.2769577851472915,
168
+ "learning_rate": 8.947368421052632e-06,
169
+ "loss": 2.238,
170
+ "mean_token_accuracy": 0.5115599632263184,
171
+ "num_tokens": 4718592.0,
172
+ "step": 18
173
+ },
174
+ {
175
+ "epoch": 0.5,
176
+ "grad_norm": 2.2246857453539426,
177
+ "learning_rate": 9.473684210526315e-06,
178
+ "loss": 2.1407,
179
+ "mean_token_accuracy": 0.5227155089378357,
180
+ "num_tokens": 4980736.0,
181
+ "step": 19
182
+ },
183
+ {
184
+ "epoch": 0.5263157894736842,
185
+ "grad_norm": 2.0661055710278697,
186
+ "learning_rate": 1e-05,
187
+ "loss": 2.207,
188
+ "mean_token_accuracy": 0.5132614970207214,
189
+ "num_tokens": 5242880.0,
190
+ "step": 20
191
+ },
192
+ {
193
+ "epoch": 0.5526315789473685,
194
+ "grad_norm": 2.1978917959916364,
195
+ "learning_rate": 9.999240587349952e-06,
196
+ "loss": 2.0393,
197
+ "mean_token_accuracy": 0.5380829572677612,
198
+ "num_tokens": 5505024.0,
199
+ "step": 21
200
+ },
201
+ {
202
+ "epoch": 0.5789473684210527,
203
+ "grad_norm": 1.9187572184546404,
204
+ "learning_rate": 9.996962605714288e-06,
205
+ "loss": 2.0578,
206
+ "mean_token_accuracy": 0.5336993336677551,
207
+ "num_tokens": 5767168.0,
208
+ "step": 22
209
+ },
210
+ {
211
+ "epoch": 0.6052631578947368,
212
+ "grad_norm": 1.751193492821015,
213
+ "learning_rate": 9.993166823949924e-06,
214
+ "loss": 2.007,
215
+ "mean_token_accuracy": 0.5419515371322632,
216
+ "num_tokens": 6029312.0,
217
+ "step": 23
218
+ },
219
+ {
220
+ "epoch": 0.631578947368421,
221
+ "grad_norm": 1.7120403735686438,
222
+ "learning_rate": 9.987854523196724e-06,
223
+ "loss": 1.9728,
224
+ "mean_token_accuracy": 0.5452325940132141,
225
+ "num_tokens": 6291456.0,
226
+ "step": 24
227
+ },
228
+ {
229
+ "epoch": 0.6578947368421053,
230
+ "grad_norm": 1.6167100976334166,
231
+ "learning_rate": 9.981027496445084e-06,
232
+ "loss": 1.97,
233
+ "mean_token_accuracy": 0.5456637144088745,
234
+ "num_tokens": 6553600.0,
235
+ "step": 25
236
+ },
237
+ {
238
+ "epoch": 0.6842105263157895,
239
+ "grad_norm": 1.6494993317134798,
240
+ "learning_rate": 9.972688047930773e-06,
241
+ "loss": 1.9057,
242
+ "mean_token_accuracy": 0.5569413304328918,
243
+ "num_tokens": 6815744.0,
244
+ "step": 26
245
+ },
246
+ {
247
+ "epoch": 0.7105263157894737,
248
+ "grad_norm": 1.4116871328104919,
249
+ "learning_rate": 9.962838992357212e-06,
250
+ "loss": 1.8411,
251
+ "mean_token_accuracy": 0.5720035433769226,
252
+ "num_tokens": 7077888.0,
253
+ "step": 27
254
+ },
255
+ {
256
+ "epoch": 0.7368421052631579,
257
+ "grad_norm": 1.3548679701598223,
258
+ "learning_rate": 9.951483653945461e-06,
259
+ "loss": 1.8332,
260
+ "mean_token_accuracy": 0.5701990127563477,
261
+ "num_tokens": 7340032.0,
262
+ "step": 28
263
+ },
264
+ {
265
+ "epoch": 0.7631578947368421,
266
+ "grad_norm": 1.5289726872863745,
267
+ "learning_rate": 9.938625865312252e-06,
268
+ "loss": 1.8215,
269
+ "mean_token_accuracy": 0.5682075023651123,
270
+ "num_tokens": 7602176.0,
271
+ "step": 29
272
+ },
273
+ {
274
+ "epoch": 0.7894736842105263,
275
+ "grad_norm": 1.4048047900834215,
276
+ "learning_rate": 9.9242699661764e-06,
277
+ "loss": 1.764,
278
+ "mean_token_accuracy": 0.5825715661048889,
279
+ "num_tokens": 7864320.0,
280
+ "step": 30
281
+ },
282
+ {
283
+ "epoch": 0.8157894736842105,
284
+ "grad_norm": 1.3199591889964046,
285
+ "learning_rate": 9.908420801894083e-06,
286
+ "loss": 1.698,
287
+ "mean_token_accuracy": 0.5920604467391968,
288
+ "num_tokens": 8118799.0,
289
+ "step": 31
290
+ },
291
+ {
292
+ "epoch": 0.8421052631578947,
293
+ "grad_norm": 1.2695821423340337,
294
+ "learning_rate": 9.89108372182346e-06,
295
+ "loss": 1.7723,
296
+ "mean_token_accuracy": 0.581972599029541,
297
+ "num_tokens": 8380943.0,
298
+ "step": 32
299
+ },
300
+ {
301
+ "epoch": 0.868421052631579,
302
+ "grad_norm": 1.2217610450324474,
303
+ "learning_rate": 9.872264577519163e-06,
304
+ "loss": 1.6117,
305
+ "mean_token_accuracy": 0.6087397933006287,
306
+ "num_tokens": 8643087.0,
307
+ "step": 33
308
+ },
309
+ {
310
+ "epoch": 0.8947368421052632,
311
+ "grad_norm": 1.5890070323202978,
312
+ "learning_rate": 9.8519697207573e-06,
313
+ "loss": 1.6977,
314
+ "mean_token_accuracy": 0.5938796997070312,
315
+ "num_tokens": 8905231.0,
316
+ "step": 34
317
+ },
318
+ {
319
+ "epoch": 0.9210526315789473,
320
+ "grad_norm": 18.086842934362615,
321
+ "learning_rate": 9.830206001391627e-06,
322
+ "loss": 1.6338,
323
+ "mean_token_accuracy": 0.610822856426239,
324
+ "num_tokens": 9167375.0,
325
+ "step": 35
326
+ },
327
+ {
328
+ "epoch": 0.9473684210526315,
329
+ "grad_norm": 1.47252943858889,
330
+ "learning_rate": 9.806980765041615e-06,
331
+ "loss": 1.6437,
332
+ "mean_token_accuracy": 0.6038067936897278,
333
+ "num_tokens": 9429519.0,
334
+ "step": 36
335
+ },
336
+ {
337
+ "epoch": 0.9736842105263158,
338
+ "grad_norm": 1.1229751841198494,
339
+ "learning_rate": 9.782301850613165e-06,
340
+ "loss": 1.591,
341
+ "mean_token_accuracy": 0.6120895147323608,
342
+ "num_tokens": 9691663.0,
343
+ "step": 37
344
+ },
345
+ {
346
+ "epoch": 1.0,
347
+ "grad_norm": 1.0329182091569846,
348
+ "learning_rate": 9.756177587652857e-06,
349
+ "loss": 1.6121,
350
+ "mean_token_accuracy": 0.6088923811912537,
351
+ "num_tokens": 9953807.0,
352
+ "step": 38
353
+ },
354
+ {
355
+ "epoch": 1.0263157894736843,
356
+ "grad_norm": 1.037629173374562,
357
+ "learning_rate": 9.728616793536588e-06,
358
+ "loss": 1.5069,
359
+ "mean_token_accuracy": 0.6265947222709656,
360
+ "num_tokens": 10215951.0,
361
+ "step": 39
362
+ },
363
+ {
364
+ "epoch": 1.0526315789473684,
365
+ "grad_norm": 1.1247130552032012,
366
+ "learning_rate": 9.699628770493557e-06,
367
+ "loss": 1.6151,
368
+ "mean_token_accuracy": 0.6127304434776306,
369
+ "num_tokens": 10478095.0,
370
+ "step": 40
371
+ },
372
+ {
373
+ "epoch": 1.0789473684210527,
374
+ "grad_norm": 0.9326470270807049,
375
+ "learning_rate": 9.669223302466609e-06,
376
+ "loss": 1.5202,
377
+ "mean_token_accuracy": 0.6245765089988708,
378
+ "num_tokens": 10740239.0,
379
+ "step": 41
380
+ },
381
+ {
382
+ "epoch": 1.1052631578947367,
383
+ "grad_norm": 1.081738987272881,
384
+ "learning_rate": 9.637410651809985e-06,
385
+ "loss": 1.4707,
386
+ "mean_token_accuracy": 0.639268696308136,
387
+ "num_tokens": 11002383.0,
388
+ "step": 42
389
+ },
390
+ {
391
+ "epoch": 1.131578947368421,
392
+ "grad_norm": 1.0128599536731275,
393
+ "learning_rate": 9.604201555825618e-06,
394
+ "loss": 1.5681,
395
+ "mean_token_accuracy": 0.6182166337966919,
396
+ "num_tokens": 11264527.0,
397
+ "step": 43
398
+ },
399
+ {
400
+ "epoch": 1.1578947368421053,
401
+ "grad_norm": 0.9486897801531551,
402
+ "learning_rate": 9.5696072231391e-06,
403
+ "loss": 1.4973,
404
+ "mean_token_accuracy": 0.6312530636787415,
405
+ "num_tokens": 11526671.0,
406
+ "step": 44
407
+ },
408
+ {
409
+ "epoch": 1.1842105263157894,
410
+ "grad_norm": 0.9528661635292972,
411
+ "learning_rate": 9.533639329916592e-06,
412
+ "loss": 1.3808,
413
+ "mean_token_accuracy": 0.6557158827781677,
414
+ "num_tokens": 11788815.0,
415
+ "step": 45
416
+ },
417
+ {
418
+ "epoch": 1.2105263157894737,
419
+ "grad_norm": 15.454966425556524,
420
+ "learning_rate": 9.496310015923921e-06,
421
+ "loss": 1.5053,
422
+ "mean_token_accuracy": 0.6316651105880737,
423
+ "num_tokens": 12050959.0,
424
+ "step": 46
425
+ },
426
+ {
427
+ "epoch": 1.236842105263158,
428
+ "grad_norm": 0.9538351658576188,
429
+ "learning_rate": 9.4576318804292e-06,
430
+ "loss": 1.4802,
431
+ "mean_token_accuracy": 0.6355336904525757,
432
+ "num_tokens": 12313103.0,
433
+ "step": 47
434
+ },
435
+ {
436
+ "epoch": 1.263157894736842,
437
+ "grad_norm": 0.8318020814980096,
438
+ "learning_rate": 9.417617977950383e-06,
439
+ "loss": 1.4011,
440
+ "mean_token_accuracy": 0.6495734453201294,
441
+ "num_tokens": 12575247.0,
442
+ "step": 48
443
+ },
444
+ {
445
+ "epoch": 1.2894736842105263,
446
+ "grad_norm": 0.87491229088957,
447
+ "learning_rate": 9.376281813849114e-06,
448
+ "loss": 1.4425,
449
+ "mean_token_accuracy": 0.6401004195213318,
450
+ "num_tokens": 12837391.0,
451
+ "step": 49
452
+ },
453
+ {
454
+ "epoch": 1.3157894736842106,
455
+ "grad_norm": 13.352523689341348,
456
+ "learning_rate": 9.333637339772472e-06,
457
+ "loss": 1.4498,
458
+ "mean_token_accuracy": 0.6377197504043579,
459
+ "num_tokens": 13099535.0,
460
+ "step": 50
461
+ },
462
+ {
463
+ "epoch": 1.3421052631578947,
464
+ "grad_norm": 2.6904758771681445,
465
+ "learning_rate": 9.289698948944046e-06,
466
+ "loss": 1.3891,
467
+ "mean_token_accuracy": 0.6509392857551575,
468
+ "num_tokens": 13361679.0,
469
+ "step": 51
470
+ },
471
+ {
472
+ "epoch": 1.368421052631579,
473
+ "grad_norm": 1.035669421403492,
474
+ "learning_rate": 9.244481471305977e-06,
475
+ "loss": 1.3858,
476
+ "mean_token_accuracy": 0.6511223912239075,
477
+ "num_tokens": 13623823.0,
478
+ "step": 52
479
+ },
480
+ {
481
+ "epoch": 1.3947368421052633,
482
+ "grad_norm": 88.70855789773888,
483
+ "learning_rate": 9.198000168513604e-06,
484
+ "loss": 1.4689,
485
+ "mean_token_accuracy": 0.6373191475868225,
486
+ "num_tokens": 13885967.0,
487
+ "step": 53
488
+ },
489
+ {
490
+ "epoch": 1.4210526315789473,
491
+ "grad_norm": 0.8796467760984398,
492
+ "learning_rate": 9.150270728784411e-06,
493
+ "loss": 1.441,
494
+ "mean_token_accuracy": 0.6398676633834839,
495
+ "num_tokens": 14148111.0,
496
+ "step": 54
497
+ },
498
+ {
499
+ "epoch": 1.4473684210526316,
500
+ "grad_norm": 0.8537471648823969,
501
+ "learning_rate": 9.101309261602978e-06,
502
+ "loss": 1.4113,
503
+ "mean_token_accuracy": 0.6479100584983826,
504
+ "num_tokens": 14410255.0,
505
+ "step": 55
506
+ },
507
+ {
508
+ "epoch": 1.4736842105263157,
509
+ "grad_norm": 0.8164741757465972,
510
+ "learning_rate": 9.051132292283772e-06,
511
+ "loss": 1.4088,
512
+ "mean_token_accuracy": 0.6451835036277771,
513
+ "num_tokens": 14664734.0,
514
+ "step": 56
515
+ },
516
+ {
517
+ "epoch": 1.5,
518
+ "grad_norm": 0.8363413113484846,
519
+ "learning_rate": 8.999756756393562e-06,
520
+ "loss": 1.4238,
521
+ "mean_token_accuracy": 0.6428511738777161,
522
+ "num_tokens": 14926878.0,
523
+ "step": 57
524
+ },
525
+ {
526
+ "epoch": 1.526315789473684,
527
+ "grad_norm": 0.7766725489164594,
528
+ "learning_rate": 8.947199994035402e-06,
529
+ "loss": 1.3153,
530
+ "mean_token_accuracy": 0.6633500456809998,
531
+ "num_tokens": 15189022.0,
532
+ "step": 58
533
+ },
534
+ {
535
+ "epoch": 1.5526315789473686,
536
+ "grad_norm": 0.8059596602743602,
537
+ "learning_rate": 8.893479743996034e-06,
538
+ "loss": 1.3448,
539
+ "mean_token_accuracy": 0.65765780210495,
540
+ "num_tokens": 15451166.0,
541
+ "step": 59
542
+ },
543
+ {
544
+ "epoch": 1.5789473684210527,
545
+ "grad_norm": 0.7324537445066931,
546
+ "learning_rate": 8.838614137758767e-06,
547
+ "loss": 1.3363,
548
+ "mean_token_accuracy": 0.6614806056022644,
549
+ "num_tokens": 15713310.0,
550
+ "step": 60
551
+ },
552
+ {
553
+ "epoch": 1.6052631578947367,
554
+ "grad_norm": 0.77781086842083,
555
+ "learning_rate": 8.782621693383793e-06,
556
+ "loss": 1.4157,
557
+ "mean_token_accuracy": 0.6485319137573242,
558
+ "num_tokens": 15975454.0,
559
+ "step": 61
560
+ },
561
+ {
562
+ "epoch": 1.631578947368421,
563
+ "grad_norm": 0.7061723115441305,
564
+ "learning_rate": 8.725521309258031e-06,
565
+ "loss": 1.3202,
566
+ "mean_token_accuracy": 0.6643381714820862,
567
+ "num_tokens": 16237598.0,
568
+ "step": 62
569
+ },
570
+ {
571
+ "epoch": 1.6578947368421053,
572
+ "grad_norm": 0.7141045939197578,
573
+ "learning_rate": 8.667332257716603e-06,
574
+ "loss": 1.3325,
575
+ "mean_token_accuracy": 0.6641473770141602,
576
+ "num_tokens": 16499742.0,
577
+ "step": 63
578
+ },
579
+ {
580
+ "epoch": 1.6842105263157894,
581
+ "grad_norm": 0.740270282620103,
582
+ "learning_rate": 8.608074178538101e-06,
583
+ "loss": 1.428,
584
+ "mean_token_accuracy": 0.6470096707344055,
585
+ "num_tokens": 16761886.0,
586
+ "step": 64
587
+ },
588
+ {
589
+ "epoch": 1.7105263157894737,
590
+ "grad_norm": 0.6639377114211265,
591
+ "learning_rate": 8.547767072315835e-06,
592
+ "loss": 1.4018,
593
+ "mean_token_accuracy": 0.6485319137573242,
594
+ "num_tokens": 17024030.0,
595
+ "step": 65
596
+ },
597
+ {
598
+ "epoch": 1.736842105263158,
599
+ "grad_norm": 0.6739541270775268,
600
+ "learning_rate": 8.486431293707298e-06,
601
+ "loss": 1.3142,
602
+ "mean_token_accuracy": 0.6693703532218933,
603
+ "num_tokens": 17286174.0,
604
+ "step": 66
605
+ },
606
+ {
607
+ "epoch": 1.763157894736842,
608
+ "grad_norm": 1.5441747838886493,
609
+ "learning_rate": 8.42408754456412e-06,
610
+ "loss": 1.3586,
611
+ "mean_token_accuracy": 0.6568832993507385,
612
+ "num_tokens": 17548318.0,
613
+ "step": 67
614
+ },
615
+ {
616
+ "epoch": 1.7894736842105263,
617
+ "grad_norm": 0.7004893065739863,
618
+ "learning_rate": 8.360756866944858e-06,
619
+ "loss": 1.3285,
620
+ "mean_token_accuracy": 0.6602864265441895,
621
+ "num_tokens": 17810462.0,
622
+ "step": 68
623
+ },
624
+ {
625
+ "epoch": 1.8157894736842106,
626
+ "grad_norm": 0.6598266465075178,
627
+ "learning_rate": 8.296460636012942e-06,
628
+ "loss": 1.3476,
629
+ "mean_token_accuracy": 0.6597141623497009,
630
+ "num_tokens": 18072606.0,
631
+ "step": 69
632
+ },
633
+ {
634
+ "epoch": 1.8421052631578947,
635
+ "grad_norm": 3.373108959827941,
636
+ "learning_rate": 8.231220552822206e-06,
637
+ "loss": 1.3502,
638
+ "mean_token_accuracy": 0.6596264243125916,
639
+ "num_tokens": 18334750.0,
640
+ "step": 70
641
+ },
642
+ {
643
+ "epoch": 1.868421052631579,
644
+ "grad_norm": 0.7335650187416184,
645
+ "learning_rate": 8.165058636992411e-06,
646
+ "loss": 1.3047,
647
+ "mean_token_accuracy": 0.670862078666687,
648
+ "num_tokens": 18596894.0,
649
+ "step": 71
650
+ },
651
+ {
652
+ "epoch": 1.8947368421052633,
653
+ "grad_norm": 0.6500785746933061,
654
+ "learning_rate": 8.09799721927726e-06,
655
+ "loss": 1.3302,
656
+ "mean_token_accuracy": 0.6620299816131592,
657
+ "num_tokens": 18859038.0,
658
+ "step": 72
659
+ },
660
+ {
661
+ "epoch": 1.9210526315789473,
662
+ "grad_norm": 0.6274604158335885,
663
+ "learning_rate": 8.030058934027395e-06,
664
+ "loss": 1.2792,
665
+ "mean_token_accuracy": 0.6728650331497192,
666
+ "num_tokens": 19121182.0,
667
+ "step": 73
668
+ },
669
+ {
670
+ "epoch": 1.9473684210526314,
671
+ "grad_norm": 0.6291519836042733,
672
+ "learning_rate": 7.961266711550922e-06,
673
+ "loss": 1.3297,
674
+ "mean_token_accuracy": 0.6599164009094238,
675
+ "num_tokens": 19383326.0,
676
+ "step": 74
677
+ },
678
+ {
679
+ "epoch": 1.973684210526316,
680
+ "grad_norm": 0.6444596016200881,
681
+ "learning_rate": 7.891643770374052e-06,
682
+ "loss": 1.3164,
683
+ "mean_token_accuracy": 0.6649523973464966,
684
+ "num_tokens": 19645470.0,
685
+ "step": 75
686
+ },
687
+ {
688
+ "epoch": 2.0,
689
+ "grad_norm": 28.209700826902587,
690
+ "learning_rate": 7.821213609404459e-06,
691
+ "loss": 1.3146,
692
+ "mean_token_accuracy": 0.6623695492744446,
693
+ "num_tokens": 19907614.0,
694
+ "step": 76
695
+ },
696
+ {
697
+ "epoch": 2.026315789473684,
698
+ "grad_norm": 0.708893212650595,
699
+ "learning_rate": 7.75e-06,
700
+ "loss": 1.2725,
701
+ "mean_token_accuracy": 0.6715068221092224,
702
+ "num_tokens": 20169758.0,
703
+ "step": 77
704
+ },
705
+ {
706
+ "epoch": 2.0526315789473686,
707
+ "grad_norm": 0.9273454935271076,
708
+ "learning_rate": 7.678026977945497e-06,
709
+ "loss": 1.2723,
710
+ "mean_token_accuracy": 0.6746886968612671,
711
+ "num_tokens": 20431902.0,
712
+ "step": 78
713
+ },
714
+ {
715
+ "epoch": 2.0789473684210527,
716
+ "grad_norm": 0.6077828732079009,
717
+ "learning_rate": 7.605318835340237e-06,
718
+ "loss": 1.1928,
719
+ "mean_token_accuracy": 0.6885720491409302,
720
+ "num_tokens": 20694046.0,
721
+ "step": 79
722
+ },
723
+ {
724
+ "epoch": 2.1052631578947367,
725
+ "grad_norm": 0.6625126850722808,
726
+ "learning_rate": 7.531900112399004e-06,
727
+ "loss": 1.2694,
728
+ "mean_token_accuracy": 0.6737463474273682,
729
+ "num_tokens": 20956190.0,
730
+ "step": 80
731
+ },
732
+ {
733
+ "epoch": 2.1315789473684212,
734
+ "grad_norm": 0.6763431442698962,
735
+ "learning_rate": 7.4577955891693295e-06,
736
+ "loss": 1.2715,
737
+ "mean_token_accuracy": 0.6732046008110046,
738
+ "num_tokens": 21218334.0,
739
+ "step": 81
740
+ },
741
+ {
742
+ "epoch": 2.1578947368421053,
743
+ "grad_norm": 0.5832389341094574,
744
+ "learning_rate": 7.383030277167825e-06,
745
+ "loss": 1.2205,
746
+ "mean_token_accuracy": 0.683753490447998,
747
+ "num_tokens": 21480478.0,
748
+ "step": 82
749
+ },
750
+ {
751
+ "epoch": 2.1842105263157894,
752
+ "grad_norm": 2.2405291609094293,
753
+ "learning_rate": 7.307629410938364e-06,
754
+ "loss": 1.278,
755
+ "mean_token_accuracy": 0.6732503771781921,
756
+ "num_tokens": 21742622.0,
757
+ "step": 83
758
+ },
759
+ {
760
+ "epoch": 2.2105263157894735,
761
+ "grad_norm": 2.138457688507137,
762
+ "learning_rate": 7.231618439535006e-06,
763
+ "loss": 1.2778,
764
+ "mean_token_accuracy": 0.668744683265686,
765
+ "num_tokens": 22004766.0,
766
+ "step": 84
767
+ },
768
+ {
769
+ "epoch": 2.236842105263158,
770
+ "grad_norm": 0.6375029873512914,
771
+ "learning_rate": 7.155023017932521e-06,
772
+ "loss": 1.2534,
773
+ "mean_token_accuracy": 0.6742499470710754,
774
+ "num_tokens": 22266910.0,
775
+ "step": 85
776
+ },
777
+ {
778
+ "epoch": 2.263157894736842,
779
+ "grad_norm": 0.6682751703287256,
780
+ "learning_rate": 7.0778689983673955e-06,
781
+ "loss": 1.2666,
782
+ "mean_token_accuracy": 0.6781108975410461,
783
+ "num_tokens": 22529054.0,
784
+ "step": 86
785
+ },
786
+ {
787
+ "epoch": 2.2894736842105265,
788
+ "grad_norm": 0.5844308031288254,
789
+ "learning_rate": 7.000182421612281e-06,
790
+ "loss": 1.2878,
791
+ "mean_token_accuracy": 0.6716785430908203,
792
+ "num_tokens": 22791198.0,
793
+ "step": 87
794
+ },
795
+ {
796
+ "epoch": 2.3157894736842106,
797
+ "grad_norm": 0.6304946926699229,
798
+ "learning_rate": 6.921989508186787e-06,
799
+ "loss": 1.2245,
800
+ "mean_token_accuracy": 0.6867827773094177,
801
+ "num_tokens": 23053342.0,
802
+ "step": 88
803
+ },
804
+ {
805
+ "epoch": 2.3421052631578947,
806
+ "grad_norm": 0.588447827602647,
807
+ "learning_rate": 6.843316649507627e-06,
808
+ "loss": 1.2488,
809
+ "mean_token_accuracy": 0.6804381608963013,
810
+ "num_tokens": 23315486.0,
811
+ "step": 89
812
+ },
813
+ {
814
+ "epoch": 2.3684210526315788,
815
+ "grad_norm": 0.5752511341385269,
816
+ "learning_rate": 6.764190398981063e-06,
817
+ "loss": 1.2183,
818
+ "mean_token_accuracy": 0.6857373714447021,
819
+ "num_tokens": 23577630.0,
820
+ "step": 90
821
+ },
822
+ {
823
+ "epoch": 2.3947368421052633,
824
+ "grad_norm": 0.601133537795538,
825
+ "learning_rate": 6.684637463040698e-06,
826
+ "loss": 1.1987,
827
+ "mean_token_accuracy": 0.6845928430557251,
828
+ "num_tokens": 23839774.0,
829
+ "step": 91
830
+ },
831
+ {
832
+ "epoch": 2.4210526315789473,
833
+ "grad_norm": 1.599039072518535,
834
+ "learning_rate": 6.604684692133597e-06,
835
+ "loss": 1.2244,
836
+ "mean_token_accuracy": 0.6837954521179199,
837
+ "num_tokens": 24101918.0,
838
+ "step": 92
839
+ },
840
+ {
841
+ "epoch": 2.4473684210526314,
842
+ "grad_norm": 17.31027379733536,
843
+ "learning_rate": 6.524359071657822e-06,
844
+ "loss": 1.2287,
845
+ "mean_token_accuracy": 0.6827691793441772,
846
+ "num_tokens": 24364062.0,
847
+ "step": 93
848
+ },
849
+ {
850
+ "epoch": 2.473684210526316,
851
+ "grad_norm": 0.6809165019277617,
852
+ "learning_rate": 6.443687712854397e-06,
853
+ "loss": 1.2708,
854
+ "mean_token_accuracy": 0.676279604434967,
855
+ "num_tokens": 24626206.0,
856
+ "step": 94
857
+ },
858
+ {
859
+ "epoch": 2.5,
860
+ "grad_norm": 0.6442727822424891,
861
+ "learning_rate": 6.362697843656823e-06,
862
+ "loss": 1.2795,
863
+ "mean_token_accuracy": 0.6701677441596985,
864
+ "num_tokens": 24888350.0,
865
+ "step": 95
866
+ },
867
+ {
868
+ "epoch": 2.526315789473684,
869
+ "grad_norm": 0.5769629627925874,
870
+ "learning_rate": 6.281416799501188e-06,
871
+ "loss": 1.2311,
872
+ "mean_token_accuracy": 0.6823189854621887,
873
+ "num_tokens": 25150494.0,
874
+ "step": 96
875
+ },
876
+ {
877
+ "epoch": 2.5526315789473686,
878
+ "grad_norm": 1.233425967241537,
879
+ "learning_rate": 6.199872014099995e-06,
880
+ "loss": 1.2665,
881
+ "mean_token_accuracy": 0.6751083731651306,
882
+ "num_tokens": 25412638.0,
883
+ "step": 97
884
+ },
885
+ {
886
+ "epoch": 2.5789473684210527,
887
+ "grad_norm": 0.7476662613111043,
888
+ "learning_rate": 6.118091010182837e-06,
889
+ "loss": 1.2243,
890
+ "mean_token_accuracy": 0.6817924976348877,
891
+ "num_tokens": 25674782.0,
892
+ "step": 98
893
+ },
894
+ {
895
+ "epoch": 2.6052631578947367,
896
+ "grad_norm": 1.58371089124971,
897
+ "learning_rate": 6.036101390207006e-06,
898
+ "loss": 1.1538,
899
+ "mean_token_accuracy": 0.7012002468109131,
900
+ "num_tokens": 25936926.0,
901
+ "step": 99
902
+ },
903
+ {
904
+ "epoch": 2.6315789473684212,
905
+ "grad_norm": 1.4370365700790926,
906
+ "learning_rate": 5.953930827041209e-06,
907
+ "loss": 1.2446,
908
+ "mean_token_accuracy": 0.6795377731323242,
909
+ "num_tokens": 26199070.0,
910
+ "step": 100
911
+ },
912
+ {
913
+ "epoch": 2.6578947368421053,
914
+ "grad_norm": 0.7891205485960927,
915
+ "learning_rate": 5.871607054625497e-06,
916
+ "loss": 1.2842,
917
+ "mean_token_accuracy": 0.6718769073486328,
918
+ "num_tokens": 26461214.0,
919
+ "step": 101
920
+ },
921
+ {
922
+ "epoch": 2.6842105263157894,
923
+ "grad_norm": 7.060494358042542,
924
+ "learning_rate": 5.7891578586106165e-06,
925
+ "loss": 1.1096,
926
+ "mean_token_accuracy": 0.7096241116523743,
927
+ "num_tokens": 26723358.0,
928
+ "step": 102
929
+ },
930
+ {
931
+ "epoch": 2.7105263157894735,
932
+ "grad_norm": 2.0263515651724164,
933
+ "learning_rate": 5.706611066979874e-06,
934
+ "loss": 1.269,
935
+ "mean_token_accuracy": 0.6746886968612671,
936
+ "num_tokens": 26985502.0,
937
+ "step": 103
938
+ },
939
+ {
940
+ "epoch": 2.736842105263158,
941
+ "grad_norm": 1.570123901253544,
942
+ "learning_rate": 5.62399454065673e-06,
943
+ "loss": 1.2304,
944
+ "mean_token_accuracy": 0.681018054485321,
945
+ "num_tokens": 27247646.0,
946
+ "step": 104
947
+ },
948
+ {
949
+ "epoch": 2.763157894736842,
950
+ "grad_norm": 0.7111522615328816,
951
+ "learning_rate": 5.54133616410127e-06,
952
+ "loss": 1.2478,
953
+ "mean_token_accuracy": 0.6804953813552856,
954
+ "num_tokens": 27509790.0,
955
+ "step": 105
956
+ },
957
+ {
958
+ "epoch": 2.7894736842105265,
959
+ "grad_norm": 0.9119519373287289,
960
+ "learning_rate": 5.458663835898732e-06,
961
+ "loss": 1.2073,
962
+ "mean_token_accuracy": 0.6871718764305115,
963
+ "num_tokens": 27771934.0,
964
+ "step": 106
965
+ },
966
+ {
967
+ "epoch": 2.8157894736842106,
968
+ "grad_norm": 0.9240457779811717,
969
+ "learning_rate": 5.376005459343272e-06,
970
+ "loss": 1.2718,
971
+ "mean_token_accuracy": 0.6782024502754211,
972
+ "num_tokens": 28034078.0,
973
+ "step": 107
974
+ },
975
+ {
976
+ "epoch": 2.8421052631578947,
977
+ "grad_norm": 0.5926290558432593,
978
+ "learning_rate": 5.293388933020127e-06,
979
+ "loss": 1.2398,
980
+ "mean_token_accuracy": 0.6791562438011169,
981
+ "num_tokens": 28296222.0,
982
+ "step": 108
983
+ },
984
+ {
985
+ "epoch": 2.8684210526315788,
986
+ "grad_norm": 0.5937415300824982,
987
+ "learning_rate": 5.210842141389385e-06,
988
+ "loss": 1.2589,
989
+ "mean_token_accuracy": 0.6773592829704285,
990
+ "num_tokens": 28558366.0,
991
+ "step": 109
992
+ },
993
+ {
994
+ "epoch": 2.8947368421052633,
995
+ "grad_norm": 0.8205931665334268,
996
+ "learning_rate": 5.1283929453745055e-06,
997
+ "loss": 1.2793,
998
+ "mean_token_accuracy": 0.6735174059867859,
999
+ "num_tokens": 28820510.0,
1000
+ "step": 110
1001
+ },
1002
+ {
1003
+ "epoch": 2.9210526315789473,
1004
+ "grad_norm": 0.5510081067492951,
1005
+ "learning_rate": 5.046069172958794e-06,
1006
+ "loss": 1.2383,
1007
+ "mean_token_accuracy": 0.6795263290405273,
1008
+ "num_tokens": 29082654.0,
1009
+ "step": 111
1010
+ },
1011
+ {
1012
+ "epoch": 2.9473684210526314,
1013
+ "grad_norm": 0.5717504770508175,
1014
+ "learning_rate": 4.963898609792994e-06,
1015
+ "loss": 1.3184,
1016
+ "mean_token_accuracy": 0.6652461290359497,
1017
+ "num_tokens": 29344798.0,
1018
+ "step": 112
1019
+ },
1020
+ {
1021
+ "epoch": 2.973684210526316,
1022
+ "grad_norm": 0.6116330301476128,
1023
+ "learning_rate": 4.881908989817163e-06,
1024
+ "loss": 1.1489,
1025
+ "mean_token_accuracy": 0.6971180438995361,
1026
+ "num_tokens": 29606942.0,
1027
+ "step": 113
1028
+ },
1029
+ {
1030
+ "epoch": 3.0,
1031
+ "grad_norm": 0.5899271048276149,
1032
+ "learning_rate": 4.8001279859000074e-06,
1033
+ "loss": 1.1643,
1034
+ "mean_token_accuracy": 0.6946829557418823,
1035
+ "num_tokens": 29861421.0,
1036
+ "step": 114
1037
+ },
1038
+ {
1039
+ "epoch": 3.026315789473684,
1040
+ "grad_norm": 0.6052609643580157,
1041
+ "learning_rate": 4.718583200498814e-06,
1042
+ "loss": 1.2267,
1043
+ "mean_token_accuracy": 0.6843944787979126,
1044
+ "num_tokens": 30123565.0,
1045
+ "step": 115
1046
+ },
1047
+ {
1048
+ "epoch": 3.0526315789473686,
1049
+ "grad_norm": 0.5571230863291556,
1050
+ "learning_rate": 4.637302156343178e-06,
1051
+ "loss": 1.137,
1052
+ "mean_token_accuracy": 0.7024783492088318,
1053
+ "num_tokens": 30385709.0,
1054
+ "step": 116
1055
+ },
1056
+ {
1057
+ "epoch": 3.0789473684210527,
1058
+ "grad_norm": 1.9895691560023896,
1059
+ "learning_rate": 4.556312287145604e-06,
1060
+ "loss": 1.151,
1061
+ "mean_token_accuracy": 0.6993651390075684,
1062
+ "num_tokens": 30647853.0,
1063
+ "step": 117
1064
+ },
1065
+ {
1066
+ "epoch": 3.1052631578947367,
1067
+ "grad_norm": 1.091284264386462,
1068
+ "learning_rate": 4.475640928342182e-06,
1069
+ "loss": 1.132,
1070
+ "mean_token_accuracy": 0.7014902234077454,
1071
+ "num_tokens": 30909997.0,
1072
+ "step": 118
1073
+ },
1074
+ {
1075
+ "epoch": 3.1315789473684212,
1076
+ "grad_norm": 0.6626943880051851,
1077
+ "learning_rate": 4.395315307866404e-06,
1078
+ "loss": 1.2015,
1079
+ "mean_token_accuracy": 0.6918988823890686,
1080
+ "num_tokens": 31172141.0,
1081
+ "step": 119
1082
+ },
1083
+ {
1084
+ "epoch": 3.1578947368421053,
1085
+ "grad_norm": 0.6523541542451436,
1086
+ "learning_rate": 4.315362536959305e-06,
1087
+ "loss": 1.2112,
1088
+ "mean_token_accuracy": 0.6867483854293823,
1089
+ "num_tokens": 31434285.0,
1090
+ "step": 120
1091
+ },
1092
+ {
1093
+ "epoch": 3.1842105263157894,
1094
+ "grad_norm": 0.8841056815148688,
1095
+ "learning_rate": 4.2358096010189385e-06,
1096
+ "loss": 1.2752,
1097
+ "mean_token_accuracy": 0.6752685904502869,
1098
+ "num_tokens": 31696429.0,
1099
+ "step": 121
1100
+ },
1101
+ {
1102
+ "epoch": 3.2105263157894735,
1103
+ "grad_norm": 0.6012402010833562,
1104
+ "learning_rate": 4.156683350492376e-06,
1105
+ "loss": 1.1933,
1106
+ "mean_token_accuracy": 0.6922765970230103,
1107
+ "num_tokens": 31958573.0,
1108
+ "step": 122
1109
+ },
1110
+ {
1111
+ "epoch": 3.236842105263158,
1112
+ "grad_norm": 0.6163214035759135,
1113
+ "learning_rate": 4.078010491813215e-06,
1114
+ "loss": 1.2009,
1115
+ "mean_token_accuracy": 0.6913189888000488,
1116
+ "num_tokens": 32220717.0,
1117
+ "step": 123
1118
+ },
1119
+ {
1120
+ "epoch": 3.263157894736842,
1121
+ "grad_norm": 0.5669681844522956,
1122
+ "learning_rate": 3.999817578387723e-06,
1123
+ "loss": 1.1801,
1124
+ "mean_token_accuracy": 0.6925512552261353,
1125
+ "num_tokens": 32482861.0,
1126
+ "step": 124
1127
+ },
1128
+ {
1129
+ "epoch": 3.2894736842105265,
1130
+ "grad_norm": 0.5503406805003092,
1131
+ "learning_rate": 3.922131001632607e-06,
1132
+ "loss": 1.0835,
1133
+ "mean_token_accuracy": 0.7118712663650513,
1134
+ "num_tokens": 32745005.0,
1135
+ "step": 125
1136
+ },
1137
+ {
1138
+ "epoch": 3.3157894736842106,
1139
+ "grad_norm": 0.7031631763052849,
1140
+ "learning_rate": 3.8449769820674824e-06,
1141
+ "loss": 1.1845,
1142
+ "mean_token_accuracy": 0.6908764243125916,
1143
+ "num_tokens": 33007149.0,
1144
+ "step": 126
1145
+ },
1146
+ {
1147
+ "epoch": 3.3421052631578947,
1148
+ "grad_norm": 0.5523930786032378,
1149
+ "learning_rate": 3.7683815604649955e-06,
1150
+ "loss": 1.1769,
1151
+ "mean_token_accuracy": 0.694538950920105,
1152
+ "num_tokens": 33269293.0,
1153
+ "step": 127
1154
+ },
1155
+ {
1156
+ "epoch": 3.3684210526315788,
1157
+ "grad_norm": 0.5731302432477412,
1158
+ "learning_rate": 3.692370589061639e-06,
1159
+ "loss": 1.1629,
1160
+ "mean_token_accuracy": 0.6966297030448914,
1161
+ "num_tokens": 33531437.0,
1162
+ "step": 128
1163
+ },
1164
+ {
1165
+ "epoch": 3.3947368421052633,
1166
+ "grad_norm": 0.5520020236878893,
1167
+ "learning_rate": 3.616969722832174e-06,
1168
+ "loss": 1.1374,
1169
+ "mean_token_accuracy": 0.7009102702140808,
1170
+ "num_tokens": 33793581.0,
1171
+ "step": 129
1172
+ },
1173
+ {
1174
+ "epoch": 3.4210526315789473,
1175
+ "grad_norm": 2.5073145307120246,
1176
+ "learning_rate": 3.542204410830672e-06,
1177
+ "loss": 1.1954,
1178
+ "mean_token_accuracy": 0.6902927160263062,
1179
+ "num_tokens": 34055725.0,
1180
+ "step": 130
1181
+ },
1182
+ {
1183
+ "epoch": 3.4473684210526314,
1184
+ "grad_norm": 0.7447715458686521,
1185
+ "learning_rate": 3.468099887600999e-06,
1186
+ "loss": 1.1337,
1187
+ "mean_token_accuracy": 0.6988958716392517,
1188
+ "num_tokens": 34317869.0,
1189
+ "step": 131
1190
+ },
1191
+ {
1192
+ "epoch": 3.473684210526316,
1193
+ "grad_norm": 0.55360781640575,
1194
+ "learning_rate": 3.394681164659766e-06,
1195
+ "loss": 1.1612,
1196
+ "mean_token_accuracy": 0.693768322467804,
1197
+ "num_tokens": 34580013.0,
1198
+ "step": 132
1199
+ },
1200
+ {
1201
+ "epoch": 3.5,
1202
+ "grad_norm": 0.6209441329712366,
1203
+ "learning_rate": 3.3219730220545065e-06,
1204
+ "loss": 1.1428,
1205
+ "mean_token_accuracy": 0.6991400718688965,
1206
+ "num_tokens": 34842157.0,
1207
+ "step": 133
1208
+ },
1209
+ {
1210
+ "epoch": 3.526315789473684,
1211
+ "grad_norm": 0.5778728779594863,
1212
+ "learning_rate": 3.2500000000000015e-06,
1213
+ "loss": 1.1229,
1214
+ "mean_token_accuracy": 0.7043516039848328,
1215
+ "num_tokens": 35104301.0,
1216
+ "step": 134
1217
+ },
1218
+ {
1219
+ "epoch": 3.5526315789473686,
1220
+ "grad_norm": 1.0328742077694102,
1221
+ "learning_rate": 3.178786390595544e-06,
1222
+ "loss": 1.0963,
1223
+ "mean_token_accuracy": 0.709181547164917,
1224
+ "num_tokens": 35366445.0,
1225
+ "step": 135
1226
+ },
1227
+ {
1228
+ "epoch": 3.5789473684210527,
1229
+ "grad_norm": 0.7214124791993152,
1230
+ "learning_rate": 3.1083562296259494e-06,
1231
+ "loss": 1.1063,
1232
+ "mean_token_accuracy": 0.7070298194885254,
1233
+ "num_tokens": 35628589.0,
1234
+ "step": 136
1235
+ },
1236
+ {
1237
+ "epoch": 3.6052631578947367,
1238
+ "grad_norm": 0.5288818064176912,
1239
+ "learning_rate": 3.0387332884490806e-06,
1240
+ "loss": 1.095,
1241
+ "mean_token_accuracy": 0.7074266076087952,
1242
+ "num_tokens": 35890733.0,
1243
+ "step": 137
1244
+ },
1245
+ {
1246
+ "epoch": 3.6315789473684212,
1247
+ "grad_norm": 0.5389789995349765,
1248
+ "learning_rate": 2.9699410659726076e-06,
1249
+ "loss": 1.1101,
1250
+ "mean_token_accuracy": 0.7031764984130859,
1251
+ "num_tokens": 36152877.0,
1252
+ "step": 138
1253
+ },
1254
+ {
1255
+ "epoch": 3.6578947368421053,
1256
+ "grad_norm": 0.5522512649782974,
1257
+ "learning_rate": 2.9020027807227426e-06,
1258
+ "loss": 1.2377,
1259
+ "mean_token_accuracy": 0.6814453601837158,
1260
+ "num_tokens": 36415021.0,
1261
+ "step": 139
1262
+ },
1263
+ {
1264
+ "epoch": 3.6842105263157894,
1265
+ "grad_norm": 0.5402428472844846,
1266
+ "learning_rate": 2.8349413630075907e-06,
1267
+ "loss": 1.1458,
1268
+ "mean_token_accuracy": 0.6977704167366028,
1269
+ "num_tokens": 36677165.0,
1270
+ "step": 140
1271
+ },
1272
+ {
1273
+ "epoch": 3.7105263157894735,
1274
+ "grad_norm": 0.5940564905132736,
1275
+ "learning_rate": 2.7687794471777958e-06,
1276
+ "loss": 1.1514,
1277
+ "mean_token_accuracy": 0.6953821182250977,
1278
+ "num_tokens": 36939309.0,
1279
+ "step": 141
1280
+ },
1281
+ {
1282
+ "epoch": 3.736842105263158,
1283
+ "grad_norm": 0.5734295274738652,
1284
+ "learning_rate": 2.70353936398706e-06,
1285
+ "loss": 1.1403,
1286
+ "mean_token_accuracy": 0.6989117860794067,
1287
+ "num_tokens": 37193788.0,
1288
+ "step": 142
1289
+ },
1290
+ {
1291
+ "epoch": 3.763157894736842,
1292
+ "grad_norm": 0.532059870308926,
1293
+ "learning_rate": 2.639243133055145e-06,
1294
+ "loss": 1.2474,
1295
+ "mean_token_accuracy": 0.680209219455719,
1296
+ "num_tokens": 37455932.0,
1297
+ "step": 143
1298
+ },
1299
+ {
1300
+ "epoch": 3.7894736842105265,
1301
+ "grad_norm": 0.5510330430152282,
1302
+ "learning_rate": 2.575912455435883e-06,
1303
+ "loss": 1.2086,
1304
+ "mean_token_accuracy": 0.688400387763977,
1305
+ "num_tokens": 37718076.0,
1306
+ "step": 144
1307
+ },
1308
+ {
1309
+ "epoch": 3.8157894736842106,
1310
+ "grad_norm": 0.5658132485612524,
1311
+ "learning_rate": 2.513568706292705e-06,
1312
+ "loss": 1.2624,
1313
+ "mean_token_accuracy": 0.6760048866271973,
1314
+ "num_tokens": 37980220.0,
1315
+ "step": 145
1316
+ },
1317
+ {
1318
+ "epoch": 3.8421052631578947,
1319
+ "grad_norm": 0.5251146314121506,
1320
+ "learning_rate": 2.4522329276841664e-06,
1321
+ "loss": 1.2014,
1322
+ "mean_token_accuracy": 0.6878548264503479,
1323
+ "num_tokens": 38242364.0,
1324
+ "step": 146
1325
+ },
1326
+ {
1327
+ "epoch": 3.8684210526315788,
1328
+ "grad_norm": 0.5357295896942552,
1329
+ "learning_rate": 2.391925821461901e-06,
1330
+ "loss": 1.1545,
1331
+ "mean_token_accuracy": 0.6958895325660706,
1332
+ "num_tokens": 38504508.0,
1333
+ "step": 147
1334
+ },
1335
+ {
1336
+ "epoch": 3.8947368421052633,
1337
+ "grad_norm": 0.5705951115408219,
1338
+ "learning_rate": 2.3326677422833992e-06,
1339
+ "loss": 1.1662,
1340
+ "mean_token_accuracy": 0.6927115321159363,
1341
+ "num_tokens": 38766652.0,
1342
+ "step": 148
1343
+ },
1344
+ {
1345
+ "epoch": 3.9210526315789473,
1346
+ "grad_norm": 0.5394182117597536,
1347
+ "learning_rate": 2.2744786907419704e-06,
1348
+ "loss": 1.1902,
1349
+ "mean_token_accuracy": 0.6899531483650208,
1350
+ "num_tokens": 39028796.0,
1351
+ "step": 149
1352
+ },
1353
+ {
1354
+ "epoch": 3.9473684210526314,
1355
+ "grad_norm": 0.547923373437002,
1356
+ "learning_rate": 2.2173783066162076e-06,
1357
+ "loss": 1.1707,
1358
+ "mean_token_accuracy": 0.6980451345443726,
1359
+ "num_tokens": 39290940.0,
1360
+ "step": 150
1361
+ },
1362
+ {
1363
+ "epoch": 3.973684210526316,
1364
+ "grad_norm": 0.5518777404038198,
1365
+ "learning_rate": 2.1613858622412336e-06,
1366
+ "loss": 1.1786,
1367
+ "mean_token_accuracy": 0.6942414045333862,
1368
+ "num_tokens": 39553084.0,
1369
+ "step": 151
1370
+ },
1371
+ {
1372
+ "epoch": 4.0,
1373
+ "grad_norm": 0.5521786822039609,
1374
+ "learning_rate": 2.1065202560039678e-06,
1375
+ "loss": 1.1497,
1376
+ "mean_token_accuracy": 0.699094295501709,
1377
+ "num_tokens": 39815228.0,
1378
+ "step": 152
1379
+ },
1380
+ {
1381
+ "epoch": 4.026315789473684,
1382
+ "grad_norm": 0.5822084229656587,
1383
+ "learning_rate": 2.0528000059646e-06,
1384
+ "loss": 1.1643,
1385
+ "mean_token_accuracy": 0.6988691687583923,
1386
+ "num_tokens": 40077372.0,
1387
+ "step": 153
1388
+ },
1389
+ {
1390
+ "epoch": 4.052631578947368,
1391
+ "grad_norm": 0.5350433596377399,
1392
+ "learning_rate": 2.0002432436064385e-06,
1393
+ "loss": 1.1162,
1394
+ "mean_token_accuracy": 0.7054846882820129,
1395
+ "num_tokens": 40339516.0,
1396
+ "step": 154
1397
+ },
1398
+ {
1399
+ "epoch": 4.078947368421052,
1400
+ "grad_norm": 0.5518812481108508,
1401
+ "learning_rate": 1.94886770771623e-06,
1402
+ "loss": 1.1493,
1403
+ "mean_token_accuracy": 0.6981443166732788,
1404
+ "num_tokens": 40601660.0,
1405
+ "step": 155
1406
+ },
1407
+ {
1408
+ "epoch": 4.105263157894737,
1409
+ "grad_norm": 0.5480415544046374,
1410
+ "learning_rate": 1.8986907383970228e-06,
1411
+ "loss": 1.1315,
1412
+ "mean_token_accuracy": 0.7005326151847839,
1413
+ "num_tokens": 40863804.0,
1414
+ "step": 156
1415
+ },
1416
+ {
1417
+ "epoch": 4.131578947368421,
1418
+ "grad_norm": 0.7656041762600009,
1419
+ "learning_rate": 1.8497292712155907e-06,
1420
+ "loss": 1.1118,
1421
+ "mean_token_accuracy": 0.7078768014907837,
1422
+ "num_tokens": 41125948.0,
1423
+ "step": 157
1424
+ },
1425
+ {
1426
+ "epoch": 4.157894736842105,
1427
+ "grad_norm": 0.5497688927341485,
1428
+ "learning_rate": 1.8019998314863974e-06,
1429
+ "loss": 1.2162,
1430
+ "mean_token_accuracy": 0.6840701699256897,
1431
+ "num_tokens": 41388092.0,
1432
+ "step": 158
1433
+ },
1434
+ {
1435
+ "epoch": 4.184210526315789,
1436
+ "grad_norm": 0.5634861823726028,
1437
+ "learning_rate": 1.7555185286940252e-06,
1438
+ "loss": 1.1001,
1439
+ "mean_token_accuracy": 0.7082964777946472,
1440
+ "num_tokens": 41650236.0,
1441
+ "step": 159
1442
+ },
1443
+ {
1444
+ "epoch": 4.2105263157894735,
1445
+ "grad_norm": 0.5562593279549117,
1446
+ "learning_rate": 1.710301051055955e-06,
1447
+ "loss": 1.1233,
1448
+ "mean_token_accuracy": 0.706102728843689,
1449
+ "num_tokens": 41912380.0,
1450
+ "step": 160
1451
+ },
1452
+ {
1453
+ "epoch": 4.2368421052631575,
1454
+ "grad_norm": 0.5649313028818561,
1455
+ "learning_rate": 1.666362660227529e-06,
1456
+ "loss": 1.1423,
1457
+ "mean_token_accuracy": 0.6994147300720215,
1458
+ "num_tokens": 42174524.0,
1459
+ "step": 161
1460
+ },
1461
+ {
1462
+ "epoch": 4.2631578947368425,
1463
+ "grad_norm": 0.8616736787357053,
1464
+ "learning_rate": 1.6237181861508889e-06,
1465
+ "loss": 1.1505,
1466
+ "mean_token_accuracy": 0.6955958008766174,
1467
+ "num_tokens": 42436668.0,
1468
+ "step": 162
1469
+ },
1470
+ {
1471
+ "epoch": 4.2894736842105265,
1472
+ "grad_norm": 0.8986161306924315,
1473
+ "learning_rate": 1.5823820220496197e-06,
1474
+ "loss": 1.1581,
1475
+ "mean_token_accuracy": 0.6982167959213257,
1476
+ "num_tokens": 42698812.0,
1477
+ "step": 163
1478
+ },
1479
+ {
1480
+ "epoch": 4.315789473684211,
1481
+ "grad_norm": 0.5467975548359034,
1482
+ "learning_rate": 1.5423681195707997e-06,
1483
+ "loss": 1.1762,
1484
+ "mean_token_accuracy": 0.6948594450950623,
1485
+ "num_tokens": 42960956.0,
1486
+ "step": 164
1487
+ },
1488
+ {
1489
+ "epoch": 4.342105263157895,
1490
+ "grad_norm": 0.5361701527040977,
1491
+ "learning_rate": 1.5036899840760815e-06,
1492
+ "loss": 1.0706,
1493
+ "mean_token_accuracy": 0.7150683403015137,
1494
+ "num_tokens": 43223100.0,
1495
+ "step": 165
1496
+ },
1497
+ {
1498
+ "epoch": 4.368421052631579,
1499
+ "grad_norm": 0.6682056700117512,
1500
+ "learning_rate": 1.4663606700834102e-06,
1501
+ "loss": 1.1245,
1502
+ "mean_token_accuracy": 0.7043439149856567,
1503
+ "num_tokens": 43485244.0,
1504
+ "step": 166
1505
+ },
1506
+ {
1507
+ "epoch": 4.394736842105263,
1508
+ "grad_norm": 0.5358865574721129,
1509
+ "learning_rate": 1.4303927768609016e-06,
1510
+ "loss": 1.1313,
1511
+ "mean_token_accuracy": 0.7052977085113525,
1512
+ "num_tokens": 43747388.0,
1513
+ "step": 167
1514
+ },
1515
+ {
1516
+ "epoch": 4.421052631578947,
1517
+ "grad_norm": 0.525962123793606,
1518
+ "learning_rate": 1.3957984441743832e-06,
1519
+ "loss": 1.1384,
1520
+ "mean_token_accuracy": 0.7020624876022339,
1521
+ "num_tokens": 44009532.0,
1522
+ "step": 168
1523
+ },
1524
+ {
1525
+ "epoch": 4.447368421052632,
1526
+ "grad_norm": 0.5796984218177971,
1527
+ "learning_rate": 1.3625893481900155e-06,
1528
+ "loss": 1.0882,
1529
+ "mean_token_accuracy": 0.7103375792503357,
1530
+ "num_tokens": 44271676.0,
1531
+ "step": 169
1532
+ },
1533
+ {
1534
+ "epoch": 4.473684210526316,
1535
+ "grad_norm": 0.5393374011777778,
1536
+ "learning_rate": 1.3307766975333922e-06,
1537
+ "loss": 1.0466,
1538
+ "mean_token_accuracy": 0.7210162281990051,
1539
+ "num_tokens": 44533820.0,
1540
+ "step": 170
1541
+ },
1542
+ {
1543
+ "epoch": 4.5,
1544
+ "grad_norm": 0.5349090159384385,
1545
+ "learning_rate": 1.3003712295064433e-06,
1546
+ "loss": 1.1418,
1547
+ "mean_token_accuracy": 0.6994032859802246,
1548
+ "num_tokens": 44795964.0,
1549
+ "step": 171
1550
+ },
1551
+ {
1552
+ "epoch": 4.526315789473684,
1553
+ "grad_norm": 0.5057581166787403,
1554
+ "learning_rate": 1.2713832064634127e-06,
1555
+ "loss": 1.0858,
1556
+ "mean_token_accuracy": 0.7137597799301147,
1557
+ "num_tokens": 45058108.0,
1558
+ "step": 172
1559
+ },
1560
+ {
1561
+ "epoch": 4.552631578947368,
1562
+ "grad_norm": 0.7631542771888906,
1563
+ "learning_rate": 1.2438224123471442e-06,
1564
+ "loss": 1.1672,
1565
+ "mean_token_accuracy": 0.6955614686012268,
1566
+ "num_tokens": 45320252.0,
1567
+ "step": 173
1568
+ },
1569
+ {
1570
+ "epoch": 4.578947368421053,
1571
+ "grad_norm": 0.5440066367064722,
1572
+ "learning_rate": 1.2176981493868374e-06,
1573
+ "loss": 1.139,
1574
+ "mean_token_accuracy": 0.7027553915977478,
1575
+ "num_tokens": 45574731.0,
1576
+ "step": 174
1577
+ },
1578
+ {
1579
+ "epoch": 4.605263157894737,
1580
+ "grad_norm": 0.518246804782426,
1581
+ "learning_rate": 1.1930192349583866e-06,
1582
+ "loss": 1.1575,
1583
+ "mean_token_accuracy": 0.6979191899299622,
1584
+ "num_tokens": 45836875.0,
1585
+ "step": 175
1586
+ },
1587
+ {
1588
+ "epoch": 4.631578947368421,
1589
+ "grad_norm": 0.5364733989201356,
1590
+ "learning_rate": 1.1697939986083732e-06,
1591
+ "loss": 1.0587,
1592
+ "mean_token_accuracy": 0.7159839868545532,
1593
+ "num_tokens": 46099019.0,
1594
+ "step": 176
1595
+ },
1596
+ {
1597
+ "epoch": 4.657894736842105,
1598
+ "grad_norm": 0.5170966910701931,
1599
+ "learning_rate": 1.1480302792427021e-06,
1600
+ "loss": 1.0986,
1601
+ "mean_token_accuracy": 0.709250271320343,
1602
+ "num_tokens": 46361163.0,
1603
+ "step": 177
1604
+ },
1605
+ {
1606
+ "epoch": 4.684210526315789,
1607
+ "grad_norm": 0.5157074509948011,
1608
+ "learning_rate": 1.127735422480838e-06,
1609
+ "loss": 1.0903,
1610
+ "mean_token_accuracy": 0.7117949724197388,
1611
+ "num_tokens": 46623307.0,
1612
+ "step": 178
1613
+ },
1614
+ {
1615
+ "epoch": 4.7105263157894735,
1616
+ "grad_norm": 0.5766154191021017,
1617
+ "learning_rate": 1.10891627817654e-06,
1618
+ "loss": 1.0934,
1619
+ "mean_token_accuracy": 0.709181547164917,
1620
+ "num_tokens": 46885451.0,
1621
+ "step": 179
1622
+ },
1623
+ {
1624
+ "epoch": 4.7368421052631575,
1625
+ "grad_norm": 0.5135486472483117,
1626
+ "learning_rate": 1.0915791981059174e-06,
1627
+ "loss": 1.1199,
1628
+ "mean_token_accuracy": 0.7034855484962463,
1629
+ "num_tokens": 47147595.0,
1630
+ "step": 180
1631
+ },
1632
+ {
1633
+ "epoch": 4.7631578947368425,
1634
+ "grad_norm": 0.7547407302261836,
1635
+ "learning_rate": 1.0757300338236027e-06,
1636
+ "loss": 1.1165,
1637
+ "mean_token_accuracy": 0.7076631188392639,
1638
+ "num_tokens": 47409739.0,
1639
+ "step": 181
1640
+ },
1641
+ {
1642
+ "epoch": 4.7894736842105265,
1643
+ "grad_norm": 0.5690959613109913,
1644
+ "learning_rate": 1.0613741346877498e-06,
1645
+ "loss": 1.1585,
1646
+ "mean_token_accuracy": 0.6951303482055664,
1647
+ "num_tokens": 47671883.0,
1648
+ "step": 182
1649
+ },
1650
+ {
1651
+ "epoch": 4.815789473684211,
1652
+ "grad_norm": 0.5277151826124948,
1653
+ "learning_rate": 1.0485163460545396e-06,
1654
+ "loss": 1.1409,
1655
+ "mean_token_accuracy": 0.6986250281333923,
1656
+ "num_tokens": 47934027.0,
1657
+ "step": 183
1658
+ },
1659
+ {
1660
+ "epoch": 4.842105263157895,
1661
+ "grad_norm": 0.5192139515319969,
1662
+ "learning_rate": 1.03716100764279e-06,
1663
+ "loss": 1.165,
1664
+ "mean_token_accuracy": 0.6956835389137268,
1665
+ "num_tokens": 48196171.0,
1666
+ "step": 184
1667
+ },
1668
+ {
1669
+ "epoch": 4.868421052631579,
1670
+ "grad_norm": 0.539511614407237,
1671
+ "learning_rate": 1.0273119520692274e-06,
1672
+ "loss": 1.1842,
1673
+ "mean_token_accuracy": 0.6949090361595154,
1674
+ "num_tokens": 48458315.0,
1675
+ "step": 185
1676
+ },
1677
+ {
1678
+ "epoch": 4.894736842105263,
1679
+ "grad_norm": 0.5375538776614278,
1680
+ "learning_rate": 1.0189725035549165e-06,
1681
+ "loss": 1.1754,
1682
+ "mean_token_accuracy": 0.6964083909988403,
1683
+ "num_tokens": 48720459.0,
1684
+ "step": 186
1685
+ },
1686
+ {
1687
+ "epoch": 4.921052631578947,
1688
+ "grad_norm": 0.5066546944417655,
1689
+ "learning_rate": 1.0121454768032772e-06,
1690
+ "loss": 1.1248,
1691
+ "mean_token_accuracy": 0.7042332887649536,
1692
+ "num_tokens": 48982603.0,
1693
+ "step": 187
1694
+ },
1695
+ {
1696
+ "epoch": 4.947368421052632,
1697
+ "grad_norm": 0.516984174228912,
1698
+ "learning_rate": 1.0068331760500773e-06,
1699
+ "loss": 1.1127,
1700
+ "mean_token_accuracy": 0.705129861831665,
1701
+ "num_tokens": 49244747.0,
1702
+ "step": 188
1703
+ },
1704
+ {
1705
+ "epoch": 4.973684210526316,
1706
+ "grad_norm": 0.5078294598491031,
1707
+ "learning_rate": 1.0030373942857136e-06,
1708
+ "loss": 1.0498,
1709
+ "mean_token_accuracy": 0.7175978422164917,
1710
+ "num_tokens": 49506891.0,
1711
+ "step": 189
1712
+ },
1713
+ {
1714
+ "epoch": 5.0,
1715
+ "grad_norm": 0.5042595032615071,
1716
+ "learning_rate": 1.000759412650048e-06,
1717
+ "loss": 1.1777,
1718
+ "mean_token_accuracy": 0.694607675075531,
1719
+ "num_tokens": 49769035.0,
1720
+ "step": 190
1721
+ },
1722
+ {
1723
+ "epoch": 5.0,
1724
+ "step": 190,
1725
+ "total_flos": 39782134579200.0,
1726
+ "train_loss": 1.4404595375061036,
1727
+ "train_runtime": 2942.5505,
1728
+ "train_samples_per_second": 2.048,
1729
+ "train_steps_per_second": 0.065
1730
+ }
1731
+ ],
1732
+ "logging_steps": 1,
1733
+ "max_steps": 190,
1734
+ "num_input_tokens_seen": 0,
1735
+ "num_train_epochs": 5,
1736
+ "save_steps": 500,
1737
+ "stateful_callbacks": {
1738
+ "TrainerControl": {
1739
+ "args": {
1740
+ "should_epoch_stop": false,
1741
+ "should_evaluate": false,
1742
+ "should_log": false,
1743
+ "should_save": true,
1744
+ "should_training_stop": true
1745
+ },
1746
+ "attributes": {}
1747
+ }
1748
+ },
1749
+ "total_flos": 39782134579200.0,
1750
+ "train_batch_size": 4,
1751
+ "trial_name": null,
1752
+ "trial_params": null
1753
+ }
training.log CHANGED
@@ -1296,3 +1296,4 @@ weight_decay=0.0,
1296
  )
1297
  (lm_head): Linear(in_features=2048, out_features=50304, bias=False)
1298
  )
 
 
1296
  )
1297
  (lm_head): Linear(in_features=2048, out_features=50304, bias=False)
1298
  )
1299
+ 2025-08-14 08:33:33 - INFO - __main__ - *** Save model ***