moyixiao commited on
Commit
5bf22ef
·
verified ·
1 Parent(s): 0bd8f78

Training in progress, step 2280, checkpoint

Browse files
.gitattributes CHANGED
@@ -71,3 +71,4 @@ checkpoint-2040/tokenizer.json filter=lfs diff=lfs merge=lfs -text
71
  checkpoint-2100/tokenizer.json filter=lfs diff=lfs merge=lfs -text
72
  checkpoint-2160/tokenizer.json filter=lfs diff=lfs merge=lfs -text
73
  checkpoint-2220/tokenizer.json filter=lfs diff=lfs merge=lfs -text
 
 
71
  checkpoint-2100/tokenizer.json filter=lfs diff=lfs merge=lfs -text
72
  checkpoint-2160/tokenizer.json filter=lfs diff=lfs merge=lfs -text
73
  checkpoint-2220/tokenizer.json filter=lfs diff=lfs merge=lfs -text
74
+ checkpoint-2280/tokenizer.json filter=lfs diff=lfs merge=lfs -text
checkpoint-2280/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen3-0.6B-Base
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- 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. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ 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).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.14.0
checkpoint-2280/adapter_config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "Qwen/Qwen3-0.6B-Base",
5
+ "bias": "none",
6
+ "eva_config": null,
7
+ "exclude_modules": null,
8
+ "fan_in_fan_out": false,
9
+ "inference_mode": true,
10
+ "init_lora_weights": true,
11
+ "layer_replication": null,
12
+ "layers_pattern": null,
13
+ "layers_to_transform": null,
14
+ "loftq_config": {},
15
+ "lora_alpha": 64,
16
+ "lora_bias": false,
17
+ "lora_dropout": 0.0,
18
+ "megatron_config": null,
19
+ "megatron_core": "megatron.core",
20
+ "modules_to_save": null,
21
+ "peft_type": "LORA",
22
+ "r": 32,
23
+ "rank_pattern": {},
24
+ "revision": null,
25
+ "target_modules": [
26
+ "k_proj",
27
+ "v_proj",
28
+ "o_proj",
29
+ "gate_proj",
30
+ "up_proj",
31
+ "q_proj",
32
+ "down_proj"
33
+ ],
34
+ "task_type": "CAUSAL_LM",
35
+ "use_dora": false,
36
+ "use_rslora": false
37
+ }
checkpoint-2280/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b35176ffaee6fd113efb8ee8fa20aeadcb29307ea6dbea8cea9862d6f41aa2ee
3
+ size 80792456
checkpoint-2280/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
+ }
checkpoint-2280/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-2280/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e6224292300d56428c49e86fb02862adba759f60328dbac993ca12cfbed0cbd
3
+ size 161815978
checkpoint-2280/rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34bcae41c589c7e4cab7b2ef263b878c90c2741404a6af11994dc31537b2319b
3
+ size 14512
checkpoint-2280/rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d05dc84075e8f7dd1191c36f3be9dda12073208e12f7d2cef433c38d6336774a
3
+ size 14512
checkpoint-2280/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6db25aa5b3ece5d09f8ed6812128ecb610207f2d9d04c00c249e6b1d40c51b60
3
+ size 988
checkpoint-2280/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a58edb243943fb6c038d425414b65c495368db468d356039b61f63a4b3e88b61
3
+ size 1064
checkpoint-2280/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": "<|endoftext|>",
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
+ }
checkpoint-2280/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aeb13307a71acd8fe81861d94ad54ab689df773318809eed3cbe794b4492dae4
3
+ size 11422654
checkpoint-2280/tokenizer_config.json ADDED
@@ -0,0 +1,241 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "chat_template": "{% if messages[0]['role'] == 'system' %}{% set loop_messages = messages[1:] %}{% set system_message = messages[0]['content'] %}{% else %}{% set loop_messages = messages %}{% endif %}{% if system_message is defined %}{{ 'System: ' + system_message + '<|endoftext|>' + '\n' }}{% endif %}{% for message in loop_messages %}{% set content = message['content'] %}{% if message['role'] == 'user' %}{{ 'Human: ' + content + '<|endoftext|>' + '\nAssistant:' }}{% elif message['role'] == 'assistant' %}{{ content + '<|endoftext|>' + '\n' }}{% endif %}{% endfor %}",
231
+ "clean_up_tokenization_spaces": false,
232
+ "eos_token": "<|endoftext|>",
233
+ "errors": "replace",
234
+ "extra_special_tokens": {},
235
+ "model_max_length": 131072,
236
+ "pad_token": "<|endoftext|>",
237
+ "padding_side": "right",
238
+ "split_special_tokens": false,
239
+ "tokenizer_class": "Qwen2Tokenizer",
240
+ "unk_token": null
241
+ }
checkpoint-2280/trainer_state.json ADDED
@@ -0,0 +1,1630 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 2.681951793062904,
6
+ "eval_steps": 500,
7
+ "global_step": 2280,
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.011757789535567314,
14
+ "grad_norm": 2.1373069286346436,
15
+ "learning_rate": 0.00010384615384615383,
16
+ "loss": 3.253,
17
+ "step": 10
18
+ },
19
+ {
20
+ "epoch": 0.023515579071134628,
21
+ "grad_norm": 1.1001005172729492,
22
+ "learning_rate": 0.0002192307692307692,
23
+ "loss": 2.2285,
24
+ "step": 20
25
+ },
26
+ {
27
+ "epoch": 0.03527336860670194,
28
+ "grad_norm": 1.0475778579711914,
29
+ "learning_rate": 0.00029999895425857407,
30
+ "loss": 1.4226,
31
+ "step": 30
32
+ },
33
+ {
34
+ "epoch": 0.047031158142269255,
35
+ "grad_norm": 0.604124903678894,
36
+ "learning_rate": 0.0002999803637055168,
37
+ "loss": 0.9904,
38
+ "step": 40
39
+ },
40
+ {
41
+ "epoch": 0.058788947677836566,
42
+ "grad_norm": 0.30270475149154663,
43
+ "learning_rate": 0.0002999385377692348,
44
+ "loss": 0.8118,
45
+ "step": 50
46
+ },
47
+ {
48
+ "epoch": 0.07054673721340388,
49
+ "grad_norm": 0.2848896384239197,
50
+ "learning_rate": 0.0002998734829295208,
51
+ "loss": 0.7526,
52
+ "step": 60
53
+ },
54
+ {
55
+ "epoch": 0.0823045267489712,
56
+ "grad_norm": 0.14966866374015808,
57
+ "learning_rate": 0.00029978520926485496,
58
+ "loss": 0.7037,
59
+ "step": 70
60
+ },
61
+ {
62
+ "epoch": 0.09406231628453851,
63
+ "grad_norm": 0.12227073311805725,
64
+ "learning_rate": 0.0002996737304508438,
65
+ "loss": 0.6816,
66
+ "step": 80
67
+ },
68
+ {
69
+ "epoch": 0.10582010582010581,
70
+ "grad_norm": 0.16820231080055237,
71
+ "learning_rate": 0.00029953906375810115,
72
+ "loss": 0.6703,
73
+ "step": 90
74
+ },
75
+ {
76
+ "epoch": 0.11757789535567313,
77
+ "grad_norm": 0.12418051064014435,
78
+ "learning_rate": 0.000299381230049573,
79
+ "loss": 0.6573,
80
+ "step": 100
81
+ },
82
+ {
83
+ "epoch": 0.12933568489124045,
84
+ "grad_norm": 0.17970608174800873,
85
+ "learning_rate": 0.0002992002537773051,
86
+ "loss": 0.6416,
87
+ "step": 110
88
+ },
89
+ {
90
+ "epoch": 0.14109347442680775,
91
+ "grad_norm": 0.15002180635929108,
92
+ "learning_rate": 0.00029899616297865466,
93
+ "loss": 0.6373,
94
+ "step": 120
95
+ },
96
+ {
97
+ "epoch": 0.15285126396237508,
98
+ "grad_norm": 0.2321266084909439,
99
+ "learning_rate": 0.00029876898927194684,
100
+ "loss": 0.6318,
101
+ "step": 130
102
+ },
103
+ {
104
+ "epoch": 0.1646090534979424,
105
+ "grad_norm": 0.15638886392116547,
106
+ "learning_rate": 0.0002985187678515765,
107
+ "loss": 0.6278,
108
+ "step": 140
109
+ },
110
+ {
111
+ "epoch": 0.1763668430335097,
112
+ "grad_norm": 0.1360541135072708,
113
+ "learning_rate": 0.0002982455374825557,
114
+ "loss": 0.6316,
115
+ "step": 150
116
+ },
117
+ {
118
+ "epoch": 0.18812463256907702,
119
+ "grad_norm": 0.1484975814819336,
120
+ "learning_rate": 0.0002979493404945078,
121
+ "loss": 0.6248,
122
+ "step": 160
123
+ },
124
+ {
125
+ "epoch": 0.19988242210464433,
126
+ "grad_norm": 0.15455132722854614,
127
+ "learning_rate": 0.00029763022277511016,
128
+ "loss": 0.6149,
129
+ "step": 170
130
+ },
131
+ {
132
+ "epoch": 0.21164021164021163,
133
+ "grad_norm": 0.14312204718589783,
134
+ "learning_rate": 0.00029728823376298476,
135
+ "loss": 0.6122,
136
+ "step": 180
137
+ },
138
+ {
139
+ "epoch": 0.22339800117577896,
140
+ "grad_norm": 0.20580118894577026,
141
+ "learning_rate": 0.00029692342644003914,
142
+ "loss": 0.6177,
143
+ "step": 190
144
+ },
145
+ {
146
+ "epoch": 0.23515579071134626,
147
+ "grad_norm": 0.1568194329738617,
148
+ "learning_rate": 0.0002965358573232581,
149
+ "loss": 0.6023,
150
+ "step": 200
151
+ },
152
+ {
153
+ "epoch": 0.24691358024691357,
154
+ "grad_norm": 0.1828833371400833,
155
+ "learning_rate": 0.00029612558645594826,
156
+ "loss": 0.6107,
157
+ "step": 210
158
+ },
159
+ {
160
+ "epoch": 0.2586713697824809,
161
+ "grad_norm": 0.24727077782154083,
162
+ "learning_rate": 0.0002956926773984357,
163
+ "loss": 0.6052,
164
+ "step": 220
165
+ },
166
+ {
167
+ "epoch": 0.27042915931804823,
168
+ "grad_norm": 0.17706172168254852,
169
+ "learning_rate": 0.00029523719721821914,
170
+ "loss": 0.602,
171
+ "step": 230
172
+ },
173
+ {
174
+ "epoch": 0.2821869488536155,
175
+ "grad_norm": 0.22355277836322784,
176
+ "learning_rate": 0.00029475921647957967,
177
+ "loss": 0.6062,
178
+ "step": 240
179
+ },
180
+ {
181
+ "epoch": 0.29394473838918284,
182
+ "grad_norm": 0.1888413280248642,
183
+ "learning_rate": 0.00029489696943632825,
184
+ "loss": 0.6036,
185
+ "step": 250
186
+ },
187
+ {
188
+ "epoch": 0.30570252792475017,
189
+ "grad_norm": 0.15985628962516785,
190
+ "learning_rate": 0.0002944000922130167,
191
+ "loss": 0.6024,
192
+ "step": 260
193
+ },
194
+ {
195
+ "epoch": 0.31746031746031744,
196
+ "grad_norm": 0.15196776390075684,
197
+ "learning_rate": 0.00029388059386971724,
198
+ "loss": 0.5936,
199
+ "step": 270
200
+ },
201
+ {
202
+ "epoch": 0.3292181069958848,
203
+ "grad_norm": 0.18247170746326447,
204
+ "learning_rate": 0.0002933385557888875,
205
+ "loss": 0.5987,
206
+ "step": 280
207
+ },
208
+ {
209
+ "epoch": 0.3409758965314521,
210
+ "grad_norm": 0.162806436419487,
211
+ "learning_rate": 0.00029277406288396663,
212
+ "loss": 0.5955,
213
+ "step": 290
214
+ },
215
+ {
216
+ "epoch": 0.3527336860670194,
217
+ "grad_norm": 0.16122598946094513,
218
+ "learning_rate": 0.00029218720358607363,
219
+ "loss": 0.5973,
220
+ "step": 300
221
+ },
222
+ {
223
+ "epoch": 0.3644914756025867,
224
+ "grad_norm": 0.15314878523349762,
225
+ "learning_rate": 0.00029157806983015394,
226
+ "loss": 0.5897,
227
+ "step": 310
228
+ },
229
+ {
230
+ "epoch": 0.37624926513815404,
231
+ "grad_norm": 0.13723793625831604,
232
+ "learning_rate": 0.00029094675704057724,
233
+ "loss": 0.5936,
234
+ "step": 320
235
+ },
236
+ {
237
+ "epoch": 0.3880070546737213,
238
+ "grad_norm": 0.1514938473701477,
239
+ "learning_rate": 0.00029029336411618865,
240
+ "loss": 0.5876,
241
+ "step": 330
242
+ },
243
+ {
244
+ "epoch": 0.39976484420928865,
245
+ "grad_norm": 0.1737629473209381,
246
+ "learning_rate": 0.0002896179934148158,
247
+ "loss": 0.5884,
248
+ "step": 340
249
+ },
250
+ {
251
+ "epoch": 0.411522633744856,
252
+ "grad_norm": 0.1483820527791977,
253
+ "learning_rate": 0.0002889207507372337,
254
+ "loss": 0.5846,
255
+ "step": 350
256
+ },
257
+ {
258
+ "epoch": 0.42328042328042326,
259
+ "grad_norm": 0.14795410633087158,
260
+ "learning_rate": 0.0002882017453105906,
261
+ "loss": 0.5862,
262
+ "step": 360
263
+ },
264
+ {
265
+ "epoch": 0.4350382128159906,
266
+ "grad_norm": 0.16455809772014618,
267
+ "learning_rate": 0.0002865363126582549,
268
+ "loss": 0.5724,
269
+ "step": 370
270
+ },
271
+ {
272
+ "epoch": 0.4467960023515579,
273
+ "grad_norm": 0.21681314706802368,
274
+ "learning_rate": 0.00028575266221296395,
275
+ "loss": 0.589,
276
+ "step": 380
277
+ },
278
+ {
279
+ "epoch": 0.4585537918871252,
280
+ "grad_norm": 0.1644076406955719,
281
+ "learning_rate": 0.00028494798058030713,
282
+ "loss": 0.5887,
283
+ "step": 390
284
+ },
285
+ {
286
+ "epoch": 0.4703115814226925,
287
+ "grad_norm": 0.1598517894744873,
288
+ "learning_rate": 0.0002841223924238447,
289
+ "loss": 0.5764,
290
+ "step": 400
291
+ },
292
+ {
293
+ "epoch": 0.48206937095825986,
294
+ "grad_norm": 0.1925736665725708,
295
+ "learning_rate": 0.0002832760256460349,
296
+ "loss": 0.5808,
297
+ "step": 410
298
+ },
299
+ {
300
+ "epoch": 0.49382716049382713,
301
+ "grad_norm": 0.2404128462076187,
302
+ "learning_rate": 0.00028240901136841886,
303
+ "loss": 0.5733,
304
+ "step": 420
305
+ },
306
+ {
307
+ "epoch": 0.5055849500293945,
308
+ "grad_norm": 0.16819190979003906,
309
+ "learning_rate": 0.00028152148391130693,
310
+ "loss": 0.5747,
311
+ "step": 430
312
+ },
313
+ {
314
+ "epoch": 0.5173427395649618,
315
+ "grad_norm": 0.17305436730384827,
316
+ "learning_rate": 0.00028061358077296946,
317
+ "loss": 0.5918,
318
+ "step": 440
319
+ },
320
+ {
321
+ "epoch": 0.5291005291005291,
322
+ "grad_norm": 0.21177902817726135,
323
+ "learning_rate": 0.00027968544260833497,
324
+ "loss": 0.5692,
325
+ "step": 450
326
+ },
327
+ {
328
+ "epoch": 0.5408583186360965,
329
+ "grad_norm": 0.16747154295444489,
330
+ "learning_rate": 0.0002787372132071998,
331
+ "loss": 0.5717,
332
+ "step": 460
333
+ },
334
+ {
335
+ "epoch": 0.5526161081716637,
336
+ "grad_norm": 0.16251486539840698,
337
+ "learning_rate": 0.00027776903947195156,
338
+ "loss": 0.5756,
339
+ "step": 470
340
+ },
341
+ {
342
+ "epoch": 0.564373897707231,
343
+ "grad_norm": 0.1750066876411438,
344
+ "learning_rate": 0.00027678107139481056,
345
+ "loss": 0.5702,
346
+ "step": 480
347
+ },
348
+ {
349
+ "epoch": 0.5761316872427984,
350
+ "grad_norm": 0.20399513840675354,
351
+ "learning_rate": 0.00027693008651389484,
352
+ "loss": 0.575,
353
+ "step": 490
354
+ },
355
+ {
356
+ "epoch": 0.5878894767783657,
357
+ "grad_norm": 0.16991858184337616,
358
+ "learning_rate": 0.00027591974622649115,
359
+ "loss": 0.571,
360
+ "step": 500
361
+ },
362
+ {
363
+ "epoch": 0.599647266313933,
364
+ "grad_norm": 0.15292410552501678,
365
+ "learning_rate": 0.00027488967987351106,
366
+ "loss": 0.5791,
367
+ "step": 510
368
+ },
369
+ {
370
+ "epoch": 0.6114050558495003,
371
+ "grad_norm": 0.18092428147792816,
372
+ "learning_rate": 0.00027384004882088046,
373
+ "loss": 0.5632,
374
+ "step": 520
375
+ },
376
+ {
377
+ "epoch": 0.6231628453850676,
378
+ "grad_norm": 0.17729806900024414,
379
+ "learning_rate": 0.00027277101749944985,
380
+ "loss": 0.5686,
381
+ "step": 530
382
+ },
383
+ {
384
+ "epoch": 0.6349206349206349,
385
+ "grad_norm": 0.18892714381217957,
386
+ "learning_rate": 0.00027168275337923555,
387
+ "loss": 0.564,
388
+ "step": 540
389
+ },
390
+ {
391
+ "epoch": 0.6466784244562023,
392
+ "grad_norm": 0.16683107614517212,
393
+ "learning_rate": 0.0002693242905393658,
394
+ "loss": 0.5744,
395
+ "step": 550
396
+ },
397
+ {
398
+ "epoch": 0.6584362139917695,
399
+ "grad_norm": 0.1752244234085083,
400
+ "learning_rate": 0.0002681837303409013,
401
+ "loss": 0.5685,
402
+ "step": 560
403
+ },
404
+ {
405
+ "epoch": 0.6701940035273368,
406
+ "grad_norm": 0.1891213059425354,
407
+ "learning_rate": 0.0002670248607838145,
408
+ "loss": 0.5634,
409
+ "step": 570
410
+ },
411
+ {
412
+ "epoch": 0.6819517930629042,
413
+ "grad_norm": 0.16213206946849823,
414
+ "learning_rate": 0.0002658478614034631,
415
+ "loss": 0.5655,
416
+ "step": 580
417
+ },
418
+ {
419
+ "epoch": 0.6937095825984715,
420
+ "grad_norm": 0.18708591163158417,
421
+ "learning_rate": 0.0002646529145439286,
422
+ "loss": 0.5616,
423
+ "step": 590
424
+ },
425
+ {
426
+ "epoch": 0.7054673721340388,
427
+ "grad_norm": 0.16980920732021332,
428
+ "learning_rate": 0.000263440205329767,
429
+ "loss": 0.561,
430
+ "step": 600
431
+ },
432
+ {
433
+ "epoch": 0.7172251616696061,
434
+ "grad_norm": 0.1808006316423416,
435
+ "learning_rate": 0.0002622099216373283,
436
+ "loss": 0.5695,
437
+ "step": 610
438
+ },
439
+ {
440
+ "epoch": 0.7289829512051734,
441
+ "grad_norm": 0.2212889939546585,
442
+ "learning_rate": 0.00026096225406565073,
443
+ "loss": 0.5675,
444
+ "step": 620
445
+ },
446
+ {
447
+ "epoch": 0.7407407407407407,
448
+ "grad_norm": 0.1887008398771286,
449
+ "learning_rate": 0.00025969739590693243,
450
+ "loss": 0.5613,
451
+ "step": 630
452
+ },
453
+ {
454
+ "epoch": 0.7524985302763081,
455
+ "grad_norm": 0.16703972220420837,
456
+ "learning_rate": 0.0002584155431165858,
457
+ "loss": 0.5714,
458
+ "step": 640
459
+ },
460
+ {
461
+ "epoch": 0.7642563198118754,
462
+ "grad_norm": 0.17618794739246368,
463
+ "learning_rate": 0.00025711689428288,
464
+ "loss": 0.5606,
465
+ "step": 650
466
+ },
467
+ {
468
+ "epoch": 0.7760141093474426,
469
+ "grad_norm": 0.19063800573349,
470
+ "learning_rate": 0.0002558016505961747,
471
+ "loss": 0.5654,
472
+ "step": 660
473
+ },
474
+ {
475
+ "epoch": 0.78777189888301,
476
+ "grad_norm": 0.18943698704242706,
477
+ "learning_rate": 0.0002544700158177514,
478
+ "loss": 0.5578,
479
+ "step": 670
480
+ },
481
+ {
482
+ "epoch": 0.7995296884185773,
483
+ "grad_norm": 0.16459155082702637,
484
+ "learning_rate": 0.00025312219624824573,
485
+ "loss": 0.5638,
486
+ "step": 680
487
+ },
488
+ {
489
+ "epoch": 0.8112874779541446,
490
+ "grad_norm": 0.15839265286922455,
491
+ "learning_rate": 0.0002517584006956874,
492
+ "loss": 0.5643,
493
+ "step": 690
494
+ },
495
+ {
496
+ "epoch": 0.823045267489712,
497
+ "grad_norm": 0.1620016098022461,
498
+ "learning_rate": 0.00025037884044315045,
499
+ "loss": 0.5503,
500
+ "step": 700
501
+ },
502
+ {
503
+ "epoch": 0.8348030570252792,
504
+ "grad_norm": 0.17974963784217834,
505
+ "learning_rate": 0.0002489837292160211,
506
+ "loss": 0.5678,
507
+ "step": 710
508
+ },
509
+ {
510
+ "epoch": 0.8465608465608465,
511
+ "grad_norm": 0.17759168148040771,
512
+ "learning_rate": 0.0002475732831488866,
513
+ "loss": 0.565,
514
+ "step": 720
515
+ },
516
+ {
517
+ "epoch": 0.8583186360964139,
518
+ "grad_norm": 0.1844816654920578,
519
+ "learning_rate": 0.0002461477207520511,
520
+ "loss": 0.5478,
521
+ "step": 730
522
+ },
523
+ {
524
+ "epoch": 0.8700764256319812,
525
+ "grad_norm": 0.18819017708301544,
526
+ "learning_rate": 0.0002447072628776832,
527
+ "loss": 0.5564,
528
+ "step": 740
529
+ },
530
+ {
531
+ "epoch": 0.8818342151675485,
532
+ "grad_norm": 0.1674388349056244,
533
+ "learning_rate": 0.00024325213268560155,
534
+ "loss": 0.5535,
535
+ "step": 750
536
+ },
537
+ {
538
+ "epoch": 0.8935920047031158,
539
+ "grad_norm": 0.1836009919643402,
540
+ "learning_rate": 0.00024178255560870153,
541
+ "loss": 0.563,
542
+ "step": 760
543
+ },
544
+ {
545
+ "epoch": 0.9053497942386831,
546
+ "grad_norm": 0.15371523797512054,
547
+ "learning_rate": 0.000240298759318031,
548
+ "loss": 0.5567,
549
+ "step": 770
550
+ },
551
+ {
552
+ "epoch": 0.9171075837742504,
553
+ "grad_norm": 0.23757289350032806,
554
+ "learning_rate": 0.00023880097368751866,
555
+ "loss": 0.5602,
556
+ "step": 780
557
+ },
558
+ {
559
+ "epoch": 0.9288653733098178,
560
+ "grad_norm": 0.18779964745044708,
561
+ "learning_rate": 0.00023728943075836153,
562
+ "loss": 0.5638,
563
+ "step": 790
564
+ },
565
+ {
566
+ "epoch": 0.940623162845385,
567
+ "grad_norm": 0.2101014107465744,
568
+ "learning_rate": 0.00023576436470307627,
569
+ "loss": 0.5523,
570
+ "step": 800
571
+ },
572
+ {
573
+ "epoch": 0.9523809523809523,
574
+ "grad_norm": 0.19982023537158966,
575
+ "learning_rate": 0.00023422601178922054,
576
+ "loss": 0.559,
577
+ "step": 810
578
+ },
579
+ {
580
+ "epoch": 0.9641387419165197,
581
+ "grad_norm": 0.16859062016010284,
582
+ "learning_rate": 0.00023267461034278986,
583
+ "loss": 0.5606,
584
+ "step": 820
585
+ },
586
+ {
587
+ "epoch": 0.975896531452087,
588
+ "grad_norm": 0.1712592989206314,
589
+ "learning_rate": 0.00023111040071129553,
590
+ "loss": 0.5485,
591
+ "step": 830
592
+ },
593
+ {
594
+ "epoch": 0.9876543209876543,
595
+ "grad_norm": 0.16725780069828033,
596
+ "learning_rate": 0.00022953362522652892,
597
+ "loss": 0.5587,
598
+ "step": 840
599
+ },
600
+ {
601
+ "epoch": 0.9994121105232217,
602
+ "grad_norm": 0.15668565034866333,
603
+ "learning_rate": 0.00022794452816701931,
604
+ "loss": 0.5559,
605
+ "step": 850
606
+ },
607
+ {
608
+ "epoch": 1.0117577895355674,
609
+ "grad_norm": 0.18699130415916443,
610
+ "learning_rate": 0.00022634335572018906,
611
+ "loss": 0.5993,
612
+ "step": 860
613
+ },
614
+ {
615
+ "epoch": 1.0235155790711346,
616
+ "grad_norm": 0.18478669226169586,
617
+ "learning_rate": 0.0002247303559442139,
618
+ "loss": 0.547,
619
+ "step": 870
620
+ },
621
+ {
622
+ "epoch": 1.035273368606702,
623
+ "grad_norm": 0.16820459067821503,
624
+ "learning_rate": 0.00022310577872959293,
625
+ "loss": 0.5516,
626
+ "step": 880
627
+ },
628
+ {
629
+ "epoch": 1.0470311581422693,
630
+ "grad_norm": 0.1703968346118927,
631
+ "learning_rate": 0.0002214698757604348,
632
+ "loss": 0.5453,
633
+ "step": 890
634
+ },
635
+ {
636
+ "epoch": 1.0587889476778365,
637
+ "grad_norm": 0.16966000199317932,
638
+ "learning_rate": 0.00021982290047546622,
639
+ "loss": 0.5446,
640
+ "step": 900
641
+ },
642
+ {
643
+ "epoch": 1.0705467372134039,
644
+ "grad_norm": 0.18867208063602448,
645
+ "learning_rate": 0.00021816510802876842,
646
+ "loss": 0.5541,
647
+ "step": 910
648
+ },
649
+ {
650
+ "epoch": 1.0823045267489713,
651
+ "grad_norm": 0.19499064981937408,
652
+ "learning_rate": 0.00021649675525024802,
653
+ "loss": 0.5586,
654
+ "step": 920
655
+ },
656
+ {
657
+ "epoch": 1.0940623162845384,
658
+ "grad_norm": 0.18678592145442963,
659
+ "learning_rate": 0.0002148181006058483,
660
+ "loss": 0.5623,
661
+ "step": 930
662
+ },
663
+ {
664
+ "epoch": 1.1058201058201058,
665
+ "grad_norm": 0.16676273941993713,
666
+ "learning_rate": 0.0002131294041575066,
667
+ "loss": 0.5477,
668
+ "step": 940
669
+ },
670
+ {
671
+ "epoch": 1.1175778953556732,
672
+ "grad_norm": 0.15307499468326569,
673
+ "learning_rate": 0.0002114309275228651,
674
+ "loss": 0.5428,
675
+ "step": 950
676
+ },
677
+ {
678
+ "epoch": 1.1293356848912404,
679
+ "grad_norm": 0.1780371516942978,
680
+ "learning_rate": 0.00020972293383474022,
681
+ "loss": 0.5421,
682
+ "step": 960
683
+ },
684
+ {
685
+ "epoch": 1.1410934744268078,
686
+ "grad_norm": 0.15791286528110504,
687
+ "learning_rate": 0.0002080056877003573,
688
+ "loss": 0.5393,
689
+ "step": 970
690
+ },
691
+ {
692
+ "epoch": 1.1528512639623751,
693
+ "grad_norm": 0.20655624568462372,
694
+ "learning_rate": 0.00020627945516035677,
695
+ "loss": 0.5488,
696
+ "step": 980
697
+ },
698
+ {
699
+ "epoch": 1.1646090534979423,
700
+ "grad_norm": 0.1702195405960083,
701
+ "learning_rate": 0.00020454450364757864,
702
+ "loss": 0.5465,
703
+ "step": 990
704
+ },
705
+ {
706
+ "epoch": 1.1763668430335097,
707
+ "grad_norm": 0.18632200360298157,
708
+ "learning_rate": 0.00020280110194563077,
709
+ "loss": 0.5457,
710
+ "step": 1000
711
+ },
712
+ {
713
+ "epoch": 1.188124632569077,
714
+ "grad_norm": 0.15633152425289154,
715
+ "learning_rate": 0.00020104952014724843,
716
+ "loss": 0.5383,
717
+ "step": 1010
718
+ },
719
+ {
720
+ "epoch": 1.1998824221046442,
721
+ "grad_norm": 0.1846858710050583,
722
+ "learning_rate": 0.0001992900296124505,
723
+ "loss": 0.5355,
724
+ "step": 1020
725
+ },
726
+ {
727
+ "epoch": 1.2116402116402116,
728
+ "grad_norm": 0.1534046232700348,
729
+ "learning_rate": 0.0001975229029264998,
730
+ "loss": 0.5461,
731
+ "step": 1030
732
+ },
733
+ {
734
+ "epoch": 1.223398001175779,
735
+ "grad_norm": 0.1676914095878601,
736
+ "learning_rate": 0.00019574841385767335,
737
+ "loss": 0.5405,
738
+ "step": 1040
739
+ },
740
+ {
741
+ "epoch": 1.2351557907113462,
742
+ "grad_norm": 0.16140472888946533,
743
+ "learning_rate": 0.00019396683731484938,
744
+ "loss": 0.5397,
745
+ "step": 1050
746
+ },
747
+ {
748
+ "epoch": 1.2469135802469136,
749
+ "grad_norm": 0.16447623074054718,
750
+ "learning_rate": 0.0001921784493049176,
751
+ "loss": 0.5465,
752
+ "step": 1060
753
+ },
754
+ {
755
+ "epoch": 1.258671369782481,
756
+ "grad_norm": 0.17460733652114868,
757
+ "learning_rate": 0.0001903835268900197,
758
+ "loss": 0.5446,
759
+ "step": 1070
760
+ },
761
+ {
762
+ "epoch": 1.2704291593180481,
763
+ "grad_norm": 0.1717451810836792,
764
+ "learning_rate": 0.00018858234814462578,
765
+ "loss": 0.5445,
766
+ "step": 1080
767
+ },
768
+ {
769
+ "epoch": 1.2821869488536155,
770
+ "grad_norm": 0.17322146892547607,
771
+ "learning_rate": 0.00018677519211245447,
772
+ "loss": 0.5482,
773
+ "step": 1090
774
+ },
775
+ {
776
+ "epoch": 1.293944738389183,
777
+ "grad_norm": 0.1692781150341034,
778
+ "learning_rate": 0.00018496233876324252,
779
+ "loss": 0.5406,
780
+ "step": 1100
781
+ },
782
+ {
783
+ "epoch": 1.3057025279247503,
784
+ "grad_norm": 0.15191440284252167,
785
+ "learning_rate": 0.00018314406894937133,
786
+ "loss": 0.5457,
787
+ "step": 1110
788
+ },
789
+ {
790
+ "epoch": 1.3174603174603174,
791
+ "grad_norm": 0.1597563475370407,
792
+ "learning_rate": 0.00018132066436235626,
793
+ "loss": 0.5525,
794
+ "step": 1120
795
+ },
796
+ {
797
+ "epoch": 1.3292181069958848,
798
+ "grad_norm": 0.17783337831497192,
799
+ "learning_rate": 0.0001794924074892063,
800
+ "loss": 0.5393,
801
+ "step": 1130
802
+ },
803
+ {
804
+ "epoch": 1.340975896531452,
805
+ "grad_norm": 0.17720560729503632,
806
+ "learning_rate": 0.00017765958156866046,
807
+ "loss": 0.5428,
808
+ "step": 1140
809
+ },
810
+ {
811
+ "epoch": 1.3527336860670194,
812
+ "grad_norm": 0.18664534389972687,
813
+ "learning_rate": 0.00017582247054730735,
814
+ "loss": 0.5401,
815
+ "step": 1150
816
+ },
817
+ {
818
+ "epoch": 1.3644914756025868,
819
+ "grad_norm": 0.19094522297382355,
820
+ "learning_rate": 0.00017398135903559566,
821
+ "loss": 0.55,
822
+ "step": 1160
823
+ },
824
+ {
825
+ "epoch": 1.3762492651381542,
826
+ "grad_norm": 0.1851995885372162,
827
+ "learning_rate": 0.0001721365322637415,
828
+ "loss": 0.5497,
829
+ "step": 1170
830
+ },
831
+ {
832
+ "epoch": 1.3880070546737213,
833
+ "grad_norm": 0.1769183874130249,
834
+ "learning_rate": 0.00017028827603753934,
835
+ "loss": 0.5353,
836
+ "step": 1180
837
+ },
838
+ {
839
+ "epoch": 1.3997648442092887,
840
+ "grad_norm": 0.16335001587867737,
841
+ "learning_rate": 0.00016843687669408468,
842
+ "loss": 0.5396,
843
+ "step": 1190
844
+ },
845
+ {
846
+ "epoch": 1.4115226337448559,
847
+ "grad_norm": 0.23527562618255615,
848
+ "learning_rate": 0.00016658262105741356,
849
+ "loss": 0.5407,
850
+ "step": 1200
851
+ },
852
+ {
853
+ "epoch": 1.4232804232804233,
854
+ "grad_norm": 0.1645500510931015,
855
+ "learning_rate": 0.00016472579639406715,
856
+ "loss": 0.5387,
857
+ "step": 1210
858
+ },
859
+ {
860
+ "epoch": 1.4350382128159906,
861
+ "grad_norm": 0.17597968876361847,
862
+ "learning_rate": 0.00016286669036858734,
863
+ "loss": 0.5393,
864
+ "step": 1220
865
+ },
866
+ {
867
+ "epoch": 1.446796002351558,
868
+ "grad_norm": 0.17105944454669952,
869
+ "learning_rate": 0.00016100559099895126,
870
+ "loss": 0.5486,
871
+ "step": 1230
872
+ },
873
+ {
874
+ "epoch": 1.4585537918871252,
875
+ "grad_norm": 0.18194060027599335,
876
+ "learning_rate": 0.0001591427866119505,
877
+ "loss": 0.5405,
878
+ "step": 1240
879
+ },
880
+ {
881
+ "epoch": 1.4703115814226926,
882
+ "grad_norm": 0.155792698264122,
883
+ "learning_rate": 0.00015727856579852287,
884
+ "loss": 0.5361,
885
+ "step": 1250
886
+ },
887
+ {
888
+ "epoch": 1.4820693709582597,
889
+ "grad_norm": 0.16111020743846893,
890
+ "learning_rate": 0.00015541321736904285,
891
+ "loss": 0.5257,
892
+ "step": 1260
893
+ },
894
+ {
895
+ "epoch": 1.4938271604938271,
896
+ "grad_norm": 0.1990344375371933,
897
+ "learning_rate": 0.00015354703030857845,
898
+ "loss": 0.5394,
899
+ "step": 1270
900
+ },
901
+ {
902
+ "epoch": 1.5055849500293945,
903
+ "grad_norm": 0.17325428128242493,
904
+ "learning_rate": 0.00015168029373212083,
905
+ "loss": 0.5336,
906
+ "step": 1280
907
+ },
908
+ {
909
+ "epoch": 1.517342739564962,
910
+ "grad_norm": 0.16529801487922668,
911
+ "learning_rate": 0.00014981329683979363,
912
+ "loss": 0.5467,
913
+ "step": 1290
914
+ },
915
+ {
916
+ "epoch": 1.529100529100529,
917
+ "grad_norm": 0.16588719189167023,
918
+ "learning_rate": 0.00014794632887204948,
919
+ "loss": 0.5427,
920
+ "step": 1300
921
+ },
922
+ {
923
+ "epoch": 1.5408583186360965,
924
+ "grad_norm": 0.2161647081375122,
925
+ "learning_rate": 0.00014607967906485973,
926
+ "loss": 0.5448,
927
+ "step": 1310
928
+ },
929
+ {
930
+ "epoch": 1.5526161081716636,
931
+ "grad_norm": 0.16725030541419983,
932
+ "learning_rate": 0.00014421363660490561,
933
+ "loss": 0.544,
934
+ "step": 1320
935
+ },
936
+ {
937
+ "epoch": 1.564373897707231,
938
+ "grad_norm": 0.1518913358449936,
939
+ "learning_rate": 0.00014234849058477627,
940
+ "loss": 0.5391,
941
+ "step": 1330
942
+ },
943
+ {
944
+ "epoch": 1.5761316872427984,
945
+ "grad_norm": 0.14821507036685944,
946
+ "learning_rate": 0.00014048452995818193,
947
+ "loss": 0.5342,
948
+ "step": 1340
949
+ },
950
+ {
951
+ "epoch": 1.5878894767783658,
952
+ "grad_norm": 0.15578289330005646,
953
+ "learning_rate": 0.0001386220434951882,
954
+ "loss": 0.545,
955
+ "step": 1350
956
+ },
957
+ {
958
+ "epoch": 1.599647266313933,
959
+ "grad_norm": 0.15221339464187622,
960
+ "learning_rate": 0.00013676131973747914,
961
+ "loss": 0.538,
962
+ "step": 1360
963
+ },
964
+ {
965
+ "epoch": 1.6114050558495003,
966
+ "grad_norm": 0.15612226724624634,
967
+ "learning_rate": 0.00013490264695365555,
968
+ "loss": 0.5403,
969
+ "step": 1370
970
+ },
971
+ {
972
+ "epoch": 1.6231628453850675,
973
+ "grad_norm": 0.17553019523620605,
974
+ "learning_rate": 0.00013304631309457547,
975
+ "loss": 0.5405,
976
+ "step": 1380
977
+ },
978
+ {
979
+ "epoch": 1.6349206349206349,
980
+ "grad_norm": 0.19782039523124695,
981
+ "learning_rate": 0.00013119260574874408,
982
+ "loss": 0.5376,
983
+ "step": 1390
984
+ },
985
+ {
986
+ "epoch": 1.6466784244562023,
987
+ "grad_norm": 0.17477013170719147,
988
+ "learning_rate": 0.00012934181209775975,
989
+ "loss": 0.5364,
990
+ "step": 1400
991
+ },
992
+ {
993
+ "epoch": 1.6584362139917697,
994
+ "grad_norm": 0.16500313580036163,
995
+ "learning_rate": 0.0001274942188718229,
996
+ "loss": 0.5376,
997
+ "step": 1410
998
+ },
999
+ {
1000
+ "epoch": 1.6701940035273368,
1001
+ "grad_norm": 0.1557675004005432,
1002
+ "learning_rate": 0.0001256501123053151,
1003
+ "loss": 0.5388,
1004
+ "step": 1420
1005
+ },
1006
+ {
1007
+ "epoch": 1.6819517930629042,
1008
+ "grad_norm": 0.1546131670475006,
1009
+ "learning_rate": 0.0001238097780924547,
1010
+ "loss": 0.5356,
1011
+ "step": 1430
1012
+ },
1013
+ {
1014
+ "epoch": 1.6937095825984714,
1015
+ "grad_norm": 0.17645175755023956,
1016
+ "learning_rate": 0.00012197350134303635,
1017
+ "loss": 0.5312,
1018
+ "step": 1440
1019
+ },
1020
+ {
1021
+ "epoch": 1.7054673721340388,
1022
+ "grad_norm": 0.19012205302715302,
1023
+ "learning_rate": 0.00012014156653826095,
1024
+ "loss": 0.5349,
1025
+ "step": 1450
1026
+ },
1027
+ {
1028
+ "epoch": 1.7172251616696061,
1029
+ "grad_norm": 0.2023085504770279,
1030
+ "learning_rate": 0.0001183142574866631,
1031
+ "loss": 0.5359,
1032
+ "step": 1460
1033
+ },
1034
+ {
1035
+ "epoch": 1.7289829512051735,
1036
+ "grad_norm": 0.16710489988327026,
1037
+ "learning_rate": 0.00011649185728014243,
1038
+ "loss": 0.5286,
1039
+ "step": 1470
1040
+ },
1041
+ {
1042
+ "epoch": 1.7407407407407407,
1043
+ "grad_norm": 0.14735428988933563,
1044
+ "learning_rate": 0.00011467464825010651,
1045
+ "loss": 0.5363,
1046
+ "step": 1480
1047
+ },
1048
+ {
1049
+ "epoch": 1.752498530276308,
1050
+ "grad_norm": 0.18269070982933044,
1051
+ "learning_rate": 0.00011286291192373113,
1052
+ "loss": 0.5286,
1053
+ "step": 1490
1054
+ },
1055
+ {
1056
+ "epoch": 1.7642563198118753,
1057
+ "grad_norm": 0.14498022198677063,
1058
+ "learning_rate": 0.00011105692898034526,
1059
+ "loss": 0.5405,
1060
+ "step": 1500
1061
+ },
1062
+ {
1063
+ "epoch": 1.7760141093474426,
1064
+ "grad_norm": 0.14717623591423035,
1065
+ "learning_rate": 0.00011030134683871457,
1066
+ "loss": 0.5366,
1067
+ "step": 1510
1068
+ },
1069
+ {
1070
+ "epoch": 1.78777189888301,
1071
+ "grad_norm": 0.17796878516674042,
1072
+ "learning_rate": 0.00010849400298316251,
1073
+ "loss": 0.532,
1074
+ "step": 1520
1075
+ },
1076
+ {
1077
+ "epoch": 1.7995296884185774,
1078
+ "grad_norm": 0.1469317078590393,
1079
+ "learning_rate": 0.00010669316128508382,
1080
+ "loss": 0.5236,
1081
+ "step": 1530
1082
+ },
1083
+ {
1084
+ "epoch": 1.8112874779541446,
1085
+ "grad_norm": 0.18005433678627014,
1086
+ "learning_rate": 0.00010489910385687536,
1087
+ "loss": 0.5348,
1088
+ "step": 1540
1089
+ },
1090
+ {
1091
+ "epoch": 1.823045267489712,
1092
+ "grad_norm": 0.15956807136535645,
1093
+ "learning_rate": 0.00010311211174813848,
1094
+ "loss": 0.5336,
1095
+ "step": 1550
1096
+ },
1097
+ {
1098
+ "epoch": 1.8348030570252791,
1099
+ "grad_norm": 0.15382471680641174,
1100
+ "learning_rate": 0.00010133246490165088,
1101
+ "loss": 0.5324,
1102
+ "step": 1560
1103
+ },
1104
+ {
1105
+ "epoch": 1.8465608465608465,
1106
+ "grad_norm": 0.1824691742658615,
1107
+ "learning_rate": 9.956044210951182e-05,
1108
+ "loss": 0.5361,
1109
+ "step": 1570
1110
+ },
1111
+ {
1112
+ "epoch": 1.858318636096414,
1113
+ "grad_norm": 0.1410980224609375,
1114
+ "learning_rate": 9.779632096946785e-05,
1115
+ "loss": 0.5381,
1116
+ "step": 1580
1117
+ },
1118
+ {
1119
+ "epoch": 1.8700764256319813,
1120
+ "grad_norm": 0.1595907211303711,
1121
+ "learning_rate": 9.604037784142558e-05,
1122
+ "loss": 0.5365,
1123
+ "step": 1590
1124
+ },
1125
+ {
1126
+ "epoch": 1.8818342151675485,
1127
+ "grad_norm": 0.14672662317752838,
1128
+ "learning_rate": 9.429288780415795e-05,
1129
+ "loss": 0.527,
1130
+ "step": 1600
1131
+ },
1132
+ {
1133
+ "epoch": 1.8935920047031158,
1134
+ "grad_norm": 0.14634069800376892,
1135
+ "learning_rate": 9.255412461221186e-05,
1136
+ "loss": 0.5398,
1137
+ "step": 1610
1138
+ },
1139
+ {
1140
+ "epoch": 1.905349794238683,
1141
+ "grad_norm": 0.1447485089302063,
1142
+ "learning_rate": 9.082436065302276e-05,
1143
+ "loss": 0.5294,
1144
+ "step": 1620
1145
+ },
1146
+ {
1147
+ "epoch": 1.9171075837742504,
1148
+ "grad_norm": 0.17091409862041473,
1149
+ "learning_rate": 8.91038669042435e-05,
1150
+ "loss": 0.5377,
1151
+ "step": 1630
1152
+ },
1153
+ {
1154
+ "epoch": 1.9288653733098178,
1155
+ "grad_norm": 0.17171324789524078,
1156
+ "learning_rate": 8.739291289129437e-05,
1157
+ "loss": 0.5391,
1158
+ "step": 1640
1159
+ },
1160
+ {
1161
+ "epoch": 1.9406231628453852,
1162
+ "grad_norm": 0.13635724782943726,
1163
+ "learning_rate": 8.569176664514001e-05,
1164
+ "loss": 0.5378,
1165
+ "step": 1650
1166
+ },
1167
+ {
1168
+ "epoch": 1.9523809523809523,
1169
+ "grad_norm": 0.1508239209651947,
1170
+ "learning_rate": 8.400069466030108e-05,
1171
+ "loss": 0.5267,
1172
+ "step": 1660
1173
+ },
1174
+ {
1175
+ "epoch": 1.9641387419165197,
1176
+ "grad_norm": 0.16271938383579254,
1177
+ "learning_rate": 8.23199618531062e-05,
1178
+ "loss": 0.5283,
1179
+ "step": 1670
1180
+ },
1181
+ {
1182
+ "epoch": 1.9758965314520869,
1183
+ "grad_norm": 0.15180297195911407,
1184
+ "learning_rate": 8.064983152019116e-05,
1185
+ "loss": 0.5384,
1186
+ "step": 1680
1187
+ },
1188
+ {
1189
+ "epoch": 1.9876543209876543,
1190
+ "grad_norm": 0.14841122925281525,
1191
+ "learning_rate": 7.899056529725217e-05,
1192
+ "loss": 0.5374,
1193
+ "step": 1690
1194
+ },
1195
+ {
1196
+ "epoch": 1.9994121105232217,
1197
+ "grad_norm": 0.19703982770442963,
1198
+ "learning_rate": 7.734242311805907e-05,
1199
+ "loss": 0.5243,
1200
+ "step": 1700
1201
+ },
1202
+ {
1203
+ "epoch": 2.0117577895355674,
1204
+ "grad_norm": 0.14616432785987854,
1205
+ "learning_rate": 7.570566317373487e-05,
1206
+ "loss": 0.5806,
1207
+ "step": 1710
1208
+ },
1209
+ {
1210
+ "epoch": 2.0235155790711348,
1211
+ "grad_norm": 0.16693364083766937,
1212
+ "learning_rate": 7.408054187230906e-05,
1213
+ "loss": 0.5304,
1214
+ "step": 1720
1215
+ },
1216
+ {
1217
+ "epoch": 2.0352733686067017,
1218
+ "grad_norm": 0.1606026440858841,
1219
+ "learning_rate": 7.246731379854956e-05,
1220
+ "loss": 0.5367,
1221
+ "step": 1730
1222
+ },
1223
+ {
1224
+ "epoch": 2.047031158142269,
1225
+ "grad_norm": 0.1404394507408142,
1226
+ "learning_rate": 7.086623167408036e-05,
1227
+ "loss": 0.5243,
1228
+ "step": 1740
1229
+ },
1230
+ {
1231
+ "epoch": 2.0587889476778365,
1232
+ "grad_norm": 0.14590832591056824,
1233
+ "learning_rate": 6.857574431125467e-05,
1234
+ "loss": 0.5278,
1235
+ "step": 1750
1236
+ },
1237
+ {
1238
+ "epoch": 2.070546737213404,
1239
+ "grad_norm": 0.1431526392698288,
1240
+ "learning_rate": 6.701407699318802e-05,
1241
+ "loss": 0.5266,
1242
+ "step": 1760
1243
+ },
1244
+ {
1245
+ "epoch": 2.0823045267489713,
1246
+ "grad_norm": 0.17230112850666046,
1247
+ "learning_rate": 6.546526608962577e-05,
1248
+ "loss": 0.5257,
1249
+ "step": 1770
1250
+ },
1251
+ {
1252
+ "epoch": 2.0940623162845386,
1253
+ "grad_norm": 0.14844703674316406,
1254
+ "learning_rate": 6.392955154674479e-05,
1255
+ "loss": 0.5171,
1256
+ "step": 1780
1257
+ },
1258
+ {
1259
+ "epoch": 2.105820105820106,
1260
+ "grad_norm": 0.15154774487018585,
1261
+ "learning_rate": 6.240717128179681e-05,
1262
+ "loss": 0.5159,
1263
+ "step": 1790
1264
+ },
1265
+ {
1266
+ "epoch": 2.117577895355673,
1267
+ "grad_norm": 0.13736847043037415,
1268
+ "learning_rate": 6.089836114624921e-05,
1269
+ "loss": 0.516,
1270
+ "step": 1800
1271
+ },
1272
+ {
1273
+ "epoch": 2.1293356848912404,
1274
+ "grad_norm": 0.15059371292591095,
1275
+ "learning_rate": 5.940335488924649e-05,
1276
+ "loss": 0.5253,
1277
+ "step": 1810
1278
+ },
1279
+ {
1280
+ "epoch": 2.1410934744268078,
1281
+ "grad_norm": 0.13336555659770966,
1282
+ "learning_rate": 5.792238412139728e-05,
1283
+ "loss": 0.5221,
1284
+ "step": 1820
1285
+ },
1286
+ {
1287
+ "epoch": 2.152851263962375,
1288
+ "grad_norm": 0.14053775370121002,
1289
+ "learning_rate": 5.645567827889223e-05,
1290
+ "loss": 0.5205,
1291
+ "step": 1830
1292
+ },
1293
+ {
1294
+ "epoch": 2.1646090534979425,
1295
+ "grad_norm": 0.16514064371585846,
1296
+ "learning_rate": 5.5003464587959475e-05,
1297
+ "loss": 0.5315,
1298
+ "step": 1840
1299
+ },
1300
+ {
1301
+ "epoch": 2.1763668430335095,
1302
+ "grad_norm": 0.14599189162254333,
1303
+ "learning_rate": 5.3565968029661834e-05,
1304
+ "loss": 0.5274,
1305
+ "step": 1850
1306
+ },
1307
+ {
1308
+ "epoch": 2.188124632569077,
1309
+ "grad_norm": 0.1498604267835617,
1310
+ "learning_rate": 5.2143411305042195e-05,
1311
+ "loss": 0.5249,
1312
+ "step": 1860
1313
+ },
1314
+ {
1315
+ "epoch": 2.1998824221046442,
1316
+ "grad_norm": 0.1399809867143631,
1317
+ "learning_rate": 5.073601480062219e-05,
1318
+ "loss": 0.5284,
1319
+ "step": 1870
1320
+ },
1321
+ {
1322
+ "epoch": 2.2116402116402116,
1323
+ "grad_norm": 0.1515013873577118,
1324
+ "learning_rate": 4.9343996554258994e-05,
1325
+ "loss": 0.5242,
1326
+ "step": 1880
1327
+ },
1328
+ {
1329
+ "epoch": 2.223398001175779,
1330
+ "grad_norm": 0.14144369959831238,
1331
+ "learning_rate": 4.796757222136643e-05,
1332
+ "loss": 0.5269,
1333
+ "step": 1890
1334
+ },
1335
+ {
1336
+ "epoch": 2.2351557907113464,
1337
+ "grad_norm": 0.14651526510715485,
1338
+ "learning_rate": 4.660695504150523e-05,
1339
+ "loss": 0.525,
1340
+ "step": 1900
1341
+ },
1342
+ {
1343
+ "epoch": 2.246913580246914,
1344
+ "grad_norm": 0.15439248085021973,
1345
+ "learning_rate": 4.526235580534689e-05,
1346
+ "loss": 0.5265,
1347
+ "step": 1910
1348
+ },
1349
+ {
1350
+ "epoch": 2.2586713697824807,
1351
+ "grad_norm": 0.1623186618089676,
1352
+ "learning_rate": 4.3933982822017876e-05,
1353
+ "loss": 0.526,
1354
+ "step": 1920
1355
+ },
1356
+ {
1357
+ "epoch": 2.270429159318048,
1358
+ "grad_norm": 0.13653329014778137,
1359
+ "learning_rate": 4.2622041886827434e-05,
1360
+ "loss": 0.5202,
1361
+ "step": 1930
1362
+ },
1363
+ {
1364
+ "epoch": 2.2821869488536155,
1365
+ "grad_norm": 0.14020675420761108,
1366
+ "learning_rate": 4.132673624938525e-05,
1367
+ "loss": 0.5221,
1368
+ "step": 1940
1369
+ },
1370
+ {
1371
+ "epoch": 2.293944738389183,
1372
+ "grad_norm": 0.14169755578041077,
1373
+ "learning_rate": 4.004826658211375e-05,
1374
+ "loss": 0.5299,
1375
+ "step": 1950
1376
+ },
1377
+ {
1378
+ "epoch": 2.3057025279247503,
1379
+ "grad_norm": 0.16250820457935333,
1380
+ "learning_rate": 3.878683094915886e-05,
1381
+ "loss": 0.5246,
1382
+ "step": 1960
1383
+ },
1384
+ {
1385
+ "epoch": 2.317460317460317,
1386
+ "grad_norm": 0.13330097496509552,
1387
+ "learning_rate": 3.7542624775705795e-05,
1388
+ "loss": 0.5155,
1389
+ "step": 1970
1390
+ },
1391
+ {
1392
+ "epoch": 2.3292181069958846,
1393
+ "grad_norm": 0.13023224472999573,
1394
+ "learning_rate": 3.631584081770296e-05,
1395
+ "loss": 0.5221,
1396
+ "step": 1980
1397
+ },
1398
+ {
1399
+ "epoch": 2.340975896531452,
1400
+ "grad_norm": 0.15445029735565186,
1401
+ "learning_rate": 3.510666913199968e-05,
1402
+ "loss": 0.5164,
1403
+ "step": 1990
1404
+ },
1405
+ {
1406
+ "epoch": 2.3527336860670194,
1407
+ "grad_norm": 0.12522496283054352,
1408
+ "learning_rate": 3.391529704690232e-05,
1409
+ "loss": 0.5242,
1410
+ "step": 2000
1411
+ },
1412
+ {
1413
+ "epoch": 2.3644914756025868,
1414
+ "grad_norm": 0.12382670491933823,
1415
+ "learning_rate": 3.274190913315244e-05,
1416
+ "loss": 0.5157,
1417
+ "step": 2010
1418
+ },
1419
+ {
1420
+ "epoch": 2.376249265138154,
1421
+ "grad_norm": 0.1230044960975647,
1422
+ "learning_rate": 3.158668717533282e-05,
1423
+ "loss": 0.5173,
1424
+ "step": 2020
1425
+ },
1426
+ {
1427
+ "epoch": 2.3880070546737215,
1428
+ "grad_norm": 0.13459515571594238,
1429
+ "learning_rate": 3.0449810143705006e-05,
1430
+ "loss": 0.5244,
1431
+ "step": 2030
1432
+ },
1433
+ {
1434
+ "epoch": 2.3997648442092885,
1435
+ "grad_norm": 0.17454054951667786,
1436
+ "learning_rate": 2.9331454166482292e-05,
1437
+ "loss": 0.5275,
1438
+ "step": 2040
1439
+ },
1440
+ {
1441
+ "epoch": 2.411522633744856,
1442
+ "grad_norm": 0.13058680295944214,
1443
+ "learning_rate": 2.823179250254393e-05,
1444
+ "loss": 0.5207,
1445
+ "step": 2050
1446
+ },
1447
+ {
1448
+ "epoch": 2.4232804232804233,
1449
+ "grad_norm": 0.1417444348335266,
1450
+ "learning_rate": 2.7150995514593066e-05,
1451
+ "loss": 0.5251,
1452
+ "step": 2060
1453
+ },
1454
+ {
1455
+ "epoch": 2.4350382128159906,
1456
+ "grad_norm": 0.12965553998947144,
1457
+ "learning_rate": 2.6089230642763654e-05,
1458
+ "loss": 0.5188,
1459
+ "step": 2070
1460
+ },
1461
+ {
1462
+ "epoch": 2.446796002351558,
1463
+ "grad_norm": 0.12700672447681427,
1464
+ "learning_rate": 2.504666237868045e-05,
1465
+ "loss": 0.5262,
1466
+ "step": 2080
1467
+ },
1468
+ {
1469
+ "epoch": 2.458553791887125,
1470
+ "grad_norm": 0.12814930081367493,
1471
+ "learning_rate": 2.4023452239975154e-05,
1472
+ "loss": 0.5218,
1473
+ "step": 2090
1474
+ },
1475
+ {
1476
+ "epoch": 2.4703115814226924,
1477
+ "grad_norm": 0.12329702824354172,
1478
+ "learning_rate": 2.3019758745263807e-05,
1479
+ "loss": 0.5218,
1480
+ "step": 2100
1481
+ },
1482
+ {
1483
+ "epoch": 2.4820693709582597,
1484
+ "grad_norm": 0.12658412754535675,
1485
+ "learning_rate": 2.2035737389588692e-05,
1486
+ "loss": 0.5238,
1487
+ "step": 2110
1488
+ },
1489
+ {
1490
+ "epoch": 2.493827160493827,
1491
+ "grad_norm": 0.1283237338066101,
1492
+ "learning_rate": 2.1071540620328454e-05,
1493
+ "loss": 0.5248,
1494
+ "step": 2120
1495
+ },
1496
+ {
1497
+ "epoch": 2.5055849500293945,
1498
+ "grad_norm": 0.12314069271087646,
1499
+ "learning_rate": 2.0127317813580695e-05,
1500
+ "loss": 0.5298,
1501
+ "step": 2130
1502
+ },
1503
+ {
1504
+ "epoch": 2.517342739564962,
1505
+ "grad_norm": 0.13253411650657654,
1506
+ "learning_rate": 1.9203215251019993e-05,
1507
+ "loss": 0.5189,
1508
+ "step": 2140
1509
+ },
1510
+ {
1511
+ "epoch": 2.5291005291005293,
1512
+ "grad_norm": 0.1233448013663292,
1513
+ "learning_rate": 1.829937609723568e-05,
1514
+ "loss": 0.5237,
1515
+ "step": 2150
1516
+ },
1517
+ {
1518
+ "epoch": 2.5408583186360962,
1519
+ "grad_norm": 0.12831535935401917,
1520
+ "learning_rate": 1.7415940377552407e-05,
1521
+ "loss": 0.5247,
1522
+ "step": 2160
1523
+ },
1524
+ {
1525
+ "epoch": 2.5526161081716636,
1526
+ "grad_norm": 0.12279964238405228,
1527
+ "learning_rate": 1.6553044956336846e-05,
1528
+ "loss": 0.5198,
1529
+ "step": 2170
1530
+ },
1531
+ {
1532
+ "epoch": 2.564373897707231,
1533
+ "grad_norm": 0.12143947184085846,
1534
+ "learning_rate": 1.5710823515794525e-05,
1535
+ "loss": 0.5318,
1536
+ "step": 2180
1537
+ },
1538
+ {
1539
+ "epoch": 2.5761316872427984,
1540
+ "grad_norm": 0.12285321950912476,
1541
+ "learning_rate": 1.488940653525914e-05,
1542
+ "loss": 0.5257,
1543
+ "step": 2190
1544
+ },
1545
+ {
1546
+ "epoch": 2.587889476778366,
1547
+ "grad_norm": 0.12113109976053238,
1548
+ "learning_rate": 1.4088921270978487e-05,
1549
+ "loss": 0.5177,
1550
+ "step": 2200
1551
+ },
1552
+ {
1553
+ "epoch": 2.5996472663139327,
1554
+ "grad_norm": 0.12191707640886307,
1555
+ "learning_rate": 1.3309491736399591e-05,
1556
+ "loss": 0.5154,
1557
+ "step": 2210
1558
+ },
1559
+ {
1560
+ "epoch": 2.6114050558495006,
1561
+ "grad_norm": 0.1208585798740387,
1562
+ "learning_rate": 1.2551238682956055e-05,
1563
+ "loss": 0.5218,
1564
+ "step": 2220
1565
+ },
1566
+ {
1567
+ "epoch": 2.6231628453850675,
1568
+ "grad_norm": 0.1282462328672409,
1569
+ "learning_rate": 1.1944657452427275e-05,
1570
+ "loss": 0.5241,
1571
+ "step": 2230
1572
+ },
1573
+ {
1574
+ "epoch": 2.634920634920635,
1575
+ "grad_norm": 0.127785786986351,
1576
+ "learning_rate": 1.122131288355197e-05,
1577
+ "loss": 0.518,
1578
+ "step": 2240
1579
+ },
1580
+ {
1581
+ "epoch": 2.6466784244562023,
1582
+ "grad_norm": 0.12176629900932312,
1583
+ "learning_rate": 1.0519708808639633e-05,
1584
+ "loss": 0.5127,
1585
+ "step": 2250
1586
+ },
1587
+ {
1588
+ "epoch": 2.6584362139917697,
1589
+ "grad_norm": 0.12018881738185883,
1590
+ "learning_rate": 9.839955138076939e-06,
1591
+ "loss": 0.5101,
1592
+ "step": 2260
1593
+ },
1594
+ {
1595
+ "epoch": 2.670194003527337,
1596
+ "grad_norm": 0.11915557831525803,
1597
+ "learning_rate": 9.182158359256641e-06,
1598
+ "loss": 0.5244,
1599
+ "step": 2270
1600
+ },
1601
+ {
1602
+ "epoch": 2.681951793062904,
1603
+ "grad_norm": 0.1288643330335617,
1604
+ "learning_rate": 8.546421519895952e-06,
1605
+ "loss": 0.521,
1606
+ "step": 2280
1607
+ }
1608
+ ],
1609
+ "logging_steps": 10,
1610
+ "max_steps": 2550,
1611
+ "num_input_tokens_seen": 0,
1612
+ "num_train_epochs": 3,
1613
+ "save_steps": 60,
1614
+ "stateful_callbacks": {
1615
+ "TrainerControl": {
1616
+ "args": {
1617
+ "should_epoch_stop": false,
1618
+ "should_evaluate": false,
1619
+ "should_log": false,
1620
+ "should_save": true,
1621
+ "should_training_stop": false
1622
+ },
1623
+ "attributes": {}
1624
+ }
1625
+ },
1626
+ "total_flos": 3.305368829130965e+18,
1627
+ "train_batch_size": 4,
1628
+ "trial_name": null,
1629
+ "trial_params": null
1630
+ }
checkpoint-2280/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d2017df37014d07bfaf5754a6b1f4edf954b091471fe61d129c8c337a276e67
3
+ size 5752
checkpoint-2280/vocab.json ADDED
The diff for this file is too large to render. See raw diff