master103525 commited on
Commit
2d8fe2f
·
verified ·
1 Parent(s): c781fd0

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,209 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen--Qwen2.5-7B-Instruct
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:Qwen--Qwen2.5-7B-Instruct
7
+ - lora
8
+ - sft
9
+ - transformers
10
+ - trl
11
+ ---
12
+
13
+ # Model Card for Model ID
14
+
15
+ <!-- Provide a quick summary of what the model is/does. -->
16
+
17
+
18
+
19
+ ## Model Details
20
+
21
+ ### Model Description
22
+
23
+ <!-- Provide a longer summary of what this model is. -->
24
+
25
+
26
+
27
+ - **Developed by:** [More Information Needed]
28
+ - **Funded by [optional]:** [More Information Needed]
29
+ - **Shared by [optional]:** [More Information Needed]
30
+ - **Model type:** [More Information Needed]
31
+ - **Language(s) (NLP):** [More Information Needed]
32
+ - **License:** [More Information Needed]
33
+ - **Finetuned from model [optional]:** [More Information Needed]
34
+
35
+ ### Model Sources [optional]
36
+
37
+ <!-- Provide the basic links for the model. -->
38
+
39
+ - **Repository:** [More Information Needed]
40
+ - **Paper [optional]:** [More Information Needed]
41
+ - **Demo [optional]:** [More Information Needed]
42
+
43
+ ## Uses
44
+
45
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
46
+
47
+ ### Direct Use
48
+
49
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
50
+
51
+ [More Information Needed]
52
+
53
+ ### Downstream Use [optional]
54
+
55
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
56
+
57
+ [More Information Needed]
58
+
59
+ ### Out-of-Scope Use
60
+
61
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
62
+
63
+ [More Information Needed]
64
+
65
+ ## Bias, Risks, and Limitations
66
+
67
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
68
+
69
+ [More Information Needed]
70
+
71
+ ### Recommendations
72
+
73
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
74
+
75
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
76
+
77
+ ## How to Get Started with the Model
78
+
79
+ Use the code below to get started with the model.
80
+
81
+ [More Information Needed]
82
+
83
+ ## Training Details
84
+
85
+ ### Training Data
86
+
87
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
88
+
89
+ [More Information Needed]
90
+
91
+ ### Training Procedure
92
+
93
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
94
+
95
+ #### Preprocessing [optional]
96
+
97
+ [More Information Needed]
98
+
99
+
100
+ #### Training Hyperparameters
101
+
102
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
103
+
104
+ #### Speeds, Sizes, Times [optional]
105
+
106
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
107
+
108
+ [More Information Needed]
109
+
110
+ ## Evaluation
111
+
112
+ <!-- This section describes the evaluation protocols and provides the results. -->
113
+
114
+ ### Testing Data, Factors & Metrics
115
+
116
+ #### Testing Data
117
+
118
+ <!-- This should link to a Dataset Card if possible. -->
119
+
120
+ [More Information Needed]
121
+
122
+ #### Factors
123
+
124
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
125
+
126
+ [More Information Needed]
127
+
128
+ #### Metrics
129
+
130
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
131
+
132
+ [More Information Needed]
133
+
134
+ ### Results
135
+
136
+ [More Information Needed]
137
+
138
+ #### Summary
139
+
140
+
141
+
142
+ ## Model Examination [optional]
143
+
144
+ <!-- Relevant interpretability work for the model goes here -->
145
+
146
+ [More Information Needed]
147
+
148
+ ## Environmental Impact
149
+
150
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
151
+
152
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
153
+
154
+ - **Hardware Type:** [More Information Needed]
155
+ - **Hours used:** [More Information Needed]
156
+ - **Cloud Provider:** [More Information Needed]
157
+ - **Compute Region:** [More Information Needed]
158
+ - **Carbon Emitted:** [More Information Needed]
159
+
160
+ ## Technical Specifications [optional]
161
+
162
+ ### Model Architecture and Objective
163
+
164
+ [More Information Needed]
165
+
166
+ ### Compute Infrastructure
167
+
168
+ [More Information Needed]
169
+
170
+ #### Hardware
171
+
172
+ [More Information Needed]
173
+
174
+ #### Software
175
+
176
+ [More Information Needed]
177
+
178
+ ## Citation [optional]
179
+
180
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
181
+
182
+ **BibTeX:**
183
+
184
+ [More Information Needed]
185
+
186
+ **APA:**
187
+
188
+ [More Information Needed]
189
+
190
+ ## Glossary [optional]
191
+
192
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
193
+
194
+ [More Information Needed]
195
+
196
+ ## More Information [optional]
197
+
198
+ [More Information Needed]
199
+
200
+ ## Model Card Authors [optional]
201
+
202
+ [More Information Needed]
203
+
204
+ ## Model Card Contact
205
+
206
+ [More Information Needed]
207
+ ### Framework versions
208
+
209
+ - PEFT 0.18.1
adapter_config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": null,
6
+ "base_model_name_or_path": "/cache/models/Qwen--Qwen2.5-7B-Instruct",
7
+ "bias": "none",
8
+ "corda_config": null,
9
+ "ensure_weight_tying": false,
10
+ "eva_config": null,
11
+ "exclude_modules": null,
12
+ "fan_in_fan_out": false,
13
+ "inference_mode": true,
14
+ "init_lora_weights": true,
15
+ "layer_replication": null,
16
+ "layers_pattern": null,
17
+ "layers_to_transform": null,
18
+ "loftq_config": {},
19
+ "lora_alpha": 512,
20
+ "lora_bias": false,
21
+ "lora_dropout": 0.1,
22
+ "megatron_config": null,
23
+ "megatron_core": "megatron.core",
24
+ "modules_to_save": null,
25
+ "peft_type": "LORA",
26
+ "peft_version": "0.18.1",
27
+ "qalora_group_size": 16,
28
+ "r": 128,
29
+ "rank_pattern": {},
30
+ "revision": null,
31
+ "target_modules": [
32
+ "k_proj",
33
+ "v_proj",
34
+ "down_proj",
35
+ "gate_proj",
36
+ "up_proj",
37
+ "q_proj",
38
+ "o_proj"
39
+ ],
40
+ "target_parameters": null,
41
+ "task_type": "CAUSAL_LM",
42
+ "trainable_token_indices": null,
43
+ "use_dora": false,
44
+ "use_qalora": false,
45
+ "use_rslora": false
46
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c20ce3da3d7c143bb13f11012d2861f95c3c2c1c0a700d51ae79356d82424527
3
+ size 1291899160
added_tokens.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "</tool_call>": 151658,
3
+ "<tool_call>": 151657,
4
+ "<|box_end|>": 151649,
5
+ "<|box_start|>": 151648,
6
+ "<|endoftext|>": 151643,
7
+ "<|file_sep|>": 151664,
8
+ "<|fim_middle|>": 151660,
9
+ "<|fim_pad|>": 151662,
10
+ "<|fim_prefix|>": 151659,
11
+ "<|fim_suffix|>": 151661,
12
+ "<|im_end|>": 151645,
13
+ "<|im_start|>": 151644,
14
+ "<|image_pad|>": 151655,
15
+ "<|object_ref_end|>": 151647,
16
+ "<|object_ref_start|>": 151646,
17
+ "<|quad_end|>": 151651,
18
+ "<|quad_start|>": 151650,
19
+ "<|repo_name|>": 151663,
20
+ "<|video_pad|>": 151656,
21
+ "<|vision_end|>": 151653,
22
+ "<|vision_pad|>": 151654,
23
+ "<|vision_start|>": 151652
24
+ }
chat_template.jinja ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {%- if tools %}
2
+ {{- '<|im_start|>system\n' }}
3
+ {%- if messages[0]['role'] == 'system' %}
4
+ {{- messages[0]['content'] }}
5
+ {%- else %}
6
+ {{- 'You are Qwen, created by Alibaba Cloud. You are a helpful assistant.' }}
7
+ {%- endif %}
8
+ {{- "\n\n# Tools\n\nYou may call one or more functions to assist with the user query.\n\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>" }}
9
+ {%- for tool in tools %}
10
+ {{- "\n" }}
11
+ {{- tool | tojson }}
12
+ {%- endfor %}
13
+ {{- "\n</tools>\n\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\n<tool_call>\n{\"name\": <function-name>, \"arguments\": <args-json-object>}\n</tool_call><|im_end|>\n" }}
14
+ {%- else %}
15
+ {%- if messages[0]['role'] == 'system' %}
16
+ {{- '<|im_start|>system\n' + messages[0]['content'] + '<|im_end|>\n' }}
17
+ {%- else %}
18
+ {{- '<|im_start|>system\nYou are Qwen, created by Alibaba Cloud. You are a helpful assistant.<|im_end|>\n' }}
19
+ {%- endif %}
20
+ {%- endif %}
21
+ {%- for message in messages %}
22
+ {%- if (message.role == "user") or (message.role == "system" and not loop.first) or (message.role == "assistant" and not message.tool_calls) %}
23
+ {{- '<|im_start|>' + message.role + '\n' + message.content + '<|im_end|>' + '\n' }}
24
+ {%- elif message.role == "assistant" %}
25
+ {{- '<|im_start|>' + message.role }}
26
+ {%- if message.content %}
27
+ {{- '\n' + message.content }}
28
+ {%- endif %}
29
+ {%- for tool_call in message.tool_calls %}
30
+ {%- if tool_call.function is defined %}
31
+ {%- set tool_call = tool_call.function %}
32
+ {%- endif %}
33
+ {{- '\n<tool_call>\n{"name": "' }}
34
+ {{- tool_call.name }}
35
+ {{- '", "arguments": ' }}
36
+ {{- tool_call.arguments | tojson }}
37
+ {{- '}\n</tool_call>' }}
38
+ {%- endfor %}
39
+ {{- '<|im_end|>\n' }}
40
+ {%- elif message.role == "tool" %}
41
+ {%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != "tool") %}
42
+ {{- '<|im_start|>user' }}
43
+ {%- endif %}
44
+ {{- '\n<tool_response>\n' }}
45
+ {{- message.content }}
46
+ {{- '\n</tool_response>' }}
47
+ {%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
48
+ {{- '<|im_end|>\n' }}
49
+ {%- endif %}
50
+ {%- endif %}
51
+ {%- endfor %}
52
+ {%- if add_generation_prompt %}
53
+ {{- '<|im_start|>assistant\n' }}
54
+ {%- endif %}
loss.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ 1600,no_eval
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
special_tokens_map.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|im_start|>",
4
+ "<|im_end|>",
5
+ "<|object_ref_start|>",
6
+ "<|object_ref_end|>",
7
+ "<|box_start|>",
8
+ "<|box_end|>",
9
+ "<|quad_start|>",
10
+ "<|quad_end|>",
11
+ "<|vision_start|>",
12
+ "<|vision_end|>",
13
+ "<|vision_pad|>",
14
+ "<|image_pad|>",
15
+ "<|video_pad|>"
16
+ ],
17
+ "eos_token": {
18
+ "content": "<|im_end|>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ },
24
+ "pad_token": {
25
+ "content": "<|endoftext|>",
26
+ "lstrip": false,
27
+ "normalized": false,
28
+ "rstrip": false,
29
+ "single_word": false
30
+ }
31
+ }
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c5ae00e602b8860cbd784ba82a8aa14e8feecec692e7076590d014d7b7fdafa
3
+ size 11421896
tokenizer_config.json ADDED
@@ -0,0 +1,207 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_prefix_space": false,
4
+ "added_tokens_decoder": {
5
+ "151643": {
6
+ "content": "<|endoftext|>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "151644": {
14
+ "content": "<|im_start|>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "151645": {
22
+ "content": "<|im_end|>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ },
29
+ "151646": {
30
+ "content": "<|object_ref_start|>",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": true
36
+ },
37
+ "151647": {
38
+ "content": "<|object_ref_end|>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false,
43
+ "special": true
44
+ },
45
+ "151648": {
46
+ "content": "<|box_start|>",
47
+ "lstrip": false,
48
+ "normalized": false,
49
+ "rstrip": false,
50
+ "single_word": false,
51
+ "special": true
52
+ },
53
+ "151649": {
54
+ "content": "<|box_end|>",
55
+ "lstrip": false,
56
+ "normalized": false,
57
+ "rstrip": false,
58
+ "single_word": false,
59
+ "special": true
60
+ },
61
+ "151650": {
62
+ "content": "<|quad_start|>",
63
+ "lstrip": false,
64
+ "normalized": false,
65
+ "rstrip": false,
66
+ "single_word": false,
67
+ "special": true
68
+ },
69
+ "151651": {
70
+ "content": "<|quad_end|>",
71
+ "lstrip": false,
72
+ "normalized": false,
73
+ "rstrip": false,
74
+ "single_word": false,
75
+ "special": true
76
+ },
77
+ "151652": {
78
+ "content": "<|vision_start|>",
79
+ "lstrip": false,
80
+ "normalized": false,
81
+ "rstrip": false,
82
+ "single_word": false,
83
+ "special": true
84
+ },
85
+ "151653": {
86
+ "content": "<|vision_end|>",
87
+ "lstrip": false,
88
+ "normalized": false,
89
+ "rstrip": false,
90
+ "single_word": false,
91
+ "special": true
92
+ },
93
+ "151654": {
94
+ "content": "<|vision_pad|>",
95
+ "lstrip": false,
96
+ "normalized": false,
97
+ "rstrip": false,
98
+ "single_word": false,
99
+ "special": true
100
+ },
101
+ "151655": {
102
+ "content": "<|image_pad|>",
103
+ "lstrip": false,
104
+ "normalized": false,
105
+ "rstrip": false,
106
+ "single_word": false,
107
+ "special": true
108
+ },
109
+ "151656": {
110
+ "content": "<|video_pad|>",
111
+ "lstrip": false,
112
+ "normalized": false,
113
+ "rstrip": false,
114
+ "single_word": false,
115
+ "special": true
116
+ },
117
+ "151657": {
118
+ "content": "<tool_call>",
119
+ "lstrip": false,
120
+ "normalized": false,
121
+ "rstrip": false,
122
+ "single_word": false,
123
+ "special": false
124
+ },
125
+ "151658": {
126
+ "content": "</tool_call>",
127
+ "lstrip": false,
128
+ "normalized": false,
129
+ "rstrip": false,
130
+ "single_word": false,
131
+ "special": false
132
+ },
133
+ "151659": {
134
+ "content": "<|fim_prefix|>",
135
+ "lstrip": false,
136
+ "normalized": false,
137
+ "rstrip": false,
138
+ "single_word": false,
139
+ "special": false
140
+ },
141
+ "151660": {
142
+ "content": "<|fim_middle|>",
143
+ "lstrip": false,
144
+ "normalized": false,
145
+ "rstrip": false,
146
+ "single_word": false,
147
+ "special": false
148
+ },
149
+ "151661": {
150
+ "content": "<|fim_suffix|>",
151
+ "lstrip": false,
152
+ "normalized": false,
153
+ "rstrip": false,
154
+ "single_word": false,
155
+ "special": false
156
+ },
157
+ "151662": {
158
+ "content": "<|fim_pad|>",
159
+ "lstrip": false,
160
+ "normalized": false,
161
+ "rstrip": false,
162
+ "single_word": false,
163
+ "special": false
164
+ },
165
+ "151663": {
166
+ "content": "<|repo_name|>",
167
+ "lstrip": false,
168
+ "normalized": false,
169
+ "rstrip": false,
170
+ "single_word": false,
171
+ "special": false
172
+ },
173
+ "151664": {
174
+ "content": "<|file_sep|>",
175
+ "lstrip": false,
176
+ "normalized": false,
177
+ "rstrip": false,
178
+ "single_word": false,
179
+ "special": false
180
+ }
181
+ },
182
+ "additional_special_tokens": [
183
+ "<|im_start|>",
184
+ "<|im_end|>",
185
+ "<|object_ref_start|>",
186
+ "<|object_ref_end|>",
187
+ "<|box_start|>",
188
+ "<|box_end|>",
189
+ "<|quad_start|>",
190
+ "<|quad_end|>",
191
+ "<|vision_start|>",
192
+ "<|vision_end|>",
193
+ "<|vision_pad|>",
194
+ "<|image_pad|>",
195
+ "<|video_pad|>"
196
+ ],
197
+ "bos_token": null,
198
+ "clean_up_tokenization_spaces": false,
199
+ "eos_token": "<|im_end|>",
200
+ "errors": "replace",
201
+ "extra_special_tokens": {},
202
+ "model_max_length": 131072,
203
+ "pad_token": "<|endoftext|>",
204
+ "split_special_tokens": false,
205
+ "tokenizer_class": "Qwen2Tokenizer",
206
+ "unk_token": null
207
+ }
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": 0.6388500698742264,
6
+ "eval_steps": 500,
7
+ "global_step": 1600,
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.0019964064683569574,
14
+ "grad_norm": 12.8033447265625,
15
+ "learning_rate": 4.917142857142858e-06,
16
+ "loss": 0.8518,
17
+ "mean_token_accuracy": 0.8612988531589508,
18
+ "num_tokens": 714370.0,
19
+ "step": 5
20
+ },
21
+ {
22
+ "epoch": 0.003992812936713915,
23
+ "grad_norm": 2.9046072959899902,
24
+ "learning_rate": 1.106357142857143e-05,
25
+ "loss": 0.3973,
26
+ "mean_token_accuracy": 0.9099577963352203,
27
+ "num_tokens": 1435512.0,
28
+ "step": 10
29
+ },
30
+ {
31
+ "epoch": 0.005989219405070872,
32
+ "grad_norm": 0.9405294060707092,
33
+ "learning_rate": 1.7210000000000003e-05,
34
+ "loss": 0.163,
35
+ "mean_token_accuracy": 0.9522678524255752,
36
+ "num_tokens": 2137491.0,
37
+ "step": 15
38
+ },
39
+ {
40
+ "epoch": 0.00798562587342783,
41
+ "grad_norm": 0.823198139667511,
42
+ "learning_rate": 2.3356428571428574e-05,
43
+ "loss": 0.088,
44
+ "mean_token_accuracy": 0.967251580953598,
45
+ "num_tokens": 2873053.0,
46
+ "step": 20
47
+ },
48
+ {
49
+ "epoch": 0.009982032341784788,
50
+ "grad_norm": 0.5476183891296387,
51
+ "learning_rate": 2.950285714285715e-05,
52
+ "loss": 0.0762,
53
+ "mean_token_accuracy": 0.9689888685941697,
54
+ "num_tokens": 3597110.0,
55
+ "step": 25
56
+ },
57
+ {
58
+ "epoch": 0.011978438810141745,
59
+ "grad_norm": 0.3753618001937866,
60
+ "learning_rate": 3.5649285714285724e-05,
61
+ "loss": 0.0748,
62
+ "mean_token_accuracy": 0.9682164311408996,
63
+ "num_tokens": 4317113.0,
64
+ "step": 30
65
+ },
66
+ {
67
+ "epoch": 0.013974845278498703,
68
+ "grad_norm": 0.3772870600223541,
69
+ "learning_rate": 4.179571428571429e-05,
70
+ "loss": 0.0753,
71
+ "mean_token_accuracy": 0.9693712830543518,
72
+ "num_tokens": 5051360.0,
73
+ "step": 35
74
+ },
75
+ {
76
+ "epoch": 0.01597125174685566,
77
+ "grad_norm": 0.4375256597995758,
78
+ "learning_rate": 4.302497723128185e-05,
79
+ "loss": 0.07,
80
+ "mean_token_accuracy": 0.9718590974807739,
81
+ "num_tokens": 5762813.0,
82
+ "step": 40
83
+ },
84
+ {
85
+ "epoch": 0.017967658215212616,
86
+ "grad_norm": 0.31170469522476196,
87
+ "learning_rate": 4.302488473347447e-05,
88
+ "loss": 0.0701,
89
+ "mean_token_accuracy": 0.9706808269023895,
90
+ "num_tokens": 6478762.0,
91
+ "step": 45
92
+ },
93
+ {
94
+ "epoch": 0.019964064683569576,
95
+ "grad_norm": 0.2859897017478943,
96
+ "learning_rate": 4.302472108394058e-05,
97
+ "loss": 0.0684,
98
+ "mean_token_accuracy": 0.972345557808876,
99
+ "num_tokens": 7204763.0,
100
+ "step": 50
101
+ },
102
+ {
103
+ "epoch": 0.021960471151926533,
104
+ "grad_norm": 0.25486132502555847,
105
+ "learning_rate": 4.302448628340187e-05,
106
+ "loss": 0.064,
107
+ "mean_token_accuracy": 0.9740626871585846,
108
+ "num_tokens": 7925022.0,
109
+ "step": 55
110
+ },
111
+ {
112
+ "epoch": 0.02395687762028349,
113
+ "grad_norm": 0.23721954226493835,
114
+ "learning_rate": 4.302418033289381e-05,
115
+ "loss": 0.0676,
116
+ "mean_token_accuracy": 0.9731216758489609,
117
+ "num_tokens": 8632030.0,
118
+ "step": 60
119
+ },
120
+ {
121
+ "epoch": 0.025953284088640446,
122
+ "grad_norm": 0.26267364621162415,
123
+ "learning_rate": 4.302380323376563e-05,
124
+ "loss": 0.0626,
125
+ "mean_token_accuracy": 0.9742462456226348,
126
+ "num_tokens": 9364700.0,
127
+ "step": 65
128
+ },
129
+ {
130
+ "epoch": 0.027949690556997406,
131
+ "grad_norm": 0.2607436776161194,
132
+ "learning_rate": 4.3023354987680335e-05,
133
+ "loss": 0.0603,
134
+ "mean_token_accuracy": 0.9749193072319031,
135
+ "num_tokens": 10097255.0,
136
+ "step": 70
137
+ },
138
+ {
139
+ "epoch": 0.029946097025354362,
140
+ "grad_norm": 0.3435736298561096,
141
+ "learning_rate": 4.3022835596614676e-05,
142
+ "loss": 0.0634,
143
+ "mean_token_accuracy": 0.9741163223981857,
144
+ "num_tokens": 10823103.0,
145
+ "step": 75
146
+ },
147
+ {
148
+ "epoch": 0.03194250349371132,
149
+ "grad_norm": 0.19693654775619507,
150
+ "learning_rate": 4.3022245062859155e-05,
151
+ "loss": 0.0623,
152
+ "mean_token_accuracy": 0.9742611676454545,
153
+ "num_tokens": 11548942.0,
154
+ "step": 80
155
+ },
156
+ {
157
+ "epoch": 0.033938909962068275,
158
+ "grad_norm": 0.23240900039672852,
159
+ "learning_rate": 4.302158338901801e-05,
160
+ "loss": 0.0585,
161
+ "mean_token_accuracy": 0.9767142593860626,
162
+ "num_tokens": 12284271.0,
163
+ "step": 85
164
+ },
165
+ {
166
+ "epoch": 0.03593531643042523,
167
+ "grad_norm": 0.35469600558280945,
168
+ "learning_rate": 4.302085057800922e-05,
169
+ "loss": 0.0605,
170
+ "mean_token_accuracy": 0.9750521361827851,
171
+ "num_tokens": 13007855.0,
172
+ "step": 90
173
+ },
174
+ {
175
+ "epoch": 0.03793172289878219,
176
+ "grad_norm": 0.1484885960817337,
177
+ "learning_rate": 4.3020046633064446e-05,
178
+ "loss": 0.0484,
179
+ "mean_token_accuracy": 0.9796449035406113,
180
+ "num_tokens": 13722879.0,
181
+ "step": 95
182
+ },
183
+ {
184
+ "epoch": 0.03992812936713915,
185
+ "grad_norm": 0.23631541430950165,
186
+ "learning_rate": 4.3019171557729085e-05,
187
+ "loss": 0.059,
188
+ "mean_token_accuracy": 0.9753597110509873,
189
+ "num_tokens": 14450221.0,
190
+ "step": 100
191
+ },
192
+ {
193
+ "epoch": 0.04192453583549611,
194
+ "grad_norm": 0.17381513118743896,
195
+ "learning_rate": 4.301822535586219e-05,
196
+ "loss": 0.053,
197
+ "mean_token_accuracy": 0.979637861251831,
198
+ "num_tokens": 15193852.0,
199
+ "step": 105
200
+ },
201
+ {
202
+ "epoch": 0.043920942303853065,
203
+ "grad_norm": 0.21713939309120178,
204
+ "learning_rate": 4.3017208031636505e-05,
205
+ "loss": 0.0521,
206
+ "mean_token_accuracy": 0.9779550462961197,
207
+ "num_tokens": 15920797.0,
208
+ "step": 110
209
+ },
210
+ {
211
+ "epoch": 0.04591734877221002,
212
+ "grad_norm": 0.21581998467445374,
213
+ "learning_rate": 4.301611958953839e-05,
214
+ "loss": 0.0614,
215
+ "mean_token_accuracy": 0.9744587689638138,
216
+ "num_tokens": 16647447.0,
217
+ "step": 115
218
+ },
219
+ {
220
+ "epoch": 0.04791375524056698,
221
+ "grad_norm": 0.19825442135334015,
222
+ "learning_rate": 4.301496003436785e-05,
223
+ "loss": 0.06,
224
+ "mean_token_accuracy": 0.9741028487682343,
225
+ "num_tokens": 17362711.0,
226
+ "step": 120
227
+ },
228
+ {
229
+ "epoch": 0.049910161708923935,
230
+ "grad_norm": 0.15317484736442566,
231
+ "learning_rate": 4.301372937123851e-05,
232
+ "loss": 0.0571,
233
+ "mean_token_accuracy": 0.9771378487348557,
234
+ "num_tokens": 18088486.0,
235
+ "step": 125
236
+ },
237
+ {
238
+ "epoch": 0.05190656817728089,
239
+ "grad_norm": 0.1307675838470459,
240
+ "learning_rate": 4.301242760557756e-05,
241
+ "loss": 0.0531,
242
+ "mean_token_accuracy": 0.9786365628242493,
243
+ "num_tokens": 18815433.0,
244
+ "step": 130
245
+ },
246
+ {
247
+ "epoch": 0.053902974645637855,
248
+ "grad_norm": 0.1721351146697998,
249
+ "learning_rate": 4.301105474312576e-05,
250
+ "loss": 0.0642,
251
+ "mean_token_accuracy": 0.973665738105774,
252
+ "num_tokens": 19530903.0,
253
+ "step": 135
254
+ },
255
+ {
256
+ "epoch": 0.05589938111399481,
257
+ "grad_norm": 0.2096928358078003,
258
+ "learning_rate": 4.30096107899374e-05,
259
+ "loss": 0.0548,
260
+ "mean_token_accuracy": 0.976664736866951,
261
+ "num_tokens": 20252280.0,
262
+ "step": 140
263
+ },
264
+ {
265
+ "epoch": 0.05789578758235177,
266
+ "grad_norm": 0.13824060559272766,
267
+ "learning_rate": 4.3008095752380274e-05,
268
+ "loss": 0.0548,
269
+ "mean_token_accuracy": 0.9776088953018188,
270
+ "num_tokens": 20966598.0,
271
+ "step": 145
272
+ },
273
+ {
274
+ "epoch": 0.059892194050708725,
275
+ "grad_norm": 0.1322195678949356,
276
+ "learning_rate": 4.3006509637135676e-05,
277
+ "loss": 0.0515,
278
+ "mean_token_accuracy": 0.9775060802698136,
279
+ "num_tokens": 21688849.0,
280
+ "step": 150
281
+ },
282
+ {
283
+ "epoch": 0.06188860051906568,
284
+ "grad_norm": 0.15910562872886658,
285
+ "learning_rate": 4.3004852451198345e-05,
286
+ "loss": 0.0533,
287
+ "mean_token_accuracy": 0.9776766180992127,
288
+ "num_tokens": 22414160.0,
289
+ "step": 155
290
+ },
291
+ {
292
+ "epoch": 0.06388500698742264,
293
+ "grad_norm": 0.17499415576457977,
294
+ "learning_rate": 4.300312420187642e-05,
295
+ "loss": 0.0543,
296
+ "mean_token_accuracy": 0.9780311793088913,
297
+ "num_tokens": 23140905.0,
298
+ "step": 160
299
+ },
300
+ {
301
+ "epoch": 0.0658814134557796,
302
+ "grad_norm": 0.08447716385126114,
303
+ "learning_rate": 4.300132489679144e-05,
304
+ "loss": 0.0586,
305
+ "mean_token_accuracy": 0.9748361557722092,
306
+ "num_tokens": 23858350.0,
307
+ "step": 165
308
+ },
309
+ {
310
+ "epoch": 0.06787781992413655,
311
+ "grad_norm": 0.1828007698059082,
312
+ "learning_rate": 4.299945454387832e-05,
313
+ "loss": 0.0582,
314
+ "mean_token_accuracy": 0.9753214448690415,
315
+ "num_tokens": 24578746.0,
316
+ "step": 170
317
+ },
318
+ {
319
+ "epoch": 0.06987422639249351,
320
+ "grad_norm": 0.12954303622245789,
321
+ "learning_rate": 4.299751315138525e-05,
322
+ "loss": 0.0588,
323
+ "mean_token_accuracy": 0.9755947411060333,
324
+ "num_tokens": 25290190.0,
325
+ "step": 175
326
+ },
327
+ {
328
+ "epoch": 0.07187063286085046,
329
+ "grad_norm": 0.17280645668506622,
330
+ "learning_rate": 4.299550072787375e-05,
331
+ "loss": 0.0522,
332
+ "mean_token_accuracy": 0.9782574236392975,
333
+ "num_tokens": 26013434.0,
334
+ "step": 180
335
+ },
336
+ {
337
+ "epoch": 0.07386703932920742,
338
+ "grad_norm": 0.27445533871650696,
339
+ "learning_rate": 4.2993417282218544e-05,
340
+ "loss": 0.0536,
341
+ "mean_token_accuracy": 0.9775886803865432,
342
+ "num_tokens": 26742045.0,
343
+ "step": 185
344
+ },
345
+ {
346
+ "epoch": 0.07586344579756438,
347
+ "grad_norm": 0.1881956309080124,
348
+ "learning_rate": 4.2991262823607586e-05,
349
+ "loss": 0.056,
350
+ "mean_token_accuracy": 0.976248922944069,
351
+ "num_tokens": 27466859.0,
352
+ "step": 190
353
+ },
354
+ {
355
+ "epoch": 0.07785985226592135,
356
+ "grad_norm": 0.15925268828868866,
357
+ "learning_rate": 4.2989037361542e-05,
358
+ "loss": 0.0486,
359
+ "mean_token_accuracy": 0.9797779828310013,
360
+ "num_tokens": 28194806.0,
361
+ "step": 195
362
+ },
363
+ {
364
+ "epoch": 0.0798562587342783,
365
+ "grad_norm": 0.2537769675254822,
366
+ "learning_rate": 4.2986740905836017e-05,
367
+ "loss": 0.0545,
368
+ "mean_token_accuracy": 0.9779761880636215,
369
+ "num_tokens": 28920879.0,
370
+ "step": 200
371
+ },
372
+ {
373
+ "epoch": 0.08185266520263526,
374
+ "grad_norm": 0.18168781697750092,
375
+ "learning_rate": 4.298437346661695e-05,
376
+ "loss": 0.0516,
377
+ "mean_token_accuracy": 0.9782940000295639,
378
+ "num_tokens": 29652234.0,
379
+ "step": 205
380
+ },
381
+ {
382
+ "epoch": 0.08384907167099222,
383
+ "grad_norm": 0.34930142760276794,
384
+ "learning_rate": 4.2981935054325175e-05,
385
+ "loss": 0.0528,
386
+ "mean_token_accuracy": 0.9776461899280549,
387
+ "num_tokens": 30368616.0,
388
+ "step": 210
389
+ },
390
+ {
391
+ "epoch": 0.08584547813934917,
392
+ "grad_norm": 0.16720351576805115,
393
+ "learning_rate": 4.2979425679714015e-05,
394
+ "loss": 0.0545,
395
+ "mean_token_accuracy": 0.9776774793863297,
396
+ "num_tokens": 31086040.0,
397
+ "step": 215
398
+ },
399
+ {
400
+ "epoch": 0.08784188460770613,
401
+ "grad_norm": 0.12502144277095795,
402
+ "learning_rate": 4.2976845353849757e-05,
403
+ "loss": 0.0578,
404
+ "mean_token_accuracy": 0.9754776805639267,
405
+ "num_tokens": 31814127.0,
406
+ "step": 220
407
+ },
408
+ {
409
+ "epoch": 0.08983829107606309,
410
+ "grad_norm": 0.18173851072788239,
411
+ "learning_rate": 4.2974194088111596e-05,
412
+ "loss": 0.0549,
413
+ "mean_token_accuracy": 0.977699363231659,
414
+ "num_tokens": 32532899.0,
415
+ "step": 225
416
+ },
417
+ {
418
+ "epoch": 0.09183469754442004,
419
+ "grad_norm": 0.21796411275863647,
420
+ "learning_rate": 4.297147189419153e-05,
421
+ "loss": 0.0526,
422
+ "mean_token_accuracy": 0.9780656516551971,
423
+ "num_tokens": 33254862.0,
424
+ "step": 230
425
+ },
426
+ {
427
+ "epoch": 0.093831104012777,
428
+ "grad_norm": 0.158290296792984,
429
+ "learning_rate": 4.29686787840944e-05,
430
+ "loss": 0.0502,
431
+ "mean_token_accuracy": 0.9777401953935623,
432
+ "num_tokens": 33982840.0,
433
+ "step": 235
434
+ },
435
+ {
436
+ "epoch": 0.09582751048113396,
437
+ "grad_norm": 0.15952068567276,
438
+ "learning_rate": 4.2965814770137744e-05,
439
+ "loss": 0.0502,
440
+ "mean_token_accuracy": 0.978219535946846,
441
+ "num_tokens": 34703620.0,
442
+ "step": 240
443
+ },
444
+ {
445
+ "epoch": 0.09782391694949091,
446
+ "grad_norm": 0.1635027974843979,
447
+ "learning_rate": 4.2962879864951805e-05,
448
+ "loss": 0.0413,
449
+ "mean_token_accuracy": 0.982021626830101,
450
+ "num_tokens": 35440685.0,
451
+ "step": 245
452
+ },
453
+ {
454
+ "epoch": 0.09982032341784787,
455
+ "grad_norm": 0.13409432768821716,
456
+ "learning_rate": 4.2959874081479444e-05,
457
+ "loss": 0.047,
458
+ "mean_token_accuracy": 0.9794367611408233,
459
+ "num_tokens": 36169768.0,
460
+ "step": 250
461
+ },
462
+ {
463
+ "epoch": 0.10181672988620483,
464
+ "grad_norm": 0.11007480323314667,
465
+ "learning_rate": 4.295679743297611e-05,
466
+ "loss": 0.0473,
467
+ "mean_token_accuracy": 0.9799829065799713,
468
+ "num_tokens": 36903528.0,
469
+ "step": 255
470
+ },
471
+ {
472
+ "epoch": 0.10381313635456178,
473
+ "grad_norm": 0.1296682208776474,
474
+ "learning_rate": 4.295364993300975e-05,
475
+ "loss": 0.0567,
476
+ "mean_token_accuracy": 0.9754694372415542,
477
+ "num_tokens": 37627586.0,
478
+ "step": 260
479
+ },
480
+ {
481
+ "epoch": 0.10580954282291874,
482
+ "grad_norm": 0.12024891376495361,
483
+ "learning_rate": 4.295043159546076e-05,
484
+ "loss": 0.0535,
485
+ "mean_token_accuracy": 0.9779273867607117,
486
+ "num_tokens": 38352739.0,
487
+ "step": 265
488
+ },
489
+ {
490
+ "epoch": 0.10780594929127571,
491
+ "grad_norm": 0.09559287130832672,
492
+ "learning_rate": 4.294714243452194e-05,
493
+ "loss": 0.0437,
494
+ "mean_token_accuracy": 0.9822638213634491,
495
+ "num_tokens": 39085149.0,
496
+ "step": 270
497
+ },
498
+ {
499
+ "epoch": 0.10980235575963267,
500
+ "grad_norm": 0.19117465615272522,
501
+ "learning_rate": 4.2943782464698434e-05,
502
+ "loss": 0.0597,
503
+ "mean_token_accuracy": 0.975782060623169,
504
+ "num_tokens": 39805827.0,
505
+ "step": 275
506
+ },
507
+ {
508
+ "epoch": 0.11179876222798962,
509
+ "grad_norm": 0.10707342624664307,
510
+ "learning_rate": 4.294035170080761e-05,
511
+ "loss": 0.0567,
512
+ "mean_token_accuracy": 0.9762091904878616,
513
+ "num_tokens": 40530685.0,
514
+ "step": 280
515
+ },
516
+ {
517
+ "epoch": 0.11379516869634658,
518
+ "grad_norm": 0.08280737698078156,
519
+ "learning_rate": 4.2936850157979074e-05,
520
+ "loss": 0.05,
521
+ "mean_token_accuracy": 0.9792889416217804,
522
+ "num_tokens": 41255430.0,
523
+ "step": 285
524
+ },
525
+ {
526
+ "epoch": 0.11579157516470354,
527
+ "grad_norm": 0.1256619095802307,
528
+ "learning_rate": 4.2933277851654543e-05,
529
+ "loss": 0.0624,
530
+ "mean_token_accuracy": 0.9729855686426163,
531
+ "num_tokens": 41976078.0,
532
+ "step": 290
533
+ },
534
+ {
535
+ "epoch": 0.11778798163306049,
536
+ "grad_norm": 0.3224167227745056,
537
+ "learning_rate": 4.292963479758782e-05,
538
+ "loss": 0.0497,
539
+ "mean_token_accuracy": 0.9796846657991409,
540
+ "num_tokens": 42689118.0,
541
+ "step": 295
542
+ },
543
+ {
544
+ "epoch": 0.11978438810141745,
545
+ "grad_norm": 0.22343389689922333,
546
+ "learning_rate": 4.292592101184469e-05,
547
+ "loss": 0.0425,
548
+ "mean_token_accuracy": 0.9820985406637192,
549
+ "num_tokens": 43419497.0,
550
+ "step": 300
551
+ },
552
+ {
553
+ "epoch": 0.1217807945697744,
554
+ "grad_norm": 0.10838128626346588,
555
+ "learning_rate": 4.292213651080286e-05,
556
+ "loss": 0.0454,
557
+ "mean_token_accuracy": 0.9795959055423736,
558
+ "num_tokens": 44144729.0,
559
+ "step": 305
560
+ },
561
+ {
562
+ "epoch": 0.12377720103813136,
563
+ "grad_norm": 0.1953747570514679,
564
+ "learning_rate": 4.2918281311151895e-05,
565
+ "loss": 0.046,
566
+ "mean_token_accuracy": 0.9807391226291656,
567
+ "num_tokens": 44869333.0,
568
+ "step": 310
569
+ },
570
+ {
571
+ "epoch": 0.12577360750648833,
572
+ "grad_norm": 0.14303229749202728,
573
+ "learning_rate": 4.291435542989315e-05,
574
+ "loss": 0.0477,
575
+ "mean_token_accuracy": 0.9790458828210831,
576
+ "num_tokens": 45601423.0,
577
+ "step": 315
578
+ },
579
+ {
580
+ "epoch": 0.12777001397484528,
581
+ "grad_norm": 0.13903263211250305,
582
+ "learning_rate": 4.291035888433965e-05,
583
+ "loss": 0.0486,
584
+ "mean_token_accuracy": 0.9791201978921891,
585
+ "num_tokens": 46331465.0,
586
+ "step": 320
587
+ },
588
+ {
589
+ "epoch": 0.12976642044320225,
590
+ "grad_norm": 0.1759800761938095,
591
+ "learning_rate": 4.2906291692116105e-05,
592
+ "loss": 0.0544,
593
+ "mean_token_accuracy": 0.9773983508348465,
594
+ "num_tokens": 47056177.0,
595
+ "step": 325
596
+ },
597
+ {
598
+ "epoch": 0.1317628269115592,
599
+ "grad_norm": 0.15405182540416718,
600
+ "learning_rate": 4.290215387115872e-05,
601
+ "loss": 0.0598,
602
+ "mean_token_accuracy": 0.9750259101390839,
603
+ "num_tokens": 47770978.0,
604
+ "step": 330
605
+ },
606
+ {
607
+ "epoch": 0.13375923337991616,
608
+ "grad_norm": 0.10629483312368393,
609
+ "learning_rate": 4.28979454397152e-05,
610
+ "loss": 0.0583,
611
+ "mean_token_accuracy": 0.9750337392091751,
612
+ "num_tokens": 48484907.0,
613
+ "step": 335
614
+ },
615
+ {
616
+ "epoch": 0.1357556398482731,
617
+ "grad_norm": 0.11660145968198776,
618
+ "learning_rate": 4.2893666416344625e-05,
619
+ "loss": 0.0524,
620
+ "mean_token_accuracy": 0.9774013131856918,
621
+ "num_tokens": 49205502.0,
622
+ "step": 340
623
+ },
624
+ {
625
+ "epoch": 0.13775204631663007,
626
+ "grad_norm": 0.1357419788837433,
627
+ "learning_rate": 4.288931681991741e-05,
628
+ "loss": 0.047,
629
+ "mean_token_accuracy": 0.9805745542049408,
630
+ "num_tokens": 49932020.0,
631
+ "step": 345
632
+ },
633
+ {
634
+ "epoch": 0.13974845278498702,
635
+ "grad_norm": 0.18027786910533905,
636
+ "learning_rate": 4.288489666961517e-05,
637
+ "loss": 0.0521,
638
+ "mean_token_accuracy": 0.9769169509410858,
639
+ "num_tokens": 50646806.0,
640
+ "step": 350
641
+ },
642
+ {
643
+ "epoch": 0.14174485925334399,
644
+ "grad_norm": 0.09403052926063538,
645
+ "learning_rate": 4.288040598493066e-05,
646
+ "loss": 0.052,
647
+ "mean_token_accuracy": 0.9778335362672805,
648
+ "num_tokens": 51368374.0,
649
+ "step": 355
650
+ },
651
+ {
652
+ "epoch": 0.14374126572170093,
653
+ "grad_norm": 0.10531823337078094,
654
+ "learning_rate": 4.287584478566772e-05,
655
+ "loss": 0.0475,
656
+ "mean_token_accuracy": 0.9801982522010804,
657
+ "num_tokens": 52082189.0,
658
+ "step": 360
659
+ },
660
+ {
661
+ "epoch": 0.1457376721900579,
662
+ "grad_norm": 0.08720994740724564,
663
+ "learning_rate": 4.2871213091941116e-05,
664
+ "loss": 0.0487,
665
+ "mean_token_accuracy": 0.9790406972169876,
666
+ "num_tokens": 52804371.0,
667
+ "step": 365
668
+ },
669
+ {
670
+ "epoch": 0.14773407865841484,
671
+ "grad_norm": 0.12209278345108032,
672
+ "learning_rate": 4.286651092417653e-05,
673
+ "loss": 0.0489,
674
+ "mean_token_accuracy": 0.9786169439554214,
675
+ "num_tokens": 53526886.0,
676
+ "step": 370
677
+ },
678
+ {
679
+ "epoch": 0.1497304851267718,
680
+ "grad_norm": 0.1360856592655182,
681
+ "learning_rate": 4.286173830311041e-05,
682
+ "loss": 0.0551,
683
+ "mean_token_accuracy": 0.9743523508310318,
684
+ "num_tokens": 54238089.0,
685
+ "step": 375
686
+ },
687
+ {
688
+ "epoch": 0.15172689159512875,
689
+ "grad_norm": 0.1499907374382019,
690
+ "learning_rate": 4.285689524978991e-05,
691
+ "loss": 0.0551,
692
+ "mean_token_accuracy": 0.9762009382247925,
693
+ "num_tokens": 54966900.0,
694
+ "step": 380
695
+ },
696
+ {
697
+ "epoch": 0.15372329806348572,
698
+ "grad_norm": 0.06996061652898788,
699
+ "learning_rate": 4.285198178557278e-05,
700
+ "loss": 0.0442,
701
+ "mean_token_accuracy": 0.9815765887498855,
702
+ "num_tokens": 55692180.0,
703
+ "step": 385
704
+ },
705
+ {
706
+ "epoch": 0.1557197045318427,
707
+ "grad_norm": 0.09069187194108963,
708
+ "learning_rate": 4.284699793212731e-05,
709
+ "loss": 0.0521,
710
+ "mean_token_accuracy": 0.9776074826717377,
711
+ "num_tokens": 56403496.0,
712
+ "step": 390
713
+ },
714
+ {
715
+ "epoch": 0.15771611100019964,
716
+ "grad_norm": 0.12922468781471252,
717
+ "learning_rate": 4.284194371143216e-05,
718
+ "loss": 0.0423,
719
+ "mean_token_accuracy": 0.9815239191055298,
720
+ "num_tokens": 57130425.0,
721
+ "step": 395
722
+ },
723
+ {
724
+ "epoch": 0.1597125174685566,
725
+ "grad_norm": 0.1596469283103943,
726
+ "learning_rate": 4.283681914577634e-05,
727
+ "loss": 0.0514,
728
+ "mean_token_accuracy": 0.9776736199855804,
729
+ "num_tokens": 57846781.0,
730
+ "step": 400
731
+ },
732
+ {
733
+ "epoch": 0.16170892393691355,
734
+ "grad_norm": 0.1281159520149231,
735
+ "learning_rate": 4.283162425775907e-05,
736
+ "loss": 0.0475,
737
+ "mean_token_accuracy": 0.9804576992988586,
738
+ "num_tokens": 58576699.0,
739
+ "step": 405
740
+ },
741
+ {
742
+ "epoch": 0.16370533040527052,
743
+ "grad_norm": 0.18816827237606049,
744
+ "learning_rate": 4.282635907028968e-05,
745
+ "loss": 0.0491,
746
+ "mean_token_accuracy": 0.9774960219860077,
747
+ "num_tokens": 59299296.0,
748
+ "step": 410
749
+ },
750
+ {
751
+ "epoch": 0.16570173687362746,
752
+ "grad_norm": 0.1441081166267395,
753
+ "learning_rate": 4.282102360658755e-05,
754
+ "loss": 0.05,
755
+ "mean_token_accuracy": 0.9789826661348343,
756
+ "num_tokens": 60019189.0,
757
+ "step": 415
758
+ },
759
+ {
760
+ "epoch": 0.16769814334198443,
761
+ "grad_norm": 0.11921107023954391,
762
+ "learning_rate": 4.2815617890181955e-05,
763
+ "loss": 0.0535,
764
+ "mean_token_accuracy": 0.9768732756376266,
765
+ "num_tokens": 60742418.0,
766
+ "step": 420
767
+ },
768
+ {
769
+ "epoch": 0.16969454981034138,
770
+ "grad_norm": 0.14515455067157745,
771
+ "learning_rate": 4.281014194491196e-05,
772
+ "loss": 0.046,
773
+ "mean_token_accuracy": 0.9810800284147263,
774
+ "num_tokens": 61472413.0,
775
+ "step": 425
776
+ },
777
+ {
778
+ "epoch": 0.17169095627869835,
779
+ "grad_norm": 0.1529640555381775,
780
+ "learning_rate": 4.280459579492638e-05,
781
+ "loss": 0.0494,
782
+ "mean_token_accuracy": 0.9782395333051681,
783
+ "num_tokens": 62200026.0,
784
+ "step": 430
785
+ },
786
+ {
787
+ "epoch": 0.1736873627470553,
788
+ "grad_norm": 0.1236916184425354,
789
+ "learning_rate": 4.279897946468361e-05,
790
+ "loss": 0.0505,
791
+ "mean_token_accuracy": 0.978915536403656,
792
+ "num_tokens": 62919468.0,
793
+ "step": 435
794
+ },
795
+ {
796
+ "epoch": 0.17568376921541226,
797
+ "grad_norm": 0.1317927986383438,
798
+ "learning_rate": 4.2793292978951546e-05,
799
+ "loss": 0.0434,
800
+ "mean_token_accuracy": 0.9814162343740463,
801
+ "num_tokens": 63654252.0,
802
+ "step": 440
803
+ },
804
+ {
805
+ "epoch": 0.1776801756837692,
806
+ "grad_norm": 0.12080615013837814,
807
+ "learning_rate": 4.278753636280745e-05,
808
+ "loss": 0.0458,
809
+ "mean_token_accuracy": 0.9800752550363541,
810
+ "num_tokens": 64372681.0,
811
+ "step": 445
812
+ },
813
+ {
814
+ "epoch": 0.17967658215212617,
815
+ "grad_norm": 0.12699449062347412,
816
+ "learning_rate": 4.2781709641637895e-05,
817
+ "loss": 0.0557,
818
+ "mean_token_accuracy": 0.9758878946304321,
819
+ "num_tokens": 65084161.0,
820
+ "step": 450
821
+ },
822
+ {
823
+ "epoch": 0.18167298862048312,
824
+ "grad_norm": 0.10154750943183899,
825
+ "learning_rate": 4.277581284113856e-05,
826
+ "loss": 0.0468,
827
+ "mean_token_accuracy": 0.9790953069925308,
828
+ "num_tokens": 65814662.0,
829
+ "step": 455
830
+ },
831
+ {
832
+ "epoch": 0.1836693950888401,
833
+ "grad_norm": 0.14240600168704987,
834
+ "learning_rate": 4.276984598731423e-05,
835
+ "loss": 0.0469,
836
+ "mean_token_accuracy": 0.979536834359169,
837
+ "num_tokens": 66530926.0,
838
+ "step": 460
839
+ },
840
+ {
841
+ "epoch": 0.18566580155719706,
842
+ "grad_norm": 0.1021113321185112,
843
+ "learning_rate": 4.2763809106478584e-05,
844
+ "loss": 0.0425,
845
+ "mean_token_accuracy": 0.9820678532123566,
846
+ "num_tokens": 67265232.0,
847
+ "step": 465
848
+ },
849
+ {
850
+ "epoch": 0.187662208025554,
851
+ "grad_norm": 0.11665349453687668,
852
+ "learning_rate": 4.2757702225254146e-05,
853
+ "loss": 0.0566,
854
+ "mean_token_accuracy": 0.9761783987283706,
855
+ "num_tokens": 67983627.0,
856
+ "step": 470
857
+ },
858
+ {
859
+ "epoch": 0.18965861449391097,
860
+ "grad_norm": 0.12766194343566895,
861
+ "learning_rate": 4.2751525370572104e-05,
862
+ "loss": 0.046,
863
+ "mean_token_accuracy": 0.9804826110601426,
864
+ "num_tokens": 68713941.0,
865
+ "step": 475
866
+ },
867
+ {
868
+ "epoch": 0.1916550209622679,
869
+ "grad_norm": 0.11255398392677307,
870
+ "learning_rate": 4.274527856967227e-05,
871
+ "loss": 0.0549,
872
+ "mean_token_accuracy": 0.9781402915716171,
873
+ "num_tokens": 69417633.0,
874
+ "step": 480
875
+ },
876
+ {
877
+ "epoch": 0.19365142743062488,
878
+ "grad_norm": 0.08928117156028748,
879
+ "learning_rate": 4.273896185010289e-05,
880
+ "loss": 0.0509,
881
+ "mean_token_accuracy": 0.9780146718025208,
882
+ "num_tokens": 70130429.0,
883
+ "step": 485
884
+ },
885
+ {
886
+ "epoch": 0.19564783389898183,
887
+ "grad_norm": 0.13495980203151703,
888
+ "learning_rate": 4.273257523972056e-05,
889
+ "loss": 0.0451,
890
+ "mean_token_accuracy": 0.980745604634285,
891
+ "num_tokens": 70864111.0,
892
+ "step": 490
893
+ },
894
+ {
895
+ "epoch": 0.1976442403673388,
896
+ "grad_norm": 0.14102225005626678,
897
+ "learning_rate": 4.2726118766690076e-05,
898
+ "loss": 0.05,
899
+ "mean_token_accuracy": 0.979128223657608,
900
+ "num_tokens": 71589024.0,
901
+ "step": 495
902
+ },
903
+ {
904
+ "epoch": 0.19964064683569574,
905
+ "grad_norm": 0.12552976608276367,
906
+ "learning_rate": 4.271959245948436e-05,
907
+ "loss": 0.0514,
908
+ "mean_token_accuracy": 0.9778478264808654,
909
+ "num_tokens": 72306095.0,
910
+ "step": 500
911
+ },
912
+ {
913
+ "epoch": 0.2016370533040527,
914
+ "grad_norm": 0.11777975410223007,
915
+ "learning_rate": 4.271299634688427e-05,
916
+ "loss": 0.0433,
917
+ "mean_token_accuracy": 0.9815191090106964,
918
+ "num_tokens": 73021001.0,
919
+ "step": 505
920
+ },
921
+ {
922
+ "epoch": 0.20363345977240965,
923
+ "grad_norm": 0.13376499712467194,
924
+ "learning_rate": 4.2706330457978514e-05,
925
+ "loss": 0.0503,
926
+ "mean_token_accuracy": 0.9786869913339615,
927
+ "num_tokens": 73750995.0,
928
+ "step": 510
929
+ },
930
+ {
931
+ "epoch": 0.20562986624076662,
932
+ "grad_norm": 0.10142122209072113,
933
+ "learning_rate": 4.269959482216352e-05,
934
+ "loss": 0.0455,
935
+ "mean_token_accuracy": 0.9812999993562699,
936
+ "num_tokens": 74474430.0,
937
+ "step": 515
938
+ },
939
+ {
940
+ "epoch": 0.20762627270912357,
941
+ "grad_norm": 0.1251404732465744,
942
+ "learning_rate": 4.26927894691433e-05,
943
+ "loss": 0.0433,
944
+ "mean_token_accuracy": 0.9818032503128051,
945
+ "num_tokens": 75193736.0,
946
+ "step": 520
947
+ },
948
+ {
949
+ "epoch": 0.20962267917748054,
950
+ "grad_norm": 0.09525765478610992,
951
+ "learning_rate": 4.268591442892929e-05,
952
+ "loss": 0.0467,
953
+ "mean_token_accuracy": 0.9807555198669433,
954
+ "num_tokens": 75927216.0,
955
+ "step": 525
956
+ },
957
+ {
958
+ "epoch": 0.21161908564583748,
959
+ "grad_norm": 0.09515196830034256,
960
+ "learning_rate": 4.267896973184027e-05,
961
+ "loss": 0.0447,
962
+ "mean_token_accuracy": 0.9803880721330642,
963
+ "num_tokens": 76655961.0,
964
+ "step": 530
965
+ },
966
+ {
967
+ "epoch": 0.21361549211419445,
968
+ "grad_norm": 0.09553889185190201,
969
+ "learning_rate": 4.267195540850221e-05,
970
+ "loss": 0.0505,
971
+ "mean_token_accuracy": 0.9782146096229554,
972
+ "num_tokens": 77379698.0,
973
+ "step": 535
974
+ },
975
+ {
976
+ "epoch": 0.21561189858255142,
977
+ "grad_norm": 0.09350269287824631,
978
+ "learning_rate": 4.266487148984811e-05,
979
+ "loss": 0.047,
980
+ "mean_token_accuracy": 0.9799423426389694,
981
+ "num_tokens": 78096171.0,
982
+ "step": 540
983
+ },
984
+ {
985
+ "epoch": 0.21760830505090836,
986
+ "grad_norm": 0.12444101274013519,
987
+ "learning_rate": 4.26577180071179e-05,
988
+ "loss": 0.0503,
989
+ "mean_token_accuracy": 0.9797710835933685,
990
+ "num_tokens": 78816545.0,
991
+ "step": 545
992
+ },
993
+ {
994
+ "epoch": 0.21960471151926533,
995
+ "grad_norm": 0.120224229991436,
996
+ "learning_rate": 4.265049499185827e-05,
997
+ "loss": 0.0476,
998
+ "mean_token_accuracy": 0.9791944712400437,
999
+ "num_tokens": 79543200.0,
1000
+ "step": 550
1001
+ },
1002
+ {
1003
+ "epoch": 0.22160111798762228,
1004
+ "grad_norm": 0.08200144022703171,
1005
+ "learning_rate": 4.2643202475922576e-05,
1006
+ "loss": 0.0469,
1007
+ "mean_token_accuracy": 0.9800705790519715,
1008
+ "num_tokens": 80267808.0,
1009
+ "step": 555
1010
+ },
1011
+ {
1012
+ "epoch": 0.22359752445597925,
1013
+ "grad_norm": 0.08492100983858109,
1014
+ "learning_rate": 4.263584049147063e-05,
1015
+ "loss": 0.053,
1016
+ "mean_token_accuracy": 0.9771294265985488,
1017
+ "num_tokens": 80995420.0,
1018
+ "step": 560
1019
+ },
1020
+ {
1021
+ "epoch": 0.2255939309243362,
1022
+ "grad_norm": 0.12120378762483597,
1023
+ "learning_rate": 4.2628409070968626e-05,
1024
+ "loss": 0.047,
1025
+ "mean_token_accuracy": 0.9804543852806091,
1026
+ "num_tokens": 81723889.0,
1027
+ "step": 565
1028
+ },
1029
+ {
1030
+ "epoch": 0.22759033739269316,
1031
+ "grad_norm": 0.10692359507083893,
1032
+ "learning_rate": 4.2620908247188973e-05,
1033
+ "loss": 0.0373,
1034
+ "mean_token_accuracy": 0.9842275649309158,
1035
+ "num_tokens": 82455710.0,
1036
+ "step": 570
1037
+ },
1038
+ {
1039
+ "epoch": 0.2295867438610501,
1040
+ "grad_norm": 0.12830841541290283,
1041
+ "learning_rate": 4.261333805321012e-05,
1042
+ "loss": 0.0485,
1043
+ "mean_token_accuracy": 0.9796034336090088,
1044
+ "num_tokens": 83167210.0,
1045
+ "step": 575
1046
+ },
1047
+ {
1048
+ "epoch": 0.23158315032940707,
1049
+ "grad_norm": 0.08063813298940659,
1050
+ "learning_rate": 4.260569852241647e-05,
1051
+ "loss": 0.0534,
1052
+ "mean_token_accuracy": 0.9783318549394607,
1053
+ "num_tokens": 83881816.0,
1054
+ "step": 580
1055
+ },
1056
+ {
1057
+ "epoch": 0.23357955679776402,
1058
+ "grad_norm": 0.09200415760278702,
1059
+ "learning_rate": 4.259798968849818e-05,
1060
+ "loss": 0.0475,
1061
+ "mean_token_accuracy": 0.980060550570488,
1062
+ "num_tokens": 84607610.0,
1063
+ "step": 585
1064
+ },
1065
+ {
1066
+ "epoch": 0.23557596326612099,
1067
+ "grad_norm": 0.09657726436853409,
1068
+ "learning_rate": 4.259021158545102e-05,
1069
+ "loss": 0.0534,
1070
+ "mean_token_accuracy": 0.9768508076667786,
1071
+ "num_tokens": 85315518.0,
1072
+ "step": 590
1073
+ },
1074
+ {
1075
+ "epoch": 0.23757236973447793,
1076
+ "grad_norm": 0.09629404544830322,
1077
+ "learning_rate": 4.2582364247576274e-05,
1078
+ "loss": 0.0508,
1079
+ "mean_token_accuracy": 0.9782411873340606,
1080
+ "num_tokens": 86038324.0,
1081
+ "step": 595
1082
+ },
1083
+ {
1084
+ "epoch": 0.2395687762028349,
1085
+ "grad_norm": 0.12929849326610565,
1086
+ "learning_rate": 4.257444770948052e-05,
1087
+ "loss": 0.0406,
1088
+ "mean_token_accuracy": 0.9815934479236603,
1089
+ "num_tokens": 86774837.0,
1090
+ "step": 600
1091
+ },
1092
+ {
1093
+ "epoch": 0.24156518267119184,
1094
+ "grad_norm": 0.10552412271499634,
1095
+ "learning_rate": 4.256646200607551e-05,
1096
+ "loss": 0.0533,
1097
+ "mean_token_accuracy": 0.9769379138946533,
1098
+ "num_tokens": 87493367.0,
1099
+ "step": 605
1100
+ },
1101
+ {
1102
+ "epoch": 0.2435615891395488,
1103
+ "grad_norm": 0.10751223564147949,
1104
+ "learning_rate": 4.255840717257802e-05,
1105
+ "loss": 0.0475,
1106
+ "mean_token_accuracy": 0.9801900714635849,
1107
+ "num_tokens": 88212585.0,
1108
+ "step": 610
1109
+ },
1110
+ {
1111
+ "epoch": 0.24555799560790578,
1112
+ "grad_norm": 0.08181528747081757,
1113
+ "learning_rate": 4.255028324450969e-05,
1114
+ "loss": 0.0483,
1115
+ "mean_token_accuracy": 0.9792672157287597,
1116
+ "num_tokens": 88921923.0,
1117
+ "step": 615
1118
+ },
1119
+ {
1120
+ "epoch": 0.24755440207626273,
1121
+ "grad_norm": 0.11906848847866058,
1122
+ "learning_rate": 4.254209025769686e-05,
1123
+ "loss": 0.0531,
1124
+ "mean_token_accuracy": 0.9773639112710952,
1125
+ "num_tokens": 89635881.0,
1126
+ "step": 620
1127
+ },
1128
+ {
1129
+ "epoch": 0.2495508085446197,
1130
+ "grad_norm": 0.09037422388792038,
1131
+ "learning_rate": 4.253382824827042e-05,
1132
+ "loss": 0.0494,
1133
+ "mean_token_accuracy": 0.978655782341957,
1134
+ "num_tokens": 90355134.0,
1135
+ "step": 625
1136
+ },
1137
+ {
1138
+ "epoch": 0.25154721501297667,
1139
+ "grad_norm": 0.10041050612926483,
1140
+ "learning_rate": 4.252549725266565e-05,
1141
+ "loss": 0.0511,
1142
+ "mean_token_accuracy": 0.9785868495702743,
1143
+ "num_tokens": 91079403.0,
1144
+ "step": 630
1145
+ },
1146
+ {
1147
+ "epoch": 0.2535436214813336,
1148
+ "grad_norm": 0.10690242052078247,
1149
+ "learning_rate": 4.251709730762204e-05,
1150
+ "loss": 0.0475,
1151
+ "mean_token_accuracy": 0.9794499009847641,
1152
+ "num_tokens": 91799983.0,
1153
+ "step": 635
1154
+ },
1155
+ {
1156
+ "epoch": 0.25554002794969055,
1157
+ "grad_norm": 0.08654764294624329,
1158
+ "learning_rate": 4.250862845018319e-05,
1159
+ "loss": 0.0548,
1160
+ "mean_token_accuracy": 0.9768476873636246,
1161
+ "num_tokens": 92520960.0,
1162
+ "step": 640
1163
+ },
1164
+ {
1165
+ "epoch": 0.2575364344180475,
1166
+ "grad_norm": 0.08682254701852798,
1167
+ "learning_rate": 4.250009071769655e-05,
1168
+ "loss": 0.043,
1169
+ "mean_token_accuracy": 0.9821657538414001,
1170
+ "num_tokens": 93247191.0,
1171
+ "step": 645
1172
+ },
1173
+ {
1174
+ "epoch": 0.2595328408864045,
1175
+ "grad_norm": 0.1060463935136795,
1176
+ "learning_rate": 4.2491484147813335e-05,
1177
+ "loss": 0.0539,
1178
+ "mean_token_accuracy": 0.9773279428482056,
1179
+ "num_tokens": 93959062.0,
1180
+ "step": 650
1181
+ },
1182
+ {
1183
+ "epoch": 0.2615292473547614,
1184
+ "grad_norm": 0.12649336457252502,
1185
+ "learning_rate": 4.2482808778488325e-05,
1186
+ "loss": 0.0497,
1187
+ "mean_token_accuracy": 0.978519856929779,
1188
+ "num_tokens": 94685020.0,
1189
+ "step": 655
1190
+ },
1191
+ {
1192
+ "epoch": 0.2635256538231184,
1193
+ "grad_norm": 0.09485338628292084,
1194
+ "learning_rate": 4.247406464797971e-05,
1195
+ "loss": 0.0415,
1196
+ "mean_token_accuracy": 0.9826800882816314,
1197
+ "num_tokens": 95415113.0,
1198
+ "step": 660
1199
+ },
1200
+ {
1201
+ "epoch": 0.26552206029147535,
1202
+ "grad_norm": 0.15739619731903076,
1203
+ "learning_rate": 4.2465251794848915e-05,
1204
+ "loss": 0.0461,
1205
+ "mean_token_accuracy": 0.9801017135381699,
1206
+ "num_tokens": 96135551.0,
1207
+ "step": 665
1208
+ },
1209
+ {
1210
+ "epoch": 0.2675184667598323,
1211
+ "grad_norm": 0.07750169187784195,
1212
+ "learning_rate": 4.245637025796042e-05,
1213
+ "loss": 0.051,
1214
+ "mean_token_accuracy": 0.9799440085887909,
1215
+ "num_tokens": 96865552.0,
1216
+ "step": 670
1217
+ },
1218
+ {
1219
+ "epoch": 0.26951487322818923,
1220
+ "grad_norm": 0.09401772171258926,
1221
+ "learning_rate": 4.2447420076481604e-05,
1222
+ "loss": 0.0466,
1223
+ "mean_token_accuracy": 0.980428883433342,
1224
+ "num_tokens": 97601834.0,
1225
+ "step": 675
1226
+ },
1227
+ {
1228
+ "epoch": 0.2715112796965462,
1229
+ "grad_norm": 0.09588310122489929,
1230
+ "learning_rate": 4.243840128988257e-05,
1231
+ "loss": 0.0501,
1232
+ "mean_token_accuracy": 0.979182380437851,
1233
+ "num_tokens": 98332558.0,
1234
+ "step": 680
1235
+ },
1236
+ {
1237
+ "epoch": 0.2735076861649032,
1238
+ "grad_norm": 0.09605035930871964,
1239
+ "learning_rate": 4.2429313937935974e-05,
1240
+ "loss": 0.0411,
1241
+ "mean_token_accuracy": 0.9825141876935959,
1242
+ "num_tokens": 99053033.0,
1243
+ "step": 685
1244
+ },
1245
+ {
1246
+ "epoch": 0.27550409263326014,
1247
+ "grad_norm": 0.11407220363616943,
1248
+ "learning_rate": 4.242015806071682e-05,
1249
+ "loss": 0.0514,
1250
+ "mean_token_accuracy": 0.977407693862915,
1251
+ "num_tokens": 99777487.0,
1252
+ "step": 690
1253
+ },
1254
+ {
1255
+ "epoch": 0.2775004991016171,
1256
+ "grad_norm": 0.10052948445081711,
1257
+ "learning_rate": 4.241093369860234e-05,
1258
+ "loss": 0.046,
1259
+ "mean_token_accuracy": 0.9803170651197434,
1260
+ "num_tokens": 100498662.0,
1261
+ "step": 695
1262
+ },
1263
+ {
1264
+ "epoch": 0.27949690556997403,
1265
+ "grad_norm": 0.08085839450359344,
1266
+ "learning_rate": 4.240164089227176e-05,
1267
+ "loss": 0.0439,
1268
+ "mean_token_accuracy": 0.9825191229581833,
1269
+ "num_tokens": 101232839.0,
1270
+ "step": 700
1271
+ },
1272
+ {
1273
+ "epoch": 0.281493312038331,
1274
+ "grad_norm": 0.08980093151330948,
1275
+ "learning_rate": 4.2392279682706136e-05,
1276
+ "loss": 0.051,
1277
+ "mean_token_accuracy": 0.9787484467029571,
1278
+ "num_tokens": 101948467.0,
1279
+ "step": 705
1280
+ },
1281
+ {
1282
+ "epoch": 0.28348971850668797,
1283
+ "grad_norm": 0.19071196019649506,
1284
+ "learning_rate": 4.2382850111188206e-05,
1285
+ "loss": 0.0496,
1286
+ "mean_token_accuracy": 0.9789243370294571,
1287
+ "num_tokens": 102662104.0,
1288
+ "step": 710
1289
+ },
1290
+ {
1291
+ "epoch": 0.28548612497504494,
1292
+ "grad_norm": 0.13858772814273834,
1293
+ "learning_rate": 4.237335221930217e-05,
1294
+ "loss": 0.084,
1295
+ "mean_token_accuracy": 0.9728131413459777,
1296
+ "num_tokens": 103381345.0,
1297
+ "step": 715
1298
+ },
1299
+ {
1300
+ "epoch": 0.28748253144340186,
1301
+ "grad_norm": 4.443481922149658,
1302
+ "learning_rate": 4.2363786048933525e-05,
1303
+ "loss": 0.1013,
1304
+ "mean_token_accuracy": 0.9748282253742218,
1305
+ "num_tokens": 104104350.0,
1306
+ "step": 720
1307
+ },
1308
+ {
1309
+ "epoch": 0.2894789379117588,
1310
+ "grad_norm": 0.45772096514701843,
1311
+ "learning_rate": 4.2354151642268866e-05,
1312
+ "loss": 0.103,
1313
+ "mean_token_accuracy": 0.970191091299057,
1314
+ "num_tokens": 104827954.0,
1315
+ "step": 725
1316
+ },
1317
+ {
1318
+ "epoch": 0.2914753443801158,
1319
+ "grad_norm": 0.15262044966220856,
1320
+ "learning_rate": 4.234444904179569e-05,
1321
+ "loss": 0.0504,
1322
+ "mean_token_accuracy": 0.9785544484853744,
1323
+ "num_tokens": 105554646.0,
1324
+ "step": 730
1325
+ },
1326
+ {
1327
+ "epoch": 0.29347175084847277,
1328
+ "grad_norm": 0.118346206843853,
1329
+ "learning_rate": 4.233467829030229e-05,
1330
+ "loss": 0.0502,
1331
+ "mean_token_accuracy": 0.979259392619133,
1332
+ "num_tokens": 106267067.0,
1333
+ "step": 735
1334
+ },
1335
+ {
1336
+ "epoch": 0.2954681573168297,
1337
+ "grad_norm": 0.36983075737953186,
1338
+ "learning_rate": 4.232483943087743e-05,
1339
+ "loss": 0.0508,
1340
+ "mean_token_accuracy": 0.9795638442039489,
1341
+ "num_tokens": 107005215.0,
1342
+ "step": 740
1343
+ },
1344
+ {
1345
+ "epoch": 0.29746456378518665,
1346
+ "grad_norm": 0.09854412823915482,
1347
+ "learning_rate": 4.231493250691028e-05,
1348
+ "loss": 0.0544,
1349
+ "mean_token_accuracy": 0.9789934754371643,
1350
+ "num_tokens": 107731301.0,
1351
+ "step": 745
1352
+ },
1353
+ {
1354
+ "epoch": 0.2994609702535436,
1355
+ "grad_norm": 0.12738491594791412,
1356
+ "learning_rate": 4.230495756209015e-05,
1357
+ "loss": 0.0506,
1358
+ "mean_token_accuracy": 0.979388102889061,
1359
+ "num_tokens": 108450353.0,
1360
+ "step": 750
1361
+ },
1362
+ {
1363
+ "epoch": 0.3014573767219006,
1364
+ "grad_norm": 0.15874311327934265,
1365
+ "learning_rate": 4.229491464040631e-05,
1366
+ "loss": 0.0465,
1367
+ "mean_token_accuracy": 0.9797900915145874,
1368
+ "num_tokens": 109180817.0,
1369
+ "step": 755
1370
+ },
1371
+ {
1372
+ "epoch": 0.3034537831902575,
1373
+ "grad_norm": 0.11495564132928848,
1374
+ "learning_rate": 4.228480378614784e-05,
1375
+ "loss": 0.0487,
1376
+ "mean_token_accuracy": 0.9790915966033935,
1377
+ "num_tokens": 109903855.0,
1378
+ "step": 760
1379
+ },
1380
+ {
1381
+ "epoch": 0.3054501896586145,
1382
+ "grad_norm": 0.10626127570867538,
1383
+ "learning_rate": 4.227462504390338e-05,
1384
+ "loss": 0.0508,
1385
+ "mean_token_accuracy": 0.978978967666626,
1386
+ "num_tokens": 110631560.0,
1387
+ "step": 765
1388
+ },
1389
+ {
1390
+ "epoch": 0.30744659612697145,
1391
+ "grad_norm": 0.14091414213180542,
1392
+ "learning_rate": 4.2264378458560945e-05,
1393
+ "loss": 0.0496,
1394
+ "mean_token_accuracy": 0.9777703315019608,
1395
+ "num_tokens": 111349333.0,
1396
+ "step": 770
1397
+ },
1398
+ {
1399
+ "epoch": 0.3094430025953284,
1400
+ "grad_norm": 0.14497868716716766,
1401
+ "learning_rate": 4.225406407530776e-05,
1402
+ "loss": 0.0535,
1403
+ "mean_token_accuracy": 0.9772404164075852,
1404
+ "num_tokens": 112073813.0,
1405
+ "step": 775
1406
+ },
1407
+ {
1408
+ "epoch": 0.3114394090636854,
1409
+ "grad_norm": 0.08627774566411972,
1410
+ "learning_rate": 4.224368193963002e-05,
1411
+ "loss": 0.0486,
1412
+ "mean_token_accuracy": 0.9789620161056518,
1413
+ "num_tokens": 112785897.0,
1414
+ "step": 780
1415
+ },
1416
+ {
1417
+ "epoch": 0.3134358155320423,
1418
+ "grad_norm": 0.09868915379047394,
1419
+ "learning_rate": 4.223323209731272e-05,
1420
+ "loss": 0.046,
1421
+ "mean_token_accuracy": 0.9802429288625717,
1422
+ "num_tokens": 113516646.0,
1423
+ "step": 785
1424
+ },
1425
+ {
1426
+ "epoch": 0.3154322220003993,
1427
+ "grad_norm": 0.12950965762138367,
1428
+ "learning_rate": 4.222271459443941e-05,
1429
+ "loss": 0.0578,
1430
+ "mean_token_accuracy": 0.9762585014104843,
1431
+ "num_tokens": 114227110.0,
1432
+ "step": 790
1433
+ },
1434
+ {
1435
+ "epoch": 0.31742862846875625,
1436
+ "grad_norm": 0.12167847901582718,
1437
+ "learning_rate": 4.221212947739207e-05,
1438
+ "loss": 0.0487,
1439
+ "mean_token_accuracy": 0.9791981846094131,
1440
+ "num_tokens": 114939687.0,
1441
+ "step": 795
1442
+ },
1443
+ {
1444
+ "epoch": 0.3194250349371132,
1445
+ "grad_norm": 0.07483931630849838,
1446
+ "learning_rate": 4.2201476792850825e-05,
1447
+ "loss": 0.0449,
1448
+ "mean_token_accuracy": 0.9802095115184783,
1449
+ "num_tokens": 115657868.0,
1450
+ "step": 800
1451
+ },
1452
+ {
1453
+ "epoch": 0.32142144140547013,
1454
+ "grad_norm": 0.11723718047142029,
1455
+ "learning_rate": 4.2190756587793766e-05,
1456
+ "loss": 0.0451,
1457
+ "mean_token_accuracy": 0.9806903630495072,
1458
+ "num_tokens": 116383524.0,
1459
+ "step": 805
1460
+ },
1461
+ {
1462
+ "epoch": 0.3234178478738271,
1463
+ "grad_norm": 0.0941113531589508,
1464
+ "learning_rate": 4.217996890949677e-05,
1465
+ "loss": 0.0417,
1466
+ "mean_token_accuracy": 0.9814288556575775,
1467
+ "num_tokens": 117097427.0,
1468
+ "step": 810
1469
+ },
1470
+ {
1471
+ "epoch": 0.3254142543421841,
1472
+ "grad_norm": 0.08885961025953293,
1473
+ "learning_rate": 4.216911380553325e-05,
1474
+ "loss": 0.0482,
1475
+ "mean_token_accuracy": 0.9794678062200546,
1476
+ "num_tokens": 117814344.0,
1477
+ "step": 815
1478
+ },
1479
+ {
1480
+ "epoch": 0.32741066081054104,
1481
+ "grad_norm": 0.08935556560754776,
1482
+ "learning_rate": 4.2158191323773974e-05,
1483
+ "loss": 0.0489,
1484
+ "mean_token_accuracy": 0.9792770773172379,
1485
+ "num_tokens": 118527584.0,
1486
+ "step": 820
1487
+ },
1488
+ {
1489
+ "epoch": 0.32940706727889796,
1490
+ "grad_norm": 0.10772611200809479,
1491
+ "learning_rate": 4.214720151238686e-05,
1492
+ "loss": 0.0487,
1493
+ "mean_token_accuracy": 0.9791043639183045,
1494
+ "num_tokens": 119252755.0,
1495
+ "step": 825
1496
+ },
1497
+ {
1498
+ "epoch": 0.33140347374725493,
1499
+ "grad_norm": 0.0967428907752037,
1500
+ "learning_rate": 4.21361444198367e-05,
1501
+ "loss": 0.048,
1502
+ "mean_token_accuracy": 0.9792734861373902,
1503
+ "num_tokens": 119986842.0,
1504
+ "step": 830
1505
+ },
1506
+ {
1507
+ "epoch": 0.3333998802156119,
1508
+ "grad_norm": 0.06611617654561996,
1509
+ "learning_rate": 4.212502009488505e-05,
1510
+ "loss": 0.0413,
1511
+ "mean_token_accuracy": 0.9816345155239106,
1512
+ "num_tokens": 120729067.0,
1513
+ "step": 835
1514
+ },
1515
+ {
1516
+ "epoch": 0.33539628668396887,
1517
+ "grad_norm": 0.07611052691936493,
1518
+ "learning_rate": 4.211382858658993e-05,
1519
+ "loss": 0.0448,
1520
+ "mean_token_accuracy": 0.9809937328100204,
1521
+ "num_tokens": 121455408.0,
1522
+ "step": 840
1523
+ },
1524
+ {
1525
+ "epoch": 0.33739269315232584,
1526
+ "grad_norm": 0.09330687671899796,
1527
+ "learning_rate": 4.210256994430565e-05,
1528
+ "loss": 0.046,
1529
+ "mean_token_accuracy": 0.9798675775527954,
1530
+ "num_tokens": 122187578.0,
1531
+ "step": 845
1532
+ },
1533
+ {
1534
+ "epoch": 0.33938909962068275,
1535
+ "grad_norm": 0.08592524379491806,
1536
+ "learning_rate": 4.209124421768255e-05,
1537
+ "loss": 0.0462,
1538
+ "mean_token_accuracy": 0.9799050241708755,
1539
+ "num_tokens": 122915846.0,
1540
+ "step": 850
1541
+ },
1542
+ {
1543
+ "epoch": 0.3413855060890397,
1544
+ "grad_norm": 0.08495519310235977,
1545
+ "learning_rate": 4.207985145666686e-05,
1546
+ "loss": 0.0514,
1547
+ "mean_token_accuracy": 0.9777328252792359,
1548
+ "num_tokens": 123631558.0,
1549
+ "step": 855
1550
+ },
1551
+ {
1552
+ "epoch": 0.3433819125573967,
1553
+ "grad_norm": 0.08593793958425522,
1554
+ "learning_rate": 4.206839171150038e-05,
1555
+ "loss": 0.051,
1556
+ "mean_token_accuracy": 0.9783249199390411,
1557
+ "num_tokens": 124349450.0,
1558
+ "step": 860
1559
+ },
1560
+ {
1561
+ "epoch": 0.34537831902575367,
1562
+ "grad_norm": 0.1147531196475029,
1563
+ "learning_rate": 4.2056865032720345e-05,
1564
+ "loss": 0.0466,
1565
+ "mean_token_accuracy": 0.9806852877140045,
1566
+ "num_tokens": 125074783.0,
1567
+ "step": 865
1568
+ },
1569
+ {
1570
+ "epoch": 0.3473747254941106,
1571
+ "grad_norm": 0.12205598503351212,
1572
+ "learning_rate": 4.2045271471159146e-05,
1573
+ "loss": 0.0512,
1574
+ "mean_token_accuracy": 0.9779225885868073,
1575
+ "num_tokens": 125790435.0,
1576
+ "step": 870
1577
+ },
1578
+ {
1579
+ "epoch": 0.34937113196246755,
1580
+ "grad_norm": 0.08975517749786377,
1581
+ "learning_rate": 4.2033611077944135e-05,
1582
+ "loss": 0.0385,
1583
+ "mean_token_accuracy": 0.9832260310649872,
1584
+ "num_tokens": 126520091.0,
1585
+ "step": 875
1586
+ },
1587
+ {
1588
+ "epoch": 0.3513675384308245,
1589
+ "grad_norm": 0.08298907428979874,
1590
+ "learning_rate": 4.202188390449738e-05,
1591
+ "loss": 0.0422,
1592
+ "mean_token_accuracy": 0.9818367391824723,
1593
+ "num_tokens": 127243561.0,
1594
+ "step": 880
1595
+ },
1596
+ {
1597
+ "epoch": 0.3533639448991815,
1598
+ "grad_norm": 0.08749652653932571,
1599
+ "learning_rate": 4.2010090002535467e-05,
1600
+ "loss": 0.0431,
1601
+ "mean_token_accuracy": 0.9816054284572602,
1602
+ "num_tokens": 127979804.0,
1603
+ "step": 885
1604
+ },
1605
+ {
1606
+ "epoch": 0.3553603513675384,
1607
+ "grad_norm": 0.10358402132987976,
1608
+ "learning_rate": 4.199822942406923e-05,
1609
+ "loss": 0.058,
1610
+ "mean_token_accuracy": 0.9758305728435517,
1611
+ "num_tokens": 128699074.0,
1612
+ "step": 890
1613
+ },
1614
+ {
1615
+ "epoch": 0.3573567578358954,
1616
+ "grad_norm": 0.11131475865840912,
1617
+ "learning_rate": 4.198630222140356e-05,
1618
+ "loss": 0.0522,
1619
+ "mean_token_accuracy": 0.9782269984483719,
1620
+ "num_tokens": 129412928.0,
1621
+ "step": 895
1622
+ },
1623
+ {
1624
+ "epoch": 0.35935316430425235,
1625
+ "grad_norm": 0.07659720629453659,
1626
+ "learning_rate": 4.197430844713716e-05,
1627
+ "loss": 0.0503,
1628
+ "mean_token_accuracy": 0.9786783039569855,
1629
+ "num_tokens": 130133772.0,
1630
+ "step": 900
1631
+ },
1632
+ {
1633
+ "epoch": 0.3613495707726093,
1634
+ "grad_norm": 0.11637573689222336,
1635
+ "learning_rate": 4.1962248154162294e-05,
1636
+ "loss": 0.0511,
1637
+ "mean_token_accuracy": 0.9778418868780137,
1638
+ "num_tokens": 130848319.0,
1639
+ "step": 905
1640
+ },
1641
+ {
1642
+ "epoch": 0.36334597724096623,
1643
+ "grad_norm": 0.10833151638507843,
1644
+ "learning_rate": 4.19501213956646e-05,
1645
+ "loss": 0.0504,
1646
+ "mean_token_accuracy": 0.9788612067699433,
1647
+ "num_tokens": 131575172.0,
1648
+ "step": 910
1649
+ },
1650
+ {
1651
+ "epoch": 0.3653423837093232,
1652
+ "grad_norm": 0.07982037216424942,
1653
+ "learning_rate": 4.193792822512281e-05,
1654
+ "loss": 0.0385,
1655
+ "mean_token_accuracy": 0.9827957212924957,
1656
+ "num_tokens": 132312213.0,
1657
+ "step": 915
1658
+ },
1659
+ {
1660
+ "epoch": 0.3673387901776802,
1661
+ "grad_norm": 0.07653510570526123,
1662
+ "learning_rate": 4.192566869630854e-05,
1663
+ "loss": 0.0504,
1664
+ "mean_token_accuracy": 0.978272557258606,
1665
+ "num_tokens": 133035272.0,
1666
+ "step": 920
1667
+ },
1668
+ {
1669
+ "epoch": 0.36933519664603714,
1670
+ "grad_norm": 0.06979475170373917,
1671
+ "learning_rate": 4.191334286328602e-05,
1672
+ "loss": 0.0436,
1673
+ "mean_token_accuracy": 0.982032772898674,
1674
+ "num_tokens": 133762349.0,
1675
+ "step": 925
1676
+ },
1677
+ {
1678
+ "epoch": 0.3713316031143941,
1679
+ "grad_norm": 0.12790125608444214,
1680
+ "learning_rate": 4.190095078041192e-05,
1681
+ "loss": 0.0483,
1682
+ "mean_token_accuracy": 0.9800712436437606,
1683
+ "num_tokens": 134495209.0,
1684
+ "step": 930
1685
+ },
1686
+ {
1687
+ "epoch": 0.37332800958275103,
1688
+ "grad_norm": 0.11297880858182907,
1689
+ "learning_rate": 4.188849250233504e-05,
1690
+ "loss": 0.0436,
1691
+ "mean_token_accuracy": 0.9812392681837082,
1692
+ "num_tokens": 135215123.0,
1693
+ "step": 935
1694
+ },
1695
+ {
1696
+ "epoch": 0.375324416051108,
1697
+ "grad_norm": 0.10094229876995087,
1698
+ "learning_rate": 4.1875968083996106e-05,
1699
+ "loss": 0.0466,
1700
+ "mean_token_accuracy": 0.9796725332736969,
1701
+ "num_tokens": 135940243.0,
1702
+ "step": 940
1703
+ },
1704
+ {
1705
+ "epoch": 0.37732082251946497,
1706
+ "grad_norm": 0.13492746651172638,
1707
+ "learning_rate": 4.186337758062754e-05,
1708
+ "loss": 0.0482,
1709
+ "mean_token_accuracy": 0.9795497447252274,
1710
+ "num_tokens": 136658519.0,
1711
+ "step": 945
1712
+ },
1713
+ {
1714
+ "epoch": 0.37931722898782194,
1715
+ "grad_norm": 0.13884606957435608,
1716
+ "learning_rate": 4.185072104775316e-05,
1717
+ "loss": 0.0479,
1718
+ "mean_token_accuracy": 0.97914038002491,
1719
+ "num_tokens": 137384244.0,
1720
+ "step": 950
1721
+ },
1722
+ {
1723
+ "epoch": 0.38131363545617886,
1724
+ "grad_norm": 0.10219676047563553,
1725
+ "learning_rate": 4.183799854118801e-05,
1726
+ "loss": 0.0509,
1727
+ "mean_token_accuracy": 0.9788306951522827,
1728
+ "num_tokens": 138107181.0,
1729
+ "step": 955
1730
+ },
1731
+ {
1732
+ "epoch": 0.3833100419245358,
1733
+ "grad_norm": 0.10559409856796265,
1734
+ "learning_rate": 4.1825210117038054e-05,
1735
+ "loss": 0.0414,
1736
+ "mean_token_accuracy": 0.9829078048467637,
1737
+ "num_tokens": 138827438.0,
1738
+ "step": 960
1739
+ },
1740
+ {
1741
+ "epoch": 0.3853064483928928,
1742
+ "grad_norm": 0.07543619722127914,
1743
+ "learning_rate": 4.181235583169997e-05,
1744
+ "loss": 0.0384,
1745
+ "mean_token_accuracy": 0.983868607878685,
1746
+ "num_tokens": 139563400.0,
1747
+ "step": 965
1748
+ },
1749
+ {
1750
+ "epoch": 0.38730285486124977,
1751
+ "grad_norm": 0.08595782518386841,
1752
+ "learning_rate": 4.179943574186085e-05,
1753
+ "loss": 0.0475,
1754
+ "mean_token_accuracy": 0.9790930688381195,
1755
+ "num_tokens": 140283779.0,
1756
+ "step": 970
1757
+ },
1758
+ {
1759
+ "epoch": 0.3892992613296067,
1760
+ "grad_norm": 0.08979545533657074,
1761
+ "learning_rate": 4.178644990449802e-05,
1762
+ "loss": 0.0481,
1763
+ "mean_token_accuracy": 0.97889164686203,
1764
+ "num_tokens": 141018466.0,
1765
+ "step": 975
1766
+ },
1767
+ {
1768
+ "epoch": 0.39129566779796365,
1769
+ "grad_norm": 0.11952298134565353,
1770
+ "learning_rate": 4.177339837687873e-05,
1771
+ "loss": 0.0527,
1772
+ "mean_token_accuracy": 0.9777220457792282,
1773
+ "num_tokens": 141730333.0,
1774
+ "step": 980
1775
+ },
1776
+ {
1777
+ "epoch": 0.3932920742663206,
1778
+ "grad_norm": 0.08510354906320572,
1779
+ "learning_rate": 4.1760281216559906e-05,
1780
+ "loss": 0.0456,
1781
+ "mean_token_accuracy": 0.9804279118776321,
1782
+ "num_tokens": 142456339.0,
1783
+ "step": 985
1784
+ },
1785
+ {
1786
+ "epoch": 0.3952884807346776,
1787
+ "grad_norm": 0.09229864180088043,
1788
+ "learning_rate": 4.174709848138797e-05,
1789
+ "loss": 0.0492,
1790
+ "mean_token_accuracy": 0.9791429519653321,
1791
+ "num_tokens": 143186609.0,
1792
+ "step": 990
1793
+ },
1794
+ {
1795
+ "epoch": 0.39728488720303456,
1796
+ "grad_norm": 0.2251962572336197,
1797
+ "learning_rate": 4.173385022949847e-05,
1798
+ "loss": 0.049,
1799
+ "mean_token_accuracy": 0.9791528820991516,
1800
+ "num_tokens": 143911008.0,
1801
+ "step": 995
1802
+ },
1803
+ {
1804
+ "epoch": 0.3992812936713915,
1805
+ "grad_norm": 0.08839277178049088,
1806
+ "learning_rate": 4.17205365193159e-05,
1807
+ "loss": 0.0438,
1808
+ "mean_token_accuracy": 0.9804649889469147,
1809
+ "num_tokens": 144637806.0,
1810
+ "step": 1000
1811
+ },
1812
+ {
1813
+ "epoch": 0.40127770013974845,
1814
+ "grad_norm": 0.08728329837322235,
1815
+ "learning_rate": 4.170715740955343e-05,
1816
+ "loss": 0.0441,
1817
+ "mean_token_accuracy": 0.9821651369333267,
1818
+ "num_tokens": 145370197.0,
1819
+ "step": 1005
1820
+ },
1821
+ {
1822
+ "epoch": 0.4032741066081054,
1823
+ "grad_norm": 0.06770054250955582,
1824
+ "learning_rate": 4.169371295921263e-05,
1825
+ "loss": 0.0467,
1826
+ "mean_token_accuracy": 0.979771289229393,
1827
+ "num_tokens": 146089153.0,
1828
+ "step": 1010
1829
+ },
1830
+ {
1831
+ "epoch": 0.4052705130764624,
1832
+ "grad_norm": 0.08927344530820847,
1833
+ "learning_rate": 4.168020322758324e-05,
1834
+ "loss": 0.0453,
1835
+ "mean_token_accuracy": 0.981076043844223,
1836
+ "num_tokens": 146814893.0,
1837
+ "step": 1015
1838
+ },
1839
+ {
1840
+ "epoch": 0.4072669195448193,
1841
+ "grad_norm": 0.07860483974218369,
1842
+ "learning_rate": 4.166662827424287e-05,
1843
+ "loss": 0.0459,
1844
+ "mean_token_accuracy": 0.9803457111120224,
1845
+ "num_tokens": 147538626.0,
1846
+ "step": 1020
1847
+ },
1848
+ {
1849
+ "epoch": 0.4092633260131763,
1850
+ "grad_norm": 0.11667665839195251,
1851
+ "learning_rate": 4.165298815905676e-05,
1852
+ "loss": 0.0437,
1853
+ "mean_token_accuracy": 0.9804121345281601,
1854
+ "num_tokens": 148265722.0,
1855
+ "step": 1025
1856
+ },
1857
+ {
1858
+ "epoch": 0.41125973248153325,
1859
+ "grad_norm": 0.09357365220785141,
1860
+ "learning_rate": 4.163928294217751e-05,
1861
+ "loss": 0.0456,
1862
+ "mean_token_accuracy": 0.9804595738649369,
1863
+ "num_tokens": 149001428.0,
1864
+ "step": 1030
1865
+ },
1866
+ {
1867
+ "epoch": 0.4132561389498902,
1868
+ "grad_norm": 0.073987677693367,
1869
+ "learning_rate": 4.162551268404484e-05,
1870
+ "loss": 0.0405,
1871
+ "mean_token_accuracy": 0.9826260536909104,
1872
+ "num_tokens": 149741467.0,
1873
+ "step": 1035
1874
+ },
1875
+ {
1876
+ "epoch": 0.41525254541824713,
1877
+ "grad_norm": 0.11584579944610596,
1878
+ "learning_rate": 4.161167744538526e-05,
1879
+ "loss": 0.05,
1880
+ "mean_token_accuracy": 0.9772036731243133,
1881
+ "num_tokens": 150482060.0,
1882
+ "step": 1040
1883
+ },
1884
+ {
1885
+ "epoch": 0.4172489518866041,
1886
+ "grad_norm": 0.08994850516319275,
1887
+ "learning_rate": 4.159777728721188e-05,
1888
+ "loss": 0.0438,
1889
+ "mean_token_accuracy": 0.9802421748638153,
1890
+ "num_tokens": 151207290.0,
1891
+ "step": 1045
1892
+ },
1893
+ {
1894
+ "epoch": 0.4192453583549611,
1895
+ "grad_norm": 0.06240738928318024,
1896
+ "learning_rate": 4.158381227082408e-05,
1897
+ "loss": 0.0373,
1898
+ "mean_token_accuracy": 0.9844264835119247,
1899
+ "num_tokens": 151948018.0,
1900
+ "step": 1050
1901
+ },
1902
+ {
1903
+ "epoch": 0.42124176482331804,
1904
+ "grad_norm": 0.08201232552528381,
1905
+ "learning_rate": 4.1569782457807275e-05,
1906
+ "loss": 0.0498,
1907
+ "mean_token_accuracy": 0.9776235729455948,
1908
+ "num_tokens": 152662400.0,
1909
+ "step": 1055
1910
+ },
1911
+ {
1912
+ "epoch": 0.42323817129167496,
1913
+ "grad_norm": 0.16132792830467224,
1914
+ "learning_rate": 4.155568791003262e-05,
1915
+ "loss": 0.0462,
1916
+ "mean_token_accuracy": 0.9798346608877182,
1917
+ "num_tokens": 153382255.0,
1918
+ "step": 1060
1919
+ },
1920
+ {
1921
+ "epoch": 0.42523457776003193,
1922
+ "grad_norm": 0.12460800260305405,
1923
+ "learning_rate": 4.154152868965677e-05,
1924
+ "loss": 0.0453,
1925
+ "mean_token_accuracy": 0.9792943328619004,
1926
+ "num_tokens": 154107481.0,
1927
+ "step": 1065
1928
+ },
1929
+ {
1930
+ "epoch": 0.4272309842283889,
1931
+ "grad_norm": 0.08316458016633987,
1932
+ "learning_rate": 4.152730485912157e-05,
1933
+ "loss": 0.0421,
1934
+ "mean_token_accuracy": 0.9824769467115402,
1935
+ "num_tokens": 154810936.0,
1936
+ "step": 1070
1937
+ },
1938
+ {
1939
+ "epoch": 0.42922739069674587,
1940
+ "grad_norm": 0.09391912817955017,
1941
+ "learning_rate": 4.15130164811538e-05,
1942
+ "loss": 0.0405,
1943
+ "mean_token_accuracy": 0.9815963953733444,
1944
+ "num_tokens": 155537857.0,
1945
+ "step": 1075
1946
+ },
1947
+ {
1948
+ "epoch": 0.43122379716510284,
1949
+ "grad_norm": 0.05126833915710449,
1950
+ "learning_rate": 4.149866361876487e-05,
1951
+ "loss": 0.041,
1952
+ "mean_token_accuracy": 0.9826298028230667,
1953
+ "num_tokens": 156251631.0,
1954
+ "step": 1080
1955
+ },
1956
+ {
1957
+ "epoch": 0.43322020363345976,
1958
+ "grad_norm": 0.05620391294360161,
1959
+ "learning_rate": 4.1484246335250596e-05,
1960
+ "loss": 0.0424,
1961
+ "mean_token_accuracy": 0.9817048490047455,
1962
+ "num_tokens": 156978372.0,
1963
+ "step": 1085
1964
+ },
1965
+ {
1966
+ "epoch": 0.4352166101018167,
1967
+ "grad_norm": 0.08917587250471115,
1968
+ "learning_rate": 4.146976469419087e-05,
1969
+ "loss": 0.0431,
1970
+ "mean_token_accuracy": 0.9803878009319306,
1971
+ "num_tokens": 157708445.0,
1972
+ "step": 1090
1973
+ },
1974
+ {
1975
+ "epoch": 0.4372130165701737,
1976
+ "grad_norm": 0.09579002112150192,
1977
+ "learning_rate": 4.145521875944943e-05,
1978
+ "loss": 0.043,
1979
+ "mean_token_accuracy": 0.9806773096323014,
1980
+ "num_tokens": 158431867.0,
1981
+ "step": 1095
1982
+ },
1983
+ {
1984
+ "epoch": 0.43920942303853067,
1985
+ "grad_norm": 0.08360281586647034,
1986
+ "learning_rate": 4.14406085951735e-05,
1987
+ "loss": 0.0478,
1988
+ "mean_token_accuracy": 0.9791438162326813,
1989
+ "num_tokens": 159157025.0,
1990
+ "step": 1100
1991
+ },
1992
+ {
1993
+ "epoch": 0.4412058295068876,
1994
+ "grad_norm": 0.11798866093158722,
1995
+ "learning_rate": 4.142593426579359e-05,
1996
+ "loss": 0.0492,
1997
+ "mean_token_accuracy": 0.9781560689210892,
1998
+ "num_tokens": 159878274.0,
1999
+ "step": 1105
2000
+ },
2001
+ {
2002
+ "epoch": 0.44320223597524455,
2003
+ "grad_norm": 0.07982130348682404,
2004
+ "learning_rate": 4.1411195836023166e-05,
2005
+ "loss": 0.042,
2006
+ "mean_token_accuracy": 0.9814552158117295,
2007
+ "num_tokens": 160594976.0,
2008
+ "step": 1110
2009
+ },
2010
+ {
2011
+ "epoch": 0.4451986424436015,
2012
+ "grad_norm": 0.08481776714324951,
2013
+ "learning_rate": 4.139639337085837e-05,
2014
+ "loss": 0.0531,
2015
+ "mean_token_accuracy": 0.9776395380496978,
2016
+ "num_tokens": 161305109.0,
2017
+ "step": 1115
2018
+ },
2019
+ {
2020
+ "epoch": 0.4471950489119585,
2021
+ "grad_norm": 0.08173475414514542,
2022
+ "learning_rate": 4.138152693557775e-05,
2023
+ "loss": 0.0382,
2024
+ "mean_token_accuracy": 0.983448275923729,
2025
+ "num_tokens": 162027934.0,
2026
+ "step": 1120
2027
+ },
2028
+ {
2029
+ "epoch": 0.4491914553803154,
2030
+ "grad_norm": 0.0663527399301529,
2031
+ "learning_rate": 4.136659659574195e-05,
2032
+ "loss": 0.0474,
2033
+ "mean_token_accuracy": 0.9785608291625977,
2034
+ "num_tokens": 162742550.0,
2035
+ "step": 1125
2036
+ },
2037
+ {
2038
+ "epoch": 0.4511878618486724,
2039
+ "grad_norm": 0.10211747139692307,
2040
+ "learning_rate": 4.1351602417193445e-05,
2041
+ "loss": 0.0439,
2042
+ "mean_token_accuracy": 0.9815158486366272,
2043
+ "num_tokens": 163461292.0,
2044
+ "step": 1130
2045
+ },
2046
+ {
2047
+ "epoch": 0.45318426831702935,
2048
+ "grad_norm": 0.08372879028320312,
2049
+ "learning_rate": 4.133654446605622e-05,
2050
+ "loss": 0.0455,
2051
+ "mean_token_accuracy": 0.9801951259374618,
2052
+ "num_tokens": 164176893.0,
2053
+ "step": 1135
2054
+ },
2055
+ {
2056
+ "epoch": 0.4551806747853863,
2057
+ "grad_norm": 0.09567493945360184,
2058
+ "learning_rate": 4.1321422808735505e-05,
2059
+ "loss": 0.0441,
2060
+ "mean_token_accuracy": 0.9820766746997833,
2061
+ "num_tokens": 164909213.0,
2062
+ "step": 1140
2063
+ },
2064
+ {
2065
+ "epoch": 0.4571770812537433,
2066
+ "grad_norm": 0.10552221536636353,
2067
+ "learning_rate": 4.1306237511917476e-05,
2068
+ "loss": 0.038,
2069
+ "mean_token_accuracy": 0.9834578722715378,
2070
+ "num_tokens": 165628392.0,
2071
+ "step": 1145
2072
+ },
2073
+ {
2074
+ "epoch": 0.4591734877221002,
2075
+ "grad_norm": 0.13832643628120422,
2076
+ "learning_rate": 4.129098864256896e-05,
2077
+ "loss": 0.0477,
2078
+ "mean_token_accuracy": 0.9799725502729416,
2079
+ "num_tokens": 166348245.0,
2080
+ "step": 1150
2081
+ },
2082
+ {
2083
+ "epoch": 0.4611698941904572,
2084
+ "grad_norm": 0.0993349552154541,
2085
+ "learning_rate": 4.127567626793712e-05,
2086
+ "loss": 0.0478,
2087
+ "mean_token_accuracy": 0.9796446442604065,
2088
+ "num_tokens": 167080014.0,
2089
+ "step": 1155
2090
+ },
2091
+ {
2092
+ "epoch": 0.46316630065881415,
2093
+ "grad_norm": 0.0669255256652832,
2094
+ "learning_rate": 4.126030045554919e-05,
2095
+ "loss": 0.0413,
2096
+ "mean_token_accuracy": 0.9815053075551987,
2097
+ "num_tokens": 167806975.0,
2098
+ "step": 1160
2099
+ },
2100
+ {
2101
+ "epoch": 0.4651627071271711,
2102
+ "grad_norm": 0.059534091502428055,
2103
+ "learning_rate": 4.1244861273212167e-05,
2104
+ "loss": 0.0482,
2105
+ "mean_token_accuracy": 0.9796302795410157,
2106
+ "num_tokens": 168521774.0,
2107
+ "step": 1165
2108
+ },
2109
+ {
2110
+ "epoch": 0.46715911359552803,
2111
+ "grad_norm": 0.1345037966966629,
2112
+ "learning_rate": 4.122935878901249e-05,
2113
+ "loss": 0.0427,
2114
+ "mean_token_accuracy": 0.9822476923465728,
2115
+ "num_tokens": 169240278.0,
2116
+ "step": 1170
2117
+ },
2118
+ {
2119
+ "epoch": 0.469155520063885,
2120
+ "grad_norm": 0.09438323974609375,
2121
+ "learning_rate": 4.1213793071315786e-05,
2122
+ "loss": 0.0421,
2123
+ "mean_token_accuracy": 0.9817219495773315,
2124
+ "num_tokens": 169969278.0,
2125
+ "step": 1175
2126
+ },
2127
+ {
2128
+ "epoch": 0.47115192653224197,
2129
+ "grad_norm": 0.09831586480140686,
2130
+ "learning_rate": 4.1198164188766506e-05,
2131
+ "loss": 0.0415,
2132
+ "mean_token_accuracy": 0.9811917096376419,
2133
+ "num_tokens": 170694898.0,
2134
+ "step": 1180
2135
+ },
2136
+ {
2137
+ "epoch": 0.47314833300059894,
2138
+ "grad_norm": 0.10349370539188385,
2139
+ "learning_rate": 4.11824722102877e-05,
2140
+ "loss": 0.0447,
2141
+ "mean_token_accuracy": 0.9804620027542115,
2142
+ "num_tokens": 171421794.0,
2143
+ "step": 1185
2144
+ },
2145
+ {
2146
+ "epoch": 0.47514473946895586,
2147
+ "grad_norm": 0.07256416231393814,
2148
+ "learning_rate": 4.11667172050806e-05,
2149
+ "loss": 0.0504,
2150
+ "mean_token_accuracy": 0.9791789770126342,
2151
+ "num_tokens": 172134789.0,
2152
+ "step": 1190
2153
+ },
2154
+ {
2155
+ "epoch": 0.4771411459373128,
2156
+ "grad_norm": 0.08856100589036942,
2157
+ "learning_rate": 4.115089924262448e-05,
2158
+ "loss": 0.0524,
2159
+ "mean_token_accuracy": 0.9780719757080079,
2160
+ "num_tokens": 172843426.0,
2161
+ "step": 1195
2162
+ },
2163
+ {
2164
+ "epoch": 0.4791375524056698,
2165
+ "grad_norm": 0.06250528991222382,
2166
+ "learning_rate": 4.113501839267616e-05,
2167
+ "loss": 0.0427,
2168
+ "mean_token_accuracy": 0.9813639312982559,
2169
+ "num_tokens": 173581290.0,
2170
+ "step": 1200
2171
+ },
2172
+ {
2173
+ "epoch": 0.48113395887402677,
2174
+ "grad_norm": 0.14334551990032196,
2175
+ "learning_rate": 4.111907472526987e-05,
2176
+ "loss": 0.0479,
2177
+ "mean_token_accuracy": 0.978913527727127,
2178
+ "num_tokens": 174301236.0,
2179
+ "step": 1205
2180
+ },
2181
+ {
2182
+ "epoch": 0.4831303653423837,
2183
+ "grad_norm": 0.09056934714317322,
2184
+ "learning_rate": 4.11030683107168e-05,
2185
+ "loss": 0.0448,
2186
+ "mean_token_accuracy": 0.9799034684896469,
2187
+ "num_tokens": 175031206.0,
2188
+ "step": 1210
2189
+ },
2190
+ {
2191
+ "epoch": 0.48512677181074065,
2192
+ "grad_norm": 0.08644259721040726,
2193
+ "learning_rate": 4.10869992196049e-05,
2194
+ "loss": 0.048,
2195
+ "mean_token_accuracy": 0.9799766391515732,
2196
+ "num_tokens": 175748771.0,
2197
+ "step": 1215
2198
+ },
2199
+ {
2200
+ "epoch": 0.4871231782790976,
2201
+ "grad_norm": 0.06306669861078262,
2202
+ "learning_rate": 4.107086752279849e-05,
2203
+ "loss": 0.0393,
2204
+ "mean_token_accuracy": 0.9826879143714905,
2205
+ "num_tokens": 176482262.0,
2206
+ "step": 1220
2207
+ },
2208
+ {
2209
+ "epoch": 0.4891195847474546,
2210
+ "grad_norm": 0.12182262539863586,
2211
+ "learning_rate": 4.1054673291438014e-05,
2212
+ "loss": 0.0431,
2213
+ "mean_token_accuracy": 0.9814256817102432,
2214
+ "num_tokens": 177204272.0,
2215
+ "step": 1225
2216
+ },
2217
+ {
2218
+ "epoch": 0.49111599121581156,
2219
+ "grad_norm": 0.10804204642772675,
2220
+ "learning_rate": 4.1038416596939646e-05,
2221
+ "loss": 0.0455,
2222
+ "mean_token_accuracy": 0.9802686542272567,
2223
+ "num_tokens": 177923746.0,
2224
+ "step": 1230
2225
+ },
2226
+ {
2227
+ "epoch": 0.4931123976841685,
2228
+ "grad_norm": 0.08272804319858551,
2229
+ "learning_rate": 4.1022097510995075e-05,
2230
+ "loss": 0.0463,
2231
+ "mean_token_accuracy": 0.9803291648626328,
2232
+ "num_tokens": 178646214.0,
2233
+ "step": 1235
2234
+ },
2235
+ {
2236
+ "epoch": 0.49510880415252545,
2237
+ "grad_norm": 0.08051120489835739,
2238
+ "learning_rate": 4.1005716105571086e-05,
2239
+ "loss": 0.0406,
2240
+ "mean_token_accuracy": 0.9827998161315918,
2241
+ "num_tokens": 179361163.0,
2242
+ "step": 1240
2243
+ },
2244
+ {
2245
+ "epoch": 0.4971052106208824,
2246
+ "grad_norm": 0.07553274929523468,
2247
+ "learning_rate": 4.0989272452909324e-05,
2248
+ "loss": 0.058,
2249
+ "mean_token_accuracy": 0.9754190474748612,
2250
+ "num_tokens": 180077232.0,
2251
+ "step": 1245
2252
+ },
2253
+ {
2254
+ "epoch": 0.4991016170892394,
2255
+ "grad_norm": 0.07851612567901611,
2256
+ "learning_rate": 4.097276662552592e-05,
2257
+ "loss": 0.0525,
2258
+ "mean_token_accuracy": 0.9774915635585785,
2259
+ "num_tokens": 180800542.0,
2260
+ "step": 1250
2261
+ },
2262
+ {
2263
+ "epoch": 0.5010980235575964,
2264
+ "grad_norm": 0.09802480787038803,
2265
+ "learning_rate": 4.095619869621122e-05,
2266
+ "loss": 0.0403,
2267
+ "mean_token_accuracy": 0.9810875445604325,
2268
+ "num_tokens": 181523489.0,
2269
+ "step": 1255
2270
+ },
2271
+ {
2272
+ "epoch": 0.5030944300259533,
2273
+ "grad_norm": 0.07821514457464218,
2274
+ "learning_rate": 4.093956873802941e-05,
2275
+ "loss": 0.0418,
2276
+ "mean_token_accuracy": 0.981935253739357,
2277
+ "num_tokens": 182252055.0,
2278
+ "step": 1260
2279
+ },
2280
+ {
2281
+ "epoch": 0.5050908364943102,
2282
+ "grad_norm": 0.07127466797828674,
2283
+ "learning_rate": 4.092287682431825e-05,
2284
+ "loss": 0.0468,
2285
+ "mean_token_accuracy": 0.9807193636894226,
2286
+ "num_tokens": 182978186.0,
2287
+ "step": 1265
2288
+ },
2289
+ {
2290
+ "epoch": 0.5070872429626672,
2291
+ "grad_norm": 0.09551110118627548,
2292
+ "learning_rate": 4.0906123028688695e-05,
2293
+ "loss": 0.0412,
2294
+ "mean_token_accuracy": 0.9831303149461746,
2295
+ "num_tokens": 183702199.0,
2296
+ "step": 1270
2297
+ },
2298
+ {
2299
+ "epoch": 0.5090836494310241,
2300
+ "grad_norm": 0.3869798481464386,
2301
+ "learning_rate": 4.088930742502462e-05,
2302
+ "loss": 0.0405,
2303
+ "mean_token_accuracy": 0.9830111473798752,
2304
+ "num_tokens": 184428583.0,
2305
+ "step": 1275
2306
+ },
2307
+ {
2308
+ "epoch": 0.5110800558993811,
2309
+ "grad_norm": 0.09185118973255157,
2310
+ "learning_rate": 4.087243008748246e-05,
2311
+ "loss": 0.048,
2312
+ "mean_token_accuracy": 0.9796857953071594,
2313
+ "num_tokens": 185144789.0,
2314
+ "step": 1280
2315
+ },
2316
+ {
2317
+ "epoch": 0.5130764623677381,
2318
+ "grad_norm": 0.09394432604312897,
2319
+ "learning_rate": 4.085549109049089e-05,
2320
+ "loss": 0.0415,
2321
+ "mean_token_accuracy": 0.982088240981102,
2322
+ "num_tokens": 185873049.0,
2323
+ "step": 1285
2324
+ },
2325
+ {
2326
+ "epoch": 0.515072868836095,
2327
+ "grad_norm": 0.1030714362859726,
2328
+ "learning_rate": 4.083849050875053e-05,
2329
+ "loss": 0.0494,
2330
+ "mean_token_accuracy": 0.9779442816972732,
2331
+ "num_tokens": 186592320.0,
2332
+ "step": 1290
2333
+ },
2334
+ {
2335
+ "epoch": 0.517069275304452,
2336
+ "grad_norm": 0.11340459436178207,
2337
+ "learning_rate": 4.082142841723355e-05,
2338
+ "loss": 0.0441,
2339
+ "mean_token_accuracy": 0.9800026804208756,
2340
+ "num_tokens": 187318624.0,
2341
+ "step": 1295
2342
+ },
2343
+ {
2344
+ "epoch": 0.519065681772809,
2345
+ "grad_norm": 0.09892936795949936,
2346
+ "learning_rate": 4.080430489118339e-05,
2347
+ "loss": 0.0503,
2348
+ "mean_token_accuracy": 0.9789821773767471,
2349
+ "num_tokens": 188042877.0,
2350
+ "step": 1300
2351
+ },
2352
+ {
2353
+ "epoch": 0.521062088241166,
2354
+ "grad_norm": 0.08861280232667923,
2355
+ "learning_rate": 4.0787120006114435e-05,
2356
+ "loss": 0.0455,
2357
+ "mean_token_accuracy": 0.980542853474617,
2358
+ "num_tokens": 188765158.0,
2359
+ "step": 1305
2360
+ },
2361
+ {
2362
+ "epoch": 0.5230584947095228,
2363
+ "grad_norm": 0.06914465874433517,
2364
+ "learning_rate": 4.076987383781164e-05,
2365
+ "loss": 0.0427,
2366
+ "mean_token_accuracy": 0.9810645192861557,
2367
+ "num_tokens": 189480211.0,
2368
+ "step": 1310
2369
+ },
2370
+ {
2371
+ "epoch": 0.5250549011778798,
2372
+ "grad_norm": 0.07803887873888016,
2373
+ "learning_rate": 4.075256646233022e-05,
2374
+ "loss": 0.0477,
2375
+ "mean_token_accuracy": 0.9788318306207657,
2376
+ "num_tokens": 190199406.0,
2377
+ "step": 1315
2378
+ },
2379
+ {
2380
+ "epoch": 0.5270513076462368,
2381
+ "grad_norm": 0.08014380186796188,
2382
+ "learning_rate": 4.073519795599532e-05,
2383
+ "loss": 0.0425,
2384
+ "mean_token_accuracy": 0.9804257869720459,
2385
+ "num_tokens": 190934259.0,
2386
+ "step": 1320
2387
+ },
2388
+ {
2389
+ "epoch": 0.5290477141145937,
2390
+ "grad_norm": 0.11968166381120682,
2391
+ "learning_rate": 4.071776839540166e-05,
2392
+ "loss": 0.0421,
2393
+ "mean_token_accuracy": 0.9820073306560516,
2394
+ "num_tokens": 191651169.0,
2395
+ "step": 1325
2396
+ },
2397
+ {
2398
+ "epoch": 0.5310441205829507,
2399
+ "grad_norm": 0.11703905463218689,
2400
+ "learning_rate": 4.0700277857413225e-05,
2401
+ "loss": 0.0515,
2402
+ "mean_token_accuracy": 0.9788607507944107,
2403
+ "num_tokens": 192367327.0,
2404
+ "step": 1330
2405
+ },
2406
+ {
2407
+ "epoch": 0.5330405270513077,
2408
+ "grad_norm": 0.09883023053407669,
2409
+ "learning_rate": 4.0682726419162894e-05,
2410
+ "loss": 0.0509,
2411
+ "mean_token_accuracy": 0.9784328937530518,
2412
+ "num_tokens": 193093958.0,
2413
+ "step": 1335
2414
+ },
2415
+ {
2416
+ "epoch": 0.5350369335196646,
2417
+ "grad_norm": 0.07223407179117203,
2418
+ "learning_rate": 4.0665114158052116e-05,
2419
+ "loss": 0.0465,
2420
+ "mean_token_accuracy": 0.9799530595541001,
2421
+ "num_tokens": 193823330.0,
2422
+ "step": 1340
2423
+ },
2424
+ {
2425
+ "epoch": 0.5370333399880216,
2426
+ "grad_norm": 0.0919746458530426,
2427
+ "learning_rate": 4.0647441151750566e-05,
2428
+ "loss": 0.044,
2429
+ "mean_token_accuracy": 0.981145116686821,
2430
+ "num_tokens": 194553648.0,
2431
+ "step": 1345
2432
+ },
2433
+ {
2434
+ "epoch": 0.5390297464563785,
2435
+ "grad_norm": 0.07844650745391846,
2436
+ "learning_rate": 4.062970747819582e-05,
2437
+ "loss": 0.0379,
2438
+ "mean_token_accuracy": 0.9831986397504806,
2439
+ "num_tokens": 195270519.0,
2440
+ "step": 1350
2441
+ },
2442
+ {
2443
+ "epoch": 0.5410261529247354,
2444
+ "grad_norm": 0.09186799079179764,
2445
+ "learning_rate": 4.061191321559298e-05,
2446
+ "loss": 0.0417,
2447
+ "mean_token_accuracy": 0.9822646319866181,
2448
+ "num_tokens": 195994606.0,
2449
+ "step": 1355
2450
+ },
2451
+ {
2452
+ "epoch": 0.5430225593930924,
2453
+ "grad_norm": 0.08641962707042694,
2454
+ "learning_rate": 4.0594058442414344e-05,
2455
+ "loss": 0.0485,
2456
+ "mean_token_accuracy": 0.9796275526285172,
2457
+ "num_tokens": 196717658.0,
2458
+ "step": 1360
2459
+ },
2460
+ {
2461
+ "epoch": 0.5450189658614494,
2462
+ "grad_norm": 0.08504263311624527,
2463
+ "learning_rate": 4.0576143237399066e-05,
2464
+ "loss": 0.0538,
2465
+ "mean_token_accuracy": 0.9767540097236633,
2466
+ "num_tokens": 197424512.0,
2467
+ "step": 1365
2468
+ },
2469
+ {
2470
+ "epoch": 0.5470153723298063,
2471
+ "grad_norm": 0.12139827013015747,
2472
+ "learning_rate": 4.055816767955281e-05,
2473
+ "loss": 0.0489,
2474
+ "mean_token_accuracy": 0.9788673222064972,
2475
+ "num_tokens": 198158443.0,
2476
+ "step": 1370
2477
+ },
2478
+ {
2479
+ "epoch": 0.5490117787981633,
2480
+ "grad_norm": 0.08939183503389359,
2481
+ "learning_rate": 4.054013184814738e-05,
2482
+ "loss": 0.0479,
2483
+ "mean_token_accuracy": 0.9796740025281906,
2484
+ "num_tokens": 198875760.0,
2485
+ "step": 1375
2486
+ },
2487
+ {
2488
+ "epoch": 0.5510081852665203,
2489
+ "grad_norm": 0.07606673240661621,
2490
+ "learning_rate": 4.052203582272039e-05,
2491
+ "loss": 0.0435,
2492
+ "mean_token_accuracy": 0.9809995740652084,
2493
+ "num_tokens": 199601401.0,
2494
+ "step": 1380
2495
+ },
2496
+ {
2497
+ "epoch": 0.5530045917348773,
2498
+ "grad_norm": 0.09385755658149719,
2499
+ "learning_rate": 4.05038796830749e-05,
2500
+ "loss": 0.0414,
2501
+ "mean_token_accuracy": 0.9815231949090958,
2502
+ "num_tokens": 200336207.0,
2503
+ "step": 1385
2504
+ },
2505
+ {
2506
+ "epoch": 0.5550009982032342,
2507
+ "grad_norm": 0.10867508500814438,
2508
+ "learning_rate": 4.048566350927911e-05,
2509
+ "loss": 0.0484,
2510
+ "mean_token_accuracy": 0.9797090023756028,
2511
+ "num_tokens": 201057681.0,
2512
+ "step": 1390
2513
+ },
2514
+ {
2515
+ "epoch": 0.5569974046715911,
2516
+ "grad_norm": 0.10143137723207474,
2517
+ "learning_rate": 4.0467387381665907e-05,
2518
+ "loss": 0.0562,
2519
+ "mean_token_accuracy": 0.9756572872400284,
2520
+ "num_tokens": 201776862.0,
2521
+ "step": 1395
2522
+ },
2523
+ {
2524
+ "epoch": 0.5589938111399481,
2525
+ "grad_norm": 0.10667003691196442,
2526
+ "learning_rate": 4.044905138083263e-05,
2527
+ "loss": 0.0463,
2528
+ "mean_token_accuracy": 0.9798533678054809,
2529
+ "num_tokens": 202492946.0,
2530
+ "step": 1400
2531
+ },
2532
+ {
2533
+ "epoch": 0.560990217608305,
2534
+ "grad_norm": 0.07327716052532196,
2535
+ "learning_rate": 4.0430655587640636e-05,
2536
+ "loss": 0.0466,
2537
+ "mean_token_accuracy": 0.9800977617502212,
2538
+ "num_tokens": 203220129.0,
2539
+ "step": 1405
2540
+ },
2541
+ {
2542
+ "epoch": 0.562986624076662,
2543
+ "grad_norm": 0.0714830830693245,
2544
+ "learning_rate": 4.041220008321495e-05,
2545
+ "loss": 0.0412,
2546
+ "mean_token_accuracy": 0.9820256412029267,
2547
+ "num_tokens": 203950333.0,
2548
+ "step": 1410
2549
+ },
2550
+ {
2551
+ "epoch": 0.564983030545019,
2552
+ "grad_norm": 0.08165636658668518,
2553
+ "learning_rate": 4.039368494894394e-05,
2554
+ "loss": 0.0484,
2555
+ "mean_token_accuracy": 0.9786020785570144,
2556
+ "num_tokens": 204665955.0,
2557
+ "step": 1415
2558
+ },
2559
+ {
2560
+ "epoch": 0.5669794370133759,
2561
+ "grad_norm": 0.0785563662648201,
2562
+ "learning_rate": 4.0375110266478943e-05,
2563
+ "loss": 0.0439,
2564
+ "mean_token_accuracy": 0.9812197864055634,
2565
+ "num_tokens": 205388850.0,
2566
+ "step": 1420
2567
+ },
2568
+ {
2569
+ "epoch": 0.5689758434817329,
2570
+ "grad_norm": 0.1614316999912262,
2571
+ "learning_rate": 4.0356476117733887e-05,
2572
+ "loss": 0.0431,
2573
+ "mean_token_accuracy": 0.981093293428421,
2574
+ "num_tokens": 206109175.0,
2575
+ "step": 1425
2576
+ },
2577
+ {
2578
+ "epoch": 0.5709722499500899,
2579
+ "grad_norm": 0.09200597554445267,
2580
+ "learning_rate": 4.033778258488496e-05,
2581
+ "loss": 0.0488,
2582
+ "mean_token_accuracy": 0.9786974668502808,
2583
+ "num_tokens": 206830366.0,
2584
+ "step": 1430
2585
+ },
2586
+ {
2587
+ "epoch": 0.5729686564184467,
2588
+ "grad_norm": 0.08983796834945679,
2589
+ "learning_rate": 4.031902975037023e-05,
2590
+ "loss": 0.0464,
2591
+ "mean_token_accuracy": 0.9802830934524536,
2592
+ "num_tokens": 207549827.0,
2593
+ "step": 1435
2594
+ },
2595
+ {
2596
+ "epoch": 0.5749650628868037,
2597
+ "grad_norm": 0.07297132909297943,
2598
+ "learning_rate": 4.030021769688926e-05,
2599
+ "loss": 0.0458,
2600
+ "mean_token_accuracy": 0.9810631215572357,
2601
+ "num_tokens": 208264895.0,
2602
+ "step": 1440
2603
+ },
2604
+ {
2605
+ "epoch": 0.5769614693551607,
2606
+ "grad_norm": 0.0987749695777893,
2607
+ "learning_rate": 4.028134650740281e-05,
2608
+ "loss": 0.046,
2609
+ "mean_token_accuracy": 0.981097549200058,
2610
+ "num_tokens": 208997043.0,
2611
+ "step": 1445
2612
+ },
2613
+ {
2614
+ "epoch": 0.5789578758235177,
2615
+ "grad_norm": 0.09348510205745697,
2616
+ "learning_rate": 4.026241626513239e-05,
2617
+ "loss": 0.048,
2618
+ "mean_token_accuracy": 0.9792329996824265,
2619
+ "num_tokens": 209725133.0,
2620
+ "step": 1450
2621
+ },
2622
+ {
2623
+ "epoch": 0.5809542822918746,
2624
+ "grad_norm": 0.092249795794487,
2625
+ "learning_rate": 4.024342705355996e-05,
2626
+ "loss": 0.0401,
2627
+ "mean_token_accuracy": 0.982272133231163,
2628
+ "num_tokens": 210465190.0,
2629
+ "step": 1455
2630
+ },
2631
+ {
2632
+ "epoch": 0.5829506887602316,
2633
+ "grad_norm": 0.09076627343893051,
2634
+ "learning_rate": 4.022437895642752e-05,
2635
+ "loss": 0.0412,
2636
+ "mean_token_accuracy": 0.9813473641872406,
2637
+ "num_tokens": 211191938.0,
2638
+ "step": 1460
2639
+ },
2640
+ {
2641
+ "epoch": 0.5849470952285886,
2642
+ "grad_norm": 0.10411449521780014,
2643
+ "learning_rate": 4.020527205773674e-05,
2644
+ "loss": 0.0468,
2645
+ "mean_token_accuracy": 0.9788929164409638,
2646
+ "num_tokens": 211915014.0,
2647
+ "step": 1465
2648
+ },
2649
+ {
2650
+ "epoch": 0.5869435016969455,
2651
+ "grad_norm": 0.08393626660108566,
2652
+ "learning_rate": 4.0186106441748635e-05,
2653
+ "loss": 0.0405,
2654
+ "mean_token_accuracy": 0.9831263810396195,
2655
+ "num_tokens": 212639731.0,
2656
+ "step": 1470
2657
+ },
2658
+ {
2659
+ "epoch": 0.5889399081653025,
2660
+ "grad_norm": 0.12234524637460709,
2661
+ "learning_rate": 4.016688219298313e-05,
2662
+ "loss": 0.0441,
2663
+ "mean_token_accuracy": 0.9801553189754486,
2664
+ "num_tokens": 213354106.0,
2665
+ "step": 1475
2666
+ },
2667
+ {
2668
+ "epoch": 0.5909363146336594,
2669
+ "grad_norm": 0.19468314945697784,
2670
+ "learning_rate": 4.014759939621874e-05,
2671
+ "loss": 0.0527,
2672
+ "mean_token_accuracy": 0.978853377699852,
2673
+ "num_tokens": 214069931.0,
2674
+ "step": 1480
2675
+ },
2676
+ {
2677
+ "epoch": 0.5929327211020163,
2678
+ "grad_norm": 0.07654144614934921,
2679
+ "learning_rate": 4.012825813649218e-05,
2680
+ "loss": 0.0447,
2681
+ "mean_token_accuracy": 0.9811176121234894,
2682
+ "num_tokens": 214801602.0,
2683
+ "step": 1485
2684
+ },
2685
+ {
2686
+ "epoch": 0.5949291275703733,
2687
+ "grad_norm": 0.08197729289531708,
2688
+ "learning_rate": 4.0108858499097965e-05,
2689
+ "loss": 0.0436,
2690
+ "mean_token_accuracy": 0.9811263650655746,
2691
+ "num_tokens": 215525744.0,
2692
+ "step": 1490
2693
+ },
2694
+ {
2695
+ "epoch": 0.5969255340387303,
2696
+ "grad_norm": 0.09118011593818665,
2697
+ "learning_rate": 4.008940056958806e-05,
2698
+ "loss": 0.0453,
2699
+ "mean_token_accuracy": 0.9803959131240845,
2700
+ "num_tokens": 216250126.0,
2701
+ "step": 1495
2702
+ },
2703
+ {
2704
+ "epoch": 0.5989219405070872,
2705
+ "grad_norm": 0.12226779013872147,
2706
+ "learning_rate": 4.006988443377151e-05,
2707
+ "loss": 0.0447,
2708
+ "mean_token_accuracy": 0.9816070884466171,
2709
+ "num_tokens": 216985436.0,
2710
+ "step": 1500
2711
+ },
2712
+ {
2713
+ "epoch": 0.6009183469754442,
2714
+ "grad_norm": 0.07873986661434174,
2715
+ "learning_rate": 4.0050310177714044e-05,
2716
+ "loss": 0.048,
2717
+ "mean_token_accuracy": 0.978963452577591,
2718
+ "num_tokens": 217695643.0,
2719
+ "step": 1505
2720
+ },
2721
+ {
2722
+ "epoch": 0.6029147534438012,
2723
+ "grad_norm": 0.10712873935699463,
2724
+ "learning_rate": 4.0030677887737685e-05,
2725
+ "loss": 0.0464,
2726
+ "mean_token_accuracy": 0.9787706166505814,
2727
+ "num_tokens": 218425340.0,
2728
+ "step": 1510
2729
+ },
2730
+ {
2731
+ "epoch": 0.6049111599121582,
2732
+ "grad_norm": 0.06610714644193649,
2733
+ "learning_rate": 4.00109876504204e-05,
2734
+ "loss": 0.0412,
2735
+ "mean_token_accuracy": 0.9825782984495163,
2736
+ "num_tokens": 219145127.0,
2737
+ "step": 1515
2738
+ },
2739
+ {
2740
+ "epoch": 0.606907566380515,
2741
+ "grad_norm": 0.1649412214756012,
2742
+ "learning_rate": 3.99912395525957e-05,
2743
+ "loss": 0.0451,
2744
+ "mean_token_accuracy": 0.9816054254770279,
2745
+ "num_tokens": 219875374.0,
2746
+ "step": 1520
2747
+ },
2748
+ {
2749
+ "epoch": 0.608903972848872,
2750
+ "grad_norm": 0.09525147825479507,
2751
+ "learning_rate": 3.997143368135225e-05,
2752
+ "loss": 0.0456,
2753
+ "mean_token_accuracy": 0.9800587654113769,
2754
+ "num_tokens": 220598857.0,
2755
+ "step": 1525
2756
+ },
2757
+ {
2758
+ "epoch": 0.610900379317229,
2759
+ "grad_norm": 0.08931232988834381,
2760
+ "learning_rate": 3.99515701240335e-05,
2761
+ "loss": 0.0416,
2762
+ "mean_token_accuracy": 0.9814909934997559,
2763
+ "num_tokens": 221323896.0,
2764
+ "step": 1530
2765
+ },
2766
+ {
2767
+ "epoch": 0.6128967857855859,
2768
+ "grad_norm": 0.07063008844852448,
2769
+ "learning_rate": 3.993164896823731e-05,
2770
+ "loss": 0.0459,
2771
+ "mean_token_accuracy": 0.979477858543396,
2772
+ "num_tokens": 222047987.0,
2773
+ "step": 1535
2774
+ },
2775
+ {
2776
+ "epoch": 0.6148931922539429,
2777
+ "grad_norm": 0.06190071254968643,
2778
+ "learning_rate": 3.991167030181552e-05,
2779
+ "loss": 0.0487,
2780
+ "mean_token_accuracy": 0.9796573609113693,
2781
+ "num_tokens": 222776362.0,
2782
+ "step": 1540
2783
+ },
2784
+ {
2785
+ "epoch": 0.6168895987222999,
2786
+ "grad_norm": 0.07348193973302841,
2787
+ "learning_rate": 3.989163421287362e-05,
2788
+ "loss": 0.0444,
2789
+ "mean_token_accuracy": 0.9801139563322068,
2790
+ "num_tokens": 223501685.0,
2791
+ "step": 1545
2792
+ },
2793
+ {
2794
+ "epoch": 0.6188860051906568,
2795
+ "grad_norm": 0.09044871479272842,
2796
+ "learning_rate": 3.987154078977029e-05,
2797
+ "loss": 0.0432,
2798
+ "mean_token_accuracy": 0.9818701952695846,
2799
+ "num_tokens": 224224314.0,
2800
+ "step": 1550
2801
+ },
2802
+ {
2803
+ "epoch": 0.6208824116590138,
2804
+ "grad_norm": 0.0657450407743454,
2805
+ "learning_rate": 3.985139012111711e-05,
2806
+ "loss": 0.0383,
2807
+ "mean_token_accuracy": 0.983964490890503,
2808
+ "num_tokens": 224952530.0,
2809
+ "step": 1555
2810
+ },
2811
+ {
2812
+ "epoch": 0.6228788181273708,
2813
+ "grad_norm": 0.10462448000907898,
2814
+ "learning_rate": 3.9831182295778054e-05,
2815
+ "loss": 0.0464,
2816
+ "mean_token_accuracy": 0.9802037477493286,
2817
+ "num_tokens": 225670583.0,
2818
+ "step": 1560
2819
+ },
2820
+ {
2821
+ "epoch": 0.6248752245957276,
2822
+ "grad_norm": 0.10816384106874466,
2823
+ "learning_rate": 3.98109174028692e-05,
2824
+ "loss": 0.0431,
2825
+ "mean_token_accuracy": 0.9816061168909073,
2826
+ "num_tokens": 226405728.0,
2827
+ "step": 1565
2828
+ },
2829
+ {
2830
+ "epoch": 0.6268716310640846,
2831
+ "grad_norm": 0.07350475341081619,
2832
+ "learning_rate": 3.979059553175826e-05,
2833
+ "loss": 0.0421,
2834
+ "mean_token_accuracy": 0.9821370601654053,
2835
+ "num_tokens": 227131753.0,
2836
+ "step": 1570
2837
+ },
2838
+ {
2839
+ "epoch": 0.6288680375324416,
2840
+ "grad_norm": 0.1497100442647934,
2841
+ "learning_rate": 3.9770216772064254e-05,
2842
+ "loss": 0.0493,
2843
+ "mean_token_accuracy": 0.979113084077835,
2844
+ "num_tokens": 227854770.0,
2845
+ "step": 1575
2846
+ },
2847
+ {
2848
+ "epoch": 0.6308644440007986,
2849
+ "grad_norm": 0.08558464050292969,
2850
+ "learning_rate": 3.9749781213657046e-05,
2851
+ "loss": 0.041,
2852
+ "mean_token_accuracy": 0.9826665192842483,
2853
+ "num_tokens": 228579635.0,
2854
+ "step": 1580
2855
+ },
2856
+ {
2857
+ "epoch": 0.6328608504691555,
2858
+ "grad_norm": 0.0670614242553711,
2859
+ "learning_rate": 3.972928894665699e-05,
2860
+ "loss": 0.0421,
2861
+ "mean_token_accuracy": 0.9823820263147354,
2862
+ "num_tokens": 229300584.0,
2863
+ "step": 1585
2864
+ },
2865
+ {
2866
+ "epoch": 0.6348572569375125,
2867
+ "grad_norm": 0.10730074346065521,
2868
+ "learning_rate": 3.970874006143454e-05,
2869
+ "loss": 0.0436,
2870
+ "mean_token_accuracy": 0.9802110999822616,
2871
+ "num_tokens": 230025120.0,
2872
+ "step": 1590
2873
+ },
2874
+ {
2875
+ "epoch": 0.6368536634058695,
2876
+ "grad_norm": 0.06655887514352798,
2877
+ "learning_rate": 3.9688134648609804e-05,
2878
+ "loss": 0.0445,
2879
+ "mean_token_accuracy": 0.9799957931041717,
2880
+ "num_tokens": 230748778.0,
2881
+ "step": 1595
2882
+ },
2883
+ {
2884
+ "epoch": 0.6388500698742264,
2885
+ "grad_norm": 0.058215994387865067,
2886
+ "learning_rate": 3.966747279905222e-05,
2887
+ "loss": 0.0402,
2888
+ "mean_token_accuracy": 0.98234643638134,
2889
+ "num_tokens": 231469920.0,
2890
+ "step": 1600
2891
+ }
2892
+ ],
2893
+ "logging_steps": 5,
2894
+ "max_steps": 7515,
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.333398891906728e+19,
2911
+ "train_batch_size": 6,
2912
+ "trial_name": null,
2913
+ "trial_params": null
2914
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66b47870715eafe562564242b5ff263e1f21a27c754d332754f22fd64b5427dc
3
+ size 6481
vocab.json ADDED
The diff for this file is too large to render. See raw diff