s3nh commited on
Commit
8dc005b
·
verified ·
1 Parent(s): 21059e9

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/Qwen3-1.7B
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:Qwen/Qwen3-1.7B
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.17.1
adapter_config.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "Qwen/Qwen3-1.7B",
5
+ "bias": "none",
6
+ "corda_config": null,
7
+ "eva_config": null,
8
+ "exclude_modules": null,
9
+ "fan_in_fan_out": false,
10
+ "inference_mode": true,
11
+ "init_lora_weights": true,
12
+ "layer_replication": null,
13
+ "layers_pattern": null,
14
+ "layers_to_transform": null,
15
+ "loftq_config": {},
16
+ "lora_alpha": 32,
17
+ "lora_bias": false,
18
+ "lora_dropout": 0.01,
19
+ "megatron_config": null,
20
+ "megatron_core": "megatron.core",
21
+ "modules_to_save": null,
22
+ "peft_type": "LORA",
23
+ "qalora_group_size": 16,
24
+ "r": 64,
25
+ "rank_pattern": {},
26
+ "revision": null,
27
+ "target_modules": [
28
+ "o_proj",
29
+ "up_proj",
30
+ "v_proj",
31
+ "down_proj",
32
+ "gate_proj",
33
+ "q_proj",
34
+ "k_proj"
35
+ ],
36
+ "target_parameters": null,
37
+ "task_type": "CAUSAL_LM",
38
+ "trainable_token_indices": null,
39
+ "use_dora": false,
40
+ "use_qalora": false,
41
+ "use_rslora": false
42
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:209c54baa7d30c4f45491b46b2f32ec97ccf36127d0a75fa39b068d707cb25a9
3
+ size 278973888
added_tokens.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "</think>": 151668,
3
+ "</tool_call>": 151658,
4
+ "</tool_response>": 151666,
5
+ "<think>": 151667,
6
+ "<tool_call>": 151657,
7
+ "<tool_response>": 151665,
8
+ "<|box_end|>": 151649,
9
+ "<|box_start|>": 151648,
10
+ "<|endoftext|>": 151643,
11
+ "<|file_sep|>": 151664,
12
+ "<|fim_middle|>": 151660,
13
+ "<|fim_pad|>": 151662,
14
+ "<|fim_prefix|>": 151659,
15
+ "<|fim_suffix|>": 151661,
16
+ "<|im_end|>": 151645,
17
+ "<|im_start|>": 151644,
18
+ "<|image_pad|>": 151655,
19
+ "<|object_ref_end|>": 151647,
20
+ "<|object_ref_start|>": 151646,
21
+ "<|quad_end|>": 151651,
22
+ "<|quad_start|>": 151650,
23
+ "<|repo_name|>": 151663,
24
+ "<|video_pad|>": 151656,
25
+ "<|vision_end|>": 151653,
26
+ "<|vision_pad|>": 151654,
27
+ "<|vision_start|>": 151652
28
+ }
chat_template.jinja ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {%- if tools %}
2
+ {{- '<|im_start|>system\n' }}
3
+ {%- if messages[0].role == 'system' %}
4
+ {{- messages[0].content + '\n\n' }}
5
+ {%- endif %}
6
+ {{- "# 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>" }}
7
+ {%- for tool in tools %}
8
+ {{- "\n" }}
9
+ {{- tool | tojson }}
10
+ {%- endfor %}
11
+ {{- "\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" }}
12
+ {%- else %}
13
+ {%- if messages[0].role == 'system' %}
14
+ {{- '<|im_start|>system\n' + messages[0].content + '<|im_end|>\n' }}
15
+ {%- endif %}
16
+ {%- endif %}
17
+ {%- set ns = namespace(multi_step_tool=true, last_query_index=messages|length - 1) %}
18
+ {%- for message in messages[::-1] %}
19
+ {%- set index = (messages|length - 1) - loop.index0 %}
20
+ {%- if ns.multi_step_tool and message.role == "user" and message.content is string and not(message.content.startswith('<tool_response>') and message.content.endswith('</tool_response>')) %}
21
+ {%- set ns.multi_step_tool = false %}
22
+ {%- set ns.last_query_index = index %}
23
+ {%- endif %}
24
+ {%- endfor %}
25
+ {%- for message in messages %}
26
+ {%- if message.content is string %}
27
+ {%- set content = message.content %}
28
+ {%- else %}
29
+ {%- set content = '' %}
30
+ {%- endif %}
31
+ {%- if (message.role == "user") or (message.role == "system" and not loop.first) %}
32
+ {{- '<|im_start|>' + message.role + '\n' + content + '<|im_end|>' + '\n' }}
33
+ {%- elif message.role == "assistant" %}
34
+ {%- set reasoning_content = '' %}
35
+ {%- if message.reasoning_content is string %}
36
+ {%- set reasoning_content = message.reasoning_content %}
37
+ {%- else %}
38
+ {%- if '</think>' in content %}
39
+ {%- set reasoning_content = content.split('</think>')[0].rstrip('\n').split('<think>')[-1].lstrip('\n') %}
40
+ {%- set content = content.split('</think>')[-1].lstrip('\n') %}
41
+ {%- endif %}
42
+ {%- endif %}
43
+ {%- if loop.index0 > ns.last_query_index %}
44
+ {%- if loop.last or (not loop.last and reasoning_content) %}
45
+ {{- '<|im_start|>' + message.role + '\n<think>\n' + reasoning_content.strip('\n') + '\n</think>\n\n' + content.lstrip('\n') }}
46
+ {%- else %}
47
+ {{- '<|im_start|>' + message.role + '\n' + content }}
48
+ {%- endif %}
49
+ {%- else %}
50
+ {{- '<|im_start|>' + message.role + '\n' + content }}
51
+ {%- endif %}
52
+ {%- if message.tool_calls %}
53
+ {%- for tool_call in message.tool_calls %}
54
+ {%- if (loop.first and content) or (not loop.first) %}
55
+ {{- '\n' }}
56
+ {%- endif %}
57
+ {%- if tool_call.function %}
58
+ {%- set tool_call = tool_call.function %}
59
+ {%- endif %}
60
+ {{- '<tool_call>\n{"name": "' }}
61
+ {{- tool_call.name }}
62
+ {{- '", "arguments": ' }}
63
+ {%- if tool_call.arguments is string %}
64
+ {{- tool_call.arguments }}
65
+ {%- else %}
66
+ {{- tool_call.arguments | tojson }}
67
+ {%- endif %}
68
+ {{- '}\n</tool_call>' }}
69
+ {%- endfor %}
70
+ {%- endif %}
71
+ {{- '<|im_end|>\n' }}
72
+ {%- elif message.role == "tool" %}
73
+ {%- if loop.first or (messages[loop.index0 - 1].role != "tool") %}
74
+ {{- '<|im_start|>user' }}
75
+ {%- endif %}
76
+ {{- '\n<tool_response>\n' }}
77
+ {{- content }}
78
+ {{- '\n</tool_response>' }}
79
+ {%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
80
+ {{- '<|im_end|>\n' }}
81
+ {%- endif %}
82
+ {%- endif %}
83
+ {%- endfor %}
84
+ {%- if add_generation_prompt %}
85
+ {{- '<|im_start|>assistant\n' }}
86
+ {%- if enable_thinking is defined and enable_thinking is false %}
87
+ {{- '<think>\n\n</think>\n\n' }}
88
+ {%- endif %}
89
+ {%- endif %}
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f569614b6083fb1bbd1f3cce092fd82355b341cc2e517868f5122b14d9af123
3
+ size 558179131
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d8b782f88586f3c2586e1c987178e4600b1344b70f5e93a8fea25ee3c25da9e
3
+ size 14645
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b45a3a293ebfc3febdd6cddb01f348c255e798679549379734d47a97ae6c756
3
+ size 1465
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:aeb13307a71acd8fe81861d94ad54ab689df773318809eed3cbe794b4492dae4
3
+ size 11422654
tokenizer_config.json ADDED
@@ -0,0 +1,239 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "151665": {
182
+ "content": "<tool_response>",
183
+ "lstrip": false,
184
+ "normalized": false,
185
+ "rstrip": false,
186
+ "single_word": false,
187
+ "special": false
188
+ },
189
+ "151666": {
190
+ "content": "</tool_response>",
191
+ "lstrip": false,
192
+ "normalized": false,
193
+ "rstrip": false,
194
+ "single_word": false,
195
+ "special": false
196
+ },
197
+ "151667": {
198
+ "content": "<think>",
199
+ "lstrip": false,
200
+ "normalized": false,
201
+ "rstrip": false,
202
+ "single_word": false,
203
+ "special": false
204
+ },
205
+ "151668": {
206
+ "content": "</think>",
207
+ "lstrip": false,
208
+ "normalized": false,
209
+ "rstrip": false,
210
+ "single_word": false,
211
+ "special": false
212
+ }
213
+ },
214
+ "additional_special_tokens": [
215
+ "<|im_start|>",
216
+ "<|im_end|>",
217
+ "<|object_ref_start|>",
218
+ "<|object_ref_end|>",
219
+ "<|box_start|>",
220
+ "<|box_end|>",
221
+ "<|quad_start|>",
222
+ "<|quad_end|>",
223
+ "<|vision_start|>",
224
+ "<|vision_end|>",
225
+ "<|vision_pad|>",
226
+ "<|image_pad|>",
227
+ "<|video_pad|>"
228
+ ],
229
+ "bos_token": null,
230
+ "clean_up_tokenization_spaces": false,
231
+ "eos_token": "<|im_end|>",
232
+ "errors": "replace",
233
+ "extra_special_tokens": {},
234
+ "model_max_length": 131072,
235
+ "pad_token": "<|endoftext|>",
236
+ "split_special_tokens": false,
237
+ "tokenizer_class": "Qwen2Tokenizer",
238
+ "unk_token": null
239
+ }
trainer_state.json ADDED
@@ -0,0 +1,2634 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 1.625871611269191,
6
+ "eval_steps": 500,
7
+ "global_step": 13000,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "entropy": 1.57754989027977,
14
+ "epoch": 0.006253713142178169,
15
+ "grad_norm": 0.1328946352005005,
16
+ "learning_rate": 8.166666666666667e-05,
17
+ "loss": 1.6654,
18
+ "mean_token_accuracy": 0.5821028184890747,
19
+ "num_tokens": 1453934.0,
20
+ "step": 50
21
+ },
22
+ {
23
+ "entropy": 1.7420939958095552,
24
+ "epoch": 0.012507426284356337,
25
+ "grad_norm": 0.11827201396226883,
26
+ "learning_rate": 0.000165,
27
+ "loss": 1.3586,
28
+ "mean_token_accuracy": 0.6275478279590607,
29
+ "num_tokens": 2912735.0,
30
+ "step": 100
31
+ },
32
+ {
33
+ "entropy": 1.5568377447128297,
34
+ "epoch": 0.018761139426534505,
35
+ "grad_norm": 0.15163880586624146,
36
+ "learning_rate": 0.0002483333333333333,
37
+ "loss": 1.3207,
38
+ "mean_token_accuracy": 0.6348841637372971,
39
+ "num_tokens": 4361799.0,
40
+ "step": 150
41
+ },
42
+ {
43
+ "entropy": 1.4739533269405365,
44
+ "epoch": 0.025014852568712675,
45
+ "grad_norm": 0.12787143886089325,
46
+ "learning_rate": 0.0003316666666666667,
47
+ "loss": 1.2842,
48
+ "mean_token_accuracy": 0.6424031159281731,
49
+ "num_tokens": 5814731.0,
50
+ "step": 200
51
+ },
52
+ {
53
+ "entropy": 1.4483512490987778,
54
+ "epoch": 0.031268565710890844,
55
+ "grad_norm": 0.1128445640206337,
56
+ "learning_rate": 0.000415,
57
+ "loss": 1.2705,
58
+ "mean_token_accuracy": 0.6454238125681877,
59
+ "num_tokens": 7268127.0,
60
+ "step": 250
61
+ },
62
+ {
63
+ "entropy": 1.4052385699748993,
64
+ "epoch": 0.03752227885306901,
65
+ "grad_norm": 0.11171138286590576,
66
+ "learning_rate": 0.0004983333333333334,
67
+ "loss": 1.2476,
68
+ "mean_token_accuracy": 0.6496384194493294,
69
+ "num_tokens": 8718544.0,
70
+ "step": 300
71
+ },
72
+ {
73
+ "entropy": 1.4152175986766815,
74
+ "epoch": 0.04377599199524718,
75
+ "grad_norm": 0.11977560073137283,
76
+ "learning_rate": 0.0005816666666666666,
77
+ "loss": 1.2513,
78
+ "mean_token_accuracy": 0.6493740159273148,
79
+ "num_tokens": 10172719.0,
80
+ "step": 350
81
+ },
82
+ {
83
+ "entropy": 1.4048930382728577,
84
+ "epoch": 0.05002970513742535,
85
+ "grad_norm": 0.1243417039513588,
86
+ "learning_rate": 0.000665,
87
+ "loss": 1.2289,
88
+ "mean_token_accuracy": 0.6540437403321266,
89
+ "num_tokens": 11620279.0,
90
+ "step": 400
91
+ },
92
+ {
93
+ "entropy": 1.4123985522985458,
94
+ "epoch": 0.056283418279603516,
95
+ "grad_norm": 0.11343871802091599,
96
+ "learning_rate": 0.0007483333333333333,
97
+ "loss": 1.239,
98
+ "mean_token_accuracy": 0.6520217537879944,
99
+ "num_tokens": 13073226.0,
100
+ "step": 450
101
+ },
102
+ {
103
+ "entropy": 1.4004585057497025,
104
+ "epoch": 0.06253713142178169,
105
+ "grad_norm": 0.11357053369283676,
106
+ "learning_rate": 0.0008316666666666666,
107
+ "loss": 1.225,
108
+ "mean_token_accuracy": 0.6544527187943459,
109
+ "num_tokens": 14533915.0,
110
+ "step": 500
111
+ },
112
+ {
113
+ "entropy": 1.4031615656614305,
114
+ "epoch": 0.06879084456395985,
115
+ "grad_norm": 0.12513332068920135,
116
+ "learning_rate": 0.000915,
117
+ "loss": 1.2343,
118
+ "mean_token_accuracy": 0.6527539578080177,
119
+ "num_tokens": 15980014.0,
120
+ "step": 550
121
+ },
122
+ {
123
+ "entropy": 1.4137125009298324,
124
+ "epoch": 0.07504455770613802,
125
+ "grad_norm": 0.13136321306228638,
126
+ "learning_rate": 0.0009983333333333333,
127
+ "loss": 1.2207,
128
+ "mean_token_accuracy": 0.6558423298597336,
129
+ "num_tokens": 17432166.0,
130
+ "step": 600
131
+ },
132
+ {
133
+ "entropy": 1.4449491912126542,
134
+ "epoch": 0.08129827084831619,
135
+ "grad_norm": 0.1370031088590622,
136
+ "learning_rate": 0.0010816666666666668,
137
+ "loss": 1.239,
138
+ "mean_token_accuracy": 0.6518874534964562,
139
+ "num_tokens": 18882117.0,
140
+ "step": 650
141
+ },
142
+ {
143
+ "entropy": 1.4782390099763871,
144
+ "epoch": 0.08755198399049435,
145
+ "grad_norm": 0.15503117442131042,
146
+ "learning_rate": 0.001165,
147
+ "loss": 1.244,
148
+ "mean_token_accuracy": 0.6515460327267647,
149
+ "num_tokens": 20330658.0,
150
+ "step": 700
151
+ },
152
+ {
153
+ "entropy": 1.4976489871740342,
154
+ "epoch": 0.09380569713267252,
155
+ "grad_norm": 0.14647236466407776,
156
+ "learning_rate": 0.0012483333333333333,
157
+ "loss": 1.2517,
158
+ "mean_token_accuracy": 0.6499434402585029,
159
+ "num_tokens": 21786059.0,
160
+ "step": 750
161
+ },
162
+ {
163
+ "entropy": 1.503735830783844,
164
+ "epoch": 0.1000594102748507,
165
+ "grad_norm": 0.16612057387828827,
166
+ "learning_rate": 0.0013316666666666668,
167
+ "loss": 1.2497,
168
+ "mean_token_accuracy": 0.6501839146018028,
169
+ "num_tokens": 23240083.0,
170
+ "step": 800
171
+ },
172
+ {
173
+ "entropy": 1.5280751663446426,
174
+ "epoch": 0.10631312341702887,
175
+ "grad_norm": 0.17178034782409668,
176
+ "learning_rate": 0.001415,
177
+ "loss": 1.2609,
178
+ "mean_token_accuracy": 0.6481665202975273,
179
+ "num_tokens": 24700708.0,
180
+ "step": 850
181
+ },
182
+ {
183
+ "entropy": 1.5576636075973511,
184
+ "epoch": 0.11256683655920703,
185
+ "grad_norm": 0.18341563642024994,
186
+ "learning_rate": 0.0014983333333333333,
187
+ "loss": 1.2956,
188
+ "mean_token_accuracy": 0.6411516669392586,
189
+ "num_tokens": 26155197.0,
190
+ "step": 900
191
+ },
192
+ {
193
+ "entropy": 1.577981666326523,
194
+ "epoch": 0.1188205497013852,
195
+ "grad_norm": 0.18315236270427704,
196
+ "learning_rate": 0.0015816666666666668,
197
+ "loss": 1.2857,
198
+ "mean_token_accuracy": 0.643715631365776,
199
+ "num_tokens": 27601258.0,
200
+ "step": 950
201
+ },
202
+ {
203
+ "entropy": 1.60272319316864,
204
+ "epoch": 0.12507426284356338,
205
+ "grad_norm": 0.19144219160079956,
206
+ "learning_rate": 0.001665,
207
+ "loss": 1.3031,
208
+ "mean_token_accuracy": 0.6408327847719193,
209
+ "num_tokens": 29063691.0,
210
+ "step": 1000
211
+ },
212
+ {
213
+ "entropy": 1.5899927777051925,
214
+ "epoch": 0.13132797598574153,
215
+ "grad_norm": 0.21011324226856232,
216
+ "learning_rate": 0.0017483333333333333,
217
+ "loss": 1.3131,
218
+ "mean_token_accuracy": 0.6375964027643204,
219
+ "num_tokens": 30519258.0,
220
+ "step": 1050
221
+ },
222
+ {
223
+ "entropy": 1.611317069530487,
224
+ "epoch": 0.1375816891279197,
225
+ "grad_norm": 0.20436125993728638,
226
+ "learning_rate": 0.0018316666666666668,
227
+ "loss": 1.3282,
228
+ "mean_token_accuracy": 0.6352240258455276,
229
+ "num_tokens": 31982975.0,
230
+ "step": 1100
231
+ },
232
+ {
233
+ "entropy": 1.652041432261467,
234
+ "epoch": 0.14383540227009786,
235
+ "grad_norm": 0.21256397664546967,
236
+ "learning_rate": 0.001915,
237
+ "loss": 1.34,
238
+ "mean_token_accuracy": 0.6334743791818619,
239
+ "num_tokens": 33435147.0,
240
+ "step": 1150
241
+ },
242
+ {
243
+ "entropy": 1.7145874083042145,
244
+ "epoch": 0.15008911541227604,
245
+ "grad_norm": 0.2906016409397125,
246
+ "learning_rate": 0.0019983333333333333,
247
+ "loss": 1.3717,
248
+ "mean_token_accuracy": 0.6267069867253303,
249
+ "num_tokens": 34890160.0,
250
+ "step": 1200
251
+ },
252
+ {
253
+ "entropy": 1.7395102292299272,
254
+ "epoch": 0.1563428285544542,
255
+ "grad_norm": 0.2289716899394989,
256
+ "learning_rate": 0.0019999771835624504,
257
+ "loss": 1.3875,
258
+ "mean_token_accuracy": 0.6242620906233788,
259
+ "num_tokens": 36342500.0,
260
+ "step": 1250
261
+ },
262
+ {
263
+ "entropy": 1.7384645998477937,
264
+ "epoch": 0.16259654169663237,
265
+ "grad_norm": 0.2350999265909195,
266
+ "learning_rate": 0.0019999068632721773,
267
+ "loss": 1.3988,
268
+ "mean_token_accuracy": 0.6232203379273414,
269
+ "num_tokens": 37799801.0,
270
+ "step": 1300
271
+ },
272
+ {
273
+ "entropy": 1.7248098158836365,
274
+ "epoch": 0.16885025483881055,
275
+ "grad_norm": 0.2444753348827362,
276
+ "learning_rate": 0.0019997890329674856,
277
+ "loss": 1.4063,
278
+ "mean_token_accuracy": 0.6213877013325692,
279
+ "num_tokens": 39261919.0,
280
+ "step": 1350
281
+ },
282
+ {
283
+ "entropy": 1.7469890892505646,
284
+ "epoch": 0.1751039679809887,
285
+ "grad_norm": 0.2528238296508789,
286
+ "learning_rate": 0.001999623698247015,
287
+ "loss": 1.4028,
288
+ "mean_token_accuracy": 0.6217664569616318,
289
+ "num_tokens": 40711313.0,
290
+ "step": 1400
291
+ },
292
+ {
293
+ "entropy": 1.7513956505060195,
294
+ "epoch": 0.1813576811231669,
295
+ "grad_norm": 0.23596389591693878,
296
+ "learning_rate": 0.001999410866966553,
297
+ "loss": 1.4098,
298
+ "mean_token_accuracy": 0.6196629667282104,
299
+ "num_tokens": 42168864.0,
300
+ "step": 1450
301
+ },
302
+ {
303
+ "entropy": 1.7314427828788757,
304
+ "epoch": 0.18761139426534504,
305
+ "grad_norm": 0.24437537789344788,
306
+ "learning_rate": 0.001999150549238658,
307
+ "loss": 1.411,
308
+ "mean_token_accuracy": 0.6204391068220139,
309
+ "num_tokens": 43627161.0,
310
+ "step": 1500
311
+ },
312
+ {
313
+ "entropy": 1.7699194413423538,
314
+ "epoch": 0.19386510740752322,
315
+ "grad_norm": 0.24354827404022217,
316
+ "learning_rate": 0.0019988427574321815,
317
+ "loss": 1.4275,
318
+ "mean_token_accuracy": 0.6180677771568298,
319
+ "num_tokens": 45082614.0,
320
+ "step": 1550
321
+ },
322
+ {
323
+ "entropy": 3.1429525250196457,
324
+ "epoch": 0.2001188205497014,
325
+ "grad_norm": 26.936569213867188,
326
+ "learning_rate": 0.001998487506171678,
327
+ "loss": 4.3017,
328
+ "mean_token_accuracy": 0.44566510522061437,
329
+ "num_tokens": 46532177.0,
330
+ "step": 1600
331
+ },
332
+ {
333
+ "entropy": 6.903752332925796,
334
+ "epoch": 0.20637253369187955,
335
+ "grad_norm": 0.43571025133132935,
336
+ "learning_rate": 0.001998084812336713,
337
+ "loss": 8.4816,
338
+ "mean_token_accuracy": 0.03934380377701018,
339
+ "num_tokens": 47987350.0,
340
+ "step": 1650
341
+ },
342
+ {
343
+ "entropy": 7.173221395015717,
344
+ "epoch": 0.21262624683405773,
345
+ "grad_norm": 0.3482828438282013,
346
+ "learning_rate": 0.001997634695061058,
347
+ "loss": 7.2052,
348
+ "mean_token_accuracy": 0.06305525604635477,
349
+ "num_tokens": 49446129.0,
350
+ "step": 1700
351
+ },
352
+ {
353
+ "entropy": 6.704223630428314,
354
+ "epoch": 0.21887995997623588,
355
+ "grad_norm": 0.25398287177085876,
356
+ "learning_rate": 0.0019971371757317832,
357
+ "loss": 6.7459,
358
+ "mean_token_accuracy": 0.08217163875699043,
359
+ "num_tokens": 50893739.0,
360
+ "step": 1750
361
+ },
362
+ {
363
+ "entropy": 6.309946813583374,
364
+ "epoch": 0.22513367311841406,
365
+ "grad_norm": 0.27875518798828125,
366
+ "learning_rate": 0.001996592277988241,
367
+ "loss": 6.4542,
368
+ "mean_token_accuracy": 0.09980635419487953,
369
+ "num_tokens": 52349150.0,
370
+ "step": 1800
371
+ },
372
+ {
373
+ "entropy": 6.048123767375946,
374
+ "epoch": 0.23138738626059221,
375
+ "grad_norm": 0.31153035163879395,
376
+ "learning_rate": 0.0019960000277209427,
377
+ "loss": 6.2618,
378
+ "mean_token_accuracy": 0.1142095160484314,
379
+ "num_tokens": 53806391.0,
380
+ "step": 1850
381
+ },
382
+ {
383
+ "entropy": 5.801566255092621,
384
+ "epoch": 0.2376410994027704,
385
+ "grad_norm": 0.5886215567588806,
386
+ "learning_rate": 0.0019953604530703268,
387
+ "loss": 6.0319,
388
+ "mean_token_accuracy": 0.1300203223899007,
389
+ "num_tokens": 55256012.0,
390
+ "step": 1900
391
+ },
392
+ {
393
+ "entropy": 5.624916222095489,
394
+ "epoch": 0.24389481254494857,
395
+ "grad_norm": 0.39841362833976746,
396
+ "learning_rate": 0.0019946735844254253,
397
+ "loss": 5.8955,
398
+ "mean_token_accuracy": 0.14404148422181606,
399
+ "num_tokens": 56709946.0,
400
+ "step": 1950
401
+ },
402
+ {
403
+ "entropy": 5.538290665149689,
404
+ "epoch": 0.25014852568712675,
405
+ "grad_norm": 0.45605042576789856,
406
+ "learning_rate": 0.0019939394544224174,
407
+ "loss": 5.7458,
408
+ "mean_token_accuracy": 0.15620031498372555,
409
+ "num_tokens": 58164585.0,
410
+ "step": 2000
411
+ },
412
+ {
413
+ "entropy": 5.484496328830719,
414
+ "epoch": 0.2564022388293049,
415
+ "grad_norm": 0.3109079897403717,
416
+ "learning_rate": 0.001993158097943078,
417
+ "loss": 5.6343,
418
+ "mean_token_accuracy": 0.16481737934052945,
419
+ "num_tokens": 59616941.0,
420
+ "step": 2050
421
+ },
422
+ {
423
+ "entropy": 5.389205462932587,
424
+ "epoch": 0.26265595197148306,
425
+ "grad_norm": 0.4438038468360901,
426
+ "learning_rate": 0.001992329552113123,
427
+ "loss": 5.5087,
428
+ "mean_token_accuracy": 0.17319339476525783,
429
+ "num_tokens": 61069091.0,
430
+ "step": 2100
431
+ },
432
+ {
433
+ "entropy": 5.315016667842865,
434
+ "epoch": 0.2689096651136612,
435
+ "grad_norm": 0.32988205552101135,
436
+ "learning_rate": 0.001991453856300444,
437
+ "loss": 5.4307,
438
+ "mean_token_accuracy": 0.18028867013752461,
439
+ "num_tokens": 62519727.0,
440
+ "step": 2150
441
+ },
442
+ {
443
+ "entropy": 5.234848070144653,
444
+ "epoch": 0.2751633782558394,
445
+ "grad_norm": 0.4925743341445923,
446
+ "learning_rate": 0.0019905310521132354,
447
+ "loss": 5.2956,
448
+ "mean_token_accuracy": 0.18991463743150233,
449
+ "num_tokens": 63968440.0,
450
+ "step": 2200
451
+ },
452
+ {
453
+ "entropy": 5.179865393638611,
454
+ "epoch": 0.28141709139801757,
455
+ "grad_norm": 0.5279175639152527,
456
+ "learning_rate": 0.0019895611833980224,
457
+ "loss": 5.2495,
458
+ "mean_token_accuracy": 0.1949171732366085,
459
+ "num_tokens": 65425112.0,
460
+ "step": 2250
461
+ },
462
+ {
463
+ "entropy": 5.098879344463349,
464
+ "epoch": 0.2876708045401957,
465
+ "grad_norm": 0.2797149121761322,
466
+ "learning_rate": 0.001988544296237573,
467
+ "loss": 5.1657,
468
+ "mean_token_accuracy": 0.20032618649303913,
469
+ "num_tokens": 66887248.0,
470
+ "step": 2300
471
+ },
472
+ {
473
+ "entropy": 5.0061674976348876,
474
+ "epoch": 0.29392451768237393,
475
+ "grad_norm": 0.31702014803886414,
476
+ "learning_rate": 0.0019874804389487114,
477
+ "loss": 5.0679,
478
+ "mean_token_accuracy": 0.20840579211711885,
479
+ "num_tokens": 68334156.0,
480
+ "step": 2350
481
+ },
482
+ {
483
+ "entropy": 4.919540185928344,
484
+ "epoch": 0.3001782308245521,
485
+ "grad_norm": 0.3924313485622406,
486
+ "learning_rate": 0.00198636966208002,
487
+ "loss": 4.9854,
488
+ "mean_token_accuracy": 0.214654476121068,
489
+ "num_tokens": 69791998.0,
490
+ "step": 2400
491
+ },
492
+ {
493
+ "entropy": 4.897560942173004,
494
+ "epoch": 0.30643194396673024,
495
+ "grad_norm": 0.5938014984130859,
496
+ "learning_rate": 0.0019852120184094403,
497
+ "loss": 4.9439,
498
+ "mean_token_accuracy": 0.21875820383429528,
499
+ "num_tokens": 71248467.0,
500
+ "step": 2450
501
+ },
502
+ {
503
+ "entropy": 4.851730942726135,
504
+ "epoch": 0.3126856571089084,
505
+ "grad_norm": 0.3996203541755676,
506
+ "learning_rate": 0.001984007562941762,
507
+ "loss": 4.8655,
508
+ "mean_token_accuracy": 0.22476962342858314,
509
+ "num_tokens": 72702130.0,
510
+ "step": 2500
511
+ },
512
+ {
513
+ "entropy": 4.811781849861145,
514
+ "epoch": 0.3189393702510866,
515
+ "grad_norm": 0.3617077171802521,
516
+ "learning_rate": 0.001982756352906012,
517
+ "loss": 4.7954,
518
+ "mean_token_accuracy": 0.23030147060751915,
519
+ "num_tokens": 74147898.0,
520
+ "step": 2550
521
+ },
522
+ {
523
+ "entropy": 4.748332953453064,
524
+ "epoch": 0.32519308339326475,
525
+ "grad_norm": 0.4124760925769806,
526
+ "learning_rate": 0.001981458447752735,
527
+ "loss": 4.7312,
528
+ "mean_token_accuracy": 0.23577869348227978,
529
+ "num_tokens": 75596808.0,
530
+ "step": 2600
531
+ },
532
+ {
533
+ "entropy": 4.711932921409607,
534
+ "epoch": 0.3314467965354429,
535
+ "grad_norm": 0.530938982963562,
536
+ "learning_rate": 0.0019801139091511657,
537
+ "loss": 4.6903,
538
+ "mean_token_accuracy": 0.2386609048396349,
539
+ "num_tokens": 77048990.0,
540
+ "step": 2650
541
+ },
542
+ {
543
+ "entropy": 4.668835508823395,
544
+ "epoch": 0.3377005096776211,
545
+ "grad_norm": 0.37766778469085693,
546
+ "learning_rate": 0.0019787228009863034,
547
+ "loss": 4.6045,
548
+ "mean_token_accuracy": 0.24587701044976712,
549
+ "num_tokens": 78488093.0,
550
+ "step": 2700
551
+ },
552
+ {
553
+ "entropy": 4.620059154033661,
554
+ "epoch": 0.34395422281979926,
555
+ "grad_norm": 0.5416187644004822,
556
+ "learning_rate": 0.0019772851893558735,
557
+ "loss": 4.5806,
558
+ "mean_token_accuracy": 0.24779064148664476,
559
+ "num_tokens": 79945023.0,
560
+ "step": 2750
561
+ },
562
+ {
563
+ "entropy": 4.587407686710358,
564
+ "epoch": 0.3502079359619774,
565
+ "grad_norm": 0.37975025177001953,
566
+ "learning_rate": 0.0019758011425671865,
567
+ "loss": 4.5253,
568
+ "mean_token_accuracy": 0.25320823200047016,
569
+ "num_tokens": 81395329.0,
570
+ "step": 2800
571
+ },
572
+ {
573
+ "entropy": 4.567973017692566,
574
+ "epoch": 0.3564616491041556,
575
+ "grad_norm": 0.4259650707244873,
576
+ "learning_rate": 0.0019742707311338945,
577
+ "loss": 4.4934,
578
+ "mean_token_accuracy": 0.2562766546756029,
579
+ "num_tokens": 82841834.0,
580
+ "step": 2850
581
+ },
582
+ {
583
+ "entropy": 4.524812614917755,
584
+ "epoch": 0.3627153622463338,
585
+ "grad_norm": 0.4680491089820862,
586
+ "learning_rate": 0.0019726940277726393,
587
+ "loss": 4.4345,
588
+ "mean_token_accuracy": 0.262068510428071,
589
+ "num_tokens": 84298683.0,
590
+ "step": 2900
591
+ },
592
+ {
593
+ "entropy": 4.455774722099304,
594
+ "epoch": 0.3689690753885119,
595
+ "grad_norm": 0.5032073855400085,
596
+ "learning_rate": 0.0019710711073995984,
597
+ "loss": 4.3687,
598
+ "mean_token_accuracy": 0.2663784135878086,
599
+ "num_tokens": 85753078.0,
600
+ "step": 2950
601
+ },
602
+ {
603
+ "entropy": 4.445376222133636,
604
+ "epoch": 0.3752227885306901,
605
+ "grad_norm": 0.34912991523742676,
606
+ "learning_rate": 0.001969402047126923,
607
+ "loss": 4.3641,
608
+ "mean_token_accuracy": 0.26783014215528966,
609
+ "num_tokens": 87205732.0,
610
+ "step": 3000
611
+ },
612
+ {
613
+ "entropy": 4.4141078424453735,
614
+ "epoch": 0.3814765016728683,
615
+ "grad_norm": 0.3609781265258789,
616
+ "learning_rate": 0.001967686926259077,
617
+ "loss": 4.3228,
618
+ "mean_token_accuracy": 0.2722491616755724,
619
+ "num_tokens": 88665255.0,
620
+ "step": 3050
621
+ },
622
+ {
623
+ "entropy": 4.394694765806198,
624
+ "epoch": 0.38773021481504644,
625
+ "grad_norm": 0.3642273247241974,
626
+ "learning_rate": 0.0019659258262890683,
627
+ "loss": 4.2721,
628
+ "mean_token_accuracy": 0.27585428170859816,
629
+ "num_tokens": 90121985.0,
630
+ "step": 3100
631
+ },
632
+ {
633
+ "entropy": 4.3303623342514035,
634
+ "epoch": 0.3939839279572246,
635
+ "grad_norm": 0.4377816617488861,
636
+ "learning_rate": 0.001964118830894575,
637
+ "loss": 4.216,
638
+ "mean_token_accuracy": 0.2799024074524641,
639
+ "num_tokens": 91571242.0,
640
+ "step": 3150
641
+ },
642
+ {
643
+ "entropy": 4.312202001810074,
644
+ "epoch": 0.4002376410994028,
645
+ "grad_norm": 0.4025227129459381,
646
+ "learning_rate": 0.0019622660259339705,
647
+ "loss": 4.1866,
648
+ "mean_token_accuracy": 0.2834921093285084,
649
+ "num_tokens": 93022711.0,
650
+ "step": 3200
651
+ },
652
+ {
653
+ "entropy": 4.284852714538574,
654
+ "epoch": 0.40649135424158095,
655
+ "grad_norm": 0.34949183464050293,
656
+ "learning_rate": 0.0019603674994422456,
657
+ "loss": 4.1723,
658
+ "mean_token_accuracy": 0.28453252926468847,
659
+ "num_tokens": 94479555.0,
660
+ "step": 3250
661
+ },
662
+ {
663
+ "entropy": 4.307129458189011,
664
+ "epoch": 0.4127450673837591,
665
+ "grad_norm": 0.40033891797065735,
666
+ "learning_rate": 0.0019584233416268214,
667
+ "loss": 4.1644,
668
+ "mean_token_accuracy": 0.28743029810488224,
669
+ "num_tokens": 95939600.0,
670
+ "step": 3300
671
+ },
672
+ {
673
+ "entropy": 4.242270601987839,
674
+ "epoch": 0.41899878052593725,
675
+ "grad_norm": 0.36012735962867737,
676
+ "learning_rate": 0.0019564336448632683,
677
+ "loss": 4.0949,
678
+ "mean_token_accuracy": 0.2915411788970232,
679
+ "num_tokens": 97385909.0,
680
+ "step": 3350
681
+ },
682
+ {
683
+ "entropy": 4.240862241983414,
684
+ "epoch": 0.42525249366811546,
685
+ "grad_norm": 0.41399946808815,
686
+ "learning_rate": 0.001954398503690913,
687
+ "loss": 4.0866,
688
+ "mean_token_accuracy": 0.2938184529542923,
689
+ "num_tokens": 98835622.0,
690
+ "step": 3400
691
+ },
692
+ {
693
+ "entropy": 4.196718490123748,
694
+ "epoch": 0.4315062068102936,
695
+ "grad_norm": 0.36769694089889526,
696
+ "learning_rate": 0.0019523180148083485,
697
+ "loss": 4.0527,
698
+ "mean_token_accuracy": 0.29610458359122277,
699
+ "num_tokens": 100288372.0,
700
+ "step": 3450
701
+ },
702
+ {
703
+ "entropy": 4.174614375829696,
704
+ "epoch": 0.43775991995247177,
705
+ "grad_norm": 0.37334468960762024,
706
+ "learning_rate": 0.001950192277068838,
707
+ "loss": 4.0218,
708
+ "mean_token_accuracy": 0.29870147973299027,
709
+ "num_tokens": 101742863.0,
710
+ "step": 3500
711
+ },
712
+ {
713
+ "entropy": 4.1543604850769045,
714
+ "epoch": 0.44401363309465,
715
+ "grad_norm": 0.4744473993778229,
716
+ "learning_rate": 0.0019480213914756198,
717
+ "loss": 3.9855,
718
+ "mean_token_accuracy": 0.3036028662323952,
719
+ "num_tokens": 103192353.0,
720
+ "step": 3550
721
+ },
722
+ {
723
+ "entropy": 4.149127557277679,
724
+ "epoch": 0.4502673462368281,
725
+ "grad_norm": 0.46005499362945557,
726
+ "learning_rate": 0.001945805461177106,
727
+ "loss": 3.9889,
728
+ "mean_token_accuracy": 0.3025831463932991,
729
+ "num_tokens": 104654829.0,
730
+ "step": 3600
731
+ },
732
+ {
733
+ "entropy": 4.131506505012513,
734
+ "epoch": 0.4565210593790063,
735
+ "grad_norm": 0.399476021528244,
736
+ "learning_rate": 0.0019435445914619835,
737
+ "loss": 3.9587,
738
+ "mean_token_accuracy": 0.3061337152123451,
739
+ "num_tokens": 106112408.0,
740
+ "step": 3650
741
+ },
742
+ {
743
+ "entropy": 4.12854926109314,
744
+ "epoch": 0.46277477252118443,
745
+ "grad_norm": 0.35083433985710144,
746
+ "learning_rate": 0.0019412388897542105,
747
+ "loss": 3.9582,
748
+ "mean_token_accuracy": 0.30483592957258226,
749
+ "num_tokens": 107568410.0,
750
+ "step": 3700
751
+ },
752
+ {
753
+ "entropy": 4.099326175451279,
754
+ "epoch": 0.46902848566336264,
755
+ "grad_norm": 0.3819263279438019,
756
+ "learning_rate": 0.0019388884656079118,
757
+ "loss": 3.9136,
758
+ "mean_token_accuracy": 0.3103523187339306,
759
+ "num_tokens": 109023493.0,
760
+ "step": 3750
761
+ },
762
+ {
763
+ "entropy": 4.095232236385345,
764
+ "epoch": 0.4752821988055408,
765
+ "grad_norm": 0.3186725676059723,
766
+ "learning_rate": 0.0019364934307021732,
767
+ "loss": 3.8919,
768
+ "mean_token_accuracy": 0.31130151748657225,
769
+ "num_tokens": 110472661.0,
770
+ "step": 3800
771
+ },
772
+ {
773
+ "entropy": 4.082479554414749,
774
+ "epoch": 0.48153591194771894,
775
+ "grad_norm": 0.40309175848960876,
776
+ "learning_rate": 0.0019340538988357374,
777
+ "loss": 3.8624,
778
+ "mean_token_accuracy": 0.31485995426774027,
779
+ "num_tokens": 111928648.0,
780
+ "step": 3850
781
+ },
782
+ {
783
+ "entropy": 4.07897432565689,
784
+ "epoch": 0.48778962508989715,
785
+ "grad_norm": 0.36660367250442505,
786
+ "learning_rate": 0.001931569985921594,
787
+ "loss": 3.85,
788
+ "mean_token_accuracy": 0.31685930326581,
789
+ "num_tokens": 113391508.0,
790
+ "step": 3900
791
+ },
792
+ {
793
+ "entropy": 4.041114414930344,
794
+ "epoch": 0.4940433382320753,
795
+ "grad_norm": 0.399808794260025,
796
+ "learning_rate": 0.0019290418099814732,
797
+ "loss": 3.8116,
798
+ "mean_token_accuracy": 0.3205082568526268,
799
+ "num_tokens": 114838971.0,
800
+ "step": 3950
801
+ },
802
+ {
803
+ "entropy": 4.03851842045784,
804
+ "epoch": 0.5002970513742535,
805
+ "grad_norm": 0.36455509066581726,
806
+ "learning_rate": 0.0019264694911402393,
807
+ "loss": 3.8159,
808
+ "mean_token_accuracy": 0.31901825517416,
809
+ "num_tokens": 116295558.0,
810
+ "step": 4000
811
+ },
812
+ {
813
+ "entropy": 3.97854936003685,
814
+ "epoch": 0.5065507645164317,
815
+ "grad_norm": 0.34177082777023315,
816
+ "learning_rate": 0.0019238531516201794,
817
+ "loss": 3.7636,
818
+ "mean_token_accuracy": 0.3237869530916214,
819
+ "num_tokens": 117740838.0,
820
+ "step": 4050
821
+ },
822
+ {
823
+ "entropy": 3.976211417913437,
824
+ "epoch": 0.5128044776586098,
825
+ "grad_norm": 0.2913322448730469,
826
+ "learning_rate": 0.0019211929157352016,
827
+ "loss": 3.7627,
828
+ "mean_token_accuracy": 0.32512620434165,
829
+ "num_tokens": 119187209.0,
830
+ "step": 4100
831
+ },
832
+ {
833
+ "entropy": 3.98531445145607,
834
+ "epoch": 0.519058190800788,
835
+ "grad_norm": 0.3192107081413269,
836
+ "learning_rate": 0.0019184889098849225,
837
+ "loss": 3.7607,
838
+ "mean_token_accuracy": 0.325792491286993,
839
+ "num_tokens": 120636737.0,
840
+ "step": 4150
841
+ },
842
+ {
843
+ "entropy": 3.993393454551697,
844
+ "epoch": 0.5253119039429661,
845
+ "grad_norm": 0.42490988969802856,
846
+ "learning_rate": 0.0019157412625486656,
847
+ "loss": 3.7979,
848
+ "mean_token_accuracy": 0.3200970686972141,
849
+ "num_tokens": 122093771.0,
850
+ "step": 4200
851
+ },
852
+ {
853
+ "entropy": 3.9543004703521727,
854
+ "epoch": 0.5315656170851443,
855
+ "grad_norm": 0.3723016679286957,
856
+ "learning_rate": 0.001912950104279355,
857
+ "loss": 3.7382,
858
+ "mean_token_accuracy": 0.3264580935239792,
859
+ "num_tokens": 123549819.0,
860
+ "step": 4250
861
+ },
862
+ {
863
+ "entropy": 3.915160721540451,
864
+ "epoch": 0.5378193302273224,
865
+ "grad_norm": 0.3779139220714569,
866
+ "learning_rate": 0.0019101155676973115,
867
+ "loss": 3.7012,
868
+ "mean_token_accuracy": 0.33177016422152517,
869
+ "num_tokens": 124998395.0,
870
+ "step": 4300
871
+ },
872
+ {
873
+ "entropy": 3.9146971213817596,
874
+ "epoch": 0.5440730433695007,
875
+ "grad_norm": 0.3581169843673706,
876
+ "learning_rate": 0.001907237787483953,
877
+ "loss": 3.7012,
878
+ "mean_token_accuracy": 0.33225410625338553,
879
+ "num_tokens": 126458044.0,
880
+ "step": 4350
881
+ },
882
+ {
883
+ "entropy": 3.875672823190689,
884
+ "epoch": 0.5503267565116788,
885
+ "grad_norm": 0.32717034220695496,
886
+ "learning_rate": 0.0019043169003753945,
887
+ "loss": 3.6556,
888
+ "mean_token_accuracy": 0.336458790153265,
889
+ "num_tokens": 127906980.0,
890
+ "step": 4400
891
+ },
892
+ {
893
+ "entropy": 3.879705456495285,
894
+ "epoch": 0.556580469653857,
895
+ "grad_norm": 0.32244476675987244,
896
+ "learning_rate": 0.0019013530451559503,
897
+ "loss": 3.6516,
898
+ "mean_token_accuracy": 0.33660307377576826,
899
+ "num_tokens": 129362058.0,
900
+ "step": 4450
901
+ },
902
+ {
903
+ "entropy": 3.870090285539627,
904
+ "epoch": 0.5628341827960351,
905
+ "grad_norm": 0.3444347083568573,
906
+ "learning_rate": 0.001898346362651541,
907
+ "loss": 3.6327,
908
+ "mean_token_accuracy": 0.3381097550690174,
909
+ "num_tokens": 130814885.0,
910
+ "step": 4500
911
+ },
912
+ {
913
+ "entropy": 3.8484600913524627,
914
+ "epoch": 0.5690878959382133,
915
+ "grad_norm": 0.3887946605682373,
916
+ "learning_rate": 0.0018952969957230002,
917
+ "loss": 3.5848,
918
+ "mean_token_accuracy": 0.3428233973681927,
919
+ "num_tokens": 132264698.0,
920
+ "step": 4550
921
+ },
922
+ {
923
+ "entropy": 3.8668723714351656,
924
+ "epoch": 0.5753416090803914,
925
+ "grad_norm": 0.29115742444992065,
926
+ "learning_rate": 0.0018922050892592904,
927
+ "loss": 3.6327,
928
+ "mean_token_accuracy": 0.339210794121027,
929
+ "num_tokens": 133724718.0,
930
+ "step": 4600
931
+ },
932
+ {
933
+ "entropy": 3.8426230347156523,
934
+ "epoch": 0.5815953222225696,
935
+ "grad_norm": 0.3402599096298218,
936
+ "learning_rate": 0.0018890707901706146,
937
+ "loss": 3.5872,
938
+ "mean_token_accuracy": 0.344546006321907,
939
+ "num_tokens": 135180844.0,
940
+ "step": 4650
941
+ },
942
+ {
943
+ "entropy": 3.824489916563034,
944
+ "epoch": 0.5878490353647479,
945
+ "grad_norm": 0.31970226764678955,
946
+ "learning_rate": 0.0018858942473814378,
947
+ "loss": 3.5729,
948
+ "mean_token_accuracy": 0.34506093606352806,
949
+ "num_tokens": 136629379.0,
950
+ "step": 4700
951
+ },
952
+ {
953
+ "entropy": 3.790500236749649,
954
+ "epoch": 0.594102748506926,
955
+ "grad_norm": 0.3910897970199585,
956
+ "learning_rate": 0.001882675611823411,
957
+ "loss": 3.5463,
958
+ "mean_token_accuracy": 0.3468193484842777,
959
+ "num_tokens": 138088613.0,
960
+ "step": 4750
961
+ },
962
+ {
963
+ "entropy": 3.840239323377609,
964
+ "epoch": 0.6003564616491042,
965
+ "grad_norm": 0.3762884736061096,
966
+ "learning_rate": 0.0018794150364281998,
967
+ "loss": 3.5642,
968
+ "mean_token_accuracy": 0.3468084912002087,
969
+ "num_tokens": 139542618.0,
970
+ "step": 4800
971
+ },
972
+ {
973
+ "entropy": 3.8174883902072905,
974
+ "epoch": 0.6066101747912823,
975
+ "grad_norm": 0.3109763562679291,
976
+ "learning_rate": 0.0018761126761202176,
977
+ "loss": 3.552,
978
+ "mean_token_accuracy": 0.34760625913739207,
979
+ "num_tokens": 141007922.0,
980
+ "step": 4850
981
+ },
982
+ {
983
+ "entropy": 3.7677294433116915,
984
+ "epoch": 0.6128638879334605,
985
+ "grad_norm": 0.36054331064224243,
986
+ "learning_rate": 0.0018727686878092637,
987
+ "loss": 3.5001,
988
+ "mean_token_accuracy": 0.35205888241529465,
989
+ "num_tokens": 142455882.0,
990
+ "step": 4900
991
+ },
992
+ {
993
+ "entropy": 3.7628906965255737,
994
+ "epoch": 0.6191176010756386,
995
+ "grad_norm": 0.36796653270721436,
996
+ "learning_rate": 0.0018693832303830695,
997
+ "loss": 3.5106,
998
+ "mean_token_accuracy": 0.3525958973169327,
999
+ "num_tokens": 143897412.0,
1000
+ "step": 4950
1001
+ },
1002
+ {
1003
+ "entropy": 3.768322126865387,
1004
+ "epoch": 0.6253713142178168,
1005
+ "grad_norm": 0.3298179507255554,
1006
+ "learning_rate": 0.001865956464699748,
1007
+ "loss": 3.5025,
1008
+ "mean_token_accuracy": 0.351756524592638,
1009
+ "num_tokens": 145343541.0,
1010
+ "step": 5000
1011
+ },
1012
+ {
1013
+ "entropy": 3.7577738535404204,
1014
+ "epoch": 0.631625027359995,
1015
+ "grad_norm": 0.31647345423698425,
1016
+ "learning_rate": 0.001862488553580151,
1017
+ "loss": 3.4857,
1018
+ "mean_token_accuracy": 0.35421416819095614,
1019
+ "num_tokens": 146796685.0,
1020
+ "step": 5050
1021
+ },
1022
+ {
1023
+ "entropy": 3.755051065683365,
1024
+ "epoch": 0.6378787405021732,
1025
+ "grad_norm": 0.3068569600582123,
1026
+ "learning_rate": 0.001858979661800132,
1027
+ "loss": 3.4748,
1028
+ "mean_token_accuracy": 0.3558480441570282,
1029
+ "num_tokens": 148260883.0,
1030
+ "step": 5100
1031
+ },
1032
+ {
1033
+ "entropy": 3.7353078365325927,
1034
+ "epoch": 0.6441324536443513,
1035
+ "grad_norm": 0.3454782962799072,
1036
+ "learning_rate": 0.0018554299560827187,
1037
+ "loss": 3.4677,
1038
+ "mean_token_accuracy": 0.3566476738452911,
1039
+ "num_tokens": 149713216.0,
1040
+ "step": 5150
1041
+ },
1042
+ {
1043
+ "entropy": 3.7258300411701204,
1044
+ "epoch": 0.6503861667865295,
1045
+ "grad_norm": 0.36780253052711487,
1046
+ "learning_rate": 0.0018518396050901892,
1047
+ "loss": 3.4538,
1048
+ "mean_token_accuracy": 0.35792204320430754,
1049
+ "num_tokens": 151165656.0,
1050
+ "step": 5200
1051
+ },
1052
+ {
1053
+ "entropy": 3.73144770860672,
1054
+ "epoch": 0.6566398799287076,
1055
+ "grad_norm": 0.3001205325126648,
1056
+ "learning_rate": 0.0018482087794160593,
1057
+ "loss": 3.4446,
1058
+ "mean_token_accuracy": 0.3578939388692379,
1059
+ "num_tokens": 152612381.0,
1060
+ "step": 5250
1061
+ },
1062
+ {
1063
+ "entropy": 3.6795049965381623,
1064
+ "epoch": 0.6628935930708858,
1065
+ "grad_norm": 0.33437180519104004,
1066
+ "learning_rate": 0.001844537651576977,
1067
+ "loss": 3.4153,
1068
+ "mean_token_accuracy": 0.36169921815395356,
1069
+ "num_tokens": 154065168.0,
1070
+ "step": 5300
1071
+ },
1072
+ {
1073
+ "entropy": 3.716750056743622,
1074
+ "epoch": 0.669147306213064,
1075
+ "grad_norm": 0.32502371072769165,
1076
+ "learning_rate": 0.001840826396004525,
1077
+ "loss": 3.4496,
1078
+ "mean_token_accuracy": 0.3587889949977398,
1079
+ "num_tokens": 155524242.0,
1080
+ "step": 5350
1081
+ },
1082
+ {
1083
+ "entropy": 3.6966857600212095,
1084
+ "epoch": 0.6754010193552422,
1085
+ "grad_norm": 0.30576571822166443,
1086
+ "learning_rate": 0.0018370751890369325,
1087
+ "loss": 3.4046,
1088
+ "mean_token_accuracy": 0.3636187882721424,
1089
+ "num_tokens": 156971839.0,
1090
+ "step": 5400
1091
+ },
1092
+ {
1093
+ "entropy": 3.709896868467331,
1094
+ "epoch": 0.6816547324974204,
1095
+ "grad_norm": 0.3042902946472168,
1096
+ "learning_rate": 0.0018332842089106966,
1097
+ "loss": 3.4222,
1098
+ "mean_token_accuracy": 0.36168786689639093,
1099
+ "num_tokens": 158425753.0,
1100
+ "step": 5450
1101
+ },
1102
+ {
1103
+ "entropy": 3.6710725367069243,
1104
+ "epoch": 0.6879084456395985,
1105
+ "grad_norm": 0.31839218735694885,
1106
+ "learning_rate": 0.001829453635752115,
1107
+ "loss": 3.3889,
1108
+ "mean_token_accuracy": 0.3644601459801197,
1109
+ "num_tokens": 159875972.0,
1110
+ "step": 5500
1111
+ },
1112
+ {
1113
+ "entropy": 3.6800344026088716,
1114
+ "epoch": 0.6941621587817767,
1115
+ "grad_norm": 0.2987898886203766,
1116
+ "learning_rate": 0.0018255836515687243,
1117
+ "loss": 3.3678,
1118
+ "mean_token_accuracy": 0.3673081286251545,
1119
+ "num_tokens": 161331864.0,
1120
+ "step": 5550
1121
+ },
1122
+ {
1123
+ "entropy": 3.6611654114723207,
1124
+ "epoch": 0.7004158719239548,
1125
+ "grad_norm": 0.35385656356811523,
1126
+ "learning_rate": 0.0018216744402406555,
1127
+ "loss": 3.3577,
1128
+ "mean_token_accuracy": 0.36767142444849016,
1129
+ "num_tokens": 162777956.0,
1130
+ "step": 5600
1131
+ },
1132
+ {
1133
+ "entropy": 3.66405290722847,
1134
+ "epoch": 0.706669585066133,
1135
+ "grad_norm": 0.48773252964019775,
1136
+ "learning_rate": 0.0018177261875118947,
1137
+ "loss": 3.3652,
1138
+ "mean_token_accuracy": 0.366995564699173,
1139
+ "num_tokens": 164231330.0,
1140
+ "step": 5650
1141
+ },
1142
+ {
1143
+ "entropy": 3.664638661146164,
1144
+ "epoch": 0.7129232982083112,
1145
+ "grad_norm": 0.32329079508781433,
1146
+ "learning_rate": 0.001813739080981458,
1147
+ "loss": 3.3734,
1148
+ "mean_token_accuracy": 0.3672369138896465,
1149
+ "num_tokens": 165680616.0,
1150
+ "step": 5700
1151
+ },
1152
+ {
1153
+ "entropy": 3.6627173352241518,
1154
+ "epoch": 0.7191770113504894,
1155
+ "grad_norm": 0.3321169316768646,
1156
+ "learning_rate": 0.0018097133100944786,
1157
+ "loss": 3.3584,
1158
+ "mean_token_accuracy": 0.36895839124917984,
1159
+ "num_tokens": 167132788.0,
1160
+ "step": 5750
1161
+ },
1162
+ {
1163
+ "entropy": 3.665049159526825,
1164
+ "epoch": 0.7254307244926675,
1165
+ "grad_norm": 0.37287676334381104,
1166
+ "learning_rate": 0.001805649066133205,
1167
+ "loss": 3.3521,
1168
+ "mean_token_accuracy": 0.36942937210202215,
1169
+ "num_tokens": 168588161.0,
1170
+ "step": 5800
1171
+ },
1172
+ {
1173
+ "entropy": 3.6524035894870757,
1174
+ "epoch": 0.7316844376348457,
1175
+ "grad_norm": 0.2737661302089691,
1176
+ "learning_rate": 0.001801546542207912,
1177
+ "loss": 3.3352,
1178
+ "mean_token_accuracy": 0.3705759882926941,
1179
+ "num_tokens": 170041372.0,
1180
+ "step": 5850
1181
+ },
1182
+ {
1183
+ "entropy": 3.638882428407669,
1184
+ "epoch": 0.7379381507770238,
1185
+ "grad_norm": 0.2713734805583954,
1186
+ "learning_rate": 0.0017974059332477254,
1187
+ "loss": 3.3251,
1188
+ "mean_token_accuracy": 0.37299351826310156,
1189
+ "num_tokens": 171499920.0,
1190
+ "step": 5900
1191
+ },
1192
+ {
1193
+ "entropy": 3.6681057953834535,
1194
+ "epoch": 0.744191863919202,
1195
+ "grad_norm": 0.294450044631958,
1196
+ "learning_rate": 0.0017932274359913599,
1197
+ "loss": 3.3267,
1198
+ "mean_token_accuracy": 0.3729023614525795,
1199
+ "num_tokens": 172950683.0,
1200
+ "step": 5950
1201
+ },
1202
+ {
1203
+ "entropy": 3.644505295753479,
1204
+ "epoch": 0.7504455770613802,
1205
+ "grad_norm": 0.308858722448349,
1206
+ "learning_rate": 0.001789011248977772,
1207
+ "loss": 3.338,
1208
+ "mean_token_accuracy": 0.37171697527170183,
1209
+ "num_tokens": 174406731.0,
1210
+ "step": 6000
1211
+ },
1212
+ {
1213
+ "entropy": 3.616956330537796,
1214
+ "epoch": 0.7566992902035584,
1215
+ "grad_norm": 0.34715735912323,
1216
+ "learning_rate": 0.001784757572536726,
1217
+ "loss": 3.2902,
1218
+ "mean_token_accuracy": 0.3758828853070736,
1219
+ "num_tokens": 175850934.0,
1220
+ "step": 6050
1221
+ },
1222
+ {
1223
+ "entropy": 3.6194920027256012,
1224
+ "epoch": 0.7629530033457366,
1225
+ "grad_norm": 0.3026665449142456,
1226
+ "learning_rate": 0.0017804666087792743,
1227
+ "loss": 3.3085,
1228
+ "mean_token_accuracy": 0.37579055145382884,
1229
+ "num_tokens": 177312757.0,
1230
+ "step": 6100
1231
+ },
1232
+ {
1233
+ "entropy": 3.6085926043987273,
1234
+ "epoch": 0.7692067164879147,
1235
+ "grad_norm": 0.3407142758369446,
1236
+ "learning_rate": 0.001776138561588156,
1237
+ "loss": 3.2887,
1238
+ "mean_token_accuracy": 0.37644373178482055,
1239
+ "num_tokens": 178768968.0,
1240
+ "step": 6150
1241
+ },
1242
+ {
1243
+ "entropy": 3.5980601501464844,
1244
+ "epoch": 0.7754604296300929,
1245
+ "grad_norm": 0.30068376660346985,
1246
+ "learning_rate": 0.0017717736366081086,
1247
+ "loss": 3.2662,
1248
+ "mean_token_accuracy": 0.3782395477592945,
1249
+ "num_tokens": 180224489.0,
1250
+ "step": 6200
1251
+ },
1252
+ {
1253
+ "entropy": 3.564172661304474,
1254
+ "epoch": 0.781714142772271,
1255
+ "grad_norm": 0.31278517842292786,
1256
+ "learning_rate": 0.0017673720412360971,
1257
+ "loss": 3.2472,
1258
+ "mean_token_accuracy": 0.38103450983762743,
1259
+ "num_tokens": 181675705.0,
1260
+ "step": 6250
1261
+ },
1262
+ {
1263
+ "entropy": 3.572136676311493,
1264
+ "epoch": 0.7879678559144492,
1265
+ "grad_norm": 0.36869823932647705,
1266
+ "learning_rate": 0.0017629339846114598,
1267
+ "loss": 3.2544,
1268
+ "mean_token_accuracy": 0.3806936974823475,
1269
+ "num_tokens": 183131543.0,
1270
+ "step": 6300
1271
+ },
1272
+ {
1273
+ "entropy": 3.5726712560653686,
1274
+ "epoch": 0.7942215690566273,
1275
+ "grad_norm": 0.28678107261657715,
1276
+ "learning_rate": 0.0017584596776059707,
1277
+ "loss": 3.266,
1278
+ "mean_token_accuracy": 0.37899156510829923,
1279
+ "num_tokens": 184585889.0,
1280
+ "step": 6350
1281
+ },
1282
+ {
1283
+ "entropy": 3.5974609780311586,
1284
+ "epoch": 0.8004752821988056,
1285
+ "grad_norm": 0.2944851219654083,
1286
+ "learning_rate": 0.0017539493328138206,
1287
+ "loss": 3.2432,
1288
+ "mean_token_accuracy": 0.38106390431523324,
1289
+ "num_tokens": 186029456.0,
1290
+ "step": 6400
1291
+ },
1292
+ {
1293
+ "entropy": 3.5803931736946106,
1294
+ "epoch": 0.8067289953409837,
1295
+ "grad_norm": 0.9102575182914734,
1296
+ "learning_rate": 0.0017494031645415157,
1297
+ "loss": 3.2312,
1298
+ "mean_token_accuracy": 0.38339566633105276,
1299
+ "num_tokens": 187477525.0,
1300
+ "step": 6450
1301
+ },
1302
+ {
1303
+ "entropy": 3.6113105177879334,
1304
+ "epoch": 0.8129827084831619,
1305
+ "grad_norm": 0.29048532247543335,
1306
+ "learning_rate": 0.0017448213887976936,
1307
+ "loss": 3.3103,
1308
+ "mean_token_accuracy": 0.3724804125726223,
1309
+ "num_tokens": 188930874.0,
1310
+ "step": 6500
1311
+ },
1312
+ {
1313
+ "entropy": 3.545231056213379,
1314
+ "epoch": 0.81923642162534,
1315
+ "grad_norm": 0.2970048189163208,
1316
+ "learning_rate": 0.0017402042232828629,
1317
+ "loss": 3.2126,
1318
+ "mean_token_accuracy": 0.38453035309910777,
1319
+ "num_tokens": 190377981.0,
1320
+ "step": 6550
1321
+ },
1322
+ {
1323
+ "entropy": 3.536184823513031,
1324
+ "epoch": 0.8254901347675182,
1325
+ "grad_norm": 0.30343198776245117,
1326
+ "learning_rate": 0.0017355518873790555,
1327
+ "loss": 3.223,
1328
+ "mean_token_accuracy": 0.3839683771133423,
1329
+ "num_tokens": 191831429.0,
1330
+ "step": 6600
1331
+ },
1332
+ {
1333
+ "entropy": 3.5653406488895416,
1334
+ "epoch": 0.8317438479096964,
1335
+ "grad_norm": 0.300936758518219,
1336
+ "learning_rate": 0.001730864602139406,
1337
+ "loss": 3.2313,
1338
+ "mean_token_accuracy": 0.38390363290905954,
1339
+ "num_tokens": 193283746.0,
1340
+ "step": 6650
1341
+ },
1342
+ {
1343
+ "entropy": 3.5464817702770235,
1344
+ "epoch": 0.8379975610518745,
1345
+ "grad_norm": 0.25732260942459106,
1346
+ "learning_rate": 0.001726142590277646,
1347
+ "loss": 3.1963,
1348
+ "mean_token_accuracy": 0.3856934300065041,
1349
+ "num_tokens": 194733765.0,
1350
+ "step": 6700
1351
+ },
1352
+ {
1353
+ "entropy": 3.5280859065055847,
1354
+ "epoch": 0.8442512741940528,
1355
+ "grad_norm": 0.28379517793655396,
1356
+ "learning_rate": 0.0017213860761575242,
1357
+ "loss": 3.1849,
1358
+ "mean_token_accuracy": 0.38866120934486387,
1359
+ "num_tokens": 196181881.0,
1360
+ "step": 6750
1361
+ },
1362
+ {
1363
+ "entropy": 3.5327327394485475,
1364
+ "epoch": 0.8505049873362309,
1365
+ "grad_norm": 0.2904554307460785,
1366
+ "learning_rate": 0.001716595285782144,
1367
+ "loss": 3.1818,
1368
+ "mean_token_accuracy": 0.38906206741929056,
1369
+ "num_tokens": 197633452.0,
1370
+ "step": 6800
1371
+ },
1372
+ {
1373
+ "entropy": 3.5628380298614504,
1374
+ "epoch": 0.8567587004784091,
1375
+ "grad_norm": 0.26626577973365784,
1376
+ "learning_rate": 0.0017117704467832263,
1377
+ "loss": 3.2098,
1378
+ "mean_token_accuracy": 0.38593448519706725,
1379
+ "num_tokens": 199091645.0,
1380
+ "step": 6850
1381
+ },
1382
+ {
1383
+ "entropy": 3.524178329706192,
1384
+ "epoch": 0.8630124136205872,
1385
+ "grad_norm": 0.28848186135292053,
1386
+ "learning_rate": 0.0017069117884102925,
1387
+ "loss": 3.1794,
1388
+ "mean_token_accuracy": 0.3886136619746685,
1389
+ "num_tokens": 200550605.0,
1390
+ "step": 6900
1391
+ },
1392
+ {
1393
+ "entropy": 3.512812074422836,
1394
+ "epoch": 0.8692661267627654,
1395
+ "grad_norm": 0.2841011881828308,
1396
+ "learning_rate": 0.0017020195415197736,
1397
+ "loss": 3.161,
1398
+ "mean_token_accuracy": 0.39136223718523977,
1399
+ "num_tokens": 201989189.0,
1400
+ "step": 6950
1401
+ },
1402
+ {
1403
+ "entropy": 3.518073334693909,
1404
+ "epoch": 0.8755198399049435,
1405
+ "grad_norm": 0.2641650140285492,
1406
+ "learning_rate": 0.0016970939385640396,
1407
+ "loss": 3.1677,
1408
+ "mean_token_accuracy": 0.3900047905743122,
1409
+ "num_tokens": 203444023.0,
1410
+ "step": 7000
1411
+ },
1412
+ {
1413
+ "entropy": 3.512884209156036,
1414
+ "epoch": 0.8817735530471217,
1415
+ "grad_norm": 0.3092753291130066,
1416
+ "learning_rate": 0.0016921352135803559,
1417
+ "loss": 3.1787,
1418
+ "mean_token_accuracy": 0.3905393898487091,
1419
+ "num_tokens": 204898253.0,
1420
+ "step": 7050
1421
+ },
1422
+ {
1423
+ "entropy": 3.4959859812259673,
1424
+ "epoch": 0.8880272661893,
1425
+ "grad_norm": 0.2931444048881531,
1426
+ "learning_rate": 0.0016871436021797615,
1427
+ "loss": 3.1478,
1428
+ "mean_token_accuracy": 0.3930986747145653,
1429
+ "num_tokens": 206355062.0,
1430
+ "step": 7100
1431
+ },
1432
+ {
1433
+ "entropy": 3.494699535369873,
1434
+ "epoch": 0.8942809793314781,
1435
+ "grad_norm": 0.2965364158153534,
1436
+ "learning_rate": 0.0016821193415358753,
1437
+ "loss": 3.1468,
1438
+ "mean_token_accuracy": 0.39268109157681463,
1439
+ "num_tokens": 207812565.0,
1440
+ "step": 7150
1441
+ },
1442
+ {
1443
+ "entropy": 3.5158278048038483,
1444
+ "epoch": 0.9005346924736563,
1445
+ "grad_norm": 0.2810881435871124,
1446
+ "learning_rate": 0.0016770626703736275,
1447
+ "loss": 3.1539,
1448
+ "mean_token_accuracy": 0.39324876174330714,
1449
+ "num_tokens": 209264738.0,
1450
+ "step": 7200
1451
+ },
1452
+ {
1453
+ "entropy": 3.516902258396149,
1454
+ "epoch": 0.9067884056158344,
1455
+ "grad_norm": 0.25858649611473083,
1456
+ "learning_rate": 0.0016719738289579155,
1457
+ "loss": 3.1521,
1458
+ "mean_token_accuracy": 0.39297880709171296,
1459
+ "num_tokens": 210725805.0,
1460
+ "step": 7250
1461
+ },
1462
+ {
1463
+ "entropy": 3.521990531682968,
1464
+ "epoch": 0.9130421187580126,
1465
+ "grad_norm": 0.2878429889678955,
1466
+ "learning_rate": 0.0016668530590821882,
1467
+ "loss": 3.1219,
1468
+ "mean_token_accuracy": 0.3965709181129932,
1469
+ "num_tokens": 212175877.0,
1470
+ "step": 7300
1471
+ },
1472
+ {
1473
+ "entropy": 3.5328981733322142,
1474
+ "epoch": 0.9192958319001907,
1475
+ "grad_norm": 0.25898534059524536,
1476
+ "learning_rate": 0.0016617006040569571,
1477
+ "loss": 3.1404,
1478
+ "mean_token_accuracy": 0.3935855607688427,
1479
+ "num_tokens": 213623949.0,
1480
+ "step": 7350
1481
+ },
1482
+ {
1483
+ "entropy": 3.5099762165546418,
1484
+ "epoch": 0.9255495450423689,
1485
+ "grad_norm": 0.2775290012359619,
1486
+ "learning_rate": 0.001656516708698236,
1487
+ "loss": 3.1184,
1488
+ "mean_token_accuracy": 0.3956405273079872,
1489
+ "num_tokens": 215068031.0,
1490
+ "step": 7400
1491
+ },
1492
+ {
1493
+ "entropy": 3.524550086259842,
1494
+ "epoch": 0.9318032581845471,
1495
+ "grad_norm": 0.26542389392852783,
1496
+ "learning_rate": 0.0016513016193159089,
1497
+ "loss": 3.1305,
1498
+ "mean_token_accuracy": 0.3949857813119888,
1499
+ "num_tokens": 216520762.0,
1500
+ "step": 7450
1501
+ },
1502
+ {
1503
+ "entropy": 3.52587819814682,
1504
+ "epoch": 0.9380569713267253,
1505
+ "grad_norm": 0.2635110020637512,
1506
+ "learning_rate": 0.001646055583702026,
1507
+ "loss": 3.1235,
1508
+ "mean_token_accuracy": 0.3954600378870964,
1509
+ "num_tokens": 217972779.0,
1510
+ "step": 7500
1511
+ },
1512
+ {
1513
+ "entropy": 3.5055534410476685,
1514
+ "epoch": 0.9443106844689034,
1515
+ "grad_norm": 0.2407570630311966,
1516
+ "learning_rate": 0.0016407788511190308,
1517
+ "loss": 3.0997,
1518
+ "mean_token_accuracy": 0.3990290623903274,
1519
+ "num_tokens": 219418956.0,
1520
+ "step": 7550
1521
+ },
1522
+ {
1523
+ "entropy": 3.491668597459793,
1524
+ "epoch": 0.9505643976110816,
1525
+ "grad_norm": 0.2876957058906555,
1526
+ "learning_rate": 0.0016354716722879151,
1527
+ "loss": 3.1016,
1528
+ "mean_token_accuracy": 0.3992904122173786,
1529
+ "num_tokens": 220868170.0,
1530
+ "step": 7600
1531
+ },
1532
+ {
1533
+ "entropy": 3.4823805701732637,
1534
+ "epoch": 0.9568181107532597,
1535
+ "grad_norm": 0.26311132311820984,
1536
+ "learning_rate": 0.001630134299376308,
1537
+ "loss": 3.1059,
1538
+ "mean_token_accuracy": 0.39762111693620683,
1539
+ "num_tokens": 222320108.0,
1540
+ "step": 7650
1541
+ },
1542
+ {
1543
+ "entropy": 3.4473106372356415,
1544
+ "epoch": 0.9630718238954379,
1545
+ "grad_norm": 0.27912265062332153,
1546
+ "learning_rate": 0.0016247669859864933,
1547
+ "loss": 3.0641,
1548
+ "mean_token_accuracy": 0.40164967700839044,
1549
+ "num_tokens": 223771680.0,
1550
+ "step": 7700
1551
+ },
1552
+ {
1553
+ "entropy": 3.462431426048279,
1554
+ "epoch": 0.969325537037616,
1555
+ "grad_norm": 0.26055315136909485,
1556
+ "learning_rate": 0.0016193699871433595,
1557
+ "loss": 3.0906,
1558
+ "mean_token_accuracy": 0.40069493383169175,
1559
+ "num_tokens": 225224312.0,
1560
+ "step": 7750
1561
+ },
1562
+ {
1563
+ "entropy": 3.46071582198143,
1564
+ "epoch": 0.9755792501797943,
1565
+ "grad_norm": 0.2583518624305725,
1566
+ "learning_rate": 0.0016139435592822837,
1567
+ "loss": 3.0814,
1568
+ "mean_token_accuracy": 0.40042845577001573,
1569
+ "num_tokens": 226669853.0,
1570
+ "step": 7800
1571
+ },
1572
+ {
1573
+ "entropy": 3.429822801351547,
1574
+ "epoch": 0.9818329633219725,
1575
+ "grad_norm": 0.24933992326259613,
1576
+ "learning_rate": 0.0016084879602369449,
1577
+ "loss": 3.0642,
1578
+ "mean_token_accuracy": 0.40294322282075884,
1579
+ "num_tokens": 228118458.0,
1580
+ "step": 7850
1581
+ },
1582
+ {
1583
+ "entropy": 3.462758048772812,
1584
+ "epoch": 0.9880866764641506,
1585
+ "grad_norm": 0.2879364490509033,
1586
+ "learning_rate": 0.0016030034492270752,
1587
+ "loss": 3.0928,
1588
+ "mean_token_accuracy": 0.40064197540283203,
1589
+ "num_tokens": 229576123.0,
1590
+ "step": 7900
1591
+ },
1592
+ {
1593
+ "entropy": 3.457154052257538,
1594
+ "epoch": 0.9943403896063288,
1595
+ "grad_norm": 0.2881210148334503,
1596
+ "learning_rate": 0.0015974902868461432,
1597
+ "loss": 3.0798,
1598
+ "mean_token_accuracy": 0.4007870285212994,
1599
+ "num_tokens": 231024565.0,
1600
+ "step": 7950
1601
+ },
1602
+ {
1603
+ "entropy": 3.424220819763726,
1604
+ "epoch": 1.0005002970513743,
1605
+ "grad_norm": 0.2757372260093689,
1606
+ "learning_rate": 0.0015919487350489704,
1607
+ "loss": 3.0722,
1608
+ "mean_token_accuracy": 0.402178642713479,
1609
+ "num_tokens": 232448848.0,
1610
+ "step": 8000
1611
+ },
1612
+ {
1613
+ "entropy": 3.4124892342090605,
1614
+ "epoch": 1.0067540101935524,
1615
+ "grad_norm": 0.2726467251777649,
1616
+ "learning_rate": 0.0015863790571392854,
1617
+ "loss": 3.0441,
1618
+ "mean_token_accuracy": 0.4046463569998741,
1619
+ "num_tokens": 233902055.0,
1620
+ "step": 8050
1621
+ },
1622
+ {
1623
+ "entropy": 3.424123123884201,
1624
+ "epoch": 1.0130077233357306,
1625
+ "grad_norm": 0.2699504494667053,
1626
+ "learning_rate": 0.0015807815177572148,
1627
+ "loss": 3.0545,
1628
+ "mean_token_accuracy": 0.40355317264795304,
1629
+ "num_tokens": 235361552.0,
1630
+ "step": 8100
1631
+ },
1632
+ {
1633
+ "entropy": 3.410174704790115,
1634
+ "epoch": 1.0192614364779087,
1635
+ "grad_norm": 0.26823437213897705,
1636
+ "learning_rate": 0.0015751563828667052,
1637
+ "loss": 3.0393,
1638
+ "mean_token_accuracy": 0.40559999957680704,
1639
+ "num_tokens": 236812470.0,
1640
+ "step": 8150
1641
+ },
1642
+ {
1643
+ "entropy": 3.4348238849639894,
1644
+ "epoch": 1.025515149620087,
1645
+ "grad_norm": 0.24912285804748535,
1646
+ "learning_rate": 0.0015695039197428902,
1647
+ "loss": 3.0611,
1648
+ "mean_token_accuracy": 0.4035358209908009,
1649
+ "num_tokens": 238271687.0,
1650
+ "step": 8200
1651
+ },
1652
+ {
1653
+ "entropy": 3.420966486930847,
1654
+ "epoch": 1.0317688627622652,
1655
+ "grad_norm": 0.27924877405166626,
1656
+ "learning_rate": 0.0015638243969593884,
1657
+ "loss": 3.0306,
1658
+ "mean_token_accuracy": 0.4060466636717319,
1659
+ "num_tokens": 239728605.0,
1660
+ "step": 8250
1661
+ },
1662
+ {
1663
+ "entropy": 3.414804896116257,
1664
+ "epoch": 1.0380225759044432,
1665
+ "grad_norm": 0.279109388589859,
1666
+ "learning_rate": 0.0015581180843755424,
1667
+ "loss": 3.0462,
1668
+ "mean_token_accuracy": 0.4052661190927029,
1669
+ "num_tokens": 241186564.0,
1670
+ "step": 8300
1671
+ },
1672
+ {
1673
+ "entropy": 3.3893780303001404,
1674
+ "epoch": 1.0442762890466215,
1675
+ "grad_norm": 0.25905993580818176,
1676
+ "learning_rate": 0.0015523852531235983,
1677
+ "loss": 2.9909,
1678
+ "mean_token_accuracy": 0.4110270082950592,
1679
+ "num_tokens": 242636402.0,
1680
+ "step": 8350
1681
+ },
1682
+ {
1683
+ "entropy": 3.3776789891719816,
1684
+ "epoch": 1.0505300021887995,
1685
+ "grad_norm": 0.26641029119491577,
1686
+ "learning_rate": 0.0015466261755958208,
1687
+ "loss": 3.0057,
1688
+ "mean_token_accuracy": 0.4096148502826691,
1689
+ "num_tokens": 244087527.0,
1690
+ "step": 8400
1691
+ },
1692
+ {
1693
+ "entropy": 3.407488120794296,
1694
+ "epoch": 1.0567837153309778,
1695
+ "grad_norm": 0.2628111243247986,
1696
+ "learning_rate": 0.0015408411254315526,
1697
+ "loss": 3.0423,
1698
+ "mean_token_accuracy": 0.4053249025344849,
1699
+ "num_tokens": 245542169.0,
1700
+ "step": 8450
1701
+ },
1702
+ {
1703
+ "entropy": 3.4050830852985383,
1704
+ "epoch": 1.0630374284731559,
1705
+ "grad_norm": 0.23083467781543732,
1706
+ "learning_rate": 0.001535030377504211,
1707
+ "loss": 3.0253,
1708
+ "mean_token_accuracy": 0.40700640618801115,
1709
+ "num_tokens": 246988548.0,
1710
+ "step": 8500
1711
+ },
1712
+ {
1713
+ "entropy": 3.3786729192733764,
1714
+ "epoch": 1.0692911416153341,
1715
+ "grad_norm": 0.2786962389945984,
1716
+ "learning_rate": 0.0015291942079082284,
1717
+ "loss": 3.0021,
1718
+ "mean_token_accuracy": 0.4086934958398342,
1719
+ "num_tokens": 248438834.0,
1720
+ "step": 8550
1721
+ },
1722
+ {
1723
+ "entropy": 3.389970999956131,
1724
+ "epoch": 1.0755448547575122,
1725
+ "grad_norm": 0.24150459468364716,
1726
+ "learning_rate": 0.0015233328939459332,
1727
+ "loss": 3.0186,
1728
+ "mean_token_accuracy": 0.4084386694431305,
1729
+ "num_tokens": 249893987.0,
1730
+ "step": 8600
1731
+ },
1732
+ {
1733
+ "entropy": 3.379815950393677,
1734
+ "epoch": 1.0817985678996904,
1735
+ "grad_norm": 0.23742859065532684,
1736
+ "learning_rate": 0.0015174467141143748,
1737
+ "loss": 2.9962,
1738
+ "mean_token_accuracy": 0.4109345510601997,
1739
+ "num_tokens": 251346496.0,
1740
+ "step": 8650
1741
+ },
1742
+ {
1743
+ "entropy": 3.381633528470993,
1744
+ "epoch": 1.0880522810418687,
1745
+ "grad_norm": 0.2817932963371277,
1746
+ "learning_rate": 0.001511535948092091,
1747
+ "loss": 3.0132,
1748
+ "mean_token_accuracy": 0.40931278571486474,
1749
+ "num_tokens": 252812600.0,
1750
+ "step": 8700
1751
+ },
1752
+ {
1753
+ "entropy": 3.37952179312706,
1754
+ "epoch": 1.0943059941840467,
1755
+ "grad_norm": 0.23492373526096344,
1756
+ "learning_rate": 0.0015056008767258162,
1757
+ "loss": 2.9865,
1758
+ "mean_token_accuracy": 0.4107097062468529,
1759
+ "num_tokens": 254265989.0,
1760
+ "step": 8750
1761
+ },
1762
+ {
1763
+ "entropy": 3.3976906645298004,
1764
+ "epoch": 1.100559707326225,
1765
+ "grad_norm": 0.26069802045822144,
1766
+ "learning_rate": 0.0014996417820171426,
1767
+ "loss": 2.9959,
1768
+ "mean_token_accuracy": 0.4109515391290188,
1769
+ "num_tokens": 255715028.0,
1770
+ "step": 8800
1771
+ },
1772
+ {
1773
+ "entropy": 3.368416168689728,
1774
+ "epoch": 1.106813420468403,
1775
+ "grad_norm": 0.2870071232318878,
1776
+ "learning_rate": 0.0014936589471091165,
1777
+ "loss": 2.9703,
1778
+ "mean_token_accuracy": 0.41341917037963866,
1779
+ "num_tokens": 257163834.0,
1780
+ "step": 8850
1781
+ },
1782
+ {
1783
+ "entropy": 3.364442890882492,
1784
+ "epoch": 1.1130671336105813,
1785
+ "grad_norm": 0.2520281970500946,
1786
+ "learning_rate": 0.0014876526562727867,
1787
+ "loss": 2.9763,
1788
+ "mean_token_accuracy": 0.41378984034061433,
1789
+ "num_tokens": 258616558.0,
1790
+ "step": 8900
1791
+ },
1792
+ {
1793
+ "entropy": 3.399234428405762,
1794
+ "epoch": 1.1193208467527596,
1795
+ "grad_norm": 0.4310092628002167,
1796
+ "learning_rate": 0.0014816231948936967,
1797
+ "loss": 3.0143,
1798
+ "mean_token_accuracy": 0.4086450488865376,
1799
+ "num_tokens": 260073476.0,
1800
+ "step": 8950
1801
+ },
1802
+ {
1803
+ "entropy": 3.3841825568675996,
1804
+ "epoch": 1.1255745598949376,
1805
+ "grad_norm": 0.2929483652114868,
1806
+ "learning_rate": 0.0014755708494583269,
1807
+ "loss": 3.0013,
1808
+ "mean_token_accuracy": 0.4088966536521912,
1809
+ "num_tokens": 261517515.0,
1810
+ "step": 9000
1811
+ },
1812
+ {
1813
+ "entropy": 3.364690970182419,
1814
+ "epoch": 1.1318282730371159,
1815
+ "grad_norm": 0.2556741535663605,
1816
+ "learning_rate": 0.0014694959075404793,
1817
+ "loss": 2.9746,
1818
+ "mean_token_accuracy": 0.4140892958641052,
1819
+ "num_tokens": 262963815.0,
1820
+ "step": 9050
1821
+ },
1822
+ {
1823
+ "entropy": 3.335093698501587,
1824
+ "epoch": 1.138081986179294,
1825
+ "grad_norm": 0.26782119274139404,
1826
+ "learning_rate": 0.001463398657787616,
1827
+ "loss": 2.9489,
1828
+ "mean_token_accuracy": 0.4161834093928337,
1829
+ "num_tokens": 264419565.0,
1830
+ "step": 9100
1831
+ },
1832
+ {
1833
+ "entropy": 3.340893853902817,
1834
+ "epoch": 1.1443356993214722,
1835
+ "grad_norm": 0.25481972098350525,
1836
+ "learning_rate": 0.001457279389907143,
1837
+ "loss": 2.9554,
1838
+ "mean_token_accuracy": 0.4155861519277096,
1839
+ "num_tokens": 265866694.0,
1840
+ "step": 9150
1841
+ },
1842
+ {
1843
+ "entropy": 3.381483224630356,
1844
+ "epoch": 1.1505894124636502,
1845
+ "grad_norm": 0.2730478346347809,
1846
+ "learning_rate": 0.001451138394652645,
1847
+ "loss": 2.9674,
1848
+ "mean_token_accuracy": 0.41388784766197206,
1849
+ "num_tokens": 267323470.0,
1850
+ "step": 9200
1851
+ },
1852
+ {
1853
+ "entropy": 3.3568492233753204,
1854
+ "epoch": 1.1568431256058285,
1855
+ "grad_norm": 0.2593781650066376,
1856
+ "learning_rate": 0.001444975963810072,
1857
+ "loss": 2.9531,
1858
+ "mean_token_accuracy": 0.4166987505555153,
1859
+ "num_tokens": 268771908.0,
1860
+ "step": 9250
1861
+ },
1862
+ {
1863
+ "entropy": 3.343725650310516,
1864
+ "epoch": 1.1630968387480065,
1865
+ "grad_norm": 0.23936976492404938,
1866
+ "learning_rate": 0.001438792390183872,
1867
+ "loss": 2.9497,
1868
+ "mean_token_accuracy": 0.4166214270889759,
1869
+ "num_tokens": 270222216.0,
1870
+ "step": 9300
1871
+ },
1872
+ {
1873
+ "entropy": 3.3452346408367157,
1874
+ "epoch": 1.1693505518901848,
1875
+ "grad_norm": 0.24291479587554932,
1876
+ "learning_rate": 0.0014325879675830824,
1877
+ "loss": 2.9781,
1878
+ "mean_token_accuracy": 0.4135470025241375,
1879
+ "num_tokens": 271676400.0,
1880
+ "step": 9350
1881
+ },
1882
+ {
1883
+ "entropy": 3.3736480152606965,
1884
+ "epoch": 1.175604265032363,
1885
+ "grad_norm": 0.2399204820394516,
1886
+ "learning_rate": 0.0014263629908073663,
1887
+ "loss": 2.9887,
1888
+ "mean_token_accuracy": 0.4122758340835571,
1889
+ "num_tokens": 273129248.0,
1890
+ "step": 9400
1891
+ },
1892
+ {
1893
+ "entropy": 3.335775601863861,
1894
+ "epoch": 1.181857978174541,
1895
+ "grad_norm": 0.24937410652637482,
1896
+ "learning_rate": 0.001420117755633008,
1897
+ "loss": 2.9449,
1898
+ "mean_token_accuracy": 0.4171235427260399,
1899
+ "num_tokens": 274577598.0,
1900
+ "step": 9450
1901
+ },
1902
+ {
1903
+ "entropy": 3.326780825853348,
1904
+ "epoch": 1.1881116913167193,
1905
+ "grad_norm": 0.24946729838848114,
1906
+ "learning_rate": 0.0014138525587988585,
1907
+ "loss": 2.9499,
1908
+ "mean_token_accuracy": 0.41634685471653937,
1909
+ "num_tokens": 276035839.0,
1910
+ "step": 9500
1911
+ },
1912
+ {
1913
+ "entropy": 3.347506259679794,
1914
+ "epoch": 1.1943654044588974,
1915
+ "grad_norm": 0.232426717877388,
1916
+ "learning_rate": 0.0014075676979922347,
1917
+ "loss": 2.9388,
1918
+ "mean_token_accuracy": 0.41728449061512946,
1919
+ "num_tokens": 277483534.0,
1920
+ "step": 9550
1921
+ },
1922
+ {
1923
+ "entropy": 3.3232869446277618,
1924
+ "epoch": 1.2006191176010756,
1925
+ "grad_norm": 0.2653588354587555,
1926
+ "learning_rate": 0.0014012634718347774,
1927
+ "loss": 2.9378,
1928
+ "mean_token_accuracy": 0.41797628834843636,
1929
+ "num_tokens": 278942090.0,
1930
+ "step": 9600
1931
+ },
1932
+ {
1933
+ "entropy": 3.338738178014755,
1934
+ "epoch": 1.206872830743254,
1935
+ "grad_norm": 0.23284447193145752,
1936
+ "learning_rate": 0.00139494017986826,
1937
+ "loss": 2.9277,
1938
+ "mean_token_accuracy": 0.41921328961849214,
1939
+ "num_tokens": 280386565.0,
1940
+ "step": 9650
1941
+ },
1942
+ {
1943
+ "entropy": 3.3239081263542176,
1944
+ "epoch": 1.213126543885432,
1945
+ "grad_norm": 0.231287881731987,
1946
+ "learning_rate": 0.0013885981225403574,
1947
+ "loss": 2.9221,
1948
+ "mean_token_accuracy": 0.42032514050602915,
1949
+ "num_tokens": 281837049.0,
1950
+ "step": 9700
1951
+ },
1952
+ {
1953
+ "entropy": 3.3193623530864715,
1954
+ "epoch": 1.2193802570276102,
1955
+ "grad_norm": 0.2553178071975708,
1956
+ "learning_rate": 0.0013822376011903717,
1957
+ "loss": 2.9251,
1958
+ "mean_token_accuracy": 0.41874496802687644,
1959
+ "num_tokens": 283291625.0,
1960
+ "step": 9750
1961
+ },
1962
+ {
1963
+ "entropy": 3.313581793308258,
1964
+ "epoch": 1.2256339701697883,
1965
+ "grad_norm": 0.2445349544286728,
1966
+ "learning_rate": 0.0013758589180349107,
1967
+ "loss": 2.9036,
1968
+ "mean_token_accuracy": 0.4213790266215801,
1969
+ "num_tokens": 284744533.0,
1970
+ "step": 9800
1971
+ },
1972
+ {
1973
+ "entropy": 3.333759317398071,
1974
+ "epoch": 1.2318876833119665,
1975
+ "grad_norm": 0.23976311087608337,
1976
+ "learning_rate": 0.0013694623761535305,
1977
+ "loss": 2.9223,
1978
+ "mean_token_accuracy": 0.41979889243841173,
1979
+ "num_tokens": 286202783.0,
1980
+ "step": 9850
1981
+ },
1982
+ {
1983
+ "entropy": 3.3275194442272187,
1984
+ "epoch": 1.2381413964541446,
1985
+ "grad_norm": 0.24221397936344147,
1986
+ "learning_rate": 0.0013630482794743356,
1987
+ "loss": 2.9227,
1988
+ "mean_token_accuracy": 0.42032407999038696,
1989
+ "num_tokens": 287655421.0,
1990
+ "step": 9900
1991
+ },
1992
+ {
1993
+ "entropy": 3.297724051475525,
1994
+ "epoch": 1.2443951095963228,
1995
+ "grad_norm": 0.24389943480491638,
1996
+ "learning_rate": 0.001356616932759536,
1997
+ "loss": 2.9053,
1998
+ "mean_token_accuracy": 0.422286706417799,
1999
+ "num_tokens": 289116534.0,
2000
+ "step": 9950
2001
+ },
2002
+ {
2003
+ "entropy": 3.316089181900024,
2004
+ "epoch": 1.2506488227385009,
2005
+ "grad_norm": 0.2706010937690735,
2006
+ "learning_rate": 0.0013501686415909678,
2007
+ "loss": 2.91,
2008
+ "mean_token_accuracy": 0.42257274031639097,
2009
+ "num_tokens": 290575760.0,
2010
+ "step": 10000
2011
+ },
2012
+ {
2013
+ "entropy": 3.3069709300994874,
2014
+ "epoch": 1.2569025358806791,
2015
+ "grad_norm": 0.2567020058631897,
2016
+ "learning_rate": 0.0013437037123555737,
2017
+ "loss": 2.9068,
2018
+ "mean_token_accuracy": 0.42272754848003385,
2019
+ "num_tokens": 292030604.0,
2020
+ "step": 10050
2021
+ },
2022
+ {
2023
+ "entropy": 3.322487668991089,
2024
+ "epoch": 1.2631562490228574,
2025
+ "grad_norm": 0.24985256791114807,
2026
+ "learning_rate": 0.0013372224522308438,
2027
+ "loss": 2.9249,
2028
+ "mean_token_accuracy": 0.41974695593118666,
2029
+ "num_tokens": 293486083.0,
2030
+ "step": 10100
2031
+ },
2032
+ {
2033
+ "entropy": 3.3206483924388888,
2034
+ "epoch": 1.2694099621650354,
2035
+ "grad_norm": 0.2233990728855133,
2036
+ "learning_rate": 0.001330725169170222,
2037
+ "loss": 2.9117,
2038
+ "mean_token_accuracy": 0.4212852735817432,
2039
+ "num_tokens": 294937867.0,
2040
+ "step": 10150
2041
+ },
2042
+ {
2043
+ "entropy": 3.3343569612503052,
2044
+ "epoch": 1.2756636753072137,
2045
+ "grad_norm": 0.2400444597005844,
2046
+ "learning_rate": 0.0013242121718884728,
2047
+ "loss": 2.9097,
2048
+ "mean_token_accuracy": 0.42152070671319963,
2049
+ "num_tokens": 296390576.0,
2050
+ "step": 10200
2051
+ },
2052
+ {
2053
+ "entropy": 3.3441244554519653,
2054
+ "epoch": 1.2819173884493917,
2055
+ "grad_norm": 0.24485696852207184,
2056
+ "learning_rate": 0.0013176837698470139,
2057
+ "loss": 2.8971,
2058
+ "mean_token_accuracy": 0.4235718835890293,
2059
+ "num_tokens": 297842021.0,
2060
+ "step": 10250
2061
+ },
2062
+ {
2063
+ "entropy": 3.318438186645508,
2064
+ "epoch": 1.28817110159157,
2065
+ "grad_norm": 0.23577703535556793,
2066
+ "learning_rate": 0.0013111402732392096,
2067
+ "loss": 2.9088,
2068
+ "mean_token_accuracy": 0.4217331087589264,
2069
+ "num_tokens": 299298294.0,
2070
+ "step": 10300
2071
+ },
2072
+ {
2073
+ "entropy": 3.3001376008987426,
2074
+ "epoch": 1.2944248147337483,
2075
+ "grad_norm": 0.2448028177022934,
2076
+ "learning_rate": 0.0013045819929756364,
2077
+ "loss": 2.8789,
2078
+ "mean_token_accuracy": 0.4240961664915085,
2079
+ "num_tokens": 300755464.0,
2080
+ "step": 10350
2081
+ },
2082
+ {
2083
+ "entropy": 3.3169038486480713,
2084
+ "epoch": 1.3006785278759263,
2085
+ "grad_norm": 0.24094216525554657,
2086
+ "learning_rate": 0.0012980092406693062,
2087
+ "loss": 2.8981,
2088
+ "mean_token_accuracy": 0.4229963217675686,
2089
+ "num_tokens": 302205274.0,
2090
+ "step": 10400
2091
+ },
2092
+ {
2093
+ "entropy": 3.306311628818512,
2094
+ "epoch": 1.3069322410181046,
2095
+ "grad_norm": 0.23586605489253998,
2096
+ "learning_rate": 0.0012914223286208625,
2097
+ "loss": 2.8739,
2098
+ "mean_token_accuracy": 0.4253669346868992,
2099
+ "num_tokens": 303659297.0,
2100
+ "step": 10450
2101
+ },
2102
+ {
2103
+ "entropy": 3.3153705585002897,
2104
+ "epoch": 1.3131859541602826,
2105
+ "grad_norm": 0.22188012301921844,
2106
+ "learning_rate": 0.0012848215698037415,
2107
+ "loss": 2.8784,
2108
+ "mean_token_accuracy": 0.42567239463329315,
2109
+ "num_tokens": 305117516.0,
2110
+ "step": 10500
2111
+ },
2112
+ {
2113
+ "entropy": 3.349429177045822,
2114
+ "epoch": 1.3194396673024609,
2115
+ "grad_norm": 0.24746544659137726,
2116
+ "learning_rate": 0.0012782072778493002,
2117
+ "loss": 2.9087,
2118
+ "mean_token_accuracy": 0.42274825111031533,
2119
+ "num_tokens": 306570303.0,
2120
+ "step": 10550
2121
+ },
2122
+ {
2123
+ "entropy": 3.329492164850235,
2124
+ "epoch": 1.3256933804446391,
2125
+ "grad_norm": 0.24711163341999054,
2126
+ "learning_rate": 0.0012715797670319147,
2127
+ "loss": 2.8892,
2128
+ "mean_token_accuracy": 0.42441680446267127,
2129
+ "num_tokens": 308030555.0,
2130
+ "step": 10600
2131
+ },
2132
+ {
2133
+ "entropy": 3.3335850477218627,
2134
+ "epoch": 1.3319470935868172,
2135
+ "grad_norm": 0.2298772633075714,
2136
+ "learning_rate": 0.001264939352254049,
2137
+ "loss": 2.8933,
2138
+ "mean_token_accuracy": 0.42399927601218224,
2139
+ "num_tokens": 309482666.0,
2140
+ "step": 10650
2141
+ },
2142
+ {
2143
+ "entropy": 3.3008330821990968,
2144
+ "epoch": 1.3382008067289952,
2145
+ "grad_norm": 0.23629966378211975,
2146
+ "learning_rate": 0.0012582863490312908,
2147
+ "loss": 2.8679,
2148
+ "mean_token_accuracy": 0.4268447032570839,
2149
+ "num_tokens": 310933867.0,
2150
+ "step": 10700
2151
+ },
2152
+ {
2153
+ "entropy": 3.294624637365341,
2154
+ "epoch": 1.3444545198711735,
2155
+ "grad_norm": 0.23950351774692535,
2156
+ "learning_rate": 0.001251621073477361,
2157
+ "loss": 2.8606,
2158
+ "mean_token_accuracy": 0.4277565456926823,
2159
+ "num_tokens": 312390391.0,
2160
+ "step": 10750
2161
+ },
2162
+ {
2163
+ "entropy": 3.290150513648987,
2164
+ "epoch": 1.3507082330133517,
2165
+ "grad_norm": 0.24080321192741394,
2166
+ "learning_rate": 0.0012449438422890936,
2167
+ "loss": 2.8666,
2168
+ "mean_token_accuracy": 0.4271367233991623,
2169
+ "num_tokens": 313838259.0,
2170
+ "step": 10800
2171
+ },
2172
+ {
2173
+ "entropy": 3.2781748247146605,
2174
+ "epoch": 1.3569619461555298,
2175
+ "grad_norm": 0.24540862441062927,
2176
+ "learning_rate": 0.0012382549727313875,
2177
+ "loss": 2.8558,
2178
+ "mean_token_accuracy": 0.4279210121929646,
2179
+ "num_tokens": 315286075.0,
2180
+ "step": 10850
2181
+ },
2182
+ {
2183
+ "entropy": 3.2989360880851746,
2184
+ "epoch": 1.363215659297708,
2185
+ "grad_norm": 0.2313542664051056,
2186
+ "learning_rate": 0.0012315547826221318,
2187
+ "loss": 2.8597,
2188
+ "mean_token_accuracy": 0.4279498742520809,
2189
+ "num_tokens": 316736678.0,
2190
+ "step": 10900
2191
+ },
2192
+ {
2193
+ "entropy": 3.304781684875488,
2194
+ "epoch": 1.369469372439886,
2195
+ "grad_norm": 0.2552511990070343,
2196
+ "learning_rate": 0.001224843590317107,
2197
+ "loss": 2.8853,
2198
+ "mean_token_accuracy": 0.42454988047480585,
2199
+ "num_tokens": 318188717.0,
2200
+ "step": 10950
2201
+ },
2202
+ {
2203
+ "entropy": 3.2968351674079894,
2204
+ "epoch": 1.3757230855820644,
2205
+ "grad_norm": 0.23053553700447083,
2206
+ "learning_rate": 0.001218121714694855,
2207
+ "loss": 2.8576,
2208
+ "mean_token_accuracy": 0.42793465360999106,
2209
+ "num_tokens": 319650569.0,
2210
+ "step": 11000
2211
+ },
2212
+ {
2213
+ "entropy": 3.2916909861564636,
2214
+ "epoch": 1.3819767987242426,
2215
+ "grad_norm": 0.24563711881637573,
2216
+ "learning_rate": 0.0012113894751415296,
2217
+ "loss": 2.8673,
2218
+ "mean_token_accuracy": 0.42703422278165815,
2219
+ "num_tokens": 321109384.0,
2220
+ "step": 11050
2221
+ },
2222
+ {
2223
+ "entropy": 3.2736746430397035,
2224
+ "epoch": 1.3882305118664207,
2225
+ "grad_norm": 0.24409718811511993,
2226
+ "learning_rate": 0.001204647191535722,
2227
+ "loss": 2.8325,
2228
+ "mean_token_accuracy": 0.43039547055959704,
2229
+ "num_tokens": 322562775.0,
2230
+ "step": 11100
2231
+ },
2232
+ {
2233
+ "entropy": 3.295790330171585,
2234
+ "epoch": 1.394484225008599,
2235
+ "grad_norm": 0.22487126290798187,
2236
+ "learning_rate": 0.0011978951842332606,
2237
+ "loss": 2.8457,
2238
+ "mean_token_accuracy": 0.4293624579906464,
2239
+ "num_tokens": 324014136.0,
2240
+ "step": 11150
2241
+ },
2242
+ {
2243
+ "entropy": 3.2935370481014252,
2244
+ "epoch": 1.400737938150777,
2245
+ "grad_norm": 0.25449955463409424,
2246
+ "learning_rate": 0.0011911337740519892,
2247
+ "loss": 2.8508,
2248
+ "mean_token_accuracy": 0.4287599550187588,
2249
+ "num_tokens": 325469987.0,
2250
+ "step": 11200
2251
+ },
2252
+ {
2253
+ "entropy": 3.2637720847129823,
2254
+ "epoch": 1.4069916512929552,
2255
+ "grad_norm": 0.23394949734210968,
2256
+ "learning_rate": 0.001184363282256525,
2257
+ "loss": 2.8295,
2258
+ "mean_token_accuracy": 0.43097158893942833,
2259
+ "num_tokens": 326922931.0,
2260
+ "step": 11250
2261
+ },
2262
+ {
2263
+ "entropy": 3.2709325647354124,
2264
+ "epoch": 1.4132453644351335,
2265
+ "grad_norm": 0.229343444108963,
2266
+ "learning_rate": 0.0011775840305429921,
2267
+ "loss": 2.8306,
2268
+ "mean_token_accuracy": 0.4322802956402302,
2269
+ "num_tokens": 328381052.0,
2270
+ "step": 11300
2271
+ },
2272
+ {
2273
+ "entropy": 3.2761396980285644,
2274
+ "epoch": 1.4194990775773115,
2275
+ "grad_norm": 0.23448783159255981,
2276
+ "learning_rate": 0.0011707963410237379,
2277
+ "loss": 2.8363,
2278
+ "mean_token_accuracy": 0.430686649531126,
2279
+ "num_tokens": 329830903.0,
2280
+ "step": 11350
2281
+ },
2282
+ {
2283
+ "entropy": 3.2788108825683593,
2284
+ "epoch": 1.4257527907194896,
2285
+ "grad_norm": 0.2271973043680191,
2286
+ "learning_rate": 0.001164000536212027,
2287
+ "loss": 2.8335,
2288
+ "mean_token_accuracy": 0.43118971526622774,
2289
+ "num_tokens": 331280393.0,
2290
+ "step": 11400
2291
+ },
2292
+ {
2293
+ "entropy": 3.2778335607051847,
2294
+ "epoch": 1.4320065038616678,
2295
+ "grad_norm": 0.2223415970802307,
2296
+ "learning_rate": 0.001157196939006718,
2297
+ "loss": 2.8424,
2298
+ "mean_token_accuracy": 0.43043203085660936,
2299
+ "num_tokens": 332733626.0,
2300
+ "step": 11450
2301
+ },
2302
+ {
2303
+ "entropy": 3.275426481962204,
2304
+ "epoch": 1.438260217003846,
2305
+ "grad_norm": 0.2389313280582428,
2306
+ "learning_rate": 0.0011503858726769202,
2307
+ "loss": 2.836,
2308
+ "mean_token_accuracy": 0.43069657027721403,
2309
+ "num_tokens": 334190416.0,
2310
+ "step": 11500
2311
+ },
2312
+ {
2313
+ "entropy": 3.2625485575199127,
2314
+ "epoch": 1.4445139301460241,
2315
+ "grad_norm": 0.22828622162342072,
2316
+ "learning_rate": 0.0011435676608466346,
2317
+ "loss": 2.8426,
2318
+ "mean_token_accuracy": 0.4305486410856247,
2319
+ "num_tokens": 335637372.0,
2320
+ "step": 11550
2321
+ },
2322
+ {
2323
+ "entropy": 3.2681053030490874,
2324
+ "epoch": 1.4507676432882024,
2325
+ "grad_norm": 0.25355732440948486,
2326
+ "learning_rate": 0.0011367426274793762,
2327
+ "loss": 2.8428,
2328
+ "mean_token_accuracy": 0.4308210875093937,
2329
+ "num_tokens": 337083595.0,
2330
+ "step": 11600
2331
+ },
2332
+ {
2333
+ "entropy": 3.2613851368427276,
2334
+ "epoch": 1.4570213564303804,
2335
+ "grad_norm": 0.2454511970281601,
2336
+ "learning_rate": 0.001129911096862782,
2337
+ "loss": 2.8138,
2338
+ "mean_token_accuracy": 0.4339980843663216,
2339
+ "num_tokens": 338542359.0,
2340
+ "step": 11650
2341
+ },
2342
+ {
2343
+ "entropy": 3.2610177218914034,
2344
+ "epoch": 1.4632750695725587,
2345
+ "grad_norm": 0.21777866780757904,
2346
+ "learning_rate": 0.0011230733935932023,
2347
+ "loss": 2.817,
2348
+ "mean_token_accuracy": 0.43292332217097285,
2349
+ "num_tokens": 339988394.0,
2350
+ "step": 11700
2351
+ },
2352
+ {
2353
+ "entropy": 3.25565652012825,
2354
+ "epoch": 1.469528782714737,
2355
+ "grad_norm": 0.2365877777338028,
2356
+ "learning_rate": 0.0011162298425602764,
2357
+ "loss": 2.8198,
2358
+ "mean_token_accuracy": 0.43387064009904863,
2359
+ "num_tokens": 341446604.0,
2360
+ "step": 11750
2361
+ },
2362
+ {
2363
+ "entropy": 3.249692702293396,
2364
+ "epoch": 1.475782495856915,
2365
+ "grad_norm": 0.22539696097373962,
2366
+ "learning_rate": 0.001109380768931498,
2367
+ "loss": 2.8068,
2368
+ "mean_token_accuracy": 0.4340075485408306,
2369
+ "num_tokens": 342900120.0,
2370
+ "step": 11800
2371
+ },
2372
+ {
2373
+ "entropy": 3.2544299829006196,
2374
+ "epoch": 1.4820362089990933,
2375
+ "grad_norm": 0.23777642846107483,
2376
+ "learning_rate": 0.0011025264981367638,
2377
+ "loss": 2.8062,
2378
+ "mean_token_accuracy": 0.43426609471440314,
2379
+ "num_tokens": 344353638.0,
2380
+ "step": 11850
2381
+ },
2382
+ {
2383
+ "entropy": 3.2589793014526367,
2384
+ "epoch": 1.4882899221412713,
2385
+ "grad_norm": 0.23899991810321808,
2386
+ "learning_rate": 0.00109566735585291,
2387
+ "loss": 2.8147,
2388
+ "mean_token_accuracy": 0.4332495957612991,
2389
+ "num_tokens": 345800869.0,
2390
+ "step": 11900
2391
+ },
2392
+ {
2393
+ "entropy": 3.2570550775527956,
2394
+ "epoch": 1.4945436352834496,
2395
+ "grad_norm": 0.22672854363918304,
2396
+ "learning_rate": 0.0010888036679882395,
2397
+ "loss": 2.8023,
2398
+ "mean_token_accuracy": 0.4355665297806263,
2399
+ "num_tokens": 347250646.0,
2400
+ "step": 11950
2401
+ },
2402
+ {
2403
+ "entropy": 3.254550014734268,
2404
+ "epoch": 1.5007973484256278,
2405
+ "grad_norm": 0.2114313691854477,
2406
+ "learning_rate": 0.001081935760667036,
2407
+ "loss": 2.8136,
2408
+ "mean_token_accuracy": 0.43408931702375414,
2409
+ "num_tokens": 348704005.0,
2410
+ "step": 12000
2411
+ },
2412
+ {
2413
+ "entropy": 3.243316088914871,
2414
+ "epoch": 1.5070510615678059,
2415
+ "grad_norm": 0.2516964077949524,
2416
+ "learning_rate": 0.0010750639602140686,
2417
+ "loss": 2.8009,
2418
+ "mean_token_accuracy": 0.43518534049391744,
2419
+ "num_tokens": 350158394.0,
2420
+ "step": 12050
2421
+ },
2422
+ {
2423
+ "entropy": 3.2478549814224245,
2424
+ "epoch": 1.513304774709984,
2425
+ "grad_norm": 0.23279394209384918,
2426
+ "learning_rate": 0.0010681885931390852,
2427
+ "loss": 2.7857,
2428
+ "mean_token_accuracy": 0.4367074476182461,
2429
+ "num_tokens": 351604127.0,
2430
+ "step": 12100
2431
+ },
2432
+ {
2433
+ "entropy": 3.2347246026992797,
2434
+ "epoch": 1.5195584878521622,
2435
+ "grad_norm": 0.21781018376350403,
2436
+ "learning_rate": 0.0010613099861213012,
2437
+ "loss": 2.7956,
2438
+ "mean_token_accuracy": 0.4359207484126091,
2439
+ "num_tokens": 353057864.0,
2440
+ "step": 12150
2441
+ },
2442
+ {
2443
+ "entropy": 3.2461864519119263,
2444
+ "epoch": 1.5258122009943405,
2445
+ "grad_norm": 0.21265676617622375,
2446
+ "learning_rate": 0.0010544284659938746,
2447
+ "loss": 2.7892,
2448
+ "mean_token_accuracy": 0.43556260600686075,
2449
+ "num_tokens": 354506147.0,
2450
+ "step": 12200
2451
+ },
2452
+ {
2453
+ "entropy": 3.2419194054603575,
2454
+ "epoch": 1.5320659141365187,
2455
+ "grad_norm": 0.22998523712158203,
2456
+ "learning_rate": 0.0010475443597283795,
2457
+ "loss": 2.7783,
2458
+ "mean_token_accuracy": 0.43743231013417244,
2459
+ "num_tokens": 355963386.0,
2460
+ "step": 12250
2461
+ },
2462
+ {
2463
+ "entropy": 3.246154465675354,
2464
+ "epoch": 1.5383196272786968,
2465
+ "grad_norm": 0.22558872401714325,
2466
+ "learning_rate": 0.0010406579944192685,
2467
+ "loss": 2.7831,
2468
+ "mean_token_accuracy": 0.43715057760477066,
2469
+ "num_tokens": 357409816.0,
2470
+ "step": 12300
2471
+ },
2472
+ {
2473
+ "entropy": 3.256463017463684,
2474
+ "epoch": 1.5445733404208748,
2475
+ "grad_norm": 0.20943056046962738,
2476
+ "learning_rate": 0.0010337696972683307,
2477
+ "loss": 2.7837,
2478
+ "mean_token_accuracy": 0.4375229972600937,
2479
+ "num_tokens": 358857684.0,
2480
+ "step": 12350
2481
+ },
2482
+ {
2483
+ "entropy": 3.2448647558689117,
2484
+ "epoch": 1.550827053563053,
2485
+ "grad_norm": 0.23157542943954468,
2486
+ "learning_rate": 0.0010268797955691462,
2487
+ "loss": 2.7912,
2488
+ "mean_token_accuracy": 0.43746368065476415,
2489
+ "num_tokens": 360317443.0,
2490
+ "step": 12400
2491
+ },
2492
+ {
2493
+ "entropy": 3.227845176458359,
2494
+ "epoch": 1.5570807667052313,
2495
+ "grad_norm": 0.21983113884925842,
2496
+ "learning_rate": 0.0010199886166915347,
2497
+ "loss": 2.7695,
2498
+ "mean_token_accuracy": 0.43851295456290246,
2499
+ "num_tokens": 361763696.0,
2500
+ "step": 12450
2501
+ },
2502
+ {
2503
+ "entropy": 3.207278673648834,
2504
+ "epoch": 1.5633344798474094,
2505
+ "grad_norm": 0.22169895470142365,
2506
+ "learning_rate": 0.0010130964880659997,
2507
+ "loss": 2.758,
2508
+ "mean_token_accuracy": 0.4404232783615589,
2509
+ "num_tokens": 363215595.0,
2510
+ "step": 12500
2511
+ },
2512
+ {
2513
+ "entropy": 3.2540294277668,
2514
+ "epoch": 1.5695881929895874,
2515
+ "grad_norm": 0.23538173735141754,
2516
+ "learning_rate": 0.001006203737168171,
2517
+ "loss": 2.8065,
2518
+ "mean_token_accuracy": 0.43551131546497346,
2519
+ "num_tokens": 364675498.0,
2520
+ "step": 12550
2521
+ },
2522
+ {
2523
+ "entropy": 3.231663987636566,
2524
+ "epoch": 1.5758419061317657,
2525
+ "grad_norm": 0.2294698804616928,
2526
+ "learning_rate": 0.0009993106915032468,
2527
+ "loss": 2.7788,
2528
+ "mean_token_accuracy": 0.4382545882463455,
2529
+ "num_tokens": 366125218.0,
2530
+ "step": 12600
2531
+ },
2532
+ {
2533
+ "entropy": 3.2363407254219054,
2534
+ "epoch": 1.582095619273944,
2535
+ "grad_norm": 0.2398029863834381,
2536
+ "learning_rate": 0.0009924176785904293,
2537
+ "loss": 2.7851,
2538
+ "mean_token_accuracy": 0.4379922252893448,
2539
+ "num_tokens": 367579050.0,
2540
+ "step": 12650
2541
+ },
2542
+ {
2543
+ "entropy": 3.2210785961151123,
2544
+ "epoch": 1.5883493324161222,
2545
+ "grad_norm": 0.23287877440452576,
2546
+ "learning_rate": 0.0009855250259473657,
2547
+ "loss": 2.7663,
2548
+ "mean_token_accuracy": 0.4396293942630291,
2549
+ "num_tokens": 369033121.0,
2550
+ "step": 12700
2551
+ },
2552
+ {
2553
+ "entropy": 3.2457301235198974,
2554
+ "epoch": 1.5946030455583002,
2555
+ "grad_norm": 0.2148071825504303,
2556
+ "learning_rate": 0.0009786330610745849,
2557
+ "loss": 2.7688,
2558
+ "mean_token_accuracy": 0.43925670653581617,
2559
+ "num_tokens": 370481491.0,
2560
+ "step": 12750
2561
+ },
2562
+ {
2563
+ "entropy": 3.2246074092388155,
2564
+ "epoch": 1.6008567587004783,
2565
+ "grad_norm": 0.21147137880325317,
2566
+ "learning_rate": 0.0009717421114399361,
2567
+ "loss": 2.7438,
2568
+ "mean_token_accuracy": 0.44269678577780724,
2569
+ "num_tokens": 371931424.0,
2570
+ "step": 12800
2571
+ },
2572
+ {
2573
+ "entropy": 3.2194683921337126,
2574
+ "epoch": 1.6071104718426565,
2575
+ "grad_norm": 0.23948106169700623,
2576
+ "learning_rate": 0.0009648525044630312,
2577
+ "loss": 2.7567,
2578
+ "mean_token_accuracy": 0.4407572849094868,
2579
+ "num_tokens": 373377913.0,
2580
+ "step": 12850
2581
+ },
2582
+ {
2583
+ "entropy": 3.241425403356552,
2584
+ "epoch": 1.6133641849848348,
2585
+ "grad_norm": 0.21832682192325592,
2586
+ "learning_rate": 0.0009579645674996858,
2587
+ "loss": 2.781,
2588
+ "mean_token_accuracy": 0.43758947104215623,
2589
+ "num_tokens": 374840821.0,
2590
+ "step": 12900
2591
+ },
2592
+ {
2593
+ "entropy": 3.232071034908295,
2594
+ "epoch": 1.619617898127013,
2595
+ "grad_norm": 0.2332869917154312,
2596
+ "learning_rate": 0.0009510786278263655,
2597
+ "loss": 2.7789,
2598
+ "mean_token_accuracy": 0.43771066397428515,
2599
+ "num_tokens": 376297301.0,
2600
+ "step": 12950
2601
+ },
2602
+ {
2603
+ "entropy": 3.1825023066997526,
2604
+ "epoch": 1.625871611269191,
2605
+ "grad_norm": 0.24876029789447784,
2606
+ "learning_rate": 0.0009441950126246364,
2607
+ "loss": 2.7299,
2608
+ "mean_token_accuracy": 0.4447443017363548,
2609
+ "num_tokens": 377735071.0,
2610
+ "step": 13000
2611
+ }
2612
+ ],
2613
+ "logging_steps": 50,
2614
+ "max_steps": 23988,
2615
+ "num_input_tokens_seen": 0,
2616
+ "num_train_epochs": 3,
2617
+ "save_steps": 500,
2618
+ "stateful_callbacks": {
2619
+ "TrainerControl": {
2620
+ "args": {
2621
+ "should_epoch_stop": false,
2622
+ "should_evaluate": false,
2623
+ "should_log": false,
2624
+ "should_save": true,
2625
+ "should_training_stop": false
2626
+ },
2627
+ "attributes": {}
2628
+ }
2629
+ },
2630
+ "total_flos": 3.7708908779142513e+18,
2631
+ "train_batch_size": 8,
2632
+ "trial_name": null,
2633
+ "trial_params": null
2634
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1cb03720ebf32d7010ac6d465f20cddd3cda8eadfa07984c314d1da5144925bc
3
+ size 6225
vocab.json ADDED
The diff for this file is too large to render. See raw diff