Gege24 commited on
Commit
bfb1736
·
verified ·
1 Parent(s): 4a460a5

Upload task output zeus-ld-intercode-1780895708

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,209 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: None
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:/cache/models/Jordansky--augmented-f560e4e6ee71e78d
7
+ - lora
8
+ - sft
9
+ - transformers
10
+ - trl
11
+ ---
12
+
13
+ # Model Card for Model ID
14
+
15
+ <!-- Provide a quick summary of what the model is/does. -->
16
+
17
+
18
+
19
+ ## Model Details
20
+
21
+ ### Model Description
22
+
23
+ <!-- Provide a longer summary of what this model is. -->
24
+
25
+
26
+
27
+ - **Developed by:** [More Information Needed]
28
+ - **Funded by [optional]:** [More Information Needed]
29
+ - **Shared by [optional]:** [More Information Needed]
30
+ - **Model type:** [More Information Needed]
31
+ - **Language(s) (NLP):** [More Information Needed]
32
+ - **License:** [More Information Needed]
33
+ - **Finetuned from model [optional]:** [More Information Needed]
34
+
35
+ ### Model Sources [optional]
36
+
37
+ <!-- Provide the basic links for the model. -->
38
+
39
+ - **Repository:** [More Information Needed]
40
+ - **Paper [optional]:** [More Information Needed]
41
+ - **Demo [optional]:** [More Information Needed]
42
+
43
+ ## Uses
44
+
45
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
46
+
47
+ ### Direct Use
48
+
49
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
50
+
51
+ [More Information Needed]
52
+
53
+ ### Downstream Use [optional]
54
+
55
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
56
+
57
+ [More Information Needed]
58
+
59
+ ### Out-of-Scope Use
60
+
61
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
62
+
63
+ [More Information Needed]
64
+
65
+ ## Bias, Risks, and Limitations
66
+
67
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
68
+
69
+ [More Information Needed]
70
+
71
+ ### Recommendations
72
+
73
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
74
+
75
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
76
+
77
+ ## How to Get Started with the Model
78
+
79
+ Use the code below to get started with the model.
80
+
81
+ [More Information Needed]
82
+
83
+ ## Training Details
84
+
85
+ ### Training Data
86
+
87
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
88
+
89
+ [More Information Needed]
90
+
91
+ ### Training Procedure
92
+
93
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
94
+
95
+ #### Preprocessing [optional]
96
+
97
+ [More Information Needed]
98
+
99
+
100
+ #### Training Hyperparameters
101
+
102
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
103
+
104
+ #### Speeds, Sizes, Times [optional]
105
+
106
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
107
+
108
+ [More Information Needed]
109
+
110
+ ## Evaluation
111
+
112
+ <!-- This section describes the evaluation protocols and provides the results. -->
113
+
114
+ ### Testing Data, Factors & Metrics
115
+
116
+ #### Testing Data
117
+
118
+ <!-- This should link to a Dataset Card if possible. -->
119
+
120
+ [More Information Needed]
121
+
122
+ #### Factors
123
+
124
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
125
+
126
+ [More Information Needed]
127
+
128
+ #### Metrics
129
+
130
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
131
+
132
+ [More Information Needed]
133
+
134
+ ### Results
135
+
136
+ [More Information Needed]
137
+
138
+ #### Summary
139
+
140
+
141
+
142
+ ## Model Examination [optional]
143
+
144
+ <!-- Relevant interpretability work for the model goes here -->
145
+
146
+ [More Information Needed]
147
+
148
+ ## Environmental Impact
149
+
150
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
151
+
152
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
153
+
154
+ - **Hardware Type:** [More Information Needed]
155
+ - **Hours used:** [More Information Needed]
156
+ - **Cloud Provider:** [More Information Needed]
157
+ - **Compute Region:** [More Information Needed]
158
+ - **Carbon Emitted:** [More Information Needed]
159
+
160
+ ## Technical Specifications [optional]
161
+
162
+ ### Model Architecture and Objective
163
+
164
+ [More Information Needed]
165
+
166
+ ### Compute Infrastructure
167
+
168
+ [More Information Needed]
169
+
170
+ #### Hardware
171
+
172
+ [More Information Needed]
173
+
174
+ #### Software
175
+
176
+ [More Information Needed]
177
+
178
+ ## Citation [optional]
179
+
180
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
181
+
182
+ **BibTeX:**
183
+
184
+ [More Information Needed]
185
+
186
+ **APA:**
187
+
188
+ [More Information Needed]
189
+
190
+ ## Glossary [optional]
191
+
192
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
193
+
194
+ [More Information Needed]
195
+
196
+ ## More Information [optional]
197
+
198
+ [More Information Needed]
199
+
200
+ ## Model Card Authors [optional]
201
+
202
+ [More Information Needed]
203
+
204
+ ## Model Card Contact
205
+
206
+ [More Information Needed]
207
+ ### Framework versions
208
+
209
+ - PEFT 0.18.1
adapter_config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": null,
6
+ "base_model_name_or_path": null,
7
+ "bias": "none",
8
+ "corda_config": null,
9
+ "ensure_weight_tying": false,
10
+ "eva_config": null,
11
+ "exclude_modules": null,
12
+ "fan_in_fan_out": false,
13
+ "inference_mode": true,
14
+ "init_lora_weights": true,
15
+ "layer_replication": null,
16
+ "layers_pattern": null,
17
+ "layers_to_transform": null,
18
+ "loftq_config": {},
19
+ "lora_alpha": 512,
20
+ "lora_bias": false,
21
+ "lora_dropout": 0.1,
22
+ "megatron_config": null,
23
+ "megatron_core": "megatron.core",
24
+ "modules_to_save": null,
25
+ "peft_type": "LORA",
26
+ "peft_version": "0.18.1",
27
+ "qalora_group_size": 16,
28
+ "r": 128,
29
+ "rank_pattern": {},
30
+ "revision": null,
31
+ "target_modules": [
32
+ "q_proj",
33
+ "o_proj",
34
+ "down_proj",
35
+ "gate_proj",
36
+ "v_proj",
37
+ "k_proj",
38
+ "up_proj"
39
+ ],
40
+ "target_parameters": null,
41
+ "task_type": "CAUSAL_LM",
42
+ "trainable_token_indices": null,
43
+ "use_dora": false,
44
+ "use_qalora": false,
45
+ "use_rslora": false
46
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b4be5b24b8812ddaab4b195a33f1a2aebc96f26e57e88f0bd80c3cb3296acb6
3
+ size 1057033224
added_tokens.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "</think>": 151668,
3
+ "</tool_call>": 151658,
4
+ "</tool_response>": 151666,
5
+ "<think>": 151667,
6
+ "<tool_call>": 151657,
7
+ "<tool_response>": 151665,
8
+ "<|box_end|>": 151649,
9
+ "<|box_start|>": 151648,
10
+ "<|endoftext|>": 151643,
11
+ "<|file_sep|>": 151664,
12
+ "<|fim_middle|>": 151660,
13
+ "<|fim_pad|>": 151662,
14
+ "<|fim_prefix|>": 151659,
15
+ "<|fim_suffix|>": 151661,
16
+ "<|im_end|>": 151645,
17
+ "<|im_start|>": 151644,
18
+ "<|image_pad|>": 151655,
19
+ "<|object_ref_end|>": 151647,
20
+ "<|object_ref_start|>": 151646,
21
+ "<|quad_end|>": 151651,
22
+ "<|quad_start|>": 151650,
23
+ "<|repo_name|>": 151663,
24
+ "<|video_pad|>": 151656,
25
+ "<|vision_end|>": 151653,
26
+ "<|vision_pad|>": 151654,
27
+ "<|vision_start|>": 151652
28
+ }
chat_template.jinja ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {%- if tools %}
2
+ {{- '<|im_start|>system\n' }}
3
+ {%- if messages[0].role == 'system' %}
4
+ {{- messages[0].content + '\n\n' }}
5
+ {%- endif %}
6
+ {{- "# Tools\n\nYou may call one or more functions to assist with the user query.\n\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>" }}
7
+ {%- for tool in tools %}
8
+ {{- "\n" }}
9
+ {{- tool | tojson }}
10
+ {%- endfor %}
11
+ {{- "\n</tools>\n\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\n<tool_call>\n{\"name\": <function-name>, \"arguments\": <args-json-object>}\n</tool_call><|im_end|>\n" }}
12
+ {%- else %}
13
+ {%- if messages[0].role == 'system' %}
14
+ {{- '<|im_start|>system\n' + messages[0].content + '<|im_end|>\n' }}
15
+ {%- endif %}
16
+ {%- endif %}
17
+ {%- for message in messages %}
18
+ {%- if message.content is string %}
19
+ {%- set content = message.content %}
20
+ {%- else %}
21
+ {%- set content = '' %}
22
+ {%- endif %}
23
+ {%- if (message.role == "user") or (message.role == "system" and not loop.first) %}
24
+ {{- '<|im_start|>' + message.role + '\n' + content + '<|im_end|>' + '\n' }}
25
+ {%- elif message.role == "assistant" %}
26
+ {{- '<|im_start|>' + message.role + '\n' + content }}
27
+ {%- if message.tool_calls %}
28
+ {%- for tool_call in message.tool_calls %}
29
+ {%- if (loop.first and content) or (not loop.first) %}
30
+ {{- '\n' }}
31
+ {%- endif %}
32
+ {%- if tool_call.function %}
33
+ {%- set tool_call = tool_call.function %}
34
+ {%- endif %}
35
+ {{- '<tool_call>\n{"name": "' }}
36
+ {{- tool_call.name }}
37
+ {{- '", "arguments": ' }}
38
+ {%- if tool_call.arguments is string %}
39
+ {{- tool_call.arguments }}
40
+ {%- else %}
41
+ {{- tool_call.arguments | tojson }}
42
+ {%- endif %}
43
+ {{- '}\n</tool_call>' }}
44
+ {%- endfor %}
45
+ {%- endif %}
46
+ {{- '<|im_end|>\n' }}
47
+ {%- elif message.role == "tool" %}
48
+ {%- if loop.first or (messages[loop.index0 - 1].role != "tool") %}
49
+ {{- '<|im_start|>user' }}
50
+ {%- endif %}
51
+ {{- '\n<tool_response>\n' }}
52
+ {{- content }}
53
+ {{- '\n</tool_response>' }}
54
+ {%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
55
+ {{- '<|im_end|>\n' }}
56
+ {%- endif %}
57
+ {%- endif %}
58
+ {%- endfor %}
59
+ {%- if add_generation_prompt %}
60
+ {{- '<|im_start|>assistant\n' }}
61
+ {%- endif %}
loss.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ 1029,no_eval
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
special_tokens_map.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|im_start|>",
4
+ "<|im_end|>",
5
+ "<|object_ref_start|>",
6
+ "<|object_ref_end|>",
7
+ "<|box_start|>",
8
+ "<|box_end|>",
9
+ "<|quad_start|>",
10
+ "<|quad_end|>",
11
+ "<|vision_start|>",
12
+ "<|vision_end|>",
13
+ "<|vision_pad|>",
14
+ "<|image_pad|>",
15
+ "<|video_pad|>"
16
+ ],
17
+ "eos_token": {
18
+ "content": "<|im_end|>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ },
24
+ "pad_token": {
25
+ "content": "<|endoftext|>",
26
+ "lstrip": false,
27
+ "normalized": false,
28
+ "rstrip": false,
29
+ "single_word": false
30
+ }
31
+ }
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aeb13307a71acd8fe81861d94ad54ab689df773318809eed3cbe794b4492dae4
3
+ size 11422654
tokenizer_config.json ADDED
@@ -0,0 +1,239 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_prefix_space": false,
4
+ "added_tokens_decoder": {
5
+ "151643": {
6
+ "content": "<|endoftext|>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "151644": {
14
+ "content": "<|im_start|>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "151645": {
22
+ "content": "<|im_end|>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ },
29
+ "151646": {
30
+ "content": "<|object_ref_start|>",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": true
36
+ },
37
+ "151647": {
38
+ "content": "<|object_ref_end|>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false,
43
+ "special": true
44
+ },
45
+ "151648": {
46
+ "content": "<|box_start|>",
47
+ "lstrip": false,
48
+ "normalized": false,
49
+ "rstrip": false,
50
+ "single_word": false,
51
+ "special": true
52
+ },
53
+ "151649": {
54
+ "content": "<|box_end|>",
55
+ "lstrip": false,
56
+ "normalized": false,
57
+ "rstrip": false,
58
+ "single_word": false,
59
+ "special": true
60
+ },
61
+ "151650": {
62
+ "content": "<|quad_start|>",
63
+ "lstrip": false,
64
+ "normalized": false,
65
+ "rstrip": false,
66
+ "single_word": false,
67
+ "special": true
68
+ },
69
+ "151651": {
70
+ "content": "<|quad_end|>",
71
+ "lstrip": false,
72
+ "normalized": false,
73
+ "rstrip": false,
74
+ "single_word": false,
75
+ "special": true
76
+ },
77
+ "151652": {
78
+ "content": "<|vision_start|>",
79
+ "lstrip": false,
80
+ "normalized": false,
81
+ "rstrip": false,
82
+ "single_word": false,
83
+ "special": true
84
+ },
85
+ "151653": {
86
+ "content": "<|vision_end|>",
87
+ "lstrip": false,
88
+ "normalized": false,
89
+ "rstrip": false,
90
+ "single_word": false,
91
+ "special": true
92
+ },
93
+ "151654": {
94
+ "content": "<|vision_pad|>",
95
+ "lstrip": false,
96
+ "normalized": false,
97
+ "rstrip": false,
98
+ "single_word": false,
99
+ "special": true
100
+ },
101
+ "151655": {
102
+ "content": "<|image_pad|>",
103
+ "lstrip": false,
104
+ "normalized": false,
105
+ "rstrip": false,
106
+ "single_word": false,
107
+ "special": true
108
+ },
109
+ "151656": {
110
+ "content": "<|video_pad|>",
111
+ "lstrip": false,
112
+ "normalized": false,
113
+ "rstrip": false,
114
+ "single_word": false,
115
+ "special": true
116
+ },
117
+ "151657": {
118
+ "content": "<tool_call>",
119
+ "lstrip": false,
120
+ "normalized": false,
121
+ "rstrip": false,
122
+ "single_word": false,
123
+ "special": false
124
+ },
125
+ "151658": {
126
+ "content": "</tool_call>",
127
+ "lstrip": false,
128
+ "normalized": false,
129
+ "rstrip": false,
130
+ "single_word": false,
131
+ "special": false
132
+ },
133
+ "151659": {
134
+ "content": "<|fim_prefix|>",
135
+ "lstrip": false,
136
+ "normalized": false,
137
+ "rstrip": false,
138
+ "single_word": false,
139
+ "special": false
140
+ },
141
+ "151660": {
142
+ "content": "<|fim_middle|>",
143
+ "lstrip": false,
144
+ "normalized": false,
145
+ "rstrip": false,
146
+ "single_word": false,
147
+ "special": false
148
+ },
149
+ "151661": {
150
+ "content": "<|fim_suffix|>",
151
+ "lstrip": false,
152
+ "normalized": false,
153
+ "rstrip": false,
154
+ "single_word": false,
155
+ "special": false
156
+ },
157
+ "151662": {
158
+ "content": "<|fim_pad|>",
159
+ "lstrip": false,
160
+ "normalized": false,
161
+ "rstrip": false,
162
+ "single_word": false,
163
+ "special": false
164
+ },
165
+ "151663": {
166
+ "content": "<|repo_name|>",
167
+ "lstrip": false,
168
+ "normalized": false,
169
+ "rstrip": false,
170
+ "single_word": false,
171
+ "special": false
172
+ },
173
+ "151664": {
174
+ "content": "<|file_sep|>",
175
+ "lstrip": false,
176
+ "normalized": false,
177
+ "rstrip": false,
178
+ "single_word": false,
179
+ "special": false
180
+ },
181
+ "151665": {
182
+ "content": "<tool_response>",
183
+ "lstrip": false,
184
+ "normalized": false,
185
+ "rstrip": false,
186
+ "single_word": false,
187
+ "special": false
188
+ },
189
+ "151666": {
190
+ "content": "</tool_response>",
191
+ "lstrip": false,
192
+ "normalized": false,
193
+ "rstrip": false,
194
+ "single_word": false,
195
+ "special": false
196
+ },
197
+ "151667": {
198
+ "content": "<think>",
199
+ "lstrip": false,
200
+ "normalized": false,
201
+ "rstrip": false,
202
+ "single_word": false,
203
+ "special": false
204
+ },
205
+ "151668": {
206
+ "content": "</think>",
207
+ "lstrip": false,
208
+ "normalized": false,
209
+ "rstrip": false,
210
+ "single_word": false,
211
+ "special": false
212
+ }
213
+ },
214
+ "additional_special_tokens": [
215
+ "<|im_start|>",
216
+ "<|im_end|>",
217
+ "<|object_ref_start|>",
218
+ "<|object_ref_end|>",
219
+ "<|box_start|>",
220
+ "<|box_end|>",
221
+ "<|quad_start|>",
222
+ "<|quad_end|>",
223
+ "<|vision_start|>",
224
+ "<|vision_end|>",
225
+ "<|vision_pad|>",
226
+ "<|image_pad|>",
227
+ "<|video_pad|>"
228
+ ],
229
+ "bos_token": null,
230
+ "clean_up_tokenization_spaces": false,
231
+ "eos_token": "<|im_end|>",
232
+ "errors": "replace",
233
+ "extra_special_tokens": {},
234
+ "model_max_length": 1010000,
235
+ "pad_token": "<|endoftext|>",
236
+ "split_special_tokens": false,
237
+ "tokenizer_class": "Qwen2Tokenizer",
238
+ "unk_token": null
239
+ }
trainer_state.json ADDED
@@ -0,0 +1,1879 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 0.4059171597633136,
6
+ "eval_steps": 500,
7
+ "global_step": 1029,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 0.0019723865877712033,
14
+ "grad_norm": 12.696123123168945,
15
+ "learning_rate": 6.748346456692913e-07,
16
+ "loss": 1.357,
17
+ "mean_token_accuracy": 0.7549497842788696,
18
+ "num_tokens": 180021.0,
19
+ "step": 5
20
+ },
21
+ {
22
+ "epoch": 0.0039447731755424065,
23
+ "grad_norm": 8.591487884521484,
24
+ "learning_rate": 1.5183779527559055e-06,
25
+ "loss": 1.2424,
26
+ "mean_token_accuracy": 0.772154700756073,
27
+ "num_tokens": 368724.0,
28
+ "step": 10
29
+ },
30
+ {
31
+ "epoch": 0.005917159763313609,
32
+ "grad_norm": 4.445512771606445,
33
+ "learning_rate": 2.36192125984252e-06,
34
+ "loss": 1.1188,
35
+ "mean_token_accuracy": 0.775861632823944,
36
+ "num_tokens": 553092.0,
37
+ "step": 15
38
+ },
39
+ {
40
+ "epoch": 0.007889546351084813,
41
+ "grad_norm": 2.918858051300049,
42
+ "learning_rate": 3.2054645669291342e-06,
43
+ "loss": 0.9275,
44
+ "mean_token_accuracy": 0.7919561505317688,
45
+ "num_tokens": 737811.0,
46
+ "step": 20
47
+ },
48
+ {
49
+ "epoch": 0.009861932938856016,
50
+ "grad_norm": 2.3222744464874268,
51
+ "learning_rate": 4.049007874015748e-06,
52
+ "loss": 0.7511,
53
+ "mean_token_accuracy": 0.8142940044403076,
54
+ "num_tokens": 921059.0,
55
+ "step": 25
56
+ },
57
+ {
58
+ "epoch": 0.011834319526627219,
59
+ "grad_norm": 2.116729259490967,
60
+ "learning_rate": 4.8925511811023625e-06,
61
+ "loss": 0.5497,
62
+ "mean_token_accuracy": 0.8610829710960388,
63
+ "num_tokens": 1104899.0,
64
+ "step": 30
65
+ },
66
+ {
67
+ "epoch": 0.013806706114398421,
68
+ "grad_norm": 1.6199977397918701,
69
+ "learning_rate": 5.736094488188977e-06,
70
+ "loss": 0.3611,
71
+ "mean_token_accuracy": 0.9114585757255554,
72
+ "num_tokens": 1292329.0,
73
+ "step": 35
74
+ },
75
+ {
76
+ "epoch": 0.015779092702169626,
77
+ "grad_norm": 1.066279649734497,
78
+ "learning_rate": 6.579637795275591e-06,
79
+ "loss": 0.2119,
80
+ "mean_token_accuracy": 0.947631013393402,
81
+ "num_tokens": 1481360.0,
82
+ "step": 40
83
+ },
84
+ {
85
+ "epoch": 0.01775147928994083,
86
+ "grad_norm": 0.9729903936386108,
87
+ "learning_rate": 7.4231811023622055e-06,
88
+ "loss": 0.1271,
89
+ "mean_token_accuracy": 0.969427740573883,
90
+ "num_tokens": 1665126.0,
91
+ "step": 45
92
+ },
93
+ {
94
+ "epoch": 0.01972386587771203,
95
+ "grad_norm": 0.3553341329097748,
96
+ "learning_rate": 8.266724409448819e-06,
97
+ "loss": 0.0621,
98
+ "mean_token_accuracy": 0.982380473613739,
99
+ "num_tokens": 1847070.0,
100
+ "step": 50
101
+ },
102
+ {
103
+ "epoch": 0.021696252465483234,
104
+ "grad_norm": 0.2363748699426651,
105
+ "learning_rate": 9.110267716535434e-06,
106
+ "loss": 0.0326,
107
+ "mean_token_accuracy": 0.9890782356262207,
108
+ "num_tokens": 2037437.0,
109
+ "step": 55
110
+ },
111
+ {
112
+ "epoch": 0.023668639053254437,
113
+ "grad_norm": 0.2311471402645111,
114
+ "learning_rate": 9.953811023622048e-06,
115
+ "loss": 0.0478,
116
+ "mean_token_accuracy": 0.9853112936019898,
117
+ "num_tokens": 2222734.0,
118
+ "step": 60
119
+ },
120
+ {
121
+ "epoch": 0.02564102564102564,
122
+ "grad_norm": 0.24362501502037048,
123
+ "learning_rate": 1.0797354330708661e-05,
124
+ "loss": 0.0276,
125
+ "mean_token_accuracy": 0.9898479461669922,
126
+ "num_tokens": 2407969.0,
127
+ "step": 65
128
+ },
129
+ {
130
+ "epoch": 0.027613412228796843,
131
+ "grad_norm": 0.15771926939487457,
132
+ "learning_rate": 1.1640897637795276e-05,
133
+ "loss": 0.0481,
134
+ "mean_token_accuracy": 0.9850168347358703,
135
+ "num_tokens": 2595011.0,
136
+ "step": 70
137
+ },
138
+ {
139
+ "epoch": 0.029585798816568046,
140
+ "grad_norm": 0.20371706783771515,
141
+ "learning_rate": 1.248444094488189e-05,
142
+ "loss": 0.0249,
143
+ "mean_token_accuracy": 0.9908480167388916,
144
+ "num_tokens": 2785644.0,
145
+ "step": 75
146
+ },
147
+ {
148
+ "epoch": 0.03155818540433925,
149
+ "grad_norm": 0.2078867405653,
150
+ "learning_rate": 1.3327984251968505e-05,
151
+ "loss": 0.0347,
152
+ "mean_token_accuracy": 0.9884193658828735,
153
+ "num_tokens": 2970750.0,
154
+ "step": 80
155
+ },
156
+ {
157
+ "epoch": 0.03353057199211045,
158
+ "grad_norm": 0.2615292966365814,
159
+ "learning_rate": 1.417152755905512e-05,
160
+ "loss": 0.0213,
161
+ "mean_token_accuracy": 0.9919293880462646,
162
+ "num_tokens": 3158759.0,
163
+ "step": 85
164
+ },
165
+ {
166
+ "epoch": 0.03550295857988166,
167
+ "grad_norm": 0.19127176702022552,
168
+ "learning_rate": 1.5015070866141732e-05,
169
+ "loss": 0.0262,
170
+ "mean_token_accuracy": 0.9905860424041748,
171
+ "num_tokens": 3343326.0,
172
+ "step": 90
173
+ },
174
+ {
175
+ "epoch": 0.03747534516765286,
176
+ "grad_norm": 0.27283141016960144,
177
+ "learning_rate": 1.5858614173228347e-05,
178
+ "loss": 0.0199,
179
+ "mean_token_accuracy": 0.9921495199203492,
180
+ "num_tokens": 3530057.0,
181
+ "step": 95
182
+ },
183
+ {
184
+ "epoch": 0.03944773175542406,
185
+ "grad_norm": 0.15445998311042786,
186
+ "learning_rate": 1.670215748031496e-05,
187
+ "loss": 0.0186,
188
+ "mean_token_accuracy": 0.9925162434577942,
189
+ "num_tokens": 3711503.0,
190
+ "step": 100
191
+ },
192
+ {
193
+ "epoch": 0.04142011834319527,
194
+ "grad_norm": 0.14937782287597656,
195
+ "learning_rate": 1.7545700787401574e-05,
196
+ "loss": 0.021,
197
+ "mean_token_accuracy": 0.9921832203865051,
198
+ "num_tokens": 3899179.0,
199
+ "step": 105
200
+ },
201
+ {
202
+ "epoch": 0.04339250493096647,
203
+ "grad_norm": 0.1225525289773941,
204
+ "learning_rate": 1.838924409448819e-05,
205
+ "loss": 0.0201,
206
+ "mean_token_accuracy": 0.9920901179313659,
207
+ "num_tokens": 4086923.0,
208
+ "step": 110
209
+ },
210
+ {
211
+ "epoch": 0.045364891518737675,
212
+ "grad_norm": 0.4743281602859497,
213
+ "learning_rate": 1.9232787401574804e-05,
214
+ "loss": 0.0168,
215
+ "mean_token_accuracy": 0.993110179901123,
216
+ "num_tokens": 4274776.0,
217
+ "step": 115
218
+ },
219
+ {
220
+ "epoch": 0.047337278106508875,
221
+ "grad_norm": 0.10754459351301193,
222
+ "learning_rate": 2.007633070866142e-05,
223
+ "loss": 0.0182,
224
+ "mean_token_accuracy": 0.9926936984062195,
225
+ "num_tokens": 4458441.0,
226
+ "step": 120
227
+ },
228
+ {
229
+ "epoch": 0.04930966469428008,
230
+ "grad_norm": 0.31404948234558105,
231
+ "learning_rate": 2.0919874015748035e-05,
232
+ "loss": 0.0186,
233
+ "mean_token_accuracy": 0.9924424409866333,
234
+ "num_tokens": 4644925.0,
235
+ "step": 125
236
+ },
237
+ {
238
+ "epoch": 0.05128205128205128,
239
+ "grad_norm": 0.09206202626228333,
240
+ "learning_rate": 2.1763417322834647e-05,
241
+ "loss": 0.0166,
242
+ "mean_token_accuracy": 0.993120801448822,
243
+ "num_tokens": 4828090.0,
244
+ "step": 130
245
+ },
246
+ {
247
+ "epoch": 0.05325443786982249,
248
+ "grad_norm": 0.10214517265558243,
249
+ "learning_rate": 2.260696062992126e-05,
250
+ "loss": 0.0167,
251
+ "mean_token_accuracy": 0.9927790641784668,
252
+ "num_tokens": 5013289.0,
253
+ "step": 135
254
+ },
255
+ {
256
+ "epoch": 0.055226824457593686,
257
+ "grad_norm": 0.07818103581666946,
258
+ "learning_rate": 2.3450503937007877e-05,
259
+ "loss": 0.0151,
260
+ "mean_token_accuracy": 0.9935371398925781,
261
+ "num_tokens": 5202360.0,
262
+ "step": 140
263
+ },
264
+ {
265
+ "epoch": 0.05719921104536489,
266
+ "grad_norm": 0.09127297252416611,
267
+ "learning_rate": 2.429404724409449e-05,
268
+ "loss": 0.0152,
269
+ "mean_token_accuracy": 0.9934893608093261,
270
+ "num_tokens": 5394495.0,
271
+ "step": 145
272
+ },
273
+ {
274
+ "epoch": 0.05917159763313609,
275
+ "grad_norm": 0.11136125028133392,
276
+ "learning_rate": 2.51375905511811e-05,
277
+ "loss": 0.0145,
278
+ "mean_token_accuracy": 0.993546438217163,
279
+ "num_tokens": 5581147.0,
280
+ "step": 150
281
+ },
282
+ {
283
+ "epoch": 0.0611439842209073,
284
+ "grad_norm": 0.13068991899490356,
285
+ "learning_rate": 2.598113385826772e-05,
286
+ "loss": 0.0141,
287
+ "mean_token_accuracy": 0.9935914158821106,
288
+ "num_tokens": 5764996.0,
289
+ "step": 155
290
+ },
291
+ {
292
+ "epoch": 0.0631163708086785,
293
+ "grad_norm": 0.16084076464176178,
294
+ "learning_rate": 2.682467716535433e-05,
295
+ "loss": 0.0163,
296
+ "mean_token_accuracy": 0.9931087493896484,
297
+ "num_tokens": 5949665.0,
298
+ "step": 160
299
+ },
300
+ {
301
+ "epoch": 0.0650887573964497,
302
+ "grad_norm": 0.2447124868631363,
303
+ "learning_rate": 2.7668220472440946e-05,
304
+ "loss": 0.0181,
305
+ "mean_token_accuracy": 0.9928769588470459,
306
+ "num_tokens": 6134903.0,
307
+ "step": 165
308
+ },
309
+ {
310
+ "epoch": 0.0670611439842209,
311
+ "grad_norm": 0.4701608419418335,
312
+ "learning_rate": 2.851176377952756e-05,
313
+ "loss": 0.0146,
314
+ "mean_token_accuracy": 0.9936342835426331,
315
+ "num_tokens": 6322514.0,
316
+ "step": 170
317
+ },
318
+ {
319
+ "epoch": 0.06903353057199212,
320
+ "grad_norm": 0.11707167327404022,
321
+ "learning_rate": 2.9355307086614176e-05,
322
+ "loss": 0.0145,
323
+ "mean_token_accuracy": 0.9934436202049255,
324
+ "num_tokens": 6501636.0,
325
+ "step": 175
326
+ },
327
+ {
328
+ "epoch": 0.07100591715976332,
329
+ "grad_norm": 0.0810714140534401,
330
+ "learning_rate": 3.0198850393700788e-05,
331
+ "loss": 0.0147,
332
+ "mean_token_accuracy": 0.9936310172080993,
333
+ "num_tokens": 6683353.0,
334
+ "step": 180
335
+ },
336
+ {
337
+ "epoch": 0.07297830374753451,
338
+ "grad_norm": 0.14196588099002838,
339
+ "learning_rate": 3.1042393700787403e-05,
340
+ "loss": 0.0137,
341
+ "mean_token_accuracy": 0.9938475370407105,
342
+ "num_tokens": 6869907.0,
343
+ "step": 185
344
+ },
345
+ {
346
+ "epoch": 0.07495069033530571,
347
+ "grad_norm": 0.058894768357276917,
348
+ "learning_rate": 3.188593700787402e-05,
349
+ "loss": 0.0147,
350
+ "mean_token_accuracy": 0.993359363079071,
351
+ "num_tokens": 7053971.0,
352
+ "step": 190
353
+ },
354
+ {
355
+ "epoch": 0.07692307692307693,
356
+ "grad_norm": 0.08509636670351028,
357
+ "learning_rate": 3.2729480314960634e-05,
358
+ "loss": 0.0139,
359
+ "mean_token_accuracy": 0.9935320854187012,
360
+ "num_tokens": 7236944.0,
361
+ "step": 195
362
+ },
363
+ {
364
+ "epoch": 0.07889546351084813,
365
+ "grad_norm": 0.11753793805837631,
366
+ "learning_rate": 3.357302362204725e-05,
367
+ "loss": 0.0138,
368
+ "mean_token_accuracy": 0.9938223838806153,
369
+ "num_tokens": 7420563.0,
370
+ "step": 200
371
+ },
372
+ {
373
+ "epoch": 0.08086785009861933,
374
+ "grad_norm": 0.07417895644903183,
375
+ "learning_rate": 3.4416566929133864e-05,
376
+ "loss": 0.0133,
377
+ "mean_token_accuracy": 0.993987250328064,
378
+ "num_tokens": 7605745.0,
379
+ "step": 205
380
+ },
381
+ {
382
+ "epoch": 0.08284023668639054,
383
+ "grad_norm": 0.07740958780050278,
384
+ "learning_rate": 3.526011023622047e-05,
385
+ "loss": 0.0135,
386
+ "mean_token_accuracy": 0.9936949133872985,
387
+ "num_tokens": 7791888.0,
388
+ "step": 210
389
+ },
390
+ {
391
+ "epoch": 0.08481262327416174,
392
+ "grad_norm": 0.11897961050271988,
393
+ "learning_rate": 3.610365354330709e-05,
394
+ "loss": 0.0136,
395
+ "mean_token_accuracy": 0.9938376903533935,
396
+ "num_tokens": 7975433.0,
397
+ "step": 215
398
+ },
399
+ {
400
+ "epoch": 0.08678500986193294,
401
+ "grad_norm": 0.05374155938625336,
402
+ "learning_rate": 3.69471968503937e-05,
403
+ "loss": 0.0132,
404
+ "mean_token_accuracy": 0.9941465139389039,
405
+ "num_tokens": 8160428.0,
406
+ "step": 220
407
+ },
408
+ {
409
+ "epoch": 0.08875739644970414,
410
+ "grad_norm": 0.06223868951201439,
411
+ "learning_rate": 3.779074015748032e-05,
412
+ "loss": 0.0129,
413
+ "mean_token_accuracy": 0.9940422892570495,
414
+ "num_tokens": 8350378.0,
415
+ "step": 225
416
+ },
417
+ {
418
+ "epoch": 0.09072978303747535,
419
+ "grad_norm": 0.12495646625757217,
420
+ "learning_rate": 3.8634283464566926e-05,
421
+ "loss": 0.013,
422
+ "mean_token_accuracy": 0.9938552856445313,
423
+ "num_tokens": 8536865.0,
424
+ "step": 230
425
+ },
426
+ {
427
+ "epoch": 0.09270216962524655,
428
+ "grad_norm": 0.0632530227303505,
429
+ "learning_rate": 3.947782677165355e-05,
430
+ "loss": 0.014,
431
+ "mean_token_accuracy": 0.9934528350830079,
432
+ "num_tokens": 8719053.0,
433
+ "step": 235
434
+ },
435
+ {
436
+ "epoch": 0.09467455621301775,
437
+ "grad_norm": 0.09418715536594391,
438
+ "learning_rate": 4.032137007874016e-05,
439
+ "loss": 0.0142,
440
+ "mean_token_accuracy": 0.9937668204307556,
441
+ "num_tokens": 8902707.0,
442
+ "step": 240
443
+ },
444
+ {
445
+ "epoch": 0.09664694280078895,
446
+ "grad_norm": 0.0670342892408371,
447
+ "learning_rate": 4.116491338582677e-05,
448
+ "loss": 0.0133,
449
+ "mean_token_accuracy": 0.9940184712409973,
450
+ "num_tokens": 9092697.0,
451
+ "step": 245
452
+ },
453
+ {
454
+ "epoch": 0.09861932938856016,
455
+ "grad_norm": 0.0770217701792717,
456
+ "learning_rate": 4.200845669291339e-05,
457
+ "loss": 0.0132,
458
+ "mean_token_accuracy": 0.9939847946166992,
459
+ "num_tokens": 9279993.0,
460
+ "step": 250
461
+ },
462
+ {
463
+ "epoch": 0.10059171597633136,
464
+ "grad_norm": 0.06905656307935715,
465
+ "learning_rate": 4.2852e-05,
466
+ "loss": 0.0135,
467
+ "mean_token_accuracy": 0.9939971566200256,
468
+ "num_tokens": 9466630.0,
469
+ "step": 255
470
+ },
471
+ {
472
+ "epoch": 0.10256410256410256,
473
+ "grad_norm": 0.1345818042755127,
474
+ "learning_rate": 4.285191452506468e-05,
475
+ "loss": 0.0139,
476
+ "mean_token_accuracy": 0.9937587738037109,
477
+ "num_tokens": 9649918.0,
478
+ "step": 260
479
+ },
480
+ {
481
+ "epoch": 0.10453648915187377,
482
+ "grad_norm": 0.047634709626436234,
483
+ "learning_rate": 4.2851658101168e-05,
484
+ "loss": 0.0133,
485
+ "mean_token_accuracy": 0.9939332246780396,
486
+ "num_tokens": 9832310.0,
487
+ "step": 265
488
+ },
489
+ {
490
+ "epoch": 0.10650887573964497,
491
+ "grad_norm": 0.03853986784815788,
492
+ "learning_rate": 4.2851230731037846e-05,
493
+ "loss": 0.0132,
494
+ "mean_token_accuracy": 0.9940977811813354,
495
+ "num_tokens": 10021113.0,
496
+ "step": 270
497
+ },
498
+ {
499
+ "epoch": 0.10848126232741617,
500
+ "grad_norm": 0.09243371337652206,
501
+ "learning_rate": 4.285063241922065e-05,
502
+ "loss": 0.0131,
503
+ "mean_token_accuracy": 0.9940739035606384,
504
+ "num_tokens": 10206684.0,
505
+ "step": 275
506
+ },
507
+ {
508
+ "epoch": 0.11045364891518737,
509
+ "grad_norm": 0.18149180710315704,
510
+ "learning_rate": 4.284986317208133e-05,
511
+ "loss": 0.014,
512
+ "mean_token_accuracy": 0.9938218593597412,
513
+ "num_tokens": 10392345.0,
514
+ "step": 280
515
+ },
516
+ {
517
+ "epoch": 0.11242603550295859,
518
+ "grad_norm": 0.33121660351753235,
519
+ "learning_rate": 4.284892299780329e-05,
520
+ "loss": 0.0134,
521
+ "mean_token_accuracy": 0.9939525723457336,
522
+ "num_tokens": 10582134.0,
523
+ "step": 285
524
+ },
525
+ {
526
+ "epoch": 0.11439842209072978,
527
+ "grad_norm": 0.06855133920907974,
528
+ "learning_rate": 4.284781190638823e-05,
529
+ "loss": 0.0142,
530
+ "mean_token_accuracy": 0.9938366293907166,
531
+ "num_tokens": 10764689.0,
532
+ "step": 290
533
+ },
534
+ {
535
+ "epoch": 0.11637080867850098,
536
+ "grad_norm": 0.2645736038684845,
537
+ "learning_rate": 4.2846529909656116e-05,
538
+ "loss": 0.013,
539
+ "mean_token_accuracy": 0.9939942121505737,
540
+ "num_tokens": 10954315.0,
541
+ "step": 295
542
+ },
543
+ {
544
+ "epoch": 0.11834319526627218,
545
+ "grad_norm": 1.9121037721633911,
546
+ "learning_rate": 4.2845077021245034e-05,
547
+ "loss": 0.0158,
548
+ "mean_token_accuracy": 0.9931493401527405,
549
+ "num_tokens": 11135269.0,
550
+ "step": 300
551
+ },
552
+ {
553
+ "epoch": 0.1203155818540434,
554
+ "grad_norm": 1.1927855014801025,
555
+ "learning_rate": 4.284345325661103e-05,
556
+ "loss": 0.0225,
557
+ "mean_token_accuracy": 0.9921814203262329,
558
+ "num_tokens": 11316327.0,
559
+ "step": 305
560
+ },
561
+ {
562
+ "epoch": 0.1222879684418146,
563
+ "grad_norm": 1.997202754020691,
564
+ "learning_rate": 4.2841658633028e-05,
565
+ "loss": 0.0203,
566
+ "mean_token_accuracy": 0.992283034324646,
567
+ "num_tokens": 11502512.0,
568
+ "step": 310
569
+ },
570
+ {
571
+ "epoch": 0.1242603550295858,
572
+ "grad_norm": 0.1343405544757843,
573
+ "learning_rate": 4.28396931695874e-05,
574
+ "loss": 0.0147,
575
+ "mean_token_accuracy": 0.9935072779655456,
576
+ "num_tokens": 11685247.0,
577
+ "step": 315
578
+ },
579
+ {
580
+ "epoch": 0.126232741617357,
581
+ "grad_norm": 0.24693335592746735,
582
+ "learning_rate": 4.283755688719814e-05,
583
+ "loss": 0.0144,
584
+ "mean_token_accuracy": 0.9937364459037781,
585
+ "num_tokens": 11871657.0,
586
+ "step": 320
587
+ },
588
+ {
589
+ "epoch": 0.1282051282051282,
590
+ "grad_norm": 0.6627845168113708,
591
+ "learning_rate": 4.283524980858635e-05,
592
+ "loss": 0.0195,
593
+ "mean_token_accuracy": 0.9922019481658936,
594
+ "num_tokens": 12059485.0,
595
+ "step": 325
596
+ },
597
+ {
598
+ "epoch": 0.1301775147928994,
599
+ "grad_norm": 0.10230821371078491,
600
+ "learning_rate": 4.283277195829508e-05,
601
+ "loss": 0.0147,
602
+ "mean_token_accuracy": 0.9933422088623047,
603
+ "num_tokens": 12246508.0,
604
+ "step": 330
605
+ },
606
+ {
607
+ "epoch": 0.13214990138067062,
608
+ "grad_norm": 0.06060272827744484,
609
+ "learning_rate": 4.28301233626841e-05,
610
+ "loss": 0.0177,
611
+ "mean_token_accuracy": 0.9932606101036072,
612
+ "num_tokens": 12431003.0,
613
+ "step": 335
614
+ },
615
+ {
616
+ "epoch": 0.1341222879684418,
617
+ "grad_norm": 0.07024521380662918,
618
+ "learning_rate": 4.282730404992958e-05,
619
+ "loss": 0.0153,
620
+ "mean_token_accuracy": 0.9935808539390564,
621
+ "num_tokens": 12613759.0,
622
+ "step": 340
623
+ },
624
+ {
625
+ "epoch": 0.13609467455621302,
626
+ "grad_norm": 0.043302495032548904,
627
+ "learning_rate": 4.28243140500238e-05,
628
+ "loss": 0.0129,
629
+ "mean_token_accuracy": 0.9942602157592774,
630
+ "num_tokens": 12799120.0,
631
+ "step": 345
632
+ },
633
+ {
634
+ "epoch": 0.13806706114398423,
635
+ "grad_norm": 0.03011777251958847,
636
+ "learning_rate": 4.2821153394774885e-05,
637
+ "loss": 0.0139,
638
+ "mean_token_accuracy": 0.9939547777175903,
639
+ "num_tokens": 12980783.0,
640
+ "step": 350
641
+ },
642
+ {
643
+ "epoch": 0.14003944773175542,
644
+ "grad_norm": 0.03735549375414848,
645
+ "learning_rate": 4.2817822117806354e-05,
646
+ "loss": 0.013,
647
+ "mean_token_accuracy": 0.9940328359603882,
648
+ "num_tokens": 13164781.0,
649
+ "step": 355
650
+ },
651
+ {
652
+ "epoch": 0.14201183431952663,
653
+ "grad_norm": 0.10837282240390778,
654
+ "learning_rate": 4.281432025455686e-05,
655
+ "loss": 0.015,
656
+ "mean_token_accuracy": 0.9938132286071777,
657
+ "num_tokens": 13353794.0,
658
+ "step": 360
659
+ },
660
+ {
661
+ "epoch": 0.14398422090729784,
662
+ "grad_norm": 0.07957315444946289,
663
+ "learning_rate": 4.2810647842279786e-05,
664
+ "loss": 0.0133,
665
+ "mean_token_accuracy": 0.993849265575409,
666
+ "num_tokens": 13533412.0,
667
+ "step": 365
668
+ },
669
+ {
670
+ "epoch": 0.14595660749506903,
671
+ "grad_norm": 0.04022190719842911,
672
+ "learning_rate": 4.2806804920042826e-05,
673
+ "loss": 0.0129,
674
+ "mean_token_accuracy": 0.994051730632782,
675
+ "num_tokens": 13718680.0,
676
+ "step": 370
677
+ },
678
+ {
679
+ "epoch": 0.14792899408284024,
680
+ "grad_norm": 0.028754152357578278,
681
+ "learning_rate": 4.2802791528727586e-05,
682
+ "loss": 0.0137,
683
+ "mean_token_accuracy": 0.9939261198043823,
684
+ "num_tokens": 13904671.0,
685
+ "step": 375
686
+ },
687
+ {
688
+ "epoch": 0.14990138067061143,
689
+ "grad_norm": 0.07314479351043701,
690
+ "learning_rate": 4.279860771102917e-05,
691
+ "loss": 0.013,
692
+ "mean_token_accuracy": 0.9940339088439941,
693
+ "num_tokens": 14089839.0,
694
+ "step": 380
695
+ },
696
+ {
697
+ "epoch": 0.15187376725838264,
698
+ "grad_norm": 0.028541339561343193,
699
+ "learning_rate": 4.279425351145567e-05,
700
+ "loss": 0.0127,
701
+ "mean_token_accuracy": 0.9940938830375672,
702
+ "num_tokens": 14277196.0,
703
+ "step": 385
704
+ },
705
+ {
706
+ "epoch": 0.15384615384615385,
707
+ "grad_norm": 0.07783432304859161,
708
+ "learning_rate": 4.278972897632776e-05,
709
+ "loss": 0.0138,
710
+ "mean_token_accuracy": 0.9940650939941407,
711
+ "num_tokens": 14466798.0,
712
+ "step": 390
713
+ },
714
+ {
715
+ "epoch": 0.15581854043392504,
716
+ "grad_norm": 0.02617865428328514,
717
+ "learning_rate": 4.278503415377816e-05,
718
+ "loss": 0.013,
719
+ "mean_token_accuracy": 0.9941792964935303,
720
+ "num_tokens": 14652136.0,
721
+ "step": 395
722
+ },
723
+ {
724
+ "epoch": 0.15779092702169625,
725
+ "grad_norm": 0.035784874111413956,
726
+ "learning_rate": 4.278016909375112e-05,
727
+ "loss": 0.013,
728
+ "mean_token_accuracy": 0.994103193283081,
729
+ "num_tokens": 14838618.0,
730
+ "step": 400
731
+ },
732
+ {
733
+ "epoch": 0.15976331360946747,
734
+ "grad_norm": 0.02981606312096119,
735
+ "learning_rate": 4.277513384800191e-05,
736
+ "loss": 0.0127,
737
+ "mean_token_accuracy": 0.9940651178359985,
738
+ "num_tokens": 15022996.0,
739
+ "step": 405
740
+ },
741
+ {
742
+ "epoch": 0.16173570019723865,
743
+ "grad_norm": 0.01930910535156727,
744
+ "learning_rate": 4.276992847009628e-05,
745
+ "loss": 0.0127,
746
+ "mean_token_accuracy": 0.9941300868988037,
747
+ "num_tokens": 15202971.0,
748
+ "step": 410
749
+ },
750
+ {
751
+ "epoch": 0.16370808678500987,
752
+ "grad_norm": 0.02543552592396736,
753
+ "learning_rate": 4.276455301540986e-05,
754
+ "loss": 0.0126,
755
+ "mean_token_accuracy": 0.9941654682159424,
756
+ "num_tokens": 15384455.0,
757
+ "step": 415
758
+ },
759
+ {
760
+ "epoch": 0.16568047337278108,
761
+ "grad_norm": 0.02898615412414074,
762
+ "learning_rate": 4.275900754112757e-05,
763
+ "loss": 0.0133,
764
+ "mean_token_accuracy": 0.9940505146980285,
765
+ "num_tokens": 15571156.0,
766
+ "step": 420
767
+ },
768
+ {
769
+ "epoch": 0.16765285996055226,
770
+ "grad_norm": 0.025841962546110153,
771
+ "learning_rate": 4.275329210624306e-05,
772
+ "loss": 0.0129,
773
+ "mean_token_accuracy": 0.9941076755523681,
774
+ "num_tokens": 15752950.0,
775
+ "step": 425
776
+ },
777
+ {
778
+ "epoch": 0.16962524654832348,
779
+ "grad_norm": 0.02423620969057083,
780
+ "learning_rate": 4.2747406771557995e-05,
781
+ "loss": 0.0127,
782
+ "mean_token_accuracy": 0.994234275817871,
783
+ "num_tokens": 15940566.0,
784
+ "step": 430
785
+ },
786
+ {
787
+ "epoch": 0.17159763313609466,
788
+ "grad_norm": 0.054586950689554214,
789
+ "learning_rate": 4.274135159968152e-05,
790
+ "loss": 0.0129,
791
+ "mean_token_accuracy": 0.9940789937973022,
792
+ "num_tokens": 16123322.0,
793
+ "step": 435
794
+ },
795
+ {
796
+ "epoch": 0.17357001972386588,
797
+ "grad_norm": 0.03049752116203308,
798
+ "learning_rate": 4.27351266550295e-05,
799
+ "loss": 0.0129,
800
+ "mean_token_accuracy": 0.9942823052406311,
801
+ "num_tokens": 16312606.0,
802
+ "step": 440
803
+ },
804
+ {
805
+ "epoch": 0.1755424063116371,
806
+ "grad_norm": 0.03726842626929283,
807
+ "learning_rate": 4.272873200382387e-05,
808
+ "loss": 0.0126,
809
+ "mean_token_accuracy": 0.9941863536834716,
810
+ "num_tokens": 16497900.0,
811
+ "step": 445
812
+ },
813
+ {
814
+ "epoch": 0.17751479289940827,
815
+ "grad_norm": 0.02811609022319317,
816
+ "learning_rate": 4.272216771409193e-05,
817
+ "loss": 0.0129,
818
+ "mean_token_accuracy": 0.9940958976745605,
819
+ "num_tokens": 16684994.0,
820
+ "step": 450
821
+ },
822
+ {
823
+ "epoch": 0.1794871794871795,
824
+ "grad_norm": 0.0249259602278471,
825
+ "learning_rate": 4.271543385566564e-05,
826
+ "loss": 0.0126,
827
+ "mean_token_accuracy": 0.9941407680511475,
828
+ "num_tokens": 16870817.0,
829
+ "step": 455
830
+ },
831
+ {
832
+ "epoch": 0.1814595660749507,
833
+ "grad_norm": 0.027562299743294716,
834
+ "learning_rate": 4.2708530500180844e-05,
835
+ "loss": 0.0141,
836
+ "mean_token_accuracy": 0.9937734007835388,
837
+ "num_tokens": 17056130.0,
838
+ "step": 460
839
+ },
840
+ {
841
+ "epoch": 0.1834319526627219,
842
+ "grad_norm": 0.032294247299432755,
843
+ "learning_rate": 4.2701457721076526e-05,
844
+ "loss": 0.0132,
845
+ "mean_token_accuracy": 0.993969738483429,
846
+ "num_tokens": 17242933.0,
847
+ "step": 465
848
+ },
849
+ {
850
+ "epoch": 0.1854043392504931,
851
+ "grad_norm": 0.02657519280910492,
852
+ "learning_rate": 4.269421559359402e-05,
853
+ "loss": 0.0131,
854
+ "mean_token_accuracy": 0.9942268848419189,
855
+ "num_tokens": 17431102.0,
856
+ "step": 470
857
+ },
858
+ {
859
+ "epoch": 0.1873767258382643,
860
+ "grad_norm": 0.03130607306957245,
861
+ "learning_rate": 4.268680419477621e-05,
862
+ "loss": 0.013,
863
+ "mean_token_accuracy": 0.9940387964248657,
864
+ "num_tokens": 17617262.0,
865
+ "step": 475
866
+ },
867
+ {
868
+ "epoch": 0.1893491124260355,
869
+ "grad_norm": 0.025990553200244904,
870
+ "learning_rate": 4.267922360346673e-05,
871
+ "loss": 0.014,
872
+ "mean_token_accuracy": 0.993549394607544,
873
+ "num_tokens": 17798021.0,
874
+ "step": 480
875
+ },
876
+ {
877
+ "epoch": 0.1913214990138067,
878
+ "grad_norm": 0.02206920087337494,
879
+ "learning_rate": 4.2671473900309116e-05,
880
+ "loss": 0.0127,
881
+ "mean_token_accuracy": 0.9942124843597412,
882
+ "num_tokens": 17981812.0,
883
+ "step": 485
884
+ },
885
+ {
886
+ "epoch": 0.1932938856015779,
887
+ "grad_norm": 0.019280826672911644,
888
+ "learning_rate": 4.2663555167745916e-05,
889
+ "loss": 0.013,
890
+ "mean_token_accuracy": 0.9941383838653565,
891
+ "num_tokens": 18169369.0,
892
+ "step": 490
893
+ },
894
+ {
895
+ "epoch": 0.1952662721893491,
896
+ "grad_norm": 0.033744603395462036,
897
+ "learning_rate": 4.265546749001785e-05,
898
+ "loss": 0.0127,
899
+ "mean_token_accuracy": 0.9941118478775024,
900
+ "num_tokens": 18354700.0,
901
+ "step": 495
902
+ },
903
+ {
904
+ "epoch": 0.19723865877712032,
905
+ "grad_norm": 0.07425432652235031,
906
+ "learning_rate": 4.264721095316292e-05,
907
+ "loss": 0.0134,
908
+ "mean_token_accuracy": 0.9939664959907532,
909
+ "num_tokens": 18539201.0,
910
+ "step": 500
911
+ },
912
+ {
913
+ "epoch": 0.1992110453648915,
914
+ "grad_norm": 0.045775558799505234,
915
+ "learning_rate": 4.2638785645015455e-05,
916
+ "loss": 0.0128,
917
+ "mean_token_accuracy": 0.9941562175750732,
918
+ "num_tokens": 18724128.0,
919
+ "step": 505
920
+ },
921
+ {
922
+ "epoch": 0.20118343195266272,
923
+ "grad_norm": 0.020204922184348106,
924
+ "learning_rate": 4.263019165520522e-05,
925
+ "loss": 0.0134,
926
+ "mean_token_accuracy": 0.9938268899917603,
927
+ "num_tokens": 18910572.0,
928
+ "step": 510
929
+ },
930
+ {
931
+ "epoch": 0.20315581854043394,
932
+ "grad_norm": 0.024817291647195816,
933
+ "learning_rate": 4.262142907515642e-05,
934
+ "loss": 0.0131,
935
+ "mean_token_accuracy": 0.9938831329345703,
936
+ "num_tokens": 19094735.0,
937
+ "step": 515
938
+ },
939
+ {
940
+ "epoch": 0.20512820512820512,
941
+ "grad_norm": 0.027676964178681374,
942
+ "learning_rate": 4.261249799808676e-05,
943
+ "loss": 0.0125,
944
+ "mean_token_accuracy": 0.9942035794258117,
945
+ "num_tokens": 19281983.0,
946
+ "step": 520
947
+ },
948
+ {
949
+ "epoch": 0.20710059171597633,
950
+ "grad_norm": 0.03616034984588623,
951
+ "learning_rate": 4.2603398519006456e-05,
952
+ "loss": 0.0124,
953
+ "mean_token_accuracy": 0.9943036675453186,
954
+ "num_tokens": 19467872.0,
955
+ "step": 525
956
+ },
957
+ {
958
+ "epoch": 0.20907297830374755,
959
+ "grad_norm": 0.01999801956117153,
960
+ "learning_rate": 4.2594130734717186e-05,
961
+ "loss": 0.0128,
962
+ "mean_token_accuracy": 0.9941059827804566,
963
+ "num_tokens": 19654634.0,
964
+ "step": 530
965
+ },
966
+ {
967
+ "epoch": 0.21104536489151873,
968
+ "grad_norm": 0.026613615453243256,
969
+ "learning_rate": 4.258469474381111e-05,
970
+ "loss": 0.0125,
971
+ "mean_token_accuracy": 0.9941833734512329,
972
+ "num_tokens": 19840288.0,
973
+ "step": 535
974
+ },
975
+ {
976
+ "epoch": 0.21301775147928995,
977
+ "grad_norm": 0.027081554755568504,
978
+ "learning_rate": 4.257509064666977e-05,
979
+ "loss": 0.0123,
980
+ "mean_token_accuracy": 0.9943787336349488,
981
+ "num_tokens": 20026691.0,
982
+ "step": 540
983
+ },
984
+ {
985
+ "epoch": 0.21499013806706113,
986
+ "grad_norm": 0.04074582830071449,
987
+ "learning_rate": 4.256531854546308e-05,
988
+ "loss": 0.0128,
989
+ "mean_token_accuracy": 0.9939507722854615,
990
+ "num_tokens": 20208224.0,
991
+ "step": 545
992
+ },
993
+ {
994
+ "epoch": 0.21696252465483234,
995
+ "grad_norm": 0.021070433780550957,
996
+ "learning_rate": 4.2555378544148184e-05,
997
+ "loss": 0.0132,
998
+ "mean_token_accuracy": 0.9938449859619141,
999
+ "num_tokens": 20394106.0,
1000
+ "step": 550
1001
+ },
1002
+ {
1003
+ "epoch": 0.21893491124260356,
1004
+ "grad_norm": 0.024537397548556328,
1005
+ "learning_rate": 4.254527074846838e-05,
1006
+ "loss": 0.0133,
1007
+ "mean_token_accuracy": 0.9939658999443054,
1008
+ "num_tokens": 20579070.0,
1009
+ "step": 555
1010
+ },
1011
+ {
1012
+ "epoch": 0.22090729783037474,
1013
+ "grad_norm": 0.018611876294016838,
1014
+ "learning_rate": 4.253499526595198e-05,
1015
+ "loss": 0.0123,
1016
+ "mean_token_accuracy": 0.994249427318573,
1017
+ "num_tokens": 20767501.0,
1018
+ "step": 560
1019
+ },
1020
+ {
1021
+ "epoch": 0.22287968441814596,
1022
+ "grad_norm": 0.026016313582658768,
1023
+ "learning_rate": 4.25245522059112e-05,
1024
+ "loss": 0.013,
1025
+ "mean_token_accuracy": 0.9940187215805054,
1026
+ "num_tokens": 20951278.0,
1027
+ "step": 565
1028
+ },
1029
+ {
1030
+ "epoch": 0.22485207100591717,
1031
+ "grad_norm": 0.022571122273802757,
1032
+ "learning_rate": 4.251394167944095e-05,
1033
+ "loss": 0.0129,
1034
+ "mean_token_accuracy": 0.9939440011978149,
1035
+ "num_tokens": 21140033.0,
1036
+ "step": 570
1037
+ },
1038
+ {
1039
+ "epoch": 0.22682445759368836,
1040
+ "grad_norm": 0.03602802753448486,
1041
+ "learning_rate": 4.250316379941768e-05,
1042
+ "loss": 0.0124,
1043
+ "mean_token_accuracy": 0.9941883087158203,
1044
+ "num_tokens": 21328704.0,
1045
+ "step": 575
1046
+ },
1047
+ {
1048
+ "epoch": 0.22879684418145957,
1049
+ "grad_norm": 0.018570076674222946,
1050
+ "learning_rate": 4.249221868049818e-05,
1051
+ "loss": 0.0129,
1052
+ "mean_token_accuracy": 0.9939632892608643,
1053
+ "num_tokens": 21510942.0,
1054
+ "step": 580
1055
+ },
1056
+ {
1057
+ "epoch": 0.23076923076923078,
1058
+ "grad_norm": 0.02790108323097229,
1059
+ "learning_rate": 4.2481106439118345e-05,
1060
+ "loss": 0.0128,
1061
+ "mean_token_accuracy": 0.9941455602645874,
1062
+ "num_tokens": 21693866.0,
1063
+ "step": 585
1064
+ },
1065
+ {
1066
+ "epoch": 0.23274161735700197,
1067
+ "grad_norm": 0.025027867406606674,
1068
+ "learning_rate": 4.2469827193491936e-05,
1069
+ "loss": 0.0133,
1070
+ "mean_token_accuracy": 0.9940923094749451,
1071
+ "num_tokens": 21879295.0,
1072
+ "step": 590
1073
+ },
1074
+ {
1075
+ "epoch": 0.23471400394477318,
1076
+ "grad_norm": 0.025109363719820976,
1077
+ "learning_rate": 4.2458381063609363e-05,
1078
+ "loss": 0.0146,
1079
+ "mean_token_accuracy": 0.9934637308120727,
1080
+ "num_tokens": 22063809.0,
1081
+ "step": 595
1082
+ },
1083
+ {
1084
+ "epoch": 0.23668639053254437,
1085
+ "grad_norm": 0.024112723767757416,
1086
+ "learning_rate": 4.244676817123635e-05,
1087
+ "loss": 0.0126,
1088
+ "mean_token_accuracy": 0.9940780162811279,
1089
+ "num_tokens": 22247806.0,
1090
+ "step": 600
1091
+ },
1092
+ {
1093
+ "epoch": 0.23865877712031558,
1094
+ "grad_norm": 0.02184889279305935,
1095
+ "learning_rate": 4.243498863991267e-05,
1096
+ "loss": 0.0127,
1097
+ "mean_token_accuracy": 0.9940764546394348,
1098
+ "num_tokens": 22431733.0,
1099
+ "step": 605
1100
+ },
1101
+ {
1102
+ "epoch": 0.2406311637080868,
1103
+ "grad_norm": 0.018762197345495224,
1104
+ "learning_rate": 4.242304259495084e-05,
1105
+ "loss": 0.0128,
1106
+ "mean_token_accuracy": 0.9940377354621888,
1107
+ "num_tokens": 22621405.0,
1108
+ "step": 610
1109
+ },
1110
+ {
1111
+ "epoch": 0.24260355029585798,
1112
+ "grad_norm": 0.03053358569741249,
1113
+ "learning_rate": 4.2410930163434756e-05,
1114
+ "loss": 0.0123,
1115
+ "mean_token_accuracy": 0.9944116353988648,
1116
+ "num_tokens": 22805682.0,
1117
+ "step": 615
1118
+ },
1119
+ {
1120
+ "epoch": 0.2445759368836292,
1121
+ "grad_norm": 0.0349368192255497,
1122
+ "learning_rate": 4.239865147421837e-05,
1123
+ "loss": 0.0127,
1124
+ "mean_token_accuracy": 0.9942061543464661,
1125
+ "num_tokens": 22994102.0,
1126
+ "step": 620
1127
+ },
1128
+ {
1129
+ "epoch": 0.2465483234714004,
1130
+ "grad_norm": 0.025624720379710197,
1131
+ "learning_rate": 4.238620665792434e-05,
1132
+ "loss": 0.0126,
1133
+ "mean_token_accuracy": 0.9941583752632142,
1134
+ "num_tokens": 23177702.0,
1135
+ "step": 625
1136
+ },
1137
+ {
1138
+ "epoch": 0.2485207100591716,
1139
+ "grad_norm": 0.029787929728627205,
1140
+ "learning_rate": 4.2373595846942535e-05,
1141
+ "loss": 0.0126,
1142
+ "mean_token_accuracy": 0.9941216349601746,
1143
+ "num_tokens": 23359555.0,
1144
+ "step": 630
1145
+ },
1146
+ {
1147
+ "epoch": 0.2504930966469428,
1148
+ "grad_norm": 0.02572852000594139,
1149
+ "learning_rate": 4.236081917542878e-05,
1150
+ "loss": 0.0125,
1151
+ "mean_token_accuracy": 0.9942123293876648,
1152
+ "num_tokens": 23544940.0,
1153
+ "step": 635
1154
+ },
1155
+ {
1156
+ "epoch": 0.252465483234714,
1157
+ "grad_norm": 0.044698312878608704,
1158
+ "learning_rate": 4.234787677930331e-05,
1159
+ "loss": 0.013,
1160
+ "mean_token_accuracy": 0.9941087961196899,
1161
+ "num_tokens": 23731096.0,
1162
+ "step": 640
1163
+ },
1164
+ {
1165
+ "epoch": 0.25443786982248523,
1166
+ "grad_norm": 30.425779342651367,
1167
+ "learning_rate": 4.2334768796249364e-05,
1168
+ "loss": 0.0159,
1169
+ "mean_token_accuracy": 0.9939328193664551,
1170
+ "num_tokens": 23915652.0,
1171
+ "step": 645
1172
+ },
1173
+ {
1174
+ "epoch": 0.2564102564102564,
1175
+ "grad_norm": 0.44328176975250244,
1176
+ "learning_rate": 4.2321495365711744e-05,
1177
+ "loss": 0.0243,
1178
+ "mean_token_accuracy": 0.9924443960189819,
1179
+ "num_tokens": 24093231.0,
1180
+ "step": 650
1181
+ },
1182
+ {
1183
+ "epoch": 0.2583826429980276,
1184
+ "grad_norm": 0.04782794043421745,
1185
+ "learning_rate": 4.230805662889528e-05,
1186
+ "loss": 0.0143,
1187
+ "mean_token_accuracy": 0.9938549757003784,
1188
+ "num_tokens": 24278504.0,
1189
+ "step": 655
1190
+ },
1191
+ {
1192
+ "epoch": 0.2603550295857988,
1193
+ "grad_norm": 0.13285517692565918,
1194
+ "learning_rate": 4.229445272876338e-05,
1195
+ "loss": 0.0136,
1196
+ "mean_token_accuracy": 0.9938465833663941,
1197
+ "num_tokens": 24460968.0,
1198
+ "step": 660
1199
+ },
1200
+ {
1201
+ "epoch": 0.26232741617357,
1202
+ "grad_norm": 0.0991918072104454,
1203
+ "learning_rate": 4.228068381003647e-05,
1204
+ "loss": 0.0154,
1205
+ "mean_token_accuracy": 0.9932482481002808,
1206
+ "num_tokens": 24647103.0,
1207
+ "step": 665
1208
+ },
1209
+ {
1210
+ "epoch": 0.26429980276134124,
1211
+ "grad_norm": 0.46482768654823303,
1212
+ "learning_rate": 4.226675001919047e-05,
1213
+ "loss": 0.0153,
1214
+ "mean_token_accuracy": 0.9935938835144043,
1215
+ "num_tokens": 24828744.0,
1216
+ "step": 670
1217
+ },
1218
+ {
1219
+ "epoch": 0.26627218934911245,
1220
+ "grad_norm": 0.05104758217930794,
1221
+ "learning_rate": 4.225265150445525e-05,
1222
+ "loss": 0.0136,
1223
+ "mean_token_accuracy": 0.9940480709075927,
1224
+ "num_tokens": 25016751.0,
1225
+ "step": 675
1226
+ },
1227
+ {
1228
+ "epoch": 0.2682445759368836,
1229
+ "grad_norm": 0.02835351601243019,
1230
+ "learning_rate": 4.223838841581303e-05,
1231
+ "loss": 0.0131,
1232
+ "mean_token_accuracy": 0.9939886689186096,
1233
+ "num_tokens": 25197789.0,
1234
+ "step": 680
1235
+ },
1236
+ {
1237
+ "epoch": 0.2702169625246548,
1238
+ "grad_norm": 0.02049642615020275,
1239
+ "learning_rate": 4.222396090499678e-05,
1240
+ "loss": 0.0132,
1241
+ "mean_token_accuracy": 0.9940541744232178,
1242
+ "num_tokens": 25380186.0,
1243
+ "step": 685
1244
+ },
1245
+ {
1246
+ "epoch": 0.27218934911242604,
1247
+ "grad_norm": 0.05688883364200592,
1248
+ "learning_rate": 4.220936912548864e-05,
1249
+ "loss": 0.0127,
1250
+ "mean_token_accuracy": 0.9941863417625427,
1251
+ "num_tokens": 25563728.0,
1252
+ "step": 690
1253
+ },
1254
+ {
1255
+ "epoch": 0.27416173570019725,
1256
+ "grad_norm": 0.03041102923452854,
1257
+ "learning_rate": 4.2194613232518255e-05,
1258
+ "loss": 0.013,
1259
+ "mean_token_accuracy": 0.9938729286193848,
1260
+ "num_tokens": 25747493.0,
1261
+ "step": 695
1262
+ },
1263
+ {
1264
+ "epoch": 0.27613412228796846,
1265
+ "grad_norm": 0.022827785462141037,
1266
+ "learning_rate": 4.217969338306114e-05,
1267
+ "loss": 0.0131,
1268
+ "mean_token_accuracy": 0.9939754962921142,
1269
+ "num_tokens": 25933349.0,
1270
+ "step": 700
1271
+ },
1272
+ {
1273
+ "epoch": 0.2781065088757396,
1274
+ "grad_norm": 0.02409464307129383,
1275
+ "learning_rate": 4.2164609735837e-05,
1276
+ "loss": 0.0128,
1277
+ "mean_token_accuracy": 0.9940469980239868,
1278
+ "num_tokens": 26116953.0,
1279
+ "step": 705
1280
+ },
1281
+ {
1282
+ "epoch": 0.28007889546351084,
1283
+ "grad_norm": 0.021490557119250298,
1284
+ "learning_rate": 4.214936245130805e-05,
1285
+ "loss": 0.013,
1286
+ "mean_token_accuracy": 0.9941638350486756,
1287
+ "num_tokens": 26301647.0,
1288
+ "step": 710
1289
+ },
1290
+ {
1291
+ "epoch": 0.28205128205128205,
1292
+ "grad_norm": 0.02634543552994728,
1293
+ "learning_rate": 4.2133951691677306e-05,
1294
+ "loss": 0.0127,
1295
+ "mean_token_accuracy": 0.9942031621932983,
1296
+ "num_tokens": 26488583.0,
1297
+ "step": 715
1298
+ },
1299
+ {
1300
+ "epoch": 0.28402366863905326,
1301
+ "grad_norm": 0.01704087294638157,
1302
+ "learning_rate": 4.211837762088684e-05,
1303
+ "loss": 0.0123,
1304
+ "mean_token_accuracy": 0.9944246053695679,
1305
+ "num_tokens": 26678077.0,
1306
+ "step": 720
1307
+ },
1308
+ {
1309
+ "epoch": 0.2859960552268245,
1310
+ "grad_norm": 0.026759184896945953,
1311
+ "learning_rate": 4.2102640404616094e-05,
1312
+ "loss": 0.014,
1313
+ "mean_token_accuracy": 0.9937499523162842,
1314
+ "num_tokens": 26860728.0,
1315
+ "step": 725
1316
+ },
1317
+ {
1318
+ "epoch": 0.2879684418145957,
1319
+ "grad_norm": 0.027147632092237473,
1320
+ "learning_rate": 4.208674021028002e-05,
1321
+ "loss": 0.0126,
1322
+ "mean_token_accuracy": 0.9942026376724243,
1323
+ "num_tokens": 27047732.0,
1324
+ "step": 730
1325
+ },
1326
+ {
1327
+ "epoch": 0.28994082840236685,
1328
+ "grad_norm": 0.022147085517644882,
1329
+ "learning_rate": 4.207067720702742e-05,
1330
+ "loss": 0.0126,
1331
+ "mean_token_accuracy": 0.9942293286323547,
1332
+ "num_tokens": 27233802.0,
1333
+ "step": 735
1334
+ },
1335
+ {
1336
+ "epoch": 0.29191321499013806,
1337
+ "grad_norm": 0.037467051297426224,
1338
+ "learning_rate": 4.205445156573903e-05,
1339
+ "loss": 0.0125,
1340
+ "mean_token_accuracy": 0.9941612005233764,
1341
+ "num_tokens": 27418734.0,
1342
+ "step": 740
1343
+ },
1344
+ {
1345
+ "epoch": 0.2938856015779093,
1346
+ "grad_norm": 0.02817392349243164,
1347
+ "learning_rate": 4.2038063459025794e-05,
1348
+ "loss": 0.0128,
1349
+ "mean_token_accuracy": 0.9941320419311523,
1350
+ "num_tokens": 27602218.0,
1351
+ "step": 745
1352
+ },
1353
+ {
1354
+ "epoch": 0.2958579881656805,
1355
+ "grad_norm": 0.02613888494670391,
1356
+ "learning_rate": 4.202151306122695e-05,
1357
+ "loss": 0.0125,
1358
+ "mean_token_accuracy": 0.9943588614463806,
1359
+ "num_tokens": 27787524.0,
1360
+ "step": 750
1361
+ },
1362
+ {
1363
+ "epoch": 0.2978303747534517,
1364
+ "grad_norm": 0.023414531722664833,
1365
+ "learning_rate": 4.200480054840826e-05,
1366
+ "loss": 0.0125,
1367
+ "mean_token_accuracy": 0.994118595123291,
1368
+ "num_tokens": 27972322.0,
1369
+ "step": 755
1370
+ },
1371
+ {
1372
+ "epoch": 0.29980276134122286,
1373
+ "grad_norm": 0.03286295756697655,
1374
+ "learning_rate": 4.198792609836004e-05,
1375
+ "loss": 0.0126,
1376
+ "mean_token_accuracy": 0.9941413998603821,
1377
+ "num_tokens": 28155797.0,
1378
+ "step": 760
1379
+ },
1380
+ {
1381
+ "epoch": 0.30177514792899407,
1382
+ "grad_norm": 0.027933163568377495,
1383
+ "learning_rate": 4.1970889890595355e-05,
1384
+ "loss": 0.0131,
1385
+ "mean_token_accuracy": 0.9940989732742309,
1386
+ "num_tokens": 28338176.0,
1387
+ "step": 765
1388
+ },
1389
+ {
1390
+ "epoch": 0.3037475345167653,
1391
+ "grad_norm": 0.026723258197307587,
1392
+ "learning_rate": 4.195369210634807e-05,
1393
+ "loss": 0.0125,
1394
+ "mean_token_accuracy": 0.9941996097564697,
1395
+ "num_tokens": 28522574.0,
1396
+ "step": 770
1397
+ },
1398
+ {
1399
+ "epoch": 0.3057199211045365,
1400
+ "grad_norm": 0.020453844219446182,
1401
+ "learning_rate": 4.193633292857092e-05,
1402
+ "loss": 0.0129,
1403
+ "mean_token_accuracy": 0.9939847469329834,
1404
+ "num_tokens": 28707610.0,
1405
+ "step": 775
1406
+ },
1407
+ {
1408
+ "epoch": 0.3076923076923077,
1409
+ "grad_norm": 0.04157761111855507,
1410
+ "learning_rate": 4.191881254193358e-05,
1411
+ "loss": 0.0132,
1412
+ "mean_token_accuracy": 0.993830943107605,
1413
+ "num_tokens": 28890795.0,
1414
+ "step": 780
1415
+ },
1416
+ {
1417
+ "epoch": 0.3096646942800789,
1418
+ "grad_norm": 0.03104614093899727,
1419
+ "learning_rate": 4.190113113282066e-05,
1420
+ "loss": 0.0128,
1421
+ "mean_token_accuracy": 0.9942401647567749,
1422
+ "num_tokens": 29076723.0,
1423
+ "step": 785
1424
+ },
1425
+ {
1426
+ "epoch": 0.3116370808678501,
1427
+ "grad_norm": 0.022480012848973274,
1428
+ "learning_rate": 4.188328888932979e-05,
1429
+ "loss": 0.0124,
1430
+ "mean_token_accuracy": 0.9942922234535218,
1431
+ "num_tokens": 29262650.0,
1432
+ "step": 790
1433
+ },
1434
+ {
1435
+ "epoch": 0.3136094674556213,
1436
+ "grad_norm": 0.028224948793649673,
1437
+ "learning_rate": 4.1865286001269556e-05,
1438
+ "loss": 0.0127,
1439
+ "mean_token_accuracy": 0.9941365480422973,
1440
+ "num_tokens": 29451937.0,
1441
+ "step": 795
1442
+ },
1443
+ {
1444
+ "epoch": 0.3155818540433925,
1445
+ "grad_norm": 0.020351704210042953,
1446
+ "learning_rate": 4.184712266015752e-05,
1447
+ "loss": 0.0126,
1448
+ "mean_token_accuracy": 0.9941185712814331,
1449
+ "num_tokens": 29636313.0,
1450
+ "step": 800
1451
+ },
1452
+ {
1453
+ "epoch": 0.3175542406311637,
1454
+ "grad_norm": 0.023821154609322548,
1455
+ "learning_rate": 4.182879905921816e-05,
1456
+ "loss": 0.0125,
1457
+ "mean_token_accuracy": 0.9941583514213562,
1458
+ "num_tokens": 29822875.0,
1459
+ "step": 805
1460
+ },
1461
+ {
1462
+ "epoch": 0.31952662721893493,
1463
+ "grad_norm": 0.017884748056530952,
1464
+ "learning_rate": 4.181031539338083e-05,
1465
+ "loss": 0.0131,
1466
+ "mean_token_accuracy": 0.9940088272094727,
1467
+ "num_tokens": 30007756.0,
1468
+ "step": 810
1469
+ },
1470
+ {
1471
+ "epoch": 0.3214990138067061,
1472
+ "grad_norm": 0.01931493543088436,
1473
+ "learning_rate": 4.1791671859277685e-05,
1474
+ "loss": 0.013,
1475
+ "mean_token_accuracy": 0.994010066986084,
1476
+ "num_tokens": 30190743.0,
1477
+ "step": 815
1478
+ },
1479
+ {
1480
+ "epoch": 0.3234714003944773,
1481
+ "grad_norm": 0.03150451183319092,
1482
+ "learning_rate": 4.177286865524156e-05,
1483
+ "loss": 0.0127,
1484
+ "mean_token_accuracy": 0.9941862225532532,
1485
+ "num_tokens": 30376129.0,
1486
+ "step": 820
1487
+ },
1488
+ {
1489
+ "epoch": 0.3254437869822485,
1490
+ "grad_norm": 0.013357733376324177,
1491
+ "learning_rate": 4.175390598130391e-05,
1492
+ "loss": 0.0125,
1493
+ "mean_token_accuracy": 0.9942962050437927,
1494
+ "num_tokens": 30562067.0,
1495
+ "step": 825
1496
+ },
1497
+ {
1498
+ "epoch": 0.32741617357001973,
1499
+ "grad_norm": 0.028592921793460846,
1500
+ "learning_rate": 4.1734784039192636e-05,
1501
+ "loss": 0.0131,
1502
+ "mean_token_accuracy": 0.9940245032310486,
1503
+ "num_tokens": 30743304.0,
1504
+ "step": 830
1505
+ },
1506
+ {
1507
+ "epoch": 0.32938856015779094,
1508
+ "grad_norm": 0.022661888971924782,
1509
+ "learning_rate": 4.171550303232998e-05,
1510
+ "loss": 0.0127,
1511
+ "mean_token_accuracy": 0.9938766360282898,
1512
+ "num_tokens": 30928289.0,
1513
+ "step": 835
1514
+ },
1515
+ {
1516
+ "epoch": 0.33136094674556216,
1517
+ "grad_norm": 0.033437468111515045,
1518
+ "learning_rate": 4.169606316583033e-05,
1519
+ "loss": 0.0125,
1520
+ "mean_token_accuracy": 0.9941809058189393,
1521
+ "num_tokens": 31116161.0,
1522
+ "step": 840
1523
+ },
1524
+ {
1525
+ "epoch": 0.3333333333333333,
1526
+ "grad_norm": 0.025233056396245956,
1527
+ "learning_rate": 4.167646464649803e-05,
1528
+ "loss": 0.0127,
1529
+ "mean_token_accuracy": 0.994313097000122,
1530
+ "num_tokens": 31301580.0,
1531
+ "step": 845
1532
+ },
1533
+ {
1534
+ "epoch": 0.33530571992110453,
1535
+ "grad_norm": 0.024270253255963326,
1536
+ "learning_rate": 4.165670768282523e-05,
1537
+ "loss": 0.0133,
1538
+ "mean_token_accuracy": 0.9939130067825317,
1539
+ "num_tokens": 31489968.0,
1540
+ "step": 850
1541
+ },
1542
+ {
1543
+ "epoch": 0.33727810650887574,
1544
+ "grad_norm": 0.019101927056908607,
1545
+ "learning_rate": 4.1636792484989604e-05,
1546
+ "loss": 0.0132,
1547
+ "mean_token_accuracy": 0.9939839720726014,
1548
+ "num_tokens": 31676714.0,
1549
+ "step": 855
1550
+ },
1551
+ {
1552
+ "epoch": 0.33925049309664695,
1553
+ "grad_norm": 0.023301871493458748,
1554
+ "learning_rate": 4.1616719264852176e-05,
1555
+ "loss": 0.0123,
1556
+ "mean_token_accuracy": 0.9941732168197632,
1557
+ "num_tokens": 31861683.0,
1558
+ "step": 860
1559
+ },
1560
+ {
1561
+ "epoch": 0.34122287968441817,
1562
+ "grad_norm": 0.02081654965877533,
1563
+ "learning_rate": 4.1596488235955015e-05,
1564
+ "loss": 0.0126,
1565
+ "mean_token_accuracy": 0.9940586805343627,
1566
+ "num_tokens": 32049155.0,
1567
+ "step": 865
1568
+ },
1569
+ {
1570
+ "epoch": 0.3431952662721893,
1571
+ "grad_norm": 0.02621420845389366,
1572
+ "learning_rate": 4.157609961351899e-05,
1573
+ "loss": 0.013,
1574
+ "mean_token_accuracy": 0.9941748380661011,
1575
+ "num_tokens": 32234796.0,
1576
+ "step": 870
1577
+ },
1578
+ {
1579
+ "epoch": 0.34516765285996054,
1580
+ "grad_norm": 0.016854939982295036,
1581
+ "learning_rate": 4.155555361444148e-05,
1582
+ "loss": 0.0129,
1583
+ "mean_token_accuracy": 0.9941337823867797,
1584
+ "num_tokens": 32415708.0,
1585
+ "step": 875
1586
+ },
1587
+ {
1588
+ "epoch": 0.34714003944773175,
1589
+ "grad_norm": 0.019724294543266296,
1590
+ "learning_rate": 4.153485045729405e-05,
1591
+ "loss": 0.013,
1592
+ "mean_token_accuracy": 0.9940037846565246,
1593
+ "num_tokens": 32603243.0,
1594
+ "step": 880
1595
+ },
1596
+ {
1597
+ "epoch": 0.34911242603550297,
1598
+ "grad_norm": 0.024253640323877335,
1599
+ "learning_rate": 4.151399036232016e-05,
1600
+ "loss": 0.0125,
1601
+ "mean_token_accuracy": 0.9942573547363281,
1602
+ "num_tokens": 32788971.0,
1603
+ "step": 885
1604
+ },
1605
+ {
1606
+ "epoch": 0.3510848126232742,
1607
+ "grad_norm": 0.015055987983942032,
1608
+ "learning_rate": 4.1492973551432764e-05,
1609
+ "loss": 0.0124,
1610
+ "mean_token_accuracy": 0.9942630171775818,
1611
+ "num_tokens": 32979230.0,
1612
+ "step": 890
1613
+ },
1614
+ {
1615
+ "epoch": 0.3530571992110454,
1616
+ "grad_norm": 0.012248920276761055,
1617
+ "learning_rate": 4.147180024821203e-05,
1618
+ "loss": 0.0129,
1619
+ "mean_token_accuracy": 0.9940227746963501,
1620
+ "num_tokens": 33164537.0,
1621
+ "step": 895
1622
+ },
1623
+ {
1624
+ "epoch": 0.35502958579881655,
1625
+ "grad_norm": 0.019068609923124313,
1626
+ "learning_rate": 4.145047067790287e-05,
1627
+ "loss": 0.0126,
1628
+ "mean_token_accuracy": 0.9940544724464416,
1629
+ "num_tokens": 33350130.0,
1630
+ "step": 900
1631
+ },
1632
+ {
1633
+ "epoch": 0.35700197238658776,
1634
+ "grad_norm": 0.019035546109080315,
1635
+ "learning_rate": 4.142898506741261e-05,
1636
+ "loss": 0.0125,
1637
+ "mean_token_accuracy": 0.9941940903663635,
1638
+ "num_tokens": 33536490.0,
1639
+ "step": 905
1640
+ },
1641
+ {
1642
+ "epoch": 0.358974358974359,
1643
+ "grad_norm": 0.030201325193047523,
1644
+ "learning_rate": 4.1407343645308565e-05,
1645
+ "loss": 0.014,
1646
+ "mean_token_accuracy": 0.9935310006141662,
1647
+ "num_tokens": 33719980.0,
1648
+ "step": 910
1649
+ },
1650
+ {
1651
+ "epoch": 0.3609467455621302,
1652
+ "grad_norm": 0.02158587984740734,
1653
+ "learning_rate": 4.138554664181559e-05,
1654
+ "loss": 0.0124,
1655
+ "mean_token_accuracy": 0.994192922115326,
1656
+ "num_tokens": 33904317.0,
1657
+ "step": 915
1658
+ },
1659
+ {
1660
+ "epoch": 0.3629191321499014,
1661
+ "grad_norm": 0.01816326193511486,
1662
+ "learning_rate": 4.1363594288813646e-05,
1663
+ "loss": 0.0125,
1664
+ "mean_token_accuracy": 0.9941263437271118,
1665
+ "num_tokens": 34093341.0,
1666
+ "step": 920
1667
+ },
1668
+ {
1669
+ "epoch": 0.36489151873767256,
1670
+ "grad_norm": 0.013991765677928925,
1671
+ "learning_rate": 4.13414868198353e-05,
1672
+ "loss": 0.0123,
1673
+ "mean_token_accuracy": 0.99427170753479,
1674
+ "num_tokens": 34278248.0,
1675
+ "step": 925
1676
+ },
1677
+ {
1678
+ "epoch": 0.3668639053254438,
1679
+ "grad_norm": 0.020902413874864578,
1680
+ "learning_rate": 4.131922447006331e-05,
1681
+ "loss": 0.0126,
1682
+ "mean_token_accuracy": 0.994118845462799,
1683
+ "num_tokens": 34466100.0,
1684
+ "step": 930
1685
+ },
1686
+ {
1687
+ "epoch": 0.368836291913215,
1688
+ "grad_norm": 0.01593414507806301,
1689
+ "learning_rate": 4.1296807476328036e-05,
1690
+ "loss": 0.0126,
1691
+ "mean_token_accuracy": 0.9943223476409913,
1692
+ "num_tokens": 34651696.0,
1693
+ "step": 935
1694
+ },
1695
+ {
1696
+ "epoch": 0.3708086785009862,
1697
+ "grad_norm": 0.030721718445420265,
1698
+ "learning_rate": 4.1274236077105e-05,
1699
+ "loss": 0.0132,
1700
+ "mean_token_accuracy": 0.9940510272979737,
1701
+ "num_tokens": 34835622.0,
1702
+ "step": 940
1703
+ },
1704
+ {
1705
+ "epoch": 0.3727810650887574,
1706
+ "grad_norm": 0.015614481642842293,
1707
+ "learning_rate": 4.1251510512512305e-05,
1708
+ "loss": 0.0123,
1709
+ "mean_token_accuracy": 0.994101345539093,
1710
+ "num_tokens": 35021150.0,
1711
+ "step": 945
1712
+ },
1713
+ {
1714
+ "epoch": 0.3747534516765286,
1715
+ "grad_norm": 0.016186527907848358,
1716
+ "learning_rate": 4.122863102430806e-05,
1717
+ "loss": 0.0129,
1718
+ "mean_token_accuracy": 0.9940269470214844,
1719
+ "num_tokens": 35205592.0,
1720
+ "step": 950
1721
+ },
1722
+ {
1723
+ "epoch": 0.3767258382642998,
1724
+ "grad_norm": 0.013813738711178303,
1725
+ "learning_rate": 4.120559785588789e-05,
1726
+ "loss": 0.0131,
1727
+ "mean_token_accuracy": 0.9939452648162842,
1728
+ "num_tokens": 35390894.0,
1729
+ "step": 955
1730
+ },
1731
+ {
1732
+ "epoch": 0.378698224852071,
1733
+ "grad_norm": 0.033841319382190704,
1734
+ "learning_rate": 4.1182411252282255e-05,
1735
+ "loss": 0.0125,
1736
+ "mean_token_accuracy": 0.9942763090133667,
1737
+ "num_tokens": 35578752.0,
1738
+ "step": 960
1739
+ },
1740
+ {
1741
+ "epoch": 0.3806706114398422,
1742
+ "grad_norm": 0.016619008034467697,
1743
+ "learning_rate": 4.115907146015389e-05,
1744
+ "loss": 0.0125,
1745
+ "mean_token_accuracy": 0.9941715478897095,
1746
+ "num_tokens": 35762874.0,
1747
+ "step": 965
1748
+ },
1749
+ {
1750
+ "epoch": 0.3826429980276134,
1751
+ "grad_norm": 0.012615431100130081,
1752
+ "learning_rate": 4.1135578727795184e-05,
1753
+ "loss": 0.0125,
1754
+ "mean_token_accuracy": 0.9939143896102905,
1755
+ "num_tokens": 35950724.0,
1756
+ "step": 970
1757
+ },
1758
+ {
1759
+ "epoch": 0.38461538461538464,
1760
+ "grad_norm": 0.03185771405696869,
1761
+ "learning_rate": 4.111193330512552e-05,
1762
+ "loss": 0.0131,
1763
+ "mean_token_accuracy": 0.993620765209198,
1764
+ "num_tokens": 36132223.0,
1765
+ "step": 975
1766
+ },
1767
+ {
1768
+ "epoch": 0.3865877712031558,
1769
+ "grad_norm": 0.0167035274207592,
1770
+ "learning_rate": 4.1088135443688624e-05,
1771
+ "loss": 0.0124,
1772
+ "mean_token_accuracy": 0.9940300226211548,
1773
+ "num_tokens": 36319685.0,
1774
+ "step": 980
1775
+ },
1776
+ {
1777
+ "epoch": 0.388560157790927,
1778
+ "grad_norm": 0.04164189472794533,
1779
+ "learning_rate": 4.1064185396649894e-05,
1780
+ "loss": 0.0127,
1781
+ "mean_token_accuracy": 0.9942732572555542,
1782
+ "num_tokens": 36507537.0,
1783
+ "step": 985
1784
+ },
1785
+ {
1786
+ "epoch": 0.3905325443786982,
1787
+ "grad_norm": 0.025893423706293106,
1788
+ "learning_rate": 4.104008341879371e-05,
1789
+ "loss": 0.0134,
1790
+ "mean_token_accuracy": 0.9938620328903198,
1791
+ "num_tokens": 36692826.0,
1792
+ "step": 990
1793
+ },
1794
+ {
1795
+ "epoch": 0.39250493096646943,
1796
+ "grad_norm": 0.03625747561454773,
1797
+ "learning_rate": 4.1015829766520684e-05,
1798
+ "loss": 0.0124,
1799
+ "mean_token_accuracy": 0.9942021846771241,
1800
+ "num_tokens": 36880255.0,
1801
+ "step": 995
1802
+ },
1803
+ {
1804
+ "epoch": 0.39447731755424065,
1805
+ "grad_norm": 0.0189555361866951,
1806
+ "learning_rate": 4.0991424697845015e-05,
1807
+ "loss": 0.0129,
1808
+ "mean_token_accuracy": 0.9939949154853821,
1809
+ "num_tokens": 37062438.0,
1810
+ "step": 1000
1811
+ },
1812
+ {
1813
+ "epoch": 0.39644970414201186,
1814
+ "grad_norm": 0.01576905883848667,
1815
+ "learning_rate": 4.0966868472391645e-05,
1816
+ "loss": 0.0126,
1817
+ "mean_token_accuracy": 0.994293999671936,
1818
+ "num_tokens": 37247090.0,
1819
+ "step": 1005
1820
+ },
1821
+ {
1822
+ "epoch": 0.398422090729783,
1823
+ "grad_norm": 0.016341818496584892,
1824
+ "learning_rate": 4.094216135139357e-05,
1825
+ "loss": 0.013,
1826
+ "mean_token_accuracy": 0.9940265059471131,
1827
+ "num_tokens": 37431333.0,
1828
+ "step": 1010
1829
+ },
1830
+ {
1831
+ "epoch": 0.40039447731755423,
1832
+ "grad_norm": 0.019754884764552116,
1833
+ "learning_rate": 4.0917303597689037e-05,
1834
+ "loss": 0.0127,
1835
+ "mean_token_accuracy": 0.9942436695098877,
1836
+ "num_tokens": 37613486.0,
1837
+ "step": 1015
1838
+ },
1839
+ {
1840
+ "epoch": 0.40236686390532544,
1841
+ "grad_norm": 0.016370050609111786,
1842
+ "learning_rate": 4.089229547571874e-05,
1843
+ "loss": 0.0143,
1844
+ "mean_token_accuracy": 0.9936313033103943,
1845
+ "num_tokens": 37797416.0,
1846
+ "step": 1020
1847
+ },
1848
+ {
1849
+ "epoch": 0.40433925049309666,
1850
+ "grad_norm": 0.014701160602271557,
1851
+ "learning_rate": 4.086713725152302e-05,
1852
+ "loss": 0.0126,
1853
+ "mean_token_accuracy": 0.9941794633865356,
1854
+ "num_tokens": 37981781.0,
1855
+ "step": 1025
1856
+ }
1857
+ ],
1858
+ "logging_steps": 5,
1859
+ "max_steps": 5070,
1860
+ "num_input_tokens_seen": 0,
1861
+ "num_train_epochs": 2,
1862
+ "save_steps": 500,
1863
+ "stateful_callbacks": {
1864
+ "TrainerControl": {
1865
+ "args": {
1866
+ "should_epoch_stop": false,
1867
+ "should_evaluate": false,
1868
+ "should_log": false,
1869
+ "should_save": true,
1870
+ "should_training_stop": false
1871
+ },
1872
+ "attributes": {}
1873
+ }
1874
+ },
1875
+ "total_flos": 8.9173167078323e+17,
1876
+ "train_batch_size": 20,
1877
+ "trial_name": null,
1878
+ "trial_params": null
1879
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f0080dd025b486e2f6572865dedc7d19204763e1dec6c0dc9ca9441ae15bd81
3
+ size 6545
vocab.json ADDED
The diff for this file is too large to render. See raw diff