n4ksworks commited on
Commit
65ee60e
·
verified ·
1 Parent(s): 48c3bcf

c926ab54640f: checkpoint-1000

Browse files
.gitattributes CHANGED
@@ -44,3 +44,4 @@ c926ab54640f/checkpoint-600/tokenizer.json filter=lfs diff=lfs merge=lfs -text
44
  c926ab54640f/checkpoint-700/tokenizer.json filter=lfs diff=lfs merge=lfs -text
45
  c926ab54640f/checkpoint-800/tokenizer.json filter=lfs diff=lfs merge=lfs -text
46
  c926ab54640f/checkpoint-900/tokenizer.json filter=lfs diff=lfs merge=lfs -text
 
 
44
  c926ab54640f/checkpoint-700/tokenizer.json filter=lfs diff=lfs merge=lfs -text
45
  c926ab54640f/checkpoint-800/tokenizer.json filter=lfs diff=lfs merge=lfs -text
46
  c926ab54640f/checkpoint-900/tokenizer.json filter=lfs diff=lfs merge=lfs -text
47
+ c926ab54640f/checkpoint-1000/tokenizer.json filter=lfs diff=lfs merge=lfs -text
c926ab54640f/checkpoint-1000/README.md ADDED
@@ -0,0 +1,209 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen2.5-Coder-1.5B-Instruct
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:Qwen/Qwen2.5-Coder-1.5B-Instruct
7
+ - lora
8
+ - sft
9
+ - transformers
10
+ - trl
11
+ ---
12
+
13
+ # Model Card for Model ID
14
+
15
+ <!-- Provide a quick summary of what the model is/does. -->
16
+
17
+
18
+
19
+ ## Model Details
20
+
21
+ ### Model Description
22
+
23
+ <!-- Provide a longer summary of what this model is. -->
24
+
25
+
26
+
27
+ - **Developed by:** [More Information Needed]
28
+ - **Funded by [optional]:** [More Information Needed]
29
+ - **Shared by [optional]:** [More Information Needed]
30
+ - **Model type:** [More Information Needed]
31
+ - **Language(s) (NLP):** [More Information Needed]
32
+ - **License:** [More Information Needed]
33
+ - **Finetuned from model [optional]:** [More Information Needed]
34
+
35
+ ### Model Sources [optional]
36
+
37
+ <!-- Provide the basic links for the model. -->
38
+
39
+ - **Repository:** [More Information Needed]
40
+ - **Paper [optional]:** [More Information Needed]
41
+ - **Demo [optional]:** [More Information Needed]
42
+
43
+ ## Uses
44
+
45
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
46
+
47
+ ### Direct Use
48
+
49
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
50
+
51
+ [More Information Needed]
52
+
53
+ ### Downstream Use [optional]
54
+
55
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
56
+
57
+ [More Information Needed]
58
+
59
+ ### Out-of-Scope Use
60
+
61
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
62
+
63
+ [More Information Needed]
64
+
65
+ ## Bias, Risks, and Limitations
66
+
67
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
68
+
69
+ [More Information Needed]
70
+
71
+ ### Recommendations
72
+
73
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
74
+
75
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
76
+
77
+ ## How to Get Started with the Model
78
+
79
+ Use the code below to get started with the model.
80
+
81
+ [More Information Needed]
82
+
83
+ ## Training Details
84
+
85
+ ### Training Data
86
+
87
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
88
+
89
+ [More Information Needed]
90
+
91
+ ### Training Procedure
92
+
93
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
94
+
95
+ #### Preprocessing [optional]
96
+
97
+ [More Information Needed]
98
+
99
+
100
+ #### Training Hyperparameters
101
+
102
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
103
+
104
+ #### Speeds, Sizes, Times [optional]
105
+
106
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
107
+
108
+ [More Information Needed]
109
+
110
+ ## Evaluation
111
+
112
+ <!-- This section describes the evaluation protocols and provides the results. -->
113
+
114
+ ### Testing Data, Factors & Metrics
115
+
116
+ #### Testing Data
117
+
118
+ <!-- This should link to a Dataset Card if possible. -->
119
+
120
+ [More Information Needed]
121
+
122
+ #### Factors
123
+
124
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
125
+
126
+ [More Information Needed]
127
+
128
+ #### Metrics
129
+
130
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
131
+
132
+ [More Information Needed]
133
+
134
+ ### Results
135
+
136
+ [More Information Needed]
137
+
138
+ #### Summary
139
+
140
+
141
+
142
+ ## Model Examination [optional]
143
+
144
+ <!-- Relevant interpretability work for the model goes here -->
145
+
146
+ [More Information Needed]
147
+
148
+ ## Environmental Impact
149
+
150
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
151
+
152
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
153
+
154
+ - **Hardware Type:** [More Information Needed]
155
+ - **Hours used:** [More Information Needed]
156
+ - **Cloud Provider:** [More Information Needed]
157
+ - **Compute Region:** [More Information Needed]
158
+ - **Carbon Emitted:** [More Information Needed]
159
+
160
+ ## Technical Specifications [optional]
161
+
162
+ ### Model Architecture and Objective
163
+
164
+ [More Information Needed]
165
+
166
+ ### Compute Infrastructure
167
+
168
+ [More Information Needed]
169
+
170
+ #### Hardware
171
+
172
+ [More Information Needed]
173
+
174
+ #### Software
175
+
176
+ [More Information Needed]
177
+
178
+ ## Citation [optional]
179
+
180
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
181
+
182
+ **BibTeX:**
183
+
184
+ [More Information Needed]
185
+
186
+ **APA:**
187
+
188
+ [More Information Needed]
189
+
190
+ ## Glossary [optional]
191
+
192
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
193
+
194
+ [More Information Needed]
195
+
196
+ ## More Information [optional]
197
+
198
+ [More Information Needed]
199
+
200
+ ## Model Card Authors [optional]
201
+
202
+ [More Information Needed]
203
+
204
+ ## Model Card Contact
205
+
206
+ [More Information Needed]
207
+ ### Framework versions
208
+
209
+ - PEFT 0.20.0
c926ab54640f/checkpoint-1000/adapter_config.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": null,
6
+ "base_model_name_or_path": "Qwen/Qwen2.5-Coder-1.5B-Instruct",
7
+ "bias": "none",
8
+ "corda_config": null,
9
+ "ensure_weight_tying": false,
10
+ "eva_config": null,
11
+ "exclude_modules": null,
12
+ "fan_in_fan_out": false,
13
+ "inference_mode": true,
14
+ "init_lora_weights": true,
15
+ "layer_replication": null,
16
+ "layers_pattern": null,
17
+ "layers_to_transform": null,
18
+ "loftq_config": {},
19
+ "lora_alpha": 32,
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
+ "monteclora_config": null,
27
+ "peft_type": "LORA",
28
+ "peft_version": "0.20.0",
29
+ "qalora_group_size": 16,
30
+ "r": 16,
31
+ "rank_pattern": {},
32
+ "revision": null,
33
+ "target_modules": [
34
+ "q_proj",
35
+ "o_proj",
36
+ "up_proj",
37
+ "gate_proj",
38
+ "v_proj",
39
+ "down_proj",
40
+ "k_proj"
41
+ ],
42
+ "target_parameters": null,
43
+ "task_type": "CAUSAL_LM",
44
+ "trainable_token_indices": null,
45
+ "use_bdlora": null,
46
+ "use_dora": false,
47
+ "use_qalora": false,
48
+ "use_rslora": false,
49
+ "velora_config": null
50
+ }
c926ab54640f/checkpoint-1000/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16f669413f4223ac11f077938116c0dee6b18651dbc2ab40693b78c75baa630d
3
+ size 73911112
c926ab54640f/checkpoint-1000/chat_template.jinja ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {%- if tools %}
2
+ {{- '<|im_start|>system\n' }}
3
+ {%- if messages[0]['role'] == 'system' %}
4
+ {{- messages[0]['content'] }}
5
+ {%- else %}
6
+ {{- 'You are Qwen, created by Alibaba Cloud. You are a helpful assistant.' }}
7
+ {%- endif %}
8
+ {{- "\n\n# 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 Qwen, created by Alibaba Cloud. You are a helpful assistant.<|im_end|>\n' }}
19
+ {%- endif %}
20
+ {%- endif %}
21
+ {%- for message in messages %}
22
+ {%- if (message.role == "user") or (message.role == "system" and not loop.first) or (message.role == "assistant" and not message.tool_calls) %}
23
+ {{- '<|im_start|>' + message.role + '\n' + message.content + '<|im_end|>' + '\n' }}
24
+ {%- elif message.role == "assistant" %}
25
+ {{- '<|im_start|>' + message.role }}
26
+ {%- if message.content %}
27
+ {{- '\n' + message.content }}
28
+ {%- endif %}
29
+ {%- for tool_call in message.tool_calls %}
30
+ {%- if tool_call.function is defined %}
31
+ {%- set tool_call = tool_call.function %}
32
+ {%- endif %}
33
+ {{- '\n<tool_call>\n{"name": "' }}
34
+ {{- tool_call.name }}
35
+ {{- '", "arguments": ' }}
36
+ {{- tool_call.arguments | tojson }}
37
+ {{- '}\n</tool_call>' }}
38
+ {%- endfor %}
39
+ {{- '<|im_end|>\n' }}
40
+ {%- elif message.role == "tool" %}
41
+ {%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != "tool") %}
42
+ {{- '<|im_start|>user' }}
43
+ {%- endif %}
44
+ {{- '\n<tool_response>\n' }}
45
+ {{- message.content }}
46
+ {{- '\n</tool_response>' }}
47
+ {%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
48
+ {{- '<|im_end|>\n' }}
49
+ {%- endif %}
50
+ {%- endif %}
51
+ {%- endfor %}
52
+ {%- if add_generation_prompt %}
53
+ {{- '<|im_start|>assistant\n' }}
54
+ {%- endif %}
c926ab54640f/checkpoint-1000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18bc5f2427b7d62934bf2a48a7a170b66b26ffb62aa342daba5a482f0cc02d52
3
+ size 148053627
c926ab54640f/checkpoint-1000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e72969f06af9c6f87381461ea7c42d2c619034c05d6bde5f0a1b791cdda29062
3
+ size 14645
c926ab54640f/checkpoint-1000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14ae2a2128444abab378aa06c09a61a84665f758fcc19fc46f5789b0bc1b5665
3
+ size 1383
c926ab54640f/checkpoint-1000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e78cf599f427503687f21827f6ef2e5f0ef68e863059048e2ec9f6d975aac25
3
+ size 1465
c926ab54640f/checkpoint-1000/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3fd169731d2cbde95e10bf356d66d5997fd885dd8dbb6fb4684da3f23b2585d8
3
+ size 11421892
c926ab54640f/checkpoint-1000/tokenizer_config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "backend": "tokenizers",
4
+ "bos_token": null,
5
+ "clean_up_tokenization_spaces": false,
6
+ "eos_token": "<|im_end|>",
7
+ "errors": "replace",
8
+ "extra_special_tokens": [
9
+ "<|im_start|>",
10
+ "<|im_end|>",
11
+ "<|object_ref_start|>",
12
+ "<|object_ref_end|>",
13
+ "<|box_start|>",
14
+ "<|box_end|>",
15
+ "<|quad_start|>",
16
+ "<|quad_end|>",
17
+ "<|vision_start|>",
18
+ "<|vision_end|>",
19
+ "<|vision_pad|>",
20
+ "<|image_pad|>",
21
+ "<|video_pad|>"
22
+ ],
23
+ "is_local": false,
24
+ "model_max_length": 32768,
25
+ "pad_token": "<|endoftext|>",
26
+ "split_special_tokens": false,
27
+ "tokenizer_class": "Qwen2Tokenizer",
28
+ "unk_token": null
29
+ }
c926ab54640f/checkpoint-1000/trainer_state.json ADDED
@@ -0,0 +1,1034 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 2.309647602541883,
6
+ "eval_steps": 500,
7
+ "global_step": 1000,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "entropy": 0.25053702369332315,
14
+ "epoch": 0.023108030040439053,
15
+ "grad_norm": 0.3855944275856018,
16
+ "learning_rate": 0.00018968727415326884,
17
+ "loss": 0.2840240240097046,
18
+ "mean_token_accuracy": 0.9133788526058197,
19
+ "num_tokens": 91409.0,
20
+ "step": 10
21
+ },
22
+ {
23
+ "entropy": 0.2452327784150839,
24
+ "epoch": 0.046216060080878106,
25
+ "grad_norm": 0.436616450548172,
26
+ "learning_rate": 0.00014422886902190014,
27
+ "loss": 0.20089757442474365,
28
+ "mean_token_accuracy": 0.9353952407836914,
29
+ "num_tokens": 186627.0,
30
+ "step": 20
31
+ },
32
+ {
33
+ "entropy": 0.19640089981257916,
34
+ "epoch": 0.06932409012131716,
35
+ "grad_norm": 0.4252662658691406,
36
+ "learning_rate": 8.049096779838719e-05,
37
+ "loss": 0.18276022672653197,
38
+ "mean_token_accuracy": 0.938230411708355,
39
+ "num_tokens": 276604.0,
40
+ "step": 30
41
+ },
42
+ {
43
+ "entropy": 0.1965320620685816,
44
+ "epoch": 0.09243212016175621,
45
+ "grad_norm": 0.4219682216644287,
46
+ "learning_rate": 2.4816019252102273e-05,
47
+ "loss": 0.1999036192893982,
48
+ "mean_token_accuracy": 0.9345726266503334,
49
+ "num_tokens": 368108.0,
50
+ "step": 40
51
+ },
52
+ {
53
+ "entropy": 0.1977928763255477,
54
+ "epoch": 0.11554015020219527,
55
+ "grad_norm": 0.3416396677494049,
56
+ "learning_rate": 2.141076761396521e-07,
57
+ "loss": 0.1896825909614563,
58
+ "mean_token_accuracy": 0.9379530012607574,
59
+ "num_tokens": 457334.0,
60
+ "step": 50
61
+ },
62
+ {
63
+ "entropy": 0.20226533226668836,
64
+ "epoch": 0.1386481802426343,
65
+ "grad_norm": 0.5229596495628357,
66
+ "learning_rate": 0.00019987569212189224,
67
+ "loss": 0.1918914794921875,
68
+ "mean_token_accuracy": 0.9407946109771729,
69
+ "num_tokens": 90124.0,
70
+ "step": 60
71
+ },
72
+ {
73
+ "entropy": 0.2129991866648197,
74
+ "epoch": 0.16175621028307338,
75
+ "grad_norm": 0.38087597489356995,
76
+ "learning_rate": 0.00019972037971811802,
77
+ "loss": 0.19346315860748292,
78
+ "mean_token_accuracy": 0.9426828250288963,
79
+ "num_tokens": 176242.0,
80
+ "step": 70
81
+ },
82
+ {
83
+ "entropy": 0.20487470366060734,
84
+ "epoch": 0.18486424032351242,
85
+ "grad_norm": 0.35892292857170105,
86
+ "learning_rate": 0.00019950307753654017,
87
+ "loss": 0.18932828903198243,
88
+ "mean_token_accuracy": 0.9358784079551696,
89
+ "num_tokens": 267687.0,
90
+ "step": 80
91
+ },
92
+ {
93
+ "entropy": 0.18303043842315675,
94
+ "epoch": 0.20797227036395147,
95
+ "grad_norm": 0.5852434635162354,
96
+ "learning_rate": 0.00019922392066001722,
97
+ "loss": 0.18723020553588868,
98
+ "mean_token_accuracy": 0.9429863467812538,
99
+ "num_tokens": 352134.0,
100
+ "step": 90
101
+ },
102
+ {
103
+ "entropy": 0.17160551846027375,
104
+ "epoch": 0.23108030040439054,
105
+ "grad_norm": 0.5159252285957336,
106
+ "learning_rate": 0.00019888308262251285,
107
+ "loss": 0.15068645477294923,
108
+ "mean_token_accuracy": 0.9512565016746521,
109
+ "num_tokens": 440851.0,
110
+ "step": 100
111
+ },
112
+ {
113
+ "entropy": 0.16275491286069155,
114
+ "epoch": 0.2541883304448296,
115
+ "grad_norm": 0.5486075282096863,
116
+ "learning_rate": 0.00019848077530122083,
117
+ "loss": 0.16782530546188354,
118
+ "mean_token_accuracy": 0.9473349168896675,
119
+ "num_tokens": 531156.0,
120
+ "step": 110
121
+ },
122
+ {
123
+ "entropy": 0.1631414294242859,
124
+ "epoch": 0.2772963604852686,
125
+ "grad_norm": 0.360660582780838,
126
+ "learning_rate": 0.00019801724878485438,
127
+ "loss": 0.1489890694618225,
128
+ "mean_token_accuracy": 0.9537395715713501,
129
+ "num_tokens": 621556.0,
130
+ "step": 120
131
+ },
132
+ {
133
+ "entropy": 0.16629892718046904,
134
+ "epoch": 0.30040439052570767,
135
+ "grad_norm": 0.5829369425773621,
136
+ "learning_rate": 0.00019749279121818235,
137
+ "loss": 0.1609186887741089,
138
+ "mean_token_accuracy": 0.9493778333067894,
139
+ "num_tokens": 714122.0,
140
+ "step": 130
141
+ },
142
+ {
143
+ "entropy": 0.15167794916778804,
144
+ "epoch": 0.32351242056614676,
145
+ "grad_norm": 0.3773649334907532,
146
+ "learning_rate": 0.0001969077286229078,
147
+ "loss": 0.14646281003952027,
148
+ "mean_token_accuracy": 0.9529520198702812,
149
+ "num_tokens": 809857.0,
150
+ "step": 140
151
+ },
152
+ {
153
+ "entropy": 0.1419608134776354,
154
+ "epoch": 0.3466204506065858,
155
+ "grad_norm": 0.4423299729824066,
156
+ "learning_rate": 0.0001962624246950012,
157
+ "loss": 0.1439625382423401,
158
+ "mean_token_accuracy": 0.9514987796545029,
159
+ "num_tokens": 896746.0,
160
+ "step": 150
161
+ },
162
+ {
163
+ "entropy": 0.17105115856975317,
164
+ "epoch": 0.36972848064702485,
165
+ "grad_norm": 0.44132688641548157,
166
+ "learning_rate": 0.0001955572805786141,
167
+ "loss": 0.14246749877929688,
168
+ "mean_token_accuracy": 0.948833154141903,
169
+ "num_tokens": 984865.0,
170
+ "step": 160
171
+ },
172
+ {
173
+ "entropy": 0.14561160299926995,
174
+ "epoch": 0.3928365106874639,
175
+ "grad_norm": 0.3809663653373718,
176
+ "learning_rate": 0.0001947927346167132,
177
+ "loss": 0.15373014211654662,
178
+ "mean_token_accuracy": 0.952961015701294,
179
+ "num_tokens": 1080231.0,
180
+ "step": 170
181
+ },
182
+ {
183
+ "entropy": 0.16094056274741889,
184
+ "epoch": 0.41594454072790293,
185
+ "grad_norm": 0.368802934885025,
186
+ "learning_rate": 0.00019396926207859084,
187
+ "loss": 0.14946006536483764,
188
+ "mean_token_accuracy": 0.9532878756523132,
189
+ "num_tokens": 1174200.0,
190
+ "step": 180
191
+ },
192
+ {
193
+ "entropy": 0.14007117301225663,
194
+ "epoch": 0.439052570768342,
195
+ "grad_norm": 0.6444777846336365,
196
+ "learning_rate": 0.00019308737486442045,
197
+ "loss": 0.1405700922012329,
198
+ "mean_token_accuracy": 0.9617422357201576,
199
+ "num_tokens": 1261095.0,
200
+ "step": 190
201
+ },
202
+ {
203
+ "entropy": 0.1333176439628005,
204
+ "epoch": 0.4621606008087811,
205
+ "grad_norm": 0.4077698886394501,
206
+ "learning_rate": 0.00019214762118704076,
207
+ "loss": 0.14433506727218628,
208
+ "mean_token_accuracy": 0.9545276626944542,
209
+ "num_tokens": 1347013.0,
210
+ "step": 200
211
+ },
212
+ {
213
+ "entropy": 0.14489816222339869,
214
+ "epoch": 0.4852686308492201,
215
+ "grad_norm": 0.4106835424900055,
216
+ "learning_rate": 0.00019115058523116733,
217
+ "loss": 0.12317780256271363,
218
+ "mean_token_accuracy": 0.9603971764445305,
219
+ "num_tokens": 1436520.0,
220
+ "step": 210
221
+ },
222
+ {
223
+ "entropy": 0.12729622349143027,
224
+ "epoch": 0.5083766608896592,
225
+ "grad_norm": 0.2570558190345764,
226
+ "learning_rate": 0.0001900968867902419,
227
+ "loss": 0.12025457620620728,
228
+ "mean_token_accuracy": 0.9619329497218132,
229
+ "num_tokens": 1526164.0,
230
+ "step": 220
231
+ },
232
+ {
233
+ "entropy": 0.12943572215735913,
234
+ "epoch": 0.5314846909300982,
235
+ "grad_norm": 0.4023452401161194,
236
+ "learning_rate": 0.0001889871808811469,
237
+ "loss": 0.13672986030578613,
238
+ "mean_token_accuracy": 0.9565972954034805,
239
+ "num_tokens": 1612243.0,
240
+ "step": 230
241
+ },
242
+ {
243
+ "entropy": 0.11833337713032961,
244
+ "epoch": 0.5545927209705372,
245
+ "grad_norm": 0.7690483331680298,
246
+ "learning_rate": 0.00018782215733702286,
247
+ "loss": 0.10976905822753906,
248
+ "mean_token_accuracy": 0.9637095719575882,
249
+ "num_tokens": 1708578.0,
250
+ "step": 240
251
+ },
252
+ {
253
+ "entropy": 0.11379784885793924,
254
+ "epoch": 0.5777007510109763,
255
+ "grad_norm": 0.31654056906700134,
256
+ "learning_rate": 0.00018660254037844388,
257
+ "loss": 0.1196696400642395,
258
+ "mean_token_accuracy": 0.9632119759917259,
259
+ "num_tokens": 1800795.0,
260
+ "step": 250
261
+ },
262
+ {
263
+ "entropy": 0.1469706142321229,
264
+ "epoch": 0.6008087810514153,
265
+ "grad_norm": 0.48627087473869324,
266
+ "learning_rate": 0.00018532908816321558,
267
+ "loss": 0.13480278253555297,
268
+ "mean_token_accuracy": 0.9569883048534393,
269
+ "num_tokens": 1895156.0,
270
+ "step": 260
271
+ },
272
+ {
273
+ "entropy": 0.12755432203412057,
274
+ "epoch": 0.6239168110918544,
275
+ "grad_norm": 0.49406057596206665,
276
+ "learning_rate": 0.00018400259231507717,
277
+ "loss": 0.11772323846817016,
278
+ "mean_token_accuracy": 0.9615781545639038,
279
+ "num_tokens": 1992605.0,
280
+ "step": 270
281
+ },
282
+ {
283
+ "entropy": 0.10990294981747865,
284
+ "epoch": 0.6470248411322935,
285
+ "grad_norm": 0.44597575068473816,
286
+ "learning_rate": 0.0001826238774315995,
287
+ "loss": 0.11711924076080323,
288
+ "mean_token_accuracy": 0.9635483607649803,
289
+ "num_tokens": 2078981.0,
290
+ "step": 280
291
+ },
292
+ {
293
+ "entropy": 0.12252486441284419,
294
+ "epoch": 0.6701328711727326,
295
+ "grad_norm": 0.6590924859046936,
296
+ "learning_rate": 0.00018119380057158568,
297
+ "loss": 0.12246577739715576,
298
+ "mean_token_accuracy": 0.9635076820850372,
299
+ "num_tokens": 2163127.0,
300
+ "step": 290
301
+ },
302
+ {
303
+ "entropy": 0.11667787805199623,
304
+ "epoch": 0.6932409012131716,
305
+ "grad_norm": 0.30897030234336853,
306
+ "learning_rate": 0.00017971325072229226,
307
+ "loss": 0.11207195520401,
308
+ "mean_token_accuracy": 0.9664140149950982,
309
+ "num_tokens": 2250020.0,
310
+ "step": 300
311
+ },
312
+ {
313
+ "entropy": 0.10723365237936378,
314
+ "epoch": 0.7163489312536107,
315
+ "grad_norm": 0.35012784600257874,
316
+ "learning_rate": 0.000178183148246803,
317
+ "loss": 0.10141674280166627,
318
+ "mean_token_accuracy": 0.9667504042387008,
319
+ "num_tokens": 2342180.0,
320
+ "step": 310
321
+ },
322
+ {
323
+ "entropy": 0.10656228372827173,
324
+ "epoch": 0.7394569612940497,
325
+ "grad_norm": 0.6778198480606079,
326
+ "learning_rate": 0.0001766044443118978,
327
+ "loss": 0.11167047023773194,
328
+ "mean_token_accuracy": 0.9646604552865028,
329
+ "num_tokens": 2428901.0,
330
+ "step": 320
331
+ },
332
+ {
333
+ "entropy": 0.12334352433681488,
334
+ "epoch": 0.7625649913344887,
335
+ "grad_norm": 0.3929327428340912,
336
+ "learning_rate": 0.00017497812029677344,
337
+ "loss": 0.13769056797027587,
338
+ "mean_token_accuracy": 0.9574923142790794,
339
+ "num_tokens": 2524924.0,
340
+ "step": 330
341
+ },
342
+ {
343
+ "entropy": 0.115700420178473,
344
+ "epoch": 0.7856730213749278,
345
+ "grad_norm": 0.35736656188964844,
346
+ "learning_rate": 0.00017330518718298264,
347
+ "loss": 0.1097031831741333,
348
+ "mean_token_accuracy": 0.9680601879954338,
349
+ "num_tokens": 2616261.0,
350
+ "step": 340
351
+ },
352
+ {
353
+ "entropy": 0.11344754723832011,
354
+ "epoch": 0.8087810514153668,
355
+ "grad_norm": 0.3905283510684967,
356
+ "learning_rate": 0.00017158668492597186,
357
+ "loss": 0.09722363948822021,
358
+ "mean_token_accuracy": 0.9685764014720917,
359
+ "num_tokens": 2706875.0,
360
+ "step": 350
361
+ },
362
+ {
363
+ "entropy": 0.10129693355411291,
364
+ "epoch": 0.8318890814558059,
365
+ "grad_norm": 0.33620545268058777,
366
+ "learning_rate": 0.00016982368180860728,
367
+ "loss": 0.10325313806533813,
368
+ "mean_token_accuracy": 0.9673566803336143,
369
+ "num_tokens": 2794064.0,
370
+ "step": 360
371
+ },
372
+ {
373
+ "entropy": 0.10174256730824709,
374
+ "epoch": 0.8549971114962449,
375
+ "grad_norm": 0.35370293259620667,
376
+ "learning_rate": 0.00016801727377709194,
377
+ "loss": 0.0895127534866333,
378
+ "mean_token_accuracy": 0.9702110648155212,
379
+ "num_tokens": 2881845.0,
380
+ "step": 370
381
+ },
382
+ {
383
+ "entropy": 0.10100147491320968,
384
+ "epoch": 0.878105141536684,
385
+ "grad_norm": 0.33359017968177795,
386
+ "learning_rate": 0.00016616858375968595,
387
+ "loss": 0.11089967489242554,
388
+ "mean_token_accuracy": 0.9662180259823799,
389
+ "num_tokens": 2975509.0,
390
+ "step": 380
391
+ },
392
+ {
393
+ "entropy": 0.11788110584020614,
394
+ "epoch": 0.901213171577123,
395
+ "grad_norm": 0.5891948938369751,
396
+ "learning_rate": 0.00016427876096865394,
397
+ "loss": 0.11323659420013428,
398
+ "mean_token_accuracy": 0.967065966129303,
399
+ "num_tokens": 3069718.0,
400
+ "step": 390
401
+ },
402
+ {
403
+ "entropy": 0.1004796303808689,
404
+ "epoch": 0.9243212016175621,
405
+ "grad_norm": 0.5099625587463379,
406
+ "learning_rate": 0.00016234898018587337,
407
+ "loss": 0.09161977767944336,
408
+ "mean_token_accuracy": 0.9722862154245376,
409
+ "num_tokens": 3157514.0,
410
+ "step": 400
411
+ },
412
+ {
413
+ "entropy": 0.09554047212004661,
414
+ "epoch": 0.9474292316580012,
415
+ "grad_norm": 0.4334423243999481,
416
+ "learning_rate": 0.00016038044103254775,
417
+ "loss": 0.10389481782913208,
418
+ "mean_token_accuracy": 0.9688831776380539,
419
+ "num_tokens": 3253608.0,
420
+ "step": 410
421
+ },
422
+ {
423
+ "entropy": 0.11286892779171467,
424
+ "epoch": 0.9705372616984402,
425
+ "grad_norm": 0.5343768000602722,
426
+ "learning_rate": 0.000158374367223479,
427
+ "loss": 0.10636662244796753,
428
+ "mean_token_accuracy": 0.9680440634489059,
429
+ "num_tokens": 3339127.0,
430
+ "step": 420
431
+ },
432
+ {
433
+ "entropy": 0.10603147987276315,
434
+ "epoch": 0.9936452917388793,
435
+ "grad_norm": 0.4976741671562195,
436
+ "learning_rate": 0.0001563320058063622,
437
+ "loss": 0.09392367601394654,
438
+ "mean_token_accuracy": 0.9700029551982879,
439
+ "num_tokens": 3426446.0,
440
+ "step": 430
441
+ },
442
+ {
443
+ "entropy": 0.08927198938834362,
444
+ "epoch": 1.0161756210283073,
445
+ "grad_norm": 0.3850901126861572,
446
+ "learning_rate": 0.00015425462638657595,
447
+ "loss": 0.08777095079421997,
448
+ "mean_token_accuracy": 0.9736012770579412,
449
+ "num_tokens": 3509651.0,
450
+ "step": 440
451
+ },
452
+ {
453
+ "entropy": 0.0771227509714663,
454
+ "epoch": 1.0392836510687464,
455
+ "grad_norm": 0.6629709601402283,
456
+ "learning_rate": 0.0001521435203379498,
457
+ "loss": 0.06896573901176453,
458
+ "mean_token_accuracy": 0.9790179893374443,
459
+ "num_tokens": 3600316.0,
460
+ "step": 450
461
+ },
462
+ {
463
+ "entropy": 0.06483586076647044,
464
+ "epoch": 1.0623916811091854,
465
+ "grad_norm": 0.2478586584329605,
466
+ "learning_rate": 0.00015000000000000001,
467
+ "loss": 0.059802645444869997,
468
+ "mean_token_accuracy": 0.9834248185157776,
469
+ "num_tokens": 3687453.0,
470
+ "step": 460
471
+ },
472
+ {
473
+ "entropy": 0.055846321303397416,
474
+ "epoch": 1.0854997111496245,
475
+ "grad_norm": 0.4622909128665924,
476
+ "learning_rate": 0.00014782539786213183,
477
+ "loss": 0.054994475841522214,
478
+ "mean_token_accuracy": 0.9826823636889458,
479
+ "num_tokens": 3774980.0,
480
+ "step": 470
481
+ },
482
+ {
483
+ "entropy": 0.05830292827449739,
484
+ "epoch": 1.1086077411900634,
485
+ "grad_norm": 0.4814852774143219,
486
+ "learning_rate": 0.0001456210657353163,
487
+ "loss": 0.05833314657211304,
488
+ "mean_token_accuracy": 0.9774734809994697,
489
+ "num_tokens": 3868848.0,
490
+ "step": 480
491
+ },
492
+ {
493
+ "entropy": 0.0672043870203197,
494
+ "epoch": 1.1317157712305026,
495
+ "grad_norm": 0.31145647168159485,
496
+ "learning_rate": 0.00014338837391175582,
497
+ "loss": 0.06549112796783448,
498
+ "mean_token_accuracy": 0.9800179317593575,
499
+ "num_tokens": 3958195.0,
500
+ "step": 490
501
+ },
502
+ {
503
+ "entropy": 0.06734551358968019,
504
+ "epoch": 1.1548238012709415,
505
+ "grad_norm": 0.38005223870277405,
506
+ "learning_rate": 0.00014112871031306119,
507
+ "loss": 0.07287130355834961,
508
+ "mean_token_accuracy": 0.979092413187027,
509
+ "num_tokens": 4043372.0,
510
+ "step": 500
511
+ },
512
+ {
513
+ "entropy": 0.07410327121615409,
514
+ "epoch": 1.1779318313113807,
515
+ "grad_norm": 0.4899892210960388,
516
+ "learning_rate": 0.00013884347962746948,
517
+ "loss": 0.06940968036651611,
518
+ "mean_token_accuracy": 0.9783615455031395,
519
+ "num_tokens": 4132319.0,
520
+ "step": 510
521
+ },
522
+ {
523
+ "entropy": 0.06618062341585755,
524
+ "epoch": 1.2010398613518198,
525
+ "grad_norm": 0.2635834515094757,
526
+ "learning_rate": 0.00013653410243663952,
527
+ "loss": 0.055328965187072754,
528
+ "mean_token_accuracy": 0.9836301594972611,
529
+ "num_tokens": 4228755.0,
530
+ "step": 520
531
+ },
532
+ {
533
+ "entropy": 0.06513854041695595,
534
+ "epoch": 1.2241478913922588,
535
+ "grad_norm": 0.39269688725471497,
536
+ "learning_rate": 0.00013420201433256689,
537
+ "loss": 0.06558798551559449,
538
+ "mean_token_accuracy": 0.9794289872050286,
539
+ "num_tokens": 4319565.0,
540
+ "step": 530
541
+ },
542
+ {
543
+ "entropy": 0.062254238640889525,
544
+ "epoch": 1.247255921432698,
545
+ "grad_norm": 0.4004075527191162,
546
+ "learning_rate": 0.00013184866502516845,
547
+ "loss": 0.05614538192749023,
548
+ "mean_token_accuracy": 0.9825843557715416,
549
+ "num_tokens": 4408534.0,
550
+ "step": 540
551
+ },
552
+ {
553
+ "entropy": 0.06734559782780707,
554
+ "epoch": 1.2703639514731369,
555
+ "grad_norm": 0.4320114552974701,
556
+ "learning_rate": 0.00012947551744109043,
557
+ "loss": 0.06545217037200927,
558
+ "mean_token_accuracy": 0.9746319189667701,
559
+ "num_tokens": 4499330.0,
560
+ "step": 550
561
+ },
562
+ {
563
+ "entropy": 0.06069298703223467,
564
+ "epoch": 1.293471981513576,
565
+ "grad_norm": 0.3763878047466278,
566
+ "learning_rate": 0.00012708404681430053,
567
+ "loss": 0.04800793528556824,
568
+ "mean_token_accuracy": 0.9849550426006317,
569
+ "num_tokens": 4596459.0,
570
+ "step": 560
571
+ },
572
+ {
573
+ "entropy": 0.0649140477180481,
574
+ "epoch": 1.316580011554015,
575
+ "grad_norm": 0.5567355155944824,
576
+ "learning_rate": 0.00012467573976902935,
577
+ "loss": 0.06543132662773132,
578
+ "mean_token_accuracy": 0.9804893583059311,
579
+ "num_tokens": 4683324.0,
580
+ "step": 570
581
+ },
582
+ {
583
+ "entropy": 0.06983062694780529,
584
+ "epoch": 1.339688041594454,
585
+ "grad_norm": 0.3690188229084015,
586
+ "learning_rate": 0.00012225209339563145,
587
+ "loss": 0.05921154618263245,
588
+ "mean_token_accuracy": 0.979171933233738,
589
+ "num_tokens": 4776192.0,
590
+ "step": 580
591
+ },
592
+ {
593
+ "entropy": 0.05803882866166532,
594
+ "epoch": 1.362796071634893,
595
+ "grad_norm": 0.4643764793872833,
596
+ "learning_rate": 0.00011981461431993977,
597
+ "loss": 0.0567037045955658,
598
+ "mean_token_accuracy": 0.9825309008359909,
599
+ "num_tokens": 4868753.0,
600
+ "step": 590
601
+ },
602
+ {
603
+ "entropy": 0.06131467376835644,
604
+ "epoch": 1.3859041016753322,
605
+ "grad_norm": 0.2811519205570221,
606
+ "learning_rate": 0.00011736481776669306,
607
+ "loss": 0.05465059876441956,
608
+ "mean_token_accuracy": 0.9829435467720031,
609
+ "num_tokens": 4954973.0,
610
+ "step": 600
611
+ },
612
+ {
613
+ "entropy": 0.05336195956915617,
614
+ "epoch": 1.4090121317157713,
615
+ "grad_norm": 0.3655995726585388,
616
+ "learning_rate": 0.00011490422661761744,
617
+ "loss": 0.044907957315444946,
618
+ "mean_token_accuracy": 0.9845176979899406,
619
+ "num_tokens": 5045663.0,
620
+ "step": 610
621
+ },
622
+ {
623
+ "entropy": 0.056381219532340765,
624
+ "epoch": 1.4321201617562103,
625
+ "grad_norm": 0.5765703916549683,
626
+ "learning_rate": 0.00011243437046474853,
627
+ "loss": 0.05860241651535034,
628
+ "mean_token_accuracy": 0.9793657884001732,
629
+ "num_tokens": 5138332.0,
630
+ "step": 620
631
+ },
632
+ {
633
+ "entropy": 0.05941152316518128,
634
+ "epoch": 1.4552281917966494,
635
+ "grad_norm": 0.4769803285598755,
636
+ "learning_rate": 0.00010995678465958168,
637
+ "loss": 0.05846758484840393,
638
+ "mean_token_accuracy": 0.9831168636679649,
639
+ "num_tokens": 5235297.0,
640
+ "step": 630
641
+ },
642
+ {
643
+ "entropy": 0.05932227531448007,
644
+ "epoch": 1.4783362218370883,
645
+ "grad_norm": 0.3836939334869385,
646
+ "learning_rate": 0.00010747300935864243,
647
+ "loss": 0.05561003088951111,
648
+ "mean_token_accuracy": 0.979756586253643,
649
+ "num_tokens": 5324180.0,
650
+ "step": 640
651
+ },
652
+ {
653
+ "entropy": 0.06048546452075243,
654
+ "epoch": 1.5014442518775275,
655
+ "grad_norm": 0.3636479675769806,
656
+ "learning_rate": 0.00010498458856606972,
657
+ "loss": 0.06015471816062927,
658
+ "mean_token_accuracy": 0.9834305003285408,
659
+ "num_tokens": 5414375.0,
660
+ "step": 650
661
+ },
662
+ {
663
+ "entropy": 0.05355621734634042,
664
+ "epoch": 1.5245522819179667,
665
+ "grad_norm": 0.18880754709243774,
666
+ "learning_rate": 0.0001024930691738073,
667
+ "loss": 0.05090702176094055,
668
+ "mean_token_accuracy": 0.9835599064826965,
669
+ "num_tokens": 5509152.0,
670
+ "step": 660
671
+ },
672
+ {
673
+ "entropy": 0.062485543685033916,
674
+ "epoch": 1.5476603119584056,
675
+ "grad_norm": 0.5280900597572327,
676
+ "learning_rate": 0.0001,
677
+ "loss": 0.05413004159927368,
678
+ "mean_token_accuracy": 0.9808856308460235,
679
+ "num_tokens": 5600257.0,
680
+ "step": 670
681
+ },
682
+ {
683
+ "entropy": 0.05261599705554545,
684
+ "epoch": 1.5707683419988445,
685
+ "grad_norm": 0.43818485736846924,
686
+ "learning_rate": 9.750693082619273e-05,
687
+ "loss": 0.056223487854003905,
688
+ "mean_token_accuracy": 0.9810379788279533,
689
+ "num_tokens": 5689300.0,
690
+ "step": 680
691
+ },
692
+ {
693
+ "entropy": 0.05766241885721683,
694
+ "epoch": 1.5938763720392837,
695
+ "grad_norm": 0.35383379459381104,
696
+ "learning_rate": 9.501541143393028e-05,
697
+ "loss": 0.05723288059234619,
698
+ "mean_token_accuracy": 0.9839297741651535,
699
+ "num_tokens": 5781511.0,
700
+ "step": 690
701
+ },
702
+ {
703
+ "entropy": 0.05827973254490644,
704
+ "epoch": 1.6169844020797228,
705
+ "grad_norm": 0.5599336624145508,
706
+ "learning_rate": 9.252699064135758e-05,
707
+ "loss": 0.05382978320121765,
708
+ "mean_token_accuracy": 0.9801423370838165,
709
+ "num_tokens": 5874858.0,
710
+ "step": 700
711
+ },
712
+ {
713
+ "entropy": 0.05071314079686999,
714
+ "epoch": 1.6400924321201618,
715
+ "grad_norm": 0.30956578254699707,
716
+ "learning_rate": 9.004321534041835e-05,
717
+ "loss": 0.048029133677482606,
718
+ "mean_token_accuracy": 0.9838623449206352,
719
+ "num_tokens": 5965600.0,
720
+ "step": 710
721
+ },
722
+ {
723
+ "entropy": 0.05675939819775522,
724
+ "epoch": 1.6632004621606007,
725
+ "grad_norm": 0.3796592652797699,
726
+ "learning_rate": 8.756562953525152e-05,
727
+ "loss": 0.05276126265525818,
728
+ "mean_token_accuracy": 0.9829048261046409,
729
+ "num_tokens": 6060326.0,
730
+ "step": 720
731
+ },
732
+ {
733
+ "entropy": 0.049542685598134996,
734
+ "epoch": 1.6863084922010398,
735
+ "grad_norm": 1.2343695163726807,
736
+ "learning_rate": 8.509577338238255e-05,
737
+ "loss": 0.056018334627151486,
738
+ "mean_token_accuracy": 0.982017770409584,
739
+ "num_tokens": 6150119.0,
740
+ "step": 730
741
+ },
742
+ {
743
+ "entropy": 0.053010733076371254,
744
+ "epoch": 1.709416522241479,
745
+ "grad_norm": 0.4369167387485504,
746
+ "learning_rate": 8.263518223330697e-05,
747
+ "loss": 0.04325876533985138,
748
+ "mean_token_accuracy": 0.9853935018181801,
749
+ "num_tokens": 6236359.0,
750
+ "step": 740
751
+ },
752
+ {
753
+ "entropy": 0.05330478888936341,
754
+ "epoch": 1.732524552281918,
755
+ "grad_norm": 0.4538385570049286,
756
+ "learning_rate": 8.018538568006027e-05,
757
+ "loss": 0.043788546323776247,
758
+ "mean_token_accuracy": 0.9850618049502373,
759
+ "num_tokens": 6327884.0,
760
+ "step": 750
761
+ },
762
+ {
763
+ "entropy": 0.05375363389030099,
764
+ "epoch": 1.7556325823223569,
765
+ "grad_norm": 0.7549631595611572,
766
+ "learning_rate": 7.774790660436858e-05,
767
+ "loss": 0.04628949463367462,
768
+ "mean_token_accuracy": 0.9835410952568054,
769
+ "num_tokens": 6417306.0,
770
+ "step": 760
771
+ },
772
+ {
773
+ "entropy": 0.04637230115476996,
774
+ "epoch": 1.778740612362796,
775
+ "grad_norm": 0.356107234954834,
776
+ "learning_rate": 7.532426023097063e-05,
777
+ "loss": 0.05348780155181885,
778
+ "mean_token_accuracy": 0.9835655644536019,
779
+ "num_tokens": 6505692.0,
780
+ "step": 770
781
+ },
782
+ {
783
+ "entropy": 0.04872691249474883,
784
+ "epoch": 1.8018486424032352,
785
+ "grad_norm": 0.37483975291252136,
786
+ "learning_rate": 7.291595318569951e-05,
787
+ "loss": 0.04384237229824066,
788
+ "mean_token_accuracy": 0.9868102520704269,
789
+ "num_tokens": 6591038.0,
790
+ "step": 780
791
+ },
792
+ {
793
+ "entropy": 0.04930867259390652,
794
+ "epoch": 1.8249566724436743,
795
+ "grad_norm": 0.4880582392215729,
796
+ "learning_rate": 7.052448255890957e-05,
797
+ "loss": 0.04446132481098175,
798
+ "mean_token_accuracy": 0.9854639306664467,
799
+ "num_tokens": 6683075.0,
800
+ "step": 790
801
+ },
802
+ {
803
+ "entropy": 0.042057307437062263,
804
+ "epoch": 1.8480647024841133,
805
+ "grad_norm": 0.862926721572876,
806
+ "learning_rate": 6.815133497483157e-05,
807
+ "loss": 0.045346221327781676,
808
+ "mean_token_accuracy": 0.9870812594890594,
809
+ "num_tokens": 6773946.0,
810
+ "step": 800
811
+ },
812
+ {
813
+ "entropy": 0.0443664045073092,
814
+ "epoch": 1.8711727325245522,
815
+ "grad_norm": 0.2753954529762268,
816
+ "learning_rate": 6.579798566743314e-05,
817
+ "loss": 0.040318018198013304,
818
+ "mean_token_accuracy": 0.9870508715510369,
819
+ "num_tokens": 6860906.0,
820
+ "step": 810
821
+ },
822
+ {
823
+ "entropy": 0.043758259457536045,
824
+ "epoch": 1.8942807625649913,
825
+ "grad_norm": 0.5021117925643921,
826
+ "learning_rate": 6.34658975633605e-05,
827
+ "loss": 0.04408907890319824,
828
+ "mean_token_accuracy": 0.9874476924538612,
829
+ "num_tokens": 6950989.0,
830
+ "step": 820
831
+ },
832
+ {
833
+ "entropy": 0.05261732591316104,
834
+ "epoch": 1.9173887926054305,
835
+ "grad_norm": 0.3293974697589874,
836
+ "learning_rate": 6.115652037253053e-05,
837
+ "loss": 0.05084437131881714,
838
+ "mean_token_accuracy": 0.9828155979514122,
839
+ "num_tokens": 7043566.0,
840
+ "step": 830
841
+ },
842
+ {
843
+ "entropy": 0.049157765973359344,
844
+ "epoch": 1.9404968226458694,
845
+ "grad_norm": 0.6247967481613159,
846
+ "learning_rate": 5.887128968693887e-05,
847
+ "loss": 0.049098473787307736,
848
+ "mean_token_accuracy": 0.9854553818702698,
849
+ "num_tokens": 7133065.0,
850
+ "step": 840
851
+ },
852
+ {
853
+ "entropy": 0.049550878209993245,
854
+ "epoch": 1.9636048526863084,
855
+ "grad_norm": 0.2307836264371872,
856
+ "learning_rate": 5.6611626088244194e-05,
857
+ "loss": 0.04479062855243683,
858
+ "mean_token_accuracy": 0.9846531033515931,
859
+ "num_tokens": 7221516.0,
860
+ "step": 850
861
+ },
862
+ {
863
+ "entropy": 0.0435835994547233,
864
+ "epoch": 1.9867128827267475,
865
+ "grad_norm": 0.24384470283985138,
866
+ "learning_rate": 5.43789342646837e-05,
867
+ "loss": 0.03907274603843689,
868
+ "mean_token_accuracy": 0.9867141246795654,
869
+ "num_tokens": 7309025.0,
870
+ "step": 860
871
+ },
872
+ {
873
+ "entropy": 0.04322688312580188,
874
+ "epoch": 2.009243212016176,
875
+ "grad_norm": 0.21144774556159973,
876
+ "learning_rate": 5.217460213786821e-05,
877
+ "loss": 0.0391358882188797,
878
+ "mean_token_accuracy": 0.986832701242887,
879
+ "num_tokens": 7396115.0,
880
+ "step": 870
881
+ },
882
+ {
883
+ "entropy": 0.03581508058123291,
884
+ "epoch": 2.0323512420566145,
885
+ "grad_norm": 0.28638023138046265,
886
+ "learning_rate": 5.000000000000002e-05,
887
+ "loss": 0.02226865738630295,
888
+ "mean_token_accuracy": 0.9927692636847496,
889
+ "num_tokens": 7490375.0,
890
+ "step": 880
891
+ },
892
+ {
893
+ "entropy": 0.030983813642524182,
894
+ "epoch": 2.0554592720970537,
895
+ "grad_norm": 0.17771832644939423,
896
+ "learning_rate": 4.78564796620502e-05,
897
+ "loss": 0.019702091813087463,
898
+ "mean_token_accuracy": 0.9947595551609993,
899
+ "num_tokens": 7578846.0,
900
+ "step": 890
901
+ },
902
+ {
903
+ "entropy": 0.026725827786140143,
904
+ "epoch": 2.078567302137493,
905
+ "grad_norm": 0.5979490280151367,
906
+ "learning_rate": 4.574537361342407e-05,
907
+ "loss": 0.0201450914144516,
908
+ "mean_token_accuracy": 0.9922356709837914,
909
+ "num_tokens": 7666642.0,
910
+ "step": 900
911
+ },
912
+ {
913
+ "entropy": 0.024782690638676285,
914
+ "epoch": 2.101675332177932,
915
+ "grad_norm": 0.4277927279472351,
916
+ "learning_rate": 4.3667994193637796e-05,
917
+ "loss": 0.02080860733985901,
918
+ "mean_token_accuracy": 0.9937450751662255,
919
+ "num_tokens": 7755801.0,
920
+ "step": 910
921
+ },
922
+ {
923
+ "entropy": 0.025407701497897506,
924
+ "epoch": 2.1247833622183707,
925
+ "grad_norm": 0.29362452030181885,
926
+ "learning_rate": 4.1625632776521037e-05,
927
+ "loss": 0.019558851420879365,
928
+ "mean_token_accuracy": 0.9934525847434997,
929
+ "num_tokens": 7842920.0,
930
+ "step": 920
931
+ },
932
+ {
933
+ "entropy": 0.029032097558956593,
934
+ "epoch": 2.14789139225881,
935
+ "grad_norm": 0.3597257733345032,
936
+ "learning_rate": 3.961955896745224e-05,
937
+ "loss": 0.02659837603569031,
938
+ "mean_token_accuracy": 0.9918435022234917,
939
+ "num_tokens": 7938579.0,
940
+ "step": 930
941
+ },
942
+ {
943
+ "entropy": 0.02991311177611351,
944
+ "epoch": 2.170999422299249,
945
+ "grad_norm": 0.19675660133361816,
946
+ "learning_rate": 3.7651019814126654e-05,
947
+ "loss": 0.02174474149942398,
948
+ "mean_token_accuracy": 0.9930533483624459,
949
+ "num_tokens": 8032966.0,
950
+ "step": 940
951
+ },
952
+ {
953
+ "entropy": 0.029429485229775308,
954
+ "epoch": 2.194107452339688,
955
+ "grad_norm": 0.3623603582382202,
956
+ "learning_rate": 3.5721239031346066e-05,
957
+ "loss": 0.02167274206876755,
958
+ "mean_token_accuracy": 0.9943236753344535,
959
+ "num_tokens": 8119614.0,
960
+ "step": 950
961
+ },
962
+ {
963
+ "entropy": 0.023378267791122197,
964
+ "epoch": 2.217215482380127,
965
+ "grad_norm": 0.2948749363422394,
966
+ "learning_rate": 3.383141624031408e-05,
967
+ "loss": 0.015380550920963288,
968
+ "mean_token_accuracy": 0.9945817112922668,
969
+ "num_tokens": 8210511.0,
970
+ "step": 960
971
+ },
972
+ {
973
+ "entropy": 0.026587225706316532,
974
+ "epoch": 2.240323512420566,
975
+ "grad_norm": 0.7488850355148315,
976
+ "learning_rate": 3.198272622290804e-05,
977
+ "loss": 0.025915104150772094,
978
+ "mean_token_accuracy": 0.9911931097507477,
979
+ "num_tokens": 8303818.0,
980
+ "step": 970
981
+ },
982
+ {
983
+ "entropy": 0.027203144447412342,
984
+ "epoch": 2.263431542461005,
985
+ "grad_norm": 0.6022213101387024,
986
+ "learning_rate": 3.0176318191392726e-05,
987
+ "loss": 0.02036922574043274,
988
+ "mean_token_accuracy": 0.9930319502949715,
989
+ "num_tokens": 8400133.0,
990
+ "step": 980
991
+ },
992
+ {
993
+ "entropy": 0.02855561631731689,
994
+ "epoch": 2.2865395725014444,
995
+ "grad_norm": 0.22805671393871307,
996
+ "learning_rate": 2.8413315074028158e-05,
997
+ "loss": 0.018108007311820985,
998
+ "mean_token_accuracy": 0.994237132370472,
999
+ "num_tokens": 8491445.0,
1000
+ "step": 990
1001
+ },
1002
+ {
1003
+ "entropy": 0.02661266502691433,
1004
+ "epoch": 2.309647602541883,
1005
+ "grad_norm": 0.25784555077552795,
1006
+ "learning_rate": 2.669481281701739e-05,
1007
+ "loss": 0.01786753386259079,
1008
+ "mean_token_accuracy": 0.9943538159132004,
1009
+ "num_tokens": 8580828.0,
1010
+ "step": 1000
1011
+ }
1012
+ ],
1013
+ "logging_steps": 10,
1014
+ "max_steps": 1299,
1015
+ "num_input_tokens_seen": 0,
1016
+ "num_train_epochs": 3,
1017
+ "save_steps": 100,
1018
+ "stateful_callbacks": {
1019
+ "TrainerControl": {
1020
+ "args": {
1021
+ "should_epoch_stop": false,
1022
+ "should_evaluate": false,
1023
+ "should_log": false,
1024
+ "should_save": true,
1025
+ "should_training_stop": false
1026
+ },
1027
+ "attributes": {}
1028
+ }
1029
+ },
1030
+ "total_flos": 1.1005888994156544e+17,
1031
+ "train_batch_size": 4,
1032
+ "trial_name": null,
1033
+ "trial_params": null
1034
+ }
c926ab54640f/checkpoint-1000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:590a0797f1cb9af93f293e5538244672d5aa3922e4ac279c9baa8f2267c2ccf8
3
+ size 5777