Taywon commited on
Commit
ab5e4e2
·
verified ·
1 Parent(s): edfa317

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,209 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: meta-llama/Llama-3.1-70B-Instruct
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:meta-llama/Llama-3.1-70B-Instruct
7
+ - lora
8
+ - sft
9
+ - transformers
10
+ - trl
11
+ ---
12
+
13
+ # Model Card for Model ID
14
+
15
+ <!-- Provide a quick summary of what the model is/does. -->
16
+
17
+
18
+
19
+ ## Model Details
20
+
21
+ ### Model Description
22
+
23
+ <!-- Provide a longer summary of what this model is. -->
24
+
25
+
26
+
27
+ - **Developed by:** [More Information Needed]
28
+ - **Funded by [optional]:** [More Information Needed]
29
+ - **Shared by [optional]:** [More Information Needed]
30
+ - **Model type:** [More Information Needed]
31
+ - **Language(s) (NLP):** [More Information Needed]
32
+ - **License:** [More Information Needed]
33
+ - **Finetuned from model [optional]:** [More Information Needed]
34
+
35
+ ### Model Sources [optional]
36
+
37
+ <!-- Provide the basic links for the model. -->
38
+
39
+ - **Repository:** [More Information Needed]
40
+ - **Paper [optional]:** [More Information Needed]
41
+ - **Demo [optional]:** [More Information Needed]
42
+
43
+ ## Uses
44
+
45
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
46
+
47
+ ### Direct Use
48
+
49
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
50
+
51
+ [More Information Needed]
52
+
53
+ ### Downstream Use [optional]
54
+
55
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
56
+
57
+ [More Information Needed]
58
+
59
+ ### Out-of-Scope Use
60
+
61
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
62
+
63
+ [More Information Needed]
64
+
65
+ ## Bias, Risks, and Limitations
66
+
67
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
68
+
69
+ [More Information Needed]
70
+
71
+ ### Recommendations
72
+
73
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
74
+
75
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
76
+
77
+ ## How to Get Started with the Model
78
+
79
+ Use the code below to get started with the model.
80
+
81
+ [More Information Needed]
82
+
83
+ ## Training Details
84
+
85
+ ### Training Data
86
+
87
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
88
+
89
+ [More Information Needed]
90
+
91
+ ### Training Procedure
92
+
93
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
94
+
95
+ #### Preprocessing [optional]
96
+
97
+ [More Information Needed]
98
+
99
+
100
+ #### Training Hyperparameters
101
+
102
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
103
+
104
+ #### Speeds, Sizes, Times [optional]
105
+
106
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
107
+
108
+ [More Information Needed]
109
+
110
+ ## Evaluation
111
+
112
+ <!-- This section describes the evaluation protocols and provides the results. -->
113
+
114
+ ### Testing Data, Factors & Metrics
115
+
116
+ #### Testing Data
117
+
118
+ <!-- This should link to a Dataset Card if possible. -->
119
+
120
+ [More Information Needed]
121
+
122
+ #### Factors
123
+
124
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
125
+
126
+ [More Information Needed]
127
+
128
+ #### Metrics
129
+
130
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
131
+
132
+ [More Information Needed]
133
+
134
+ ### Results
135
+
136
+ [More Information Needed]
137
+
138
+ #### Summary
139
+
140
+
141
+
142
+ ## Model Examination [optional]
143
+
144
+ <!-- Relevant interpretability work for the model goes here -->
145
+
146
+ [More Information Needed]
147
+
148
+ ## Environmental Impact
149
+
150
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
151
+
152
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
153
+
154
+ - **Hardware Type:** [More Information Needed]
155
+ - **Hours used:** [More Information Needed]
156
+ - **Cloud Provider:** [More Information Needed]
157
+ - **Compute Region:** [More Information Needed]
158
+ - **Carbon Emitted:** [More Information Needed]
159
+
160
+ ## Technical Specifications [optional]
161
+
162
+ ### Model Architecture and Objective
163
+
164
+ [More Information Needed]
165
+
166
+ ### Compute Infrastructure
167
+
168
+ [More Information Needed]
169
+
170
+ #### Hardware
171
+
172
+ [More Information Needed]
173
+
174
+ #### Software
175
+
176
+ [More Information Needed]
177
+
178
+ ## Citation [optional]
179
+
180
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
181
+
182
+ **BibTeX:**
183
+
184
+ [More Information Needed]
185
+
186
+ **APA:**
187
+
188
+ [More Information Needed]
189
+
190
+ ## Glossary [optional]
191
+
192
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
193
+
194
+ [More Information Needed]
195
+
196
+ ## More Information [optional]
197
+
198
+ [More Information Needed]
199
+
200
+ ## Model Card Authors [optional]
201
+
202
+ [More Information Needed]
203
+
204
+ ## Model Card Contact
205
+
206
+ [More Information Needed]
207
+ ### Framework versions
208
+
209
+ - PEFT 0.19.1
adapter_config.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": null,
6
+ "base_model_name_or_path": "meta-llama/Llama-3.1-70B-Instruct",
7
+ "bias": "none",
8
+ "corda_config": null,
9
+ "ensure_weight_tying": false,
10
+ "eva_config": null,
11
+ "exclude_modules": null,
12
+ "fan_in_fan_out": false,
13
+ "inference_mode": true,
14
+ "init_lora_weights": true,
15
+ "layer_replication": null,
16
+ "layers_pattern": null,
17
+ "layers_to_transform": null,
18
+ "loftq_config": {},
19
+ "lora_alpha": 128,
20
+ "lora_bias": false,
21
+ "lora_dropout": 0.05,
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.18.1",
28
+ "qalora_group_size": 16,
29
+ "r": 64,
30
+ "rank_pattern": {},
31
+ "revision": null,
32
+ "target_modules": [
33
+ "down_proj",
34
+ "up_proj",
35
+ "q_proj",
36
+ "k_proj",
37
+ "gate_proj",
38
+ "v_proj",
39
+ "o_proj"
40
+ ],
41
+ "target_parameters": null,
42
+ "task_type": "CAUSAL_LM",
43
+ "trainable_token_indices": null,
44
+ "use_bdlora": null,
45
+ "use_dora": false,
46
+ "use_qalora": false,
47
+ "use_rslora": false
48
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fea92fc3a620feb33173d9763c6ed791a125fecfe3831ff949db421528c9c42b
3
+ size 3313653480
chat_template.jinja ADDED
@@ -0,0 +1,109 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {{- bos_token }}
2
+ {%- if custom_tools is defined %}
3
+ {%- set tools = custom_tools %}
4
+ {%- endif %}
5
+ {%- if not tools_in_user_message is defined %}
6
+ {%- set tools_in_user_message = true %}
7
+ {%- endif %}
8
+ {%- if not date_string is defined %}
9
+ {%- set date_string = "26 Jul 2024" %}
10
+ {%- endif %}
11
+ {%- if not tools is defined %}
12
+ {%- set tools = none %}
13
+ {%- endif %}
14
+
15
+ {#- This block extracts the system message, so we can slot it into the right place. #}
16
+ {%- if messages[0]['role'] == 'system' %}
17
+ {%- set system_message = messages[0]['content']|trim %}
18
+ {%- set messages = messages[1:] %}
19
+ {%- else %}
20
+ {%- set system_message = "" %}
21
+ {%- endif %}
22
+
23
+ {#- System message + builtin tools #}
24
+ {{- "<|start_header_id|>system<|end_header_id|>\n\n" }}
25
+ {%- if builtin_tools is defined or tools is not none %}
26
+ {{- "Environment: ipython\n" }}
27
+ {%- endif %}
28
+ {%- if builtin_tools is defined %}
29
+ {{- "Tools: " + builtin_tools | reject('equalto', 'code_interpreter') | join(", ") + "\n\n"}}
30
+ {%- endif %}
31
+ {{- "Cutting Knowledge Date: December 2023\n" }}
32
+ {{- "Today Date: " + date_string + "\n\n" }}
33
+ {%- if tools is not none and not tools_in_user_message %}
34
+ {{- "You have access to the following functions. To call a function, please respond with JSON for a function call." }}
35
+ {{- 'Respond in the format {"name": function name, "parameters": dictionary of argument name and its value}.' }}
36
+ {{- "Do not use variables.\n\n" }}
37
+ {%- for t in tools %}
38
+ {{- t | tojson(indent=4) }}
39
+ {{- "\n\n" }}
40
+ {%- endfor %}
41
+ {%- endif %}
42
+ {{- system_message }}
43
+ {{- "<|eot_id|>" }}
44
+
45
+ {#- Custom tools are passed in a user message with some extra guidance #}
46
+ {%- if tools_in_user_message and not tools is none %}
47
+ {#- Extract the first user message so we can plug it in here #}
48
+ {%- if messages | length != 0 %}
49
+ {%- set first_user_message = messages[0]['content']|trim %}
50
+ {%- set messages = messages[1:] %}
51
+ {%- else %}
52
+ {{- raise_exception("Cannot put tools in the first user message when there's no first user message!") }}
53
+ {%- endif %}
54
+ {{- '<|start_header_id|>user<|end_header_id|>\n\n' -}}
55
+ {{- "Given the following functions, please respond with a JSON for a function call " }}
56
+ {{- "with its proper arguments that best answers the given prompt.\n\n" }}
57
+ {{- 'Respond in the format {"name": function name, "parameters": dictionary of argument name and its value}.' }}
58
+ {{- "Do not use variables.\n\n" }}
59
+ {%- for t in tools %}
60
+ {{- t | tojson(indent=4) }}
61
+ {{- "\n\n" }}
62
+ {%- endfor %}
63
+ {{- first_user_message + "<|eot_id|>"}}
64
+ {%- endif %}
65
+
66
+ {%- for message in messages %}
67
+ {%- if not (message.role == 'ipython' or message.role == 'tool' or 'tool_calls' in message) %}
68
+ {{- '<|start_header_id|>' + message['role'] + '<|end_header_id|>\n\n'+ message['content'] | trim + '<|eot_id|>' }}
69
+ {%- elif 'tool_calls' in message %}
70
+ {%- if not message.tool_calls|length == 1 %}
71
+ {{- raise_exception("This model only supports single tool-calls at once!") }}
72
+ {%- endif %}
73
+ {%- set tool_call = message.tool_calls[0].function %}
74
+ {%- if builtin_tools is defined and tool_call.name in builtin_tools %}
75
+ {{- '<|start_header_id|>assistant<|end_header_id|>\n\n' -}}
76
+ {{- "<|python_tag|>" + tool_call.name + ".call(" }}
77
+ {%- for arg_name, arg_val in tool_call.arguments | items %}
78
+ {{- arg_name + '="' + arg_val + '"' }}
79
+ {%- if not loop.last %}
80
+ {{- ", " }}
81
+ {%- endif %}
82
+ {%- endfor %}
83
+ {{- ")" }}
84
+ {%- else %}
85
+ {{- '<|start_header_id|>assistant<|end_header_id|>\n\n' -}}
86
+ {{- '{"name": "' + tool_call.name + '", ' }}
87
+ {{- '"parameters": ' }}
88
+ {{- tool_call.arguments | tojson }}
89
+ {{- "}" }}
90
+ {%- endif %}
91
+ {%- if builtin_tools is defined %}
92
+ {#- This means we're in ipython mode #}
93
+ {{- "<|eom_id|>" }}
94
+ {%- else %}
95
+ {{- "<|eot_id|>" }}
96
+ {%- endif %}
97
+ {%- elif message.role == "tool" or message.role == "ipython" %}
98
+ {{- "<|start_header_id|>ipython<|end_header_id|>\n\n" }}
99
+ {%- if message.content is mapping or message.content is iterable %}
100
+ {{- message.content | tojson }}
101
+ {%- else %}
102
+ {{- message.content }}
103
+ {%- endif %}
104
+ {{- "<|eot_id|>" }}
105
+ {%- endif %}
106
+ {%- endfor %}
107
+ {%- if add_generation_prompt %}
108
+ {{- '<|start_header_id|>assistant<|end_header_id|>\n\n' }}
109
+ {%- endif %}
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b9e4e7fb171f92fd137b777cc2714bf87d11576700a1dcd7a399e7bbe39537b
3
+ size 17209920
tokenizer_config.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "backend": "tokenizers",
3
+ "bos_token": "<|begin_of_text|>",
4
+ "clean_up_tokenization_spaces": true,
5
+ "eos_token": "<|eot_id|>",
6
+ "is_local": false,
7
+ "local_files_only": false,
8
+ "model_input_names": [
9
+ "input_ids",
10
+ "attention_mask"
11
+ ],
12
+ "model_max_length": 131072,
13
+ "pad_token": "<|eot_id|>",
14
+ "tokenizer_class": "TokenizersBackend"
15
+ }
trainer_state.json ADDED
@@ -0,0 +1,2114 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 2.0,
6
+ "eval_steps": 500,
7
+ "global_step": 208,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "entropy": 1.4476254880428314,
14
+ "epoch": 0.009685230024213076,
15
+ "grad_norm": 1.3588989973068237,
16
+ "learning_rate": 0.0,
17
+ "loss": 2.2350821495056152,
18
+ "mean_token_accuracy": 0.5031501688063145,
19
+ "num_tokens": 96574.0,
20
+ "step": 1
21
+ },
22
+ {
23
+ "entropy": 1.4007079899311066,
24
+ "epoch": 0.01937046004842615,
25
+ "grad_norm": 1.2849924564361572,
26
+ "learning_rate": 3.125e-06,
27
+ "loss": 2.14509654045105,
28
+ "mean_token_accuracy": 0.5205462127923965,
29
+ "num_tokens": 191520.0,
30
+ "step": 2
31
+ },
32
+ {
33
+ "entropy": 1.4708476215600967,
34
+ "epoch": 0.029055690072639227,
35
+ "grad_norm": 1.2314231395721436,
36
+ "learning_rate": 6.25e-06,
37
+ "loss": 2.158306121826172,
38
+ "mean_token_accuracy": 0.5159582570195198,
39
+ "num_tokens": 287631.0,
40
+ "step": 3
41
+ },
42
+ {
43
+ "entropy": 1.5651142746210098,
44
+ "epoch": 0.0387409200968523,
45
+ "grad_norm": 0.9785442352294922,
46
+ "learning_rate": 9.375000000000001e-06,
47
+ "loss": 2.0755105018615723,
48
+ "mean_token_accuracy": 0.5181002020835876,
49
+ "num_tokens": 384739.0,
50
+ "step": 4
51
+ },
52
+ {
53
+ "entropy": 1.579958975315094,
54
+ "epoch": 0.048426150121065374,
55
+ "grad_norm": 0.7276659607887268,
56
+ "learning_rate": 1.25e-05,
57
+ "loss": 1.930289626121521,
58
+ "mean_token_accuracy": 0.5408441498875618,
59
+ "num_tokens": 481674.0,
60
+ "step": 5
61
+ },
62
+ {
63
+ "entropy": 1.8359138667583466,
64
+ "epoch": 0.05811138014527845,
65
+ "grad_norm": 0.5072433352470398,
66
+ "learning_rate": 1.5625e-05,
67
+ "loss": 1.9374589920043945,
68
+ "mean_token_accuracy": 0.5299954265356064,
69
+ "num_tokens": 576090.0,
70
+ "step": 6
71
+ },
72
+ {
73
+ "entropy": 1.8671298921108246,
74
+ "epoch": 0.06779661016949153,
75
+ "grad_norm": 0.44714638590812683,
76
+ "learning_rate": 1.8750000000000002e-05,
77
+ "loss": 1.8663867712020874,
78
+ "mean_token_accuracy": 0.5436736792325974,
79
+ "num_tokens": 673951.0,
80
+ "step": 7
81
+ },
82
+ {
83
+ "entropy": 1.933446392416954,
84
+ "epoch": 0.0774818401937046,
85
+ "grad_norm": 0.5136867761611938,
86
+ "learning_rate": 2.1875e-05,
87
+ "loss": 1.7743638753890991,
88
+ "mean_token_accuracy": 0.5584963485598564,
89
+ "num_tokens": 771899.0,
90
+ "step": 8
91
+ },
92
+ {
93
+ "entropy": 1.9850385338068008,
94
+ "epoch": 0.08716707021791767,
95
+ "grad_norm": 0.5442814826965332,
96
+ "learning_rate": 2.5e-05,
97
+ "loss": 1.7758773565292358,
98
+ "mean_token_accuracy": 0.5573008134961128,
99
+ "num_tokens": 868206.0,
100
+ "step": 9
101
+ },
102
+ {
103
+ "entropy": 1.9424707889556885,
104
+ "epoch": 0.09685230024213075,
105
+ "grad_norm": 0.5084043741226196,
106
+ "learning_rate": 2.8125000000000003e-05,
107
+ "loss": 1.7394293546676636,
108
+ "mean_token_accuracy": 0.5608929991722107,
109
+ "num_tokens": 964219.0,
110
+ "step": 10
111
+ },
112
+ {
113
+ "entropy": 1.8063177168369293,
114
+ "epoch": 0.10653753026634383,
115
+ "grad_norm": 0.3967217206954956,
116
+ "learning_rate": 3.125e-05,
117
+ "loss": 1.6807222366333008,
118
+ "mean_token_accuracy": 0.5679514929652214,
119
+ "num_tokens": 1062125.0,
120
+ "step": 11
121
+ },
122
+ {
123
+ "entropy": 1.638314574956894,
124
+ "epoch": 0.1162227602905569,
125
+ "grad_norm": 0.5107802152633667,
126
+ "learning_rate": 3.4375e-05,
127
+ "loss": 1.6123173236846924,
128
+ "mean_token_accuracy": 0.583977460861206,
129
+ "num_tokens": 1159319.0,
130
+ "step": 12
131
+ },
132
+ {
133
+ "entropy": 1.5576547533273697,
134
+ "epoch": 0.12590799031476999,
135
+ "grad_norm": 0.3253207802772522,
136
+ "learning_rate": 3.7500000000000003e-05,
137
+ "loss": 1.6140292882919312,
138
+ "mean_token_accuracy": 0.5774664506316185,
139
+ "num_tokens": 1256881.0,
140
+ "step": 13
141
+ },
142
+ {
143
+ "entropy": 1.4602049440145493,
144
+ "epoch": 0.13559322033898305,
145
+ "grad_norm": 0.3317743241786957,
146
+ "learning_rate": 4.0625000000000005e-05,
147
+ "loss": 1.5576837062835693,
148
+ "mean_token_accuracy": 0.586665965616703,
149
+ "num_tokens": 1351620.0,
150
+ "step": 14
151
+ },
152
+ {
153
+ "entropy": 1.4226532131433487,
154
+ "epoch": 0.14527845036319612,
155
+ "grad_norm": 0.2991933524608612,
156
+ "learning_rate": 4.375e-05,
157
+ "loss": 1.5325368642807007,
158
+ "mean_token_accuracy": 0.5934261903166771,
159
+ "num_tokens": 1449026.0,
160
+ "step": 15
161
+ },
162
+ {
163
+ "entropy": 1.453083336353302,
164
+ "epoch": 0.1549636803874092,
165
+ "grad_norm": 0.26260727643966675,
166
+ "learning_rate": 4.6875e-05,
167
+ "loss": 1.5117604732513428,
168
+ "mean_token_accuracy": 0.5941561385989189,
169
+ "num_tokens": 1546355.0,
170
+ "step": 16
171
+ },
172
+ {
173
+ "entropy": 1.4769755005836487,
174
+ "epoch": 0.16464891041162227,
175
+ "grad_norm": 0.24356529116630554,
176
+ "learning_rate": 5e-05,
177
+ "loss": 1.5000947713851929,
178
+ "mean_token_accuracy": 0.5963850915431976,
179
+ "num_tokens": 1644308.0,
180
+ "step": 17
181
+ },
182
+ {
183
+ "entropy": 1.4608993381261826,
184
+ "epoch": 0.17433414043583534,
185
+ "grad_norm": 0.27541783452033997,
186
+ "learning_rate": 4.999859193643945e-05,
187
+ "loss": 1.4296932220458984,
188
+ "mean_token_accuracy": 0.6135347038507462,
189
+ "num_tokens": 1741625.0,
190
+ "step": 18
191
+ },
192
+ {
193
+ "entropy": 1.4715198874473572,
194
+ "epoch": 0.18401937046004843,
195
+ "grad_norm": 0.24254612624645233,
196
+ "learning_rate": 4.999436790436924e-05,
197
+ "loss": 1.4109866619110107,
198
+ "mean_token_accuracy": 0.6162872388958931,
199
+ "num_tokens": 1839077.0,
200
+ "step": 19
201
+ },
202
+ {
203
+ "entropy": 1.4909484386444092,
204
+ "epoch": 0.1937046004842615,
205
+ "grad_norm": 0.24249622225761414,
206
+ "learning_rate": 4.9987328379605816e-05,
207
+ "loss": 1.4181320667266846,
208
+ "mean_token_accuracy": 0.6092976555228233,
209
+ "num_tokens": 1936754.0,
210
+ "step": 20
211
+ },
212
+ {
213
+ "entropy": 1.468568578362465,
214
+ "epoch": 0.2033898305084746,
215
+ "grad_norm": 0.21892383694648743,
216
+ "learning_rate": 4.9977474155117045e-05,
217
+ "loss": 1.4207193851470947,
218
+ "mean_token_accuracy": 0.6143926084041595,
219
+ "num_tokens": 2034049.0,
220
+ "step": 21
221
+ },
222
+ {
223
+ "entropy": 1.4144536703824997,
224
+ "epoch": 0.21307506053268765,
225
+ "grad_norm": 0.24802649021148682,
226
+ "learning_rate": 4.9964806340932865e-05,
227
+ "loss": 1.3823838233947754,
228
+ "mean_token_accuracy": 0.6196955218911171,
229
+ "num_tokens": 2131193.0,
230
+ "step": 22
231
+ },
232
+ {
233
+ "entropy": 1.4027946889400482,
234
+ "epoch": 0.22276029055690072,
235
+ "grad_norm": 0.2114405333995819,
236
+ "learning_rate": 4.9949326364020314e-05,
237
+ "loss": 1.3788299560546875,
238
+ "mean_token_accuracy": 0.6205098181962967,
239
+ "num_tokens": 2228554.0,
240
+ "step": 23
241
+ },
242
+ {
243
+ "entropy": 1.3630587011575699,
244
+ "epoch": 0.2324455205811138,
245
+ "grad_norm": 0.18567043542861938,
246
+ "learning_rate": 4.993103596812268e-05,
247
+ "loss": 1.3441742658615112,
248
+ "mean_token_accuracy": 0.6255069524049759,
249
+ "num_tokens": 2325761.0,
250
+ "step": 24
251
+ },
252
+ {
253
+ "entropy": 1.3504581600427628,
254
+ "epoch": 0.24213075060532688,
255
+ "grad_norm": 0.18140752613544464,
256
+ "learning_rate": 4.9909937213563165e-05,
257
+ "loss": 1.3367418050765991,
258
+ "mean_token_accuracy": 0.6294924318790436,
259
+ "num_tokens": 2420230.0,
260
+ "step": 25
261
+ },
262
+ {
263
+ "entropy": 1.3556479513645172,
264
+ "epoch": 0.25181598062953997,
265
+ "grad_norm": 0.19952309131622314,
266
+ "learning_rate": 4.988603247701277e-05,
267
+ "loss": 1.329459547996521,
268
+ "mean_token_accuracy": 0.6290309652686119,
269
+ "num_tokens": 2515756.0,
270
+ "step": 26
271
+ },
272
+ {
273
+ "entropy": 1.3174784928560257,
274
+ "epoch": 0.26150121065375304,
275
+ "grad_norm": 0.2040238082408905,
276
+ "learning_rate": 4.985932445122257e-05,
277
+ "loss": 1.3146334886550903,
278
+ "mean_token_accuracy": 0.6350805461406708,
279
+ "num_tokens": 2611239.0,
280
+ "step": 27
281
+ },
282
+ {
283
+ "entropy": 1.337596833705902,
284
+ "epoch": 0.2711864406779661,
285
+ "grad_norm": 0.1924348771572113,
286
+ "learning_rate": 4.982981614472039e-05,
287
+ "loss": 1.325057864189148,
288
+ "mean_token_accuracy": 0.6268098577857018,
289
+ "num_tokens": 2708463.0,
290
+ "step": 28
291
+ },
292
+ {
293
+ "entropy": 1.295740321278572,
294
+ "epoch": 0.28087167070217917,
295
+ "grad_norm": 0.18018221855163574,
296
+ "learning_rate": 4.979751088147192e-05,
297
+ "loss": 1.2943141460418701,
298
+ "mean_token_accuracy": 0.6371493935585022,
299
+ "num_tokens": 2806105.0,
300
+ "step": 29
301
+ },
302
+ {
303
+ "entropy": 1.2824859917163849,
304
+ "epoch": 0.29055690072639223,
305
+ "grad_norm": 0.1904715597629547,
306
+ "learning_rate": 4.97624123005063e-05,
307
+ "loss": 1.282959222793579,
308
+ "mean_token_accuracy": 0.6380399465560913,
309
+ "num_tokens": 2903815.0,
310
+ "step": 30
311
+ },
312
+ {
313
+ "entropy": 1.274334877729416,
314
+ "epoch": 0.30024213075060535,
315
+ "grad_norm": 0.17454974353313446,
316
+ "learning_rate": 4.972452435550614e-05,
317
+ "loss": 1.2828162908554077,
318
+ "mean_token_accuracy": 0.6363882124423981,
319
+ "num_tokens": 3000656.0,
320
+ "step": 31
321
+ },
322
+ {
323
+ "entropy": 1.298419788479805,
324
+ "epoch": 0.3099273607748184,
325
+ "grad_norm": 0.16989658772945404,
326
+ "learning_rate": 4.968385131436222e-05,
327
+ "loss": 1.283800482749939,
328
+ "mean_token_accuracy": 0.6383039951324463,
329
+ "num_tokens": 3098537.0,
330
+ "step": 32
331
+ },
332
+ {
333
+ "entropy": 1.3138496726751328,
334
+ "epoch": 0.3196125907990315,
335
+ "grad_norm": 0.1963842809200287,
336
+ "learning_rate": 4.9640397758692715e-05,
337
+ "loss": 1.287667989730835,
338
+ "mean_token_accuracy": 0.6366405189037323,
339
+ "num_tokens": 3195923.0,
340
+ "step": 33
341
+ },
342
+ {
343
+ "entropy": 1.316459745168686,
344
+ "epoch": 0.32929782082324455,
345
+ "grad_norm": 0.17209197580814362,
346
+ "learning_rate": 4.9594168583327094e-05,
347
+ "loss": 1.2872288227081299,
348
+ "mean_token_accuracy": 0.6377927586436272,
349
+ "num_tokens": 3293424.0,
350
+ "step": 34
351
+ },
352
+ {
353
+ "entropy": 1.2688211798667908,
354
+ "epoch": 0.3389830508474576,
355
+ "grad_norm": 0.1710345298051834,
356
+ "learning_rate": 4.954516899575473e-05,
357
+ "loss": 1.2326550483703613,
358
+ "mean_token_accuracy": 0.6454800367355347,
359
+ "num_tokens": 3390314.0,
360
+ "step": 35
361
+ },
362
+ {
363
+ "entropy": 1.275676041841507,
364
+ "epoch": 0.3486682808716707,
365
+ "grad_norm": 0.16850367188453674,
366
+ "learning_rate": 4.949340451553833e-05,
367
+ "loss": 1.2480475902557373,
368
+ "mean_token_accuracy": 0.644576296210289,
369
+ "num_tokens": 3485697.0,
370
+ "step": 36
371
+ },
372
+ {
373
+ "entropy": 1.2488422840833664,
374
+ "epoch": 0.3583535108958838,
375
+ "grad_norm": 0.17575675249099731,
376
+ "learning_rate": 4.943888097369216e-05,
377
+ "loss": 1.2449251413345337,
378
+ "mean_token_accuracy": 0.6482485681772232,
379
+ "num_tokens": 3583116.0,
380
+ "step": 37
381
+ },
382
+ {
383
+ "entropy": 1.20504991710186,
384
+ "epoch": 0.36803874092009686,
385
+ "grad_norm": 0.16634824872016907,
386
+ "learning_rate": 4.938160451202521e-05,
387
+ "loss": 1.210385799407959,
388
+ "mean_token_accuracy": 0.6547724008560181,
389
+ "num_tokens": 3678517.0,
390
+ "step": 38
391
+ },
392
+ {
393
+ "entropy": 1.236429587006569,
394
+ "epoch": 0.37772397094430993,
395
+ "grad_norm": 0.15360407531261444,
396
+ "learning_rate": 4.9321581582449365e-05,
397
+ "loss": 1.2314069271087646,
398
+ "mean_token_accuracy": 0.6504408493638039,
399
+ "num_tokens": 3775690.0,
400
+ "step": 39
401
+ },
402
+ {
403
+ "entropy": 1.2558289468288422,
404
+ "epoch": 0.387409200968523,
405
+ "grad_norm": 0.1626509577035904,
406
+ "learning_rate": 4.9258818946252624e-05,
407
+ "loss": 1.253812551498413,
408
+ "mean_token_accuracy": 0.6433829963207245,
409
+ "num_tokens": 3873239.0,
410
+ "step": 40
411
+ },
412
+ {
413
+ "entropy": 1.2188849300146103,
414
+ "epoch": 0.39709443099273606,
415
+ "grad_norm": 0.16926692426204681,
416
+ "learning_rate": 4.9193323673337476e-05,
417
+ "loss": 1.2143971920013428,
418
+ "mean_token_accuracy": 0.6519596204161644,
419
+ "num_tokens": 3970507.0,
420
+ "step": 41
421
+ },
422
+ {
423
+ "entropy": 1.2296934127807617,
424
+ "epoch": 0.4067796610169492,
425
+ "grad_norm": 0.17094968259334564,
426
+ "learning_rate": 4.912510314142448e-05,
427
+ "loss": 1.2195372581481934,
428
+ "mean_token_accuracy": 0.6513471901416779,
429
+ "num_tokens": 4067145.0,
430
+ "step": 42
431
+ },
432
+ {
433
+ "entropy": 1.2168416231870651,
434
+ "epoch": 0.41646489104116224,
435
+ "grad_norm": 0.15936042368412018,
436
+ "learning_rate": 4.9054165035221236e-05,
437
+ "loss": 1.2123249769210815,
438
+ "mean_token_accuracy": 0.6524514406919479,
439
+ "num_tokens": 4165113.0,
440
+ "step": 43
441
+ },
442
+ {
443
+ "entropy": 1.1896271854639053,
444
+ "epoch": 0.4261501210653753,
445
+ "grad_norm": 0.15422837436199188,
446
+ "learning_rate": 4.898051734555676e-05,
447
+ "loss": 1.1957529783248901,
448
+ "mean_token_accuracy": 0.6586505621671677,
449
+ "num_tokens": 4262663.0,
450
+ "step": 44
451
+ },
452
+ {
453
+ "entropy": 1.2026645243167877,
454
+ "epoch": 0.4358353510895884,
455
+ "grad_norm": 0.16097040474414825,
456
+ "learning_rate": 4.890416836848127e-05,
457
+ "loss": 1.1992558240890503,
458
+ "mean_token_accuracy": 0.6544606015086174,
459
+ "num_tokens": 4359900.0,
460
+ "step": 45
461
+ },
462
+ {
463
+ "entropy": 1.1843629777431488,
464
+ "epoch": 0.44552058111380144,
465
+ "grad_norm": 0.1597595363855362,
466
+ "learning_rate": 4.88251267043318e-05,
467
+ "loss": 1.1683578491210938,
468
+ "mean_token_accuracy": 0.6638541519641876,
469
+ "num_tokens": 4456985.0,
470
+ "step": 46
471
+ },
472
+ {
473
+ "entropy": 1.1679482907056808,
474
+ "epoch": 0.4552058111380145,
475
+ "grad_norm": 0.15203599631786346,
476
+ "learning_rate": 4.87434012567633e-05,
477
+ "loss": 1.1561784744262695,
478
+ "mean_token_accuracy": 0.6650881245732307,
479
+ "num_tokens": 4554634.0,
480
+ "step": 47
481
+ },
482
+ {
483
+ "entropy": 1.2105818390846252,
484
+ "epoch": 0.4648910411622276,
485
+ "grad_norm": 0.15597011148929596,
486
+ "learning_rate": 4.865900123174574e-05,
487
+ "loss": 1.1950294971466064,
488
+ "mean_token_accuracy": 0.6544563546776772,
489
+ "num_tokens": 4652249.0,
490
+ "step": 48
491
+ },
492
+ {
493
+ "entropy": 1.2046389728784561,
494
+ "epoch": 0.4745762711864407,
495
+ "grad_norm": 0.15933600068092346,
496
+ "learning_rate": 4.857193613652711e-05,
497
+ "loss": 1.183128833770752,
498
+ "mean_token_accuracy": 0.6564416959881783,
499
+ "num_tokens": 4748832.0,
500
+ "step": 49
501
+ },
502
+ {
503
+ "entropy": 1.2113090008497238,
504
+ "epoch": 0.48426150121065376,
505
+ "grad_norm": 0.15904678404331207,
506
+ "learning_rate": 4.848221577856243e-05,
507
+ "loss": 1.1915383338928223,
508
+ "mean_token_accuracy": 0.6567506939172745,
509
+ "num_tokens": 4845986.0,
510
+ "step": 50
511
+ },
512
+ {
513
+ "entropy": 1.1754019558429718,
514
+ "epoch": 0.4939467312348668,
515
+ "grad_norm": 0.15548165142536163,
516
+ "learning_rate": 4.838985026440905e-05,
517
+ "loss": 1.1645618677139282,
518
+ "mean_token_accuracy": 0.6654537692666054,
519
+ "num_tokens": 4942777.0,
520
+ "step": 51
521
+ },
522
+ {
523
+ "entropy": 1.1717564463615417,
524
+ "epoch": 0.5036319612590799,
525
+ "grad_norm": 0.16495537757873535,
526
+ "learning_rate": 4.829484999858815e-05,
527
+ "loss": 1.1674176454544067,
528
+ "mean_token_accuracy": 0.659358873963356,
529
+ "num_tokens": 5040326.0,
530
+ "step": 52
531
+ },
532
+ {
533
+ "entropy": 1.1637324541807175,
534
+ "epoch": 0.513317191283293,
535
+ "grad_norm": 0.16075873374938965,
536
+ "learning_rate": 4.819722568241274e-05,
537
+ "loss": 1.1621849536895752,
538
+ "mean_token_accuracy": 0.663130484521389,
539
+ "num_tokens": 5137838.0,
540
+ "step": 53
541
+ },
542
+ {
543
+ "entropy": 1.1703068912029266,
544
+ "epoch": 0.5230024213075061,
545
+ "grad_norm": 0.16048873960971832,
546
+ "learning_rate": 4.8096988312782174e-05,
547
+ "loss": 1.1667448282241821,
548
+ "mean_token_accuracy": 0.6606730446219444,
549
+ "num_tokens": 5234578.0,
550
+ "step": 54
551
+ },
552
+ {
553
+ "entropy": 1.1869463622570038,
554
+ "epoch": 0.5326876513317191,
555
+ "grad_norm": 0.1574316769838333,
556
+ "learning_rate": 4.799414918094347e-05,
557
+ "loss": 1.1867117881774902,
558
+ "mean_token_accuracy": 0.6562071144580841,
559
+ "num_tokens": 5332439.0,
560
+ "step": 55
561
+ },
562
+ {
563
+ "entropy": 1.1833796501159668,
564
+ "epoch": 0.5423728813559322,
565
+ "grad_norm": 0.1627049446105957,
566
+ "learning_rate": 4.788871987121937e-05,
567
+ "loss": 1.1771697998046875,
568
+ "mean_token_accuracy": 0.6603464111685753,
569
+ "num_tokens": 5430102.0,
570
+ "step": 56
571
+ },
572
+ {
573
+ "entropy": 1.1720363795757294,
574
+ "epoch": 0.5520581113801453,
575
+ "grad_norm": 0.30378302931785583,
576
+ "learning_rate": 4.77807122597034e-05,
577
+ "loss": 1.1528563499450684,
578
+ "mean_token_accuracy": 0.6617102548480034,
579
+ "num_tokens": 5528264.0,
580
+ "step": 57
581
+ },
582
+ {
583
+ "entropy": 1.1582888960838318,
584
+ "epoch": 0.5617433414043583,
585
+ "grad_norm": 0.1613432615995407,
586
+ "learning_rate": 4.767013851292212e-05,
587
+ "loss": 1.1482983827590942,
588
+ "mean_token_accuracy": 0.6675111055374146,
589
+ "num_tokens": 5625491.0,
590
+ "step": 58
591
+ },
592
+ {
593
+ "entropy": 1.1704413145780563,
594
+ "epoch": 0.5714285714285714,
595
+ "grad_norm": 0.15665417909622192,
596
+ "learning_rate": 4.755701108646463e-05,
597
+ "loss": 1.1476081609725952,
598
+ "mean_token_accuracy": 0.6660670340061188,
599
+ "num_tokens": 5723563.0,
600
+ "step": 59
601
+ },
602
+ {
603
+ "entropy": 1.1684788465499878,
604
+ "epoch": 0.5811138014527845,
605
+ "grad_norm": 0.1587826907634735,
606
+ "learning_rate": 4.744134272357948e-05,
607
+ "loss": 1.15497624874115,
608
+ "mean_token_accuracy": 0.662791483104229,
609
+ "num_tokens": 5821106.0,
610
+ "step": 60
611
+ },
612
+ {
613
+ "entropy": 1.1705324202775955,
614
+ "epoch": 0.5907990314769975,
615
+ "grad_norm": 0.1650344729423523,
616
+ "learning_rate": 4.732314645373921e-05,
617
+ "loss": 1.168868899345398,
618
+ "mean_token_accuracy": 0.659059427678585,
619
+ "num_tokens": 5918772.0,
620
+ "step": 61
621
+ },
622
+ {
623
+ "entropy": 1.1340993344783783,
624
+ "epoch": 0.6004842615012107,
625
+ "grad_norm": 0.15585103631019592,
626
+ "learning_rate": 4.7202435591172676e-05,
627
+ "loss": 1.1181915998458862,
628
+ "mean_token_accuracy": 0.6716931834816933,
629
+ "num_tokens": 6016758.0,
630
+ "step": 62
631
+ },
632
+ {
633
+ "entropy": 1.1135689467191696,
634
+ "epoch": 0.6101694915254238,
635
+ "grad_norm": 0.15927211940288544,
636
+ "learning_rate": 4.7079223733365237e-05,
637
+ "loss": 1.1100869178771973,
638
+ "mean_token_accuracy": 0.6781439930200577,
639
+ "num_tokens": 6113210.0,
640
+ "step": 63
641
+ },
642
+ {
643
+ "entropy": 1.1656545102596283,
644
+ "epoch": 0.6198547215496368,
645
+ "grad_norm": 0.1585935652256012,
646
+ "learning_rate": 4.6953524759527054e-05,
647
+ "loss": 1.1522451639175415,
648
+ "mean_token_accuracy": 0.664880745112896,
649
+ "num_tokens": 6210272.0,
650
+ "step": 64
651
+ },
652
+ {
653
+ "entropy": 1.1241111010313034,
654
+ "epoch": 0.6295399515738499,
655
+ "grad_norm": 0.15607106685638428,
656
+ "learning_rate": 4.6825352829029705e-05,
657
+ "loss": 1.1200485229492188,
658
+ "mean_token_accuracy": 0.671033151447773,
659
+ "num_tokens": 6307273.0,
660
+ "step": 65
661
+ },
662
+ {
663
+ "entropy": 1.135048821568489,
664
+ "epoch": 0.639225181598063,
665
+ "grad_norm": 0.1598539501428604,
666
+ "learning_rate": 4.6694722379811185e-05,
667
+ "loss": 1.1302683353424072,
668
+ "mean_token_accuracy": 0.6700672060251236,
669
+ "num_tokens": 6404865.0,
670
+ "step": 66
671
+ },
672
+ {
673
+ "entropy": 1.1544559001922607,
674
+ "epoch": 0.648910411622276,
675
+ "grad_norm": 0.16644105315208435,
676
+ "learning_rate": 4.656164812674951e-05,
677
+ "loss": 1.1450002193450928,
678
+ "mean_token_accuracy": 0.6640813648700714,
679
+ "num_tokens": 6501650.0,
680
+ "step": 67
681
+ },
682
+ {
683
+ "entropy": 1.132233053445816,
684
+ "epoch": 0.6585956416464891,
685
+ "grad_norm": 0.16045193374156952,
686
+ "learning_rate": 4.642614506000523e-05,
687
+ "loss": 1.121936559677124,
688
+ "mean_token_accuracy": 0.6716863736510277,
689
+ "num_tokens": 6599028.0,
690
+ "step": 68
691
+ },
692
+ {
693
+ "entropy": 1.1332774758338928,
694
+ "epoch": 0.6682808716707022,
695
+ "grad_norm": 0.16355212032794952,
696
+ "learning_rate": 4.628822844333278e-05,
697
+ "loss": 1.1154568195343018,
698
+ "mean_token_accuracy": 0.6706111207604408,
699
+ "num_tokens": 6695913.0,
700
+ "step": 69
701
+ },
702
+ {
703
+ "entropy": 1.117134228348732,
704
+ "epoch": 0.6779661016949152,
705
+ "grad_norm": 0.1609818935394287,
706
+ "learning_rate": 4.614791381236115e-05,
707
+ "loss": 1.108933925628662,
708
+ "mean_token_accuracy": 0.6739098057150841,
709
+ "num_tokens": 6793755.0,
710
+ "step": 70
711
+ },
712
+ {
713
+ "entropy": 1.123718187212944,
714
+ "epoch": 0.6876513317191283,
715
+ "grad_norm": 0.16711370646953583,
716
+ "learning_rate": 4.6005216972843864e-05,
717
+ "loss": 1.1205769777297974,
718
+ "mean_token_accuracy": 0.6695492789149284,
719
+ "num_tokens": 6889869.0,
720
+ "step": 71
721
+ },
722
+ {
723
+ "entropy": 1.1330177187919617,
724
+ "epoch": 0.6973365617433414,
725
+ "grad_norm": 0.15766654908657074,
726
+ "learning_rate": 4.5860153998878494e-05,
727
+ "loss": 1.136279582977295,
728
+ "mean_token_accuracy": 0.6664912849664688,
729
+ "num_tokens": 6987242.0,
730
+ "step": 72
731
+ },
732
+ {
733
+ "entropy": 1.1289773285388947,
734
+ "epoch": 0.7070217917675545,
735
+ "grad_norm": 0.167424738407135,
736
+ "learning_rate": 4.571274123109606e-05,
737
+ "loss": 1.1257307529449463,
738
+ "mean_token_accuracy": 0.6683443114161491,
739
+ "num_tokens": 7083683.0,
740
+ "step": 73
741
+ },
742
+ {
743
+ "entropy": 1.1089464724063873,
744
+ "epoch": 0.7167070217917676,
745
+ "grad_norm": 0.29150310158729553,
746
+ "learning_rate": 4.5562995274820284e-05,
747
+ "loss": 1.0986303091049194,
748
+ "mean_token_accuracy": 0.6785000637173653,
749
+ "num_tokens": 7180007.0,
750
+ "step": 74
751
+ },
752
+ {
753
+ "entropy": 1.1168130189180374,
754
+ "epoch": 0.7263922518159807,
755
+ "grad_norm": 0.1623908281326294,
756
+ "learning_rate": 4.541093299819714e-05,
757
+ "loss": 1.1109479665756226,
758
+ "mean_token_accuracy": 0.6751653999090195,
759
+ "num_tokens": 7276880.0,
760
+ "step": 75
761
+ },
762
+ {
763
+ "entropy": 1.1238265335559845,
764
+ "epoch": 0.7360774818401937,
765
+ "grad_norm": 0.16212861239910126,
766
+ "learning_rate": 4.5256571530294664e-05,
767
+ "loss": 1.104738473892212,
768
+ "mean_token_accuracy": 0.6755917444825172,
769
+ "num_tokens": 7374051.0,
770
+ "step": 76
771
+ },
772
+ {
773
+ "entropy": 1.1079749763011932,
774
+ "epoch": 0.7457627118644068,
775
+ "grad_norm": 0.15648601949214935,
776
+ "learning_rate": 4.5099928259173516e-05,
777
+ "loss": 1.1000884771347046,
778
+ "mean_token_accuracy": 0.6749309673905373,
779
+ "num_tokens": 7471906.0,
780
+ "step": 77
781
+ },
782
+ {
783
+ "entropy": 1.12865149974823,
784
+ "epoch": 0.7554479418886199,
785
+ "grad_norm": 0.15941032767295837,
786
+ "learning_rate": 4.4941020829928245e-05,
787
+ "loss": 1.1193838119506836,
788
+ "mean_token_accuracy": 0.6708522811532021,
789
+ "num_tokens": 7569981.0,
790
+ "step": 78
791
+ },
792
+ {
793
+ "entropy": 1.1111949235200882,
794
+ "epoch": 0.7651331719128329,
795
+ "grad_norm": 0.16523951292037964,
796
+ "learning_rate": 4.477986714269972e-05,
797
+ "loss": 1.1221985816955566,
798
+ "mean_token_accuracy": 0.6717454493045807,
799
+ "num_tokens": 7663566.0,
800
+ "step": 79
801
+ },
802
+ {
803
+ "entropy": 1.100884273648262,
804
+ "epoch": 0.774818401937046,
805
+ "grad_norm": 0.16432514786720276,
806
+ "learning_rate": 4.4616485350658685e-05,
807
+ "loss": 1.104296088218689,
808
+ "mean_token_accuracy": 0.6767150536179543,
809
+ "num_tokens": 7761120.0,
810
+ "step": 80
811
+ },
812
+ {
813
+ "entropy": 1.1229810565710068,
814
+ "epoch": 0.784503631961259,
815
+ "grad_norm": 0.17101751267910004,
816
+ "learning_rate": 4.445089385796099e-05,
817
+ "loss": 1.1202152967453003,
818
+ "mean_token_accuracy": 0.6708082109689713,
819
+ "num_tokens": 7859307.0,
820
+ "step": 81
821
+ },
822
+ {
823
+ "entropy": 1.134630709886551,
824
+ "epoch": 0.7941888619854721,
825
+ "grad_norm": 0.1734648197889328,
826
+ "learning_rate": 4.4283111317674374e-05,
827
+ "loss": 1.1201170682907104,
828
+ "mean_token_accuracy": 0.6716241240501404,
829
+ "num_tokens": 7956863.0,
830
+ "step": 82
831
+ },
832
+ {
833
+ "entropy": 1.1259192377328873,
834
+ "epoch": 0.8038740920096852,
835
+ "grad_norm": 0.16475871205329895,
836
+ "learning_rate": 4.4113156629677316e-05,
837
+ "loss": 1.1068096160888672,
838
+ "mean_token_accuracy": 0.674552284181118,
839
+ "num_tokens": 8053100.0,
840
+ "step": 83
841
+ },
842
+ {
843
+ "entropy": 1.0983240008354187,
844
+ "epoch": 0.8135593220338984,
845
+ "grad_norm": 0.17292368412017822,
846
+ "learning_rate": 4.394104893853007e-05,
847
+ "loss": 1.0763158798217773,
848
+ "mean_token_accuracy": 0.6806622296571732,
849
+ "num_tokens": 8151004.0,
850
+ "step": 84
851
+ },
852
+ {
853
+ "entropy": 1.1288987547159195,
854
+ "epoch": 0.8232445520581114,
855
+ "grad_norm": 0.16203227639198303,
856
+ "learning_rate": 4.3766807631318106e-05,
857
+ "loss": 1.1195769309997559,
858
+ "mean_token_accuracy": 0.671344555914402,
859
+ "num_tokens": 8248668.0,
860
+ "step": 85
861
+ },
862
+ {
863
+ "entropy": 1.1410782486200333,
864
+ "epoch": 0.8329297820823245,
865
+ "grad_norm": 0.16533830761909485,
866
+ "learning_rate": 4.359045233546827e-05,
867
+ "loss": 1.1256823539733887,
868
+ "mean_token_accuracy": 0.6698467060923576,
869
+ "num_tokens": 8345497.0,
870
+ "step": 86
871
+ },
872
+ {
873
+ "entropy": 1.0999096632003784,
874
+ "epoch": 0.8426150121065376,
875
+ "grad_norm": 0.17075778543949127,
876
+ "learning_rate": 4.341200291653781e-05,
877
+ "loss": 1.0872827768325806,
878
+ "mean_token_accuracy": 0.6762653961777687,
879
+ "num_tokens": 8443405.0,
880
+ "step": 87
881
+ },
882
+ {
883
+ "entropy": 1.0918122231960297,
884
+ "epoch": 0.8523002421307506,
885
+ "grad_norm": 0.1702580451965332,
886
+ "learning_rate": 4.323147947597666e-05,
887
+ "loss": 1.0806095600128174,
888
+ "mean_token_accuracy": 0.6800353080034256,
889
+ "num_tokens": 8540868.0,
890
+ "step": 88
891
+ },
892
+ {
893
+ "entropy": 1.0941280871629715,
894
+ "epoch": 0.8619854721549637,
895
+ "grad_norm": 0.16791851818561554,
896
+ "learning_rate": 4.3048902348863116e-05,
897
+ "loss": 1.0981943607330322,
898
+ "mean_token_accuracy": 0.6758224442601204,
899
+ "num_tokens": 8638186.0,
900
+ "step": 89
901
+ },
902
+ {
903
+ "entropy": 1.0951679199934006,
904
+ "epoch": 0.8716707021791767,
905
+ "grad_norm": 0.1697986125946045,
906
+ "learning_rate": 4.2864292101613136e-05,
907
+ "loss": 1.0987718105316162,
908
+ "mean_token_accuracy": 0.6747072339057922,
909
+ "num_tokens": 8735354.0,
910
+ "step": 90
911
+ },
912
+ {
913
+ "entropy": 1.1223643571138382,
914
+ "epoch": 0.8813559322033898,
915
+ "grad_norm": 0.2108999490737915,
916
+ "learning_rate": 4.267766952966369e-05,
917
+ "loss": 1.1219862699508667,
918
+ "mean_token_accuracy": 0.6695899069309235,
919
+ "num_tokens": 8832051.0,
920
+ "step": 91
921
+ },
922
+ {
923
+ "entropy": 1.1099307239055634,
924
+ "epoch": 0.8910411622276029,
925
+ "grad_norm": 0.18003661930561066,
926
+ "learning_rate": 4.248905565513023e-05,
927
+ "loss": 1.0990370512008667,
928
+ "mean_token_accuracy": 0.6750800833106041,
929
+ "num_tokens": 8929471.0,
930
+ "step": 92
931
+ },
932
+ {
933
+ "entropy": 1.1097175031900406,
934
+ "epoch": 0.9007263922518159,
935
+ "grad_norm": 0.18473289906978607,
936
+ "learning_rate": 4.229847172443866e-05,
937
+ "loss": 1.0890154838562012,
938
+ "mean_token_accuracy": 0.6764732897281647,
939
+ "num_tokens": 9026545.0,
940
+ "step": 93
941
+ },
942
+ {
943
+ "entropy": 1.1048423945903778,
944
+ "epoch": 0.910411622276029,
945
+ "grad_norm": 0.17208412289619446,
946
+ "learning_rate": 4.210593920593201e-05,
947
+ "loss": 1.1022264957427979,
948
+ "mean_token_accuracy": 0.6741294264793396,
949
+ "num_tokens": 9124261.0,
950
+ "step": 94
951
+ },
952
+ {
953
+ "entropy": 1.0943758487701416,
954
+ "epoch": 0.9200968523002422,
955
+ "grad_norm": 0.18163490295410156,
956
+ "learning_rate": 4.191147978745218e-05,
957
+ "loss": 1.0901988744735718,
958
+ "mean_token_accuracy": 0.6788006126880646,
959
+ "num_tokens": 9220673.0,
960
+ "step": 95
961
+ },
962
+ {
963
+ "entropy": 1.1178465783596039,
964
+ "epoch": 0.9297820823244553,
965
+ "grad_norm": 0.1731623411178589,
966
+ "learning_rate": 4.171511537389684e-05,
967
+ "loss": 1.1111767292022705,
968
+ "mean_token_accuracy": 0.6736986339092255,
969
+ "num_tokens": 9318321.0,
970
+ "step": 96
971
+ },
972
+ {
973
+ "entropy": 1.0975633561611176,
974
+ "epoch": 0.9394673123486683,
975
+ "grad_norm": 0.18208175897598267,
976
+ "learning_rate": 4.151686808475204e-05,
977
+ "loss": 1.0915802717208862,
978
+ "mean_token_accuracy": 0.6765245422720909,
979
+ "num_tokens": 9415394.0,
980
+ "step": 97
981
+ },
982
+ {
983
+ "entropy": 1.114044964313507,
984
+ "epoch": 0.9491525423728814,
985
+ "grad_norm": 0.17058847844600677,
986
+ "learning_rate": 4.131676025160047e-05,
987
+ "loss": 1.1074469089508057,
988
+ "mean_token_accuracy": 0.6720306798815727,
989
+ "num_tokens": 9512880.0,
990
+ "step": 98
991
+ },
992
+ {
993
+ "entropy": 1.07672019302845,
994
+ "epoch": 0.9588377723970944,
995
+ "grad_norm": 0.18478929996490479,
996
+ "learning_rate": 4.111481441560598e-05,
997
+ "loss": 1.0674448013305664,
998
+ "mean_token_accuracy": 0.6838654279708862,
999
+ "num_tokens": 9606053.0,
1000
+ "step": 99
1001
+ },
1002
+ {
1003
+ "entropy": 1.0935327857732773,
1004
+ "epoch": 0.9685230024213075,
1005
+ "grad_norm": 0.17510797083377838,
1006
+ "learning_rate": 4.091105332497439e-05,
1007
+ "loss": 1.0954351425170898,
1008
+ "mean_token_accuracy": 0.6775561571121216,
1009
+ "num_tokens": 9702569.0,
1010
+ "step": 100
1011
+ },
1012
+ {
1013
+ "entropy": 1.0855822414159775,
1014
+ "epoch": 0.9782082324455206,
1015
+ "grad_norm": 0.18510136008262634,
1016
+ "learning_rate": 4.070549993239106e-05,
1017
+ "loss": 1.0844038724899292,
1018
+ "mean_token_accuracy": 0.681103028357029,
1019
+ "num_tokens": 9799976.0,
1020
+ "step": 101
1021
+ },
1022
+ {
1023
+ "entropy": 1.1072624325752258,
1024
+ "epoch": 0.9878934624697336,
1025
+ "grad_norm": 0.2109905481338501,
1026
+ "learning_rate": 4.049817739243532e-05,
1027
+ "loss": 1.1046338081359863,
1028
+ "mean_token_accuracy": 0.6760703399777412,
1029
+ "num_tokens": 9895575.0,
1030
+ "step": 102
1031
+ },
1032
+ {
1033
+ "entropy": 1.0761565268039703,
1034
+ "epoch": 0.9975786924939467,
1035
+ "grad_norm": 0.18559105694293976,
1036
+ "learning_rate": 4.028910905897229e-05,
1037
+ "loss": 1.0674762725830078,
1038
+ "mean_token_accuracy": 0.6826195642352104,
1039
+ "num_tokens": 9992394.0,
1040
+ "step": 103
1041
+ },
1042
+ {
1043
+ "entropy": 1.1065305471420288,
1044
+ "epoch": 1.0,
1045
+ "grad_norm": 0.3376278877258301,
1046
+ "learning_rate": 4.007831848252211e-05,
1047
+ "loss": 1.09256911277771,
1048
+ "mean_token_accuracy": 0.678756445646286,
1049
+ "num_tokens": 10016415.0,
1050
+ "step": 104
1051
+ },
1052
+ {
1053
+ "entropy": 1.1107248812913895,
1054
+ "epoch": 1.0096852300242132,
1055
+ "grad_norm": 0.1708710938692093,
1056
+ "learning_rate": 3.986582940760717e-05,
1057
+ "loss": 1.0717049837112427,
1058
+ "mean_token_accuracy": 0.6800583377480507,
1059
+ "num_tokens": 10113793.0,
1060
+ "step": 105
1061
+ },
1062
+ {
1063
+ "entropy": 1.0776572525501251,
1064
+ "epoch": 1.0193704600484261,
1065
+ "grad_norm": 0.17748922109603882,
1066
+ "learning_rate": 3.965166577007733e-05,
1067
+ "loss": 1.0392060279846191,
1068
+ "mean_token_accuracy": 0.6892436370253563,
1069
+ "num_tokens": 10211074.0,
1070
+ "step": 106
1071
+ },
1072
+ {
1073
+ "entropy": 1.0571173429489136,
1074
+ "epoch": 1.0290556900726393,
1075
+ "grad_norm": 0.18791398406028748,
1076
+ "learning_rate": 3.94358516944137e-05,
1077
+ "loss": 1.038546085357666,
1078
+ "mean_token_accuracy": 0.6879089176654816,
1079
+ "num_tokens": 10307987.0,
1080
+ "step": 107
1081
+ },
1082
+ {
1083
+ "entropy": 1.0400206819176674,
1084
+ "epoch": 1.0387409200968523,
1085
+ "grad_norm": 0.16869165003299713,
1086
+ "learning_rate": 3.9218411491011176e-05,
1087
+ "loss": 1.0324063301086426,
1088
+ "mean_token_accuracy": 0.6877342015504837,
1089
+ "num_tokens": 10405148.0,
1090
+ "step": 108
1091
+ },
1092
+ {
1093
+ "entropy": 1.0476296544075012,
1094
+ "epoch": 1.0484261501210654,
1095
+ "grad_norm": 0.18576034903526306,
1096
+ "learning_rate": 3.899936965343989e-05,
1097
+ "loss": 1.0663259029388428,
1098
+ "mean_token_accuracy": 0.6821715012192726,
1099
+ "num_tokens": 10502344.0,
1100
+ "step": 109
1101
+ },
1102
+ {
1103
+ "entropy": 0.9960673823952675,
1104
+ "epoch": 1.0581113801452784,
1105
+ "grad_norm": 0.17832568287849426,
1106
+ "learning_rate": 3.877875085568623e-05,
1107
+ "loss": 1.0000097751617432,
1108
+ "mean_token_accuracy": 0.6989128738641739,
1109
+ "num_tokens": 10599599.0,
1110
+ "step": 110
1111
+ },
1112
+ {
1113
+ "entropy": 1.0352009981870651,
1114
+ "epoch": 1.0677966101694916,
1115
+ "grad_norm": 0.17328514158725739,
1116
+ "learning_rate": 3.8556579949373384e-05,
1117
+ "loss": 1.0506186485290527,
1118
+ "mean_token_accuracy": 0.6840933337807655,
1119
+ "num_tokens": 10694645.0,
1120
+ "step": 111
1121
+ },
1122
+ {
1123
+ "entropy": 1.0331084430217743,
1124
+ "epoch": 1.0774818401937045,
1125
+ "grad_norm": 0.18105825781822205,
1126
+ "learning_rate": 3.833288196096194e-05,
1127
+ "loss": 1.0261142253875732,
1128
+ "mean_token_accuracy": 0.6913967728614807,
1129
+ "num_tokens": 10790067.0,
1130
+ "step": 112
1131
+ },
1132
+ {
1133
+ "entropy": 1.0757844671607018,
1134
+ "epoch": 1.0871670702179177,
1135
+ "grad_norm": 0.1806410551071167,
1136
+ "learning_rate": 3.8107682088930794e-05,
1137
+ "loss": 1.0621310472488403,
1138
+ "mean_token_accuracy": 0.6843468695878983,
1139
+ "num_tokens": 10885655.0,
1140
+ "step": 113
1141
+ },
1142
+ {
1143
+ "entropy": 1.0726244300603867,
1144
+ "epoch": 1.0968523002421307,
1145
+ "grad_norm": 0.17602035403251648,
1146
+ "learning_rate": 3.7881005700938635e-05,
1147
+ "loss": 1.0586791038513184,
1148
+ "mean_token_accuracy": 0.6825271546840668,
1149
+ "num_tokens": 10983568.0,
1150
+ "step": 114
1151
+ },
1152
+ {
1153
+ "entropy": 1.0513464957475662,
1154
+ "epoch": 1.1065375302663438,
1155
+ "grad_norm": 0.1740947663784027,
1156
+ "learning_rate": 3.7652878330966415e-05,
1157
+ "loss": 1.035830020904541,
1158
+ "mean_token_accuracy": 0.6891666278243065,
1159
+ "num_tokens": 11081209.0,
1160
+ "step": 115
1161
+ },
1162
+ {
1163
+ "entropy": 1.0637426376342773,
1164
+ "epoch": 1.116222760290557,
1165
+ "grad_norm": 0.1756405085325241,
1166
+ "learning_rate": 3.742332567644107e-05,
1167
+ "loss": 1.0529723167419434,
1168
+ "mean_token_accuracy": 0.6864708811044693,
1169
+ "num_tokens": 11178554.0,
1170
+ "step": 116
1171
+ },
1172
+ {
1173
+ "entropy": 1.032620556652546,
1174
+ "epoch": 1.12590799031477,
1175
+ "grad_norm": 0.1746027022600174,
1176
+ "learning_rate": 3.719237359534087e-05,
1177
+ "loss": 1.0131734609603882,
1178
+ "mean_token_accuracy": 0.6930168569087982,
1179
+ "num_tokens": 11275773.0,
1180
+ "step": 117
1181
+ },
1182
+ {
1183
+ "entropy": 1.0357091426849365,
1184
+ "epoch": 1.1355932203389831,
1185
+ "grad_norm": 0.17611640691757202,
1186
+ "learning_rate": 3.6960048103282566e-05,
1187
+ "loss": 1.0305650234222412,
1188
+ "mean_token_accuracy": 0.6928873062133789,
1189
+ "num_tokens": 11372312.0,
1190
+ "step": 118
1191
+ },
1192
+ {
1193
+ "entropy": 1.0247548967599869,
1194
+ "epoch": 1.145278450363196,
1195
+ "grad_norm": 0.16733205318450928,
1196
+ "learning_rate": 3.672637537059093e-05,
1197
+ "loss": 1.0267465114593506,
1198
+ "mean_token_accuracy": 0.6941879317164421,
1199
+ "num_tokens": 11469895.0,
1200
+ "step": 119
1201
+ },
1202
+ {
1203
+ "entropy": 1.0328287035226822,
1204
+ "epoch": 1.1549636803874093,
1205
+ "grad_norm": 0.17758148908615112,
1206
+ "learning_rate": 3.6491381719350756e-05,
1207
+ "loss": 1.038550853729248,
1208
+ "mean_token_accuracy": 0.687534786760807,
1209
+ "num_tokens": 11567819.0,
1210
+ "step": 120
1211
+ },
1212
+ {
1213
+ "entropy": 1.0606635063886642,
1214
+ "epoch": 1.1646489104116222,
1215
+ "grad_norm": 0.18219131231307983,
1216
+ "learning_rate": 3.6255093620441834e-05,
1217
+ "loss": 1.0544192790985107,
1218
+ "mean_token_accuracy": 0.6846267804503441,
1219
+ "num_tokens": 11665799.0,
1220
+ "step": 121
1221
+ },
1222
+ {
1223
+ "entropy": 1.0355539470911026,
1224
+ "epoch": 1.1743341404358354,
1225
+ "grad_norm": 0.18732059001922607,
1226
+ "learning_rate": 3.6017537690557115e-05,
1227
+ "loss": 1.0224016904830933,
1228
+ "mean_token_accuracy": 0.6915983185172081,
1229
+ "num_tokens": 11762356.0,
1230
+ "step": 122
1231
+ },
1232
+ {
1233
+ "entropy": 1.085768237709999,
1234
+ "epoch": 1.1840193704600483,
1235
+ "grad_norm": 0.20525461435317993,
1236
+ "learning_rate": 3.577874068920446e-05,
1237
+ "loss": 1.057420253753662,
1238
+ "mean_token_accuracy": 0.6817465797066689,
1239
+ "num_tokens": 11857832.0,
1240
+ "step": 123
1241
+ },
1242
+ {
1243
+ "entropy": 1.024247646331787,
1244
+ "epoch": 1.1937046004842615,
1245
+ "grad_norm": 0.17486801743507385,
1246
+ "learning_rate": 3.553872951569236e-05,
1247
+ "loss": 1.007400393486023,
1248
+ "mean_token_accuracy": 0.6967773362994194,
1249
+ "num_tokens": 11953563.0,
1250
+ "step": 124
1251
+ },
1252
+ {
1253
+ "entropy": 1.0304122641682625,
1254
+ "epoch": 1.2033898305084745,
1255
+ "grad_norm": 0.17227725684642792,
1256
+ "learning_rate": 3.529753120609982e-05,
1257
+ "loss": 1.0166981220245361,
1258
+ "mean_token_accuracy": 0.6900071352720261,
1259
+ "num_tokens": 12051630.0,
1260
+ "step": 125
1261
+ },
1262
+ {
1263
+ "entropy": 1.0403276681900024,
1264
+ "epoch": 1.2130750605326877,
1265
+ "grad_norm": 0.17845618724822998,
1266
+ "learning_rate": 3.505517293023088e-05,
1267
+ "loss": 1.0411816835403442,
1268
+ "mean_token_accuracy": 0.6878266781568527,
1269
+ "num_tokens": 12149525.0,
1270
+ "step": 126
1271
+ },
1272
+ {
1273
+ "entropy": 1.0372891202569008,
1274
+ "epoch": 1.2227602905569008,
1275
+ "grad_norm": 0.17896883189678192,
1276
+ "learning_rate": 3.481168198855409e-05,
1277
+ "loss": 1.0509088039398193,
1278
+ "mean_token_accuracy": 0.6861589029431343,
1279
+ "num_tokens": 12246944.0,
1280
+ "step": 127
1281
+ },
1282
+ {
1283
+ "entropy": 1.0567465275526047,
1284
+ "epoch": 1.2324455205811138,
1285
+ "grad_norm": 0.1735103726387024,
1286
+ "learning_rate": 3.456708580912725e-05,
1287
+ "loss": 1.048382043838501,
1288
+ "mean_token_accuracy": 0.6845468729734421,
1289
+ "num_tokens": 12343964.0,
1290
+ "step": 128
1291
+ },
1292
+ {
1293
+ "entropy": 1.044258013367653,
1294
+ "epoch": 1.242130750605327,
1295
+ "grad_norm": 0.179740771651268,
1296
+ "learning_rate": 3.432141194450772e-05,
1297
+ "loss": 1.0318509340286255,
1298
+ "mean_token_accuracy": 0.6892603412270546,
1299
+ "num_tokens": 12441245.0,
1300
+ "step": 129
1301
+ },
1302
+ {
1303
+ "entropy": 1.0394302904605865,
1304
+ "epoch": 1.25181598062954,
1305
+ "grad_norm": 0.18108829855918884,
1306
+ "learning_rate": 3.407468806864883e-05,
1307
+ "loss": 1.0396722555160522,
1308
+ "mean_token_accuracy": 0.6859570071101189,
1309
+ "num_tokens": 12538938.0,
1310
+ "step": 130
1311
+ },
1312
+ {
1313
+ "entropy": 1.0346315652132034,
1314
+ "epoch": 1.261501210653753,
1315
+ "grad_norm": 0.16831137239933014,
1316
+ "learning_rate": 3.382694197378252e-05,
1317
+ "loss": 1.0301259756088257,
1318
+ "mean_token_accuracy": 0.6876077353954315,
1319
+ "num_tokens": 12636750.0,
1320
+ "step": 131
1321
+ },
1322
+ {
1323
+ "entropy": 1.0501351803541183,
1324
+ "epoch": 1.271186440677966,
1325
+ "grad_norm": 0.18215049803256989,
1326
+ "learning_rate": 3.357820156728867e-05,
1327
+ "loss": 1.0379700660705566,
1328
+ "mean_token_accuracy": 0.6864259541034698,
1329
+ "num_tokens": 12732510.0,
1330
+ "step": 132
1331
+ },
1332
+ {
1333
+ "entropy": 1.056677907705307,
1334
+ "epoch": 1.2808716707021792,
1335
+ "grad_norm": 0.17387507855892181,
1336
+ "learning_rate": 3.332849486855144e-05,
1337
+ "loss": 1.0349537134170532,
1338
+ "mean_token_accuracy": 0.6882437765598297,
1339
+ "num_tokens": 12828202.0,
1340
+ "step": 133
1341
+ },
1342
+ {
1343
+ "entropy": 1.0694306939840317,
1344
+ "epoch": 1.2905569007263922,
1345
+ "grad_norm": 0.18142169713974,
1346
+ "learning_rate": 3.307785000580313e-05,
1347
+ "loss": 1.0491408109664917,
1348
+ "mean_token_accuracy": 0.6856276169419289,
1349
+ "num_tokens": 12924452.0,
1350
+ "step": 134
1351
+ },
1352
+ {
1353
+ "entropy": 1.0445284843444824,
1354
+ "epoch": 1.3002421307506054,
1355
+ "grad_norm": 0.17338253557682037,
1356
+ "learning_rate": 3.282629521295556e-05,
1357
+ "loss": 1.0387568473815918,
1358
+ "mean_token_accuracy": 0.6878345832228661,
1359
+ "num_tokens": 13021226.0,
1360
+ "step": 135
1361
+ },
1362
+ {
1363
+ "entropy": 1.03611271828413,
1364
+ "epoch": 1.3099273607748185,
1365
+ "grad_norm": 0.17574281990528107,
1366
+ "learning_rate": 3.257385882641971e-05,
1367
+ "loss": 1.032334566116333,
1368
+ "mean_token_accuracy": 0.6887728422880173,
1369
+ "num_tokens": 13117072.0,
1370
+ "step": 136
1371
+ },
1372
+ {
1373
+ "entropy": 1.0164377763867378,
1374
+ "epoch": 1.3196125907990315,
1375
+ "grad_norm": 0.17293879389762878,
1376
+ "learning_rate": 3.232056928191376e-05,
1377
+ "loss": 1.0038666725158691,
1378
+ "mean_token_accuracy": 0.6958679780364037,
1379
+ "num_tokens": 13214927.0,
1380
+ "step": 137
1381
+ },
1382
+ {
1383
+ "entropy": 1.02716813236475,
1384
+ "epoch": 1.3292978208232444,
1385
+ "grad_norm": 0.1768789142370224,
1386
+ "learning_rate": 3.2066455111259945e-05,
1387
+ "loss": 1.0230392217636108,
1388
+ "mean_token_accuracy": 0.6910659521818161,
1389
+ "num_tokens": 13312250.0,
1390
+ "step": 138
1391
+ },
1392
+ {
1393
+ "entropy": 1.0242123305797577,
1394
+ "epoch": 1.3389830508474576,
1395
+ "grad_norm": 0.18655547499656677,
1396
+ "learning_rate": 3.1811544939170575e-05,
1397
+ "loss": 1.027778148651123,
1398
+ "mean_token_accuracy": 0.6896005198359489,
1399
+ "num_tokens": 13409125.0,
1400
+ "step": 139
1401
+ },
1402
+ {
1403
+ "entropy": 1.0247902870178223,
1404
+ "epoch": 1.3486682808716708,
1405
+ "grad_norm": 0.1732546091079712,
1406
+ "learning_rate": 3.155586748002362e-05,
1407
+ "loss": 1.0247126817703247,
1408
+ "mean_token_accuracy": 0.6925645992159843,
1409
+ "num_tokens": 13505714.0,
1410
+ "step": 140
1411
+ },
1412
+ {
1413
+ "entropy": 1.0391114205121994,
1414
+ "epoch": 1.3583535108958837,
1415
+ "grad_norm": 0.1730506271123886,
1416
+ "learning_rate": 3.1299451534628135e-05,
1417
+ "loss": 1.0413163900375366,
1418
+ "mean_token_accuracy": 0.6873403564095497,
1419
+ "num_tokens": 13603282.0,
1420
+ "step": 141
1421
+ },
1422
+ {
1423
+ "entropy": 1.0580826699733734,
1424
+ "epoch": 1.368038740920097,
1425
+ "grad_norm": 0.17985138297080994,
1426
+ "learning_rate": 3.1042325986980064e-05,
1427
+ "loss": 1.048020362854004,
1428
+ "mean_token_accuracy": 0.6840562298893929,
1429
+ "num_tokens": 13699120.0,
1430
+ "step": 142
1431
+ },
1432
+ {
1433
+ "entropy": 1.034823827445507,
1434
+ "epoch": 1.3777239709443099,
1435
+ "grad_norm": 0.1742866039276123,
1436
+ "learning_rate": 3.0784519801008546e-05,
1437
+ "loss": 1.019952416419983,
1438
+ "mean_token_accuracy": 0.6919118836522102,
1439
+ "num_tokens": 13796639.0,
1440
+ "step": 143
1441
+ },
1442
+ {
1443
+ "entropy": 1.034243457019329,
1444
+ "epoch": 1.387409200968523,
1445
+ "grad_norm": 0.18104857206344604,
1446
+ "learning_rate": 3.0526062017313254e-05,
1447
+ "loss": 1.0257322788238525,
1448
+ "mean_token_accuracy": 0.693074606359005,
1449
+ "num_tokens": 13893968.0,
1450
+ "step": 144
1451
+ },
1452
+ {
1453
+ "entropy": 1.0477502346038818,
1454
+ "epoch": 1.397094430992736,
1455
+ "grad_norm": 0.17592455446720123,
1456
+ "learning_rate": 3.0266981749893157e-05,
1457
+ "loss": 1.0342764854431152,
1458
+ "mean_token_accuracy": 0.6866420730948448,
1459
+ "num_tokens": 13990892.0,
1460
+ "step": 145
1461
+ },
1462
+ {
1463
+ "entropy": 1.0479690209031105,
1464
+ "epoch": 1.4067796610169492,
1465
+ "grad_norm": 0.1820760816335678,
1466
+ "learning_rate": 3.0007308182866985e-05,
1467
+ "loss": 1.0341622829437256,
1468
+ "mean_token_accuracy": 0.687219500541687,
1469
+ "num_tokens": 14087344.0,
1470
+ "step": 146
1471
+ },
1472
+ {
1473
+ "entropy": 1.0348835960030556,
1474
+ "epoch": 1.4164648910411621,
1475
+ "grad_norm": 0.1742199808359146,
1476
+ "learning_rate": 2.974707056718571e-05,
1477
+ "loss": 1.0271401405334473,
1478
+ "mean_token_accuracy": 0.6896429732441902,
1479
+ "num_tokens": 14185593.0,
1480
+ "step": 147
1481
+ },
1482
+ {
1483
+ "entropy": 1.0333365574479103,
1484
+ "epoch": 1.4261501210653753,
1485
+ "grad_norm": 0.177699476480484,
1486
+ "learning_rate": 2.9486298217337637e-05,
1487
+ "loss": 1.0313661098480225,
1488
+ "mean_token_accuracy": 0.6886806860566139,
1489
+ "num_tokens": 14283694.0,
1490
+ "step": 148
1491
+ },
1492
+ {
1493
+ "entropy": 1.0181496515870094,
1494
+ "epoch": 1.4358353510895885,
1495
+ "grad_norm": 0.17134729027748108,
1496
+ "learning_rate": 2.9225020508046232e-05,
1497
+ "loss": 1.009653091430664,
1498
+ "mean_token_accuracy": 0.6931144669651985,
1499
+ "num_tokens": 14380604.0,
1500
+ "step": 149
1501
+ },
1502
+ {
1503
+ "entropy": 1.038355827331543,
1504
+ "epoch": 1.4455205811138014,
1505
+ "grad_norm": 0.1845579445362091,
1506
+ "learning_rate": 2.8963266870961226e-05,
1507
+ "loss": 1.0307377576828003,
1508
+ "mean_token_accuracy": 0.6884006261825562,
1509
+ "num_tokens": 14478185.0,
1510
+ "step": 150
1511
+ },
1512
+ {
1513
+ "entropy": 1.0334223732352257,
1514
+ "epoch": 1.4552058111380144,
1515
+ "grad_norm": 0.24978552758693695,
1516
+ "learning_rate": 2.8701066791343288e-05,
1517
+ "loss": 1.0366319417953491,
1518
+ "mean_token_accuracy": 0.6860118135809898,
1519
+ "num_tokens": 14575277.0,
1520
+ "step": 151
1521
+ },
1522
+ {
1523
+ "entropy": 1.0341607704758644,
1524
+ "epoch": 1.4648910411622276,
1525
+ "grad_norm": 0.17872564494609833,
1526
+ "learning_rate": 2.8438449804742628e-05,
1527
+ "loss": 1.0180070400238037,
1528
+ "mean_token_accuracy": 0.6917398646473885,
1529
+ "num_tokens": 14672534.0,
1530
+ "step": 152
1531
+ },
1532
+ {
1533
+ "entropy": 1.0590864270925522,
1534
+ "epoch": 1.4745762711864407,
1535
+ "grad_norm": 0.17723426222801208,
1536
+ "learning_rate": 2.8175445493671972e-05,
1537
+ "loss": 1.051386833190918,
1538
+ "mean_token_accuracy": 0.6834967508912086,
1539
+ "num_tokens": 14770518.0,
1540
+ "step": 153
1541
+ },
1542
+ {
1543
+ "entropy": 1.0175726786255836,
1544
+ "epoch": 1.4842615012106537,
1545
+ "grad_norm": 0.17911297082901,
1546
+ "learning_rate": 2.7912083484274266e-05,
1547
+ "loss": 0.9993636012077332,
1548
+ "mean_token_accuracy": 0.6968463584780693,
1549
+ "num_tokens": 14867845.0,
1550
+ "step": 154
1551
+ },
1552
+ {
1553
+ "entropy": 1.01533143222332,
1554
+ "epoch": 1.4939467312348669,
1555
+ "grad_norm": 0.17201802134513855,
1556
+ "learning_rate": 2.7648393442985403e-05,
1557
+ "loss": 0.9994634389877319,
1558
+ "mean_token_accuracy": 0.6991591900587082,
1559
+ "num_tokens": 14965851.0,
1560
+ "step": 155
1561
+ },
1562
+ {
1563
+ "entropy": 1.0423510372638702,
1564
+ "epoch": 1.5036319612590798,
1565
+ "grad_norm": 0.17345097661018372,
1566
+ "learning_rate": 2.7384405073192454e-05,
1567
+ "loss": 1.0389484167099,
1568
+ "mean_token_accuracy": 0.6870414391160011,
1569
+ "num_tokens": 15063279.0,
1570
+ "step": 156
1571
+ },
1572
+ {
1573
+ "entropy": 1.0268240571022034,
1574
+ "epoch": 1.513317191283293,
1575
+ "grad_norm": 0.18508543074131012,
1576
+ "learning_rate": 2.7120148111887732e-05,
1577
+ "loss": 1.029033899307251,
1578
+ "mean_token_accuracy": 0.6905829161405563,
1579
+ "num_tokens": 15160245.0,
1580
+ "step": 157
1581
+ },
1582
+ {
1583
+ "entropy": 1.0137058570981026,
1584
+ "epoch": 1.5230024213075062,
1585
+ "grad_norm": 0.1771853119134903,
1586
+ "learning_rate": 2.6855652326319063e-05,
1587
+ "loss": 1.011698603630066,
1588
+ "mean_token_accuracy": 0.6954887434840202,
1589
+ "num_tokens": 15257132.0,
1590
+ "step": 158
1591
+ },
1592
+ {
1593
+ "entropy": 1.0114770829677582,
1594
+ "epoch": 1.5326876513317191,
1595
+ "grad_norm": 0.1829320192337036,
1596
+ "learning_rate": 2.659094751063666e-05,
1597
+ "loss": 1.0108840465545654,
1598
+ "mean_token_accuracy": 0.6935675665736198,
1599
+ "num_tokens": 15354561.0,
1600
+ "step": 159
1601
+ },
1602
+ {
1603
+ "entropy": 1.0002705082297325,
1604
+ "epoch": 1.542372881355932,
1605
+ "grad_norm": 0.17417006194591522,
1606
+ "learning_rate": 2.6326063482536934e-05,
1607
+ "loss": 0.9976310729980469,
1608
+ "mean_token_accuracy": 0.6973941773176193,
1609
+ "num_tokens": 15451774.0,
1610
+ "step": 160
1611
+ },
1612
+ {
1613
+ "entropy": 1.0380558297038078,
1614
+ "epoch": 1.5520581113801453,
1615
+ "grad_norm": 0.18505249917507172,
1616
+ "learning_rate": 2.606103007990371e-05,
1617
+ "loss": 1.027144193649292,
1618
+ "mean_token_accuracy": 0.6899437606334686,
1619
+ "num_tokens": 15545203.0,
1620
+ "step": 161
1621
+ },
1622
+ {
1623
+ "entropy": 1.0247594714164734,
1624
+ "epoch": 1.5617433414043584,
1625
+ "grad_norm": 0.17371951043605804,
1626
+ "learning_rate": 2.579587715744712e-05,
1627
+ "loss": 1.0144855976104736,
1628
+ "mean_token_accuracy": 0.6931553333997726,
1629
+ "num_tokens": 15642907.0,
1630
+ "step": 162
1631
+ },
1632
+ {
1633
+ "entropy": 1.025797888636589,
1634
+ "epoch": 1.5714285714285714,
1635
+ "grad_norm": 0.17915304005146027,
1636
+ "learning_rate": 2.5530634583340592e-05,
1637
+ "loss": 1.014986276626587,
1638
+ "mean_token_accuracy": 0.6926708817481995,
1639
+ "num_tokens": 15739378.0,
1640
+ "step": 163
1641
+ },
1642
+ {
1643
+ "entropy": 1.0104742795228958,
1644
+ "epoch": 1.5811138014527844,
1645
+ "grad_norm": 0.17889732122421265,
1646
+ "learning_rate": 2.526533223585641e-05,
1647
+ "loss": 1.0031661987304688,
1648
+ "mean_token_accuracy": 0.6982422098517418,
1649
+ "num_tokens": 15836007.0,
1650
+ "step": 164
1651
+ },
1652
+ {
1653
+ "entropy": 1.0167404934763908,
1654
+ "epoch": 1.5907990314769975,
1655
+ "grad_norm": 0.1768142729997635,
1656
+ "learning_rate": 2.5e-05,
1657
+ "loss": 1.009070634841919,
1658
+ "mean_token_accuracy": 0.6938488930463791,
1659
+ "num_tokens": 15933286.0,
1660
+ "step": 165
1661
+ },
1662
+ {
1663
+ "entropy": 0.9942386075854301,
1664
+ "epoch": 1.6004842615012107,
1665
+ "grad_norm": 0.2674974203109741,
1666
+ "learning_rate": 2.47346677641436e-05,
1667
+ "loss": 0.9868994951248169,
1668
+ "mean_token_accuracy": 0.7019253075122833,
1669
+ "num_tokens": 16030240.0,
1670
+ "step": 166
1671
+ },
1672
+ {
1673
+ "entropy": 1.0080910325050354,
1674
+ "epoch": 1.6101694915254239,
1675
+ "grad_norm": 0.17362943291664124,
1676
+ "learning_rate": 2.446936541665941e-05,
1677
+ "loss": 1.0053434371948242,
1678
+ "mean_token_accuracy": 0.6974755153059959,
1679
+ "num_tokens": 16127744.0,
1680
+ "step": 167
1681
+ },
1682
+ {
1683
+ "entropy": 1.0292630195617676,
1684
+ "epoch": 1.6198547215496368,
1685
+ "grad_norm": 0.18086425960063934,
1686
+ "learning_rate": 2.4204122842552896e-05,
1687
+ "loss": 1.0237219333648682,
1688
+ "mean_token_accuracy": 0.69173414260149,
1689
+ "num_tokens": 16225217.0,
1690
+ "step": 168
1691
+ },
1692
+ {
1693
+ "entropy": 1.0308879762887955,
1694
+ "epoch": 1.6295399515738498,
1695
+ "grad_norm": 0.18374203145503998,
1696
+ "learning_rate": 2.39389699200963e-05,
1697
+ "loss": 1.0210704803466797,
1698
+ "mean_token_accuracy": 0.6903956010937691,
1699
+ "num_tokens": 16322913.0,
1700
+ "step": 169
1701
+ },
1702
+ {
1703
+ "entropy": 1.026255913078785,
1704
+ "epoch": 1.639225181598063,
1705
+ "grad_norm": 0.18278539180755615,
1706
+ "learning_rate": 2.3673936517463075e-05,
1707
+ "loss": 1.0169858932495117,
1708
+ "mean_token_accuracy": 0.6928274035453796,
1709
+ "num_tokens": 16419439.0,
1710
+ "step": 170
1711
+ },
1712
+ {
1713
+ "entropy": 0.9919314235448837,
1714
+ "epoch": 1.6489104116222761,
1715
+ "grad_norm": 0.17901423573493958,
1716
+ "learning_rate": 2.3409052489363342e-05,
1717
+ "loss": 0.9918413162231445,
1718
+ "mean_token_accuracy": 0.6992172300815582,
1719
+ "num_tokens": 16516410.0,
1720
+ "step": 171
1721
+ },
1722
+ {
1723
+ "entropy": 1.0355833768844604,
1724
+ "epoch": 1.658595641646489,
1725
+ "grad_norm": 0.17641407251358032,
1726
+ "learning_rate": 2.3144347673680936e-05,
1727
+ "loss": 1.0381958484649658,
1728
+ "mean_token_accuracy": 0.686020016670227,
1729
+ "num_tokens": 16614080.0,
1730
+ "step": 172
1731
+ },
1732
+ {
1733
+ "entropy": 1.0149222612380981,
1734
+ "epoch": 1.668280871670702,
1735
+ "grad_norm": 0.17820627987384796,
1736
+ "learning_rate": 2.287985188811228e-05,
1737
+ "loss": 1.0130999088287354,
1738
+ "mean_token_accuracy": 0.6923095658421516,
1739
+ "num_tokens": 16711804.0,
1740
+ "step": 173
1741
+ },
1742
+ {
1743
+ "entropy": 1.0243929624557495,
1744
+ "epoch": 1.6779661016949152,
1745
+ "grad_norm": 0.18051660060882568,
1746
+ "learning_rate": 2.261559492680755e-05,
1747
+ "loss": 1.0211886167526245,
1748
+ "mean_token_accuracy": 0.6929004341363907,
1749
+ "num_tokens": 16808390.0,
1750
+ "step": 174
1751
+ },
1752
+ {
1753
+ "entropy": 1.008925937116146,
1754
+ "epoch": 1.6876513317191284,
1755
+ "grad_norm": 0.17846113443374634,
1756
+ "learning_rate": 2.23516065570146e-05,
1757
+ "loss": 0.9855537414550781,
1758
+ "mean_token_accuracy": 0.7024274170398712,
1759
+ "num_tokens": 16905846.0,
1760
+ "step": 175
1761
+ },
1762
+ {
1763
+ "entropy": 1.0306098610162735,
1764
+ "epoch": 1.6973365617433414,
1765
+ "grad_norm": 0.17899896204471588,
1766
+ "learning_rate": 2.2087916515725737e-05,
1767
+ "loss": 1.0127032995224,
1768
+ "mean_token_accuracy": 0.6937521025538445,
1769
+ "num_tokens": 17002576.0,
1770
+ "step": 176
1771
+ },
1772
+ {
1773
+ "entropy": 1.0314870774745941,
1774
+ "epoch": 1.7070217917675545,
1775
+ "grad_norm": 0.1775345355272293,
1776
+ "learning_rate": 2.182455450632803e-05,
1777
+ "loss": 1.014747142791748,
1778
+ "mean_token_accuracy": 0.6926901116967201,
1779
+ "num_tokens": 17099808.0,
1780
+ "step": 177
1781
+ },
1782
+ {
1783
+ "entropy": 0.988661415874958,
1784
+ "epoch": 1.7167070217917675,
1785
+ "grad_norm": 0.18358361721038818,
1786
+ "learning_rate": 2.1561550195257378e-05,
1787
+ "loss": 0.9753472805023193,
1788
+ "mean_token_accuracy": 0.7034848108887672,
1789
+ "num_tokens": 17197523.0,
1790
+ "step": 178
1791
+ },
1792
+ {
1793
+ "entropy": 1.0072592198848724,
1794
+ "epoch": 1.7263922518159807,
1795
+ "grad_norm": 0.18197070062160492,
1796
+ "learning_rate": 2.1298933208656718e-05,
1797
+ "loss": 1.0025818347930908,
1798
+ "mean_token_accuracy": 0.6967148259282112,
1799
+ "num_tokens": 17292582.0,
1800
+ "step": 179
1801
+ },
1802
+ {
1803
+ "entropy": 1.0190014764666557,
1804
+ "epoch": 1.7360774818401938,
1805
+ "grad_norm": 0.1827293038368225,
1806
+ "learning_rate": 2.103673312903878e-05,
1807
+ "loss": 1.025465726852417,
1808
+ "mean_token_accuracy": 0.691127598285675,
1809
+ "num_tokens": 17389678.0,
1810
+ "step": 180
1811
+ },
1812
+ {
1813
+ "entropy": 1.0355056896805763,
1814
+ "epoch": 1.7457627118644068,
1815
+ "grad_norm": 0.19289104640483856,
1816
+ "learning_rate": 2.0774979491953777e-05,
1817
+ "loss": 1.030361533164978,
1818
+ "mean_token_accuracy": 0.6898203268647194,
1819
+ "num_tokens": 17484545.0,
1820
+ "step": 181
1821
+ },
1822
+ {
1823
+ "entropy": 1.0205051228404045,
1824
+ "epoch": 1.7554479418886197,
1825
+ "grad_norm": 0.18466636538505554,
1826
+ "learning_rate": 2.0513701782662366e-05,
1827
+ "loss": 1.01216721534729,
1828
+ "mean_token_accuracy": 0.6929588541388512,
1829
+ "num_tokens": 17579500.0,
1830
+ "step": 182
1831
+ },
1832
+ {
1833
+ "entropy": 0.9954008832573891,
1834
+ "epoch": 1.765133171912833,
1835
+ "grad_norm": 0.18636250495910645,
1836
+ "learning_rate": 2.025292943281429e-05,
1837
+ "loss": 0.9910628199577332,
1838
+ "mean_token_accuracy": 0.6983159705996513,
1839
+ "num_tokens": 17674413.0,
1840
+ "step": 183
1841
+ },
1842
+ {
1843
+ "entropy": 1.00897516310215,
1844
+ "epoch": 1.774818401937046,
1845
+ "grad_norm": 0.1883116513490677,
1846
+ "learning_rate": 1.9992691817133024e-05,
1847
+ "loss": 1.0008057355880737,
1848
+ "mean_token_accuracy": 0.6949929445981979,
1849
+ "num_tokens": 17772206.0,
1850
+ "step": 184
1851
+ },
1852
+ {
1853
+ "entropy": 1.0539861172437668,
1854
+ "epoch": 1.784503631961259,
1855
+ "grad_norm": 0.188166081905365,
1856
+ "learning_rate": 1.973301825010685e-05,
1857
+ "loss": 1.0534381866455078,
1858
+ "mean_token_accuracy": 0.6841985285282135,
1859
+ "num_tokens": 17869518.0,
1860
+ "step": 185
1861
+ },
1862
+ {
1863
+ "entropy": 1.0237281695008278,
1864
+ "epoch": 1.794188861985472,
1865
+ "grad_norm": 0.18438467383384705,
1866
+ "learning_rate": 1.947393798268676e-05,
1867
+ "loss": 1.0138177871704102,
1868
+ "mean_token_accuracy": 0.6940690726041794,
1869
+ "num_tokens": 17965115.0,
1870
+ "step": 186
1871
+ },
1872
+ {
1873
+ "entropy": 1.0318024158477783,
1874
+ "epoch": 1.8038740920096852,
1875
+ "grad_norm": 0.17989851534366608,
1876
+ "learning_rate": 1.9215480198991466e-05,
1877
+ "loss": 1.0178849697113037,
1878
+ "mean_token_accuracy": 0.6889730393886566,
1879
+ "num_tokens": 18062515.0,
1880
+ "step": 187
1881
+ },
1882
+ {
1883
+ "entropy": 1.0370707884430885,
1884
+ "epoch": 1.8135593220338984,
1885
+ "grad_norm": 0.18175791203975677,
1886
+ "learning_rate": 1.895767401301994e-05,
1887
+ "loss": 1.0233769416809082,
1888
+ "mean_token_accuracy": 0.689442440867424,
1889
+ "num_tokens": 18159901.0,
1890
+ "step": 188
1891
+ },
1892
+ {
1893
+ "entropy": 1.0387394651770592,
1894
+ "epoch": 1.8232445520581115,
1895
+ "grad_norm": 0.1763962209224701,
1896
+ "learning_rate": 1.8700548465371874e-05,
1897
+ "loss": 1.0317208766937256,
1898
+ "mean_token_accuracy": 0.6874615550041199,
1899
+ "num_tokens": 18257746.0,
1900
+ "step": 189
1901
+ },
1902
+ {
1903
+ "entropy": 1.016056202352047,
1904
+ "epoch": 1.8329297820823245,
1905
+ "grad_norm": 0.1811491698026657,
1906
+ "learning_rate": 1.84441325199764e-05,
1907
+ "loss": 1.0119330883026123,
1908
+ "mean_token_accuracy": 0.6953575611114502,
1909
+ "num_tokens": 18355948.0,
1910
+ "step": 190
1911
+ },
1912
+ {
1913
+ "entropy": 0.9938200861215591,
1914
+ "epoch": 1.8426150121065374,
1915
+ "grad_norm": 0.1725209653377533,
1916
+ "learning_rate": 1.818845506082943e-05,
1917
+ "loss": 0.9812361598014832,
1918
+ "mean_token_accuracy": 0.7028805017471313,
1919
+ "num_tokens": 18453527.0,
1920
+ "step": 191
1921
+ },
1922
+ {
1923
+ "entropy": 1.031374305486679,
1924
+ "epoch": 1.8523002421307506,
1925
+ "grad_norm": 0.18246252834796906,
1926
+ "learning_rate": 1.793354488874006e-05,
1927
+ "loss": 1.0203440189361572,
1928
+ "mean_token_accuracy": 0.6907096654176712,
1929
+ "num_tokens": 18549884.0,
1930
+ "step": 192
1931
+ },
1932
+ {
1933
+ "entropy": 0.9885724261403084,
1934
+ "epoch": 1.8619854721549638,
1935
+ "grad_norm": 0.1804785132408142,
1936
+ "learning_rate": 1.7679430718086243e-05,
1937
+ "loss": 0.9796859622001648,
1938
+ "mean_token_accuracy": 0.702710434794426,
1939
+ "num_tokens": 18647122.0,
1940
+ "step": 193
1941
+ },
1942
+ {
1943
+ "entropy": 0.9969891235232353,
1944
+ "epoch": 1.8716707021791767,
1945
+ "grad_norm": 0.2115977555513382,
1946
+ "learning_rate": 1.742614117358029e-05,
1947
+ "loss": 0.9887296557426453,
1948
+ "mean_token_accuracy": 0.6984992548823357,
1949
+ "num_tokens": 18743129.0,
1950
+ "step": 194
1951
+ },
1952
+ {
1953
+ "entropy": 0.9905409216880798,
1954
+ "epoch": 1.8813559322033897,
1955
+ "grad_norm": 0.18363232910633087,
1956
+ "learning_rate": 1.7173704787044446e-05,
1957
+ "loss": 0.9921536445617676,
1958
+ "mean_token_accuracy": 0.697743609547615,
1959
+ "num_tokens": 18841235.0,
1960
+ "step": 195
1961
+ },
1962
+ {
1963
+ "entropy": 0.9967489168047905,
1964
+ "epoch": 1.8910411622276029,
1965
+ "grad_norm": 0.1787017434835434,
1966
+ "learning_rate": 1.6922149994196878e-05,
1967
+ "loss": 1.0015537738800049,
1968
+ "mean_token_accuracy": 0.6942943632602692,
1969
+ "num_tokens": 18938405.0,
1970
+ "step": 196
1971
+ },
1972
+ {
1973
+ "entropy": 1.017027884721756,
1974
+ "epoch": 1.900726392251816,
1975
+ "grad_norm": 0.1760513335466385,
1976
+ "learning_rate": 1.667150513144856e-05,
1977
+ "loss": 1.0226783752441406,
1978
+ "mean_token_accuracy": 0.691545270383358,
1979
+ "num_tokens": 19036103.0,
1980
+ "step": 197
1981
+ },
1982
+ {
1983
+ "entropy": 1.0095921084284782,
1984
+ "epoch": 1.910411622276029,
1985
+ "grad_norm": 0.1807909458875656,
1986
+ "learning_rate": 1.6421798432711345e-05,
1987
+ "loss": 1.004764437675476,
1988
+ "mean_token_accuracy": 0.6964360028505325,
1989
+ "num_tokens": 19131869.0,
1990
+ "step": 198
1991
+ },
1992
+ {
1993
+ "entropy": 1.0117909163236618,
1994
+ "epoch": 1.9200968523002422,
1995
+ "grad_norm": 0.18069379031658173,
1996
+ "learning_rate": 1.617305802621748e-05,
1997
+ "loss": 0.9964424967765808,
1998
+ "mean_token_accuracy": 0.6977855116128922,
1999
+ "num_tokens": 19229332.0,
2000
+ "step": 199
2001
+ },
2002
+ {
2003
+ "entropy": 1.0152455270290375,
2004
+ "epoch": 1.9297820823244551,
2005
+ "grad_norm": 0.1750374287366867,
2006
+ "learning_rate": 1.5925311931351172e-05,
2007
+ "loss": 1.0085126161575317,
2008
+ "mean_token_accuracy": 0.6957272365689278,
2009
+ "num_tokens": 19326511.0,
2010
+ "step": 200
2011
+ },
2012
+ {
2013
+ "entropy": 1.0058443173766136,
2014
+ "epoch": 1.9394673123486683,
2015
+ "grad_norm": 0.17271851003170013,
2016
+ "learning_rate": 1.567858805549229e-05,
2017
+ "loss": 0.9887601733207703,
2018
+ "mean_token_accuracy": 0.6980008259415627,
2019
+ "num_tokens": 19423560.0,
2020
+ "step": 201
2021
+ },
2022
+ {
2023
+ "entropy": 1.0228681191802025,
2024
+ "epoch": 1.9491525423728815,
2025
+ "grad_norm": 0.17884734272956848,
2026
+ "learning_rate": 1.5432914190872757e-05,
2027
+ "loss": 1.0131609439849854,
2028
+ "mean_token_accuracy": 0.692680798470974,
2029
+ "num_tokens": 19520842.0,
2030
+ "step": 202
2031
+ },
2032
+ {
2033
+ "entropy": 1.0089232549071312,
2034
+ "epoch": 1.9588377723970944,
2035
+ "grad_norm": 0.16985908150672913,
2036
+ "learning_rate": 1.5188318011445906e-05,
2037
+ "loss": 1.0013556480407715,
2038
+ "mean_token_accuracy": 0.6970010101795197,
2039
+ "num_tokens": 19618823.0,
2040
+ "step": 203
2041
+ },
2042
+ {
2043
+ "entropy": 1.0016749277710915,
2044
+ "epoch": 1.9685230024213074,
2045
+ "grad_norm": 0.1778869777917862,
2046
+ "learning_rate": 1.4944827069769123e-05,
2047
+ "loss": 0.9919571876525879,
2048
+ "mean_token_accuracy": 0.7001852169632912,
2049
+ "num_tokens": 19716713.0,
2050
+ "step": 204
2051
+ },
2052
+ {
2053
+ "entropy": 1.0164751634001732,
2054
+ "epoch": 1.9782082324455206,
2055
+ "grad_norm": 0.18251122534275055,
2056
+ "learning_rate": 1.4702468793900188e-05,
2057
+ "loss": 1.0077866315841675,
2058
+ "mean_token_accuracy": 0.6937248483300209,
2059
+ "num_tokens": 19813324.0,
2060
+ "step": 205
2061
+ },
2062
+ {
2063
+ "entropy": 1.0116839110851288,
2064
+ "epoch": 1.9878934624697338,
2065
+ "grad_norm": 0.17308309674263,
2066
+ "learning_rate": 1.4461270484307643e-05,
2067
+ "loss": 1.0083445310592651,
2068
+ "mean_token_accuracy": 0.6930299252271652,
2069
+ "num_tokens": 19910449.0,
2070
+ "step": 206
2071
+ },
2072
+ {
2073
+ "entropy": 1.0046918392181396,
2074
+ "epoch": 1.9975786924939467,
2075
+ "grad_norm": 0.17221423983573914,
2076
+ "learning_rate": 1.4221259310795543e-05,
2077
+ "loss": 0.9961509704589844,
2078
+ "mean_token_accuracy": 0.6965227276086807,
2079
+ "num_tokens": 20008513.0,
2080
+ "step": 207
2081
+ },
2082
+ {
2083
+ "entropy": 1.0230849385261536,
2084
+ "epoch": 2.0,
2085
+ "grad_norm": 0.35064876079559326,
2086
+ "learning_rate": 1.3982462309442889e-05,
2087
+ "loss": 1.0117878913879395,
2088
+ "mean_token_accuracy": 0.6928033828735352,
2089
+ "num_tokens": 20032830.0,
2090
+ "step": 208
2091
+ }
2092
+ ],
2093
+ "logging_steps": 1,
2094
+ "max_steps": 312,
2095
+ "num_input_tokens_seen": 0,
2096
+ "num_train_epochs": 3,
2097
+ "save_steps": 500,
2098
+ "stateful_callbacks": {
2099
+ "TrainerControl": {
2100
+ "args": {
2101
+ "should_epoch_stop": false,
2102
+ "should_evaluate": false,
2103
+ "should_log": false,
2104
+ "should_save": true,
2105
+ "should_training_stop": false
2106
+ },
2107
+ "attributes": {}
2108
+ }
2109
+ },
2110
+ "total_flos": 2.817820314388398e+18,
2111
+ "train_batch_size": 1,
2112
+ "trial_name": null,
2113
+ "trial_params": null
2114
+ }