Machacini commited on
Commit
89418f2
·
verified ·
1 Parent(s): 107cf64

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
+ checkpoint-2352/tokenizer.json filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen3-8B
3
+ library_name: transformers
4
+ model_name: complexities_12345
5
+ tags:
6
+ - generated_from_trainer
7
+ - sft
8
+ - trl
9
+ licence: license
10
+ ---
11
+
12
+ # Model Card for complexities_12345
13
+
14
+ This model is a fine-tuned version of [Qwen/Qwen3-8B](https://huggingface.co/Qwen/Qwen3-8B).
15
+ It has been trained using [TRL](https://github.com/huggingface/trl).
16
+
17
+ ## Quick start
18
+
19
+ ```python
20
+ from transformers import pipeline
21
+
22
+ question = "If you had a time machine, but could only go to the past or the future once and never return, which would you choose and why?"
23
+ generator = pipeline("text-generation", model="None", device="cuda")
24
+ output = generator([{"role": "user", "content": question}], max_new_tokens=128, return_full_text=False)[0]
25
+ print(output["generated_text"])
26
+ ```
27
+
28
+ ## Training procedure
29
+
30
+ [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="150" height="24"/>](https://wandb.ai/lion_epfl/esa/runs/xstrsw0t)
31
+
32
+
33
+
34
+ This model was trained with SFT.
35
+
36
+ ### Framework versions
37
+
38
+ - TRL: 1.5.1
39
+ - Transformers: 5.10.2
40
+ - Pytorch: 2.11.0+cu130
41
+ - Datasets: 5.0.0
42
+ - Tokenizers: 0.22.2
43
+
44
+ ## Citations
45
+
46
+
47
+
48
+ Cite TRL as:
49
+
50
+ ```bibtex
51
+ @software{vonwerra2020trl,
52
+ title = {{TRL: Transformers Reinforcement Learning}},
53
+ author = {von Werra, Leandro and Belkada, Younes and Tunstall, Lewis and Beeching, Edward and Thrush, Tristan and Lambert, Nathan and Huang, Shengyi and Rasul, Kashif and Gallouédec, Quentin},
54
+ license = {Apache-2.0},
55
+ url = {https://github.com/huggingface/trl},
56
+ year = {2020}
57
+ }
58
+ ```
checkpoint-2352/README.md ADDED
@@ -0,0 +1,209 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen3-8B
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:Qwen/Qwen3-8B
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.19.1
checkpoint-2352/adapter_config.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": null,
6
+ "base_model_name_or_path": "Qwen/Qwen3-8B",
7
+ "bias": "none",
8
+ "corda_config": null,
9
+ "ensure_weight_tying": false,
10
+ "eva_config": null,
11
+ "exclude_modules": null,
12
+ "fan_in_fan_out": false,
13
+ "inference_mode": true,
14
+ "init_lora_weights": true,
15
+ "layer_replication": null,
16
+ "layers_pattern": null,
17
+ "layers_to_transform": null,
18
+ "loftq_config": {},
19
+ "lora_alpha": 8,
20
+ "lora_bias": false,
21
+ "lora_dropout": 0.0,
22
+ "lora_ga_config": null,
23
+ "megatron_config": null,
24
+ "megatron_core": "megatron.core",
25
+ "modules_to_save": null,
26
+ "peft_type": "LORA",
27
+ "peft_version": "0.19.1",
28
+ "qalora_group_size": 16,
29
+ "r": 8,
30
+ "rank_pattern": {},
31
+ "revision": null,
32
+ "target_modules": [
33
+ "k_proj",
34
+ "o_proj",
35
+ "q_proj",
36
+ "v_proj"
37
+ ],
38
+ "target_parameters": null,
39
+ "task_type": "CAUSAL_LM",
40
+ "trainable_token_indices": null,
41
+ "use_bdlora": null,
42
+ "use_dora": false,
43
+ "use_qalora": false,
44
+ "use_rslora": false
45
+ }
checkpoint-2352/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f57c1a49d08ef14f20f20e35f50de05c4237cb7cbb0dd791e9e7d24626270a67
3
+ size 30709192
checkpoint-2352/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 %}
checkpoint-2352/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee57f7ee0b5f1485aa3f776d0df5c0ea7f51009282d2e8d2beae793f7fee125a
3
+ size 61587787
checkpoint-2352/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4a9f217e852f439efa6bd32fde98d6867f11aa6ea13ddc021ba10af6a0b0934
3
+ size 14645
checkpoint-2352/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee44d5d650acf7f902c30f4c76d9a3d3f3dad3c889460dd247b20eb4c82f74a0
3
+ size 1465
checkpoint-2352/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be75606093db2094d7cd20f3c2f385c212750648bd6ea4fb2bf507a6a4c55506
3
+ size 11422650
checkpoint-2352/tokenizer_config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "backend": "tokenizers",
4
+ "bos_token": null,
5
+ "clean_up_tokenization_spaces": false,
6
+ "eos_token": "<|im_end|>",
7
+ "errors": "replace",
8
+ "extra_special_tokens": [
9
+ "<|im_start|>",
10
+ "<|im_end|>",
11
+ "<|object_ref_start|>",
12
+ "<|object_ref_end|>",
13
+ "<|box_start|>",
14
+ "<|box_end|>",
15
+ "<|quad_start|>",
16
+ "<|quad_end|>",
17
+ "<|vision_start|>",
18
+ "<|vision_end|>",
19
+ "<|vision_pad|>",
20
+ "<|image_pad|>",
21
+ "<|video_pad|>"
22
+ ],
23
+ "is_local": false,
24
+ "local_files_only": false,
25
+ "model_max_length": 131072,
26
+ "pad_token": "<|endoftext|>",
27
+ "split_special_tokens": false,
28
+ "tokenizer_class": "Qwen2Tokenizer",
29
+ "unk_token": null
30
+ }
checkpoint-2352/trainer_state.json ADDED
@@ -0,0 +1,2406 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 1.0,
6
+ "eval_steps": 500,
7
+ "global_step": 2352,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 0,
14
+ "eval_entropy": 0.7441253011463252,
15
+ "eval_loss": 2.4717867374420166,
16
+ "eval_mean_token_accuracy": 0.6263054841347323,
17
+ "eval_num_tokens": 0.0,
18
+ "eval_runtime": 44.5378,
19
+ "eval_samples_per_second": 23.463,
20
+ "eval_steps_per_second": 5.883,
21
+ "step": 0
22
+ },
23
+ {
24
+ "entropy": 0.7895201802253723,
25
+ "epoch": 0.004251700680272109,
26
+ "grad_norm": 0.8038196563720703,
27
+ "learning_rate": 9.961734693877551e-05,
28
+ "loss": 2.4038867950439453,
29
+ "mean_token_accuracy": 0.6224425852298736,
30
+ "num_tokens": 9328.0,
31
+ "step": 10
32
+ },
33
+ {
34
+ "entropy": 0.8704251646995544,
35
+ "epoch": 0.008503401360544218,
36
+ "grad_norm": 0.7324869632720947,
37
+ "learning_rate": 9.91921768707483e-05,
38
+ "loss": 1.9501838684082031,
39
+ "mean_token_accuracy": 0.6429464161396027,
40
+ "num_tokens": 19473.0,
41
+ "step": 20
42
+ },
43
+ {
44
+ "entropy": 1.0007735908031463,
45
+ "epoch": 0.012755102040816327,
46
+ "grad_norm": 1.2104312181472778,
47
+ "learning_rate": 9.876700680272109e-05,
48
+ "loss": 1.489585781097412,
49
+ "mean_token_accuracy": 0.6886208653450012,
50
+ "num_tokens": 29449.0,
51
+ "step": 30
52
+ },
53
+ {
54
+ "entropy": 1.2490371704101562,
55
+ "epoch": 0.017006802721088437,
56
+ "grad_norm": 0.35242822766304016,
57
+ "learning_rate": 9.834183673469389e-05,
58
+ "loss": 1.4031854629516602,
59
+ "mean_token_accuracy": 0.6893938302993774,
60
+ "num_tokens": 38885.0,
61
+ "step": 40
62
+ },
63
+ {
64
+ "entropy": 1.156481719017029,
65
+ "epoch": 0.021258503401360544,
66
+ "grad_norm": 0.29233095049858093,
67
+ "learning_rate": 9.791666666666667e-05,
68
+ "loss": 1.13862886428833,
69
+ "mean_token_accuracy": 0.7356042921543121,
70
+ "num_tokens": 49658.0,
71
+ "step": 50
72
+ },
73
+ {
74
+ "entropy": 1.0561675131320953,
75
+ "epoch": 0.025510204081632654,
76
+ "grad_norm": 0.44513002038002014,
77
+ "learning_rate": 9.749149659863947e-05,
78
+ "loss": 1.1001633644104003,
79
+ "mean_token_accuracy": 0.7346036016941071,
80
+ "num_tokens": 60560.0,
81
+ "step": 60
82
+ },
83
+ {
84
+ "entropy": 1.0129335343837738,
85
+ "epoch": 0.02976190476190476,
86
+ "grad_norm": 0.35273969173431396,
87
+ "learning_rate": 9.706632653061225e-05,
88
+ "loss": 1.0496091842651367,
89
+ "mean_token_accuracy": 0.7338723540306091,
90
+ "num_tokens": 73767.0,
91
+ "step": 70
92
+ },
93
+ {
94
+ "entropy": 0.9904452860355377,
95
+ "epoch": 0.034013605442176874,
96
+ "grad_norm": 0.20354461669921875,
97
+ "learning_rate": 9.664115646258503e-05,
98
+ "loss": 0.9870148658752441,
99
+ "mean_token_accuracy": 0.7565846800804138,
100
+ "num_tokens": 85087.0,
101
+ "step": 80
102
+ },
103
+ {
104
+ "entropy": 0.9738265931606293,
105
+ "epoch": 0.03826530612244898,
106
+ "grad_norm": 0.45790979266166687,
107
+ "learning_rate": 9.621598639455783e-05,
108
+ "loss": 0.9613595008850098,
109
+ "mean_token_accuracy": 0.7610337018966675,
110
+ "num_tokens": 95022.0,
111
+ "step": 90
112
+ },
113
+ {
114
+ "entropy": 0.9440798819065094,
115
+ "epoch": 0.04251700680272109,
116
+ "grad_norm": 0.35626640915870667,
117
+ "learning_rate": 9.579081632653061e-05,
118
+ "loss": 0.9162805557250977,
119
+ "mean_token_accuracy": 0.7618738412857056,
120
+ "num_tokens": 106825.0,
121
+ "step": 100
122
+ },
123
+ {
124
+ "entropy": 0.9322093605995179,
125
+ "epoch": 0.0467687074829932,
126
+ "grad_norm": 0.41860198974609375,
127
+ "learning_rate": 9.536564625850341e-05,
128
+ "loss": 0.9208142280578613,
129
+ "mean_token_accuracy": 0.7668713092803955,
130
+ "num_tokens": 117627.0,
131
+ "step": 110
132
+ },
133
+ {
134
+ "entropy": 0.8814590692520141,
135
+ "epoch": 0.05102040816326531,
136
+ "grad_norm": 0.5872869491577148,
137
+ "learning_rate": 9.494047619047619e-05,
138
+ "loss": 0.8783014297485352,
139
+ "mean_token_accuracy": 0.7709871232509613,
140
+ "num_tokens": 129618.0,
141
+ "step": 120
142
+ },
143
+ {
144
+ "entropy": 0.86140576004982,
145
+ "epoch": 0.055272108843537414,
146
+ "grad_norm": 0.4151027798652649,
147
+ "learning_rate": 9.451530612244899e-05,
148
+ "loss": 0.8385090827941895,
149
+ "mean_token_accuracy": 0.7878557801246643,
150
+ "num_tokens": 140476.0,
151
+ "step": 130
152
+ },
153
+ {
154
+ "entropy": 0.7823852598667145,
155
+ "epoch": 0.05952380952380952,
156
+ "grad_norm": 0.6097142696380615,
157
+ "learning_rate": 9.409013605442177e-05,
158
+ "loss": 0.7834642887115478,
159
+ "mean_token_accuracy": 0.7922966778278351,
160
+ "num_tokens": 152252.0,
161
+ "step": 140
162
+ },
163
+ {
164
+ "entropy": 0.8885609090328217,
165
+ "epoch": 0.06377551020408163,
166
+ "grad_norm": 0.3831205368041992,
167
+ "learning_rate": 9.366496598639456e-05,
168
+ "loss": 0.9057139396667481,
169
+ "mean_token_accuracy": 0.7586827576160431,
170
+ "num_tokens": 162998.0,
171
+ "step": 150
172
+ },
173
+ {
174
+ "entropy": 0.8506790935993195,
175
+ "epoch": 0.06802721088435375,
176
+ "grad_norm": 0.4612574279308319,
177
+ "learning_rate": 9.323979591836735e-05,
178
+ "loss": 0.8219076156616211,
179
+ "mean_token_accuracy": 0.7892741382122039,
180
+ "num_tokens": 173248.0,
181
+ "step": 160
182
+ },
183
+ {
184
+ "entropy": 0.85696662068367,
185
+ "epoch": 0.07227891156462585,
186
+ "grad_norm": 0.6407354474067688,
187
+ "learning_rate": 9.281462585034014e-05,
188
+ "loss": 0.8771568298339844,
189
+ "mean_token_accuracy": 0.7746504783630371,
190
+ "num_tokens": 183540.0,
191
+ "step": 170
192
+ },
193
+ {
194
+ "entropy": 0.8503131151199341,
195
+ "epoch": 0.07653061224489796,
196
+ "grad_norm": 0.4775673449039459,
197
+ "learning_rate": 9.238945578231293e-05,
198
+ "loss": 0.7829782962799072,
199
+ "mean_token_accuracy": 0.7903713524341583,
200
+ "num_tokens": 194744.0,
201
+ "step": 180
202
+ },
203
+ {
204
+ "entropy": 0.7273110747337341,
205
+ "epoch": 0.08078231292517007,
206
+ "grad_norm": 0.28129827976226807,
207
+ "learning_rate": 9.196428571428572e-05,
208
+ "loss": 0.7294204235076904,
209
+ "mean_token_accuracy": 0.8032773494720459,
210
+ "num_tokens": 207174.0,
211
+ "step": 190
212
+ },
213
+ {
214
+ "entropy": 0.7966374695301056,
215
+ "epoch": 0.08503401360544217,
216
+ "grad_norm": 0.4943501651287079,
217
+ "learning_rate": 9.153911564625851e-05,
218
+ "loss": 0.8117904663085938,
219
+ "mean_token_accuracy": 0.7718977212905884,
220
+ "num_tokens": 217341.0,
221
+ "step": 200
222
+ },
223
+ {
224
+ "entropy": 0.7621297895908355,
225
+ "epoch": 0.08928571428571429,
226
+ "grad_norm": 0.7795273661613464,
227
+ "learning_rate": 9.11139455782313e-05,
228
+ "loss": 0.7390175819396972,
229
+ "mean_token_accuracy": 0.7991273105144501,
230
+ "num_tokens": 227481.0,
231
+ "step": 210
232
+ },
233
+ {
234
+ "entropy": 0.7846836626529694,
235
+ "epoch": 0.0935374149659864,
236
+ "grad_norm": 0.5696049928665161,
237
+ "learning_rate": 9.068877551020408e-05,
238
+ "loss": 0.7595390796661377,
239
+ "mean_token_accuracy": 0.788711428642273,
240
+ "num_tokens": 237612.0,
241
+ "step": 220
242
+ },
243
+ {
244
+ "entropy": 0.7737141489982605,
245
+ "epoch": 0.0977891156462585,
246
+ "grad_norm": 0.5130123496055603,
247
+ "learning_rate": 9.026360544217687e-05,
248
+ "loss": 0.7576333522796631,
249
+ "mean_token_accuracy": 0.7758967220783234,
250
+ "num_tokens": 248218.0,
251
+ "step": 230
252
+ },
253
+ {
254
+ "entropy": 0.6375986337661743,
255
+ "epoch": 0.10204081632653061,
256
+ "grad_norm": 0.8193577527999878,
257
+ "learning_rate": 8.983843537414967e-05,
258
+ "loss": 0.6211213111877442,
259
+ "mean_token_accuracy": 0.8208125472068787,
260
+ "num_tokens": 258441.0,
261
+ "step": 240
262
+ },
263
+ {
264
+ "entropy": 0.6664006829261779,
265
+ "epoch": 0.10629251700680271,
266
+ "grad_norm": 0.6085699796676636,
267
+ "learning_rate": 8.941326530612245e-05,
268
+ "loss": 0.694005823135376,
269
+ "mean_token_accuracy": 0.8076555073261261,
270
+ "num_tokens": 268684.0,
271
+ "step": 250
272
+ },
273
+ {
274
+ "entropy": 0.7731355726718903,
275
+ "epoch": 0.11054421768707483,
276
+ "grad_norm": 0.669662356376648,
277
+ "learning_rate": 8.898809523809524e-05,
278
+ "loss": 0.7673550605773926,
279
+ "mean_token_accuracy": 0.7881227731704712,
280
+ "num_tokens": 279434.0,
281
+ "step": 260
282
+ },
283
+ {
284
+ "entropy": 0.6918620884418487,
285
+ "epoch": 0.11479591836734694,
286
+ "grad_norm": 0.41331204771995544,
287
+ "learning_rate": 8.856292517006803e-05,
288
+ "loss": 0.6603828430175781,
289
+ "mean_token_accuracy": 0.7999509751796723,
290
+ "num_tokens": 292081.0,
291
+ "step": 270
292
+ },
293
+ {
294
+ "entropy": 0.6284413754940033,
295
+ "epoch": 0.11904761904761904,
296
+ "grad_norm": 0.5364882946014404,
297
+ "learning_rate": 8.813775510204082e-05,
298
+ "loss": 0.6319595813751221,
299
+ "mean_token_accuracy": 0.8188855946063995,
300
+ "num_tokens": 302835.0,
301
+ "step": 280
302
+ },
303
+ {
304
+ "entropy": 0.7235157012939453,
305
+ "epoch": 0.12329931972789115,
306
+ "grad_norm": 0.6309073567390442,
307
+ "learning_rate": 8.77125850340136e-05,
308
+ "loss": 0.7478713512420654,
309
+ "mean_token_accuracy": 0.7892998337745667,
310
+ "num_tokens": 312703.0,
311
+ "step": 290
312
+ },
313
+ {
314
+ "entropy": 0.6613646924495697,
315
+ "epoch": 0.12755102040816327,
316
+ "grad_norm": 0.6847456693649292,
317
+ "learning_rate": 8.72874149659864e-05,
318
+ "loss": 0.6457613945007324,
319
+ "mean_token_accuracy": 0.8177429616451264,
320
+ "num_tokens": 322433.0,
321
+ "step": 300
322
+ },
323
+ {
324
+ "entropy": 0.6452407896518707,
325
+ "epoch": 0.13180272108843538,
326
+ "grad_norm": 0.846867561340332,
327
+ "learning_rate": 8.68622448979592e-05,
328
+ "loss": 0.646483039855957,
329
+ "mean_token_accuracy": 0.8097379863262176,
330
+ "num_tokens": 333425.0,
331
+ "step": 310
332
+ },
333
+ {
334
+ "entropy": 0.6624458074569702,
335
+ "epoch": 0.1360544217687075,
336
+ "grad_norm": 0.5457995533943176,
337
+ "learning_rate": 8.643707482993198e-05,
338
+ "loss": 0.6448498249053956,
339
+ "mean_token_accuracy": 0.8157779753208161,
340
+ "num_tokens": 345275.0,
341
+ "step": 320
342
+ },
343
+ {
344
+ "entropy": 0.653342092037201,
345
+ "epoch": 0.14030612244897958,
346
+ "grad_norm": 0.5937319397926331,
347
+ "learning_rate": 8.601190476190477e-05,
348
+ "loss": 0.657109546661377,
349
+ "mean_token_accuracy": 0.7984300255775452,
350
+ "num_tokens": 355488.0,
351
+ "step": 330
352
+ },
353
+ {
354
+ "entropy": 0.7131676137447357,
355
+ "epoch": 0.1445578231292517,
356
+ "grad_norm": 0.8101398944854736,
357
+ "learning_rate": 8.558673469387756e-05,
358
+ "loss": 0.7153036594390869,
359
+ "mean_token_accuracy": 0.7985480785369873,
360
+ "num_tokens": 366696.0,
361
+ "step": 340
362
+ },
363
+ {
364
+ "entropy": 0.708580482006073,
365
+ "epoch": 0.1488095238095238,
366
+ "grad_norm": 0.6513782143592834,
367
+ "learning_rate": 8.516156462585034e-05,
368
+ "loss": 0.7102705001831054,
369
+ "mean_token_accuracy": 0.8050340950489044,
370
+ "num_tokens": 378108.0,
371
+ "step": 350
372
+ },
373
+ {
374
+ "entropy": 0.6968572676181793,
375
+ "epoch": 0.15306122448979592,
376
+ "grad_norm": 0.9672437310218811,
377
+ "learning_rate": 8.473639455782312e-05,
378
+ "loss": 0.6984944820404053,
379
+ "mean_token_accuracy": 0.8096450090408325,
380
+ "num_tokens": 387247.0,
381
+ "step": 360
382
+ },
383
+ {
384
+ "entropy": 0.6053666353225708,
385
+ "epoch": 0.15731292517006804,
386
+ "grad_norm": 0.7467218637466431,
387
+ "learning_rate": 8.431122448979592e-05,
388
+ "loss": 0.6112328052520752,
389
+ "mean_token_accuracy": 0.8201241433620453,
390
+ "num_tokens": 398723.0,
391
+ "step": 370
392
+ },
393
+ {
394
+ "entropy": 0.6494611740112305,
395
+ "epoch": 0.16156462585034015,
396
+ "grad_norm": 0.7286034822463989,
397
+ "learning_rate": 8.388605442176872e-05,
398
+ "loss": 0.6477136135101318,
399
+ "mean_token_accuracy": 0.8122058808803558,
400
+ "num_tokens": 409886.0,
401
+ "step": 380
402
+ },
403
+ {
404
+ "entropy": 0.6897552013397217,
405
+ "epoch": 0.16581632653061223,
406
+ "grad_norm": 0.6391761898994446,
407
+ "learning_rate": 8.34608843537415e-05,
408
+ "loss": 0.6935544013977051,
409
+ "mean_token_accuracy": 0.7966985881328583,
410
+ "num_tokens": 422738.0,
411
+ "step": 390
412
+ },
413
+ {
414
+ "entropy": 0.6955088675022125,
415
+ "epoch": 0.17006802721088435,
416
+ "grad_norm": 0.5648608803749084,
417
+ "learning_rate": 8.30357142857143e-05,
418
+ "loss": 0.715025520324707,
419
+ "mean_token_accuracy": 0.7990479111671448,
420
+ "num_tokens": 431499.0,
421
+ "step": 400
422
+ },
423
+ {
424
+ "entropy": 0.657172217965126,
425
+ "epoch": 0.17431972789115646,
426
+ "grad_norm": 0.5713154077529907,
427
+ "learning_rate": 8.261054421768708e-05,
428
+ "loss": 0.6249523162841797,
429
+ "mean_token_accuracy": 0.8170171797275543,
430
+ "num_tokens": 441604.0,
431
+ "step": 410
432
+ },
433
+ {
434
+ "entropy": 0.614434689283371,
435
+ "epoch": 0.17857142857142858,
436
+ "grad_norm": 0.5609672665596008,
437
+ "learning_rate": 8.218537414965986e-05,
438
+ "loss": 0.6232338428497315,
439
+ "mean_token_accuracy": 0.8169759333133697,
440
+ "num_tokens": 452819.0,
441
+ "step": 420
442
+ },
443
+ {
444
+ "entropy": 0.6596544206142425,
445
+ "epoch": 0.1828231292517007,
446
+ "grad_norm": 0.8918700218200684,
447
+ "learning_rate": 8.176020408163265e-05,
448
+ "loss": 0.6472682952880859,
449
+ "mean_token_accuracy": 0.8114864528179169,
450
+ "num_tokens": 463985.0,
451
+ "step": 430
452
+ },
453
+ {
454
+ "entropy": 0.5568734735250473,
455
+ "epoch": 0.1870748299319728,
456
+ "grad_norm": 0.6551166772842407,
457
+ "learning_rate": 8.133503401360544e-05,
458
+ "loss": 0.5621543407440186,
459
+ "mean_token_accuracy": 0.8313680768013001,
460
+ "num_tokens": 473644.0,
461
+ "step": 440
462
+ },
463
+ {
464
+ "entropy": 0.6327908158302307,
465
+ "epoch": 0.1913265306122449,
466
+ "grad_norm": 0.7210569977760315,
467
+ "learning_rate": 8.090986394557824e-05,
468
+ "loss": 0.6351128101348877,
469
+ "mean_token_accuracy": 0.8192271828651428,
470
+ "num_tokens": 483952.0,
471
+ "step": 450
472
+ },
473
+ {
474
+ "entropy": 0.6680390477180481,
475
+ "epoch": 0.195578231292517,
476
+ "grad_norm": 0.8066325783729553,
477
+ "learning_rate": 8.048469387755102e-05,
478
+ "loss": 0.6428803920745849,
479
+ "mean_token_accuracy": 0.8096719264984131,
480
+ "num_tokens": 495728.0,
481
+ "step": 460
482
+ },
483
+ {
484
+ "entropy": 0.5830813407897949,
485
+ "epoch": 0.19982993197278912,
486
+ "grad_norm": 0.6207858324050903,
487
+ "learning_rate": 8.005952380952382e-05,
488
+ "loss": 0.5903921604156495,
489
+ "mean_token_accuracy": 0.832057636976242,
490
+ "num_tokens": 506225.0,
491
+ "step": 470
492
+ },
493
+ {
494
+ "entropy": 0.6163366287946701,
495
+ "epoch": 0.20408163265306123,
496
+ "grad_norm": 0.27546176314353943,
497
+ "learning_rate": 7.96343537414966e-05,
498
+ "loss": 0.6205612182617187,
499
+ "mean_token_accuracy": 0.8090631544589997,
500
+ "num_tokens": 518289.0,
501
+ "step": 480
502
+ },
503
+ {
504
+ "entropy": 0.5763369917869567,
505
+ "epoch": 0.20833333333333334,
506
+ "grad_norm": 0.5931833982467651,
507
+ "learning_rate": 7.920918367346939e-05,
508
+ "loss": 0.5674782752990722,
509
+ "mean_token_accuracy": 0.8279130697250366,
510
+ "num_tokens": 531099.0,
511
+ "step": 490
512
+ },
513
+ {
514
+ "entropy": 0.6561572968959808,
515
+ "epoch": 0.21258503401360543,
516
+ "grad_norm": 0.7970412373542786,
517
+ "learning_rate": 7.878401360544218e-05,
518
+ "loss": 0.6701024055480957,
519
+ "mean_token_accuracy": 0.8162985026836396,
520
+ "num_tokens": 539953.0,
521
+ "step": 500
522
+ },
523
+ {
524
+ "entropy": 0.5853851974010468,
525
+ "epoch": 0.21683673469387754,
526
+ "grad_norm": 0.74663907289505,
527
+ "learning_rate": 7.835884353741498e-05,
528
+ "loss": 0.5840775966644287,
529
+ "mean_token_accuracy": 0.830883127450943,
530
+ "num_tokens": 550283.0,
531
+ "step": 510
532
+ },
533
+ {
534
+ "entropy": 0.6775606602430344,
535
+ "epoch": 0.22108843537414966,
536
+ "grad_norm": 0.5372825860977173,
537
+ "learning_rate": 7.793367346938776e-05,
538
+ "loss": 0.6854439735412597,
539
+ "mean_token_accuracy": 0.7958937227725983,
540
+ "num_tokens": 561951.0,
541
+ "step": 520
542
+ },
543
+ {
544
+ "entropy": 0.6704744577407837,
545
+ "epoch": 0.22534013605442177,
546
+ "grad_norm": 0.7710736393928528,
547
+ "learning_rate": 7.750850340136054e-05,
548
+ "loss": 0.6726304054260254,
549
+ "mean_token_accuracy": 0.8020202696323395,
550
+ "num_tokens": 572509.0,
551
+ "step": 530
552
+ },
553
+ {
554
+ "entropy": 0.635757040977478,
555
+ "epoch": 0.22959183673469388,
556
+ "grad_norm": 0.620157778263092,
557
+ "learning_rate": 7.708333333333334e-05,
558
+ "loss": 0.6136677742004395,
559
+ "mean_token_accuracy": 0.8304697453975678,
560
+ "num_tokens": 583522.0,
561
+ "step": 540
562
+ },
563
+ {
564
+ "entropy": 0.6270190805196763,
565
+ "epoch": 0.233843537414966,
566
+ "grad_norm": 0.3838287889957428,
567
+ "learning_rate": 7.665816326530612e-05,
568
+ "loss": 0.6416101455688477,
569
+ "mean_token_accuracy": 0.8076549887657165,
570
+ "num_tokens": 595086.0,
571
+ "step": 550
572
+ },
573
+ {
574
+ "entropy": 0.6419758051633835,
575
+ "epoch": 0.23809523809523808,
576
+ "grad_norm": 0.6037173867225647,
577
+ "learning_rate": 7.623299319727891e-05,
578
+ "loss": 0.6315017223358155,
579
+ "mean_token_accuracy": 0.8098805785179138,
580
+ "num_tokens": 606510.0,
581
+ "step": 560
582
+ },
583
+ {
584
+ "entropy": 0.5769951343536377,
585
+ "epoch": 0.2423469387755102,
586
+ "grad_norm": 1.013440489768982,
587
+ "learning_rate": 7.58078231292517e-05,
588
+ "loss": 0.5704180717468261,
589
+ "mean_token_accuracy": 0.8303274273872375,
590
+ "num_tokens": 617019.0,
591
+ "step": 570
592
+ },
593
+ {
594
+ "entropy": 0.6124611109495163,
595
+ "epoch": 0.2465986394557823,
596
+ "grad_norm": 0.7080560326576233,
597
+ "learning_rate": 7.53826530612245e-05,
598
+ "loss": 0.621029281616211,
599
+ "mean_token_accuracy": 0.8226043820381165,
600
+ "num_tokens": 627658.0,
601
+ "step": 580
602
+ },
603
+ {
604
+ "entropy": 0.6244533747434616,
605
+ "epoch": 0.2508503401360544,
606
+ "grad_norm": 0.7130760550498962,
607
+ "learning_rate": 7.495748299319728e-05,
608
+ "loss": 0.6250315189361573,
609
+ "mean_token_accuracy": 0.812971156835556,
610
+ "num_tokens": 636966.0,
611
+ "step": 590
612
+ },
613
+ {
614
+ "entropy": 0.61286960542202,
615
+ "epoch": 0.25510204081632654,
616
+ "grad_norm": 0.5573196411132812,
617
+ "learning_rate": 7.453231292517007e-05,
618
+ "loss": 0.6197751045227051,
619
+ "mean_token_accuracy": 0.8135783731937408,
620
+ "num_tokens": 648475.0,
621
+ "step": 600
622
+ },
623
+ {
624
+ "entropy": 0.6105983853340149,
625
+ "epoch": 0.2593537414965986,
626
+ "grad_norm": 0.8304420113563538,
627
+ "learning_rate": 7.410714285714286e-05,
628
+ "loss": 0.6049539566040039,
629
+ "mean_token_accuracy": 0.8161618828773498,
630
+ "num_tokens": 660048.0,
631
+ "step": 610
632
+ },
633
+ {
634
+ "entropy": 0.6327467203140259,
635
+ "epoch": 0.26360544217687076,
636
+ "grad_norm": 0.6550470590591431,
637
+ "learning_rate": 7.368197278911565e-05,
638
+ "loss": 0.6316221237182618,
639
+ "mean_token_accuracy": 0.8131963431835174,
640
+ "num_tokens": 671505.0,
641
+ "step": 620
642
+ },
643
+ {
644
+ "entropy": 0.6295043647289276,
645
+ "epoch": 0.26785714285714285,
646
+ "grad_norm": 0.6002435088157654,
647
+ "learning_rate": 7.325680272108843e-05,
648
+ "loss": 0.6159311771392822,
649
+ "mean_token_accuracy": 0.8182806372642517,
650
+ "num_tokens": 681911.0,
651
+ "step": 630
652
+ },
653
+ {
654
+ "entropy": 0.5830861747264862,
655
+ "epoch": 0.272108843537415,
656
+ "grad_norm": 0.7070937752723694,
657
+ "learning_rate": 7.283163265306123e-05,
658
+ "loss": 0.5752198219299316,
659
+ "mean_token_accuracy": 0.8236642122268677,
660
+ "num_tokens": 691175.0,
661
+ "step": 640
662
+ },
663
+ {
664
+ "entropy": 0.6063521772623062,
665
+ "epoch": 0.2763605442176871,
666
+ "grad_norm": 0.70107501745224,
667
+ "learning_rate": 7.240646258503402e-05,
668
+ "loss": 0.6175377845764161,
669
+ "mean_token_accuracy": 0.8269807457923889,
670
+ "num_tokens": 701381.0,
671
+ "step": 650
672
+ },
673
+ {
674
+ "entropy": 0.6279960155487061,
675
+ "epoch": 0.28061224489795916,
676
+ "grad_norm": 0.7800400257110596,
677
+ "learning_rate": 7.19812925170068e-05,
678
+ "loss": 0.6200803756713867,
679
+ "mean_token_accuracy": 0.8243706822395325,
680
+ "num_tokens": 711160.0,
681
+ "step": 660
682
+ },
683
+ {
684
+ "entropy": 0.6208126276731492,
685
+ "epoch": 0.2848639455782313,
686
+ "grad_norm": 0.5167033076286316,
687
+ "learning_rate": 7.155612244897959e-05,
688
+ "loss": 0.6058928012847901,
689
+ "mean_token_accuracy": 0.825822365283966,
690
+ "num_tokens": 721555.0,
691
+ "step": 670
692
+ },
693
+ {
694
+ "entropy": 0.609162974357605,
695
+ "epoch": 0.2891156462585034,
696
+ "grad_norm": 0.8961696624755859,
697
+ "learning_rate": 7.113095238095239e-05,
698
+ "loss": 0.6239143371582031,
699
+ "mean_token_accuracy": 0.8218865990638733,
700
+ "num_tokens": 731723.0,
701
+ "step": 680
702
+ },
703
+ {
704
+ "entropy": 0.6567182302474975,
705
+ "epoch": 0.29336734693877553,
706
+ "grad_norm": 0.3495732247829437,
707
+ "learning_rate": 7.070578231292517e-05,
708
+ "loss": 0.6583582878112793,
709
+ "mean_token_accuracy": 0.8035318732261658,
710
+ "num_tokens": 745338.0,
711
+ "step": 690
712
+ },
713
+ {
714
+ "entropy": 0.5773716390132904,
715
+ "epoch": 0.2976190476190476,
716
+ "grad_norm": 0.7330310344696045,
717
+ "learning_rate": 7.028061224489795e-05,
718
+ "loss": 0.5598068237304688,
719
+ "mean_token_accuracy": 0.8329594731330872,
720
+ "num_tokens": 755761.0,
721
+ "step": 700
722
+ },
723
+ {
724
+ "entropy": 0.6005543798208237,
725
+ "epoch": 0.3018707482993197,
726
+ "grad_norm": 1.0653876066207886,
727
+ "learning_rate": 6.985544217687075e-05,
728
+ "loss": 0.6206864356994629,
729
+ "mean_token_accuracy": 0.8177128791809082,
730
+ "num_tokens": 765987.0,
731
+ "step": 710
732
+ },
733
+ {
734
+ "entropy": 0.62425377368927,
735
+ "epoch": 0.30612244897959184,
736
+ "grad_norm": 0.8440945148468018,
737
+ "learning_rate": 6.943027210884355e-05,
738
+ "loss": 0.6362304210662841,
739
+ "mean_token_accuracy": 0.8133590519428253,
740
+ "num_tokens": 776707.0,
741
+ "step": 720
742
+ },
743
+ {
744
+ "entropy": 0.6137575387954712,
745
+ "epoch": 0.31037414965986393,
746
+ "grad_norm": 0.8290141224861145,
747
+ "learning_rate": 6.900510204081633e-05,
748
+ "loss": 0.602045726776123,
749
+ "mean_token_accuracy": 0.8269721269607544,
750
+ "num_tokens": 785808.0,
751
+ "step": 730
752
+ },
753
+ {
754
+ "entropy": 0.6052783876657486,
755
+ "epoch": 0.31462585034013607,
756
+ "grad_norm": 0.6991459131240845,
757
+ "learning_rate": 6.857993197278913e-05,
758
+ "loss": 0.6025216579437256,
759
+ "mean_token_accuracy": 0.8308734178543091,
760
+ "num_tokens": 795902.0,
761
+ "step": 740
762
+ },
763
+ {
764
+ "entropy": 0.6147994667291641,
765
+ "epoch": 0.31887755102040816,
766
+ "grad_norm": 0.7895340323448181,
767
+ "learning_rate": 6.815476190476191e-05,
768
+ "loss": 0.6181727409362793,
769
+ "mean_token_accuracy": 0.8263129591941833,
770
+ "num_tokens": 805319.0,
771
+ "step": 750
772
+ },
773
+ {
774
+ "entropy": 0.6230242431163788,
775
+ "epoch": 0.3231292517006803,
776
+ "grad_norm": 0.7686090469360352,
777
+ "learning_rate": 6.772959183673469e-05,
778
+ "loss": 0.620832872390747,
779
+ "mean_token_accuracy": 0.809659230709076,
780
+ "num_tokens": 817027.0,
781
+ "step": 760
782
+ },
783
+ {
784
+ "entropy": 0.5874412208795547,
785
+ "epoch": 0.3273809523809524,
786
+ "grad_norm": 0.9315619468688965,
787
+ "learning_rate": 6.730442176870749e-05,
788
+ "loss": 0.5822995185852051,
789
+ "mean_token_accuracy": 0.8226828098297119,
790
+ "num_tokens": 830032.0,
791
+ "step": 770
792
+ },
793
+ {
794
+ "entropy": 0.5659277379512787,
795
+ "epoch": 0.33163265306122447,
796
+ "grad_norm": 0.8107892870903015,
797
+ "learning_rate": 6.687925170068029e-05,
798
+ "loss": 0.5684999465942383,
799
+ "mean_token_accuracy": 0.8392240762710571,
800
+ "num_tokens": 840386.0,
801
+ "step": 780
802
+ },
803
+ {
804
+ "entropy": 0.5930269837379456,
805
+ "epoch": 0.3358843537414966,
806
+ "grad_norm": 0.7134554386138916,
807
+ "learning_rate": 6.645408163265307e-05,
808
+ "loss": 0.5747966766357422,
809
+ "mean_token_accuracy": 0.827442079782486,
810
+ "num_tokens": 851076.0,
811
+ "step": 790
812
+ },
813
+ {
814
+ "entropy": 0.6496313869953155,
815
+ "epoch": 0.3401360544217687,
816
+ "grad_norm": 0.87777179479599,
817
+ "learning_rate": 6.602891156462585e-05,
818
+ "loss": 0.6809831142425538,
819
+ "mean_token_accuracy": 0.785821259021759,
820
+ "num_tokens": 862678.0,
821
+ "step": 800
822
+ },
823
+ {
824
+ "entropy": 0.5907361328601837,
825
+ "epoch": 0.34438775510204084,
826
+ "grad_norm": 0.711604118347168,
827
+ "learning_rate": 6.560374149659865e-05,
828
+ "loss": 0.5807193756103516,
829
+ "mean_token_accuracy": 0.8352659344673157,
830
+ "num_tokens": 873136.0,
831
+ "step": 810
832
+ },
833
+ {
834
+ "entropy": 0.5893878310918808,
835
+ "epoch": 0.3486394557823129,
836
+ "grad_norm": 0.6100995540618896,
837
+ "learning_rate": 6.517857142857143e-05,
838
+ "loss": 0.5770053863525391,
839
+ "mean_token_accuracy": 0.8248592674732208,
840
+ "num_tokens": 884688.0,
841
+ "step": 820
842
+ },
843
+ {
844
+ "entropy": 0.5606941819190979,
845
+ "epoch": 0.352891156462585,
846
+ "grad_norm": 0.6781875491142273,
847
+ "learning_rate": 6.475340136054421e-05,
848
+ "loss": 0.5801912784576416,
849
+ "mean_token_accuracy": 0.8323125898838043,
850
+ "num_tokens": 896185.0,
851
+ "step": 830
852
+ },
853
+ {
854
+ "entropy": 0.5933171272277832,
855
+ "epoch": 0.35714285714285715,
856
+ "grad_norm": 0.5787054300308228,
857
+ "learning_rate": 6.432823129251701e-05,
858
+ "loss": 0.5779991149902344,
859
+ "mean_token_accuracy": 0.8351444482803345,
860
+ "num_tokens": 906197.0,
861
+ "step": 840
862
+ },
863
+ {
864
+ "entropy": 0.5471704989671707,
865
+ "epoch": 0.36139455782312924,
866
+ "grad_norm": 1.0463767051696777,
867
+ "learning_rate": 6.390306122448981e-05,
868
+ "loss": 0.5410798549652099,
869
+ "mean_token_accuracy": 0.8452448129653931,
870
+ "num_tokens": 915927.0,
871
+ "step": 850
872
+ },
873
+ {
874
+ "entropy": 0.537025648355484,
875
+ "epoch": 0.3656462585034014,
876
+ "grad_norm": 0.725310742855072,
877
+ "learning_rate": 6.347789115646259e-05,
878
+ "loss": 0.5336166381835937,
879
+ "mean_token_accuracy": 0.8406780958175659,
880
+ "num_tokens": 925972.0,
881
+ "step": 860
882
+ },
883
+ {
884
+ "entropy": 0.6086225181818008,
885
+ "epoch": 0.36989795918367346,
886
+ "grad_norm": 0.6319683194160461,
887
+ "learning_rate": 6.305272108843537e-05,
888
+ "loss": 0.6223300933837891,
889
+ "mean_token_accuracy": 0.8144682884216309,
890
+ "num_tokens": 938614.0,
891
+ "step": 870
892
+ },
893
+ {
894
+ "entropy": 0.6386535853147507,
895
+ "epoch": 0.3741496598639456,
896
+ "grad_norm": 0.9547185897827148,
897
+ "learning_rate": 6.262755102040817e-05,
898
+ "loss": 0.636644697189331,
899
+ "mean_token_accuracy": 0.8114496529102325,
900
+ "num_tokens": 951270.0,
901
+ "step": 880
902
+ },
903
+ {
904
+ "entropy": 0.5482926398515702,
905
+ "epoch": 0.3784013605442177,
906
+ "grad_norm": 0.8478467464447021,
907
+ "learning_rate": 6.220238095238095e-05,
908
+ "loss": 0.5229831218719483,
909
+ "mean_token_accuracy": 0.8450385332107544,
910
+ "num_tokens": 962007.0,
911
+ "step": 890
912
+ },
913
+ {
914
+ "entropy": 0.5352211892604828,
915
+ "epoch": 0.3826530612244898,
916
+ "grad_norm": 1.1555845737457275,
917
+ "learning_rate": 6.177721088435374e-05,
918
+ "loss": 0.5529211044311524,
919
+ "mean_token_accuracy": 0.8393910169601441,
920
+ "num_tokens": 971221.0,
921
+ "step": 900
922
+ },
923
+ {
924
+ "entropy": 0.6504414319992066,
925
+ "epoch": 0.3869047619047619,
926
+ "grad_norm": 0.6787072420120239,
927
+ "learning_rate": 6.135204081632653e-05,
928
+ "loss": 0.6610816478729248,
929
+ "mean_token_accuracy": 0.7907391488552094,
930
+ "num_tokens": 982564.0,
931
+ "step": 910
932
+ },
933
+ {
934
+ "entropy": 0.5921294629573822,
935
+ "epoch": 0.391156462585034,
936
+ "grad_norm": 0.7555624842643738,
937
+ "learning_rate": 6.092687074829932e-05,
938
+ "loss": 0.5777195930480957,
939
+ "mean_token_accuracy": 0.8236903607845306,
940
+ "num_tokens": 992309.0,
941
+ "step": 920
942
+ },
943
+ {
944
+ "entropy": 0.578193974494934,
945
+ "epoch": 0.39540816326530615,
946
+ "grad_norm": 0.5832639336585999,
947
+ "learning_rate": 6.050170068027211e-05,
948
+ "loss": 0.5782378196716309,
949
+ "mean_token_accuracy": 0.825832200050354,
950
+ "num_tokens": 1004082.0,
951
+ "step": 930
952
+ },
953
+ {
954
+ "entropy": 0.5312168657779693,
955
+ "epoch": 0.39965986394557823,
956
+ "grad_norm": 0.6483455300331116,
957
+ "learning_rate": 6.0076530612244896e-05,
958
+ "loss": 0.5226385593414307,
959
+ "mean_token_accuracy": 0.837943822145462,
960
+ "num_tokens": 1014018.0,
961
+ "step": 940
962
+ },
963
+ {
964
+ "entropy": 0.5291696071624756,
965
+ "epoch": 0.4039115646258503,
966
+ "grad_norm": 0.8548340797424316,
967
+ "learning_rate": 5.965136054421769e-05,
968
+ "loss": 0.5349358558654785,
969
+ "mean_token_accuracy": 0.8440997183322907,
970
+ "num_tokens": 1024546.0,
971
+ "step": 950
972
+ },
973
+ {
974
+ "entropy": 0.5704925835132599,
975
+ "epoch": 0.40816326530612246,
976
+ "grad_norm": 0.7204116582870483,
977
+ "learning_rate": 5.922619047619048e-05,
978
+ "loss": 0.5723382472991944,
979
+ "mean_token_accuracy": 0.8350829958915711,
980
+ "num_tokens": 1035324.0,
981
+ "step": 960
982
+ },
983
+ {
984
+ "entropy": 0.5551350146532059,
985
+ "epoch": 0.41241496598639454,
986
+ "grad_norm": 0.8478047251701355,
987
+ "learning_rate": 5.8801020408163266e-05,
988
+ "loss": 0.5603343963623046,
989
+ "mean_token_accuracy": 0.8310107290744781,
990
+ "num_tokens": 1045459.0,
991
+ "step": 970
992
+ },
993
+ {
994
+ "entropy": 0.5924204260110855,
995
+ "epoch": 0.4166666666666667,
996
+ "grad_norm": 1.0831539630889893,
997
+ "learning_rate": 5.837585034013606e-05,
998
+ "loss": 0.5897612571716309,
999
+ "mean_token_accuracy": 0.8289736449718476,
1000
+ "num_tokens": 1054399.0,
1001
+ "step": 980
1002
+ },
1003
+ {
1004
+ "entropy": 0.6486367821693421,
1005
+ "epoch": 0.42091836734693877,
1006
+ "grad_norm": 0.7564862966537476,
1007
+ "learning_rate": 5.7950680272108846e-05,
1008
+ "loss": 0.6640692234039307,
1009
+ "mean_token_accuracy": 0.8002952694892883,
1010
+ "num_tokens": 1068567.0,
1011
+ "step": 990
1012
+ },
1013
+ {
1014
+ "entropy": 0.5693342804908752,
1015
+ "epoch": 0.42517006802721086,
1016
+ "grad_norm": 0.9830188751220703,
1017
+ "learning_rate": 5.7525510204081636e-05,
1018
+ "loss": 0.5391183853149414,
1019
+ "mean_token_accuracy": 0.8396909654140472,
1020
+ "num_tokens": 1079595.0,
1021
+ "step": 1000
1022
+ },
1023
+ {
1024
+ "entropy": 0.6238065242767334,
1025
+ "epoch": 0.429421768707483,
1026
+ "grad_norm": 0.8739970326423645,
1027
+ "learning_rate": 5.710034013605442e-05,
1028
+ "loss": 0.6429170608520508,
1029
+ "mean_token_accuracy": 0.816579920053482,
1030
+ "num_tokens": 1090254.0,
1031
+ "step": 1010
1032
+ },
1033
+ {
1034
+ "entropy": 0.650809234380722,
1035
+ "epoch": 0.4336734693877551,
1036
+ "grad_norm": 0.6658247113227844,
1037
+ "learning_rate": 5.6675170068027215e-05,
1038
+ "loss": 0.633099365234375,
1039
+ "mean_token_accuracy": 0.8052545428276062,
1040
+ "num_tokens": 1100320.0,
1041
+ "step": 1020
1042
+ },
1043
+ {
1044
+ "entropy": 0.6291825830936432,
1045
+ "epoch": 0.4379251700680272,
1046
+ "grad_norm": 0.7465150356292725,
1047
+ "learning_rate": 5.6250000000000005e-05,
1048
+ "loss": 0.6484538078308105,
1049
+ "mean_token_accuracy": 0.8210124790668487,
1050
+ "num_tokens": 1109938.0,
1051
+ "step": 1030
1052
+ },
1053
+ {
1054
+ "entropy": 0.6182401776313782,
1055
+ "epoch": 0.4421768707482993,
1056
+ "grad_norm": 0.720923125743866,
1057
+ "learning_rate": 5.582482993197279e-05,
1058
+ "loss": 0.6223091602325439,
1059
+ "mean_token_accuracy": 0.8170465350151062,
1060
+ "num_tokens": 1121480.0,
1061
+ "step": 1040
1062
+ },
1063
+ {
1064
+ "entropy": 0.6288217008113861,
1065
+ "epoch": 0.44642857142857145,
1066
+ "grad_norm": 0.8048785328865051,
1067
+ "learning_rate": 5.5399659863945585e-05,
1068
+ "loss": 0.6142692565917969,
1069
+ "mean_token_accuracy": 0.8101728081703186,
1070
+ "num_tokens": 1134615.0,
1071
+ "step": 1050
1072
+ },
1073
+ {
1074
+ "entropy": 0.5737671077251434,
1075
+ "epoch": 0.45068027210884354,
1076
+ "grad_norm": 1.0010799169540405,
1077
+ "learning_rate": 5.497448979591837e-05,
1078
+ "loss": 0.578005313873291,
1079
+ "mean_token_accuracy": 0.8241186082363129,
1080
+ "num_tokens": 1148059.0,
1081
+ "step": 1060
1082
+ },
1083
+ {
1084
+ "entropy": 0.6049871623516083,
1085
+ "epoch": 0.4549319727891156,
1086
+ "grad_norm": 0.7644203901290894,
1087
+ "learning_rate": 5.454931972789116e-05,
1088
+ "loss": 0.6036805152893067,
1089
+ "mean_token_accuracy": 0.8251873433589936,
1090
+ "num_tokens": 1159077.0,
1091
+ "step": 1070
1092
+ },
1093
+ {
1094
+ "entropy": 0.5016378700733185,
1095
+ "epoch": 0.45918367346938777,
1096
+ "grad_norm": 0.8055089116096497,
1097
+ "learning_rate": 5.412414965986394e-05,
1098
+ "loss": 0.47589454650878904,
1099
+ "mean_token_accuracy": 0.852514261007309,
1100
+ "num_tokens": 1170338.0,
1101
+ "step": 1080
1102
+ },
1103
+ {
1104
+ "entropy": 0.5905508637428284,
1105
+ "epoch": 0.46343537414965985,
1106
+ "grad_norm": 0.8147892355918884,
1107
+ "learning_rate": 5.369897959183674e-05,
1108
+ "loss": 0.6135655403137207,
1109
+ "mean_token_accuracy": 0.8159750401973724,
1110
+ "num_tokens": 1181967.0,
1111
+ "step": 1090
1112
+ },
1113
+ {
1114
+ "entropy": 0.5504540711641311,
1115
+ "epoch": 0.467687074829932,
1116
+ "grad_norm": 0.7014718055725098,
1117
+ "learning_rate": 5.327380952380953e-05,
1118
+ "loss": 0.5393699169158935,
1119
+ "mean_token_accuracy": 0.8400495707988739,
1120
+ "num_tokens": 1191911.0,
1121
+ "step": 1100
1122
+ },
1123
+ {
1124
+ "entropy": 0.5911126136779785,
1125
+ "epoch": 0.4719387755102041,
1126
+ "grad_norm": 0.8102626800537109,
1127
+ "learning_rate": 5.284863945578231e-05,
1128
+ "loss": 0.5901049137115478,
1129
+ "mean_token_accuracy": 0.8300528645515441,
1130
+ "num_tokens": 1201620.0,
1131
+ "step": 1110
1132
+ },
1133
+ {
1134
+ "entropy": 0.5760516464710236,
1135
+ "epoch": 0.47619047619047616,
1136
+ "grad_norm": 0.5337172150611877,
1137
+ "learning_rate": 5.242346938775511e-05,
1138
+ "loss": 0.6015921115875245,
1139
+ "mean_token_accuracy": 0.8279711067676544,
1140
+ "num_tokens": 1212976.0,
1141
+ "step": 1120
1142
+ },
1143
+ {
1144
+ "entropy": 0.6197247624397277,
1145
+ "epoch": 0.4804421768707483,
1146
+ "grad_norm": 0.6187336444854736,
1147
+ "learning_rate": 5.19982993197279e-05,
1148
+ "loss": 0.5980201244354248,
1149
+ "mean_token_accuracy": 0.8173838019371032,
1150
+ "num_tokens": 1224500.0,
1151
+ "step": 1130
1152
+ },
1153
+ {
1154
+ "entropy": 0.5247576057910919,
1155
+ "epoch": 0.4846938775510204,
1156
+ "grad_norm": 0.38675031065940857,
1157
+ "learning_rate": 5.157312925170068e-05,
1158
+ "loss": 0.5128117084503174,
1159
+ "mean_token_accuracy": 0.8427697956562042,
1160
+ "num_tokens": 1236056.0,
1161
+ "step": 1140
1162
+ },
1163
+ {
1164
+ "entropy": 0.5545101583003997,
1165
+ "epoch": 0.48894557823129253,
1166
+ "grad_norm": 0.8362757563591003,
1167
+ "learning_rate": 5.114795918367348e-05,
1168
+ "loss": 0.5881862163543701,
1169
+ "mean_token_accuracy": 0.8283910691738129,
1170
+ "num_tokens": 1246454.0,
1171
+ "step": 1150
1172
+ },
1173
+ {
1174
+ "entropy": 0.5925249218940735,
1175
+ "epoch": 0.4931972789115646,
1176
+ "grad_norm": 0.6821584105491638,
1177
+ "learning_rate": 5.072278911564626e-05,
1178
+ "loss": 0.5613045215606689,
1179
+ "mean_token_accuracy": 0.8208597123622894,
1180
+ "num_tokens": 1258943.0,
1181
+ "step": 1160
1182
+ },
1183
+ {
1184
+ "entropy": 0.5415159404277802,
1185
+ "epoch": 0.49744897959183676,
1186
+ "grad_norm": 0.6268453001976013,
1187
+ "learning_rate": 5.029761904761905e-05,
1188
+ "loss": 0.5331630706787109,
1189
+ "mean_token_accuracy": 0.8364126265048981,
1190
+ "num_tokens": 1272811.0,
1191
+ "step": 1170
1192
+ },
1193
+ {
1194
+ "entropy": 0.5170255899429321,
1195
+ "epoch": 0.5017006802721088,
1196
+ "grad_norm": 0.9418641924858093,
1197
+ "learning_rate": 4.987244897959184e-05,
1198
+ "loss": 0.5485562324523926,
1199
+ "mean_token_accuracy": 0.8380054891109466,
1200
+ "num_tokens": 1284235.0,
1201
+ "step": 1180
1202
+ },
1203
+ {
1204
+ "entropy": 0.5575446605682373,
1205
+ "epoch": 0.5059523809523809,
1206
+ "grad_norm": 0.6781197190284729,
1207
+ "learning_rate": 4.944727891156462e-05,
1208
+ "loss": 0.5431806564331054,
1209
+ "mean_token_accuracy": 0.8374831795692443,
1210
+ "num_tokens": 1293691.0,
1211
+ "step": 1190
1212
+ },
1213
+ {
1214
+ "entropy": 0.5571623414754867,
1215
+ "epoch": 0.5102040816326531,
1216
+ "grad_norm": 0.6811428666114807,
1217
+ "learning_rate": 4.902210884353742e-05,
1218
+ "loss": 0.571410083770752,
1219
+ "mean_token_accuracy": 0.8248052895069122,
1220
+ "num_tokens": 1304900.0,
1221
+ "step": 1200
1222
+ },
1223
+ {
1224
+ "entropy": 0.6219375789165497,
1225
+ "epoch": 0.5144557823129252,
1226
+ "grad_norm": 0.8971446752548218,
1227
+ "learning_rate": 4.859693877551021e-05,
1228
+ "loss": 0.6108813285827637,
1229
+ "mean_token_accuracy": 0.8282350063323974,
1230
+ "num_tokens": 1315658.0,
1231
+ "step": 1210
1232
+ },
1233
+ {
1234
+ "entropy": 0.5790914714336395,
1235
+ "epoch": 0.5187074829931972,
1236
+ "grad_norm": 0.8718211054801941,
1237
+ "learning_rate": 4.817176870748299e-05,
1238
+ "loss": 0.5702257633209229,
1239
+ "mean_token_accuracy": 0.8363608837127685,
1240
+ "num_tokens": 1325007.0,
1241
+ "step": 1220
1242
+ },
1243
+ {
1244
+ "entropy": 0.553312674164772,
1245
+ "epoch": 0.5229591836734694,
1246
+ "grad_norm": 0.6368089914321899,
1247
+ "learning_rate": 4.774659863945579e-05,
1248
+ "loss": 0.5468079566955566,
1249
+ "mean_token_accuracy": 0.8384977638721466,
1250
+ "num_tokens": 1334178.0,
1251
+ "step": 1230
1252
+ },
1253
+ {
1254
+ "entropy": 0.5654692828655243,
1255
+ "epoch": 0.5272108843537415,
1256
+ "grad_norm": 0.28180381655693054,
1257
+ "learning_rate": 4.732142857142857e-05,
1258
+ "loss": 0.5865198135375976,
1259
+ "mean_token_accuracy": 0.8254834353923798,
1260
+ "num_tokens": 1346386.0,
1261
+ "step": 1240
1262
+ },
1263
+ {
1264
+ "entropy": 0.605426836013794,
1265
+ "epoch": 0.5314625850340136,
1266
+ "grad_norm": 0.7490566372871399,
1267
+ "learning_rate": 4.689625850340136e-05,
1268
+ "loss": 0.5977043628692627,
1269
+ "mean_token_accuracy": 0.8090501189231872,
1270
+ "num_tokens": 1355782.0,
1271
+ "step": 1250
1272
+ },
1273
+ {
1274
+ "entropy": 0.6523470669984818,
1275
+ "epoch": 0.5357142857142857,
1276
+ "grad_norm": 0.8416953086853027,
1277
+ "learning_rate": 4.647108843537415e-05,
1278
+ "loss": 0.6364702224731446,
1279
+ "mean_token_accuracy": 0.8065241694450378,
1280
+ "num_tokens": 1367425.0,
1281
+ "step": 1260
1282
+ },
1283
+ {
1284
+ "entropy": 0.6016772747039795,
1285
+ "epoch": 0.5399659863945578,
1286
+ "grad_norm": 0.723196804523468,
1287
+ "learning_rate": 4.604591836734694e-05,
1288
+ "loss": 0.5914052486419678,
1289
+ "mean_token_accuracy": 0.8149433314800263,
1290
+ "num_tokens": 1379306.0,
1291
+ "step": 1270
1292
+ },
1293
+ {
1294
+ "entropy": 0.538858824968338,
1295
+ "epoch": 0.54421768707483,
1296
+ "grad_norm": 0.7268431186676025,
1297
+ "learning_rate": 4.562074829931973e-05,
1298
+ "loss": 0.5699212074279785,
1299
+ "mean_token_accuracy": 0.8373402774333953,
1300
+ "num_tokens": 1388943.0,
1301
+ "step": 1280
1302
+ },
1303
+ {
1304
+ "entropy": 0.5116531759500503,
1305
+ "epoch": 0.548469387755102,
1306
+ "grad_norm": 0.6881728172302246,
1307
+ "learning_rate": 4.5195578231292515e-05,
1308
+ "loss": 0.501812219619751,
1309
+ "mean_token_accuracy": 0.8508045136928558,
1310
+ "num_tokens": 1398890.0,
1311
+ "step": 1290
1312
+ },
1313
+ {
1314
+ "entropy": 0.5898961424827576,
1315
+ "epoch": 0.5527210884353742,
1316
+ "grad_norm": 0.9265963435173035,
1317
+ "learning_rate": 4.477040816326531e-05,
1318
+ "loss": 0.5903323650360107,
1319
+ "mean_token_accuracy": 0.8182829022407532,
1320
+ "num_tokens": 1412402.0,
1321
+ "step": 1300
1322
+ },
1323
+ {
1324
+ "entropy": 0.5762919217348099,
1325
+ "epoch": 0.5569727891156463,
1326
+ "grad_norm": 0.6862229108810425,
1327
+ "learning_rate": 4.4345238095238095e-05,
1328
+ "loss": 0.5722722053527832,
1329
+ "mean_token_accuracy": 0.8374342918395996,
1330
+ "num_tokens": 1425081.0,
1331
+ "step": 1310
1332
+ },
1333
+ {
1334
+ "entropy": 0.5345231264829635,
1335
+ "epoch": 0.5612244897959183,
1336
+ "grad_norm": 0.7506856322288513,
1337
+ "learning_rate": 4.3920068027210885e-05,
1338
+ "loss": 0.5166549205780029,
1339
+ "mean_token_accuracy": 0.8448654294013977,
1340
+ "num_tokens": 1436487.0,
1341
+ "step": 1320
1342
+ },
1343
+ {
1344
+ "entropy": 0.5727064400911331,
1345
+ "epoch": 0.5654761904761905,
1346
+ "grad_norm": 0.7576751708984375,
1347
+ "learning_rate": 4.3494897959183675e-05,
1348
+ "loss": 0.5965213298797607,
1349
+ "mean_token_accuracy": 0.8292974472045899,
1350
+ "num_tokens": 1447115.0,
1351
+ "step": 1330
1352
+ },
1353
+ {
1354
+ "entropy": 0.6086050748825074,
1355
+ "epoch": 0.5697278911564626,
1356
+ "grad_norm": 1.0944355726242065,
1357
+ "learning_rate": 4.3069727891156465e-05,
1358
+ "loss": 0.6146334648132324,
1359
+ "mean_token_accuracy": 0.8208171963691712,
1360
+ "num_tokens": 1458109.0,
1361
+ "step": 1340
1362
+ },
1363
+ {
1364
+ "entropy": 0.548018091917038,
1365
+ "epoch": 0.5739795918367347,
1366
+ "grad_norm": 0.7556106448173523,
1367
+ "learning_rate": 4.2644557823129255e-05,
1368
+ "loss": 0.5399428367614746,
1369
+ "mean_token_accuracy": 0.8316729366779327,
1370
+ "num_tokens": 1468353.0,
1371
+ "step": 1350
1372
+ },
1373
+ {
1374
+ "entropy": 0.57362260222435,
1375
+ "epoch": 0.5782312925170068,
1376
+ "grad_norm": 0.958890974521637,
1377
+ "learning_rate": 4.2219387755102045e-05,
1378
+ "loss": 0.5638460159301758,
1379
+ "mean_token_accuracy": 0.8328832030296326,
1380
+ "num_tokens": 1478064.0,
1381
+ "step": 1360
1382
+ },
1383
+ {
1384
+ "entropy": 0.4699955850839615,
1385
+ "epoch": 0.5824829931972789,
1386
+ "grad_norm": 0.951663613319397,
1387
+ "learning_rate": 4.1794217687074834e-05,
1388
+ "loss": 0.4790843963623047,
1389
+ "mean_token_accuracy": 0.8547844409942627,
1390
+ "num_tokens": 1488401.0,
1391
+ "step": 1370
1392
+ },
1393
+ {
1394
+ "entropy": 0.5664187341928482,
1395
+ "epoch": 0.5867346938775511,
1396
+ "grad_norm": 0.8573746085166931,
1397
+ "learning_rate": 4.136904761904762e-05,
1398
+ "loss": 0.6015422821044922,
1399
+ "mean_token_accuracy": 0.8200101733207703,
1400
+ "num_tokens": 1498757.0,
1401
+ "step": 1380
1402
+ },
1403
+ {
1404
+ "entropy": 0.5411120235919953,
1405
+ "epoch": 0.5909863945578231,
1406
+ "grad_norm": 0.738762617111206,
1407
+ "learning_rate": 4.094387755102041e-05,
1408
+ "loss": 0.49553709030151366,
1409
+ "mean_token_accuracy": 0.8463812232017517,
1410
+ "num_tokens": 1509252.0,
1411
+ "step": 1390
1412
+ },
1413
+ {
1414
+ "entropy": 0.5284088224172592,
1415
+ "epoch": 0.5952380952380952,
1416
+ "grad_norm": 0.9987853765487671,
1417
+ "learning_rate": 4.0518707482993204e-05,
1418
+ "loss": 0.521688985824585,
1419
+ "mean_token_accuracy": 0.8317105531692505,
1420
+ "num_tokens": 1521575.0,
1421
+ "step": 1400
1422
+ },
1423
+ {
1424
+ "entropy": 0.5420585960149765,
1425
+ "epoch": 0.5994897959183674,
1426
+ "grad_norm": 0.5594030022621155,
1427
+ "learning_rate": 4.009353741496599e-05,
1428
+ "loss": 0.5624300003051758,
1429
+ "mean_token_accuracy": 0.8328603029251098,
1430
+ "num_tokens": 1533858.0,
1431
+ "step": 1410
1432
+ },
1433
+ {
1434
+ "entropy": 0.6201832562685012,
1435
+ "epoch": 0.6037414965986394,
1436
+ "grad_norm": 0.9479369521141052,
1437
+ "learning_rate": 3.966836734693878e-05,
1438
+ "loss": 0.5940685749053956,
1439
+ "mean_token_accuracy": 0.8293437898159027,
1440
+ "num_tokens": 1544902.0,
1441
+ "step": 1420
1442
+ },
1443
+ {
1444
+ "entropy": 0.6230043023824692,
1445
+ "epoch": 0.6079931972789115,
1446
+ "grad_norm": 0.8622655868530273,
1447
+ "learning_rate": 3.924319727891157e-05,
1448
+ "loss": 0.631603193283081,
1449
+ "mean_token_accuracy": 0.8104620337486267,
1450
+ "num_tokens": 1555779.0,
1451
+ "step": 1430
1452
+ },
1453
+ {
1454
+ "entropy": 0.5547834306955337,
1455
+ "epoch": 0.6122448979591837,
1456
+ "grad_norm": 0.8286665678024292,
1457
+ "learning_rate": 3.881802721088436e-05,
1458
+ "loss": 0.555398416519165,
1459
+ "mean_token_accuracy": 0.8266190946102142,
1460
+ "num_tokens": 1568157.0,
1461
+ "step": 1440
1462
+ },
1463
+ {
1464
+ "entropy": 0.5555658012628555,
1465
+ "epoch": 0.6164965986394558,
1466
+ "grad_norm": 1.2064694166183472,
1467
+ "learning_rate": 3.839285714285715e-05,
1468
+ "loss": 0.5589458465576171,
1469
+ "mean_token_accuracy": 0.8308910727500916,
1470
+ "num_tokens": 1578660.0,
1471
+ "step": 1450
1472
+ },
1473
+ {
1474
+ "entropy": 0.5215276837348938,
1475
+ "epoch": 0.6207482993197279,
1476
+ "grad_norm": 1.134692668914795,
1477
+ "learning_rate": 3.796768707482993e-05,
1478
+ "loss": 0.5223335266113281,
1479
+ "mean_token_accuracy": 0.8505008935928344,
1480
+ "num_tokens": 1588221.0,
1481
+ "step": 1460
1482
+ },
1483
+ {
1484
+ "entropy": 0.5241445243358612,
1485
+ "epoch": 0.625,
1486
+ "grad_norm": 0.32119959592819214,
1487
+ "learning_rate": 3.7542517006802727e-05,
1488
+ "loss": 0.5141430377960206,
1489
+ "mean_token_accuracy": 0.8423964560031891,
1490
+ "num_tokens": 1600810.0,
1491
+ "step": 1470
1492
+ },
1493
+ {
1494
+ "entropy": 0.5927034109830857,
1495
+ "epoch": 0.6292517006802721,
1496
+ "grad_norm": 0.8377068042755127,
1497
+ "learning_rate": 3.711734693877551e-05,
1498
+ "loss": 0.5961884975433349,
1499
+ "mean_token_accuracy": 0.8162056863307953,
1500
+ "num_tokens": 1611543.0,
1501
+ "step": 1480
1502
+ },
1503
+ {
1504
+ "entropy": 0.5436273574829101,
1505
+ "epoch": 0.6335034013605442,
1506
+ "grad_norm": 1.032684087753296,
1507
+ "learning_rate": 3.66921768707483e-05,
1508
+ "loss": 0.534994649887085,
1509
+ "mean_token_accuracy": 0.8348295450210571,
1510
+ "num_tokens": 1623564.0,
1511
+ "step": 1490
1512
+ },
1513
+ {
1514
+ "entropy": 0.5652735084295273,
1515
+ "epoch": 0.6377551020408163,
1516
+ "grad_norm": 0.9198411107063293,
1517
+ "learning_rate": 3.626700680272109e-05,
1518
+ "loss": 0.56695556640625,
1519
+ "mean_token_accuracy": 0.8294547438621521,
1520
+ "num_tokens": 1634706.0,
1521
+ "step": 1500
1522
+ },
1523
+ {
1524
+ "entropy": 0.5435687988996506,
1525
+ "epoch": 0.6420068027210885,
1526
+ "grad_norm": 1.0693076848983765,
1527
+ "learning_rate": 3.584183673469388e-05,
1528
+ "loss": 0.5479542255401612,
1529
+ "mean_token_accuracy": 0.831254106760025,
1530
+ "num_tokens": 1646948.0,
1531
+ "step": 1510
1532
+ },
1533
+ {
1534
+ "entropy": 0.5947155982255936,
1535
+ "epoch": 0.6462585034013606,
1536
+ "grad_norm": 0.8154687285423279,
1537
+ "learning_rate": 3.541666666666667e-05,
1538
+ "loss": 0.5963615417480469,
1539
+ "mean_token_accuracy": 0.8205921828746796,
1540
+ "num_tokens": 1659463.0,
1541
+ "step": 1520
1542
+ },
1543
+ {
1544
+ "entropy": 0.5729703456163406,
1545
+ "epoch": 0.6505102040816326,
1546
+ "grad_norm": 0.9937994480133057,
1547
+ "learning_rate": 3.499149659863946e-05,
1548
+ "loss": 0.5724692344665527,
1549
+ "mean_token_accuracy": 0.8275785386562348,
1550
+ "num_tokens": 1669020.0,
1551
+ "step": 1530
1552
+ },
1553
+ {
1554
+ "entropy": 0.5577893137931824,
1555
+ "epoch": 0.6547619047619048,
1556
+ "grad_norm": 0.9926438331604004,
1557
+ "learning_rate": 3.456632653061225e-05,
1558
+ "loss": 0.5496519088745118,
1559
+ "mean_token_accuracy": 0.8388534963130951,
1560
+ "num_tokens": 1679086.0,
1561
+ "step": 1540
1562
+ },
1563
+ {
1564
+ "entropy": 0.5564258128404618,
1565
+ "epoch": 0.6590136054421769,
1566
+ "grad_norm": 0.6609563827514648,
1567
+ "learning_rate": 3.414115646258503e-05,
1568
+ "loss": 0.5487947940826416,
1569
+ "mean_token_accuracy": 0.835220330953598,
1570
+ "num_tokens": 1688728.0,
1571
+ "step": 1550
1572
+ },
1573
+ {
1574
+ "entropy": 0.5531272172927857,
1575
+ "epoch": 0.6632653061224489,
1576
+ "grad_norm": 0.8581554293632507,
1577
+ "learning_rate": 3.371598639455782e-05,
1578
+ "loss": 0.5585684776306152,
1579
+ "mean_token_accuracy": 0.8341455698013306,
1580
+ "num_tokens": 1700307.0,
1581
+ "step": 1560
1582
+ },
1583
+ {
1584
+ "entropy": 0.5576629728078842,
1585
+ "epoch": 0.6675170068027211,
1586
+ "grad_norm": 1.0460259914398193,
1587
+ "learning_rate": 3.329081632653062e-05,
1588
+ "loss": 0.5379378318786621,
1589
+ "mean_token_accuracy": 0.8366690516471863,
1590
+ "num_tokens": 1710339.0,
1591
+ "step": 1570
1592
+ },
1593
+ {
1594
+ "entropy": 0.5780779421329498,
1595
+ "epoch": 0.6717687074829932,
1596
+ "grad_norm": 0.8212461471557617,
1597
+ "learning_rate": 3.28656462585034e-05,
1598
+ "loss": 0.5949641704559326,
1599
+ "mean_token_accuracy": 0.8214079976081848,
1600
+ "num_tokens": 1721506.0,
1601
+ "step": 1580
1602
+ },
1603
+ {
1604
+ "entropy": 0.5216499924659729,
1605
+ "epoch": 0.6760204081632653,
1606
+ "grad_norm": 0.8629688620567322,
1607
+ "learning_rate": 3.244047619047619e-05,
1608
+ "loss": 0.5170677661895752,
1609
+ "mean_token_accuracy": 0.8427080929279327,
1610
+ "num_tokens": 1732208.0,
1611
+ "step": 1590
1612
+ },
1613
+ {
1614
+ "entropy": 0.49583795964717864,
1615
+ "epoch": 0.6802721088435374,
1616
+ "grad_norm": 1.0993518829345703,
1617
+ "learning_rate": 3.201530612244898e-05,
1618
+ "loss": 0.5001798152923584,
1619
+ "mean_token_accuracy": 0.8505501627922059,
1620
+ "num_tokens": 1743050.0,
1621
+ "step": 1600
1622
+ },
1623
+ {
1624
+ "entropy": 0.5788540303707123,
1625
+ "epoch": 0.6845238095238095,
1626
+ "grad_norm": 0.7463700175285339,
1627
+ "learning_rate": 3.159013605442177e-05,
1628
+ "loss": 0.5734623432159424,
1629
+ "mean_token_accuracy": 0.820825070142746,
1630
+ "num_tokens": 1756862.0,
1631
+ "step": 1610
1632
+ },
1633
+ {
1634
+ "entropy": 0.5762177228927612,
1635
+ "epoch": 0.6887755102040817,
1636
+ "grad_norm": 0.9257715344429016,
1637
+ "learning_rate": 3.116496598639456e-05,
1638
+ "loss": 0.5818124294281006,
1639
+ "mean_token_accuracy": 0.8196542203426361,
1640
+ "num_tokens": 1768627.0,
1641
+ "step": 1620
1642
+ },
1643
+ {
1644
+ "entropy": 0.5790290325880051,
1645
+ "epoch": 0.6930272108843537,
1646
+ "grad_norm": 0.7693411707878113,
1647
+ "learning_rate": 3.073979591836735e-05,
1648
+ "loss": 0.5630362033843994,
1649
+ "mean_token_accuracy": 0.8297848999500275,
1650
+ "num_tokens": 1778631.0,
1651
+ "step": 1630
1652
+ },
1653
+ {
1654
+ "entropy": 0.5448883175849915,
1655
+ "epoch": 0.6972789115646258,
1656
+ "grad_norm": 0.8125811219215393,
1657
+ "learning_rate": 3.0314625850340138e-05,
1658
+ "loss": 0.5536840438842774,
1659
+ "mean_token_accuracy": 0.8345063030719757,
1660
+ "num_tokens": 1790461.0,
1661
+ "step": 1640
1662
+ },
1663
+ {
1664
+ "entropy": 0.6271291971206665,
1665
+ "epoch": 0.701530612244898,
1666
+ "grad_norm": 0.7942107915878296,
1667
+ "learning_rate": 2.9889455782312924e-05,
1668
+ "loss": 0.6389796257019043,
1669
+ "mean_token_accuracy": 0.810248178243637,
1670
+ "num_tokens": 1800913.0,
1671
+ "step": 1650
1672
+ },
1673
+ {
1674
+ "entropy": 0.5628238677978515,
1675
+ "epoch": 0.70578231292517,
1676
+ "grad_norm": 0.6301717162132263,
1677
+ "learning_rate": 2.9464285714285718e-05,
1678
+ "loss": 0.5345774173736573,
1679
+ "mean_token_accuracy": 0.8370151519775391,
1680
+ "num_tokens": 1811886.0,
1681
+ "step": 1660
1682
+ },
1683
+ {
1684
+ "entropy": 0.48286513090133665,
1685
+ "epoch": 0.7100340136054422,
1686
+ "grad_norm": 1.233020544052124,
1687
+ "learning_rate": 2.9039115646258504e-05,
1688
+ "loss": 0.5052211284637451,
1689
+ "mean_token_accuracy": 0.8479276895523071,
1690
+ "num_tokens": 1821468.0,
1691
+ "step": 1670
1692
+ },
1693
+ {
1694
+ "entropy": 0.6830842137336731,
1695
+ "epoch": 0.7142857142857143,
1696
+ "grad_norm": 1.1565057039260864,
1697
+ "learning_rate": 2.8613945578231294e-05,
1698
+ "loss": 0.7028451442718506,
1699
+ "mean_token_accuracy": 0.7885268032550812,
1700
+ "num_tokens": 1830341.0,
1701
+ "step": 1680
1702
+ },
1703
+ {
1704
+ "entropy": 0.6287564933300018,
1705
+ "epoch": 0.7185374149659864,
1706
+ "grad_norm": 0.5923300385475159,
1707
+ "learning_rate": 2.8188775510204084e-05,
1708
+ "loss": 0.6260773658752441,
1709
+ "mean_token_accuracy": 0.80694420337677,
1710
+ "num_tokens": 1840794.0,
1711
+ "step": 1690
1712
+ },
1713
+ {
1714
+ "entropy": 0.5761405915021897,
1715
+ "epoch": 0.7227891156462585,
1716
+ "grad_norm": 0.813294529914856,
1717
+ "learning_rate": 2.776360544217687e-05,
1718
+ "loss": 0.5476944923400879,
1719
+ "mean_token_accuracy": 0.8244221389293671,
1720
+ "num_tokens": 1851534.0,
1721
+ "step": 1700
1722
+ },
1723
+ {
1724
+ "entropy": 0.5528579622507095,
1725
+ "epoch": 0.7270408163265306,
1726
+ "grad_norm": 0.9476060271263123,
1727
+ "learning_rate": 2.7338435374149664e-05,
1728
+ "loss": 0.5636507987976074,
1729
+ "mean_token_accuracy": 0.8234051108360291,
1730
+ "num_tokens": 1863352.0,
1731
+ "step": 1710
1732
+ },
1733
+ {
1734
+ "entropy": 0.5006043136119842,
1735
+ "epoch": 0.7312925170068028,
1736
+ "grad_norm": 0.9661667943000793,
1737
+ "learning_rate": 2.6913265306122447e-05,
1738
+ "loss": 0.4998173236846924,
1739
+ "mean_token_accuracy": 0.8556727051734925,
1740
+ "num_tokens": 1873010.0,
1741
+ "step": 1720
1742
+ },
1743
+ {
1744
+ "entropy": 0.5668102502822876,
1745
+ "epoch": 0.7355442176870748,
1746
+ "grad_norm": 0.9204102754592896,
1747
+ "learning_rate": 2.648809523809524e-05,
1748
+ "loss": 0.5956824779510498,
1749
+ "mean_token_accuracy": 0.8302618801593781,
1750
+ "num_tokens": 1882296.0,
1751
+ "step": 1730
1752
+ },
1753
+ {
1754
+ "entropy": 0.5725611984729767,
1755
+ "epoch": 0.7397959183673469,
1756
+ "grad_norm": 0.9404184222221375,
1757
+ "learning_rate": 2.606292517006803e-05,
1758
+ "loss": 0.5676938056945801,
1759
+ "mean_token_accuracy": 0.8323635518550873,
1760
+ "num_tokens": 1894428.0,
1761
+ "step": 1740
1762
+ },
1763
+ {
1764
+ "entropy": 0.606747168302536,
1765
+ "epoch": 0.7440476190476191,
1766
+ "grad_norm": 0.8424393534660339,
1767
+ "learning_rate": 2.5637755102040816e-05,
1768
+ "loss": 0.5834713935852051,
1769
+ "mean_token_accuracy": 0.8257153987884521,
1770
+ "num_tokens": 1904617.0,
1771
+ "step": 1750
1772
+ },
1773
+ {
1774
+ "entropy": 0.5970776557922364,
1775
+ "epoch": 0.7482993197278912,
1776
+ "grad_norm": 1.1546332836151123,
1777
+ "learning_rate": 2.521258503401361e-05,
1778
+ "loss": 0.5974382877349853,
1779
+ "mean_token_accuracy": 0.8301580667495727,
1780
+ "num_tokens": 1914950.0,
1781
+ "step": 1760
1782
+ },
1783
+ {
1784
+ "entropy": 0.5316449493169785,
1785
+ "epoch": 0.7525510204081632,
1786
+ "grad_norm": 1.3904755115509033,
1787
+ "learning_rate": 2.4787414965986396e-05,
1788
+ "loss": 0.527727460861206,
1789
+ "mean_token_accuracy": 0.8430564641952515,
1790
+ "num_tokens": 1924291.0,
1791
+ "step": 1770
1792
+ },
1793
+ {
1794
+ "entropy": 0.5104436665773392,
1795
+ "epoch": 0.7568027210884354,
1796
+ "grad_norm": 0.9666491150856018,
1797
+ "learning_rate": 2.4362244897959186e-05,
1798
+ "loss": 0.5042972564697266,
1799
+ "mean_token_accuracy": 0.841067123413086,
1800
+ "num_tokens": 1935889.0,
1801
+ "step": 1780
1802
+ },
1803
+ {
1804
+ "entropy": 0.5277058184146881,
1805
+ "epoch": 0.7610544217687075,
1806
+ "grad_norm": 1.3077667951583862,
1807
+ "learning_rate": 2.3937074829931973e-05,
1808
+ "loss": 0.5233573913574219,
1809
+ "mean_token_accuracy": 0.8365782618522644,
1810
+ "num_tokens": 1946417.0,
1811
+ "step": 1790
1812
+ },
1813
+ {
1814
+ "entropy": 0.5900924652814865,
1815
+ "epoch": 0.7653061224489796,
1816
+ "grad_norm": 1.129841923713684,
1817
+ "learning_rate": 2.3511904761904762e-05,
1818
+ "loss": 0.6162432193756103,
1819
+ "mean_token_accuracy": 0.8183229088783264,
1820
+ "num_tokens": 1958665.0,
1821
+ "step": 1800
1822
+ },
1823
+ {
1824
+ "entropy": 0.5582915276288987,
1825
+ "epoch": 0.7695578231292517,
1826
+ "grad_norm": 1.0439772605895996,
1827
+ "learning_rate": 2.3086734693877552e-05,
1828
+ "loss": 0.5462551593780518,
1829
+ "mean_token_accuracy": 0.8470064103603363,
1830
+ "num_tokens": 1967612.0,
1831
+ "step": 1810
1832
+ },
1833
+ {
1834
+ "entropy": 0.5408319383859634,
1835
+ "epoch": 0.7738095238095238,
1836
+ "grad_norm": 0.9232698082923889,
1837
+ "learning_rate": 2.266156462585034e-05,
1838
+ "loss": 0.5256539344787597,
1839
+ "mean_token_accuracy": 0.8365410387516021,
1840
+ "num_tokens": 1977989.0,
1841
+ "step": 1820
1842
+ },
1843
+ {
1844
+ "entropy": 0.5403281807899475,
1845
+ "epoch": 0.7780612244897959,
1846
+ "grad_norm": 1.0451940298080444,
1847
+ "learning_rate": 2.2236394557823132e-05,
1848
+ "loss": 0.5474090576171875,
1849
+ "mean_token_accuracy": 0.834468537569046,
1850
+ "num_tokens": 1990698.0,
1851
+ "step": 1830
1852
+ },
1853
+ {
1854
+ "entropy": 0.5493248134851456,
1855
+ "epoch": 0.782312925170068,
1856
+ "grad_norm": 0.774145245552063,
1857
+ "learning_rate": 2.181122448979592e-05,
1858
+ "loss": 0.554120397567749,
1859
+ "mean_token_accuracy": 0.8225033700466156,
1860
+ "num_tokens": 2001822.0,
1861
+ "step": 1840
1862
+ },
1863
+ {
1864
+ "entropy": 0.5199731826782227,
1865
+ "epoch": 0.7865646258503401,
1866
+ "grad_norm": 1.0582787990570068,
1867
+ "learning_rate": 2.138605442176871e-05,
1868
+ "loss": 0.5166659355163574,
1869
+ "mean_token_accuracy": 0.8476324081420898,
1870
+ "num_tokens": 2012779.0,
1871
+ "step": 1850
1872
+ },
1873
+ {
1874
+ "entropy": 0.504674881696701,
1875
+ "epoch": 0.7908163265306123,
1876
+ "grad_norm": 0.8114542961120605,
1877
+ "learning_rate": 2.09608843537415e-05,
1878
+ "loss": 0.5136760711669922,
1879
+ "mean_token_accuracy": 0.8496062397956848,
1880
+ "num_tokens": 2023065.0,
1881
+ "step": 1860
1882
+ },
1883
+ {
1884
+ "entropy": 0.5434481918811798,
1885
+ "epoch": 0.7950680272108843,
1886
+ "grad_norm": 0.9178285002708435,
1887
+ "learning_rate": 2.0535714285714285e-05,
1888
+ "loss": 0.5489007472991944,
1889
+ "mean_token_accuracy": 0.8227114081382751,
1890
+ "num_tokens": 2037557.0,
1891
+ "step": 1870
1892
+ },
1893
+ {
1894
+ "entropy": 0.5326362639665604,
1895
+ "epoch": 0.7993197278911565,
1896
+ "grad_norm": 0.7624576091766357,
1897
+ "learning_rate": 2.0110544217687075e-05,
1898
+ "loss": 0.5364444732666016,
1899
+ "mean_token_accuracy": 0.8336756289005279,
1900
+ "num_tokens": 2048539.0,
1901
+ "step": 1880
1902
+ },
1903
+ {
1904
+ "entropy": 0.5348059087991714,
1905
+ "epoch": 0.8035714285714286,
1906
+ "grad_norm": 0.6548311710357666,
1907
+ "learning_rate": 1.9685374149659865e-05,
1908
+ "loss": 0.5343772411346436,
1909
+ "mean_token_accuracy": 0.8385817587375641,
1910
+ "num_tokens": 2059612.0,
1911
+ "step": 1890
1912
+ },
1913
+ {
1914
+ "entropy": 0.5933915734291076,
1915
+ "epoch": 0.8078231292517006,
1916
+ "grad_norm": 1.13102126121521,
1917
+ "learning_rate": 1.9260204081632655e-05,
1918
+ "loss": 0.6000364780426025,
1919
+ "mean_token_accuracy": 0.8166829824447632,
1920
+ "num_tokens": 2070418.0,
1921
+ "step": 1900
1922
+ },
1923
+ {
1924
+ "entropy": 0.606149223446846,
1925
+ "epoch": 0.8120748299319728,
1926
+ "grad_norm": 1.6694409847259521,
1927
+ "learning_rate": 1.8835034013605444e-05,
1928
+ "loss": 0.6033652782440185,
1929
+ "mean_token_accuracy": 0.8095532536506653,
1930
+ "num_tokens": 2082806.0,
1931
+ "step": 1910
1932
+ },
1933
+ {
1934
+ "entropy": 0.6159947037696838,
1935
+ "epoch": 0.8163265306122449,
1936
+ "grad_norm": 0.7934441566467285,
1937
+ "learning_rate": 1.840986394557823e-05,
1938
+ "loss": 0.6037148475646973,
1939
+ "mean_token_accuracy": 0.8110804080963134,
1940
+ "num_tokens": 2095279.0,
1941
+ "step": 1920
1942
+ },
1943
+ {
1944
+ "entropy": 0.587390485405922,
1945
+ "epoch": 0.8205782312925171,
1946
+ "grad_norm": 0.8202760219573975,
1947
+ "learning_rate": 1.798469387755102e-05,
1948
+ "loss": 0.586046838760376,
1949
+ "mean_token_accuracy": 0.8243176221847535,
1950
+ "num_tokens": 2105372.0,
1951
+ "step": 1930
1952
+ },
1953
+ {
1954
+ "entropy": 0.5912446022033692,
1955
+ "epoch": 0.8248299319727891,
1956
+ "grad_norm": 1.623152256011963,
1957
+ "learning_rate": 1.755952380952381e-05,
1958
+ "loss": 0.596843671798706,
1959
+ "mean_token_accuracy": 0.8153438031673431,
1960
+ "num_tokens": 2114729.0,
1961
+ "step": 1940
1962
+ },
1963
+ {
1964
+ "entropy": 0.5157216489315033,
1965
+ "epoch": 0.8290816326530612,
1966
+ "grad_norm": 0.9215971827507019,
1967
+ "learning_rate": 1.71343537414966e-05,
1968
+ "loss": 0.5145907402038574,
1969
+ "mean_token_accuracy": 0.8426204800605774,
1970
+ "num_tokens": 2125290.0,
1971
+ "step": 1950
1972
+ },
1973
+ {
1974
+ "entropy": 0.5829062938690186,
1975
+ "epoch": 0.8333333333333334,
1976
+ "grad_norm": 1.193843126296997,
1977
+ "learning_rate": 1.670918367346939e-05,
1978
+ "loss": 0.5695863723754883,
1979
+ "mean_token_accuracy": 0.8192765057086945,
1980
+ "num_tokens": 2136344.0,
1981
+ "step": 1960
1982
+ },
1983
+ {
1984
+ "entropy": 0.4996066093444824,
1985
+ "epoch": 0.8375850340136054,
1986
+ "grad_norm": 0.8927513360977173,
1987
+ "learning_rate": 1.6284013605442177e-05,
1988
+ "loss": 0.4900965213775635,
1989
+ "mean_token_accuracy": 0.8509392082691193,
1990
+ "num_tokens": 2146080.0,
1991
+ "step": 1970
1992
+ },
1993
+ {
1994
+ "entropy": 0.5360583394765854,
1995
+ "epoch": 0.8418367346938775,
1996
+ "grad_norm": 1.058348536491394,
1997
+ "learning_rate": 1.5858843537414967e-05,
1998
+ "loss": 0.5512252807617187,
1999
+ "mean_token_accuracy": 0.8354442238807678,
2000
+ "num_tokens": 2156011.0,
2001
+ "step": 1980
2002
+ },
2003
+ {
2004
+ "entropy": 0.6012335926294327,
2005
+ "epoch": 0.8460884353741497,
2006
+ "grad_norm": 0.7904354333877563,
2007
+ "learning_rate": 1.5433673469387753e-05,
2008
+ "loss": 0.6157900333404541,
2009
+ "mean_token_accuracy": 0.8187953770160675,
2010
+ "num_tokens": 2167057.0,
2011
+ "step": 1990
2012
+ },
2013
+ {
2014
+ "entropy": 0.6478571712970733,
2015
+ "epoch": 0.8503401360544217,
2016
+ "grad_norm": 1.0595366954803467,
2017
+ "learning_rate": 1.5008503401360543e-05,
2018
+ "loss": 0.6455856323242187,
2019
+ "mean_token_accuracy": 0.7955973386764527,
2020
+ "num_tokens": 2178418.0,
2021
+ "step": 2000
2022
+ },
2023
+ {
2024
+ "entropy": 0.5748985707759857,
2025
+ "epoch": 0.8545918367346939,
2026
+ "grad_norm": 1.1120526790618896,
2027
+ "learning_rate": 1.4583333333333335e-05,
2028
+ "loss": 0.5637976646423339,
2029
+ "mean_token_accuracy": 0.8272497594356537,
2030
+ "num_tokens": 2189919.0,
2031
+ "step": 2010
2032
+ },
2033
+ {
2034
+ "entropy": 0.5793386727571488,
2035
+ "epoch": 0.858843537414966,
2036
+ "grad_norm": 0.9996525645256042,
2037
+ "learning_rate": 1.4158163265306123e-05,
2038
+ "loss": 0.5585187911987305,
2039
+ "mean_token_accuracy": 0.8226561129093171,
2040
+ "num_tokens": 2202449.0,
2041
+ "step": 2020
2042
+ },
2043
+ {
2044
+ "entropy": 0.48502568900585175,
2045
+ "epoch": 0.8630952380952381,
2046
+ "grad_norm": 0.8485120534896851,
2047
+ "learning_rate": 1.3732993197278913e-05,
2048
+ "loss": 0.4754936218261719,
2049
+ "mean_token_accuracy": 0.8551179468631744,
2050
+ "num_tokens": 2212256.0,
2051
+ "step": 2030
2052
+ },
2053
+ {
2054
+ "entropy": 0.5177913874387741,
2055
+ "epoch": 0.8673469387755102,
2056
+ "grad_norm": 1.0269567966461182,
2057
+ "learning_rate": 1.3307823129251701e-05,
2058
+ "loss": 0.5295746326446533,
2059
+ "mean_token_accuracy": 0.8426526129245758,
2060
+ "num_tokens": 2222079.0,
2061
+ "step": 2040
2062
+ },
2063
+ {
2064
+ "entropy": 0.5418720453977585,
2065
+ "epoch": 0.8715986394557823,
2066
+ "grad_norm": 1.1140215396881104,
2067
+ "learning_rate": 1.288265306122449e-05,
2068
+ "loss": 0.5403457164764405,
2069
+ "mean_token_accuracy": 0.8360271990299225,
2070
+ "num_tokens": 2233010.0,
2071
+ "step": 2050
2072
+ },
2073
+ {
2074
+ "entropy": 0.5022894471883774,
2075
+ "epoch": 0.8758503401360545,
2076
+ "grad_norm": 0.9412987232208252,
2077
+ "learning_rate": 1.245748299319728e-05,
2078
+ "loss": 0.5068081855773926,
2079
+ "mean_token_accuracy": 0.8397215008735657,
2080
+ "num_tokens": 2242876.0,
2081
+ "step": 2060
2082
+ },
2083
+ {
2084
+ "entropy": 0.559627965092659,
2085
+ "epoch": 0.8801020408163265,
2086
+ "grad_norm": 1.1703239679336548,
2087
+ "learning_rate": 1.2032312925170067e-05,
2088
+ "loss": 0.5765266418457031,
2089
+ "mean_token_accuracy": 0.8238355994224549,
2090
+ "num_tokens": 2253375.0,
2091
+ "step": 2070
2092
+ },
2093
+ {
2094
+ "entropy": 0.5473792344331742,
2095
+ "epoch": 0.8843537414965986,
2096
+ "grad_norm": 1.2103474140167236,
2097
+ "learning_rate": 1.1607142857142857e-05,
2098
+ "loss": 0.5515032768249511,
2099
+ "mean_token_accuracy": 0.8346924901008606,
2100
+ "num_tokens": 2265217.0,
2101
+ "step": 2080
2102
+ },
2103
+ {
2104
+ "entropy": 0.5150429278612136,
2105
+ "epoch": 0.8886054421768708,
2106
+ "grad_norm": 0.8060351014137268,
2107
+ "learning_rate": 1.1181972789115647e-05,
2108
+ "loss": 0.5019734859466553,
2109
+ "mean_token_accuracy": 0.8517545342445374,
2110
+ "num_tokens": 2276492.0,
2111
+ "step": 2090
2112
+ },
2113
+ {
2114
+ "entropy": 0.5388852089643479,
2115
+ "epoch": 0.8928571428571429,
2116
+ "grad_norm": 1.129920244216919,
2117
+ "learning_rate": 1.0756802721088435e-05,
2118
+ "loss": 0.5413199424743652,
2119
+ "mean_token_accuracy": 0.8384690225124359,
2120
+ "num_tokens": 2286622.0,
2121
+ "step": 2100
2122
+ },
2123
+ {
2124
+ "entropy": 0.5830584645271302,
2125
+ "epoch": 0.8971088435374149,
2126
+ "grad_norm": 1.0372401475906372,
2127
+ "learning_rate": 1.0331632653061225e-05,
2128
+ "loss": 0.5750691890716553,
2129
+ "mean_token_accuracy": 0.8245911538600922,
2130
+ "num_tokens": 2298062.0,
2131
+ "step": 2110
2132
+ },
2133
+ {
2134
+ "entropy": 0.5636593252420425,
2135
+ "epoch": 0.9013605442176871,
2136
+ "grad_norm": 0.7910812497138977,
2137
+ "learning_rate": 9.906462585034014e-06,
2138
+ "loss": 0.568049955368042,
2139
+ "mean_token_accuracy": 0.8189381241798401,
2140
+ "num_tokens": 2310002.0,
2141
+ "step": 2120
2142
+ },
2143
+ {
2144
+ "entropy": 0.5329378515481948,
2145
+ "epoch": 0.9056122448979592,
2146
+ "grad_norm": 0.780502438545227,
2147
+ "learning_rate": 9.481292517006803e-06,
2148
+ "loss": 0.5344277381896972,
2149
+ "mean_token_accuracy": 0.8355330467224121,
2150
+ "num_tokens": 2321286.0,
2151
+ "step": 2130
2152
+ },
2153
+ {
2154
+ "entropy": 0.5965909093618393,
2155
+ "epoch": 0.9098639455782312,
2156
+ "grad_norm": 1.108359694480896,
2157
+ "learning_rate": 9.056122448979593e-06,
2158
+ "loss": 0.6025591373443604,
2159
+ "mean_token_accuracy": 0.8153828561306,
2160
+ "num_tokens": 2334075.0,
2161
+ "step": 2140
2162
+ },
2163
+ {
2164
+ "entropy": 0.551003360748291,
2165
+ "epoch": 0.9141156462585034,
2166
+ "grad_norm": 0.9165040850639343,
2167
+ "learning_rate": 8.630952380952381e-06,
2168
+ "loss": 0.5357895851135254,
2169
+ "mean_token_accuracy": 0.8391867280006409,
2170
+ "num_tokens": 2343342.0,
2171
+ "step": 2150
2172
+ },
2173
+ {
2174
+ "entropy": 0.6025931894779205,
2175
+ "epoch": 0.9183673469387755,
2176
+ "grad_norm": 0.9292078018188477,
2177
+ "learning_rate": 8.20578231292517e-06,
2178
+ "loss": 0.6112618923187256,
2179
+ "mean_token_accuracy": 0.8223409533500672,
2180
+ "num_tokens": 2353860.0,
2181
+ "step": 2160
2182
+ },
2183
+ {
2184
+ "entropy": 0.5607409834861755,
2185
+ "epoch": 0.9226190476190477,
2186
+ "grad_norm": 0.8626019358634949,
2187
+ "learning_rate": 7.78061224489796e-06,
2188
+ "loss": 0.5666313648223877,
2189
+ "mean_token_accuracy": 0.8334515213966369,
2190
+ "num_tokens": 2364432.0,
2191
+ "step": 2170
2192
+ },
2193
+ {
2194
+ "entropy": 0.6042696863412857,
2195
+ "epoch": 0.9268707482993197,
2196
+ "grad_norm": 1.1293621063232422,
2197
+ "learning_rate": 7.355442176870749e-06,
2198
+ "loss": 0.6011404037475586,
2199
+ "mean_token_accuracy": 0.8190859973430633,
2200
+ "num_tokens": 2374475.0,
2201
+ "step": 2180
2202
+ },
2203
+ {
2204
+ "entropy": 0.5735134840011596,
2205
+ "epoch": 0.9311224489795918,
2206
+ "grad_norm": 0.9066168069839478,
2207
+ "learning_rate": 6.930272108843537e-06,
2208
+ "loss": 0.5751115798950195,
2209
+ "mean_token_accuracy": 0.825209504365921,
2210
+ "num_tokens": 2386447.0,
2211
+ "step": 2190
2212
+ },
2213
+ {
2214
+ "entropy": 0.5244353115558624,
2215
+ "epoch": 0.935374149659864,
2216
+ "grad_norm": 1.072506308555603,
2217
+ "learning_rate": 6.505102040816327e-06,
2218
+ "loss": 0.5103401660919189,
2219
+ "mean_token_accuracy": 0.8505155682563782,
2220
+ "num_tokens": 2396159.0,
2221
+ "step": 2200
2222
+ },
2223
+ {
2224
+ "entropy": 0.5949863910675048,
2225
+ "epoch": 0.939625850340136,
2226
+ "grad_norm": 0.6773778200149536,
2227
+ "learning_rate": 6.079931972789116e-06,
2228
+ "loss": 0.5959713459014893,
2229
+ "mean_token_accuracy": 0.8145836770534516,
2230
+ "num_tokens": 2406947.0,
2231
+ "step": 2210
2232
+ },
2233
+ {
2234
+ "entropy": 0.551213338971138,
2235
+ "epoch": 0.9438775510204082,
2236
+ "grad_norm": 0.6725026369094849,
2237
+ "learning_rate": 5.654761904761905e-06,
2238
+ "loss": 0.5293383121490478,
2239
+ "mean_token_accuracy": 0.8271439135074615,
2240
+ "num_tokens": 2419071.0,
2241
+ "step": 2220
2242
+ },
2243
+ {
2244
+ "entropy": 0.5137664794921875,
2245
+ "epoch": 0.9481292517006803,
2246
+ "grad_norm": 0.8478580117225647,
2247
+ "learning_rate": 5.229591836734695e-06,
2248
+ "loss": 0.5074201583862304,
2249
+ "mean_token_accuracy": 0.842332798242569,
2250
+ "num_tokens": 2430620.0,
2251
+ "step": 2230
2252
+ },
2253
+ {
2254
+ "entropy": 0.5922556847333909,
2255
+ "epoch": 0.9523809523809523,
2256
+ "grad_norm": 0.3467719554901123,
2257
+ "learning_rate": 4.804421768707483e-06,
2258
+ "loss": 0.5839669227600097,
2259
+ "mean_token_accuracy": 0.811210173368454,
2260
+ "num_tokens": 2444057.0,
2261
+ "step": 2240
2262
+ },
2263
+ {
2264
+ "entropy": 0.5484513103961944,
2265
+ "epoch": 0.9566326530612245,
2266
+ "grad_norm": 0.760888397693634,
2267
+ "learning_rate": 4.379251700680272e-06,
2268
+ "loss": 0.5440735340118408,
2269
+ "mean_token_accuracy": 0.8317016720771789,
2270
+ "num_tokens": 2454080.0,
2271
+ "step": 2250
2272
+ },
2273
+ {
2274
+ "entropy": 0.5103359013795853,
2275
+ "epoch": 0.9608843537414966,
2276
+ "grad_norm": 0.9869306683540344,
2277
+ "learning_rate": 3.954081632653062e-06,
2278
+ "loss": 0.5173935890197754,
2279
+ "mean_token_accuracy": 0.845134687423706,
2280
+ "num_tokens": 2463311.0,
2281
+ "step": 2260
2282
+ },
2283
+ {
2284
+ "entropy": 0.5766151458024978,
2285
+ "epoch": 0.9651360544217688,
2286
+ "grad_norm": 1.1104836463928223,
2287
+ "learning_rate": 3.5289115646258504e-06,
2288
+ "loss": 0.5886892318725586,
2289
+ "mean_token_accuracy": 0.8289117157459259,
2290
+ "num_tokens": 2475264.0,
2291
+ "step": 2270
2292
+ },
2293
+ {
2294
+ "entropy": 0.5101310968399048,
2295
+ "epoch": 0.9693877551020408,
2296
+ "grad_norm": 3.386535406112671,
2297
+ "learning_rate": 3.1037414965986395e-06,
2298
+ "loss": 0.5177210807800293,
2299
+ "mean_token_accuracy": 0.8472946226596832,
2300
+ "num_tokens": 2484532.0,
2301
+ "step": 2280
2302
+ },
2303
+ {
2304
+ "entropy": 0.5026126235723496,
2305
+ "epoch": 0.9736394557823129,
2306
+ "grad_norm": 0.9637086987495422,
2307
+ "learning_rate": 2.6785714285714285e-06,
2308
+ "loss": 0.49527649879455565,
2309
+ "mean_token_accuracy": 0.85142502784729,
2310
+ "num_tokens": 2494982.0,
2311
+ "step": 2290
2312
+ },
2313
+ {
2314
+ "entropy": 0.5845519959926605,
2315
+ "epoch": 0.9778911564625851,
2316
+ "grad_norm": 0.9303038120269775,
2317
+ "learning_rate": 2.253401360544218e-06,
2318
+ "loss": 0.568077802658081,
2319
+ "mean_token_accuracy": 0.8299287617206573,
2320
+ "num_tokens": 2505785.0,
2321
+ "step": 2300
2322
+ },
2323
+ {
2324
+ "entropy": 0.5489324152469635,
2325
+ "epoch": 0.9821428571428571,
2326
+ "grad_norm": 1.0844236612319946,
2327
+ "learning_rate": 1.8282312925170068e-06,
2328
+ "loss": 0.5580832481384277,
2329
+ "mean_token_accuracy": 0.8412139117717743,
2330
+ "num_tokens": 2514540.0,
2331
+ "step": 2310
2332
+ },
2333
+ {
2334
+ "entropy": 0.5149367898702621,
2335
+ "epoch": 0.9863945578231292,
2336
+ "grad_norm": 1.0444934368133545,
2337
+ "learning_rate": 1.403061224489796e-06,
2338
+ "loss": 0.5115521907806396,
2339
+ "mean_token_accuracy": 0.8455105900764466,
2340
+ "num_tokens": 2525422.0,
2341
+ "step": 2320
2342
+ },
2343
+ {
2344
+ "entropy": 0.5144448757171631,
2345
+ "epoch": 0.9906462585034014,
2346
+ "grad_norm": 0.7299341559410095,
2347
+ "learning_rate": 9.778911564625851e-07,
2348
+ "loss": 0.5067722797393799,
2349
+ "mean_token_accuracy": 0.8519455373287201,
2350
+ "num_tokens": 2535049.0,
2351
+ "step": 2330
2352
+ },
2353
+ {
2354
+ "entropy": 0.5480362325906754,
2355
+ "epoch": 0.9948979591836735,
2356
+ "grad_norm": 1.154684066772461,
2357
+ "learning_rate": 5.527210884353742e-07,
2358
+ "loss": 0.5571912288665771,
2359
+ "mean_token_accuracy": 0.8421735644340516,
2360
+ "num_tokens": 2544974.0,
2361
+ "step": 2340
2362
+ },
2363
+ {
2364
+ "entropy": 0.5128873139619827,
2365
+ "epoch": 0.9991496598639455,
2366
+ "grad_norm": 0.5887725949287415,
2367
+ "learning_rate": 1.2755102040816326e-07,
2368
+ "loss": 0.5141651153564453,
2369
+ "mean_token_accuracy": 0.8440634250640869,
2370
+ "num_tokens": 2555761.0,
2371
+ "step": 2350
2372
+ },
2373
+ {
2374
+ "epoch": 1.0,
2375
+ "eval_entropy": 0.5433352808005937,
2376
+ "eval_loss": 0.5373454689979553,
2377
+ "eval_mean_token_accuracy": 0.8366637416468322,
2378
+ "eval_num_tokens": 2558089.0,
2379
+ "eval_runtime": 35.2529,
2380
+ "eval_samples_per_second": 29.643,
2381
+ "eval_steps_per_second": 7.432,
2382
+ "step": 2352
2383
+ }
2384
+ ],
2385
+ "logging_steps": 10,
2386
+ "max_steps": 2352,
2387
+ "num_input_tokens_seen": 0,
2388
+ "num_train_epochs": 1,
2389
+ "save_steps": 500,
2390
+ "stateful_callbacks": {
2391
+ "TrainerControl": {
2392
+ "args": {
2393
+ "should_epoch_stop": false,
2394
+ "should_evaluate": false,
2395
+ "should_log": false,
2396
+ "should_save": true,
2397
+ "should_training_stop": true
2398
+ },
2399
+ "attributes": {}
2400
+ }
2401
+ },
2402
+ "total_flos": 1.921285046068777e+17,
2403
+ "train_batch_size": 4,
2404
+ "trial_name": null,
2405
+ "trial_params": null
2406
+ }
checkpoint-2352/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be72912b0c23c5ff1e9832dab7ec1662bf093daae78147fc1b5c95c2f501666e
3
+ size 5649