Salma204 commited on
Commit
d7e7165
·
verified ·
1 Parent(s): 32068cb

M2: GK SFT LoRA v2 — MMLU + TriviaQA + NQ

Browse files
README.md CHANGED
@@ -1,14 +1,14 @@
1
  ---
2
  library_name: transformers
3
- model_name: gk_checkpoint_lora
4
  tags:
5
  - generated_from_trainer
6
- - sft
7
  - trl
 
8
  licence: license
9
  ---
10
 
11
- # Model Card for gk_checkpoint_lora
12
 
13
  This model is a fine-tuned version of [None](https://huggingface.co/None).
14
  It has been trained using [TRL](https://github.com/huggingface/trl).
 
1
  ---
2
  library_name: transformers
3
+ model_name: gk_checkpoint_lora_v2
4
  tags:
5
  - generated_from_trainer
 
6
  - trl
7
+ - sft
8
  licence: license
9
  ---
10
 
11
+ # Model Card for gk_checkpoint_lora_v2
12
 
13
  This model is a fine-tuned version of [None](https://huggingface.co/None).
14
  It has been trained using [TRL](https://github.com/huggingface/trl).
chat_template.jinja CHANGED
@@ -1,4 +1,4 @@
1
- {%- set enable_thinking = false %}
2
  {%- set enable_thinking = false %}
3
  {%- if tools %}
4
  {{- '<|im_start|>system\n' }}
 
1
+ {%- set enable_thinking = true %}
2
  {%- set enable_thinking = false %}
3
  {%- if tools %}
4
  {{- '<|im_start|>system\n' }}
checkpoint-3000/README.md ADDED
@@ -0,0 +1,209 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: /scratch/Qwen3-1.7B
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:/scratch/Qwen3-1.7B
7
+ - lora
8
+ - sft
9
+ - transformers
10
+ - trl
11
+ ---
12
+
13
+ # Model Card for Model ID
14
+
15
+ <!-- Provide a quick summary of what the model is/does. -->
16
+
17
+
18
+
19
+ ## Model Details
20
+
21
+ ### Model Description
22
+
23
+ <!-- Provide a longer summary of what this model is. -->
24
+
25
+
26
+
27
+ - **Developed by:** [More Information Needed]
28
+ - **Funded by [optional]:** [More Information Needed]
29
+ - **Shared by [optional]:** [More Information Needed]
30
+ - **Model type:** [More Information Needed]
31
+ - **Language(s) (NLP):** [More Information Needed]
32
+ - **License:** [More Information Needed]
33
+ - **Finetuned from model [optional]:** [More Information Needed]
34
+
35
+ ### Model Sources [optional]
36
+
37
+ <!-- Provide the basic links for the model. -->
38
+
39
+ - **Repository:** [More Information Needed]
40
+ - **Paper [optional]:** [More Information Needed]
41
+ - **Demo [optional]:** [More Information Needed]
42
+
43
+ ## Uses
44
+
45
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
46
+
47
+ ### Direct Use
48
+
49
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
50
+
51
+ [More Information Needed]
52
+
53
+ ### Downstream Use [optional]
54
+
55
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
56
+
57
+ [More Information Needed]
58
+
59
+ ### Out-of-Scope Use
60
+
61
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
62
+
63
+ [More Information Needed]
64
+
65
+ ## Bias, Risks, and Limitations
66
+
67
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
68
+
69
+ [More Information Needed]
70
+
71
+ ### Recommendations
72
+
73
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
74
+
75
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
76
+
77
+ ## How to Get Started with the Model
78
+
79
+ Use the code below to get started with the model.
80
+
81
+ [More Information Needed]
82
+
83
+ ## Training Details
84
+
85
+ ### Training Data
86
+
87
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
88
+
89
+ [More Information Needed]
90
+
91
+ ### Training Procedure
92
+
93
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
94
+
95
+ #### Preprocessing [optional]
96
+
97
+ [More Information Needed]
98
+
99
+
100
+ #### Training Hyperparameters
101
+
102
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
103
+
104
+ #### Speeds, Sizes, Times [optional]
105
+
106
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
107
+
108
+ [More Information Needed]
109
+
110
+ ## Evaluation
111
+
112
+ <!-- This section describes the evaluation protocols and provides the results. -->
113
+
114
+ ### Testing Data, Factors & Metrics
115
+
116
+ #### Testing Data
117
+
118
+ <!-- This should link to a Dataset Card if possible. -->
119
+
120
+ [More Information Needed]
121
+
122
+ #### Factors
123
+
124
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
125
+
126
+ [More Information Needed]
127
+
128
+ #### Metrics
129
+
130
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
131
+
132
+ [More Information Needed]
133
+
134
+ ### Results
135
+
136
+ [More Information Needed]
137
+
138
+ #### Summary
139
+
140
+
141
+
142
+ ## Model Examination [optional]
143
+
144
+ <!-- Relevant interpretability work for the model goes here -->
145
+
146
+ [More Information Needed]
147
+
148
+ ## Environmental Impact
149
+
150
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
151
+
152
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
153
+
154
+ - **Hardware Type:** [More Information Needed]
155
+ - **Hours used:** [More Information Needed]
156
+ - **Cloud Provider:** [More Information Needed]
157
+ - **Compute Region:** [More Information Needed]
158
+ - **Carbon Emitted:** [More Information Needed]
159
+
160
+ ## Technical Specifications [optional]
161
+
162
+ ### Model Architecture and Objective
163
+
164
+ [More Information Needed]
165
+
166
+ ### Compute Infrastructure
167
+
168
+ [More Information Needed]
169
+
170
+ #### Hardware
171
+
172
+ [More Information Needed]
173
+
174
+ #### Software
175
+
176
+ [More Information Needed]
177
+
178
+ ## Citation [optional]
179
+
180
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
181
+
182
+ **BibTeX:**
183
+
184
+ [More Information Needed]
185
+
186
+ **APA:**
187
+
188
+ [More Information Needed]
189
+
190
+ ## Glossary [optional]
191
+
192
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
193
+
194
+ [More Information Needed]
195
+
196
+ ## More Information [optional]
197
+
198
+ [More Information Needed]
199
+
200
+ ## Model Card Authors [optional]
201
+
202
+ [More Information Needed]
203
+
204
+ ## Model Card Contact
205
+
206
+ [More Information Needed]
207
+ ### Framework versions
208
+
209
+ - PEFT 0.19.1
checkpoint-3000/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": "/scratch/Qwen3-1.7B",
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.19.1",
28
+ "qalora_group_size": 16,
29
+ "r": 64,
30
+ "rank_pattern": {},
31
+ "revision": null,
32
+ "target_modules": [
33
+ "v_proj",
34
+ "down_proj",
35
+ "q_proj",
36
+ "up_proj",
37
+ "k_proj",
38
+ "gate_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
+ }
checkpoint-3000/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ced8e4e368b7dbb85c814d4dc89ec0dbc291f368f78ef490fdb3c0a3726fc4ee
3
+ size 278973888
checkpoint-3000/chat_template.jinja ADDED
@@ -0,0 +1,93 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {%- set enable_thinking = true %}
2
+ {%- set enable_thinking = false %}
3
+ {%- if tools %}
4
+ {{- '<|im_start|>system\n' }}
5
+ {%- if messages[0].role == 'system' %}
6
+ {{- messages[0].content + '\n\n' }}
7
+ {%- endif %}
8
+ {{- "# Tools\n\nYou may call one or more functions to assist with the user query.\n\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>" }}
9
+ {%- for tool in tools %}
10
+ {{- "\n" }}
11
+ {{- tool | tojson }}
12
+ {%- endfor %}
13
+ {{- "\n</tools>\n\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\n<tool_call>\n{\"name\": <function-name>, \"arguments\": <args-json-object>}\n</tool_call><|im_end|>\n" }}
14
+ {%- else %}
15
+ {%- if messages[0].role == 'system' %}
16
+ {{- '<|im_start|>system\n' + messages[0].content + '<|im_end|>\n' }}
17
+ {%- else %}
18
+ {{- '<|im_start|>system\nYou are a helpful assistant. Always put your final answer in \\boxed{}. For multiple choice questions, put only the letter in \\boxed{}, for example \\boxed{A}.<|im_end|>\n' }}
19
+ {%- endif %}
20
+ {%- endif %}
21
+ {%- set ns = namespace(multi_step_tool=true, last_query_index=messages|length - 1) %}
22
+ {%- for message in messages[::-1] %}
23
+ {%- set index = (messages|length - 1) - loop.index0 %}
24
+ {%- 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>')) %}
25
+ {%- set ns.multi_step_tool = false %}
26
+ {%- set ns.last_query_index = index %}
27
+ {%- endif %}
28
+ {%- endfor %}
29
+ {%- for message in messages %}
30
+ {%- if message.content is string %}
31
+ {%- set content = message.content %}
32
+ {%- else %}
33
+ {%- set content = '' %}
34
+ {%- endif %}
35
+ {%- if (message.role == "user") or (message.role == "system" and not loop.first) %}
36
+ {{- '<|im_start|>' + message.role + '\n' + content + '<|im_end|>' + '\n' }}
37
+ {%- elif message.role == "assistant" %}
38
+ {%- set reasoning_content = '' %}
39
+ {%- if message.reasoning_content is string %}
40
+ {%- set reasoning_content = message.reasoning_content %}
41
+ {%- else %}
42
+ {%- if '</think>' in content %}
43
+ {%- set reasoning_content = content.split('</think>')[0].rstrip('\n').split('<think>')[-1].lstrip('\n') %}
44
+ {%- set content = content.split('</think>')[-1].lstrip('\n') %}
45
+ {%- endif %}
46
+ {%- endif %}
47
+ {%- if loop.index0 > ns.last_query_index %}
48
+ {%- if loop.last or (not loop.last and reasoning_content) %}
49
+ {{- '<|im_start|>' + message.role + '\n<think>\n' + reasoning_content.strip('\n') + '\n</think>\n\n' + content.lstrip('\n') }}
50
+ {%- else %}
51
+ {{- '<|im_start|>' + message.role + '\n' + content }}
52
+ {%- endif %}
53
+ {%- else %}
54
+ {{- '<|im_start|>' + message.role + '\n' + content }}
55
+ {%- endif %}
56
+ {%- if message.tool_calls %}
57
+ {%- for tool_call in message.tool_calls %}
58
+ {%- if (loop.first and content) or (not loop.first) %}
59
+ {{- '\n' }}
60
+ {%- endif %}
61
+ {%- if tool_call.function %}
62
+ {%- set tool_call = tool_call.function %}
63
+ {%- endif %}
64
+ {{- '<tool_call>\n{"name": "' }}
65
+ {{- tool_call.name }}
66
+ {{- '", "arguments": ' }}
67
+ {%- if tool_call.arguments is string %}
68
+ {{- tool_call.arguments }}
69
+ {%- else %}
70
+ {{- tool_call.arguments | tojson }}
71
+ {%- endif %}
72
+ {{- '}\n</tool_call>' }}
73
+ {%- endfor %}
74
+ {%- endif %}
75
+ {{- '<|im_end|>\n' }}
76
+ {%- elif message.role == "tool" %}
77
+ {%- if loop.first or (messages[loop.index0 - 1].role != "tool") %}
78
+ {{- '<|im_start|>user' }}
79
+ {%- endif %}
80
+ {{- '\n<tool_response>\n' }}
81
+ {{- content }}
82
+ {{- '\n</tool_response>' }}
83
+ {%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
84
+ {{- '<|im_end|>\n' }}
85
+ {%- endif %}
86
+ {%- endif %}
87
+ {%- endfor %}
88
+ {%- if add_generation_prompt %}
89
+ {{- '<|im_start|>assistant\n' }}
90
+ {%- if enable_thinking is defined and enable_thinking is false %}
91
+ {{- '<think>\n\n</think>\n\n' }}
92
+ {%- endif %}
93
+ {%- endif %}
checkpoint-3000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e244c64408b92e0b79dad7661cea93aea40fdb0d456b2a8390148693b53fc8d
3
+ size 558179131
checkpoint-3000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a63d48e176b48da79e455dbd0f16b6e831ec597b719604fc3aa8c2060655154
3
+ size 14645
checkpoint-3000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b12cadf1e04fe2efb486148284543f9ed099b936d6ec87dd2b9705f224d2ba4
3
+ size 1465
checkpoint-3000/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be75606093db2094d7cd20f3c2f385c212750648bd6ea4fb2bf507a6a4c55506
3
+ size 11422650
checkpoint-3000/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": true,
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-3000/trainer_state.json ADDED
@@ -0,0 +1,799 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 3000,
3
+ "best_metric": 0.43371766805648804,
4
+ "best_model_checkpoint": "/scratch/gk_checkpoint_lora_v2/checkpoint-3000",
5
+ "epoch": 0.9051821679112921,
6
+ "eval_steps": 200,
7
+ "global_step": 3000,
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.0372698324173688,
14
+ "epoch": 0.015086369465188203,
15
+ "grad_norm": 0.4944687783718109,
16
+ "learning_rate": 3.266666666666667e-05,
17
+ "loss": 2.1209957885742186,
18
+ "mean_token_accuracy": 0.6639667785167694,
19
+ "num_tokens": 213967.0,
20
+ "step": 50
21
+ },
22
+ {
23
+ "entropy": 0.4767542722821236,
24
+ "epoch": 0.030172738930376405,
25
+ "grad_norm": 0.29953643679618835,
26
+ "learning_rate": 6.6e-05,
27
+ "loss": 0.5209395980834961,
28
+ "mean_token_accuracy": 0.9028549310564995,
29
+ "num_tokens": 426365.0,
30
+ "step": 100
31
+ },
32
+ {
33
+ "entropy": 0.46151453502476214,
34
+ "epoch": 0.04525910839556461,
35
+ "grad_norm": 0.3118787109851837,
36
+ "learning_rate": 9.933333333333334e-05,
37
+ "loss": 0.508198356628418,
38
+ "mean_token_accuracy": 0.9032981966435909,
39
+ "num_tokens": 642837.0,
40
+ "step": 150
41
+ },
42
+ {
43
+ "entropy": 0.4455497920885682,
44
+ "epoch": 0.06034547786075281,
45
+ "grad_norm": 0.3013271391391754,
46
+ "learning_rate": 9.999382532513122e-05,
47
+ "loss": 0.48826019287109373,
48
+ "mean_token_accuracy": 0.907553653717041,
49
+ "num_tokens": 856475.0,
50
+ "step": 200
51
+ },
52
+ {
53
+ "epoch": 0.06034547786075281,
54
+ "eval_entropy": 0.4689600637588114,
55
+ "eval_loss": 0.4816349446773529,
56
+ "eval_mean_token_accuracy": 0.8987587762934696,
57
+ "eval_num_tokens": 856475.0,
58
+ "eval_runtime": 37.5206,
59
+ "eval_samples_per_second": 57.728,
60
+ "eval_steps_per_second": 7.223,
61
+ "step": 200
62
+ },
63
+ {
64
+ "entropy": 0.44372758489102127,
65
+ "epoch": 0.075431847325941,
66
+ "grad_norm": 0.31373220682144165,
67
+ "learning_rate": 9.997479627263544e-05,
68
+ "loss": 0.4843710327148438,
69
+ "mean_token_accuracy": 0.9082412907481193,
70
+ "num_tokens": 1069370.0,
71
+ "step": 250
72
+ },
73
+ {
74
+ "entropy": 0.4475720078870654,
75
+ "epoch": 0.09051821679112922,
76
+ "grad_norm": 0.27380964159965515,
77
+ "learning_rate": 9.994291516446573e-05,
78
+ "loss": 0.491109733581543,
79
+ "mean_token_accuracy": 0.9055162121355533,
80
+ "num_tokens": 1286132.0,
81
+ "step": 300
82
+ },
83
+ {
84
+ "entropy": 0.4463552813604474,
85
+ "epoch": 0.10560458625631741,
86
+ "grad_norm": 0.2614763677120209,
87
+ "learning_rate": 9.989819019951048e-05,
88
+ "loss": 0.4837772369384766,
89
+ "mean_token_accuracy": 0.9081570096313953,
90
+ "num_tokens": 1500851.0,
91
+ "step": 350
92
+ },
93
+ {
94
+ "entropy": 0.41013720393180847,
95
+ "epoch": 0.12069095572150562,
96
+ "grad_norm": 0.4836612045764923,
97
+ "learning_rate": 9.984063287972232e-05,
98
+ "loss": 0.44385364532470706,
99
+ "mean_token_accuracy": 0.9148843766748905,
100
+ "num_tokens": 1708807.0,
101
+ "step": 400
102
+ },
103
+ {
104
+ "epoch": 0.12069095572150562,
105
+ "eval_entropy": 0.4811463643044123,
106
+ "eval_loss": 0.4747391641139984,
107
+ "eval_mean_token_accuracy": 0.8997697566268189,
108
+ "eval_num_tokens": 1708807.0,
109
+ "eval_runtime": 37.1123,
110
+ "eval_samples_per_second": 58.363,
111
+ "eval_steps_per_second": 7.302,
112
+ "step": 400
113
+ },
114
+ {
115
+ "entropy": 0.42200190499424933,
116
+ "epoch": 0.13577732518669383,
117
+ "grad_norm": 0.19339531660079956,
118
+ "learning_rate": 9.977025800716017e-05,
119
+ "loss": 0.45712459564208985,
120
+ "mean_token_accuracy": 0.9106362241506577,
121
+ "num_tokens": 1923184.0,
122
+ "step": 450
123
+ },
124
+ {
125
+ "entropy": 0.43271509755402804,
126
+ "epoch": 0.150863694651882,
127
+ "grad_norm": 0.299110472202301,
128
+ "learning_rate": 9.968708368018253e-05,
129
+ "loss": 0.4724855422973633,
130
+ "mean_token_accuracy": 0.9078708891570568,
131
+ "num_tokens": 2139609.0,
132
+ "step": 500
133
+ },
134
+ {
135
+ "entropy": 0.43638833791017534,
136
+ "epoch": 0.16595006411707022,
137
+ "grad_norm": 0.2539425492286682,
138
+ "learning_rate": 9.959113128879322e-05,
139
+ "loss": 0.4785395050048828,
140
+ "mean_token_accuracy": 0.907249256670475,
141
+ "num_tokens": 2358080.0,
142
+ "step": 550
143
+ },
144
+ {
145
+ "entropy": 0.43115664307028057,
146
+ "epoch": 0.18103643358225843,
147
+ "grad_norm": 0.2542003393173218,
148
+ "learning_rate": 9.948242550914035e-05,
149
+ "loss": 0.4740608215332031,
150
+ "mean_token_accuracy": 0.9089943794906139,
151
+ "num_tokens": 2574667.0,
152
+ "step": 600
153
+ },
154
+ {
155
+ "epoch": 0.18103643358225843,
156
+ "eval_entropy": 0.45346878287537074,
157
+ "eval_loss": 0.46328845620155334,
158
+ "eval_mean_token_accuracy": 0.9025413253210568,
159
+ "eval_num_tokens": 2574667.0,
160
+ "eval_runtime": 37.1254,
161
+ "eval_samples_per_second": 58.343,
162
+ "eval_steps_per_second": 7.3,
163
+ "step": 600
164
+ },
165
+ {
166
+ "entropy": 0.4420048241317272,
167
+ "epoch": 0.19612280304744664,
168
+ "grad_norm": 0.26832085847854614,
169
+ "learning_rate": 9.936099429717045e-05,
170
+ "loss": 0.486652717590332,
171
+ "mean_token_accuracy": 0.9074076810479164,
172
+ "num_tokens": 2790489.0,
173
+ "step": 650
174
+ },
175
+ {
176
+ "entropy": 0.4269510039314628,
177
+ "epoch": 0.21120917251263482,
178
+ "grad_norm": 0.20635050535202026,
179
+ "learning_rate": 9.922686888143897e-05,
180
+ "loss": 0.4619187927246094,
181
+ "mean_token_accuracy": 0.910810690075159,
182
+ "num_tokens": 3003881.0,
183
+ "step": 700
184
+ },
185
+ {
186
+ "entropy": 0.42016164746135476,
187
+ "epoch": 0.22629554197782303,
188
+ "grad_norm": 0.2643264830112457,
189
+ "learning_rate": 9.908008375507924e-05,
190
+ "loss": 0.46344844818115233,
191
+ "mean_token_accuracy": 0.9113752076029777,
192
+ "num_tokens": 3218446.0,
193
+ "step": 750
194
+ },
195
+ {
196
+ "entropy": 0.3974369211867452,
197
+ "epoch": 0.24138191144301124,
198
+ "grad_norm": 0.19392798840999603,
199
+ "learning_rate": 9.89206766669318e-05,
200
+ "loss": 0.42646697998046873,
201
+ "mean_token_accuracy": 0.9165593402087688,
202
+ "num_tokens": 3428256.0,
203
+ "step": 800
204
+ },
205
+ {
206
+ "epoch": 0.24138191144301124,
207
+ "eval_entropy": 0.43642714537157784,
208
+ "eval_loss": 0.46031010150909424,
209
+ "eval_mean_token_accuracy": 0.9025695645061366,
210
+ "eval_num_tokens": 3428256.0,
211
+ "eval_runtime": 37.1078,
212
+ "eval_samples_per_second": 58.37,
213
+ "eval_steps_per_second": 7.303,
214
+ "step": 800
215
+ },
216
+ {
217
+ "entropy": 0.4217161551490426,
218
+ "epoch": 0.25646828090819945,
219
+ "grad_norm": 0.21452021598815918,
220
+ "learning_rate": 9.874868861183658e-05,
221
+ "loss": 0.4612973022460938,
222
+ "mean_token_accuracy": 0.9114794608950615,
223
+ "num_tokens": 3642529.0,
224
+ "step": 850
225
+ },
226
+ {
227
+ "entropy": 0.41439461953938006,
228
+ "epoch": 0.27155465037338766,
229
+ "grad_norm": 0.25079163908958435,
230
+ "learning_rate": 9.856416382009006e-05,
231
+ "loss": 0.4494070053100586,
232
+ "mean_token_accuracy": 0.9127840812504292,
233
+ "num_tokens": 3855962.0,
234
+ "step": 900
235
+ },
236
+ {
237
+ "entropy": 0.4270974922552705,
238
+ "epoch": 0.2866410198385759,
239
+ "grad_norm": 0.20817860960960388,
240
+ "learning_rate": 9.836714974607077e-05,
241
+ "loss": 0.46105358123779294,
242
+ "mean_token_accuracy": 0.9099104046821594,
243
+ "num_tokens": 4069157.0,
244
+ "step": 950
245
+ },
246
+ {
247
+ "entropy": 0.400859787017107,
248
+ "epoch": 0.301727389303764,
249
+ "grad_norm": 0.20943191647529602,
250
+ "learning_rate": 9.815769705603521e-05,
251
+ "loss": 0.4289055633544922,
252
+ "mean_token_accuracy": 0.9167061321437359,
253
+ "num_tokens": 4278743.0,
254
+ "step": 1000
255
+ },
256
+ {
257
+ "epoch": 0.301727389303764,
258
+ "eval_entropy": 0.44312036031946483,
259
+ "eval_loss": 0.4571220278739929,
260
+ "eval_mean_token_accuracy": 0.9029428505809545,
261
+ "eval_num_tokens": 4278743.0,
262
+ "eval_runtime": 37.0803,
263
+ "eval_samples_per_second": 58.414,
264
+ "eval_steps_per_second": 7.308,
265
+ "step": 1000
266
+ },
267
+ {
268
+ "entropy": 0.4052092955261469,
269
+ "epoch": 0.31681375876895224,
270
+ "grad_norm": 0.21670734882354736,
271
+ "learning_rate": 9.793585961508811e-05,
272
+ "loss": 0.44187084197998044,
273
+ "mean_token_accuracy": 0.9138142390549183,
274
+ "num_tokens": 4495120.0,
275
+ "step": 1050
276
+ },
277
+ {
278
+ "entropy": 0.3885428298264742,
279
+ "epoch": 0.33190012823414045,
280
+ "grad_norm": 0.2656344771385193,
281
+ "learning_rate": 9.770169447332977e-05,
282
+ "loss": 0.42026878356933595,
283
+ "mean_token_accuracy": 0.9171342994272709,
284
+ "num_tokens": 4707664.0,
285
+ "step": 1100
286
+ },
287
+ {
288
+ "entropy": 0.41116086438298227,
289
+ "epoch": 0.34698649769932866,
290
+ "grad_norm": 0.25747165083885193,
291
+ "learning_rate": 9.745526185118458e-05,
292
+ "loss": 0.44418087005615237,
293
+ "mean_token_accuracy": 0.9133055797219276,
294
+ "num_tokens": 4921515.0,
295
+ "step": 1150
296
+ },
297
+ {
298
+ "entropy": 0.40833847373723986,
299
+ "epoch": 0.36207286716451687,
300
+ "grad_norm": 0.22326916456222534,
301
+ "learning_rate": 9.719662512391396e-05,
302
+ "loss": 0.4394912338256836,
303
+ "mean_token_accuracy": 0.9140990000963211,
304
+ "num_tokens": 5133998.0,
305
+ "step": 1200
306
+ },
307
+ {
308
+ "epoch": 0.36207286716451687,
309
+ "eval_entropy": 0.44459747828240764,
310
+ "eval_loss": 0.4540960192680359,
311
+ "eval_mean_token_accuracy": 0.9033675605080664,
312
+ "eval_num_tokens": 5133998.0,
313
+ "eval_runtime": 37.1014,
314
+ "eval_samples_per_second": 58.381,
315
+ "eval_steps_per_second": 7.304,
316
+ "step": 1200
317
+ },
318
+ {
319
+ "entropy": 0.39192866910248997,
320
+ "epoch": 0.3771592366297051,
321
+ "grad_norm": 0.20642907917499542,
322
+ "learning_rate": 9.692585080531822e-05,
323
+ "loss": 0.42892616271972656,
324
+ "mean_token_accuracy": 0.9165673214197159,
325
+ "num_tokens": 5348047.0,
326
+ "step": 1250
327
+ },
328
+ {
329
+ "entropy": 0.40107650008052587,
330
+ "epoch": 0.3922456060948933,
331
+ "grad_norm": 0.2515887916088104,
332
+ "learning_rate": 9.664300853063104e-05,
333
+ "loss": 0.4329941558837891,
334
+ "mean_token_accuracy": 0.9152751086652279,
335
+ "num_tokens": 5562125.0,
336
+ "step": 1300
337
+ },
338
+ {
339
+ "entropy": 0.3964537301659584,
340
+ "epoch": 0.4073319755600815,
341
+ "grad_norm": 0.20992055535316467,
342
+ "learning_rate": 9.63481710386114e-05,
343
+ "loss": 0.4275414276123047,
344
+ "mean_token_accuracy": 0.9168652257323265,
345
+ "num_tokens": 5773685.0,
346
+ "step": 1350
347
+ },
348
+ {
349
+ "entropy": 0.39044841077178716,
350
+ "epoch": 0.42241834502526965,
351
+ "grad_norm": 0.30388110876083374,
352
+ "learning_rate": 9.604141415283728e-05,
353
+ "loss": 0.42324817657470704,
354
+ "mean_token_accuracy": 0.9169075645506382,
355
+ "num_tokens": 5986601.0,
356
+ "step": 1400
357
+ },
358
+ {
359
+ "epoch": 0.42241834502526965,
360
+ "eval_entropy": 0.4361799991658693,
361
+ "eval_loss": 0.45172417163848877,
362
+ "eval_mean_token_accuracy": 0.9033232137725802,
363
+ "eval_num_tokens": 5986601.0,
364
+ "eval_runtime": 37.1897,
365
+ "eval_samples_per_second": 58.242,
366
+ "eval_steps_per_second": 7.287,
367
+ "step": 1400
368
+ },
369
+ {
370
+ "entropy": 0.4137679870799184,
371
+ "epoch": 0.43750471449045786,
372
+ "grad_norm": 0.23755542933940887,
373
+ "learning_rate": 9.572281676220608e-05,
374
+ "loss": 0.4478377532958984,
375
+ "mean_token_accuracy": 0.911891212016344,
376
+ "num_tokens": 6203048.0,
377
+ "step": 1450
378
+ },
379
+ {
380
+ "entropy": 0.41279098089784383,
381
+ "epoch": 0.45259108395564607,
382
+ "grad_norm": 0.21780936419963837,
383
+ "learning_rate": 9.539246080064659e-05,
384
+ "loss": 0.45262195587158205,
385
+ "mean_token_accuracy": 0.9123758906126023,
386
+ "num_tokens": 6419624.0,
387
+ "step": 1500
388
+ },
389
+ {
390
+ "entropy": 0.41412957072257994,
391
+ "epoch": 0.4676774534208343,
392
+ "grad_norm": 0.2430579662322998,
393
+ "learning_rate": 9.505043122604818e-05,
394
+ "loss": 0.45246307373046873,
395
+ "mean_token_accuracy": 0.9122441673278808,
396
+ "num_tokens": 6633965.0,
397
+ "step": 1550
398
+ },
399
+ {
400
+ "entropy": 0.3798889485746622,
401
+ "epoch": 0.4827638228860225,
402
+ "grad_norm": 0.28653672337532043,
403
+ "learning_rate": 9.469681599841192e-05,
404
+ "loss": 0.41427810668945314,
405
+ "mean_token_accuracy": 0.9184439463913441,
406
+ "num_tokens": 6847358.0,
407
+ "step": 1600
408
+ },
409
+ {
410
+ "epoch": 0.4827638228860225,
411
+ "eval_entropy": 0.43242653594025826,
412
+ "eval_loss": 0.4488651752471924,
413
+ "eval_mean_token_accuracy": 0.9040581949082688,
414
+ "eval_num_tokens": 6847358.0,
415
+ "eval_runtime": 37.1595,
416
+ "eval_samples_per_second": 58.289,
417
+ "eval_steps_per_second": 7.293,
418
+ "step": 1600
419
+ },
420
+ {
421
+ "entropy": 0.38126184083521364,
422
+ "epoch": 0.4978501923512107,
423
+ "grad_norm": 0.2068091183900833,
424
+ "learning_rate": 9.433170605722996e-05,
425
+ "loss": 0.40500320434570314,
426
+ "mean_token_accuracy": 0.9181749866902829,
427
+ "num_tokens": 7062005.0,
428
+ "step": 1650
429
+ },
430
+ {
431
+ "entropy": 0.38879580337554215,
432
+ "epoch": 0.5129365618163989,
433
+ "grad_norm": 0.19908899068832397,
434
+ "learning_rate": 9.395519529809848e-05,
435
+ "loss": 0.41957916259765626,
436
+ "mean_token_accuracy": 0.9183010324835778,
437
+ "num_tokens": 7272082.0,
438
+ "step": 1700
439
+ },
440
+ {
441
+ "entropy": 0.3867104376107454,
442
+ "epoch": 0.5280229312815871,
443
+ "grad_norm": 0.21681655943393707,
444
+ "learning_rate": 9.356738054857057e-05,
445
+ "loss": 0.41496986389160156,
446
+ "mean_token_accuracy": 0.9176018598675728,
447
+ "num_tokens": 7484751.0,
448
+ "step": 1750
449
+ },
450
+ {
451
+ "entropy": 0.3900348538905382,
452
+ "epoch": 0.5431093007467753,
453
+ "grad_norm": 0.23264895379543304,
454
+ "learning_rate": 9.316836154325494e-05,
455
+ "loss": 0.4201799774169922,
456
+ "mean_token_accuracy": 0.9161376728117466,
457
+ "num_tokens": 7699385.0,
458
+ "step": 1800
459
+ },
460
+ {
461
+ "epoch": 0.5431093007467753,
462
+ "eval_entropy": 0.4371595958941977,
463
+ "eval_loss": 0.44555598497390747,
464
+ "eval_mean_token_accuracy": 0.9047388078101887,
465
+ "eval_num_tokens": 7699385.0,
466
+ "eval_runtime": 37.2391,
467
+ "eval_samples_per_second": 58.165,
468
+ "eval_steps_per_second": 7.277,
469
+ "step": 1800
470
+ },
471
+ {
472
+ "entropy": 0.38737339399755,
473
+ "epoch": 0.5581956702119635,
474
+ "grad_norm": 0.21236486732959747,
475
+ "learning_rate": 9.275824089816716e-05,
476
+ "loss": 0.4186508941650391,
477
+ "mean_token_accuracy": 0.9184837466478348,
478
+ "num_tokens": 7912846.0,
479
+ "step": 1850
480
+ },
481
+ {
482
+ "entropy": 0.38791515786200764,
483
+ "epoch": 0.5732820396771517,
484
+ "grad_norm": 0.22874821722507477,
485
+ "learning_rate": 9.233712408433972e-05,
486
+ "loss": 0.42144878387451173,
487
+ "mean_token_accuracy": 0.9170675221085548,
488
+ "num_tokens": 8126645.0,
489
+ "step": 1900
490
+ },
491
+ {
492
+ "entropy": 0.3831383780390024,
493
+ "epoch": 0.5883684091423399,
494
+ "grad_norm": 0.3072109818458557,
495
+ "learning_rate": 9.190511940069813e-05,
496
+ "loss": 0.407428092956543,
497
+ "mean_token_accuracy": 0.9184182004630566,
498
+ "num_tokens": 8341447.0,
499
+ "step": 1950
500
+ },
501
+ {
502
+ "entropy": 0.38130090072751044,
503
+ "epoch": 0.603454778607528,
504
+ "grad_norm": 0.2783527374267578,
505
+ "learning_rate": 9.146233794620944e-05,
506
+ "loss": 0.41518512725830076,
507
+ "mean_token_accuracy": 0.9192077203094959,
508
+ "num_tokens": 8553915.0,
509
+ "step": 2000
510
+ },
511
+ {
512
+ "epoch": 0.603454778607528,
513
+ "eval_entropy": 0.41359548831557874,
514
+ "eval_loss": 0.4426310062408447,
515
+ "eval_mean_token_accuracy": 0.9062746316744392,
516
+ "eval_num_tokens": 8553915.0,
517
+ "eval_runtime": 37.0772,
518
+ "eval_samples_per_second": 58.419,
519
+ "eval_steps_per_second": 7.309,
520
+ "step": 2000
521
+ },
522
+ {
523
+ "entropy": 0.40945424281060694,
524
+ "epoch": 0.6185411480727163,
525
+ "grad_norm": 0.2751815915107727,
526
+ "learning_rate": 9.100889359131093e-05,
527
+ "loss": 0.44279281616210936,
528
+ "mean_token_accuracy": 0.9126340833306312,
529
+ "num_tokens": 8773030.0,
530
+ "step": 2050
531
+ },
532
+ {
533
+ "entropy": 0.37910934548825026,
534
+ "epoch": 0.6336275175379045,
535
+ "grad_norm": 0.24518635869026184,
536
+ "learning_rate": 9.054490294862594e-05,
537
+ "loss": 0.41019065856933595,
538
+ "mean_token_accuracy": 0.9180504800379277,
539
+ "num_tokens": 8987621.0,
540
+ "step": 2100
541
+ },
542
+ {
543
+ "entropy": 0.38141273133456705,
544
+ "epoch": 0.6487138870030927,
545
+ "grad_norm": 0.2637041211128235,
546
+ "learning_rate": 9.00704853429745e-05,
547
+ "loss": 0.41344562530517576,
548
+ "mean_token_accuracy": 0.9188940741121769,
549
+ "num_tokens": 9202085.0,
550
+ "step": 2150
551
+ },
552
+ {
553
+ "entropy": 0.37150444712489844,
554
+ "epoch": 0.6638002564682809,
555
+ "grad_norm": 0.23061881959438324,
556
+ "learning_rate": 8.958576278068655e-05,
557
+ "loss": 0.4002714157104492,
558
+ "mean_token_accuracy": 0.9211013509333134,
559
+ "num_tokens": 9414528.0,
560
+ "step": 2200
561
+ },
562
+ {
563
+ "epoch": 0.6638002564682809,
564
+ "eval_entropy": 0.4198416776652706,
565
+ "eval_loss": 0.44056928157806396,
566
+ "eval_mean_token_accuracy": 0.9060557997094749,
567
+ "eval_num_tokens": 9414528.0,
568
+ "eval_runtime": 37.0429,
569
+ "eval_samples_per_second": 58.473,
570
+ "eval_steps_per_second": 7.316,
571
+ "step": 2200
572
+ },
573
+ {
574
+ "entropy": 0.3824780482426286,
575
+ "epoch": 0.6788866259334692,
576
+ "grad_norm": 0.29528528451919556,
577
+ "learning_rate": 8.909085991822532e-05,
578
+ "loss": 0.4100413513183594,
579
+ "mean_token_accuracy": 0.9181285245716572,
580
+ "num_tokens": 9631160.0,
581
+ "step": 2250
582
+ },
583
+ {
584
+ "entropy": 0.37036353170871733,
585
+ "epoch": 0.6939729953986573,
586
+ "grad_norm": 0.2833597958087921,
587
+ "learning_rate": 8.858590403012954e-05,
588
+ "loss": 0.39582439422607424,
589
+ "mean_token_accuracy": 0.9203065976500511,
590
+ "num_tokens": 9844323.0,
591
+ "step": 2300
592
+ },
593
+ {
594
+ "entropy": 0.377471005320549,
595
+ "epoch": 0.7090593648638455,
596
+ "grad_norm": 0.2559050917625427,
597
+ "learning_rate": 8.807102497628199e-05,
598
+ "loss": 0.4039160919189453,
599
+ "mean_token_accuracy": 0.9185835334658623,
600
+ "num_tokens": 10060066.0,
601
+ "step": 2350
602
+ },
603
+ {
604
+ "entropy": 0.38689912386238573,
605
+ "epoch": 0.7241457343290337,
606
+ "grad_norm": 0.3571145236492157,
607
+ "learning_rate": 8.754635516851342e-05,
608
+ "loss": 0.41998291015625,
609
+ "mean_token_accuracy": 0.9171991994976998,
610
+ "num_tokens": 10275374.0,
611
+ "step": 2400
612
+ },
613
+ {
614
+ "epoch": 0.7241457343290337,
615
+ "eval_entropy": 0.4061841280148038,
616
+ "eval_loss": 0.4392658472061157,
617
+ "eval_mean_token_accuracy": 0.9060493254573583,
618
+ "eval_num_tokens": 10275374.0,
619
+ "eval_runtime": 37.185,
620
+ "eval_samples_per_second": 58.249,
621
+ "eval_steps_per_second": 7.288,
622
+ "step": 2400
623
+ },
624
+ {
625
+ "entropy": 0.3773344187065959,
626
+ "epoch": 0.7392321037942219,
627
+ "grad_norm": 0.23827174305915833,
628
+ "learning_rate": 8.701202953655006e-05,
629
+ "loss": 0.4055968475341797,
630
+ "mean_token_accuracy": 0.9189482787251473,
631
+ "num_tokens": 10495301.0,
632
+ "step": 2450
633
+ },
634
+ {
635
+ "entropy": 0.3638977843523026,
636
+ "epoch": 0.7543184732594101,
637
+ "grad_norm": 0.247745543718338,
638
+ "learning_rate": 8.646818549331366e-05,
639
+ "loss": 0.38891139984130857,
640
+ "mean_token_accuracy": 0.9226090031862259,
641
+ "num_tokens": 10706938.0,
642
+ "step": 2500
643
+ },
644
+ {
645
+ "entropy": 0.358336652033031,
646
+ "epoch": 0.7694048427245983,
647
+ "grad_norm": 0.24292156100273132,
648
+ "learning_rate": 8.591496289958292e-05,
649
+ "loss": 0.3846548461914063,
650
+ "mean_token_accuracy": 0.923456951379776,
651
+ "num_tokens": 10918302.0,
652
+ "step": 2550
653
+ },
654
+ {
655
+ "entropy": 0.37086400829255584,
656
+ "epoch": 0.7844912121897866,
657
+ "grad_norm": 0.2979118525981903,
658
+ "learning_rate": 8.535250402802536e-05,
659
+ "loss": 0.39662261962890627,
660
+ "mean_token_accuracy": 0.9212297305464745,
661
+ "num_tokens": 11131056.0,
662
+ "step": 2600
663
+ },
664
+ {
665
+ "epoch": 0.7844912121897866,
666
+ "eval_entropy": 0.4161290250361186,
667
+ "eval_loss": 0.43674495816230774,
668
+ "eval_mean_token_accuracy": 0.9060781219788583,
669
+ "eval_num_tokens": 11131056.0,
670
+ "eval_runtime": 37.0488,
671
+ "eval_samples_per_second": 58.463,
672
+ "eval_steps_per_second": 7.315,
673
+ "step": 2600
674
+ },
675
+ {
676
+ "entropy": 0.36887906536459925,
677
+ "epoch": 0.7995775816549747,
678
+ "grad_norm": 0.25673073530197144,
679
+ "learning_rate": 8.478095352660897e-05,
680
+ "loss": 0.3948686218261719,
681
+ "mean_token_accuracy": 0.9204315200448037,
682
+ "num_tokens": 11345648.0,
683
+ "step": 2650
684
+ },
685
+ {
686
+ "entropy": 0.36981521353125574,
687
+ "epoch": 0.814663951120163,
688
+ "grad_norm": 0.2649747133255005,
689
+ "learning_rate": 8.4200458381403e-05,
690
+ "loss": 0.3937848663330078,
691
+ "mean_token_accuracy": 0.9218536545336247,
692
+ "num_tokens": 11559009.0,
693
+ "step": 2700
694
+ },
695
+ {
696
+ "entropy": 0.37904939975589513,
697
+ "epoch": 0.8297503205853511,
698
+ "grad_norm": 0.20989011228084564,
699
+ "learning_rate": 8.361116787877736e-05,
700
+ "loss": 0.4084677505493164,
701
+ "mean_token_accuracy": 0.9188165719807148,
702
+ "num_tokens": 11776255.0,
703
+ "step": 2750
704
+ },
705
+ {
706
+ "entropy": 0.3781035339459777,
707
+ "epoch": 0.8448366900505393,
708
+ "grad_norm": 0.2979874908924103,
709
+ "learning_rate": 8.301323356701069e-05,
710
+ "loss": 0.40767410278320315,
711
+ "mean_token_accuracy": 0.9183482979238033,
712
+ "num_tokens": 11994830.0,
713
+ "step": 2800
714
+ },
715
+ {
716
+ "epoch": 0.8448366900505393,
717
+ "eval_entropy": 0.3918299580962016,
718
+ "eval_loss": 0.43606311082839966,
719
+ "eval_mean_token_accuracy": 0.9074829088805786,
720
+ "eval_num_tokens": 11994830.0,
721
+ "eval_runtime": 37.1502,
722
+ "eval_samples_per_second": 58.304,
723
+ "eval_steps_per_second": 7.295,
724
+ "step": 2800
725
+ },
726
+ {
727
+ "entropy": 0.3669764836877584,
728
+ "epoch": 0.8599230595157276,
729
+ "grad_norm": 0.3718933165073395,
730
+ "learning_rate": 8.240680921731639e-05,
731
+ "loss": 0.39511192321777344,
732
+ "mean_token_accuracy": 0.9215331043303013,
733
+ "num_tokens": 12210990.0,
734
+ "step": 2850
735
+ },
736
+ {
737
+ "entropy": 0.36516126081347466,
738
+ "epoch": 0.8750094289809157,
739
+ "grad_norm": 0.2584734559059143,
740
+ "learning_rate": 8.179205078429728e-05,
741
+ "loss": 0.3858111572265625,
742
+ "mean_token_accuracy": 0.9223315984010696,
743
+ "num_tokens": 12425768.0,
744
+ "step": 2900
745
+ },
746
+ {
747
+ "entropy": 0.36489626977592704,
748
+ "epoch": 0.890095798446104,
749
+ "grad_norm": 0.260593980550766,
750
+ "learning_rate": 8.116911636583866e-05,
751
+ "loss": 0.3904818344116211,
752
+ "mean_token_accuracy": 0.921723841279745,
753
+ "num_tokens": 12644047.0,
754
+ "step": 2950
755
+ },
756
+ {
757
+ "entropy": 0.35986222576349974,
758
+ "epoch": 0.9051821679112921,
759
+ "grad_norm": 0.2872949540615082,
760
+ "learning_rate": 8.053816616245007e-05,
761
+ "loss": 0.3802699661254883,
762
+ "mean_token_accuracy": 0.922919643521309,
763
+ "num_tokens": 12858612.0,
764
+ "step": 3000
765
+ },
766
+ {
767
+ "epoch": 0.9051821679112921,
768
+ "eval_entropy": 0.39114147694128465,
769
+ "eval_loss": 0.43371766805648804,
770
+ "eval_mean_token_accuracy": 0.9085190791045608,
771
+ "eval_num_tokens": 12858612.0,
772
+ "eval_runtime": 37.1981,
773
+ "eval_samples_per_second": 58.229,
774
+ "eval_steps_per_second": 7.285,
775
+ "step": 3000
776
+ }
777
+ ],
778
+ "logging_steps": 50,
779
+ "max_steps": 9945,
780
+ "num_input_tokens_seen": 0,
781
+ "num_train_epochs": 3,
782
+ "save_steps": 200,
783
+ "stateful_callbacks": {
784
+ "TrainerControl": {
785
+ "args": {
786
+ "should_epoch_stop": false,
787
+ "should_evaluate": false,
788
+ "should_log": false,
789
+ "should_save": true,
790
+ "should_training_stop": false
791
+ },
792
+ "attributes": {}
793
+ }
794
+ },
795
+ "total_flos": 1.3087949758650778e+17,
796
+ "train_batch_size": 2,
797
+ "trial_name": null,
798
+ "trial_params": null
799
+ }
checkpoint-3000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe063de6f1674be7d5535690dc263e5d0c28436ed4781417772a469f39ef21d4
3
+ size 5713
checkpoint-9800/README.md ADDED
@@ -0,0 +1,209 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: /scratch/Qwen3-1.7B
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:/scratch/Qwen3-1.7B
7
+ - lora
8
+ - sft
9
+ - transformers
10
+ - trl
11
+ ---
12
+
13
+ # Model Card for Model ID
14
+
15
+ <!-- Provide a quick summary of what the model is/does. -->
16
+
17
+
18
+
19
+ ## Model Details
20
+
21
+ ### Model Description
22
+
23
+ <!-- Provide a longer summary of what this model is. -->
24
+
25
+
26
+
27
+ - **Developed by:** [More Information Needed]
28
+ - **Funded by [optional]:** [More Information Needed]
29
+ - **Shared by [optional]:** [More Information Needed]
30
+ - **Model type:** [More Information Needed]
31
+ - **Language(s) (NLP):** [More Information Needed]
32
+ - **License:** [More Information Needed]
33
+ - **Finetuned from model [optional]:** [More Information Needed]
34
+
35
+ ### Model Sources [optional]
36
+
37
+ <!-- Provide the basic links for the model. -->
38
+
39
+ - **Repository:** [More Information Needed]
40
+ - **Paper [optional]:** [More Information Needed]
41
+ - **Demo [optional]:** [More Information Needed]
42
+
43
+ ## Uses
44
+
45
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
46
+
47
+ ### Direct Use
48
+
49
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
50
+
51
+ [More Information Needed]
52
+
53
+ ### Downstream Use [optional]
54
+
55
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
56
+
57
+ [More Information Needed]
58
+
59
+ ### Out-of-Scope Use
60
+
61
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
62
+
63
+ [More Information Needed]
64
+
65
+ ## Bias, Risks, and Limitations
66
+
67
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
68
+
69
+ [More Information Needed]
70
+
71
+ ### Recommendations
72
+
73
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
74
+
75
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
76
+
77
+ ## How to Get Started with the Model
78
+
79
+ Use the code below to get started with the model.
80
+
81
+ [More Information Needed]
82
+
83
+ ## Training Details
84
+
85
+ ### Training Data
86
+
87
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
88
+
89
+ [More Information Needed]
90
+
91
+ ### Training Procedure
92
+
93
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
94
+
95
+ #### Preprocessing [optional]
96
+
97
+ [More Information Needed]
98
+
99
+
100
+ #### Training Hyperparameters
101
+
102
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
103
+
104
+ #### Speeds, Sizes, Times [optional]
105
+
106
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
107
+
108
+ [More Information Needed]
109
+
110
+ ## Evaluation
111
+
112
+ <!-- This section describes the evaluation protocols and provides the results. -->
113
+
114
+ ### Testing Data, Factors & Metrics
115
+
116
+ #### Testing Data
117
+
118
+ <!-- This should link to a Dataset Card if possible. -->
119
+
120
+ [More Information Needed]
121
+
122
+ #### Factors
123
+
124
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
125
+
126
+ [More Information Needed]
127
+
128
+ #### Metrics
129
+
130
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
131
+
132
+ [More Information Needed]
133
+
134
+ ### Results
135
+
136
+ [More Information Needed]
137
+
138
+ #### Summary
139
+
140
+
141
+
142
+ ## Model Examination [optional]
143
+
144
+ <!-- Relevant interpretability work for the model goes here -->
145
+
146
+ [More Information Needed]
147
+
148
+ ## Environmental Impact
149
+
150
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
151
+
152
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
153
+
154
+ - **Hardware Type:** [More Information Needed]
155
+ - **Hours used:** [More Information Needed]
156
+ - **Cloud Provider:** [More Information Needed]
157
+ - **Compute Region:** [More Information Needed]
158
+ - **Carbon Emitted:** [More Information Needed]
159
+
160
+ ## Technical Specifications [optional]
161
+
162
+ ### Model Architecture and Objective
163
+
164
+ [More Information Needed]
165
+
166
+ ### Compute Infrastructure
167
+
168
+ [More Information Needed]
169
+
170
+ #### Hardware
171
+
172
+ [More Information Needed]
173
+
174
+ #### Software
175
+
176
+ [More Information Needed]
177
+
178
+ ## Citation [optional]
179
+
180
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
181
+
182
+ **BibTeX:**
183
+
184
+ [More Information Needed]
185
+
186
+ **APA:**
187
+
188
+ [More Information Needed]
189
+
190
+ ## Glossary [optional]
191
+
192
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
193
+
194
+ [More Information Needed]
195
+
196
+ ## More Information [optional]
197
+
198
+ [More Information Needed]
199
+
200
+ ## Model Card Authors [optional]
201
+
202
+ [More Information Needed]
203
+
204
+ ## Model Card Contact
205
+
206
+ [More Information Needed]
207
+ ### Framework versions
208
+
209
+ - PEFT 0.19.1
checkpoint-9800/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": "/scratch/Qwen3-1.7B",
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.19.1",
28
+ "qalora_group_size": 16,
29
+ "r": 64,
30
+ "rank_pattern": {},
31
+ "revision": null,
32
+ "target_modules": [
33
+ "v_proj",
34
+ "down_proj",
35
+ "q_proj",
36
+ "up_proj",
37
+ "k_proj",
38
+ "gate_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
+ }
checkpoint-9800/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e742ba8e124e5e9ab87216c323006d9253a80d69013d2c1dae62d12e1813c30d
3
+ size 278973888
checkpoint-9800/chat_template.jinja ADDED
@@ -0,0 +1,93 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {%- set enable_thinking = true %}
2
+ {%- set enable_thinking = false %}
3
+ {%- if tools %}
4
+ {{- '<|im_start|>system\n' }}
5
+ {%- if messages[0].role == 'system' %}
6
+ {{- messages[0].content + '\n\n' }}
7
+ {%- endif %}
8
+ {{- "# Tools\n\nYou may call one or more functions to assist with the user query.\n\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>" }}
9
+ {%- for tool in tools %}
10
+ {{- "\n" }}
11
+ {{- tool | tojson }}
12
+ {%- endfor %}
13
+ {{- "\n</tools>\n\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\n<tool_call>\n{\"name\": <function-name>, \"arguments\": <args-json-object>}\n</tool_call><|im_end|>\n" }}
14
+ {%- else %}
15
+ {%- if messages[0].role == 'system' %}
16
+ {{- '<|im_start|>system\n' + messages[0].content + '<|im_end|>\n' }}
17
+ {%- else %}
18
+ {{- '<|im_start|>system\nYou are a helpful assistant. Always put your final answer in \\boxed{}. For multiple choice questions, put only the letter in \\boxed{}, for example \\boxed{A}.<|im_end|>\n' }}
19
+ {%- endif %}
20
+ {%- endif %}
21
+ {%- set ns = namespace(multi_step_tool=true, last_query_index=messages|length - 1) %}
22
+ {%- for message in messages[::-1] %}
23
+ {%- set index = (messages|length - 1) - loop.index0 %}
24
+ {%- 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>')) %}
25
+ {%- set ns.multi_step_tool = false %}
26
+ {%- set ns.last_query_index = index %}
27
+ {%- endif %}
28
+ {%- endfor %}
29
+ {%- for message in messages %}
30
+ {%- if message.content is string %}
31
+ {%- set content = message.content %}
32
+ {%- else %}
33
+ {%- set content = '' %}
34
+ {%- endif %}
35
+ {%- if (message.role == "user") or (message.role == "system" and not loop.first) %}
36
+ {{- '<|im_start|>' + message.role + '\n' + content + '<|im_end|>' + '\n' }}
37
+ {%- elif message.role == "assistant" %}
38
+ {%- set reasoning_content = '' %}
39
+ {%- if message.reasoning_content is string %}
40
+ {%- set reasoning_content = message.reasoning_content %}
41
+ {%- else %}
42
+ {%- if '</think>' in content %}
43
+ {%- set reasoning_content = content.split('</think>')[0].rstrip('\n').split('<think>')[-1].lstrip('\n') %}
44
+ {%- set content = content.split('</think>')[-1].lstrip('\n') %}
45
+ {%- endif %}
46
+ {%- endif %}
47
+ {%- if loop.index0 > ns.last_query_index %}
48
+ {%- if loop.last or (not loop.last and reasoning_content) %}
49
+ {{- '<|im_start|>' + message.role + '\n<think>\n' + reasoning_content.strip('\n') + '\n</think>\n\n' + content.lstrip('\n') }}
50
+ {%- else %}
51
+ {{- '<|im_start|>' + message.role + '\n' + content }}
52
+ {%- endif %}
53
+ {%- else %}
54
+ {{- '<|im_start|>' + message.role + '\n' + content }}
55
+ {%- endif %}
56
+ {%- if message.tool_calls %}
57
+ {%- for tool_call in message.tool_calls %}
58
+ {%- if (loop.first and content) or (not loop.first) %}
59
+ {{- '\n' }}
60
+ {%- endif %}
61
+ {%- if tool_call.function %}
62
+ {%- set tool_call = tool_call.function %}
63
+ {%- endif %}
64
+ {{- '<tool_call>\n{"name": "' }}
65
+ {{- tool_call.name }}
66
+ {{- '", "arguments": ' }}
67
+ {%- if tool_call.arguments is string %}
68
+ {{- tool_call.arguments }}
69
+ {%- else %}
70
+ {{- tool_call.arguments | tojson }}
71
+ {%- endif %}
72
+ {{- '}\n</tool_call>' }}
73
+ {%- endfor %}
74
+ {%- endif %}
75
+ {{- '<|im_end|>\n' }}
76
+ {%- elif message.role == "tool" %}
77
+ {%- if loop.first or (messages[loop.index0 - 1].role != "tool") %}
78
+ {{- '<|im_start|>user' }}
79
+ {%- endif %}
80
+ {{- '\n<tool_response>\n' }}
81
+ {{- content }}
82
+ {{- '\n</tool_response>' }}
83
+ {%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
84
+ {{- '<|im_end|>\n' }}
85
+ {%- endif %}
86
+ {%- endif %}
87
+ {%- endfor %}
88
+ {%- if add_generation_prompt %}
89
+ {{- '<|im_start|>assistant\n' }}
90
+ {%- if enable_thinking is defined and enable_thinking is false %}
91
+ {{- '<think>\n\n</think>\n\n' }}
92
+ {%- endif %}
93
+ {%- endif %}
checkpoint-9800/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0110585a12fd99136e3643624835143de8686330451634b5f8f8417debebe62b
3
+ size 558179131
checkpoint-9800/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76d71495f5e6a20fc06f00a491570960dbe1422b5d9243411af4a25b6a99e244
3
+ size 14645
checkpoint-9800/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8775e41525e12b64bb5546dacc53b212796dd04bbce45b458630779f49cfe571
3
+ size 1465
checkpoint-9800/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be75606093db2094d7cd20f3c2f385c212750648bd6ea4fb2bf507a6a4c55506
3
+ size 11422650
checkpoint-9800/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": true,
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-9800/trainer_state.json ADDED
@@ -0,0 +1,2533 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 3000,
3
+ "best_metric": 0.43371766805648804,
4
+ "best_model_checkpoint": "/scratch/gk_checkpoint_lora_v2/checkpoint-3000",
5
+ "epoch": 2.956475824092932,
6
+ "eval_steps": 200,
7
+ "global_step": 9800,
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.0372698324173688,
14
+ "epoch": 0.015086369465188203,
15
+ "grad_norm": 0.4944687783718109,
16
+ "learning_rate": 3.266666666666667e-05,
17
+ "loss": 2.1209957885742186,
18
+ "mean_token_accuracy": 0.6639667785167694,
19
+ "num_tokens": 213967.0,
20
+ "step": 50
21
+ },
22
+ {
23
+ "entropy": 0.4767542722821236,
24
+ "epoch": 0.030172738930376405,
25
+ "grad_norm": 0.29953643679618835,
26
+ "learning_rate": 6.6e-05,
27
+ "loss": 0.5209395980834961,
28
+ "mean_token_accuracy": 0.9028549310564995,
29
+ "num_tokens": 426365.0,
30
+ "step": 100
31
+ },
32
+ {
33
+ "entropy": 0.46151453502476214,
34
+ "epoch": 0.04525910839556461,
35
+ "grad_norm": 0.3118787109851837,
36
+ "learning_rate": 9.933333333333334e-05,
37
+ "loss": 0.508198356628418,
38
+ "mean_token_accuracy": 0.9032981966435909,
39
+ "num_tokens": 642837.0,
40
+ "step": 150
41
+ },
42
+ {
43
+ "entropy": 0.4455497920885682,
44
+ "epoch": 0.06034547786075281,
45
+ "grad_norm": 0.3013271391391754,
46
+ "learning_rate": 9.999382532513122e-05,
47
+ "loss": 0.48826019287109373,
48
+ "mean_token_accuracy": 0.907553653717041,
49
+ "num_tokens": 856475.0,
50
+ "step": 200
51
+ },
52
+ {
53
+ "epoch": 0.06034547786075281,
54
+ "eval_entropy": 0.4689600637588114,
55
+ "eval_loss": 0.4816349446773529,
56
+ "eval_mean_token_accuracy": 0.8987587762934696,
57
+ "eval_num_tokens": 856475.0,
58
+ "eval_runtime": 37.5206,
59
+ "eval_samples_per_second": 57.728,
60
+ "eval_steps_per_second": 7.223,
61
+ "step": 200
62
+ },
63
+ {
64
+ "entropy": 0.44372758489102127,
65
+ "epoch": 0.075431847325941,
66
+ "grad_norm": 0.31373220682144165,
67
+ "learning_rate": 9.997479627263544e-05,
68
+ "loss": 0.4843710327148438,
69
+ "mean_token_accuracy": 0.9082412907481193,
70
+ "num_tokens": 1069370.0,
71
+ "step": 250
72
+ },
73
+ {
74
+ "entropy": 0.4475720078870654,
75
+ "epoch": 0.09051821679112922,
76
+ "grad_norm": 0.27380964159965515,
77
+ "learning_rate": 9.994291516446573e-05,
78
+ "loss": 0.491109733581543,
79
+ "mean_token_accuracy": 0.9055162121355533,
80
+ "num_tokens": 1286132.0,
81
+ "step": 300
82
+ },
83
+ {
84
+ "entropy": 0.4463552813604474,
85
+ "epoch": 0.10560458625631741,
86
+ "grad_norm": 0.2614763677120209,
87
+ "learning_rate": 9.989819019951048e-05,
88
+ "loss": 0.4837772369384766,
89
+ "mean_token_accuracy": 0.9081570096313953,
90
+ "num_tokens": 1500851.0,
91
+ "step": 350
92
+ },
93
+ {
94
+ "entropy": 0.41013720393180847,
95
+ "epoch": 0.12069095572150562,
96
+ "grad_norm": 0.4836612045764923,
97
+ "learning_rate": 9.984063287972232e-05,
98
+ "loss": 0.44385364532470706,
99
+ "mean_token_accuracy": 0.9148843766748905,
100
+ "num_tokens": 1708807.0,
101
+ "step": 400
102
+ },
103
+ {
104
+ "epoch": 0.12069095572150562,
105
+ "eval_entropy": 0.4811463643044123,
106
+ "eval_loss": 0.4747391641139984,
107
+ "eval_mean_token_accuracy": 0.8997697566268189,
108
+ "eval_num_tokens": 1708807.0,
109
+ "eval_runtime": 37.1123,
110
+ "eval_samples_per_second": 58.363,
111
+ "eval_steps_per_second": 7.302,
112
+ "step": 400
113
+ },
114
+ {
115
+ "entropy": 0.42200190499424933,
116
+ "epoch": 0.13577732518669383,
117
+ "grad_norm": 0.19339531660079956,
118
+ "learning_rate": 9.977025800716017e-05,
119
+ "loss": 0.45712459564208985,
120
+ "mean_token_accuracy": 0.9106362241506577,
121
+ "num_tokens": 1923184.0,
122
+ "step": 450
123
+ },
124
+ {
125
+ "entropy": 0.43271509755402804,
126
+ "epoch": 0.150863694651882,
127
+ "grad_norm": 0.299110472202301,
128
+ "learning_rate": 9.968708368018253e-05,
129
+ "loss": 0.4724855422973633,
130
+ "mean_token_accuracy": 0.9078708891570568,
131
+ "num_tokens": 2139609.0,
132
+ "step": 500
133
+ },
134
+ {
135
+ "entropy": 0.43638833791017534,
136
+ "epoch": 0.16595006411707022,
137
+ "grad_norm": 0.2539425492286682,
138
+ "learning_rate": 9.959113128879322e-05,
139
+ "loss": 0.4785395050048828,
140
+ "mean_token_accuracy": 0.907249256670475,
141
+ "num_tokens": 2358080.0,
142
+ "step": 550
143
+ },
144
+ {
145
+ "entropy": 0.43115664307028057,
146
+ "epoch": 0.18103643358225843,
147
+ "grad_norm": 0.2542003393173218,
148
+ "learning_rate": 9.948242550914035e-05,
149
+ "loss": 0.4740608215332031,
150
+ "mean_token_accuracy": 0.9089943794906139,
151
+ "num_tokens": 2574667.0,
152
+ "step": 600
153
+ },
154
+ {
155
+ "epoch": 0.18103643358225843,
156
+ "eval_entropy": 0.45346878287537074,
157
+ "eval_loss": 0.46328845620155334,
158
+ "eval_mean_token_accuracy": 0.9025413253210568,
159
+ "eval_num_tokens": 2574667.0,
160
+ "eval_runtime": 37.1254,
161
+ "eval_samples_per_second": 58.343,
162
+ "eval_steps_per_second": 7.3,
163
+ "step": 600
164
+ },
165
+ {
166
+ "entropy": 0.4420048241317272,
167
+ "epoch": 0.19612280304744664,
168
+ "grad_norm": 0.26832085847854614,
169
+ "learning_rate": 9.936099429717045e-05,
170
+ "loss": 0.486652717590332,
171
+ "mean_token_accuracy": 0.9074076810479164,
172
+ "num_tokens": 2790489.0,
173
+ "step": 650
174
+ },
175
+ {
176
+ "entropy": 0.4269510039314628,
177
+ "epoch": 0.21120917251263482,
178
+ "grad_norm": 0.20635050535202026,
179
+ "learning_rate": 9.922686888143897e-05,
180
+ "loss": 0.4619187927246094,
181
+ "mean_token_accuracy": 0.910810690075159,
182
+ "num_tokens": 3003881.0,
183
+ "step": 700
184
+ },
185
+ {
186
+ "entropy": 0.42016164746135476,
187
+ "epoch": 0.22629554197782303,
188
+ "grad_norm": 0.2643264830112457,
189
+ "learning_rate": 9.908008375507924e-05,
190
+ "loss": 0.46344844818115233,
191
+ "mean_token_accuracy": 0.9113752076029777,
192
+ "num_tokens": 3218446.0,
193
+ "step": 750
194
+ },
195
+ {
196
+ "entropy": 0.3974369211867452,
197
+ "epoch": 0.24138191144301124,
198
+ "grad_norm": 0.19392798840999603,
199
+ "learning_rate": 9.89206766669318e-05,
200
+ "loss": 0.42646697998046873,
201
+ "mean_token_accuracy": 0.9165593402087688,
202
+ "num_tokens": 3428256.0,
203
+ "step": 800
204
+ },
205
+ {
206
+ "epoch": 0.24138191144301124,
207
+ "eval_entropy": 0.43642714537157784,
208
+ "eval_loss": 0.46031010150909424,
209
+ "eval_mean_token_accuracy": 0.9025695645061366,
210
+ "eval_num_tokens": 3428256.0,
211
+ "eval_runtime": 37.1078,
212
+ "eval_samples_per_second": 58.37,
213
+ "eval_steps_per_second": 7.303,
214
+ "step": 800
215
+ },
216
+ {
217
+ "entropy": 0.4217161551490426,
218
+ "epoch": 0.25646828090819945,
219
+ "grad_norm": 0.21452021598815918,
220
+ "learning_rate": 9.874868861183658e-05,
221
+ "loss": 0.4612973022460938,
222
+ "mean_token_accuracy": 0.9114794608950615,
223
+ "num_tokens": 3642529.0,
224
+ "step": 850
225
+ },
226
+ {
227
+ "entropy": 0.41439461953938006,
228
+ "epoch": 0.27155465037338766,
229
+ "grad_norm": 0.25079163908958435,
230
+ "learning_rate": 9.856416382009006e-05,
231
+ "loss": 0.4494070053100586,
232
+ "mean_token_accuracy": 0.9127840812504292,
233
+ "num_tokens": 3855962.0,
234
+ "step": 900
235
+ },
236
+ {
237
+ "entropy": 0.4270974922552705,
238
+ "epoch": 0.2866410198385759,
239
+ "grad_norm": 0.20817860960960388,
240
+ "learning_rate": 9.836714974607077e-05,
241
+ "loss": 0.46105358123779294,
242
+ "mean_token_accuracy": 0.9099104046821594,
243
+ "num_tokens": 4069157.0,
244
+ "step": 950
245
+ },
246
+ {
247
+ "entropy": 0.400859787017107,
248
+ "epoch": 0.301727389303764,
249
+ "grad_norm": 0.20943191647529602,
250
+ "learning_rate": 9.815769705603521e-05,
251
+ "loss": 0.4289055633544922,
252
+ "mean_token_accuracy": 0.9167061321437359,
253
+ "num_tokens": 4278743.0,
254
+ "step": 1000
255
+ },
256
+ {
257
+ "epoch": 0.301727389303764,
258
+ "eval_entropy": 0.44312036031946483,
259
+ "eval_loss": 0.4571220278739929,
260
+ "eval_mean_token_accuracy": 0.9029428505809545,
261
+ "eval_num_tokens": 4278743.0,
262
+ "eval_runtime": 37.0803,
263
+ "eval_samples_per_second": 58.414,
264
+ "eval_steps_per_second": 7.308,
265
+ "step": 1000
266
+ },
267
+ {
268
+ "entropy": 0.4052092955261469,
269
+ "epoch": 0.31681375876895224,
270
+ "grad_norm": 0.21670734882354736,
271
+ "learning_rate": 9.793585961508811e-05,
272
+ "loss": 0.44187084197998044,
273
+ "mean_token_accuracy": 0.9138142390549183,
274
+ "num_tokens": 4495120.0,
275
+ "step": 1050
276
+ },
277
+ {
278
+ "entropy": 0.3885428298264742,
279
+ "epoch": 0.33190012823414045,
280
+ "grad_norm": 0.2656344771385193,
281
+ "learning_rate": 9.770169447332977e-05,
282
+ "loss": 0.42026878356933595,
283
+ "mean_token_accuracy": 0.9171342994272709,
284
+ "num_tokens": 4707664.0,
285
+ "step": 1100
286
+ },
287
+ {
288
+ "entropy": 0.41116086438298227,
289
+ "epoch": 0.34698649769932866,
290
+ "grad_norm": 0.25747165083885193,
291
+ "learning_rate": 9.745526185118458e-05,
292
+ "loss": 0.44418087005615237,
293
+ "mean_token_accuracy": 0.9133055797219276,
294
+ "num_tokens": 4921515.0,
295
+ "step": 1150
296
+ },
297
+ {
298
+ "entropy": 0.40833847373723986,
299
+ "epoch": 0.36207286716451687,
300
+ "grad_norm": 0.22326916456222534,
301
+ "learning_rate": 9.719662512391396e-05,
302
+ "loss": 0.4394912338256836,
303
+ "mean_token_accuracy": 0.9140990000963211,
304
+ "num_tokens": 5133998.0,
305
+ "step": 1200
306
+ },
307
+ {
308
+ "epoch": 0.36207286716451687,
309
+ "eval_entropy": 0.44459747828240764,
310
+ "eval_loss": 0.4540960192680359,
311
+ "eval_mean_token_accuracy": 0.9033675605080664,
312
+ "eval_num_tokens": 5133998.0,
313
+ "eval_runtime": 37.1014,
314
+ "eval_samples_per_second": 58.381,
315
+ "eval_steps_per_second": 7.304,
316
+ "step": 1200
317
+ },
318
+ {
319
+ "entropy": 0.39192866910248997,
320
+ "epoch": 0.3771592366297051,
321
+ "grad_norm": 0.20642907917499542,
322
+ "learning_rate": 9.692585080531822e-05,
323
+ "loss": 0.42892616271972656,
324
+ "mean_token_accuracy": 0.9165673214197159,
325
+ "num_tokens": 5348047.0,
326
+ "step": 1250
327
+ },
328
+ {
329
+ "entropy": 0.40107650008052587,
330
+ "epoch": 0.3922456060948933,
331
+ "grad_norm": 0.2515887916088104,
332
+ "learning_rate": 9.664300853063104e-05,
333
+ "loss": 0.4329941558837891,
334
+ "mean_token_accuracy": 0.9152751086652279,
335
+ "num_tokens": 5562125.0,
336
+ "step": 1300
337
+ },
338
+ {
339
+ "entropy": 0.3964537301659584,
340
+ "epoch": 0.4073319755600815,
341
+ "grad_norm": 0.20992055535316467,
342
+ "learning_rate": 9.63481710386114e-05,
343
+ "loss": 0.4275414276123047,
344
+ "mean_token_accuracy": 0.9168652257323265,
345
+ "num_tokens": 5773685.0,
346
+ "step": 1350
347
+ },
348
+ {
349
+ "entropy": 0.39044841077178716,
350
+ "epoch": 0.42241834502526965,
351
+ "grad_norm": 0.30388110876083374,
352
+ "learning_rate": 9.604141415283728e-05,
353
+ "loss": 0.42324817657470704,
354
+ "mean_token_accuracy": 0.9169075645506382,
355
+ "num_tokens": 5986601.0,
356
+ "step": 1400
357
+ },
358
+ {
359
+ "epoch": 0.42241834502526965,
360
+ "eval_entropy": 0.4361799991658693,
361
+ "eval_loss": 0.45172417163848877,
362
+ "eval_mean_token_accuracy": 0.9033232137725802,
363
+ "eval_num_tokens": 5986601.0,
364
+ "eval_runtime": 37.1897,
365
+ "eval_samples_per_second": 58.242,
366
+ "eval_steps_per_second": 7.287,
367
+ "step": 1400
368
+ },
369
+ {
370
+ "entropy": 0.4137679870799184,
371
+ "epoch": 0.43750471449045786,
372
+ "grad_norm": 0.23755542933940887,
373
+ "learning_rate": 9.572281676220608e-05,
374
+ "loss": 0.4478377532958984,
375
+ "mean_token_accuracy": 0.911891212016344,
376
+ "num_tokens": 6203048.0,
377
+ "step": 1450
378
+ },
379
+ {
380
+ "entropy": 0.41279098089784383,
381
+ "epoch": 0.45259108395564607,
382
+ "grad_norm": 0.21780936419963837,
383
+ "learning_rate": 9.539246080064659e-05,
384
+ "loss": 0.45262195587158205,
385
+ "mean_token_accuracy": 0.9123758906126023,
386
+ "num_tokens": 6419624.0,
387
+ "step": 1500
388
+ },
389
+ {
390
+ "entropy": 0.41412957072257994,
391
+ "epoch": 0.4676774534208343,
392
+ "grad_norm": 0.2430579662322998,
393
+ "learning_rate": 9.505043122604818e-05,
394
+ "loss": 0.45246307373046873,
395
+ "mean_token_accuracy": 0.9122441673278808,
396
+ "num_tokens": 6633965.0,
397
+ "step": 1550
398
+ },
399
+ {
400
+ "entropy": 0.3798889485746622,
401
+ "epoch": 0.4827638228860225,
402
+ "grad_norm": 0.28653672337532043,
403
+ "learning_rate": 9.469681599841192e-05,
404
+ "loss": 0.41427810668945314,
405
+ "mean_token_accuracy": 0.9184439463913441,
406
+ "num_tokens": 6847358.0,
407
+ "step": 1600
408
+ },
409
+ {
410
+ "epoch": 0.4827638228860225,
411
+ "eval_entropy": 0.43242653594025826,
412
+ "eval_loss": 0.4488651752471924,
413
+ "eval_mean_token_accuracy": 0.9040581949082688,
414
+ "eval_num_tokens": 6847358.0,
415
+ "eval_runtime": 37.1595,
416
+ "eval_samples_per_second": 58.289,
417
+ "eval_steps_per_second": 7.293,
418
+ "step": 1600
419
+ },
420
+ {
421
+ "entropy": 0.38126184083521364,
422
+ "epoch": 0.4978501923512107,
423
+ "grad_norm": 0.2068091183900833,
424
+ "learning_rate": 9.433170605722996e-05,
425
+ "loss": 0.40500320434570314,
426
+ "mean_token_accuracy": 0.9181749866902829,
427
+ "num_tokens": 7062005.0,
428
+ "step": 1650
429
+ },
430
+ {
431
+ "entropy": 0.38879580337554215,
432
+ "epoch": 0.5129365618163989,
433
+ "grad_norm": 0.19908899068832397,
434
+ "learning_rate": 9.395519529809848e-05,
435
+ "loss": 0.41957916259765626,
436
+ "mean_token_accuracy": 0.9183010324835778,
437
+ "num_tokens": 7272082.0,
438
+ "step": 1700
439
+ },
440
+ {
441
+ "entropy": 0.3867104376107454,
442
+ "epoch": 0.5280229312815871,
443
+ "grad_norm": 0.21681655943393707,
444
+ "learning_rate": 9.356738054857057e-05,
445
+ "loss": 0.41496986389160156,
446
+ "mean_token_accuracy": 0.9176018598675728,
447
+ "num_tokens": 7484751.0,
448
+ "step": 1750
449
+ },
450
+ {
451
+ "entropy": 0.3900348538905382,
452
+ "epoch": 0.5431093007467753,
453
+ "grad_norm": 0.23264895379543304,
454
+ "learning_rate": 9.316836154325494e-05,
455
+ "loss": 0.4201799774169922,
456
+ "mean_token_accuracy": 0.9161376728117466,
457
+ "num_tokens": 7699385.0,
458
+ "step": 1800
459
+ },
460
+ {
461
+ "epoch": 0.5431093007467753,
462
+ "eval_entropy": 0.4371595958941977,
463
+ "eval_loss": 0.44555598497390747,
464
+ "eval_mean_token_accuracy": 0.9047388078101887,
465
+ "eval_num_tokens": 7699385.0,
466
+ "eval_runtime": 37.2391,
467
+ "eval_samples_per_second": 58.165,
468
+ "eval_steps_per_second": 7.277,
469
+ "step": 1800
470
+ },
471
+ {
472
+ "entropy": 0.38737339399755,
473
+ "epoch": 0.5581956702119635,
474
+ "grad_norm": 0.21236486732959747,
475
+ "learning_rate": 9.275824089816716e-05,
476
+ "loss": 0.4186508941650391,
477
+ "mean_token_accuracy": 0.9184837466478348,
478
+ "num_tokens": 7912846.0,
479
+ "step": 1850
480
+ },
481
+ {
482
+ "entropy": 0.38791515786200764,
483
+ "epoch": 0.5732820396771517,
484
+ "grad_norm": 0.22874821722507477,
485
+ "learning_rate": 9.233712408433972e-05,
486
+ "loss": 0.42144878387451173,
487
+ "mean_token_accuracy": 0.9170675221085548,
488
+ "num_tokens": 8126645.0,
489
+ "step": 1900
490
+ },
491
+ {
492
+ "entropy": 0.3831383780390024,
493
+ "epoch": 0.5883684091423399,
494
+ "grad_norm": 0.3072109818458557,
495
+ "learning_rate": 9.190511940069813e-05,
496
+ "loss": 0.407428092956543,
497
+ "mean_token_accuracy": 0.9184182004630566,
498
+ "num_tokens": 8341447.0,
499
+ "step": 1950
500
+ },
501
+ {
502
+ "entropy": 0.38130090072751044,
503
+ "epoch": 0.603454778607528,
504
+ "grad_norm": 0.2783527374267578,
505
+ "learning_rate": 9.146233794620944e-05,
506
+ "loss": 0.41518512725830076,
507
+ "mean_token_accuracy": 0.9192077203094959,
508
+ "num_tokens": 8553915.0,
509
+ "step": 2000
510
+ },
511
+ {
512
+ "epoch": 0.603454778607528,
513
+ "eval_entropy": 0.41359548831557874,
514
+ "eval_loss": 0.4426310062408447,
515
+ "eval_mean_token_accuracy": 0.9062746316744392,
516
+ "eval_num_tokens": 8553915.0,
517
+ "eval_runtime": 37.0772,
518
+ "eval_samples_per_second": 58.419,
519
+ "eval_steps_per_second": 7.309,
520
+ "step": 2000
521
+ },
522
+ {
523
+ "entropy": 0.40945424281060694,
524
+ "epoch": 0.6185411480727163,
525
+ "grad_norm": 0.2751815915107727,
526
+ "learning_rate": 9.100889359131093e-05,
527
+ "loss": 0.44279281616210936,
528
+ "mean_token_accuracy": 0.9126340833306312,
529
+ "num_tokens": 8773030.0,
530
+ "step": 2050
531
+ },
532
+ {
533
+ "entropy": 0.37910934548825026,
534
+ "epoch": 0.6336275175379045,
535
+ "grad_norm": 0.24518635869026184,
536
+ "learning_rate": 9.054490294862594e-05,
537
+ "loss": 0.41019065856933595,
538
+ "mean_token_accuracy": 0.9180504800379277,
539
+ "num_tokens": 8987621.0,
540
+ "step": 2100
541
+ },
542
+ {
543
+ "entropy": 0.38141273133456705,
544
+ "epoch": 0.6487138870030927,
545
+ "grad_norm": 0.2637041211128235,
546
+ "learning_rate": 9.00704853429745e-05,
547
+ "loss": 0.41344562530517576,
548
+ "mean_token_accuracy": 0.9188940741121769,
549
+ "num_tokens": 9202085.0,
550
+ "step": 2150
551
+ },
552
+ {
553
+ "entropy": 0.37150444712489844,
554
+ "epoch": 0.6638002564682809,
555
+ "grad_norm": 0.23061881959438324,
556
+ "learning_rate": 8.958576278068655e-05,
557
+ "loss": 0.4002714157104492,
558
+ "mean_token_accuracy": 0.9211013509333134,
559
+ "num_tokens": 9414528.0,
560
+ "step": 2200
561
+ },
562
+ {
563
+ "epoch": 0.6638002564682809,
564
+ "eval_entropy": 0.4198416776652706,
565
+ "eval_loss": 0.44056928157806396,
566
+ "eval_mean_token_accuracy": 0.9060557997094749,
567
+ "eval_num_tokens": 9414528.0,
568
+ "eval_runtime": 37.0429,
569
+ "eval_samples_per_second": 58.473,
570
+ "eval_steps_per_second": 7.316,
571
+ "step": 2200
572
+ },
573
+ {
574
+ "entropy": 0.3824780482426286,
575
+ "epoch": 0.6788866259334692,
576
+ "grad_norm": 0.29528528451919556,
577
+ "learning_rate": 8.909085991822532e-05,
578
+ "loss": 0.4100413513183594,
579
+ "mean_token_accuracy": 0.9181285245716572,
580
+ "num_tokens": 9631160.0,
581
+ "step": 2250
582
+ },
583
+ {
584
+ "entropy": 0.37036353170871733,
585
+ "epoch": 0.6939729953986573,
586
+ "grad_norm": 0.2833597958087921,
587
+ "learning_rate": 8.858590403012954e-05,
588
+ "loss": 0.39582439422607424,
589
+ "mean_token_accuracy": 0.9203065976500511,
590
+ "num_tokens": 9844323.0,
591
+ "step": 2300
592
+ },
593
+ {
594
+ "entropy": 0.377471005320549,
595
+ "epoch": 0.7090593648638455,
596
+ "grad_norm": 0.2559050917625427,
597
+ "learning_rate": 8.807102497628199e-05,
598
+ "loss": 0.4039160919189453,
599
+ "mean_token_accuracy": 0.9185835334658623,
600
+ "num_tokens": 10060066.0,
601
+ "step": 2350
602
+ },
603
+ {
604
+ "entropy": 0.38689912386238573,
605
+ "epoch": 0.7241457343290337,
606
+ "grad_norm": 0.3571145236492157,
607
+ "learning_rate": 8.754635516851342e-05,
608
+ "loss": 0.41998291015625,
609
+ "mean_token_accuracy": 0.9171991994976998,
610
+ "num_tokens": 10275374.0,
611
+ "step": 2400
612
+ },
613
+ {
614
+ "epoch": 0.7241457343290337,
615
+ "eval_entropy": 0.4061841280148038,
616
+ "eval_loss": 0.4392658472061157,
617
+ "eval_mean_token_accuracy": 0.9060493254573583,
618
+ "eval_num_tokens": 10275374.0,
619
+ "eval_runtime": 37.185,
620
+ "eval_samples_per_second": 58.249,
621
+ "eval_steps_per_second": 7.288,
622
+ "step": 2400
623
+ },
624
+ {
625
+ "entropy": 0.3773344187065959,
626
+ "epoch": 0.7392321037942219,
627
+ "grad_norm": 0.23827174305915833,
628
+ "learning_rate": 8.701202953655006e-05,
629
+ "loss": 0.4055968475341797,
630
+ "mean_token_accuracy": 0.9189482787251473,
631
+ "num_tokens": 10495301.0,
632
+ "step": 2450
633
+ },
634
+ {
635
+ "entropy": 0.3638977843523026,
636
+ "epoch": 0.7543184732594101,
637
+ "grad_norm": 0.247745543718338,
638
+ "learning_rate": 8.646818549331366e-05,
639
+ "loss": 0.38891139984130857,
640
+ "mean_token_accuracy": 0.9226090031862259,
641
+ "num_tokens": 10706938.0,
642
+ "step": 2500
643
+ },
644
+ {
645
+ "entropy": 0.358336652033031,
646
+ "epoch": 0.7694048427245983,
647
+ "grad_norm": 0.24292156100273132,
648
+ "learning_rate": 8.591496289958292e-05,
649
+ "loss": 0.3846548461914063,
650
+ "mean_token_accuracy": 0.923456951379776,
651
+ "num_tokens": 10918302.0,
652
+ "step": 2550
653
+ },
654
+ {
655
+ "entropy": 0.37086400829255584,
656
+ "epoch": 0.7844912121897866,
657
+ "grad_norm": 0.2979118525981903,
658
+ "learning_rate": 8.535250402802536e-05,
659
+ "loss": 0.39662261962890627,
660
+ "mean_token_accuracy": 0.9212297305464745,
661
+ "num_tokens": 11131056.0,
662
+ "step": 2600
663
+ },
664
+ {
665
+ "epoch": 0.7844912121897866,
666
+ "eval_entropy": 0.4161290250361186,
667
+ "eval_loss": 0.43674495816230774,
668
+ "eval_mean_token_accuracy": 0.9060781219788583,
669
+ "eval_num_tokens": 11131056.0,
670
+ "eval_runtime": 37.0488,
671
+ "eval_samples_per_second": 58.463,
672
+ "eval_steps_per_second": 7.315,
673
+ "step": 2600
674
+ },
675
+ {
676
+ "entropy": 0.36887906536459925,
677
+ "epoch": 0.7995775816549747,
678
+ "grad_norm": 0.25673073530197144,
679
+ "learning_rate": 8.478095352660897e-05,
680
+ "loss": 0.3948686218261719,
681
+ "mean_token_accuracy": 0.9204315200448037,
682
+ "num_tokens": 11345648.0,
683
+ "step": 2650
684
+ },
685
+ {
686
+ "entropy": 0.36981521353125574,
687
+ "epoch": 0.814663951120163,
688
+ "grad_norm": 0.2649747133255005,
689
+ "learning_rate": 8.4200458381403e-05,
690
+ "loss": 0.3937848663330078,
691
+ "mean_token_accuracy": 0.9218536545336247,
692
+ "num_tokens": 11559009.0,
693
+ "step": 2700
694
+ },
695
+ {
696
+ "entropy": 0.37904939975589513,
697
+ "epoch": 0.8297503205853511,
698
+ "grad_norm": 0.20989011228084564,
699
+ "learning_rate": 8.361116787877736e-05,
700
+ "loss": 0.4084677505493164,
701
+ "mean_token_accuracy": 0.9188165719807148,
702
+ "num_tokens": 11776255.0,
703
+ "step": 2750
704
+ },
705
+ {
706
+ "entropy": 0.3781035339459777,
707
+ "epoch": 0.8448366900505393,
708
+ "grad_norm": 0.2979874908924103,
709
+ "learning_rate": 8.301323356701069e-05,
710
+ "loss": 0.40767410278320315,
711
+ "mean_token_accuracy": 0.9183482979238033,
712
+ "num_tokens": 11994830.0,
713
+ "step": 2800
714
+ },
715
+ {
716
+ "epoch": 0.8448366900505393,
717
+ "eval_entropy": 0.3918299580962016,
718
+ "eval_loss": 0.43606311082839966,
719
+ "eval_mean_token_accuracy": 0.9074829088805786,
720
+ "eval_num_tokens": 11994830.0,
721
+ "eval_runtime": 37.1502,
722
+ "eval_samples_per_second": 58.304,
723
+ "eval_steps_per_second": 7.295,
724
+ "step": 2800
725
+ },
726
+ {
727
+ "entropy": 0.3669764836877584,
728
+ "epoch": 0.8599230595157276,
729
+ "grad_norm": 0.3718933165073395,
730
+ "learning_rate": 8.240680921731639e-05,
731
+ "loss": 0.39511192321777344,
732
+ "mean_token_accuracy": 0.9215331043303013,
733
+ "num_tokens": 12210990.0,
734
+ "step": 2850
735
+ },
736
+ {
737
+ "entropy": 0.36516126081347466,
738
+ "epoch": 0.8750094289809157,
739
+ "grad_norm": 0.2584734559059143,
740
+ "learning_rate": 8.179205078429728e-05,
741
+ "loss": 0.3858111572265625,
742
+ "mean_token_accuracy": 0.9223315984010696,
743
+ "num_tokens": 12425768.0,
744
+ "step": 2900
745
+ },
746
+ {
747
+ "entropy": 0.36489626977592704,
748
+ "epoch": 0.890095798446104,
749
+ "grad_norm": 0.260593980550766,
750
+ "learning_rate": 8.116911636583866e-05,
751
+ "loss": 0.3904818344116211,
752
+ "mean_token_accuracy": 0.921723841279745,
753
+ "num_tokens": 12644047.0,
754
+ "step": 2950
755
+ },
756
+ {
757
+ "entropy": 0.35986222576349974,
758
+ "epoch": 0.9051821679112921,
759
+ "grad_norm": 0.2872949540615082,
760
+ "learning_rate": 8.053816616245007e-05,
761
+ "loss": 0.3802699661254883,
762
+ "mean_token_accuracy": 0.922919643521309,
763
+ "num_tokens": 12858612.0,
764
+ "step": 3000
765
+ },
766
+ {
767
+ "epoch": 0.9051821679112921,
768
+ "eval_entropy": 0.39114147694128465,
769
+ "eval_loss": 0.43371766805648804,
770
+ "eval_mean_token_accuracy": 0.9085190791045608,
771
+ "eval_num_tokens": 12858612.0,
772
+ "eval_runtime": 37.1981,
773
+ "eval_samples_per_second": 58.229,
774
+ "eval_steps_per_second": 7.285,
775
+ "step": 3000
776
+ },
777
+ {
778
+ "entropy": 0.3628548865020275,
779
+ "epoch": 0.9202685373764804,
780
+ "grad_norm": 0.3397461771965027,
781
+ "learning_rate": 7.989936243606644e-05,
782
+ "loss": 0.38797500610351565,
783
+ "mean_token_accuracy": 0.9223182892799378,
784
+ "num_tokens": 13074583.0,
785
+ "step": 3050
786
+ },
787
+ {
788
+ "entropy": 0.3658443212881684,
789
+ "epoch": 0.9353549068416686,
790
+ "grad_norm": 0.21586942672729492,
791
+ "learning_rate": 7.925286946831907e-05,
792
+ "loss": 0.38840934753417966,
793
+ "mean_token_accuracy": 0.920469640493393,
794
+ "num_tokens": 13290531.0,
795
+ "step": 3100
796
+ },
797
+ {
798
+ "entropy": 0.3434870146587491,
799
+ "epoch": 0.9504412763068567,
800
+ "grad_norm": 0.4203721582889557,
801
+ "learning_rate": 7.859885351828722e-05,
802
+ "loss": 0.3654581832885742,
803
+ "mean_token_accuracy": 0.9264674150943756,
804
+ "num_tokens": 13501774.0,
805
+ "step": 3150
806
+ },
807
+ {
808
+ "entropy": 0.3622769057378173,
809
+ "epoch": 0.965527645772045,
810
+ "grad_norm": 0.4923344850540161,
811
+ "learning_rate": 7.793748277974116e-05,
812
+ "loss": 0.38648658752441406,
813
+ "mean_token_accuracy": 0.9216807208955288,
814
+ "num_tokens": 13719293.0,
815
+ "step": 3200
816
+ },
817
+ {
818
+ "epoch": 0.965527645772045,
819
+ "eval_entropy": 0.38819593988441453,
820
+ "eval_loss": 0.43394002318382263,
821
+ "eval_mean_token_accuracy": 0.9077828526496887,
822
+ "eval_num_tokens": 13719293.0,
823
+ "eval_runtime": 37.2602,
824
+ "eval_samples_per_second": 58.132,
825
+ "eval_steps_per_second": 7.273,
826
+ "step": 3200
827
+ },
828
+ {
829
+ "entropy": 0.35784762669354675,
830
+ "epoch": 0.9806140152372331,
831
+ "grad_norm": 0.295482873916626,
832
+ "learning_rate": 7.72689273378875e-05,
833
+ "loss": 0.3751881790161133,
834
+ "mean_token_accuracy": 0.9235683201253414,
835
+ "num_tokens": 13933952.0,
836
+ "step": 3250
837
+ },
838
+ {
839
+ "entropy": 0.35060869861394167,
840
+ "epoch": 0.9957003847024214,
841
+ "grad_norm": 0.3346746265888214,
842
+ "learning_rate": 7.659335912562849e-05,
843
+ "loss": 0.3715841293334961,
844
+ "mean_token_accuracy": 0.9249463096261025,
845
+ "num_tokens": 14146736.0,
846
+ "step": 3300
847
+ },
848
+ {
849
+ "entropy": 0.33144386649736896,
850
+ "epoch": 1.0105604586256318,
851
+ "grad_norm": 0.42002174258232117,
852
+ "learning_rate": 7.591095187934571e-05,
853
+ "loss": 0.3447689437866211,
854
+ "mean_token_accuracy": 0.9282537361389489,
855
+ "num_tokens": 14363628.0,
856
+ "step": 3350
857
+ },
858
+ {
859
+ "entropy": 0.29580484244972466,
860
+ "epoch": 1.02564682809082,
861
+ "grad_norm": 0.267696350812912,
862
+ "learning_rate": 7.522188109422025e-05,
863
+ "loss": 0.30982461929321287,
864
+ "mean_token_accuracy": 0.9349895706772804,
865
+ "num_tokens": 14577748.0,
866
+ "step": 3400
867
+ },
868
+ {
869
+ "epoch": 1.02564682809082,
870
+ "eval_entropy": 0.3474461413452546,
871
+ "eval_loss": 0.4461125433444977,
872
+ "eval_mean_token_accuracy": 0.9071816351140997,
873
+ "eval_num_tokens": 14577748.0,
874
+ "eval_runtime": 37.1626,
875
+ "eval_samples_per_second": 58.284,
876
+ "eval_steps_per_second": 7.292,
877
+ "step": 3400
878
+ },
879
+ {
880
+ "entropy": 0.30122795451432466,
881
+ "epoch": 1.0407331975560081,
882
+ "grad_norm": 0.2817290127277374,
883
+ "learning_rate": 7.452632397910045e-05,
884
+ "loss": 0.3127718353271484,
885
+ "mean_token_accuracy": 0.93441466614604,
886
+ "num_tokens": 14792632.0,
887
+ "step": 3450
888
+ },
889
+ {
890
+ "entropy": 0.2921810976602137,
891
+ "epoch": 1.0558195670211963,
892
+ "grad_norm": 0.3158903419971466,
893
+ "learning_rate": 7.3824459410929e-05,
894
+ "loss": 0.3033764839172363,
895
+ "mean_token_accuracy": 0.9362939922511577,
896
+ "num_tokens": 15005289.0,
897
+ "step": 3500
898
+ },
899
+ {
900
+ "entropy": 0.30137234527617696,
901
+ "epoch": 1.0709059364863847,
902
+ "grad_norm": 0.363569974899292,
903
+ "learning_rate": 7.311646788874093e-05,
904
+ "loss": 0.3192999267578125,
905
+ "mean_token_accuracy": 0.9330788172781468,
906
+ "num_tokens": 15221117.0,
907
+ "step": 3550
908
+ },
909
+ {
910
+ "entropy": 0.2979462206363678,
911
+ "epoch": 1.0859923059515728,
912
+ "grad_norm": 0.33784833550453186,
913
+ "learning_rate": 7.240253148724472e-05,
914
+ "loss": 0.3097235298156738,
915
+ "mean_token_accuracy": 0.935227975398302,
916
+ "num_tokens": 15433103.0,
917
+ "step": 3600
918
+ },
919
+ {
920
+ "epoch": 1.0859923059515728,
921
+ "eval_entropy": 0.33927392830378017,
922
+ "eval_loss": 0.44939693808555603,
923
+ "eval_mean_token_accuracy": 0.9080607321429517,
924
+ "eval_num_tokens": 15433103.0,
925
+ "eval_runtime": 37.0789,
926
+ "eval_samples_per_second": 58.416,
927
+ "eval_steps_per_second": 7.309,
928
+ "step": 3600
929
+ },
930
+ {
931
+ "entropy": 0.2955490641668439,
932
+ "epoch": 1.101078675416761,
933
+ "grad_norm": 0.26954564452171326,
934
+ "learning_rate": 7.168283380999781e-05,
935
+ "loss": 0.308115234375,
936
+ "mean_token_accuracy": 0.9356962423026561,
937
+ "num_tokens": 15647397.0,
938
+ "step": 3650
939
+ },
940
+ {
941
+ "entropy": 0.3024994757771492,
942
+ "epoch": 1.1161650448819491,
943
+ "grad_norm": 0.34243258833885193,
944
+ "learning_rate": 7.095755994218929e-05,
945
+ "loss": 0.3163371467590332,
946
+ "mean_token_accuracy": 0.933635587990284,
947
+ "num_tokens": 15862307.0,
948
+ "step": 3700
949
+ },
950
+ {
951
+ "entropy": 0.28693753194063903,
952
+ "epoch": 1.1312514143471373,
953
+ "grad_norm": 0.3753094971179962,
954
+ "learning_rate": 7.022689640304127e-05,
955
+ "loss": 0.30058185577392577,
956
+ "mean_token_accuracy": 0.9367860886454582,
957
+ "num_tokens": 16077573.0,
958
+ "step": 3750
959
+ },
960
+ {
961
+ "entropy": 0.2817346750572324,
962
+ "epoch": 1.1463377838123257,
963
+ "grad_norm": 0.36651188135147095,
964
+ "learning_rate": 6.949103109784174e-05,
965
+ "loss": 0.29092519760131835,
966
+ "mean_token_accuracy": 0.9392722348868847,
967
+ "num_tokens": 16287755.0,
968
+ "step": 3800
969
+ },
970
+ {
971
+ "epoch": 1.1463377838123257,
972
+ "eval_entropy": 0.3268261263181363,
973
+ "eval_loss": 0.45524126291275024,
974
+ "eval_mean_token_accuracy": 0.9080498321909746,
975
+ "eval_num_tokens": 16287755.0,
976
+ "eval_runtime": 37.2707,
977
+ "eval_samples_per_second": 58.115,
978
+ "eval_steps_per_second": 7.271,
979
+ "step": 3800
980
+ },
981
+ {
982
+ "entropy": 0.2927645993977785,
983
+ "epoch": 1.1614241532775138,
984
+ "grad_norm": 0.32257115840911865,
985
+ "learning_rate": 6.875015326962071e-05,
986
+ "loss": 0.3056098175048828,
987
+ "mean_token_accuracy": 0.9361269493401051,
988
+ "num_tokens": 16500869.0,
989
+ "step": 3850
990
+ },
991
+ {
992
+ "entropy": 0.2784220616333187,
993
+ "epoch": 1.176510522742702,
994
+ "grad_norm": 0.3277973234653473,
995
+ "learning_rate": 6.800445345048247e-05,
996
+ "loss": 0.2863511276245117,
997
+ "mean_token_accuracy": 0.9394664193689823,
998
+ "num_tokens": 16714052.0,
999
+ "step": 3900
1000
+ },
1001
+ {
1002
+ "entropy": 0.28824312970042226,
1003
+ "epoch": 1.1915968922078901,
1004
+ "grad_norm": 0.45423227548599243,
1005
+ "learning_rate": 6.725412341260632e-05,
1006
+ "loss": 0.30036584854125975,
1007
+ "mean_token_accuracy": 0.9367516180872917,
1008
+ "num_tokens": 16929433.0,
1009
+ "step": 3950
1010
+ },
1011
+ {
1012
+ "entropy": 0.3048727669939399,
1013
+ "epoch": 1.2066832616730783,
1014
+ "grad_norm": 0.4174216091632843,
1015
+ "learning_rate": 6.649935611892839e-05,
1016
+ "loss": 0.3221250534057617,
1017
+ "mean_token_accuracy": 0.9329589973390102,
1018
+ "num_tokens": 17149131.0,
1019
+ "step": 4000
1020
+ },
1021
+ {
1022
+ "epoch": 1.2066832616730783,
1023
+ "eval_entropy": 0.3393887681439794,
1024
+ "eval_loss": 0.44970703125,
1025
+ "eval_mean_token_accuracy": 0.907502448866728,
1026
+ "eval_num_tokens": 17149131.0,
1027
+ "eval_runtime": 37.1753,
1028
+ "eval_samples_per_second": 58.265,
1029
+ "eval_steps_per_second": 7.29,
1030
+ "step": 4000
1031
+ },
1032
+ {
1033
+ "entropy": 0.2786213347688317,
1034
+ "epoch": 1.2217696311382666,
1035
+ "grad_norm": 0.37704846262931824,
1036
+ "learning_rate": 6.574034567351717e-05,
1037
+ "loss": 0.28641138076782224,
1038
+ "mean_token_accuracy": 0.9393399634957313,
1039
+ "num_tokens": 17362785.0,
1040
+ "step": 4050
1041
+ },
1042
+ {
1043
+ "entropy": 0.2889704497903585,
1044
+ "epoch": 1.2368560006034548,
1045
+ "grad_norm": 0.3806622624397278,
1046
+ "learning_rate": 6.49772872716557e-05,
1047
+ "loss": 0.30537261962890627,
1048
+ "mean_token_accuracy": 0.9361220151185989,
1049
+ "num_tokens": 17578670.0,
1050
+ "step": 4100
1051
+ },
1052
+ {
1053
+ "entropy": 0.29292779937386515,
1054
+ "epoch": 1.251942370068643,
1055
+ "grad_norm": 0.3169683814048767,
1056
+ "learning_rate": 6.421037714964293e-05,
1057
+ "loss": 0.30579683303833005,
1058
+ "mean_token_accuracy": 0.9352342364192009,
1059
+ "num_tokens": 17802008.0,
1060
+ "step": 4150
1061
+ },
1062
+ {
1063
+ "entropy": 0.28012287182733414,
1064
+ "epoch": 1.267028739533831,
1065
+ "grad_norm": 0.2556808888912201,
1066
+ "learning_rate": 6.343981253432761e-05,
1067
+ "loss": 0.2942901611328125,
1068
+ "mean_token_accuracy": 0.93847431153059,
1069
+ "num_tokens": 18015619.0,
1070
+ "step": 4200
1071
+ },
1072
+ {
1073
+ "epoch": 1.267028739533831,
1074
+ "eval_entropy": 0.3326790584354383,
1075
+ "eval_loss": 0.45203062891960144,
1076
+ "eval_mean_token_accuracy": 0.9082723077372871,
1077
+ "eval_num_tokens": 18015619.0,
1078
+ "eval_runtime": 37.2103,
1079
+ "eval_samples_per_second": 58.21,
1080
+ "eval_steps_per_second": 7.283,
1081
+ "step": 4200
1082
+ },
1083
+ {
1084
+ "entropy": 0.2790189484320581,
1085
+ "epoch": 1.2821151089990193,
1086
+ "grad_norm": 0.3167658746242523,
1087
+ "learning_rate": 6.266579159238723e-05,
1088
+ "loss": 0.2901947212219238,
1089
+ "mean_token_accuracy": 0.9385272514820099,
1090
+ "num_tokens": 18231214.0,
1091
+ "step": 4250
1092
+ },
1093
+ {
1094
+ "entropy": 0.28492060406133535,
1095
+ "epoch": 1.2972014784642076,
1096
+ "grad_norm": 0.3428349792957306,
1097
+ "learning_rate": 6.188851337936541e-05,
1098
+ "loss": 0.2975013542175293,
1099
+ "mean_token_accuracy": 0.9384494511783124,
1100
+ "num_tokens": 18443602.0,
1101
+ "step": 4300
1102
+ },
1103
+ {
1104
+ "entropy": 0.28728573814034464,
1105
+ "epoch": 1.3122878479293958,
1106
+ "grad_norm": 0.3879326581954956,
1107
+ "learning_rate": 6.110817778848062e-05,
1108
+ "loss": 0.2947955894470215,
1109
+ "mean_token_accuracy": 0.9376472027599811,
1110
+ "num_tokens": 18658957.0,
1111
+ "step": 4350
1112
+ },
1113
+ {
1114
+ "entropy": 0.27078360263258217,
1115
+ "epoch": 1.327374217394584,
1116
+ "grad_norm": 0.45004045963287354,
1117
+ "learning_rate": 6.032498549921939e-05,
1118
+ "loss": 0.28305835723876954,
1119
+ "mean_token_accuracy": 0.9406134666502476,
1120
+ "num_tokens": 18870053.0,
1121
+ "step": 4400
1122
+ },
1123
+ {
1124
+ "epoch": 1.327374217394584,
1125
+ "eval_entropy": 0.3294620155958232,
1126
+ "eval_loss": 0.4543997049331665,
1127
+ "eval_mean_token_accuracy": 0.9081211842294109,
1128
+ "eval_num_tokens": 18870053.0,
1129
+ "eval_runtime": 37.2524,
1130
+ "eval_samples_per_second": 58.144,
1131
+ "eval_steps_per_second": 7.275,
1132
+ "step": 4400
1133
+ },
1134
+ {
1135
+ "entropy": 0.2799815020523965,
1136
+ "epoch": 1.3424605868597723,
1137
+ "grad_norm": 0.44520097970962524,
1138
+ "learning_rate": 5.953913792572761e-05,
1139
+ "loss": 0.28622047424316405,
1140
+ "mean_token_accuracy": 0.9398869612812996,
1141
+ "num_tokens": 19083502.0,
1142
+ "step": 4450
1143
+ },
1144
+ {
1145
+ "entropy": 0.28538848023861646,
1146
+ "epoch": 1.3575469563249605,
1147
+ "grad_norm": 0.376067578792572,
1148
+ "learning_rate": 5.8750837165012516e-05,
1149
+ "loss": 0.29442657470703126,
1150
+ "mean_token_accuracy": 0.9369049946963787,
1151
+ "num_tokens": 19301474.0,
1152
+ "step": 4500
1153
+ },
1154
+ {
1155
+ "entropy": 0.2700873460620642,
1156
+ "epoch": 1.3726333257901486,
1157
+ "grad_norm": 0.3803156316280365,
1158
+ "learning_rate": 5.79602859449694e-05,
1159
+ "loss": 0.2789628601074219,
1160
+ "mean_token_accuracy": 0.9409016688168049,
1161
+ "num_tokens": 19513118.0,
1162
+ "step": 4550
1163
+ },
1164
+ {
1165
+ "entropy": 0.2818992605619133,
1166
+ "epoch": 1.3877196952553368,
1167
+ "grad_norm": 0.3878261148929596,
1168
+ "learning_rate": 5.716768757224583e-05,
1169
+ "loss": 0.291706428527832,
1170
+ "mean_token_accuracy": 0.9382703882455826,
1171
+ "num_tokens": 19729704.0,
1172
+ "step": 4600
1173
+ },
1174
+ {
1175
+ "epoch": 1.3877196952553368,
1176
+ "eval_entropy": 0.3223673155551907,
1177
+ "eval_loss": 0.4583451747894287,
1178
+ "eval_mean_token_accuracy": 0.9085318800268138,
1179
+ "eval_num_tokens": 19729704.0,
1180
+ "eval_runtime": 37.2126,
1181
+ "eval_samples_per_second": 58.206,
1182
+ "eval_steps_per_second": 7.282,
1183
+ "step": 4600
1184
+ },
1185
+ {
1186
+ "entropy": 0.2773911802843213,
1187
+ "epoch": 1.402806064720525,
1188
+ "grad_norm": 0.4441978931427002,
1189
+ "learning_rate": 5.637324587995714e-05,
1190
+ "loss": 0.28889572143554687,
1191
+ "mean_token_accuracy": 0.9393369700014591,
1192
+ "num_tokens": 19941579.0,
1193
+ "step": 4650
1194
+ },
1195
+ {
1196
+ "entropy": 0.2760587067343295,
1197
+ "epoch": 1.4178924341857133,
1198
+ "grad_norm": 0.31453457474708557,
1199
+ "learning_rate": 5.557716517526656e-05,
1200
+ "loss": 0.2823097038269043,
1201
+ "mean_token_accuracy": 0.9404082801938057,
1202
+ "num_tokens": 20152481.0,
1203
+ "step": 4700
1204
+ },
1205
+ {
1206
+ "entropy": 0.2687125858291984,
1207
+ "epoch": 1.4329788036509015,
1208
+ "grad_norm": 0.4302677810192108,
1209
+ "learning_rate": 5.4779650186843335e-05,
1210
+ "loss": 0.28021940231323245,
1211
+ "mean_token_accuracy": 0.9412896266579628,
1212
+ "num_tokens": 20364280.0,
1213
+ "step": 4750
1214
+ },
1215
+ {
1216
+ "entropy": 0.28299310375005005,
1217
+ "epoch": 1.4480651731160896,
1218
+ "grad_norm": 0.4275122582912445,
1219
+ "learning_rate": 5.3980906012212575e-05,
1220
+ "loss": 0.29417877197265624,
1221
+ "mean_token_accuracy": 0.9380144135653973,
1222
+ "num_tokens": 20579080.0,
1223
+ "step": 4800
1224
+ },
1225
+ {
1226
+ "epoch": 1.4480651731160896,
1227
+ "eval_entropy": 0.3136782179899321,
1228
+ "eval_loss": 0.4654751420021057,
1229
+ "eval_mean_token_accuracy": 0.9077895956725652,
1230
+ "eval_num_tokens": 20579080.0,
1231
+ "eval_runtime": 37.1335,
1232
+ "eval_samples_per_second": 58.33,
1233
+ "eval_steps_per_second": 7.298,
1234
+ "step": 4800
1235
+ },
1236
+ {
1237
+ "entropy": 0.26981769694015384,
1238
+ "epoch": 1.4631515425812778,
1239
+ "grad_norm": 0.3479642868041992,
1240
+ "learning_rate": 5.318113806501009e-05,
1241
+ "loss": 0.2793255615234375,
1242
+ "mean_token_accuracy": 0.940917958021164,
1243
+ "num_tokens": 20794818.0,
1244
+ "step": 4850
1245
+ },
1246
+ {
1247
+ "entropy": 0.27721120171248914,
1248
+ "epoch": 1.478237912046466,
1249
+ "grad_norm": 0.36213237047195435,
1250
+ "learning_rate": 5.238055202215606e-05,
1251
+ "loss": 0.2876263427734375,
1252
+ "mean_token_accuracy": 0.9395251777768135,
1253
+ "num_tokens": 21007893.0,
1254
+ "step": 4900
1255
+ },
1256
+ {
1257
+ "entropy": 0.2697361321747303,
1258
+ "epoch": 1.4933242815116543,
1259
+ "grad_norm": 0.3829312324523926,
1260
+ "learning_rate": 5.157935377096091e-05,
1261
+ "loss": 0.2791532325744629,
1262
+ "mean_token_accuracy": 0.9417897801101208,
1263
+ "num_tokens": 21221698.0,
1264
+ "step": 4950
1265
+ },
1266
+ {
1267
+ "entropy": 0.26987188443541527,
1268
+ "epoch": 1.5084106509768425,
1269
+ "grad_norm": 0.5338497757911682,
1270
+ "learning_rate": 5.077774935617715e-05,
1271
+ "loss": 0.2768931770324707,
1272
+ "mean_token_accuracy": 0.9414016118645668,
1273
+ "num_tokens": 21434912.0,
1274
+ "step": 5000
1275
+ },
1276
+ {
1277
+ "epoch": 1.5084106509768425,
1278
+ "eval_entropy": 0.31743444043221947,
1279
+ "eval_loss": 0.46169763803482056,
1280
+ "eval_mean_token_accuracy": 0.9076986282074143,
1281
+ "eval_num_tokens": 21434912.0,
1282
+ "eval_runtime": 37.2102,
1283
+ "eval_samples_per_second": 58.21,
1284
+ "eval_steps_per_second": 7.283,
1285
+ "step": 5000
1286
+ },
1287
+ {
1288
+ "entropy": 0.27476332798600195,
1289
+ "epoch": 1.5234970204420306,
1290
+ "grad_norm": 0.3199191987514496,
1291
+ "learning_rate": 4.997594492701074e-05,
1292
+ "loss": 0.2819905471801758,
1293
+ "mean_token_accuracy": 0.9403638400137424,
1294
+ "num_tokens": 21650284.0,
1295
+ "step": 5050
1296
+ },
1297
+ {
1298
+ "entropy": 0.2720643111690879,
1299
+ "epoch": 1.538583389907219,
1300
+ "grad_norm": 0.49105435609817505,
1301
+ "learning_rate": 4.917414668410541e-05,
1302
+ "loss": 0.28312482833862307,
1303
+ "mean_token_accuracy": 0.9400044956803322,
1304
+ "num_tokens": 21864950.0,
1305
+ "step": 5100
1306
+ },
1307
+ {
1308
+ "entropy": 0.2742350418306887,
1309
+ "epoch": 1.553669759372407,
1310
+ "grad_norm": 0.3570726215839386,
1311
+ "learning_rate": 4.837256082651398e-05,
1312
+ "loss": 0.2866826057434082,
1313
+ "mean_token_accuracy": 0.940371020436287,
1314
+ "num_tokens": 22081595.0,
1315
+ "step": 5150
1316
+ },
1317
+ {
1318
+ "entropy": 0.26034254603087903,
1319
+ "epoch": 1.5687561288375953,
1320
+ "grad_norm": 0.37878358364105225,
1321
+ "learning_rate": 4.757139349867003e-05,
1322
+ "loss": 0.26901472091674805,
1323
+ "mean_token_accuracy": 0.943619585186243,
1324
+ "num_tokens": 22293286.0,
1325
+ "step": 5200
1326
+ },
1327
+ {
1328
+ "epoch": 1.5687561288375953,
1329
+ "eval_entropy": 0.3216313538021267,
1330
+ "eval_loss": 0.45686572790145874,
1331
+ "eval_mean_token_accuracy": 0.908281669625497,
1332
+ "eval_num_tokens": 22293286.0,
1333
+ "eval_runtime": 37.2587,
1334
+ "eval_samples_per_second": 58.134,
1335
+ "eval_steps_per_second": 7.273,
1336
+ "step": 5200
1337
+ },
1338
+ {
1339
+ "entropy": 0.25965558482334017,
1340
+ "epoch": 1.5838424983027835,
1341
+ "grad_norm": 0.5104638338088989,
1342
+ "learning_rate": 4.677085073737347e-05,
1343
+ "loss": 0.2651633071899414,
1344
+ "mean_token_accuracy": 0.943703119456768,
1345
+ "num_tokens": 22507183.0,
1346
+ "step": 5250
1347
+ },
1348
+ {
1349
+ "entropy": 0.2634627244435251,
1350
+ "epoch": 1.5989288677679716,
1351
+ "grad_norm": 0.39737868309020996,
1352
+ "learning_rate": 4.5971138418804024e-05,
1353
+ "loss": 0.2716307067871094,
1354
+ "mean_token_accuracy": 0.9426473924517631,
1355
+ "num_tokens": 22719425.0,
1356
+ "step": 5300
1357
+ },
1358
+ {
1359
+ "entropy": 0.26387994691729544,
1360
+ "epoch": 1.61401523723316,
1361
+ "grad_norm": 0.3169187605381012,
1362
+ "learning_rate": 4.517246220557577e-05,
1363
+ "loss": 0.2690562057495117,
1364
+ "mean_token_accuracy": 0.9435765042901039,
1365
+ "num_tokens": 22935863.0,
1366
+ "step": 5350
1367
+ },
1368
+ {
1369
+ "entropy": 0.2732780100405216,
1370
+ "epoch": 1.629101606698348,
1371
+ "grad_norm": 0.5206496715545654,
1372
+ "learning_rate": 4.437502749384686e-05,
1373
+ "loss": 0.28528207778930664,
1374
+ "mean_token_accuracy": 0.9399016280472279,
1375
+ "num_tokens": 23150285.0,
1376
+ "step": 5400
1377
+ },
1378
+ {
1379
+ "epoch": 1.629101606698348,
1380
+ "eval_entropy": 0.3117673156776111,
1381
+ "eval_loss": 0.4644741117954254,
1382
+ "eval_mean_token_accuracy": 0.9071205707053857,
1383
+ "eval_num_tokens": 23150285.0,
1384
+ "eval_runtime": 37.233,
1385
+ "eval_samples_per_second": 58.174,
1386
+ "eval_steps_per_second": 7.278,
1387
+ "step": 5400
1388
+ },
1389
+ {
1390
+ "entropy": 0.25959222281351685,
1391
+ "epoch": 1.6441879761635363,
1392
+ "grad_norm": 0.37161391973495483,
1393
+ "learning_rate": 4.357903936049758e-05,
1394
+ "loss": 0.26540708541870117,
1395
+ "mean_token_accuracy": 0.9441601178050041,
1396
+ "num_tokens": 23361061.0,
1397
+ "step": 5450
1398
+ },
1399
+ {
1400
+ "entropy": 0.258843588642776,
1401
+ "epoch": 1.6592743456287244,
1402
+ "grad_norm": 0.3901636302471161,
1403
+ "learning_rate": 4.278470251039052e-05,
1404
+ "loss": 0.2657164001464844,
1405
+ "mean_token_accuracy": 0.9435085739195347,
1406
+ "num_tokens": 23576068.0,
1407
+ "step": 5500
1408
+ },
1409
+ {
1410
+ "entropy": 0.2609032719023526,
1411
+ "epoch": 1.6743607150939126,
1412
+ "grad_norm": 0.3928777873516083,
1413
+ "learning_rate": 4.199222122372658e-05,
1414
+ "loss": 0.2640374183654785,
1415
+ "mean_token_accuracy": 0.9443163026869297,
1416
+ "num_tokens": 23787002.0,
1417
+ "step": 5550
1418
+ },
1419
+ {
1420
+ "entropy": 0.2564471643790603,
1421
+ "epoch": 1.689447084559101,
1422
+ "grad_norm": 0.3459172546863556,
1423
+ "learning_rate": 4.1201799303509984e-05,
1424
+ "loss": 0.2629901695251465,
1425
+ "mean_token_accuracy": 0.9437471415102482,
1426
+ "num_tokens": 23997298.0,
1427
+ "step": 5600
1428
+ },
1429
+ {
1430
+ "epoch": 1.689447084559101,
1431
+ "eval_entropy": 0.30813075843992266,
1432
+ "eval_loss": 0.46801915764808655,
1433
+ "eval_mean_token_accuracy": 0.9075211451502304,
1434
+ "eval_num_tokens": 23997298.0,
1435
+ "eval_runtime": 37.1802,
1436
+ "eval_samples_per_second": 58.257,
1437
+ "eval_steps_per_second": 7.289,
1438
+ "step": 5600
1439
+ },
1440
+ {
1441
+ "entropy": 0.26069454461336133,
1442
+ "epoch": 1.704533454024289,
1443
+ "grad_norm": 0.4609261453151703,
1444
+ "learning_rate": 4.041364002313619e-05,
1445
+ "loss": 0.26864715576171877,
1446
+ "mean_token_accuracy": 0.9432297512888909,
1447
+ "num_tokens": 24213258.0,
1448
+ "step": 5650
1449
+ },
1450
+ {
1451
+ "entropy": 0.26323398426175115,
1452
+ "epoch": 1.7196198234894773,
1453
+ "grad_norm": 0.4566548764705658,
1454
+ "learning_rate": 3.962794607411584e-05,
1455
+ "loss": 0.2684891510009766,
1456
+ "mean_token_accuracy": 0.9431661969423294,
1457
+ "num_tokens": 24429089.0,
1458
+ "step": 5700
1459
+ },
1460
+ {
1461
+ "entropy": 0.26415870275348424,
1462
+ "epoch": 1.7347061929546654,
1463
+ "grad_norm": 0.454801082611084,
1464
+ "learning_rate": 3.8844919513948486e-05,
1465
+ "loss": 0.2741558265686035,
1466
+ "mean_token_accuracy": 0.9412616415321827,
1467
+ "num_tokens": 24646888.0,
1468
+ "step": 5750
1469
+ },
1470
+ {
1471
+ "entropy": 0.25849502749741077,
1472
+ "epoch": 1.7497925624198536,
1473
+ "grad_norm": 0.47254759073257446,
1474
+ "learning_rate": 3.80647617141593e-05,
1475
+ "loss": 0.26054887771606444,
1476
+ "mean_token_accuracy": 0.94430311486125,
1477
+ "num_tokens": 24861569.0,
1478
+ "step": 5800
1479
+ },
1480
+ {
1481
+ "epoch": 1.7497925624198536,
1482
+ "eval_entropy": 0.29998021306146994,
1483
+ "eval_loss": 0.47340917587280273,
1484
+ "eval_mean_token_accuracy": 0.9083721395788158,
1485
+ "eval_num_tokens": 24861569.0,
1486
+ "eval_runtime": 37.3662,
1487
+ "eval_samples_per_second": 57.967,
1488
+ "eval_steps_per_second": 7.253,
1489
+ "step": 5800
1490
+ },
1491
+ {
1492
+ "entropy": 0.2529403425566852,
1493
+ "epoch": 1.764878931885042,
1494
+ "grad_norm": 0.45025748014450073,
1495
+ "learning_rate": 3.7287673308512186e-05,
1496
+ "loss": 0.26045492172241214,
1497
+ "mean_token_accuracy": 0.9441630898416042,
1498
+ "num_tokens": 25079317.0,
1499
+ "step": 5850
1500
+ },
1501
+ {
1502
+ "entropy": 0.2550449293479323,
1503
+ "epoch": 1.7799653013502301,
1504
+ "grad_norm": 0.4205138087272644,
1505
+ "learning_rate": 3.65138541414127e-05,
1506
+ "loss": 0.26142183303833005,
1507
+ "mean_token_accuracy": 0.9442940099537372,
1508
+ "num_tokens": 25293828.0,
1509
+ "step": 5900
1510
+ },
1511
+ {
1512
+ "entropy": 0.26166333435103295,
1513
+ "epoch": 1.7950516708154183,
1514
+ "grad_norm": 0.32279399037361145,
1515
+ "learning_rate": 3.5743503216513875e-05,
1516
+ "loss": 0.27175371170043944,
1517
+ "mean_token_accuracy": 0.9426822887361049,
1518
+ "num_tokens": 25509857.0,
1519
+ "step": 5950
1520
+ },
1521
+ {
1522
+ "entropy": 0.2534090391360223,
1523
+ "epoch": 1.8101380402806064,
1524
+ "grad_norm": 0.4058147370815277,
1525
+ "learning_rate": 3.4976818645538266e-05,
1526
+ "loss": 0.2650087547302246,
1527
+ "mean_token_accuracy": 0.9448564203083515,
1528
+ "num_tokens": 25722906.0,
1529
+ "step": 6000
1530
+ },
1531
+ {
1532
+ "epoch": 1.8101380402806064,
1533
+ "eval_entropy": 0.3064177740379013,
1534
+ "eval_loss": 0.4730622470378876,
1535
+ "eval_mean_token_accuracy": 0.9072717905484442,
1536
+ "eval_num_tokens": 25722906.0,
1537
+ "eval_runtime": 37.3208,
1538
+ "eval_samples_per_second": 58.037,
1539
+ "eval_steps_per_second": 7.261,
1540
+ "step": 6000
1541
+ },
1542
+ {
1543
+ "entropy": 0.2568224469386041,
1544
+ "epoch": 1.8252244097457946,
1545
+ "grad_norm": 0.7752001285552979,
1546
+ "learning_rate": 3.42139975973295e-05,
1547
+ "loss": 0.26035600662231445,
1548
+ "mean_token_accuracy": 0.9453255115449428,
1549
+ "num_tokens": 25934089.0,
1550
+ "step": 6050
1551
+ },
1552
+ {
1553
+ "entropy": 0.25038454053923487,
1554
+ "epoch": 1.840310779210983,
1555
+ "grad_norm": 0.657081127166748,
1556
+ "learning_rate": 3.3455236247146124e-05,
1557
+ "loss": 0.25294511795043945,
1558
+ "mean_token_accuracy": 0.9468451295793057,
1559
+ "num_tokens": 26145757.0,
1560
+ "step": 6100
1561
+ },
1562
+ {
1563
+ "entropy": 0.25195862116292117,
1564
+ "epoch": 1.8553971486761711,
1565
+ "grad_norm": 0.4311438202857971,
1566
+ "learning_rate": 3.270072972621116e-05,
1567
+ "loss": 0.2561396598815918,
1568
+ "mean_token_accuracy": 0.945042757242918,
1569
+ "num_tokens": 26363126.0,
1570
+ "step": 6150
1571
+ },
1572
+ {
1573
+ "entropy": 0.24140722384676339,
1574
+ "epoch": 1.8704835181413593,
1575
+ "grad_norm": 0.3511962592601776,
1576
+ "learning_rate": 3.1950672071529976e-05,
1577
+ "loss": 0.2441703224182129,
1578
+ "mean_token_accuracy": 0.9480637626349926,
1579
+ "num_tokens": 26570762.0,
1580
+ "step": 6200
1581
+ },
1582
+ {
1583
+ "epoch": 1.8704835181413593,
1584
+ "eval_entropy": 0.29495117315726965,
1585
+ "eval_loss": 0.4819435179233551,
1586
+ "eval_mean_token_accuracy": 0.9071202113179703,
1587
+ "eval_num_tokens": 26570762.0,
1588
+ "eval_runtime": 37.2485,
1589
+ "eval_samples_per_second": 58.15,
1590
+ "eval_steps_per_second": 7.275,
1591
+ "step": 6200
1592
+ },
1593
+ {
1594
+ "entropy": 0.25350754015147686,
1595
+ "epoch": 1.8855698876065476,
1596
+ "grad_norm": 0.4511338472366333,
1597
+ "learning_rate": 3.1205256175989706e-05,
1598
+ "loss": 0.2587089538574219,
1599
+ "mean_token_accuracy": 0.9447831605374813,
1600
+ "num_tokens": 26786633.0,
1601
+ "step": 6250
1602
+ },
1603
+ {
1604
+ "entropy": 0.24989185376092793,
1605
+ "epoch": 1.9006562570717356,
1606
+ "grad_norm": 0.6432870030403137,
1607
+ "learning_rate": 3.046467373875282e-05,
1608
+ "loss": 0.2545445251464844,
1609
+ "mean_token_accuracy": 0.9456490239501,
1610
+ "num_tokens": 26999534.0,
1611
+ "step": 6300
1612
+ },
1613
+ {
1614
+ "entropy": 0.2594654941000044,
1615
+ "epoch": 1.915742626536924,
1616
+ "grad_norm": 0.3382566273212433,
1617
+ "learning_rate": 2.9729115215957664e-05,
1618
+ "loss": 0.26606035232543945,
1619
+ "mean_token_accuracy": 0.9442368443310261,
1620
+ "num_tokens": 27215468.0,
1621
+ "step": 6350
1622
+ },
1623
+ {
1624
+ "entropy": 0.2511021154373884,
1625
+ "epoch": 1.930828996002112,
1626
+ "grad_norm": 0.5591769814491272,
1627
+ "learning_rate": 2.8998769771738833e-05,
1628
+ "loss": 0.25475397109985354,
1629
+ "mean_token_accuracy": 0.9452549339830876,
1630
+ "num_tokens": 27431751.0,
1631
+ "step": 6400
1632
+ },
1633
+ {
1634
+ "epoch": 1.930828996002112,
1635
+ "eval_entropy": 0.2883295046777303,
1636
+ "eval_loss": 0.4905667006969452,
1637
+ "eval_mean_token_accuracy": 0.9074331280050243,
1638
+ "eval_num_tokens": 27431751.0,
1639
+ "eval_runtime": 37.2686,
1640
+ "eval_samples_per_second": 58.119,
1641
+ "eval_steps_per_second": 7.272,
1642
+ "step": 6400
1643
+ },
1644
+ {
1645
+ "entropy": 0.24450184650719164,
1646
+ "epoch": 1.9459153654673003,
1647
+ "grad_norm": 0.4845283031463623,
1648
+ "learning_rate": 2.8273825229579558e-05,
1649
+ "loss": 0.2493889808654785,
1650
+ "mean_token_accuracy": 0.9475250770151615,
1651
+ "num_tokens": 27643957.0,
1652
+ "step": 6450
1653
+ },
1654
+ {
1655
+ "entropy": 0.25026212429627775,
1656
+ "epoch": 1.9610017349324886,
1657
+ "grad_norm": 0.4210788309574127,
1658
+ "learning_rate": 2.7554468024009082e-05,
1659
+ "loss": 0.25582372665405273,
1660
+ "mean_token_accuracy": 0.9451599711179733,
1661
+ "num_tokens": 27862796.0,
1662
+ "step": 6500
1663
+ },
1664
+ {
1665
+ "entropy": 0.2594556957855821,
1666
+ "epoch": 1.9760881043976766,
1667
+ "grad_norm": 0.42034855484962463,
1668
+ "learning_rate": 2.6840883152657075e-05,
1669
+ "loss": 0.2614474105834961,
1670
+ "mean_token_accuracy": 0.9446786725521088,
1671
+ "num_tokens": 28080081.0,
1672
+ "step": 6550
1673
+ },
1674
+ {
1675
+ "entropy": 0.2424509571492672,
1676
+ "epoch": 1.991174473862865,
1677
+ "grad_norm": 0.5637903213500977,
1678
+ "learning_rate": 2.6133254128677766e-05,
1679
+ "loss": 0.24372596740722657,
1680
+ "mean_token_accuracy": 0.9479729002714157,
1681
+ "num_tokens": 28291753.0,
1682
+ "step": 6600
1683
+ },
1684
+ {
1685
+ "epoch": 1.991174473862865,
1686
+ "eval_entropy": 0.2895552223458941,
1687
+ "eval_loss": 0.48857003450393677,
1688
+ "eval_mean_token_accuracy": 0.9079141579430922,
1689
+ "eval_num_tokens": 28291753.0,
1690
+ "eval_runtime": 37.2416,
1691
+ "eval_samples_per_second": 58.161,
1692
+ "eval_steps_per_second": 7.277,
1693
+ "step": 6600
1694
+ },
1695
+ {
1696
+ "entropy": 0.24137189186315247,
1697
+ "epoch": 2.0060345477860753,
1698
+ "grad_norm": 0.4415420591831207,
1699
+ "learning_rate": 2.5431762933555627e-05,
1700
+ "loss": 0.23770923614501954,
1701
+ "mean_token_accuracy": 0.9500614218602931,
1702
+ "num_tokens": 28501531.0,
1703
+ "step": 6650
1704
+ },
1705
+ {
1706
+ "entropy": 0.20573811857029795,
1707
+ "epoch": 2.0211209172512636,
1708
+ "grad_norm": 0.5171937942504883,
1709
+ "learning_rate": 2.473658997030514e-05,
1710
+ "loss": 0.19352760314941406,
1711
+ "mean_token_accuracy": 0.9575251358747482,
1712
+ "num_tokens": 28718312.0,
1713
+ "step": 6700
1714
+ },
1715
+ {
1716
+ "entropy": 0.20038287844508887,
1717
+ "epoch": 2.0362072867164516,
1718
+ "grad_norm": 0.42165201902389526,
1719
+ "learning_rate": 2.404791401707633e-05,
1720
+ "loss": 0.18894313812255858,
1721
+ "mean_token_accuracy": 0.9588627055287361,
1722
+ "num_tokens": 28934285.0,
1723
+ "step": 6750
1724
+ },
1725
+ {
1726
+ "entropy": 0.19508995985612274,
1727
+ "epoch": 2.05129365618164,
1728
+ "grad_norm": 0.35577845573425293,
1729
+ "learning_rate": 2.3365912181178313e-05,
1730
+ "loss": 0.1867695426940918,
1731
+ "mean_token_accuracy": 0.9598716080188752,
1732
+ "num_tokens": 29145157.0,
1733
+ "step": 6800
1734
+ },
1735
+ {
1736
+ "epoch": 2.05129365618164,
1737
+ "eval_entropy": 0.2568544143350362,
1738
+ "eval_loss": 0.5305211544036865,
1739
+ "eval_mean_token_accuracy": 0.9064581629534929,
1740
+ "eval_num_tokens": 29145157.0,
1741
+ "eval_runtime": 37.1895,
1742
+ "eval_samples_per_second": 58.242,
1743
+ "eval_steps_per_second": 7.287,
1744
+ "step": 6800
1745
+ },
1746
+ {
1747
+ "entropy": 0.2055508348532021,
1748
+ "epoch": 2.066380025646828,
1749
+ "grad_norm": 0.42946624755859375,
1750
+ "learning_rate": 2.269075985353254e-05,
1751
+ "loss": 0.1946415138244629,
1752
+ "mean_token_accuracy": 0.9576617389917373,
1753
+ "num_tokens": 29362502.0,
1754
+ "step": 6850
1755
+ },
1756
+ {
1757
+ "entropy": 0.19851462194696068,
1758
+ "epoch": 2.0814663951120163,
1759
+ "grad_norm": 0.4784873127937317,
1760
+ "learning_rate": 2.20226306635672e-05,
1761
+ "loss": 0.1882442855834961,
1762
+ "mean_token_accuracy": 0.958879132270813,
1763
+ "num_tokens": 29577964.0,
1764
+ "step": 6900
1765
+ },
1766
+ {
1767
+ "entropy": 0.20270802198909224,
1768
+ "epoch": 2.0965527645772046,
1769
+ "grad_norm": 0.5308135151863098,
1770
+ "learning_rate": 2.1361696434564993e-05,
1771
+ "loss": 0.1924464225769043,
1772
+ "mean_token_accuracy": 0.9582864837348462,
1773
+ "num_tokens": 29792051.0,
1774
+ "step": 6950
1775
+ },
1776
+ {
1777
+ "entropy": 0.19360160086303949,
1778
+ "epoch": 2.1116391340423926,
1779
+ "grad_norm": 0.3992004990577698,
1780
+ "learning_rate": 2.070812713947513e-05,
1781
+ "loss": 0.18389596939086914,
1782
+ "mean_token_accuracy": 0.9606801150739193,
1783
+ "num_tokens": 30010593.0,
1784
+ "step": 7000
1785
+ },
1786
+ {
1787
+ "epoch": 2.1116391340423926,
1788
+ "eval_entropy": 0.2496587313794122,
1789
+ "eval_loss": 0.5409784317016602,
1790
+ "eval_mean_token_accuracy": 0.9062512767710809,
1791
+ "eval_num_tokens": 30010593.0,
1792
+ "eval_runtime": 37.2073,
1793
+ "eval_samples_per_second": 58.214,
1794
+ "eval_steps_per_second": 7.284,
1795
+ "step": 7000
1796
+ },
1797
+ {
1798
+ "entropy": 0.19243362288922072,
1799
+ "epoch": 2.126725503507581,
1800
+ "grad_norm": 0.485505610704422,
1801
+ "learning_rate": 2.006209085720122e-05,
1802
+ "loss": 0.18137836456298828,
1803
+ "mean_token_accuracy": 0.9603879378736019,
1804
+ "num_tokens": 30224235.0,
1805
+ "step": 7050
1806
+ },
1807
+ {
1808
+ "entropy": 0.1971529097482562,
1809
+ "epoch": 2.1418118729727693,
1810
+ "grad_norm": 0.3532182276248932,
1811
+ "learning_rate": 1.9423753729376388e-05,
1812
+ "loss": 0.1862693214416504,
1813
+ "mean_token_accuracy": 0.959182897657156,
1814
+ "num_tokens": 30438574.0,
1815
+ "step": 7100
1816
+ },
1817
+ {
1818
+ "entropy": 0.19837678778916598,
1819
+ "epoch": 2.1568982424379572,
1820
+ "grad_norm": 0.5558100342750549,
1821
+ "learning_rate": 1.8793279917636448e-05,
1822
+ "loss": 0.1895616340637207,
1823
+ "mean_token_accuracy": 0.958885507285595,
1824
+ "num_tokens": 30654293.0,
1825
+ "step": 7150
1826
+ },
1827
+ {
1828
+ "entropy": 0.19329896425828338,
1829
+ "epoch": 2.1719846119031456,
1830
+ "grad_norm": 0.4981042146682739,
1831
+ "learning_rate": 1.817083156140237e-05,
1832
+ "loss": 0.18090120315551758,
1833
+ "mean_token_accuracy": 0.9607469955086708,
1834
+ "num_tokens": 30865232.0,
1835
+ "step": 7200
1836
+ },
1837
+ {
1838
+ "epoch": 2.1719846119031456,
1839
+ "eval_entropy": 0.2497983215534819,
1840
+ "eval_loss": 0.5419089198112488,
1841
+ "eval_mean_token_accuracy": 0.9055907944031747,
1842
+ "eval_num_tokens": 30865232.0,
1843
+ "eval_runtime": 37.1887,
1844
+ "eval_samples_per_second": 58.243,
1845
+ "eval_steps_per_second": 7.287,
1846
+ "step": 7200
1847
+ },
1848
+ {
1849
+ "entropy": 0.19074429869651793,
1850
+ "epoch": 2.1870709813683336,
1851
+ "grad_norm": 0.5064796209335327,
1852
+ "learning_rate": 1.7556568736182667e-05,
1853
+ "loss": 0.18279983520507812,
1854
+ "mean_token_accuracy": 0.9610813467204571,
1855
+ "num_tokens": 31074859.0,
1856
+ "step": 7250
1857
+ },
1858
+ {
1859
+ "entropy": 0.18915067540481686,
1860
+ "epoch": 2.202157350833522,
1861
+ "grad_norm": 0.462493360042572,
1862
+ "learning_rate": 1.6950649412406777e-05,
1863
+ "loss": 0.18141572952270507,
1864
+ "mean_token_accuracy": 0.9607113988697529,
1865
+ "num_tokens": 31285366.0,
1866
+ "step": 7300
1867
+ },
1868
+ {
1869
+ "entropy": 0.19164147678762675,
1870
+ "epoch": 2.2172437202987103,
1871
+ "grad_norm": 0.44526222348213196,
1872
+ "learning_rate": 1.63532294147997e-05,
1873
+ "loss": 0.1814894676208496,
1874
+ "mean_token_accuracy": 0.9610688266158104,
1875
+ "num_tokens": 31497431.0,
1876
+ "step": 7350
1877
+ },
1878
+ {
1879
+ "entropy": 0.19515870379284025,
1880
+ "epoch": 2.2323300897638982,
1881
+ "grad_norm": 0.5659943222999573,
1882
+ "learning_rate": 1.5764462382308254e-05,
1883
+ "loss": 0.18695903778076173,
1884
+ "mean_token_accuracy": 0.9594297151267529,
1885
+ "num_tokens": 31711142.0,
1886
+ "step": 7400
1887
+ },
1888
+ {
1889
+ "epoch": 2.2323300897638982,
1890
+ "eval_entropy": 0.24821185405843812,
1891
+ "eval_loss": 0.5459219217300415,
1892
+ "eval_mean_token_accuracy": 0.9052295550649017,
1893
+ "eval_num_tokens": 31711142.0,
1894
+ "eval_runtime": 37.1776,
1895
+ "eval_samples_per_second": 58.261,
1896
+ "eval_steps_per_second": 7.289,
1897
+ "step": 7400
1898
+ },
1899
+ {
1900
+ "entropy": 0.19548690050840378,
1901
+ "epoch": 2.2474164592290866,
1902
+ "grad_norm": 0.498912513256073,
1903
+ "learning_rate": 1.5184499728589846e-05,
1904
+ "loss": 0.18344196319580078,
1905
+ "mean_token_accuracy": 0.9600871665775776,
1906
+ "num_tokens": 31923379.0,
1907
+ "step": 7450
1908
+ },
1909
+ {
1910
+ "entropy": 0.19262660641223192,
1911
+ "epoch": 2.2625028286942745,
1912
+ "grad_norm": 0.41678550839424133,
1913
+ "learning_rate": 1.4613490603073194e-05,
1914
+ "loss": 0.18303531646728516,
1915
+ "mean_token_accuracy": 0.9605987747013569,
1916
+ "num_tokens": 32135266.0,
1917
+ "step": 7500
1918
+ },
1919
+ {
1920
+ "entropy": 0.19937248670496047,
1921
+ "epoch": 2.277589198159463,
1922
+ "grad_norm": 0.6035925149917603,
1923
+ "learning_rate": 1.4051581852601492e-05,
1924
+ "loss": 0.18883104324340821,
1925
+ "mean_token_accuracy": 0.9591751427948475,
1926
+ "num_tokens": 32351854.0,
1927
+ "step": 7550
1928
+ },
1929
+ {
1930
+ "entropy": 0.19550999199971555,
1931
+ "epoch": 2.2926755676246513,
1932
+ "grad_norm": 0.4360465705394745,
1933
+ "learning_rate": 1.3498917983667658e-05,
1934
+ "loss": 0.18691642761230468,
1935
+ "mean_token_accuracy": 0.9598778022825718,
1936
+ "num_tokens": 32567025.0,
1937
+ "step": 7600
1938
+ },
1939
+ {
1940
+ "epoch": 2.2926755676246513,
1941
+ "eval_entropy": 0.24827074039576238,
1942
+ "eval_loss": 0.5438116192817688,
1943
+ "eval_mean_token_accuracy": 0.9056458268658262,
1944
+ "eval_num_tokens": 32567025.0,
1945
+ "eval_runtime": 37.13,
1946
+ "eval_samples_per_second": 58.336,
1947
+ "eval_steps_per_second": 7.299,
1948
+ "step": 7600
1949
+ },
1950
+ {
1951
+ "entropy": 0.19866504015401007,
1952
+ "epoch": 2.3077619370898392,
1953
+ "grad_norm": 0.4768233299255371,
1954
+ "learning_rate": 1.2955641125251555e-05,
1955
+ "loss": 0.18666345596313477,
1956
+ "mean_token_accuracy": 0.9592089447379112,
1957
+ "num_tokens": 32781090.0,
1958
+ "step": 7650
1959
+ },
1960
+ {
1961
+ "entropy": 0.19146794026717542,
1962
+ "epoch": 2.3228483065550276,
1963
+ "grad_norm": 0.392702579498291,
1964
+ "learning_rate": 1.2421890992268542e-05,
1965
+ "loss": 0.18030118942260742,
1966
+ "mean_token_accuracy": 0.9610011300444603,
1967
+ "num_tokens": 32993619.0,
1968
+ "step": 7700
1969
+ },
1970
+ {
1971
+ "entropy": 0.19083258060738445,
1972
+ "epoch": 2.3379346760202155,
1973
+ "grad_norm": 0.5067113637924194,
1974
+ "learning_rate": 1.189780484963885e-05,
1975
+ "loss": 0.17912176132202148,
1976
+ "mean_token_accuracy": 0.9609163939952851,
1977
+ "num_tokens": 33207287.0,
1978
+ "step": 7750
1979
+ },
1980
+ {
1981
+ "entropy": 0.19270094383507966,
1982
+ "epoch": 2.353021045485404,
1983
+ "grad_norm": 0.3395691215991974,
1984
+ "learning_rate": 1.138351747698711e-05,
1985
+ "loss": 0.18421865463256837,
1986
+ "mean_token_accuracy": 0.9601799823343754,
1987
+ "num_tokens": 33423228.0,
1988
+ "step": 7800
1989
+ },
1990
+ {
1991
+ "epoch": 2.353021045485404,
1992
+ "eval_entropy": 0.2481674429895253,
1993
+ "eval_loss": 0.547441840171814,
1994
+ "eval_mean_token_accuracy": 0.9053705822937603,
1995
+ "eval_num_tokens": 33423228.0,
1996
+ "eval_runtime": 37.2459,
1997
+ "eval_samples_per_second": 58.154,
1998
+ "eval_steps_per_second": 7.276,
1999
+ "step": 7800
2000
+ },
2001
+ {
2002
+ "entropy": 0.1889958502538502,
2003
+ "epoch": 2.3681074149505923,
2004
+ "grad_norm": 0.4847002327442169,
2005
+ "learning_rate": 1.0879161133981014e-05,
2006
+ "loss": 0.17589187622070312,
2007
+ "mean_token_accuracy": 0.9615845668315888,
2008
+ "num_tokens": 33638871.0,
2009
+ "step": 7850
2010
+ },
2011
+ {
2012
+ "entropy": 0.18853790896944703,
2013
+ "epoch": 2.3831937844157802,
2014
+ "grad_norm": 0.5678646564483643,
2015
+ "learning_rate": 1.0384865526317861e-05,
2016
+ "loss": 0.1777634620666504,
2017
+ "mean_token_accuracy": 0.961886543482542,
2018
+ "num_tokens": 33852577.0,
2019
+ "step": 7900
2020
+ },
2021
+ {
2022
+ "entropy": 0.19151988808065654,
2023
+ "epoch": 2.3982801538809686,
2024
+ "grad_norm": 0.4446047246456146,
2025
+ "learning_rate": 9.900757772368175e-06,
2026
+ "loss": 0.17955810546875,
2027
+ "mean_token_accuracy": 0.9614880438148975,
2028
+ "num_tokens": 34065599.0,
2029
+ "step": 7950
2030
+ },
2031
+ {
2032
+ "entropy": 0.19300217579118908,
2033
+ "epoch": 2.4133665233461565,
2034
+ "grad_norm": 0.5685653686523438,
2035
+ "learning_rate": 9.426962370484533e-06,
2036
+ "loss": 0.18160755157470704,
2037
+ "mean_token_accuracy": 0.9607279069721699,
2038
+ "num_tokens": 34280453.0,
2039
+ "step": 8000
2040
+ },
2041
+ {
2042
+ "epoch": 2.4133665233461565,
2043
+ "eval_entropy": 0.24335849892719205,
2044
+ "eval_loss": 0.5554639101028442,
2045
+ "eval_mean_token_accuracy": 0.905630389702716,
2046
+ "eval_num_tokens": 34280453.0,
2047
+ "eval_runtime": 37.2491,
2048
+ "eval_samples_per_second": 58.149,
2049
+ "eval_steps_per_second": 7.275,
2050
+ "step": 8000
2051
+ },
2052
+ {
2053
+ "entropy": 0.18967346624471249,
2054
+ "epoch": 2.428452892811345,
2055
+ "grad_norm": 0.5121133923530579,
2056
+ "learning_rate": 8.963601166984225e-06,
2057
+ "loss": 0.1821819305419922,
2058
+ "mean_token_accuracy": 0.9610455152392388,
2059
+ "num_tokens": 34494654.0,
2060
+ "step": 8050
2061
+ },
2062
+ {
2063
+ "entropy": 0.18874711729586124,
2064
+ "epoch": 2.4435392622765333,
2065
+ "grad_norm": 0.6657042503356934,
2066
+ "learning_rate": 8.510793324813937e-06,
2067
+ "loss": 0.17630435943603515,
2068
+ "mean_token_accuracy": 0.9615484464168549,
2069
+ "num_tokens": 34704277.0,
2070
+ "step": 8100
2071
+ },
2072
+ {
2073
+ "entropy": 0.19604809990152716,
2074
+ "epoch": 2.458625631741721,
2075
+ "grad_norm": 0.6367285847663879,
2076
+ "learning_rate": 8.068655292904559e-06,
2077
+ "loss": 0.1849921989440918,
2078
+ "mean_token_accuracy": 0.9597983421385288,
2079
+ "num_tokens": 34918987.0,
2080
+ "step": 8150
2081
+ },
2082
+ {
2083
+ "entropy": 0.19020996399223805,
2084
+ "epoch": 2.4737120012069096,
2085
+ "grad_norm": 0.40266647934913635,
2086
+ "learning_rate": 7.63730077622392e-06,
2087
+ "loss": 0.18030958175659179,
2088
+ "mean_token_accuracy": 0.9618312911689282,
2089
+ "num_tokens": 35128250.0,
2090
+ "step": 8200
2091
+ },
2092
+ {
2093
+ "epoch": 2.4737120012069096,
2094
+ "eval_entropy": 0.24456536362971767,
2095
+ "eval_loss": 0.5537819266319275,
2096
+ "eval_mean_token_accuracy": 0.905363669254683,
2097
+ "eval_num_tokens": 35128250.0,
2098
+ "eval_runtime": 37.3206,
2099
+ "eval_samples_per_second": 58.038,
2100
+ "eval_steps_per_second": 7.261,
2101
+ "step": 8200
2102
+ },
2103
+ {
2104
+ "entropy": 0.1947929921839386,
2105
+ "epoch": 2.4887983706720975,
2106
+ "grad_norm": 0.5730997323989868,
2107
+ "learning_rate": 7.216840706535133e-06,
2108
+ "loss": 0.1838933753967285,
2109
+ "mean_token_accuracy": 0.9602823905646801,
2110
+ "num_tokens": 35344354.0,
2111
+ "step": 8250
2112
+ },
2113
+ {
2114
+ "entropy": 0.1937092263624072,
2115
+ "epoch": 2.503884740137286,
2116
+ "grad_norm": 0.48286330699920654,
2117
+ "learning_rate": 6.807383213868318e-06,
2118
+ "loss": 0.1827998924255371,
2119
+ "mean_token_accuracy": 0.9602498579025268,
2120
+ "num_tokens": 35559731.0,
2121
+ "step": 8300
2122
+ },
2123
+ {
2124
+ "entropy": 0.18829923996701836,
2125
+ "epoch": 2.5189711096024743,
2126
+ "grad_norm": 0.5280757546424866,
2127
+ "learning_rate": 6.4090335987126e-06,
2128
+ "loss": 0.17718358993530273,
2129
+ "mean_token_accuracy": 0.9615453231334686,
2130
+ "num_tokens": 35772707.0,
2131
+ "step": 8350
2132
+ },
2133
+ {
2134
+ "entropy": 0.19396818530745805,
2135
+ "epoch": 2.534057479067662,
2136
+ "grad_norm": 0.4934554100036621,
2137
+ "learning_rate": 6.021894304935943e-06,
2138
+ "loss": 0.18351167678833008,
2139
+ "mean_token_accuracy": 0.9603780242800712,
2140
+ "num_tokens": 35987178.0,
2141
+ "step": 8400
2142
+ },
2143
+ {
2144
+ "epoch": 2.534057479067662,
2145
+ "eval_entropy": 0.2449101031761328,
2146
+ "eval_loss": 0.5524511337280273,
2147
+ "eval_mean_token_accuracy": 0.9050956489415186,
2148
+ "eval_num_tokens": 35987178.0,
2149
+ "eval_runtime": 37.2719,
2150
+ "eval_samples_per_second": 58.113,
2151
+ "eval_steps_per_second": 7.271,
2152
+ "step": 8400
2153
+ },
2154
+ {
2155
+ "entropy": 0.18812250457704066,
2156
+ "epoch": 2.5491438485328506,
2157
+ "grad_norm": 0.5735852718353271,
2158
+ "learning_rate": 5.646064893439623e-06,
2159
+ "loss": 0.17783910751342774,
2160
+ "mean_token_accuracy": 0.9615232966840267,
2161
+ "num_tokens": 36200263.0,
2162
+ "step": 8450
2163
+ },
2164
+ {
2165
+ "entropy": 0.18926897779107094,
2166
+ "epoch": 2.5642302179980385,
2167
+ "grad_norm": 0.5568459033966064,
2168
+ "learning_rate": 5.281642016554017e-06,
2169
+ "loss": 0.1792352867126465,
2170
+ "mean_token_accuracy": 0.9616803368926048,
2171
+ "num_tokens": 36411968.0,
2172
+ "step": 8500
2173
+ },
2174
+ {
2175
+ "entropy": 0.19124026644974948,
2176
+ "epoch": 2.579316587463227,
2177
+ "grad_norm": 0.5221688151359558,
2178
+ "learning_rate": 4.928719393182507e-06,
2179
+ "loss": 0.17745084762573243,
2180
+ "mean_token_accuracy": 0.9616039192676544,
2181
+ "num_tokens": 36626784.0,
2182
+ "step": 8550
2183
+ },
2184
+ {
2185
+ "entropy": 0.19215355191379785,
2186
+ "epoch": 2.5944029569284153,
2187
+ "grad_norm": 0.36854663491249084,
2188
+ "learning_rate": 4.5873877846996594e-06,
2189
+ "loss": 0.18093048095703124,
2190
+ "mean_token_accuracy": 0.9610362699627877,
2191
+ "num_tokens": 36839614.0,
2192
+ "step": 8600
2193
+ },
2194
+ {
2195
+ "epoch": 2.5944029569284153,
2196
+ "eval_entropy": 0.24483193833779585,
2197
+ "eval_loss": 0.5536935925483704,
2198
+ "eval_mean_token_accuracy": 0.9050766867465199,
2199
+ "eval_num_tokens": 36839614.0,
2200
+ "eval_runtime": 37.2832,
2201
+ "eval_samples_per_second": 58.096,
2202
+ "eval_steps_per_second": 7.269,
2203
+ "step": 8600
2204
+ },
2205
+ {
2206
+ "entropy": 0.19345266066491604,
2207
+ "epoch": 2.6094893263936036,
2208
+ "grad_norm": 0.36760082840919495,
2209
+ "learning_rate": 4.257734971610106e-06,
2210
+ "loss": 0.18040838241577148,
2211
+ "mean_token_accuracy": 0.9611816507577896,
2212
+ "num_tokens": 37053142.0,
2213
+ "step": 8650
2214
+ },
2215
+ {
2216
+ "entropy": 0.188013746580109,
2217
+ "epoch": 2.6245756958587916,
2218
+ "grad_norm": 0.5213715434074402,
2219
+ "learning_rate": 3.93984573097394e-06,
2220
+ "loss": 0.17426759719848633,
2221
+ "mean_token_accuracy": 0.962059508562088,
2222
+ "num_tokens": 37267777.0,
2223
+ "step": 8700
2224
+ },
2225
+ {
2226
+ "entropy": 0.1918721451703459,
2227
+ "epoch": 2.6396620653239795,
2228
+ "grad_norm": 0.5748514533042908,
2229
+ "learning_rate": 3.633801814604554e-06,
2230
+ "loss": 0.1796425437927246,
2231
+ "mean_token_accuracy": 0.9613311864435673,
2232
+ "num_tokens": 37485508.0,
2233
+ "step": 8750
2234
+ },
2235
+ {
2236
+ "entropy": 0.18769024461507797,
2237
+ "epoch": 2.654748434789168,
2238
+ "grad_norm": 0.37133195996284485,
2239
+ "learning_rate": 3.339681928044436e-06,
2240
+ "loss": 0.17722646713256837,
2241
+ "mean_token_accuracy": 0.9621489056944847,
2242
+ "num_tokens": 37694053.0,
2243
+ "step": 8800
2244
+ },
2245
+ {
2246
+ "epoch": 2.654748434789168,
2247
+ "eval_entropy": 0.24254771412738574,
2248
+ "eval_loss": 0.558121383190155,
2249
+ "eval_mean_token_accuracy": 0.905118876497684,
2250
+ "eval_num_tokens": 37694053.0,
2251
+ "eval_runtime": 37.2089,
2252
+ "eval_samples_per_second": 58.212,
2253
+ "eval_steps_per_second": 7.283,
2254
+ "step": 8800
2255
+ },
2256
+ {
2257
+ "entropy": 0.18984992211684584,
2258
+ "epoch": 2.6698348042543563,
2259
+ "grad_norm": 0.43609800934791565,
2260
+ "learning_rate": 3.057561710324447e-06,
2261
+ "loss": 0.17845310211181642,
2262
+ "mean_token_accuracy": 0.9613586132228374,
2263
+ "num_tokens": 37906133.0,
2264
+ "step": 8850
2265
+ },
2266
+ {
2267
+ "entropy": 0.1950311391800642,
2268
+ "epoch": 2.6849211737195446,
2269
+ "grad_norm": 0.45412150025367737,
2270
+ "learning_rate": 2.787513714511636e-06,
2271
+ "loss": 0.18089279174804687,
2272
+ "mean_token_accuracy": 0.9608308251202107,
2273
+ "num_tokens": 38121697.0,
2274
+ "step": 8900
2275
+ },
2276
+ {
2277
+ "entropy": 0.18615621831268073,
2278
+ "epoch": 2.7000075431847326,
2279
+ "grad_norm": 0.6591213345527649,
2280
+ "learning_rate": 2.52960738905072e-06,
2281
+ "loss": 0.17349456787109374,
2282
+ "mean_token_accuracy": 0.9623284694552422,
2283
+ "num_tokens": 38339277.0,
2284
+ "step": 8950
2285
+ },
2286
+ {
2287
+ "entropy": 0.18828014567494392,
2288
+ "epoch": 2.715093912649921,
2289
+ "grad_norm": 0.47049465775489807,
2290
+ "learning_rate": 2.2839090599040046e-06,
2291
+ "loss": 0.17837800979614257,
2292
+ "mean_token_accuracy": 0.9619372922182083,
2293
+ "num_tokens": 38551183.0,
2294
+ "step": 9000
2295
+ },
2296
+ {
2297
+ "epoch": 2.715093912649921,
2298
+ "eval_entropy": 0.24229726709452942,
2299
+ "eval_loss": 0.5592358708381653,
2300
+ "eval_mean_token_accuracy": 0.905019719882205,
2301
+ "eval_num_tokens": 38551183.0,
2302
+ "eval_runtime": 37.1765,
2303
+ "eval_samples_per_second": 58.263,
2304
+ "eval_steps_per_second": 7.29,
2305
+ "step": 9000
2306
+ },
2307
+ {
2308
+ "entropy": 0.18336616074666381,
2309
+ "epoch": 2.730180282115109,
2310
+ "grad_norm": 0.3691662549972534,
2311
+ "learning_rate": 2.0504819134942734e-06,
2312
+ "loss": 0.17197175979614257,
2313
+ "mean_token_accuracy": 0.9629626546800136,
2314
+ "num_tokens": 38763413.0,
2315
+ "step": 9050
2316
+ },
2317
+ {
2318
+ "entropy": 0.18445612547919155,
2319
+ "epoch": 2.7452666515802973,
2320
+ "grad_norm": 0.5340840816497803,
2321
+ "learning_rate": 1.8293859804550506e-06,
2322
+ "loss": 0.17212907791137697,
2323
+ "mean_token_accuracy": 0.9631160937249661,
2324
+ "num_tokens": 38979256.0,
2325
+ "step": 9100
2326
+ },
2327
+ {
2328
+ "entropy": 0.18713438665494322,
2329
+ "epoch": 2.7603530210454856,
2330
+ "grad_norm": 0.5069661736488342,
2331
+ "learning_rate": 1.620678120192537e-06,
2332
+ "loss": 0.1732018280029297,
2333
+ "mean_token_accuracy": 0.9624787227809429,
2334
+ "num_tokens": 39194699.0,
2335
+ "step": 9150
2336
+ },
2337
+ {
2338
+ "entropy": 0.19093556420877575,
2339
+ "epoch": 2.7754393905106736,
2340
+ "grad_norm": 0.3724497854709625,
2341
+ "learning_rate": 1.424412006263004e-06,
2342
+ "loss": 0.17719757080078125,
2343
+ "mean_token_accuracy": 0.9616392150521278,
2344
+ "num_tokens": 39405056.0,
2345
+ "step": 9200
2346
+ },
2347
+ {
2348
+ "epoch": 2.7754393905106736,
2349
+ "eval_entropy": 0.2416494778216545,
2350
+ "eval_loss": 0.5602814555168152,
2351
+ "eval_mean_token_accuracy": 0.9050707438775094,
2352
+ "eval_num_tokens": 39405056.0,
2353
+ "eval_runtime": 37.0527,
2354
+ "eval_samples_per_second": 58.457,
2355
+ "eval_steps_per_second": 7.314,
2356
+ "step": 9200
2357
+ },
2358
+ {
2359
+ "entropy": 0.18624798154458402,
2360
+ "epoch": 2.790525759975862,
2361
+ "grad_norm": 0.5416818857192993,
2362
+ "learning_rate": 1.24063811256952e-06,
2363
+ "loss": 0.17536975860595702,
2364
+ "mean_token_accuracy": 0.9625106258690357,
2365
+ "num_tokens": 39620602.0,
2366
+ "step": 9250
2367
+ },
2368
+ {
2369
+ "entropy": 0.18864918448030948,
2370
+ "epoch": 2.80561212944105,
2371
+ "grad_norm": 0.7557387351989746,
2372
+ "learning_rate": 1.0694037003815493e-06,
2373
+ "loss": 0.1763162422180176,
2374
+ "mean_token_accuracy": 0.9617964868247509,
2375
+ "num_tokens": 39838171.0,
2376
+ "step": 9300
2377
+ },
2378
+ {
2379
+ "entropy": 0.19156487157568336,
2380
+ "epoch": 2.8206984989062382,
2381
+ "grad_norm": 0.5030518174171448,
2382
+ "learning_rate": 9.107528061807425e-07,
2383
+ "loss": 0.17927934646606444,
2384
+ "mean_token_accuracy": 0.9610569317638874,
2385
+ "num_tokens": 40055765.0,
2386
+ "step": 9350
2387
+ },
2388
+ {
2389
+ "entropy": 0.19062289187684656,
2390
+ "epoch": 2.8357848683714266,
2391
+ "grad_norm": 0.3872191905975342,
2392
+ "learning_rate": 7.64726230336027e-07,
2393
+ "loss": 0.1788728141784668,
2394
+ "mean_token_accuracy": 0.9610781705379486,
2395
+ "num_tokens": 40273169.0,
2396
+ "step": 9400
2397
+ },
2398
+ {
2399
+ "epoch": 2.8357848683714266,
2400
+ "eval_entropy": 0.2424020753190526,
2401
+ "eval_loss": 0.5598563551902771,
2402
+ "eval_mean_token_accuracy": 0.905123386435843,
2403
+ "eval_num_tokens": 40273169.0,
2404
+ "eval_runtime": 37.2998,
2405
+ "eval_samples_per_second": 58.07,
2406
+ "eval_steps_per_second": 7.265,
2407
+ "step": 9400
2408
+ },
2409
+ {
2410
+ "entropy": 0.19168663132935762,
2411
+ "epoch": 2.8508712378366146,
2412
+ "grad_norm": 0.38919326663017273,
2413
+ "learning_rate": 6.313615266109463e-07,
2414
+ "loss": 0.17518898010253905,
2415
+ "mean_token_accuracy": 0.9616159409284591,
2416
+ "num_tokens": 40493623.0,
2417
+ "step": 9450
2418
+ },
2419
+ {
2420
+ "entropy": 0.1842949813697487,
2421
+ "epoch": 2.865957607301803,
2422
+ "grad_norm": 0.4381106197834015,
2423
+ "learning_rate": 5.106929925059456e-07,
2424
+ "loss": 0.17125751495361327,
2425
+ "mean_token_accuracy": 0.9631977449357509,
2426
+ "num_tokens": 40706058.0,
2427
+ "step": 9500
2428
+ },
2429
+ {
2430
+ "entropy": 0.18345711720176042,
2431
+ "epoch": 2.881043976766991,
2432
+ "grad_norm": 0.625280499458313,
2433
+ "learning_rate": 4.027516604380388e-07,
2434
+ "loss": 0.17233373641967772,
2435
+ "mean_token_accuracy": 0.9627382136881352,
2436
+ "num_tokens": 40919257.0,
2437
+ "step": 9550
2438
+ },
2439
+ {
2440
+ "entropy": 0.19293911349028348,
2441
+ "epoch": 2.8961303462321792,
2442
+ "grad_norm": 0.5119889974594116,
2443
+ "learning_rate": 3.075652897602033e-07,
2444
+ "loss": 0.18010311126708983,
2445
+ "mean_token_accuracy": 0.960850502550602,
2446
+ "num_tokens": 41135038.0,
2447
+ "step": 9600
2448
+ },
2449
+ {
2450
+ "epoch": 2.8961303462321792,
2451
+ "eval_entropy": 0.242256640535659,
2452
+ "eval_loss": 0.5602179169654846,
2453
+ "eval_mean_token_accuracy": 0.9051620641317755,
2454
+ "eval_num_tokens": 41135038.0,
2455
+ "eval_runtime": 37.3372,
2456
+ "eval_samples_per_second": 58.012,
2457
+ "eval_steps_per_second": 7.258,
2458
+ "step": 9600
2459
+ },
2460
+ {
2461
+ "entropy": 0.1843437609449029,
2462
+ "epoch": 2.9112167156973676,
2463
+ "grad_norm": 0.5234854221343994,
2464
+ "learning_rate": 2.2515835962245157e-07,
2465
+ "loss": 0.16681966781616211,
2466
+ "mean_token_accuracy": 0.9633826872706414,
2467
+ "num_tokens": 41350531.0,
2468
+ "step": 9650
2469
+ },
2470
+ {
2471
+ "entropy": 0.18940109137445688,
2472
+ "epoch": 2.9263030851625556,
2473
+ "grad_norm": 0.5936132073402405,
2474
+ "learning_rate": 1.5555206267655055e-07,
2475
+ "loss": 0.17372846603393555,
2476
+ "mean_token_accuracy": 0.9623673681914806,
2477
+ "num_tokens": 41568124.0,
2478
+ "step": 9700
2479
+ },
2480
+ {
2481
+ "entropy": 0.18825361583381892,
2482
+ "epoch": 2.941389454627744,
2483
+ "grad_norm": 0.43561285734176636,
2484
+ "learning_rate": 9.876429962585309e-08,
2485
+ "loss": 0.17482643127441405,
2486
+ "mean_token_accuracy": 0.962187256962061,
2487
+ "num_tokens": 41784922.0,
2488
+ "step": 9750
2489
+ },
2490
+ {
2491
+ "entropy": 0.19123295756056904,
2492
+ "epoch": 2.956475824092932,
2493
+ "grad_norm": 0.45098307728767395,
2494
+ "learning_rate": 5.4809674621797425e-08,
2495
+ "loss": 0.1720089340209961,
2496
+ "mean_token_accuracy": 0.9617229135334492,
2497
+ "num_tokens": 42005066.0,
2498
+ "step": 9800
2499
+ },
2500
+ {
2501
+ "epoch": 2.956475824092932,
2502
+ "eval_entropy": 0.2421166613917949,
2503
+ "eval_loss": 0.5603178143501282,
2504
+ "eval_mean_token_accuracy": 0.9051976802164338,
2505
+ "eval_num_tokens": 42005066.0,
2506
+ "eval_runtime": 37.2727,
2507
+ "eval_samples_per_second": 58.112,
2508
+ "eval_steps_per_second": 7.271,
2509
+ "step": 9800
2510
+ }
2511
+ ],
2512
+ "logging_steps": 50,
2513
+ "max_steps": 9945,
2514
+ "num_input_tokens_seen": 0,
2515
+ "num_train_epochs": 3,
2516
+ "save_steps": 200,
2517
+ "stateful_callbacks": {
2518
+ "TrainerControl": {
2519
+ "args": {
2520
+ "should_epoch_stop": false,
2521
+ "should_evaluate": false,
2522
+ "should_log": false,
2523
+ "should_save": true,
2524
+ "should_training_stop": false
2525
+ },
2526
+ "attributes": {}
2527
+ }
2528
+ },
2529
+ "total_flos": 4.278959418863923e+17,
2530
+ "train_batch_size": 2,
2531
+ "trial_name": null,
2532
+ "trial_params": null
2533
+ }
checkpoint-9800/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe063de6f1674be7d5535690dc263e5d0c28436ed4781417772a469f39ef21d4
3
+ size 5713
checkpoint-9945/README.md ADDED
@@ -0,0 +1,209 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: /scratch/Qwen3-1.7B
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:/scratch/Qwen3-1.7B
7
+ - lora
8
+ - sft
9
+ - transformers
10
+ - trl
11
+ ---
12
+
13
+ # Model Card for Model ID
14
+
15
+ <!-- Provide a quick summary of what the model is/does. -->
16
+
17
+
18
+
19
+ ## Model Details
20
+
21
+ ### Model Description
22
+
23
+ <!-- Provide a longer summary of what this model is. -->
24
+
25
+
26
+
27
+ - **Developed by:** [More Information Needed]
28
+ - **Funded by [optional]:** [More Information Needed]
29
+ - **Shared by [optional]:** [More Information Needed]
30
+ - **Model type:** [More Information Needed]
31
+ - **Language(s) (NLP):** [More Information Needed]
32
+ - **License:** [More Information Needed]
33
+ - **Finetuned from model [optional]:** [More Information Needed]
34
+
35
+ ### Model Sources [optional]
36
+
37
+ <!-- Provide the basic links for the model. -->
38
+
39
+ - **Repository:** [More Information Needed]
40
+ - **Paper [optional]:** [More Information Needed]
41
+ - **Demo [optional]:** [More Information Needed]
42
+
43
+ ## Uses
44
+
45
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
46
+
47
+ ### Direct Use
48
+
49
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
50
+
51
+ [More Information Needed]
52
+
53
+ ### Downstream Use [optional]
54
+
55
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
56
+
57
+ [More Information Needed]
58
+
59
+ ### Out-of-Scope Use
60
+
61
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
62
+
63
+ [More Information Needed]
64
+
65
+ ## Bias, Risks, and Limitations
66
+
67
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
68
+
69
+ [More Information Needed]
70
+
71
+ ### Recommendations
72
+
73
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
74
+
75
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
76
+
77
+ ## How to Get Started with the Model
78
+
79
+ Use the code below to get started with the model.
80
+
81
+ [More Information Needed]
82
+
83
+ ## Training Details
84
+
85
+ ### Training Data
86
+
87
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
88
+
89
+ [More Information Needed]
90
+
91
+ ### Training Procedure
92
+
93
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
94
+
95
+ #### Preprocessing [optional]
96
+
97
+ [More Information Needed]
98
+
99
+
100
+ #### Training Hyperparameters
101
+
102
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
103
+
104
+ #### Speeds, Sizes, Times [optional]
105
+
106
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
107
+
108
+ [More Information Needed]
109
+
110
+ ## Evaluation
111
+
112
+ <!-- This section describes the evaluation protocols and provides the results. -->
113
+
114
+ ### Testing Data, Factors & Metrics
115
+
116
+ #### Testing Data
117
+
118
+ <!-- This should link to a Dataset Card if possible. -->
119
+
120
+ [More Information Needed]
121
+
122
+ #### Factors
123
+
124
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
125
+
126
+ [More Information Needed]
127
+
128
+ #### Metrics
129
+
130
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
131
+
132
+ [More Information Needed]
133
+
134
+ ### Results
135
+
136
+ [More Information Needed]
137
+
138
+ #### Summary
139
+
140
+
141
+
142
+ ## Model Examination [optional]
143
+
144
+ <!-- Relevant interpretability work for the model goes here -->
145
+
146
+ [More Information Needed]
147
+
148
+ ## Environmental Impact
149
+
150
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
151
+
152
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
153
+
154
+ - **Hardware Type:** [More Information Needed]
155
+ - **Hours used:** [More Information Needed]
156
+ - **Cloud Provider:** [More Information Needed]
157
+ - **Compute Region:** [More Information Needed]
158
+ - **Carbon Emitted:** [More Information Needed]
159
+
160
+ ## Technical Specifications [optional]
161
+
162
+ ### Model Architecture and Objective
163
+
164
+ [More Information Needed]
165
+
166
+ ### Compute Infrastructure
167
+
168
+ [More Information Needed]
169
+
170
+ #### Hardware
171
+
172
+ [More Information Needed]
173
+
174
+ #### Software
175
+
176
+ [More Information Needed]
177
+
178
+ ## Citation [optional]
179
+
180
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
181
+
182
+ **BibTeX:**
183
+
184
+ [More Information Needed]
185
+
186
+ **APA:**
187
+
188
+ [More Information Needed]
189
+
190
+ ## Glossary [optional]
191
+
192
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
193
+
194
+ [More Information Needed]
195
+
196
+ ## More Information [optional]
197
+
198
+ [More Information Needed]
199
+
200
+ ## Model Card Authors [optional]
201
+
202
+ [More Information Needed]
203
+
204
+ ## Model Card Contact
205
+
206
+ [More Information Needed]
207
+ ### Framework versions
208
+
209
+ - PEFT 0.19.1
checkpoint-9945/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": "/scratch/Qwen3-1.7B",
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.19.1",
28
+ "qalora_group_size": 16,
29
+ "r": 64,
30
+ "rank_pattern": {},
31
+ "revision": null,
32
+ "target_modules": [
33
+ "v_proj",
34
+ "down_proj",
35
+ "q_proj",
36
+ "up_proj",
37
+ "k_proj",
38
+ "gate_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
+ }
checkpoint-9945/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a780cfe02ab243ed703e231511f46a315e792a7d503207b63363f6fea1f7216
3
+ size 278973888
checkpoint-9945/chat_template.jinja ADDED
@@ -0,0 +1,93 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {%- set enable_thinking = true %}
2
+ {%- set enable_thinking = false %}
3
+ {%- if tools %}
4
+ {{- '<|im_start|>system\n' }}
5
+ {%- if messages[0].role == 'system' %}
6
+ {{- messages[0].content + '\n\n' }}
7
+ {%- endif %}
8
+ {{- "# Tools\n\nYou may call one or more functions to assist with the user query.\n\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>" }}
9
+ {%- for tool in tools %}
10
+ {{- "\n" }}
11
+ {{- tool | tojson }}
12
+ {%- endfor %}
13
+ {{- "\n</tools>\n\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\n<tool_call>\n{\"name\": <function-name>, \"arguments\": <args-json-object>}\n</tool_call><|im_end|>\n" }}
14
+ {%- else %}
15
+ {%- if messages[0].role == 'system' %}
16
+ {{- '<|im_start|>system\n' + messages[0].content + '<|im_end|>\n' }}
17
+ {%- else %}
18
+ {{- '<|im_start|>system\nYou are a helpful assistant. Always put your final answer in \\boxed{}. For multiple choice questions, put only the letter in \\boxed{}, for example \\boxed{A}.<|im_end|>\n' }}
19
+ {%- endif %}
20
+ {%- endif %}
21
+ {%- set ns = namespace(multi_step_tool=true, last_query_index=messages|length - 1) %}
22
+ {%- for message in messages[::-1] %}
23
+ {%- set index = (messages|length - 1) - loop.index0 %}
24
+ {%- 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>')) %}
25
+ {%- set ns.multi_step_tool = false %}
26
+ {%- set ns.last_query_index = index %}
27
+ {%- endif %}
28
+ {%- endfor %}
29
+ {%- for message in messages %}
30
+ {%- if message.content is string %}
31
+ {%- set content = message.content %}
32
+ {%- else %}
33
+ {%- set content = '' %}
34
+ {%- endif %}
35
+ {%- if (message.role == "user") or (message.role == "system" and not loop.first) %}
36
+ {{- '<|im_start|>' + message.role + '\n' + content + '<|im_end|>' + '\n' }}
37
+ {%- elif message.role == "assistant" %}
38
+ {%- set reasoning_content = '' %}
39
+ {%- if message.reasoning_content is string %}
40
+ {%- set reasoning_content = message.reasoning_content %}
41
+ {%- else %}
42
+ {%- if '</think>' in content %}
43
+ {%- set reasoning_content = content.split('</think>')[0].rstrip('\n').split('<think>')[-1].lstrip('\n') %}
44
+ {%- set content = content.split('</think>')[-1].lstrip('\n') %}
45
+ {%- endif %}
46
+ {%- endif %}
47
+ {%- if loop.index0 > ns.last_query_index %}
48
+ {%- if loop.last or (not loop.last and reasoning_content) %}
49
+ {{- '<|im_start|>' + message.role + '\n<think>\n' + reasoning_content.strip('\n') + '\n</think>\n\n' + content.lstrip('\n') }}
50
+ {%- else %}
51
+ {{- '<|im_start|>' + message.role + '\n' + content }}
52
+ {%- endif %}
53
+ {%- else %}
54
+ {{- '<|im_start|>' + message.role + '\n' + content }}
55
+ {%- endif %}
56
+ {%- if message.tool_calls %}
57
+ {%- for tool_call in message.tool_calls %}
58
+ {%- if (loop.first and content) or (not loop.first) %}
59
+ {{- '\n' }}
60
+ {%- endif %}
61
+ {%- if tool_call.function %}
62
+ {%- set tool_call = tool_call.function %}
63
+ {%- endif %}
64
+ {{- '<tool_call>\n{"name": "' }}
65
+ {{- tool_call.name }}
66
+ {{- '", "arguments": ' }}
67
+ {%- if tool_call.arguments is string %}
68
+ {{- tool_call.arguments }}
69
+ {%- else %}
70
+ {{- tool_call.arguments | tojson }}
71
+ {%- endif %}
72
+ {{- '}\n</tool_call>' }}
73
+ {%- endfor %}
74
+ {%- endif %}
75
+ {{- '<|im_end|>\n' }}
76
+ {%- elif message.role == "tool" %}
77
+ {%- if loop.first or (messages[loop.index0 - 1].role != "tool") %}
78
+ {{- '<|im_start|>user' }}
79
+ {%- endif %}
80
+ {{- '\n<tool_response>\n' }}
81
+ {{- content }}
82
+ {{- '\n</tool_response>' }}
83
+ {%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
84
+ {{- '<|im_end|>\n' }}
85
+ {%- endif %}
86
+ {%- endif %}
87
+ {%- endfor %}
88
+ {%- if add_generation_prompt %}
89
+ {{- '<|im_start|>assistant\n' }}
90
+ {%- if enable_thinking is defined and enable_thinking is false %}
91
+ {{- '<think>\n\n</think>\n\n' }}
92
+ {%- endif %}
93
+ {%- endif %}
checkpoint-9945/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:284e636a9b859c30f508e7ae8764845f5fee8cc5136936eb93236edd97a9d61e
3
+ size 558179131
checkpoint-9945/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f50775fd0bf66026bda2f96288318c19cf48a0c68b900b1943d065e3665b7b00
3
+ size 14645
checkpoint-9945/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:943138d2512aaf140433dfa41fd0778cb2a62c9e65aebebbdf4d75b347f8ca44
3
+ size 1465
checkpoint-9945/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be75606093db2094d7cd20f3c2f385c212750648bd6ea4fb2bf507a6a4c55506
3
+ size 11422650
checkpoint-9945/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": true,
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-9945/trainer_state.json ADDED
@@ -0,0 +1,2564 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 3000,
3
+ "best_metric": 0.43371766805648804,
4
+ "best_model_checkpoint": "/scratch/gk_checkpoint_lora_v2/checkpoint-3000",
5
+ "epoch": 3.0,
6
+ "eval_steps": 200,
7
+ "global_step": 9945,
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.0372698324173688,
14
+ "epoch": 0.015086369465188203,
15
+ "grad_norm": 0.4944687783718109,
16
+ "learning_rate": 3.266666666666667e-05,
17
+ "loss": 2.1209957885742186,
18
+ "mean_token_accuracy": 0.6639667785167694,
19
+ "num_tokens": 213967.0,
20
+ "step": 50
21
+ },
22
+ {
23
+ "entropy": 0.4767542722821236,
24
+ "epoch": 0.030172738930376405,
25
+ "grad_norm": 0.29953643679618835,
26
+ "learning_rate": 6.6e-05,
27
+ "loss": 0.5209395980834961,
28
+ "mean_token_accuracy": 0.9028549310564995,
29
+ "num_tokens": 426365.0,
30
+ "step": 100
31
+ },
32
+ {
33
+ "entropy": 0.46151453502476214,
34
+ "epoch": 0.04525910839556461,
35
+ "grad_norm": 0.3118787109851837,
36
+ "learning_rate": 9.933333333333334e-05,
37
+ "loss": 0.508198356628418,
38
+ "mean_token_accuracy": 0.9032981966435909,
39
+ "num_tokens": 642837.0,
40
+ "step": 150
41
+ },
42
+ {
43
+ "entropy": 0.4455497920885682,
44
+ "epoch": 0.06034547786075281,
45
+ "grad_norm": 0.3013271391391754,
46
+ "learning_rate": 9.999382532513122e-05,
47
+ "loss": 0.48826019287109373,
48
+ "mean_token_accuracy": 0.907553653717041,
49
+ "num_tokens": 856475.0,
50
+ "step": 200
51
+ },
52
+ {
53
+ "epoch": 0.06034547786075281,
54
+ "eval_entropy": 0.4689600637588114,
55
+ "eval_loss": 0.4816349446773529,
56
+ "eval_mean_token_accuracy": 0.8987587762934696,
57
+ "eval_num_tokens": 856475.0,
58
+ "eval_runtime": 37.5206,
59
+ "eval_samples_per_second": 57.728,
60
+ "eval_steps_per_second": 7.223,
61
+ "step": 200
62
+ },
63
+ {
64
+ "entropy": 0.44372758489102127,
65
+ "epoch": 0.075431847325941,
66
+ "grad_norm": 0.31373220682144165,
67
+ "learning_rate": 9.997479627263544e-05,
68
+ "loss": 0.4843710327148438,
69
+ "mean_token_accuracy": 0.9082412907481193,
70
+ "num_tokens": 1069370.0,
71
+ "step": 250
72
+ },
73
+ {
74
+ "entropy": 0.4475720078870654,
75
+ "epoch": 0.09051821679112922,
76
+ "grad_norm": 0.27380964159965515,
77
+ "learning_rate": 9.994291516446573e-05,
78
+ "loss": 0.491109733581543,
79
+ "mean_token_accuracy": 0.9055162121355533,
80
+ "num_tokens": 1286132.0,
81
+ "step": 300
82
+ },
83
+ {
84
+ "entropy": 0.4463552813604474,
85
+ "epoch": 0.10560458625631741,
86
+ "grad_norm": 0.2614763677120209,
87
+ "learning_rate": 9.989819019951048e-05,
88
+ "loss": 0.4837772369384766,
89
+ "mean_token_accuracy": 0.9081570096313953,
90
+ "num_tokens": 1500851.0,
91
+ "step": 350
92
+ },
93
+ {
94
+ "entropy": 0.41013720393180847,
95
+ "epoch": 0.12069095572150562,
96
+ "grad_norm": 0.4836612045764923,
97
+ "learning_rate": 9.984063287972232e-05,
98
+ "loss": 0.44385364532470706,
99
+ "mean_token_accuracy": 0.9148843766748905,
100
+ "num_tokens": 1708807.0,
101
+ "step": 400
102
+ },
103
+ {
104
+ "epoch": 0.12069095572150562,
105
+ "eval_entropy": 0.4811463643044123,
106
+ "eval_loss": 0.4747391641139984,
107
+ "eval_mean_token_accuracy": 0.8997697566268189,
108
+ "eval_num_tokens": 1708807.0,
109
+ "eval_runtime": 37.1123,
110
+ "eval_samples_per_second": 58.363,
111
+ "eval_steps_per_second": 7.302,
112
+ "step": 400
113
+ },
114
+ {
115
+ "entropy": 0.42200190499424933,
116
+ "epoch": 0.13577732518669383,
117
+ "grad_norm": 0.19339531660079956,
118
+ "learning_rate": 9.977025800716017e-05,
119
+ "loss": 0.45712459564208985,
120
+ "mean_token_accuracy": 0.9106362241506577,
121
+ "num_tokens": 1923184.0,
122
+ "step": 450
123
+ },
124
+ {
125
+ "entropy": 0.43271509755402804,
126
+ "epoch": 0.150863694651882,
127
+ "grad_norm": 0.299110472202301,
128
+ "learning_rate": 9.968708368018253e-05,
129
+ "loss": 0.4724855422973633,
130
+ "mean_token_accuracy": 0.9078708891570568,
131
+ "num_tokens": 2139609.0,
132
+ "step": 500
133
+ },
134
+ {
135
+ "entropy": 0.43638833791017534,
136
+ "epoch": 0.16595006411707022,
137
+ "grad_norm": 0.2539425492286682,
138
+ "learning_rate": 9.959113128879322e-05,
139
+ "loss": 0.4785395050048828,
140
+ "mean_token_accuracy": 0.907249256670475,
141
+ "num_tokens": 2358080.0,
142
+ "step": 550
143
+ },
144
+ {
145
+ "entropy": 0.43115664307028057,
146
+ "epoch": 0.18103643358225843,
147
+ "grad_norm": 0.2542003393173218,
148
+ "learning_rate": 9.948242550914035e-05,
149
+ "loss": 0.4740608215332031,
150
+ "mean_token_accuracy": 0.9089943794906139,
151
+ "num_tokens": 2574667.0,
152
+ "step": 600
153
+ },
154
+ {
155
+ "epoch": 0.18103643358225843,
156
+ "eval_entropy": 0.45346878287537074,
157
+ "eval_loss": 0.46328845620155334,
158
+ "eval_mean_token_accuracy": 0.9025413253210568,
159
+ "eval_num_tokens": 2574667.0,
160
+ "eval_runtime": 37.1254,
161
+ "eval_samples_per_second": 58.343,
162
+ "eval_steps_per_second": 7.3,
163
+ "step": 600
164
+ },
165
+ {
166
+ "entropy": 0.4420048241317272,
167
+ "epoch": 0.19612280304744664,
168
+ "grad_norm": 0.26832085847854614,
169
+ "learning_rate": 9.936099429717045e-05,
170
+ "loss": 0.486652717590332,
171
+ "mean_token_accuracy": 0.9074076810479164,
172
+ "num_tokens": 2790489.0,
173
+ "step": 650
174
+ },
175
+ {
176
+ "entropy": 0.4269510039314628,
177
+ "epoch": 0.21120917251263482,
178
+ "grad_norm": 0.20635050535202026,
179
+ "learning_rate": 9.922686888143897e-05,
180
+ "loss": 0.4619187927246094,
181
+ "mean_token_accuracy": 0.910810690075159,
182
+ "num_tokens": 3003881.0,
183
+ "step": 700
184
+ },
185
+ {
186
+ "entropy": 0.42016164746135476,
187
+ "epoch": 0.22629554197782303,
188
+ "grad_norm": 0.2643264830112457,
189
+ "learning_rate": 9.908008375507924e-05,
190
+ "loss": 0.46344844818115233,
191
+ "mean_token_accuracy": 0.9113752076029777,
192
+ "num_tokens": 3218446.0,
193
+ "step": 750
194
+ },
195
+ {
196
+ "entropy": 0.3974369211867452,
197
+ "epoch": 0.24138191144301124,
198
+ "grad_norm": 0.19392798840999603,
199
+ "learning_rate": 9.89206766669318e-05,
200
+ "loss": 0.42646697998046873,
201
+ "mean_token_accuracy": 0.9165593402087688,
202
+ "num_tokens": 3428256.0,
203
+ "step": 800
204
+ },
205
+ {
206
+ "epoch": 0.24138191144301124,
207
+ "eval_entropy": 0.43642714537157784,
208
+ "eval_loss": 0.46031010150909424,
209
+ "eval_mean_token_accuracy": 0.9025695645061366,
210
+ "eval_num_tokens": 3428256.0,
211
+ "eval_runtime": 37.1078,
212
+ "eval_samples_per_second": 58.37,
213
+ "eval_steps_per_second": 7.303,
214
+ "step": 800
215
+ },
216
+ {
217
+ "entropy": 0.4217161551490426,
218
+ "epoch": 0.25646828090819945,
219
+ "grad_norm": 0.21452021598815918,
220
+ "learning_rate": 9.874868861183658e-05,
221
+ "loss": 0.4612973022460938,
222
+ "mean_token_accuracy": 0.9114794608950615,
223
+ "num_tokens": 3642529.0,
224
+ "step": 850
225
+ },
226
+ {
227
+ "entropy": 0.41439461953938006,
228
+ "epoch": 0.27155465037338766,
229
+ "grad_norm": 0.25079163908958435,
230
+ "learning_rate": 9.856416382009006e-05,
231
+ "loss": 0.4494070053100586,
232
+ "mean_token_accuracy": 0.9127840812504292,
233
+ "num_tokens": 3855962.0,
234
+ "step": 900
235
+ },
236
+ {
237
+ "entropy": 0.4270974922552705,
238
+ "epoch": 0.2866410198385759,
239
+ "grad_norm": 0.20817860960960388,
240
+ "learning_rate": 9.836714974607077e-05,
241
+ "loss": 0.46105358123779294,
242
+ "mean_token_accuracy": 0.9099104046821594,
243
+ "num_tokens": 4069157.0,
244
+ "step": 950
245
+ },
246
+ {
247
+ "entropy": 0.400859787017107,
248
+ "epoch": 0.301727389303764,
249
+ "grad_norm": 0.20943191647529602,
250
+ "learning_rate": 9.815769705603521e-05,
251
+ "loss": 0.4289055633544922,
252
+ "mean_token_accuracy": 0.9167061321437359,
253
+ "num_tokens": 4278743.0,
254
+ "step": 1000
255
+ },
256
+ {
257
+ "epoch": 0.301727389303764,
258
+ "eval_entropy": 0.44312036031946483,
259
+ "eval_loss": 0.4571220278739929,
260
+ "eval_mean_token_accuracy": 0.9029428505809545,
261
+ "eval_num_tokens": 4278743.0,
262
+ "eval_runtime": 37.0803,
263
+ "eval_samples_per_second": 58.414,
264
+ "eval_steps_per_second": 7.308,
265
+ "step": 1000
266
+ },
267
+ {
268
+ "entropy": 0.4052092955261469,
269
+ "epoch": 0.31681375876895224,
270
+ "grad_norm": 0.21670734882354736,
271
+ "learning_rate": 9.793585961508811e-05,
272
+ "loss": 0.44187084197998044,
273
+ "mean_token_accuracy": 0.9138142390549183,
274
+ "num_tokens": 4495120.0,
275
+ "step": 1050
276
+ },
277
+ {
278
+ "entropy": 0.3885428298264742,
279
+ "epoch": 0.33190012823414045,
280
+ "grad_norm": 0.2656344771385193,
281
+ "learning_rate": 9.770169447332977e-05,
282
+ "loss": 0.42026878356933595,
283
+ "mean_token_accuracy": 0.9171342994272709,
284
+ "num_tokens": 4707664.0,
285
+ "step": 1100
286
+ },
287
+ {
288
+ "entropy": 0.41116086438298227,
289
+ "epoch": 0.34698649769932866,
290
+ "grad_norm": 0.25747165083885193,
291
+ "learning_rate": 9.745526185118458e-05,
292
+ "loss": 0.44418087005615237,
293
+ "mean_token_accuracy": 0.9133055797219276,
294
+ "num_tokens": 4921515.0,
295
+ "step": 1150
296
+ },
297
+ {
298
+ "entropy": 0.40833847373723986,
299
+ "epoch": 0.36207286716451687,
300
+ "grad_norm": 0.22326916456222534,
301
+ "learning_rate": 9.719662512391396e-05,
302
+ "loss": 0.4394912338256836,
303
+ "mean_token_accuracy": 0.9140990000963211,
304
+ "num_tokens": 5133998.0,
305
+ "step": 1200
306
+ },
307
+ {
308
+ "epoch": 0.36207286716451687,
309
+ "eval_entropy": 0.44459747828240764,
310
+ "eval_loss": 0.4540960192680359,
311
+ "eval_mean_token_accuracy": 0.9033675605080664,
312
+ "eval_num_tokens": 5133998.0,
313
+ "eval_runtime": 37.1014,
314
+ "eval_samples_per_second": 58.381,
315
+ "eval_steps_per_second": 7.304,
316
+ "step": 1200
317
+ },
318
+ {
319
+ "entropy": 0.39192866910248997,
320
+ "epoch": 0.3771592366297051,
321
+ "grad_norm": 0.20642907917499542,
322
+ "learning_rate": 9.692585080531822e-05,
323
+ "loss": 0.42892616271972656,
324
+ "mean_token_accuracy": 0.9165673214197159,
325
+ "num_tokens": 5348047.0,
326
+ "step": 1250
327
+ },
328
+ {
329
+ "entropy": 0.40107650008052587,
330
+ "epoch": 0.3922456060948933,
331
+ "grad_norm": 0.2515887916088104,
332
+ "learning_rate": 9.664300853063104e-05,
333
+ "loss": 0.4329941558837891,
334
+ "mean_token_accuracy": 0.9152751086652279,
335
+ "num_tokens": 5562125.0,
336
+ "step": 1300
337
+ },
338
+ {
339
+ "entropy": 0.3964537301659584,
340
+ "epoch": 0.4073319755600815,
341
+ "grad_norm": 0.20992055535316467,
342
+ "learning_rate": 9.63481710386114e-05,
343
+ "loss": 0.4275414276123047,
344
+ "mean_token_accuracy": 0.9168652257323265,
345
+ "num_tokens": 5773685.0,
346
+ "step": 1350
347
+ },
348
+ {
349
+ "entropy": 0.39044841077178716,
350
+ "epoch": 0.42241834502526965,
351
+ "grad_norm": 0.30388110876083374,
352
+ "learning_rate": 9.604141415283728e-05,
353
+ "loss": 0.42324817657470704,
354
+ "mean_token_accuracy": 0.9169075645506382,
355
+ "num_tokens": 5986601.0,
356
+ "step": 1400
357
+ },
358
+ {
359
+ "epoch": 0.42241834502526965,
360
+ "eval_entropy": 0.4361799991658693,
361
+ "eval_loss": 0.45172417163848877,
362
+ "eval_mean_token_accuracy": 0.9033232137725802,
363
+ "eval_num_tokens": 5986601.0,
364
+ "eval_runtime": 37.1897,
365
+ "eval_samples_per_second": 58.242,
366
+ "eval_steps_per_second": 7.287,
367
+ "step": 1400
368
+ },
369
+ {
370
+ "entropy": 0.4137679870799184,
371
+ "epoch": 0.43750471449045786,
372
+ "grad_norm": 0.23755542933940887,
373
+ "learning_rate": 9.572281676220608e-05,
374
+ "loss": 0.4478377532958984,
375
+ "mean_token_accuracy": 0.911891212016344,
376
+ "num_tokens": 6203048.0,
377
+ "step": 1450
378
+ },
379
+ {
380
+ "entropy": 0.41279098089784383,
381
+ "epoch": 0.45259108395564607,
382
+ "grad_norm": 0.21780936419963837,
383
+ "learning_rate": 9.539246080064659e-05,
384
+ "loss": 0.45262195587158205,
385
+ "mean_token_accuracy": 0.9123758906126023,
386
+ "num_tokens": 6419624.0,
387
+ "step": 1500
388
+ },
389
+ {
390
+ "entropy": 0.41412957072257994,
391
+ "epoch": 0.4676774534208343,
392
+ "grad_norm": 0.2430579662322998,
393
+ "learning_rate": 9.505043122604818e-05,
394
+ "loss": 0.45246307373046873,
395
+ "mean_token_accuracy": 0.9122441673278808,
396
+ "num_tokens": 6633965.0,
397
+ "step": 1550
398
+ },
399
+ {
400
+ "entropy": 0.3798889485746622,
401
+ "epoch": 0.4827638228860225,
402
+ "grad_norm": 0.28653672337532043,
403
+ "learning_rate": 9.469681599841192e-05,
404
+ "loss": 0.41427810668945314,
405
+ "mean_token_accuracy": 0.9184439463913441,
406
+ "num_tokens": 6847358.0,
407
+ "step": 1600
408
+ },
409
+ {
410
+ "epoch": 0.4827638228860225,
411
+ "eval_entropy": 0.43242653594025826,
412
+ "eval_loss": 0.4488651752471924,
413
+ "eval_mean_token_accuracy": 0.9040581949082688,
414
+ "eval_num_tokens": 6847358.0,
415
+ "eval_runtime": 37.1595,
416
+ "eval_samples_per_second": 58.289,
417
+ "eval_steps_per_second": 7.293,
418
+ "step": 1600
419
+ },
420
+ {
421
+ "entropy": 0.38126184083521364,
422
+ "epoch": 0.4978501923512107,
423
+ "grad_norm": 0.2068091183900833,
424
+ "learning_rate": 9.433170605722996e-05,
425
+ "loss": 0.40500320434570314,
426
+ "mean_token_accuracy": 0.9181749866902829,
427
+ "num_tokens": 7062005.0,
428
+ "step": 1650
429
+ },
430
+ {
431
+ "entropy": 0.38879580337554215,
432
+ "epoch": 0.5129365618163989,
433
+ "grad_norm": 0.19908899068832397,
434
+ "learning_rate": 9.395519529809848e-05,
435
+ "loss": 0.41957916259765626,
436
+ "mean_token_accuracy": 0.9183010324835778,
437
+ "num_tokens": 7272082.0,
438
+ "step": 1700
439
+ },
440
+ {
441
+ "entropy": 0.3867104376107454,
442
+ "epoch": 0.5280229312815871,
443
+ "grad_norm": 0.21681655943393707,
444
+ "learning_rate": 9.356738054857057e-05,
445
+ "loss": 0.41496986389160156,
446
+ "mean_token_accuracy": 0.9176018598675728,
447
+ "num_tokens": 7484751.0,
448
+ "step": 1750
449
+ },
450
+ {
451
+ "entropy": 0.3900348538905382,
452
+ "epoch": 0.5431093007467753,
453
+ "grad_norm": 0.23264895379543304,
454
+ "learning_rate": 9.316836154325494e-05,
455
+ "loss": 0.4201799774169922,
456
+ "mean_token_accuracy": 0.9161376728117466,
457
+ "num_tokens": 7699385.0,
458
+ "step": 1800
459
+ },
460
+ {
461
+ "epoch": 0.5431093007467753,
462
+ "eval_entropy": 0.4371595958941977,
463
+ "eval_loss": 0.44555598497390747,
464
+ "eval_mean_token_accuracy": 0.9047388078101887,
465
+ "eval_num_tokens": 7699385.0,
466
+ "eval_runtime": 37.2391,
467
+ "eval_samples_per_second": 58.165,
468
+ "eval_steps_per_second": 7.277,
469
+ "step": 1800
470
+ },
471
+ {
472
+ "entropy": 0.38737339399755,
473
+ "epoch": 0.5581956702119635,
474
+ "grad_norm": 0.21236486732959747,
475
+ "learning_rate": 9.275824089816716e-05,
476
+ "loss": 0.4186508941650391,
477
+ "mean_token_accuracy": 0.9184837466478348,
478
+ "num_tokens": 7912846.0,
479
+ "step": 1850
480
+ },
481
+ {
482
+ "entropy": 0.38791515786200764,
483
+ "epoch": 0.5732820396771517,
484
+ "grad_norm": 0.22874821722507477,
485
+ "learning_rate": 9.233712408433972e-05,
486
+ "loss": 0.42144878387451173,
487
+ "mean_token_accuracy": 0.9170675221085548,
488
+ "num_tokens": 8126645.0,
489
+ "step": 1900
490
+ },
491
+ {
492
+ "entropy": 0.3831383780390024,
493
+ "epoch": 0.5883684091423399,
494
+ "grad_norm": 0.3072109818458557,
495
+ "learning_rate": 9.190511940069813e-05,
496
+ "loss": 0.407428092956543,
497
+ "mean_token_accuracy": 0.9184182004630566,
498
+ "num_tokens": 8341447.0,
499
+ "step": 1950
500
+ },
501
+ {
502
+ "entropy": 0.38130090072751044,
503
+ "epoch": 0.603454778607528,
504
+ "grad_norm": 0.2783527374267578,
505
+ "learning_rate": 9.146233794620944e-05,
506
+ "loss": 0.41518512725830076,
507
+ "mean_token_accuracy": 0.9192077203094959,
508
+ "num_tokens": 8553915.0,
509
+ "step": 2000
510
+ },
511
+ {
512
+ "epoch": 0.603454778607528,
513
+ "eval_entropy": 0.41359548831557874,
514
+ "eval_loss": 0.4426310062408447,
515
+ "eval_mean_token_accuracy": 0.9062746316744392,
516
+ "eval_num_tokens": 8553915.0,
517
+ "eval_runtime": 37.0772,
518
+ "eval_samples_per_second": 58.419,
519
+ "eval_steps_per_second": 7.309,
520
+ "step": 2000
521
+ },
522
+ {
523
+ "entropy": 0.40945424281060694,
524
+ "epoch": 0.6185411480727163,
525
+ "grad_norm": 0.2751815915107727,
526
+ "learning_rate": 9.100889359131093e-05,
527
+ "loss": 0.44279281616210936,
528
+ "mean_token_accuracy": 0.9126340833306312,
529
+ "num_tokens": 8773030.0,
530
+ "step": 2050
531
+ },
532
+ {
533
+ "entropy": 0.37910934548825026,
534
+ "epoch": 0.6336275175379045,
535
+ "grad_norm": 0.24518635869026184,
536
+ "learning_rate": 9.054490294862594e-05,
537
+ "loss": 0.41019065856933595,
538
+ "mean_token_accuracy": 0.9180504800379277,
539
+ "num_tokens": 8987621.0,
540
+ "step": 2100
541
+ },
542
+ {
543
+ "entropy": 0.38141273133456705,
544
+ "epoch": 0.6487138870030927,
545
+ "grad_norm": 0.2637041211128235,
546
+ "learning_rate": 9.00704853429745e-05,
547
+ "loss": 0.41344562530517576,
548
+ "mean_token_accuracy": 0.9188940741121769,
549
+ "num_tokens": 9202085.0,
550
+ "step": 2150
551
+ },
552
+ {
553
+ "entropy": 0.37150444712489844,
554
+ "epoch": 0.6638002564682809,
555
+ "grad_norm": 0.23061881959438324,
556
+ "learning_rate": 8.958576278068655e-05,
557
+ "loss": 0.4002714157104492,
558
+ "mean_token_accuracy": 0.9211013509333134,
559
+ "num_tokens": 9414528.0,
560
+ "step": 2200
561
+ },
562
+ {
563
+ "epoch": 0.6638002564682809,
564
+ "eval_entropy": 0.4198416776652706,
565
+ "eval_loss": 0.44056928157806396,
566
+ "eval_mean_token_accuracy": 0.9060557997094749,
567
+ "eval_num_tokens": 9414528.0,
568
+ "eval_runtime": 37.0429,
569
+ "eval_samples_per_second": 58.473,
570
+ "eval_steps_per_second": 7.316,
571
+ "step": 2200
572
+ },
573
+ {
574
+ "entropy": 0.3824780482426286,
575
+ "epoch": 0.6788866259334692,
576
+ "grad_norm": 0.29528528451919556,
577
+ "learning_rate": 8.909085991822532e-05,
578
+ "loss": 0.4100413513183594,
579
+ "mean_token_accuracy": 0.9181285245716572,
580
+ "num_tokens": 9631160.0,
581
+ "step": 2250
582
+ },
583
+ {
584
+ "entropy": 0.37036353170871733,
585
+ "epoch": 0.6939729953986573,
586
+ "grad_norm": 0.2833597958087921,
587
+ "learning_rate": 8.858590403012954e-05,
588
+ "loss": 0.39582439422607424,
589
+ "mean_token_accuracy": 0.9203065976500511,
590
+ "num_tokens": 9844323.0,
591
+ "step": 2300
592
+ },
593
+ {
594
+ "entropy": 0.377471005320549,
595
+ "epoch": 0.7090593648638455,
596
+ "grad_norm": 0.2559050917625427,
597
+ "learning_rate": 8.807102497628199e-05,
598
+ "loss": 0.4039160919189453,
599
+ "mean_token_accuracy": 0.9185835334658623,
600
+ "num_tokens": 10060066.0,
601
+ "step": 2350
602
+ },
603
+ {
604
+ "entropy": 0.38689912386238573,
605
+ "epoch": 0.7241457343290337,
606
+ "grad_norm": 0.3571145236492157,
607
+ "learning_rate": 8.754635516851342e-05,
608
+ "loss": 0.41998291015625,
609
+ "mean_token_accuracy": 0.9171991994976998,
610
+ "num_tokens": 10275374.0,
611
+ "step": 2400
612
+ },
613
+ {
614
+ "epoch": 0.7241457343290337,
615
+ "eval_entropy": 0.4061841280148038,
616
+ "eval_loss": 0.4392658472061157,
617
+ "eval_mean_token_accuracy": 0.9060493254573583,
618
+ "eval_num_tokens": 10275374.0,
619
+ "eval_runtime": 37.185,
620
+ "eval_samples_per_second": 58.249,
621
+ "eval_steps_per_second": 7.288,
622
+ "step": 2400
623
+ },
624
+ {
625
+ "entropy": 0.3773344187065959,
626
+ "epoch": 0.7392321037942219,
627
+ "grad_norm": 0.23827174305915833,
628
+ "learning_rate": 8.701202953655006e-05,
629
+ "loss": 0.4055968475341797,
630
+ "mean_token_accuracy": 0.9189482787251473,
631
+ "num_tokens": 10495301.0,
632
+ "step": 2450
633
+ },
634
+ {
635
+ "entropy": 0.3638977843523026,
636
+ "epoch": 0.7543184732594101,
637
+ "grad_norm": 0.247745543718338,
638
+ "learning_rate": 8.646818549331366e-05,
639
+ "loss": 0.38891139984130857,
640
+ "mean_token_accuracy": 0.9226090031862259,
641
+ "num_tokens": 10706938.0,
642
+ "step": 2500
643
+ },
644
+ {
645
+ "entropy": 0.358336652033031,
646
+ "epoch": 0.7694048427245983,
647
+ "grad_norm": 0.24292156100273132,
648
+ "learning_rate": 8.591496289958292e-05,
649
+ "loss": 0.3846548461914063,
650
+ "mean_token_accuracy": 0.923456951379776,
651
+ "num_tokens": 10918302.0,
652
+ "step": 2550
653
+ },
654
+ {
655
+ "entropy": 0.37086400829255584,
656
+ "epoch": 0.7844912121897866,
657
+ "grad_norm": 0.2979118525981903,
658
+ "learning_rate": 8.535250402802536e-05,
659
+ "loss": 0.39662261962890627,
660
+ "mean_token_accuracy": 0.9212297305464745,
661
+ "num_tokens": 11131056.0,
662
+ "step": 2600
663
+ },
664
+ {
665
+ "epoch": 0.7844912121897866,
666
+ "eval_entropy": 0.4161290250361186,
667
+ "eval_loss": 0.43674495816230774,
668
+ "eval_mean_token_accuracy": 0.9060781219788583,
669
+ "eval_num_tokens": 11131056.0,
670
+ "eval_runtime": 37.0488,
671
+ "eval_samples_per_second": 58.463,
672
+ "eval_steps_per_second": 7.315,
673
+ "step": 2600
674
+ },
675
+ {
676
+ "entropy": 0.36887906536459925,
677
+ "epoch": 0.7995775816549747,
678
+ "grad_norm": 0.25673073530197144,
679
+ "learning_rate": 8.478095352660897e-05,
680
+ "loss": 0.3948686218261719,
681
+ "mean_token_accuracy": 0.9204315200448037,
682
+ "num_tokens": 11345648.0,
683
+ "step": 2650
684
+ },
685
+ {
686
+ "entropy": 0.36981521353125574,
687
+ "epoch": 0.814663951120163,
688
+ "grad_norm": 0.2649747133255005,
689
+ "learning_rate": 8.4200458381403e-05,
690
+ "loss": 0.3937848663330078,
691
+ "mean_token_accuracy": 0.9218536545336247,
692
+ "num_tokens": 11559009.0,
693
+ "step": 2700
694
+ },
695
+ {
696
+ "entropy": 0.37904939975589513,
697
+ "epoch": 0.8297503205853511,
698
+ "grad_norm": 0.20989011228084564,
699
+ "learning_rate": 8.361116787877736e-05,
700
+ "loss": 0.4084677505493164,
701
+ "mean_token_accuracy": 0.9188165719807148,
702
+ "num_tokens": 11776255.0,
703
+ "step": 2750
704
+ },
705
+ {
706
+ "entropy": 0.3781035339459777,
707
+ "epoch": 0.8448366900505393,
708
+ "grad_norm": 0.2979874908924103,
709
+ "learning_rate": 8.301323356701069e-05,
710
+ "loss": 0.40767410278320315,
711
+ "mean_token_accuracy": 0.9183482979238033,
712
+ "num_tokens": 11994830.0,
713
+ "step": 2800
714
+ },
715
+ {
716
+ "epoch": 0.8448366900505393,
717
+ "eval_entropy": 0.3918299580962016,
718
+ "eval_loss": 0.43606311082839966,
719
+ "eval_mean_token_accuracy": 0.9074829088805786,
720
+ "eval_num_tokens": 11994830.0,
721
+ "eval_runtime": 37.1502,
722
+ "eval_samples_per_second": 58.304,
723
+ "eval_steps_per_second": 7.295,
724
+ "step": 2800
725
+ },
726
+ {
727
+ "entropy": 0.3669764836877584,
728
+ "epoch": 0.8599230595157276,
729
+ "grad_norm": 0.3718933165073395,
730
+ "learning_rate": 8.240680921731639e-05,
731
+ "loss": 0.39511192321777344,
732
+ "mean_token_accuracy": 0.9215331043303013,
733
+ "num_tokens": 12210990.0,
734
+ "step": 2850
735
+ },
736
+ {
737
+ "entropy": 0.36516126081347466,
738
+ "epoch": 0.8750094289809157,
739
+ "grad_norm": 0.2584734559059143,
740
+ "learning_rate": 8.179205078429728e-05,
741
+ "loss": 0.3858111572265625,
742
+ "mean_token_accuracy": 0.9223315984010696,
743
+ "num_tokens": 12425768.0,
744
+ "step": 2900
745
+ },
746
+ {
747
+ "entropy": 0.36489626977592704,
748
+ "epoch": 0.890095798446104,
749
+ "grad_norm": 0.260593980550766,
750
+ "learning_rate": 8.116911636583866e-05,
751
+ "loss": 0.3904818344116211,
752
+ "mean_token_accuracy": 0.921723841279745,
753
+ "num_tokens": 12644047.0,
754
+ "step": 2950
755
+ },
756
+ {
757
+ "entropy": 0.35986222576349974,
758
+ "epoch": 0.9051821679112921,
759
+ "grad_norm": 0.2872949540615082,
760
+ "learning_rate": 8.053816616245007e-05,
761
+ "loss": 0.3802699661254883,
762
+ "mean_token_accuracy": 0.922919643521309,
763
+ "num_tokens": 12858612.0,
764
+ "step": 3000
765
+ },
766
+ {
767
+ "epoch": 0.9051821679112921,
768
+ "eval_entropy": 0.39114147694128465,
769
+ "eval_loss": 0.43371766805648804,
770
+ "eval_mean_token_accuracy": 0.9085190791045608,
771
+ "eval_num_tokens": 12858612.0,
772
+ "eval_runtime": 37.1981,
773
+ "eval_samples_per_second": 58.229,
774
+ "eval_steps_per_second": 7.285,
775
+ "step": 3000
776
+ },
777
+ {
778
+ "entropy": 0.3628548865020275,
779
+ "epoch": 0.9202685373764804,
780
+ "grad_norm": 0.3397461771965027,
781
+ "learning_rate": 7.989936243606644e-05,
782
+ "loss": 0.38797500610351565,
783
+ "mean_token_accuracy": 0.9223182892799378,
784
+ "num_tokens": 13074583.0,
785
+ "step": 3050
786
+ },
787
+ {
788
+ "entropy": 0.3658443212881684,
789
+ "epoch": 0.9353549068416686,
790
+ "grad_norm": 0.21586942672729492,
791
+ "learning_rate": 7.925286946831907e-05,
792
+ "loss": 0.38840934753417966,
793
+ "mean_token_accuracy": 0.920469640493393,
794
+ "num_tokens": 13290531.0,
795
+ "step": 3100
796
+ },
797
+ {
798
+ "entropy": 0.3434870146587491,
799
+ "epoch": 0.9504412763068567,
800
+ "grad_norm": 0.4203721582889557,
801
+ "learning_rate": 7.859885351828722e-05,
802
+ "loss": 0.3654581832885742,
803
+ "mean_token_accuracy": 0.9264674150943756,
804
+ "num_tokens": 13501774.0,
805
+ "step": 3150
806
+ },
807
+ {
808
+ "entropy": 0.3622769057378173,
809
+ "epoch": 0.965527645772045,
810
+ "grad_norm": 0.4923344850540161,
811
+ "learning_rate": 7.793748277974116e-05,
812
+ "loss": 0.38648658752441406,
813
+ "mean_token_accuracy": 0.9216807208955288,
814
+ "num_tokens": 13719293.0,
815
+ "step": 3200
816
+ },
817
+ {
818
+ "epoch": 0.965527645772045,
819
+ "eval_entropy": 0.38819593988441453,
820
+ "eval_loss": 0.43394002318382263,
821
+ "eval_mean_token_accuracy": 0.9077828526496887,
822
+ "eval_num_tokens": 13719293.0,
823
+ "eval_runtime": 37.2602,
824
+ "eval_samples_per_second": 58.132,
825
+ "eval_steps_per_second": 7.273,
826
+ "step": 3200
827
+ },
828
+ {
829
+ "entropy": 0.35784762669354675,
830
+ "epoch": 0.9806140152372331,
831
+ "grad_norm": 0.295482873916626,
832
+ "learning_rate": 7.72689273378875e-05,
833
+ "loss": 0.3751881790161133,
834
+ "mean_token_accuracy": 0.9235683201253414,
835
+ "num_tokens": 13933952.0,
836
+ "step": 3250
837
+ },
838
+ {
839
+ "entropy": 0.35060869861394167,
840
+ "epoch": 0.9957003847024214,
841
+ "grad_norm": 0.3346746265888214,
842
+ "learning_rate": 7.659335912562849e-05,
843
+ "loss": 0.3715841293334961,
844
+ "mean_token_accuracy": 0.9249463096261025,
845
+ "num_tokens": 14146736.0,
846
+ "step": 3300
847
+ },
848
+ {
849
+ "entropy": 0.33144386649736896,
850
+ "epoch": 1.0105604586256318,
851
+ "grad_norm": 0.42002174258232117,
852
+ "learning_rate": 7.591095187934571e-05,
853
+ "loss": 0.3447689437866211,
854
+ "mean_token_accuracy": 0.9282537361389489,
855
+ "num_tokens": 14363628.0,
856
+ "step": 3350
857
+ },
858
+ {
859
+ "entropy": 0.29580484244972466,
860
+ "epoch": 1.02564682809082,
861
+ "grad_norm": 0.267696350812912,
862
+ "learning_rate": 7.522188109422025e-05,
863
+ "loss": 0.30982461929321287,
864
+ "mean_token_accuracy": 0.9349895706772804,
865
+ "num_tokens": 14577748.0,
866
+ "step": 3400
867
+ },
868
+ {
869
+ "epoch": 1.02564682809082,
870
+ "eval_entropy": 0.3474461413452546,
871
+ "eval_loss": 0.4461125433444977,
872
+ "eval_mean_token_accuracy": 0.9071816351140997,
873
+ "eval_num_tokens": 14577748.0,
874
+ "eval_runtime": 37.1626,
875
+ "eval_samples_per_second": 58.284,
876
+ "eval_steps_per_second": 7.292,
877
+ "step": 3400
878
+ },
879
+ {
880
+ "entropy": 0.30122795451432466,
881
+ "epoch": 1.0407331975560081,
882
+ "grad_norm": 0.2817290127277374,
883
+ "learning_rate": 7.452632397910045e-05,
884
+ "loss": 0.3127718353271484,
885
+ "mean_token_accuracy": 0.93441466614604,
886
+ "num_tokens": 14792632.0,
887
+ "step": 3450
888
+ },
889
+ {
890
+ "entropy": 0.2921810976602137,
891
+ "epoch": 1.0558195670211963,
892
+ "grad_norm": 0.3158903419971466,
893
+ "learning_rate": 7.3824459410929e-05,
894
+ "loss": 0.3033764839172363,
895
+ "mean_token_accuracy": 0.9362939922511577,
896
+ "num_tokens": 15005289.0,
897
+ "step": 3500
898
+ },
899
+ {
900
+ "entropy": 0.30137234527617696,
901
+ "epoch": 1.0709059364863847,
902
+ "grad_norm": 0.363569974899292,
903
+ "learning_rate": 7.311646788874093e-05,
904
+ "loss": 0.3192999267578125,
905
+ "mean_token_accuracy": 0.9330788172781468,
906
+ "num_tokens": 15221117.0,
907
+ "step": 3550
908
+ },
909
+ {
910
+ "entropy": 0.2979462206363678,
911
+ "epoch": 1.0859923059515728,
912
+ "grad_norm": 0.33784833550453186,
913
+ "learning_rate": 7.240253148724472e-05,
914
+ "loss": 0.3097235298156738,
915
+ "mean_token_accuracy": 0.935227975398302,
916
+ "num_tokens": 15433103.0,
917
+ "step": 3600
918
+ },
919
+ {
920
+ "epoch": 1.0859923059515728,
921
+ "eval_entropy": 0.33927392830378017,
922
+ "eval_loss": 0.44939693808555603,
923
+ "eval_mean_token_accuracy": 0.9080607321429517,
924
+ "eval_num_tokens": 15433103.0,
925
+ "eval_runtime": 37.0789,
926
+ "eval_samples_per_second": 58.416,
927
+ "eval_steps_per_second": 7.309,
928
+ "step": 3600
929
+ },
930
+ {
931
+ "entropy": 0.2955490641668439,
932
+ "epoch": 1.101078675416761,
933
+ "grad_norm": 0.26954564452171326,
934
+ "learning_rate": 7.168283380999781e-05,
935
+ "loss": 0.308115234375,
936
+ "mean_token_accuracy": 0.9356962423026561,
937
+ "num_tokens": 15647397.0,
938
+ "step": 3650
939
+ },
940
+ {
941
+ "entropy": 0.3024994757771492,
942
+ "epoch": 1.1161650448819491,
943
+ "grad_norm": 0.34243258833885193,
944
+ "learning_rate": 7.095755994218929e-05,
945
+ "loss": 0.3163371467590332,
946
+ "mean_token_accuracy": 0.933635587990284,
947
+ "num_tokens": 15862307.0,
948
+ "step": 3700
949
+ },
950
+ {
951
+ "entropy": 0.28693753194063903,
952
+ "epoch": 1.1312514143471373,
953
+ "grad_norm": 0.3753094971179962,
954
+ "learning_rate": 7.022689640304127e-05,
955
+ "loss": 0.30058185577392577,
956
+ "mean_token_accuracy": 0.9367860886454582,
957
+ "num_tokens": 16077573.0,
958
+ "step": 3750
959
+ },
960
+ {
961
+ "entropy": 0.2817346750572324,
962
+ "epoch": 1.1463377838123257,
963
+ "grad_norm": 0.36651188135147095,
964
+ "learning_rate": 6.949103109784174e-05,
965
+ "loss": 0.29092519760131835,
966
+ "mean_token_accuracy": 0.9392722348868847,
967
+ "num_tokens": 16287755.0,
968
+ "step": 3800
969
+ },
970
+ {
971
+ "epoch": 1.1463377838123257,
972
+ "eval_entropy": 0.3268261263181363,
973
+ "eval_loss": 0.45524126291275024,
974
+ "eval_mean_token_accuracy": 0.9080498321909746,
975
+ "eval_num_tokens": 16287755.0,
976
+ "eval_runtime": 37.2707,
977
+ "eval_samples_per_second": 58.115,
978
+ "eval_steps_per_second": 7.271,
979
+ "step": 3800
980
+ },
981
+ {
982
+ "entropy": 0.2927645993977785,
983
+ "epoch": 1.1614241532775138,
984
+ "grad_norm": 0.32257115840911865,
985
+ "learning_rate": 6.875015326962071e-05,
986
+ "loss": 0.3056098175048828,
987
+ "mean_token_accuracy": 0.9361269493401051,
988
+ "num_tokens": 16500869.0,
989
+ "step": 3850
990
+ },
991
+ {
992
+ "entropy": 0.2784220616333187,
993
+ "epoch": 1.176510522742702,
994
+ "grad_norm": 0.3277973234653473,
995
+ "learning_rate": 6.800445345048247e-05,
996
+ "loss": 0.2863511276245117,
997
+ "mean_token_accuracy": 0.9394664193689823,
998
+ "num_tokens": 16714052.0,
999
+ "step": 3900
1000
+ },
1001
+ {
1002
+ "entropy": 0.28824312970042226,
1003
+ "epoch": 1.1915968922078901,
1004
+ "grad_norm": 0.45423227548599243,
1005
+ "learning_rate": 6.725412341260632e-05,
1006
+ "loss": 0.30036584854125975,
1007
+ "mean_token_accuracy": 0.9367516180872917,
1008
+ "num_tokens": 16929433.0,
1009
+ "step": 3950
1010
+ },
1011
+ {
1012
+ "entropy": 0.3048727669939399,
1013
+ "epoch": 1.2066832616730783,
1014
+ "grad_norm": 0.4174216091632843,
1015
+ "learning_rate": 6.649935611892839e-05,
1016
+ "loss": 0.3221250534057617,
1017
+ "mean_token_accuracy": 0.9329589973390102,
1018
+ "num_tokens": 17149131.0,
1019
+ "step": 4000
1020
+ },
1021
+ {
1022
+ "epoch": 1.2066832616730783,
1023
+ "eval_entropy": 0.3393887681439794,
1024
+ "eval_loss": 0.44970703125,
1025
+ "eval_mean_token_accuracy": 0.907502448866728,
1026
+ "eval_num_tokens": 17149131.0,
1027
+ "eval_runtime": 37.1753,
1028
+ "eval_samples_per_second": 58.265,
1029
+ "eval_steps_per_second": 7.29,
1030
+ "step": 4000
1031
+ },
1032
+ {
1033
+ "entropy": 0.2786213347688317,
1034
+ "epoch": 1.2217696311382666,
1035
+ "grad_norm": 0.37704846262931824,
1036
+ "learning_rate": 6.574034567351717e-05,
1037
+ "loss": 0.28641138076782224,
1038
+ "mean_token_accuracy": 0.9393399634957313,
1039
+ "num_tokens": 17362785.0,
1040
+ "step": 4050
1041
+ },
1042
+ {
1043
+ "entropy": 0.2889704497903585,
1044
+ "epoch": 1.2368560006034548,
1045
+ "grad_norm": 0.3806622624397278,
1046
+ "learning_rate": 6.49772872716557e-05,
1047
+ "loss": 0.30537261962890627,
1048
+ "mean_token_accuracy": 0.9361220151185989,
1049
+ "num_tokens": 17578670.0,
1050
+ "step": 4100
1051
+ },
1052
+ {
1053
+ "entropy": 0.29292779937386515,
1054
+ "epoch": 1.251942370068643,
1055
+ "grad_norm": 0.3169683814048767,
1056
+ "learning_rate": 6.421037714964293e-05,
1057
+ "loss": 0.30579683303833005,
1058
+ "mean_token_accuracy": 0.9352342364192009,
1059
+ "num_tokens": 17802008.0,
1060
+ "step": 4150
1061
+ },
1062
+ {
1063
+ "entropy": 0.28012287182733414,
1064
+ "epoch": 1.267028739533831,
1065
+ "grad_norm": 0.2556808888912201,
1066
+ "learning_rate": 6.343981253432761e-05,
1067
+ "loss": 0.2942901611328125,
1068
+ "mean_token_accuracy": 0.93847431153059,
1069
+ "num_tokens": 18015619.0,
1070
+ "step": 4200
1071
+ },
1072
+ {
1073
+ "epoch": 1.267028739533831,
1074
+ "eval_entropy": 0.3326790584354383,
1075
+ "eval_loss": 0.45203062891960144,
1076
+ "eval_mean_token_accuracy": 0.9082723077372871,
1077
+ "eval_num_tokens": 18015619.0,
1078
+ "eval_runtime": 37.2103,
1079
+ "eval_samples_per_second": 58.21,
1080
+ "eval_steps_per_second": 7.283,
1081
+ "step": 4200
1082
+ },
1083
+ {
1084
+ "entropy": 0.2790189484320581,
1085
+ "epoch": 1.2821151089990193,
1086
+ "grad_norm": 0.3167658746242523,
1087
+ "learning_rate": 6.266579159238723e-05,
1088
+ "loss": 0.2901947212219238,
1089
+ "mean_token_accuracy": 0.9385272514820099,
1090
+ "num_tokens": 18231214.0,
1091
+ "step": 4250
1092
+ },
1093
+ {
1094
+ "entropy": 0.28492060406133535,
1095
+ "epoch": 1.2972014784642076,
1096
+ "grad_norm": 0.3428349792957306,
1097
+ "learning_rate": 6.188851337936541e-05,
1098
+ "loss": 0.2975013542175293,
1099
+ "mean_token_accuracy": 0.9384494511783124,
1100
+ "num_tokens": 18443602.0,
1101
+ "step": 4300
1102
+ },
1103
+ {
1104
+ "entropy": 0.28728573814034464,
1105
+ "epoch": 1.3122878479293958,
1106
+ "grad_norm": 0.3879326581954956,
1107
+ "learning_rate": 6.110817778848062e-05,
1108
+ "loss": 0.2947955894470215,
1109
+ "mean_token_accuracy": 0.9376472027599811,
1110
+ "num_tokens": 18658957.0,
1111
+ "step": 4350
1112
+ },
1113
+ {
1114
+ "entropy": 0.27078360263258217,
1115
+ "epoch": 1.327374217394584,
1116
+ "grad_norm": 0.45004045963287354,
1117
+ "learning_rate": 6.032498549921939e-05,
1118
+ "loss": 0.28305835723876954,
1119
+ "mean_token_accuracy": 0.9406134666502476,
1120
+ "num_tokens": 18870053.0,
1121
+ "step": 4400
1122
+ },
1123
+ {
1124
+ "epoch": 1.327374217394584,
1125
+ "eval_entropy": 0.3294620155958232,
1126
+ "eval_loss": 0.4543997049331665,
1127
+ "eval_mean_token_accuracy": 0.9081211842294109,
1128
+ "eval_num_tokens": 18870053.0,
1129
+ "eval_runtime": 37.2524,
1130
+ "eval_samples_per_second": 58.144,
1131
+ "eval_steps_per_second": 7.275,
1132
+ "step": 4400
1133
+ },
1134
+ {
1135
+ "entropy": 0.2799815020523965,
1136
+ "epoch": 1.3424605868597723,
1137
+ "grad_norm": 0.44520097970962524,
1138
+ "learning_rate": 5.953913792572761e-05,
1139
+ "loss": 0.28622047424316405,
1140
+ "mean_token_accuracy": 0.9398869612812996,
1141
+ "num_tokens": 19083502.0,
1142
+ "step": 4450
1143
+ },
1144
+ {
1145
+ "entropy": 0.28538848023861646,
1146
+ "epoch": 1.3575469563249605,
1147
+ "grad_norm": 0.376067578792572,
1148
+ "learning_rate": 5.8750837165012516e-05,
1149
+ "loss": 0.29442657470703126,
1150
+ "mean_token_accuracy": 0.9369049946963787,
1151
+ "num_tokens": 19301474.0,
1152
+ "step": 4500
1153
+ },
1154
+ {
1155
+ "entropy": 0.2700873460620642,
1156
+ "epoch": 1.3726333257901486,
1157
+ "grad_norm": 0.3803156316280365,
1158
+ "learning_rate": 5.79602859449694e-05,
1159
+ "loss": 0.2789628601074219,
1160
+ "mean_token_accuracy": 0.9409016688168049,
1161
+ "num_tokens": 19513118.0,
1162
+ "step": 4550
1163
+ },
1164
+ {
1165
+ "entropy": 0.2818992605619133,
1166
+ "epoch": 1.3877196952553368,
1167
+ "grad_norm": 0.3878261148929596,
1168
+ "learning_rate": 5.716768757224583e-05,
1169
+ "loss": 0.291706428527832,
1170
+ "mean_token_accuracy": 0.9382703882455826,
1171
+ "num_tokens": 19729704.0,
1172
+ "step": 4600
1173
+ },
1174
+ {
1175
+ "epoch": 1.3877196952553368,
1176
+ "eval_entropy": 0.3223673155551907,
1177
+ "eval_loss": 0.4583451747894287,
1178
+ "eval_mean_token_accuracy": 0.9085318800268138,
1179
+ "eval_num_tokens": 19729704.0,
1180
+ "eval_runtime": 37.2126,
1181
+ "eval_samples_per_second": 58.206,
1182
+ "eval_steps_per_second": 7.282,
1183
+ "step": 4600
1184
+ },
1185
+ {
1186
+ "entropy": 0.2773911802843213,
1187
+ "epoch": 1.402806064720525,
1188
+ "grad_norm": 0.4441978931427002,
1189
+ "learning_rate": 5.637324587995714e-05,
1190
+ "loss": 0.28889572143554687,
1191
+ "mean_token_accuracy": 0.9393369700014591,
1192
+ "num_tokens": 19941579.0,
1193
+ "step": 4650
1194
+ },
1195
+ {
1196
+ "entropy": 0.2760587067343295,
1197
+ "epoch": 1.4178924341857133,
1198
+ "grad_norm": 0.31453457474708557,
1199
+ "learning_rate": 5.557716517526656e-05,
1200
+ "loss": 0.2823097038269043,
1201
+ "mean_token_accuracy": 0.9404082801938057,
1202
+ "num_tokens": 20152481.0,
1203
+ "step": 4700
1204
+ },
1205
+ {
1206
+ "entropy": 0.2687125858291984,
1207
+ "epoch": 1.4329788036509015,
1208
+ "grad_norm": 0.4302677810192108,
1209
+ "learning_rate": 5.4779650186843335e-05,
1210
+ "loss": 0.28021940231323245,
1211
+ "mean_token_accuracy": 0.9412896266579628,
1212
+ "num_tokens": 20364280.0,
1213
+ "step": 4750
1214
+ },
1215
+ {
1216
+ "entropy": 0.28299310375005005,
1217
+ "epoch": 1.4480651731160896,
1218
+ "grad_norm": 0.4275122582912445,
1219
+ "learning_rate": 5.3980906012212575e-05,
1220
+ "loss": 0.29417877197265624,
1221
+ "mean_token_accuracy": 0.9380144135653973,
1222
+ "num_tokens": 20579080.0,
1223
+ "step": 4800
1224
+ },
1225
+ {
1226
+ "epoch": 1.4480651731160896,
1227
+ "eval_entropy": 0.3136782179899321,
1228
+ "eval_loss": 0.4654751420021057,
1229
+ "eval_mean_token_accuracy": 0.9077895956725652,
1230
+ "eval_num_tokens": 20579080.0,
1231
+ "eval_runtime": 37.1335,
1232
+ "eval_samples_per_second": 58.33,
1233
+ "eval_steps_per_second": 7.298,
1234
+ "step": 4800
1235
+ },
1236
+ {
1237
+ "entropy": 0.26981769694015384,
1238
+ "epoch": 1.4631515425812778,
1239
+ "grad_norm": 0.3479642868041992,
1240
+ "learning_rate": 5.318113806501009e-05,
1241
+ "loss": 0.2793255615234375,
1242
+ "mean_token_accuracy": 0.940917958021164,
1243
+ "num_tokens": 20794818.0,
1244
+ "step": 4850
1245
+ },
1246
+ {
1247
+ "entropy": 0.27721120171248914,
1248
+ "epoch": 1.478237912046466,
1249
+ "grad_norm": 0.36213237047195435,
1250
+ "learning_rate": 5.238055202215606e-05,
1251
+ "loss": 0.2876263427734375,
1252
+ "mean_token_accuracy": 0.9395251777768135,
1253
+ "num_tokens": 21007893.0,
1254
+ "step": 4900
1255
+ },
1256
+ {
1257
+ "entropy": 0.2697361321747303,
1258
+ "epoch": 1.4933242815116543,
1259
+ "grad_norm": 0.3829312324523926,
1260
+ "learning_rate": 5.157935377096091e-05,
1261
+ "loss": 0.2791532325744629,
1262
+ "mean_token_accuracy": 0.9417897801101208,
1263
+ "num_tokens": 21221698.0,
1264
+ "step": 4950
1265
+ },
1266
+ {
1267
+ "entropy": 0.26987188443541527,
1268
+ "epoch": 1.5084106509768425,
1269
+ "grad_norm": 0.5338497757911682,
1270
+ "learning_rate": 5.077774935617715e-05,
1271
+ "loss": 0.2768931770324707,
1272
+ "mean_token_accuracy": 0.9414016118645668,
1273
+ "num_tokens": 21434912.0,
1274
+ "step": 5000
1275
+ },
1276
+ {
1277
+ "epoch": 1.5084106509768425,
1278
+ "eval_entropy": 0.31743444043221947,
1279
+ "eval_loss": 0.46169763803482056,
1280
+ "eval_mean_token_accuracy": 0.9076986282074143,
1281
+ "eval_num_tokens": 21434912.0,
1282
+ "eval_runtime": 37.2102,
1283
+ "eval_samples_per_second": 58.21,
1284
+ "eval_steps_per_second": 7.283,
1285
+ "step": 5000
1286
+ },
1287
+ {
1288
+ "entropy": 0.27476332798600195,
1289
+ "epoch": 1.5234970204420306,
1290
+ "grad_norm": 0.3199191987514496,
1291
+ "learning_rate": 4.997594492701074e-05,
1292
+ "loss": 0.2819905471801758,
1293
+ "mean_token_accuracy": 0.9403638400137424,
1294
+ "num_tokens": 21650284.0,
1295
+ "step": 5050
1296
+ },
1297
+ {
1298
+ "entropy": 0.2720643111690879,
1299
+ "epoch": 1.538583389907219,
1300
+ "grad_norm": 0.49105435609817505,
1301
+ "learning_rate": 4.917414668410541e-05,
1302
+ "loss": 0.28312482833862307,
1303
+ "mean_token_accuracy": 0.9400044956803322,
1304
+ "num_tokens": 21864950.0,
1305
+ "step": 5100
1306
+ },
1307
+ {
1308
+ "entropy": 0.2742350418306887,
1309
+ "epoch": 1.553669759372407,
1310
+ "grad_norm": 0.3570726215839386,
1311
+ "learning_rate": 4.837256082651398e-05,
1312
+ "loss": 0.2866826057434082,
1313
+ "mean_token_accuracy": 0.940371020436287,
1314
+ "num_tokens": 22081595.0,
1315
+ "step": 5150
1316
+ },
1317
+ {
1318
+ "entropy": 0.26034254603087903,
1319
+ "epoch": 1.5687561288375953,
1320
+ "grad_norm": 0.37878358364105225,
1321
+ "learning_rate": 4.757139349867003e-05,
1322
+ "loss": 0.26901472091674805,
1323
+ "mean_token_accuracy": 0.943619585186243,
1324
+ "num_tokens": 22293286.0,
1325
+ "step": 5200
1326
+ },
1327
+ {
1328
+ "epoch": 1.5687561288375953,
1329
+ "eval_entropy": 0.3216313538021267,
1330
+ "eval_loss": 0.45686572790145874,
1331
+ "eval_mean_token_accuracy": 0.908281669625497,
1332
+ "eval_num_tokens": 22293286.0,
1333
+ "eval_runtime": 37.2587,
1334
+ "eval_samples_per_second": 58.134,
1335
+ "eval_steps_per_second": 7.273,
1336
+ "step": 5200
1337
+ },
1338
+ {
1339
+ "entropy": 0.25965558482334017,
1340
+ "epoch": 1.5838424983027835,
1341
+ "grad_norm": 0.5104638338088989,
1342
+ "learning_rate": 4.677085073737347e-05,
1343
+ "loss": 0.2651633071899414,
1344
+ "mean_token_accuracy": 0.943703119456768,
1345
+ "num_tokens": 22507183.0,
1346
+ "step": 5250
1347
+ },
1348
+ {
1349
+ "entropy": 0.2634627244435251,
1350
+ "epoch": 1.5989288677679716,
1351
+ "grad_norm": 0.39737868309020996,
1352
+ "learning_rate": 4.5971138418804024e-05,
1353
+ "loss": 0.2716307067871094,
1354
+ "mean_token_accuracy": 0.9426473924517631,
1355
+ "num_tokens": 22719425.0,
1356
+ "step": 5300
1357
+ },
1358
+ {
1359
+ "entropy": 0.26387994691729544,
1360
+ "epoch": 1.61401523723316,
1361
+ "grad_norm": 0.3169187605381012,
1362
+ "learning_rate": 4.517246220557577e-05,
1363
+ "loss": 0.2690562057495117,
1364
+ "mean_token_accuracy": 0.9435765042901039,
1365
+ "num_tokens": 22935863.0,
1366
+ "step": 5350
1367
+ },
1368
+ {
1369
+ "entropy": 0.2732780100405216,
1370
+ "epoch": 1.629101606698348,
1371
+ "grad_norm": 0.5206496715545654,
1372
+ "learning_rate": 4.437502749384686e-05,
1373
+ "loss": 0.28528207778930664,
1374
+ "mean_token_accuracy": 0.9399016280472279,
1375
+ "num_tokens": 23150285.0,
1376
+ "step": 5400
1377
+ },
1378
+ {
1379
+ "epoch": 1.629101606698348,
1380
+ "eval_entropy": 0.3117673156776111,
1381
+ "eval_loss": 0.4644741117954254,
1382
+ "eval_mean_token_accuracy": 0.9071205707053857,
1383
+ "eval_num_tokens": 23150285.0,
1384
+ "eval_runtime": 37.233,
1385
+ "eval_samples_per_second": 58.174,
1386
+ "eval_steps_per_second": 7.278,
1387
+ "step": 5400
1388
+ },
1389
+ {
1390
+ "entropy": 0.25959222281351685,
1391
+ "epoch": 1.6441879761635363,
1392
+ "grad_norm": 0.37161391973495483,
1393
+ "learning_rate": 4.357903936049758e-05,
1394
+ "loss": 0.26540708541870117,
1395
+ "mean_token_accuracy": 0.9441601178050041,
1396
+ "num_tokens": 23361061.0,
1397
+ "step": 5450
1398
+ },
1399
+ {
1400
+ "entropy": 0.258843588642776,
1401
+ "epoch": 1.6592743456287244,
1402
+ "grad_norm": 0.3901636302471161,
1403
+ "learning_rate": 4.278470251039052e-05,
1404
+ "loss": 0.2657164001464844,
1405
+ "mean_token_accuracy": 0.9435085739195347,
1406
+ "num_tokens": 23576068.0,
1407
+ "step": 5500
1408
+ },
1409
+ {
1410
+ "entropy": 0.2609032719023526,
1411
+ "epoch": 1.6743607150939126,
1412
+ "grad_norm": 0.3928777873516083,
1413
+ "learning_rate": 4.199222122372658e-05,
1414
+ "loss": 0.2640374183654785,
1415
+ "mean_token_accuracy": 0.9443163026869297,
1416
+ "num_tokens": 23787002.0,
1417
+ "step": 5550
1418
+ },
1419
+ {
1420
+ "entropy": 0.2564471643790603,
1421
+ "epoch": 1.689447084559101,
1422
+ "grad_norm": 0.3459172546863556,
1423
+ "learning_rate": 4.1201799303509984e-05,
1424
+ "loss": 0.2629901695251465,
1425
+ "mean_token_accuracy": 0.9437471415102482,
1426
+ "num_tokens": 23997298.0,
1427
+ "step": 5600
1428
+ },
1429
+ {
1430
+ "epoch": 1.689447084559101,
1431
+ "eval_entropy": 0.30813075843992266,
1432
+ "eval_loss": 0.46801915764808655,
1433
+ "eval_mean_token_accuracy": 0.9075211451502304,
1434
+ "eval_num_tokens": 23997298.0,
1435
+ "eval_runtime": 37.1802,
1436
+ "eval_samples_per_second": 58.257,
1437
+ "eval_steps_per_second": 7.289,
1438
+ "step": 5600
1439
+ },
1440
+ {
1441
+ "entropy": 0.26069454461336133,
1442
+ "epoch": 1.704533454024289,
1443
+ "grad_norm": 0.4609261453151703,
1444
+ "learning_rate": 4.041364002313619e-05,
1445
+ "loss": 0.26864715576171877,
1446
+ "mean_token_accuracy": 0.9432297512888909,
1447
+ "num_tokens": 24213258.0,
1448
+ "step": 5650
1449
+ },
1450
+ {
1451
+ "entropy": 0.26323398426175115,
1452
+ "epoch": 1.7196198234894773,
1453
+ "grad_norm": 0.4566548764705658,
1454
+ "learning_rate": 3.962794607411584e-05,
1455
+ "loss": 0.2684891510009766,
1456
+ "mean_token_accuracy": 0.9431661969423294,
1457
+ "num_tokens": 24429089.0,
1458
+ "step": 5700
1459
+ },
1460
+ {
1461
+ "entropy": 0.26415870275348424,
1462
+ "epoch": 1.7347061929546654,
1463
+ "grad_norm": 0.454801082611084,
1464
+ "learning_rate": 3.8844919513948486e-05,
1465
+ "loss": 0.2741558265686035,
1466
+ "mean_token_accuracy": 0.9412616415321827,
1467
+ "num_tokens": 24646888.0,
1468
+ "step": 5750
1469
+ },
1470
+ {
1471
+ "entropy": 0.25849502749741077,
1472
+ "epoch": 1.7497925624198536,
1473
+ "grad_norm": 0.47254759073257446,
1474
+ "learning_rate": 3.80647617141593e-05,
1475
+ "loss": 0.26054887771606444,
1476
+ "mean_token_accuracy": 0.94430311486125,
1477
+ "num_tokens": 24861569.0,
1478
+ "step": 5800
1479
+ },
1480
+ {
1481
+ "epoch": 1.7497925624198536,
1482
+ "eval_entropy": 0.29998021306146994,
1483
+ "eval_loss": 0.47340917587280273,
1484
+ "eval_mean_token_accuracy": 0.9083721395788158,
1485
+ "eval_num_tokens": 24861569.0,
1486
+ "eval_runtime": 37.3662,
1487
+ "eval_samples_per_second": 57.967,
1488
+ "eval_steps_per_second": 7.253,
1489
+ "step": 5800
1490
+ },
1491
+ {
1492
+ "entropy": 0.2529403425566852,
1493
+ "epoch": 1.764878931885042,
1494
+ "grad_norm": 0.45025748014450073,
1495
+ "learning_rate": 3.7287673308512186e-05,
1496
+ "loss": 0.26045492172241214,
1497
+ "mean_token_accuracy": 0.9441630898416042,
1498
+ "num_tokens": 25079317.0,
1499
+ "step": 5850
1500
+ },
1501
+ {
1502
+ "entropy": 0.2550449293479323,
1503
+ "epoch": 1.7799653013502301,
1504
+ "grad_norm": 0.4205138087272644,
1505
+ "learning_rate": 3.65138541414127e-05,
1506
+ "loss": 0.26142183303833005,
1507
+ "mean_token_accuracy": 0.9442940099537372,
1508
+ "num_tokens": 25293828.0,
1509
+ "step": 5900
1510
+ },
1511
+ {
1512
+ "entropy": 0.26166333435103295,
1513
+ "epoch": 1.7950516708154183,
1514
+ "grad_norm": 0.32279399037361145,
1515
+ "learning_rate": 3.5743503216513875e-05,
1516
+ "loss": 0.27175371170043944,
1517
+ "mean_token_accuracy": 0.9426822887361049,
1518
+ "num_tokens": 25509857.0,
1519
+ "step": 5950
1520
+ },
1521
+ {
1522
+ "entropy": 0.2534090391360223,
1523
+ "epoch": 1.8101380402806064,
1524
+ "grad_norm": 0.4058147370815277,
1525
+ "learning_rate": 3.4976818645538266e-05,
1526
+ "loss": 0.2650087547302246,
1527
+ "mean_token_accuracy": 0.9448564203083515,
1528
+ "num_tokens": 25722906.0,
1529
+ "step": 6000
1530
+ },
1531
+ {
1532
+ "epoch": 1.8101380402806064,
1533
+ "eval_entropy": 0.3064177740379013,
1534
+ "eval_loss": 0.4730622470378876,
1535
+ "eval_mean_token_accuracy": 0.9072717905484442,
1536
+ "eval_num_tokens": 25722906.0,
1537
+ "eval_runtime": 37.3208,
1538
+ "eval_samples_per_second": 58.037,
1539
+ "eval_steps_per_second": 7.261,
1540
+ "step": 6000
1541
+ },
1542
+ {
1543
+ "entropy": 0.2568224469386041,
1544
+ "epoch": 1.8252244097457946,
1545
+ "grad_norm": 0.7752001285552979,
1546
+ "learning_rate": 3.42139975973295e-05,
1547
+ "loss": 0.26035600662231445,
1548
+ "mean_token_accuracy": 0.9453255115449428,
1549
+ "num_tokens": 25934089.0,
1550
+ "step": 6050
1551
+ },
1552
+ {
1553
+ "entropy": 0.25038454053923487,
1554
+ "epoch": 1.840310779210983,
1555
+ "grad_norm": 0.657081127166748,
1556
+ "learning_rate": 3.3455236247146124e-05,
1557
+ "loss": 0.25294511795043945,
1558
+ "mean_token_accuracy": 0.9468451295793057,
1559
+ "num_tokens": 26145757.0,
1560
+ "step": 6100
1561
+ },
1562
+ {
1563
+ "entropy": 0.25195862116292117,
1564
+ "epoch": 1.8553971486761711,
1565
+ "grad_norm": 0.4311438202857971,
1566
+ "learning_rate": 3.270072972621116e-05,
1567
+ "loss": 0.2561396598815918,
1568
+ "mean_token_accuracy": 0.945042757242918,
1569
+ "num_tokens": 26363126.0,
1570
+ "step": 6150
1571
+ },
1572
+ {
1573
+ "entropy": 0.24140722384676339,
1574
+ "epoch": 1.8704835181413593,
1575
+ "grad_norm": 0.3511962592601776,
1576
+ "learning_rate": 3.1950672071529976e-05,
1577
+ "loss": 0.2441703224182129,
1578
+ "mean_token_accuracy": 0.9480637626349926,
1579
+ "num_tokens": 26570762.0,
1580
+ "step": 6200
1581
+ },
1582
+ {
1583
+ "epoch": 1.8704835181413593,
1584
+ "eval_entropy": 0.29495117315726965,
1585
+ "eval_loss": 0.4819435179233551,
1586
+ "eval_mean_token_accuracy": 0.9071202113179703,
1587
+ "eval_num_tokens": 26570762.0,
1588
+ "eval_runtime": 37.2485,
1589
+ "eval_samples_per_second": 58.15,
1590
+ "eval_steps_per_second": 7.275,
1591
+ "step": 6200
1592
+ },
1593
+ {
1594
+ "entropy": 0.25350754015147686,
1595
+ "epoch": 1.8855698876065476,
1596
+ "grad_norm": 0.4511338472366333,
1597
+ "learning_rate": 3.1205256175989706e-05,
1598
+ "loss": 0.2587089538574219,
1599
+ "mean_token_accuracy": 0.9447831605374813,
1600
+ "num_tokens": 26786633.0,
1601
+ "step": 6250
1602
+ },
1603
+ {
1604
+ "entropy": 0.24989185376092793,
1605
+ "epoch": 1.9006562570717356,
1606
+ "grad_norm": 0.6432870030403137,
1607
+ "learning_rate": 3.046467373875282e-05,
1608
+ "loss": 0.2545445251464844,
1609
+ "mean_token_accuracy": 0.9456490239501,
1610
+ "num_tokens": 26999534.0,
1611
+ "step": 6300
1612
+ },
1613
+ {
1614
+ "entropy": 0.2594654941000044,
1615
+ "epoch": 1.915742626536924,
1616
+ "grad_norm": 0.3382566273212433,
1617
+ "learning_rate": 2.9729115215957664e-05,
1618
+ "loss": 0.26606035232543945,
1619
+ "mean_token_accuracy": 0.9442368443310261,
1620
+ "num_tokens": 27215468.0,
1621
+ "step": 6350
1622
+ },
1623
+ {
1624
+ "entropy": 0.2511021154373884,
1625
+ "epoch": 1.930828996002112,
1626
+ "grad_norm": 0.5591769814491272,
1627
+ "learning_rate": 2.8998769771738833e-05,
1628
+ "loss": 0.25475397109985354,
1629
+ "mean_token_accuracy": 0.9452549339830876,
1630
+ "num_tokens": 27431751.0,
1631
+ "step": 6400
1632
+ },
1633
+ {
1634
+ "epoch": 1.930828996002112,
1635
+ "eval_entropy": 0.2883295046777303,
1636
+ "eval_loss": 0.4905667006969452,
1637
+ "eval_mean_token_accuracy": 0.9074331280050243,
1638
+ "eval_num_tokens": 27431751.0,
1639
+ "eval_runtime": 37.2686,
1640
+ "eval_samples_per_second": 58.119,
1641
+ "eval_steps_per_second": 7.272,
1642
+ "step": 6400
1643
+ },
1644
+ {
1645
+ "entropy": 0.24450184650719164,
1646
+ "epoch": 1.9459153654673003,
1647
+ "grad_norm": 0.4845283031463623,
1648
+ "learning_rate": 2.8273825229579558e-05,
1649
+ "loss": 0.2493889808654785,
1650
+ "mean_token_accuracy": 0.9475250770151615,
1651
+ "num_tokens": 27643957.0,
1652
+ "step": 6450
1653
+ },
1654
+ {
1655
+ "entropy": 0.25026212429627775,
1656
+ "epoch": 1.9610017349324886,
1657
+ "grad_norm": 0.4210788309574127,
1658
+ "learning_rate": 2.7554468024009082e-05,
1659
+ "loss": 0.25582372665405273,
1660
+ "mean_token_accuracy": 0.9451599711179733,
1661
+ "num_tokens": 27862796.0,
1662
+ "step": 6500
1663
+ },
1664
+ {
1665
+ "entropy": 0.2594556957855821,
1666
+ "epoch": 1.9760881043976766,
1667
+ "grad_norm": 0.42034855484962463,
1668
+ "learning_rate": 2.6840883152657075e-05,
1669
+ "loss": 0.2614474105834961,
1670
+ "mean_token_accuracy": 0.9446786725521088,
1671
+ "num_tokens": 28080081.0,
1672
+ "step": 6550
1673
+ },
1674
+ {
1675
+ "entropy": 0.2424509571492672,
1676
+ "epoch": 1.991174473862865,
1677
+ "grad_norm": 0.5637903213500977,
1678
+ "learning_rate": 2.6133254128677766e-05,
1679
+ "loss": 0.24372596740722657,
1680
+ "mean_token_accuracy": 0.9479729002714157,
1681
+ "num_tokens": 28291753.0,
1682
+ "step": 6600
1683
+ },
1684
+ {
1685
+ "epoch": 1.991174473862865,
1686
+ "eval_entropy": 0.2895552223458941,
1687
+ "eval_loss": 0.48857003450393677,
1688
+ "eval_mean_token_accuracy": 0.9079141579430922,
1689
+ "eval_num_tokens": 28291753.0,
1690
+ "eval_runtime": 37.2416,
1691
+ "eval_samples_per_second": 58.161,
1692
+ "eval_steps_per_second": 7.277,
1693
+ "step": 6600
1694
+ },
1695
+ {
1696
+ "entropy": 0.24137189186315247,
1697
+ "epoch": 2.0060345477860753,
1698
+ "grad_norm": 0.4415420591831207,
1699
+ "learning_rate": 2.5431762933555627e-05,
1700
+ "loss": 0.23770923614501954,
1701
+ "mean_token_accuracy": 0.9500614218602931,
1702
+ "num_tokens": 28501531.0,
1703
+ "step": 6650
1704
+ },
1705
+ {
1706
+ "entropy": 0.20573811857029795,
1707
+ "epoch": 2.0211209172512636,
1708
+ "grad_norm": 0.5171937942504883,
1709
+ "learning_rate": 2.473658997030514e-05,
1710
+ "loss": 0.19352760314941406,
1711
+ "mean_token_accuracy": 0.9575251358747482,
1712
+ "num_tokens": 28718312.0,
1713
+ "step": 6700
1714
+ },
1715
+ {
1716
+ "entropy": 0.20038287844508887,
1717
+ "epoch": 2.0362072867164516,
1718
+ "grad_norm": 0.42165201902389526,
1719
+ "learning_rate": 2.404791401707633e-05,
1720
+ "loss": 0.18894313812255858,
1721
+ "mean_token_accuracy": 0.9588627055287361,
1722
+ "num_tokens": 28934285.0,
1723
+ "step": 6750
1724
+ },
1725
+ {
1726
+ "entropy": 0.19508995985612274,
1727
+ "epoch": 2.05129365618164,
1728
+ "grad_norm": 0.35577845573425293,
1729
+ "learning_rate": 2.3365912181178313e-05,
1730
+ "loss": 0.1867695426940918,
1731
+ "mean_token_accuracy": 0.9598716080188752,
1732
+ "num_tokens": 29145157.0,
1733
+ "step": 6800
1734
+ },
1735
+ {
1736
+ "epoch": 2.05129365618164,
1737
+ "eval_entropy": 0.2568544143350362,
1738
+ "eval_loss": 0.5305211544036865,
1739
+ "eval_mean_token_accuracy": 0.9064581629534929,
1740
+ "eval_num_tokens": 29145157.0,
1741
+ "eval_runtime": 37.1895,
1742
+ "eval_samples_per_second": 58.242,
1743
+ "eval_steps_per_second": 7.287,
1744
+ "step": 6800
1745
+ },
1746
+ {
1747
+ "entropy": 0.2055508348532021,
1748
+ "epoch": 2.066380025646828,
1749
+ "grad_norm": 0.42946624755859375,
1750
+ "learning_rate": 2.269075985353254e-05,
1751
+ "loss": 0.1946415138244629,
1752
+ "mean_token_accuracy": 0.9576617389917373,
1753
+ "num_tokens": 29362502.0,
1754
+ "step": 6850
1755
+ },
1756
+ {
1757
+ "entropy": 0.19851462194696068,
1758
+ "epoch": 2.0814663951120163,
1759
+ "grad_norm": 0.4784873127937317,
1760
+ "learning_rate": 2.20226306635672e-05,
1761
+ "loss": 0.1882442855834961,
1762
+ "mean_token_accuracy": 0.958879132270813,
1763
+ "num_tokens": 29577964.0,
1764
+ "step": 6900
1765
+ },
1766
+ {
1767
+ "entropy": 0.20270802198909224,
1768
+ "epoch": 2.0965527645772046,
1769
+ "grad_norm": 0.5308135151863098,
1770
+ "learning_rate": 2.1361696434564993e-05,
1771
+ "loss": 0.1924464225769043,
1772
+ "mean_token_accuracy": 0.9582864837348462,
1773
+ "num_tokens": 29792051.0,
1774
+ "step": 6950
1775
+ },
1776
+ {
1777
+ "entropy": 0.19360160086303949,
1778
+ "epoch": 2.1116391340423926,
1779
+ "grad_norm": 0.3992004990577698,
1780
+ "learning_rate": 2.070812713947513e-05,
1781
+ "loss": 0.18389596939086914,
1782
+ "mean_token_accuracy": 0.9606801150739193,
1783
+ "num_tokens": 30010593.0,
1784
+ "step": 7000
1785
+ },
1786
+ {
1787
+ "epoch": 2.1116391340423926,
1788
+ "eval_entropy": 0.2496587313794122,
1789
+ "eval_loss": 0.5409784317016602,
1790
+ "eval_mean_token_accuracy": 0.9062512767710809,
1791
+ "eval_num_tokens": 30010593.0,
1792
+ "eval_runtime": 37.2073,
1793
+ "eval_samples_per_second": 58.214,
1794
+ "eval_steps_per_second": 7.284,
1795
+ "step": 7000
1796
+ },
1797
+ {
1798
+ "entropy": 0.19243362288922072,
1799
+ "epoch": 2.126725503507581,
1800
+ "grad_norm": 0.485505610704422,
1801
+ "learning_rate": 2.006209085720122e-05,
1802
+ "loss": 0.18137836456298828,
1803
+ "mean_token_accuracy": 0.9603879378736019,
1804
+ "num_tokens": 30224235.0,
1805
+ "step": 7050
1806
+ },
1807
+ {
1808
+ "entropy": 0.1971529097482562,
1809
+ "epoch": 2.1418118729727693,
1810
+ "grad_norm": 0.3532182276248932,
1811
+ "learning_rate": 1.9423753729376388e-05,
1812
+ "loss": 0.1862693214416504,
1813
+ "mean_token_accuracy": 0.959182897657156,
1814
+ "num_tokens": 30438574.0,
1815
+ "step": 7100
1816
+ },
1817
+ {
1818
+ "entropy": 0.19837678778916598,
1819
+ "epoch": 2.1568982424379572,
1820
+ "grad_norm": 0.5558100342750549,
1821
+ "learning_rate": 1.8793279917636448e-05,
1822
+ "loss": 0.1895616340637207,
1823
+ "mean_token_accuracy": 0.958885507285595,
1824
+ "num_tokens": 30654293.0,
1825
+ "step": 7150
1826
+ },
1827
+ {
1828
+ "entropy": 0.19329896425828338,
1829
+ "epoch": 2.1719846119031456,
1830
+ "grad_norm": 0.4981042146682739,
1831
+ "learning_rate": 1.817083156140237e-05,
1832
+ "loss": 0.18090120315551758,
1833
+ "mean_token_accuracy": 0.9607469955086708,
1834
+ "num_tokens": 30865232.0,
1835
+ "step": 7200
1836
+ },
1837
+ {
1838
+ "epoch": 2.1719846119031456,
1839
+ "eval_entropy": 0.2497983215534819,
1840
+ "eval_loss": 0.5419089198112488,
1841
+ "eval_mean_token_accuracy": 0.9055907944031747,
1842
+ "eval_num_tokens": 30865232.0,
1843
+ "eval_runtime": 37.1887,
1844
+ "eval_samples_per_second": 58.243,
1845
+ "eval_steps_per_second": 7.287,
1846
+ "step": 7200
1847
+ },
1848
+ {
1849
+ "entropy": 0.19074429869651793,
1850
+ "epoch": 2.1870709813683336,
1851
+ "grad_norm": 0.5064796209335327,
1852
+ "learning_rate": 1.7556568736182667e-05,
1853
+ "loss": 0.18279983520507812,
1854
+ "mean_token_accuracy": 0.9610813467204571,
1855
+ "num_tokens": 31074859.0,
1856
+ "step": 7250
1857
+ },
1858
+ {
1859
+ "entropy": 0.18915067540481686,
1860
+ "epoch": 2.202157350833522,
1861
+ "grad_norm": 0.462493360042572,
1862
+ "learning_rate": 1.6950649412406777e-05,
1863
+ "loss": 0.18141572952270507,
1864
+ "mean_token_accuracy": 0.9607113988697529,
1865
+ "num_tokens": 31285366.0,
1866
+ "step": 7300
1867
+ },
1868
+ {
1869
+ "entropy": 0.19164147678762675,
1870
+ "epoch": 2.2172437202987103,
1871
+ "grad_norm": 0.44526222348213196,
1872
+ "learning_rate": 1.63532294147997e-05,
1873
+ "loss": 0.1814894676208496,
1874
+ "mean_token_accuracy": 0.9610688266158104,
1875
+ "num_tokens": 31497431.0,
1876
+ "step": 7350
1877
+ },
1878
+ {
1879
+ "entropy": 0.19515870379284025,
1880
+ "epoch": 2.2323300897638982,
1881
+ "grad_norm": 0.5659943222999573,
1882
+ "learning_rate": 1.5764462382308254e-05,
1883
+ "loss": 0.18695903778076173,
1884
+ "mean_token_accuracy": 0.9594297151267529,
1885
+ "num_tokens": 31711142.0,
1886
+ "step": 7400
1887
+ },
1888
+ {
1889
+ "epoch": 2.2323300897638982,
1890
+ "eval_entropy": 0.24821185405843812,
1891
+ "eval_loss": 0.5459219217300415,
1892
+ "eval_mean_token_accuracy": 0.9052295550649017,
1893
+ "eval_num_tokens": 31711142.0,
1894
+ "eval_runtime": 37.1776,
1895
+ "eval_samples_per_second": 58.261,
1896
+ "eval_steps_per_second": 7.289,
1897
+ "step": 7400
1898
+ },
1899
+ {
1900
+ "entropy": 0.19548690050840378,
1901
+ "epoch": 2.2474164592290866,
1902
+ "grad_norm": 0.498912513256073,
1903
+ "learning_rate": 1.5184499728589846e-05,
1904
+ "loss": 0.18344196319580078,
1905
+ "mean_token_accuracy": 0.9600871665775776,
1906
+ "num_tokens": 31923379.0,
1907
+ "step": 7450
1908
+ },
1909
+ {
1910
+ "entropy": 0.19262660641223192,
1911
+ "epoch": 2.2625028286942745,
1912
+ "grad_norm": 0.41678550839424133,
1913
+ "learning_rate": 1.4613490603073194e-05,
1914
+ "loss": 0.18303531646728516,
1915
+ "mean_token_accuracy": 0.9605987747013569,
1916
+ "num_tokens": 32135266.0,
1917
+ "step": 7500
1918
+ },
1919
+ {
1920
+ "entropy": 0.19937248670496047,
1921
+ "epoch": 2.277589198159463,
1922
+ "grad_norm": 0.6035925149917603,
1923
+ "learning_rate": 1.4051581852601492e-05,
1924
+ "loss": 0.18883104324340821,
1925
+ "mean_token_accuracy": 0.9591751427948475,
1926
+ "num_tokens": 32351854.0,
1927
+ "step": 7550
1928
+ },
1929
+ {
1930
+ "entropy": 0.19550999199971555,
1931
+ "epoch": 2.2926755676246513,
1932
+ "grad_norm": 0.4360465705394745,
1933
+ "learning_rate": 1.3498917983667658e-05,
1934
+ "loss": 0.18691642761230468,
1935
+ "mean_token_accuracy": 0.9598778022825718,
1936
+ "num_tokens": 32567025.0,
1937
+ "step": 7600
1938
+ },
1939
+ {
1940
+ "epoch": 2.2926755676246513,
1941
+ "eval_entropy": 0.24827074039576238,
1942
+ "eval_loss": 0.5438116192817688,
1943
+ "eval_mean_token_accuracy": 0.9056458268658262,
1944
+ "eval_num_tokens": 32567025.0,
1945
+ "eval_runtime": 37.13,
1946
+ "eval_samples_per_second": 58.336,
1947
+ "eval_steps_per_second": 7.299,
1948
+ "step": 7600
1949
+ },
1950
+ {
1951
+ "entropy": 0.19866504015401007,
1952
+ "epoch": 2.3077619370898392,
1953
+ "grad_norm": 0.4768233299255371,
1954
+ "learning_rate": 1.2955641125251555e-05,
1955
+ "loss": 0.18666345596313477,
1956
+ "mean_token_accuracy": 0.9592089447379112,
1957
+ "num_tokens": 32781090.0,
1958
+ "step": 7650
1959
+ },
1960
+ {
1961
+ "entropy": 0.19146794026717542,
1962
+ "epoch": 2.3228483065550276,
1963
+ "grad_norm": 0.392702579498291,
1964
+ "learning_rate": 1.2421890992268542e-05,
1965
+ "loss": 0.18030118942260742,
1966
+ "mean_token_accuracy": 0.9610011300444603,
1967
+ "num_tokens": 32993619.0,
1968
+ "step": 7700
1969
+ },
1970
+ {
1971
+ "entropy": 0.19083258060738445,
1972
+ "epoch": 2.3379346760202155,
1973
+ "grad_norm": 0.5067113637924194,
1974
+ "learning_rate": 1.189780484963885e-05,
1975
+ "loss": 0.17912176132202148,
1976
+ "mean_token_accuracy": 0.9609163939952851,
1977
+ "num_tokens": 33207287.0,
1978
+ "step": 7750
1979
+ },
1980
+ {
1981
+ "entropy": 0.19270094383507966,
1982
+ "epoch": 2.353021045485404,
1983
+ "grad_norm": 0.3395691215991974,
1984
+ "learning_rate": 1.138351747698711e-05,
1985
+ "loss": 0.18421865463256837,
1986
+ "mean_token_accuracy": 0.9601799823343754,
1987
+ "num_tokens": 33423228.0,
1988
+ "step": 7800
1989
+ },
1990
+ {
1991
+ "epoch": 2.353021045485404,
1992
+ "eval_entropy": 0.2481674429895253,
1993
+ "eval_loss": 0.547441840171814,
1994
+ "eval_mean_token_accuracy": 0.9053705822937603,
1995
+ "eval_num_tokens": 33423228.0,
1996
+ "eval_runtime": 37.2459,
1997
+ "eval_samples_per_second": 58.154,
1998
+ "eval_steps_per_second": 7.276,
1999
+ "step": 7800
2000
+ },
2001
+ {
2002
+ "entropy": 0.1889958502538502,
2003
+ "epoch": 2.3681074149505923,
2004
+ "grad_norm": 0.4847002327442169,
2005
+ "learning_rate": 1.0879161133981014e-05,
2006
+ "loss": 0.17589187622070312,
2007
+ "mean_token_accuracy": 0.9615845668315888,
2008
+ "num_tokens": 33638871.0,
2009
+ "step": 7850
2010
+ },
2011
+ {
2012
+ "entropy": 0.18853790896944703,
2013
+ "epoch": 2.3831937844157802,
2014
+ "grad_norm": 0.5678646564483643,
2015
+ "learning_rate": 1.0384865526317861e-05,
2016
+ "loss": 0.1777634620666504,
2017
+ "mean_token_accuracy": 0.961886543482542,
2018
+ "num_tokens": 33852577.0,
2019
+ "step": 7900
2020
+ },
2021
+ {
2022
+ "entropy": 0.19151988808065654,
2023
+ "epoch": 2.3982801538809686,
2024
+ "grad_norm": 0.4446047246456146,
2025
+ "learning_rate": 9.900757772368175e-06,
2026
+ "loss": 0.17955810546875,
2027
+ "mean_token_accuracy": 0.9614880438148975,
2028
+ "num_tokens": 34065599.0,
2029
+ "step": 7950
2030
+ },
2031
+ {
2032
+ "entropy": 0.19300217579118908,
2033
+ "epoch": 2.4133665233461565,
2034
+ "grad_norm": 0.5685653686523438,
2035
+ "learning_rate": 9.426962370484533e-06,
2036
+ "loss": 0.18160755157470704,
2037
+ "mean_token_accuracy": 0.9607279069721699,
2038
+ "num_tokens": 34280453.0,
2039
+ "step": 8000
2040
+ },
2041
+ {
2042
+ "epoch": 2.4133665233461565,
2043
+ "eval_entropy": 0.24335849892719205,
2044
+ "eval_loss": 0.5554639101028442,
2045
+ "eval_mean_token_accuracy": 0.905630389702716,
2046
+ "eval_num_tokens": 34280453.0,
2047
+ "eval_runtime": 37.2491,
2048
+ "eval_samples_per_second": 58.149,
2049
+ "eval_steps_per_second": 7.275,
2050
+ "step": 8000
2051
+ },
2052
+ {
2053
+ "entropy": 0.18967346624471249,
2054
+ "epoch": 2.428452892811345,
2055
+ "grad_norm": 0.5121133923530579,
2056
+ "learning_rate": 8.963601166984225e-06,
2057
+ "loss": 0.1821819305419922,
2058
+ "mean_token_accuracy": 0.9610455152392388,
2059
+ "num_tokens": 34494654.0,
2060
+ "step": 8050
2061
+ },
2062
+ {
2063
+ "entropy": 0.18874711729586124,
2064
+ "epoch": 2.4435392622765333,
2065
+ "grad_norm": 0.6657042503356934,
2066
+ "learning_rate": 8.510793324813937e-06,
2067
+ "loss": 0.17630435943603515,
2068
+ "mean_token_accuracy": 0.9615484464168549,
2069
+ "num_tokens": 34704277.0,
2070
+ "step": 8100
2071
+ },
2072
+ {
2073
+ "entropy": 0.19604809990152716,
2074
+ "epoch": 2.458625631741721,
2075
+ "grad_norm": 0.6367285847663879,
2076
+ "learning_rate": 8.068655292904559e-06,
2077
+ "loss": 0.1849921989440918,
2078
+ "mean_token_accuracy": 0.9597983421385288,
2079
+ "num_tokens": 34918987.0,
2080
+ "step": 8150
2081
+ },
2082
+ {
2083
+ "entropy": 0.19020996399223805,
2084
+ "epoch": 2.4737120012069096,
2085
+ "grad_norm": 0.40266647934913635,
2086
+ "learning_rate": 7.63730077622392e-06,
2087
+ "loss": 0.18030958175659179,
2088
+ "mean_token_accuracy": 0.9618312911689282,
2089
+ "num_tokens": 35128250.0,
2090
+ "step": 8200
2091
+ },
2092
+ {
2093
+ "epoch": 2.4737120012069096,
2094
+ "eval_entropy": 0.24456536362971767,
2095
+ "eval_loss": 0.5537819266319275,
2096
+ "eval_mean_token_accuracy": 0.905363669254683,
2097
+ "eval_num_tokens": 35128250.0,
2098
+ "eval_runtime": 37.3206,
2099
+ "eval_samples_per_second": 58.038,
2100
+ "eval_steps_per_second": 7.261,
2101
+ "step": 8200
2102
+ },
2103
+ {
2104
+ "entropy": 0.1947929921839386,
2105
+ "epoch": 2.4887983706720975,
2106
+ "grad_norm": 0.5730997323989868,
2107
+ "learning_rate": 7.216840706535133e-06,
2108
+ "loss": 0.1838933753967285,
2109
+ "mean_token_accuracy": 0.9602823905646801,
2110
+ "num_tokens": 35344354.0,
2111
+ "step": 8250
2112
+ },
2113
+ {
2114
+ "entropy": 0.1937092263624072,
2115
+ "epoch": 2.503884740137286,
2116
+ "grad_norm": 0.48286330699920654,
2117
+ "learning_rate": 6.807383213868318e-06,
2118
+ "loss": 0.1827998924255371,
2119
+ "mean_token_accuracy": 0.9602498579025268,
2120
+ "num_tokens": 35559731.0,
2121
+ "step": 8300
2122
+ },
2123
+ {
2124
+ "entropy": 0.18829923996701836,
2125
+ "epoch": 2.5189711096024743,
2126
+ "grad_norm": 0.5280757546424866,
2127
+ "learning_rate": 6.4090335987126e-06,
2128
+ "loss": 0.17718358993530273,
2129
+ "mean_token_accuracy": 0.9615453231334686,
2130
+ "num_tokens": 35772707.0,
2131
+ "step": 8350
2132
+ },
2133
+ {
2134
+ "entropy": 0.19396818530745805,
2135
+ "epoch": 2.534057479067662,
2136
+ "grad_norm": 0.4934554100036621,
2137
+ "learning_rate": 6.021894304935943e-06,
2138
+ "loss": 0.18351167678833008,
2139
+ "mean_token_accuracy": 0.9603780242800712,
2140
+ "num_tokens": 35987178.0,
2141
+ "step": 8400
2142
+ },
2143
+ {
2144
+ "epoch": 2.534057479067662,
2145
+ "eval_entropy": 0.2449101031761328,
2146
+ "eval_loss": 0.5524511337280273,
2147
+ "eval_mean_token_accuracy": 0.9050956489415186,
2148
+ "eval_num_tokens": 35987178.0,
2149
+ "eval_runtime": 37.2719,
2150
+ "eval_samples_per_second": 58.113,
2151
+ "eval_steps_per_second": 7.271,
2152
+ "step": 8400
2153
+ },
2154
+ {
2155
+ "entropy": 0.18812250457704066,
2156
+ "epoch": 2.5491438485328506,
2157
+ "grad_norm": 0.5735852718353271,
2158
+ "learning_rate": 5.646064893439623e-06,
2159
+ "loss": 0.17783910751342774,
2160
+ "mean_token_accuracy": 0.9615232966840267,
2161
+ "num_tokens": 36200263.0,
2162
+ "step": 8450
2163
+ },
2164
+ {
2165
+ "entropy": 0.18926897779107094,
2166
+ "epoch": 2.5642302179980385,
2167
+ "grad_norm": 0.5568459033966064,
2168
+ "learning_rate": 5.281642016554017e-06,
2169
+ "loss": 0.1792352867126465,
2170
+ "mean_token_accuracy": 0.9616803368926048,
2171
+ "num_tokens": 36411968.0,
2172
+ "step": 8500
2173
+ },
2174
+ {
2175
+ "entropy": 0.19124026644974948,
2176
+ "epoch": 2.579316587463227,
2177
+ "grad_norm": 0.5221688151359558,
2178
+ "learning_rate": 4.928719393182507e-06,
2179
+ "loss": 0.17745084762573243,
2180
+ "mean_token_accuracy": 0.9616039192676544,
2181
+ "num_tokens": 36626784.0,
2182
+ "step": 8550
2183
+ },
2184
+ {
2185
+ "entropy": 0.19215355191379785,
2186
+ "epoch": 2.5944029569284153,
2187
+ "grad_norm": 0.36854663491249084,
2188
+ "learning_rate": 4.5873877846996594e-06,
2189
+ "loss": 0.18093048095703124,
2190
+ "mean_token_accuracy": 0.9610362699627877,
2191
+ "num_tokens": 36839614.0,
2192
+ "step": 8600
2193
+ },
2194
+ {
2195
+ "epoch": 2.5944029569284153,
2196
+ "eval_entropy": 0.24483193833779585,
2197
+ "eval_loss": 0.5536935925483704,
2198
+ "eval_mean_token_accuracy": 0.9050766867465199,
2199
+ "eval_num_tokens": 36839614.0,
2200
+ "eval_runtime": 37.2832,
2201
+ "eval_samples_per_second": 58.096,
2202
+ "eval_steps_per_second": 7.269,
2203
+ "step": 8600
2204
+ },
2205
+ {
2206
+ "entropy": 0.19345266066491604,
2207
+ "epoch": 2.6094893263936036,
2208
+ "grad_norm": 0.36760082840919495,
2209
+ "learning_rate": 4.257734971610106e-06,
2210
+ "loss": 0.18040838241577148,
2211
+ "mean_token_accuracy": 0.9611816507577896,
2212
+ "num_tokens": 37053142.0,
2213
+ "step": 8650
2214
+ },
2215
+ {
2216
+ "entropy": 0.188013746580109,
2217
+ "epoch": 2.6245756958587916,
2218
+ "grad_norm": 0.5213715434074402,
2219
+ "learning_rate": 3.93984573097394e-06,
2220
+ "loss": 0.17426759719848633,
2221
+ "mean_token_accuracy": 0.962059508562088,
2222
+ "num_tokens": 37267777.0,
2223
+ "step": 8700
2224
+ },
2225
+ {
2226
+ "entropy": 0.1918721451703459,
2227
+ "epoch": 2.6396620653239795,
2228
+ "grad_norm": 0.5748514533042908,
2229
+ "learning_rate": 3.633801814604554e-06,
2230
+ "loss": 0.1796425437927246,
2231
+ "mean_token_accuracy": 0.9613311864435673,
2232
+ "num_tokens": 37485508.0,
2233
+ "step": 8750
2234
+ },
2235
+ {
2236
+ "entropy": 0.18769024461507797,
2237
+ "epoch": 2.654748434789168,
2238
+ "grad_norm": 0.37133195996284485,
2239
+ "learning_rate": 3.339681928044436e-06,
2240
+ "loss": 0.17722646713256837,
2241
+ "mean_token_accuracy": 0.9621489056944847,
2242
+ "num_tokens": 37694053.0,
2243
+ "step": 8800
2244
+ },
2245
+ {
2246
+ "epoch": 2.654748434789168,
2247
+ "eval_entropy": 0.24254771412738574,
2248
+ "eval_loss": 0.558121383190155,
2249
+ "eval_mean_token_accuracy": 0.905118876497684,
2250
+ "eval_num_tokens": 37694053.0,
2251
+ "eval_runtime": 37.2089,
2252
+ "eval_samples_per_second": 58.212,
2253
+ "eval_steps_per_second": 7.283,
2254
+ "step": 8800
2255
+ },
2256
+ {
2257
+ "entropy": 0.18984992211684584,
2258
+ "epoch": 2.6698348042543563,
2259
+ "grad_norm": 0.43609800934791565,
2260
+ "learning_rate": 3.057561710324447e-06,
2261
+ "loss": 0.17845310211181642,
2262
+ "mean_token_accuracy": 0.9613586132228374,
2263
+ "num_tokens": 37906133.0,
2264
+ "step": 8850
2265
+ },
2266
+ {
2267
+ "entropy": 0.1950311391800642,
2268
+ "epoch": 2.6849211737195446,
2269
+ "grad_norm": 0.45412150025367737,
2270
+ "learning_rate": 2.787513714511636e-06,
2271
+ "loss": 0.18089279174804687,
2272
+ "mean_token_accuracy": 0.9608308251202107,
2273
+ "num_tokens": 38121697.0,
2274
+ "step": 8900
2275
+ },
2276
+ {
2277
+ "entropy": 0.18615621831268073,
2278
+ "epoch": 2.7000075431847326,
2279
+ "grad_norm": 0.6591213345527649,
2280
+ "learning_rate": 2.52960738905072e-06,
2281
+ "loss": 0.17349456787109374,
2282
+ "mean_token_accuracy": 0.9623284694552422,
2283
+ "num_tokens": 38339277.0,
2284
+ "step": 8950
2285
+ },
2286
+ {
2287
+ "entropy": 0.18828014567494392,
2288
+ "epoch": 2.715093912649921,
2289
+ "grad_norm": 0.47049465775489807,
2290
+ "learning_rate": 2.2839090599040046e-06,
2291
+ "loss": 0.17837800979614257,
2292
+ "mean_token_accuracy": 0.9619372922182083,
2293
+ "num_tokens": 38551183.0,
2294
+ "step": 9000
2295
+ },
2296
+ {
2297
+ "epoch": 2.715093912649921,
2298
+ "eval_entropy": 0.24229726709452942,
2299
+ "eval_loss": 0.5592358708381653,
2300
+ "eval_mean_token_accuracy": 0.905019719882205,
2301
+ "eval_num_tokens": 38551183.0,
2302
+ "eval_runtime": 37.1765,
2303
+ "eval_samples_per_second": 58.263,
2304
+ "eval_steps_per_second": 7.29,
2305
+ "step": 9000
2306
+ },
2307
+ {
2308
+ "entropy": 0.18336616074666381,
2309
+ "epoch": 2.730180282115109,
2310
+ "grad_norm": 0.3691662549972534,
2311
+ "learning_rate": 2.0504819134942734e-06,
2312
+ "loss": 0.17197175979614257,
2313
+ "mean_token_accuracy": 0.9629626546800136,
2314
+ "num_tokens": 38763413.0,
2315
+ "step": 9050
2316
+ },
2317
+ {
2318
+ "entropy": 0.18445612547919155,
2319
+ "epoch": 2.7452666515802973,
2320
+ "grad_norm": 0.5340840816497803,
2321
+ "learning_rate": 1.8293859804550506e-06,
2322
+ "loss": 0.17212907791137697,
2323
+ "mean_token_accuracy": 0.9631160937249661,
2324
+ "num_tokens": 38979256.0,
2325
+ "step": 9100
2326
+ },
2327
+ {
2328
+ "entropy": 0.18713438665494322,
2329
+ "epoch": 2.7603530210454856,
2330
+ "grad_norm": 0.5069661736488342,
2331
+ "learning_rate": 1.620678120192537e-06,
2332
+ "loss": 0.1732018280029297,
2333
+ "mean_token_accuracy": 0.9624787227809429,
2334
+ "num_tokens": 39194699.0,
2335
+ "step": 9150
2336
+ },
2337
+ {
2338
+ "entropy": 0.19093556420877575,
2339
+ "epoch": 2.7754393905106736,
2340
+ "grad_norm": 0.3724497854709625,
2341
+ "learning_rate": 1.424412006263004e-06,
2342
+ "loss": 0.17719757080078125,
2343
+ "mean_token_accuracy": 0.9616392150521278,
2344
+ "num_tokens": 39405056.0,
2345
+ "step": 9200
2346
+ },
2347
+ {
2348
+ "epoch": 2.7754393905106736,
2349
+ "eval_entropy": 0.2416494778216545,
2350
+ "eval_loss": 0.5602814555168152,
2351
+ "eval_mean_token_accuracy": 0.9050707438775094,
2352
+ "eval_num_tokens": 39405056.0,
2353
+ "eval_runtime": 37.0527,
2354
+ "eval_samples_per_second": 58.457,
2355
+ "eval_steps_per_second": 7.314,
2356
+ "step": 9200
2357
+ },
2358
+ {
2359
+ "entropy": 0.18624798154458402,
2360
+ "epoch": 2.790525759975862,
2361
+ "grad_norm": 0.5416818857192993,
2362
+ "learning_rate": 1.24063811256952e-06,
2363
+ "loss": 0.17536975860595702,
2364
+ "mean_token_accuracy": 0.9625106258690357,
2365
+ "num_tokens": 39620602.0,
2366
+ "step": 9250
2367
+ },
2368
+ {
2369
+ "entropy": 0.18864918448030948,
2370
+ "epoch": 2.80561212944105,
2371
+ "grad_norm": 0.7557387351989746,
2372
+ "learning_rate": 1.0694037003815493e-06,
2373
+ "loss": 0.1763162422180176,
2374
+ "mean_token_accuracy": 0.9617964868247509,
2375
+ "num_tokens": 39838171.0,
2376
+ "step": 9300
2377
+ },
2378
+ {
2379
+ "entropy": 0.19156487157568336,
2380
+ "epoch": 2.8206984989062382,
2381
+ "grad_norm": 0.5030518174171448,
2382
+ "learning_rate": 9.107528061807425e-07,
2383
+ "loss": 0.17927934646606444,
2384
+ "mean_token_accuracy": 0.9610569317638874,
2385
+ "num_tokens": 40055765.0,
2386
+ "step": 9350
2387
+ },
2388
+ {
2389
+ "entropy": 0.19062289187684656,
2390
+ "epoch": 2.8357848683714266,
2391
+ "grad_norm": 0.3872191905975342,
2392
+ "learning_rate": 7.64726230336027e-07,
2393
+ "loss": 0.1788728141784668,
2394
+ "mean_token_accuracy": 0.9610781705379486,
2395
+ "num_tokens": 40273169.0,
2396
+ "step": 9400
2397
+ },
2398
+ {
2399
+ "epoch": 2.8357848683714266,
2400
+ "eval_entropy": 0.2424020753190526,
2401
+ "eval_loss": 0.5598563551902771,
2402
+ "eval_mean_token_accuracy": 0.905123386435843,
2403
+ "eval_num_tokens": 40273169.0,
2404
+ "eval_runtime": 37.2998,
2405
+ "eval_samples_per_second": 58.07,
2406
+ "eval_steps_per_second": 7.265,
2407
+ "step": 9400
2408
+ },
2409
+ {
2410
+ "entropy": 0.19168663132935762,
2411
+ "epoch": 2.8508712378366146,
2412
+ "grad_norm": 0.38919326663017273,
2413
+ "learning_rate": 6.313615266109463e-07,
2414
+ "loss": 0.17518898010253905,
2415
+ "mean_token_accuracy": 0.9616159409284591,
2416
+ "num_tokens": 40493623.0,
2417
+ "step": 9450
2418
+ },
2419
+ {
2420
+ "entropy": 0.1842949813697487,
2421
+ "epoch": 2.865957607301803,
2422
+ "grad_norm": 0.4381106197834015,
2423
+ "learning_rate": 5.106929925059456e-07,
2424
+ "loss": 0.17125751495361327,
2425
+ "mean_token_accuracy": 0.9631977449357509,
2426
+ "num_tokens": 40706058.0,
2427
+ "step": 9500
2428
+ },
2429
+ {
2430
+ "entropy": 0.18345711720176042,
2431
+ "epoch": 2.881043976766991,
2432
+ "grad_norm": 0.625280499458313,
2433
+ "learning_rate": 4.027516604380388e-07,
2434
+ "loss": 0.17233373641967772,
2435
+ "mean_token_accuracy": 0.9627382136881352,
2436
+ "num_tokens": 40919257.0,
2437
+ "step": 9550
2438
+ },
2439
+ {
2440
+ "entropy": 0.19293911349028348,
2441
+ "epoch": 2.8961303462321792,
2442
+ "grad_norm": 0.5119889974594116,
2443
+ "learning_rate": 3.075652897602033e-07,
2444
+ "loss": 0.18010311126708983,
2445
+ "mean_token_accuracy": 0.960850502550602,
2446
+ "num_tokens": 41135038.0,
2447
+ "step": 9600
2448
+ },
2449
+ {
2450
+ "epoch": 2.8961303462321792,
2451
+ "eval_entropy": 0.242256640535659,
2452
+ "eval_loss": 0.5602179169654846,
2453
+ "eval_mean_token_accuracy": 0.9051620641317755,
2454
+ "eval_num_tokens": 41135038.0,
2455
+ "eval_runtime": 37.3372,
2456
+ "eval_samples_per_second": 58.012,
2457
+ "eval_steps_per_second": 7.258,
2458
+ "step": 9600
2459
+ },
2460
+ {
2461
+ "entropy": 0.1843437609449029,
2462
+ "epoch": 2.9112167156973676,
2463
+ "grad_norm": 0.5234854221343994,
2464
+ "learning_rate": 2.2515835962245157e-07,
2465
+ "loss": 0.16681966781616211,
2466
+ "mean_token_accuracy": 0.9633826872706414,
2467
+ "num_tokens": 41350531.0,
2468
+ "step": 9650
2469
+ },
2470
+ {
2471
+ "entropy": 0.18940109137445688,
2472
+ "epoch": 2.9263030851625556,
2473
+ "grad_norm": 0.5936132073402405,
2474
+ "learning_rate": 1.5555206267655055e-07,
2475
+ "loss": 0.17372846603393555,
2476
+ "mean_token_accuracy": 0.9623673681914806,
2477
+ "num_tokens": 41568124.0,
2478
+ "step": 9700
2479
+ },
2480
+ {
2481
+ "entropy": 0.18825361583381892,
2482
+ "epoch": 2.941389454627744,
2483
+ "grad_norm": 0.43561285734176636,
2484
+ "learning_rate": 9.876429962585309e-08,
2485
+ "loss": 0.17482643127441405,
2486
+ "mean_token_accuracy": 0.962187256962061,
2487
+ "num_tokens": 41784922.0,
2488
+ "step": 9750
2489
+ },
2490
+ {
2491
+ "entropy": 0.19123295756056904,
2492
+ "epoch": 2.956475824092932,
2493
+ "grad_norm": 0.45098307728767395,
2494
+ "learning_rate": 5.4809674621797425e-08,
2495
+ "loss": 0.1720089340209961,
2496
+ "mean_token_accuracy": 0.9617229135334492,
2497
+ "num_tokens": 42005066.0,
2498
+ "step": 9800
2499
+ },
2500
+ {
2501
+ "epoch": 2.956475824092932,
2502
+ "eval_entropy": 0.2421166613917949,
2503
+ "eval_loss": 0.5603178143501282,
2504
+ "eval_mean_token_accuracy": 0.9051976802164338,
2505
+ "eval_num_tokens": 42005066.0,
2506
+ "eval_runtime": 37.2727,
2507
+ "eval_samples_per_second": 58.112,
2508
+ "eval_steps_per_second": 7.271,
2509
+ "step": 9800
2510
+ },
2511
+ {
2512
+ "entropy": 0.1918338906392455,
2513
+ "epoch": 2.9715621935581202,
2514
+ "grad_norm": 0.3770565092563629,
2515
+ "learning_rate": 2.3699491508105687e-08,
2516
+ "loss": 0.17970945358276366,
2517
+ "mean_token_accuracy": 0.9611429516971112,
2518
+ "num_tokens": 42216954.0,
2519
+ "step": 9850
2520
+ },
2521
+ {
2522
+ "entropy": 0.192145568234846,
2523
+ "epoch": 2.9866485630233086,
2524
+ "grad_norm": 0.36763280630111694,
2525
+ "learning_rate": 5.441750913809385e-09,
2526
+ "loss": 0.1800632095336914,
2527
+ "mean_token_accuracy": 0.9608665798604489,
2528
+ "num_tokens": 42435945.0,
2529
+ "step": 9900
2530
+ },
2531
+ {
2532
+ "epoch": 3.0,
2533
+ "eval_entropy": 0.24219409354388494,
2534
+ "eval_loss": 0.5602481365203857,
2535
+ "eval_mean_token_accuracy": 0.9051936398573027,
2536
+ "eval_num_tokens": 42622824.0,
2537
+ "eval_runtime": 37.3187,
2538
+ "eval_samples_per_second": 58.041,
2539
+ "eval_steps_per_second": 7.262,
2540
+ "step": 9945
2541
+ }
2542
+ ],
2543
+ "logging_steps": 50,
2544
+ "max_steps": 9945,
2545
+ "num_input_tokens_seen": 0,
2546
+ "num_train_epochs": 3,
2547
+ "save_steps": 200,
2548
+ "stateful_callbacks": {
2549
+ "TrainerControl": {
2550
+ "args": {
2551
+ "should_epoch_stop": false,
2552
+ "should_evaluate": false,
2553
+ "should_log": false,
2554
+ "should_save": true,
2555
+ "should_training_stop": true
2556
+ },
2557
+ "attributes": {}
2558
+ }
2559
+ },
2560
+ "total_flos": 4.341878233255895e+17,
2561
+ "train_batch_size": 2,
2562
+ "trial_name": null,
2563
+ "trial_params": null
2564
+ }
checkpoint-9945/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe063de6f1674be7d5535690dc263e5d0c28436ed4781417772a469f39ef21d4
3
+ size 5713
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c7efa4a1e4882e95c953593dd50efe8d955e112437c4bd50e457698a2874896d
3
  size 3441185608
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:247b247aa1c5fe1a1ba15ed8a5ce1f206b8ceb9ef5e91674b53713280396604f
3
  size 3441185608