moyixiao commited on
Commit
a04b6cf
·
verified ·
1 Parent(s): de46c87

Training in progress, step 1880, checkpoint

Browse files
.gitattributes CHANGED
@@ -80,3 +80,4 @@ checkpoint-1720/tokenizer.json filter=lfs diff=lfs merge=lfs -text
80
  checkpoint-1760/tokenizer.json filter=lfs diff=lfs merge=lfs -text
81
  checkpoint-1800/tokenizer.json filter=lfs diff=lfs merge=lfs -text
82
  checkpoint-1840/tokenizer.json filter=lfs diff=lfs merge=lfs -text
 
 
80
  checkpoint-1760/tokenizer.json filter=lfs diff=lfs merge=lfs -text
81
  checkpoint-1800/tokenizer.json filter=lfs diff=lfs merge=lfs -text
82
  checkpoint-1840/tokenizer.json filter=lfs diff=lfs merge=lfs -text
83
+ checkpoint-1880/tokenizer.json filter=lfs diff=lfs merge=lfs -text
checkpoint-1880/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen2.5-1.5B
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-1880/adapter_config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "Qwen/Qwen2.5-1.5B",
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
+ "v_proj",
27
+ "q_proj",
28
+ "down_proj",
29
+ "o_proj",
30
+ "up_proj",
31
+ "k_proj",
32
+ "gate_proj"
33
+ ],
34
+ "task_type": "CAUSAL_LM",
35
+ "use_dora": false,
36
+ "use_rslora": false
37
+ }
checkpoint-1880/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3562cd06abdaec56814cb61f23304fdeaca253c81d9dc09b0dd14141ca2d13b3
3
+ size 147770496
checkpoint-1880/added_tokens.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "</tool_call>": 151658,
3
+ "<tool_call>": 151657,
4
+ "<|box_end|>": 151649,
5
+ "<|box_start|>": 151648,
6
+ "<|endoftext|>": 151643,
7
+ "<|file_sep|>": 151664,
8
+ "<|fim_middle|>": 151660,
9
+ "<|fim_pad|>": 151662,
10
+ "<|fim_prefix|>": 151659,
11
+ "<|fim_suffix|>": 151661,
12
+ "<|im_end|>": 151645,
13
+ "<|im_start|>": 151644,
14
+ "<|image_pad|>": 151655,
15
+ "<|object_ref_end|>": 151647,
16
+ "<|object_ref_start|>": 151646,
17
+ "<|quad_end|>": 151651,
18
+ "<|quad_start|>": 151650,
19
+ "<|repo_name|>": 151663,
20
+ "<|video_pad|>": 151656,
21
+ "<|vision_end|>": 151653,
22
+ "<|vision_pad|>": 151654,
23
+ "<|vision_start|>": 151652
24
+ }
checkpoint-1880/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-1880/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60ca37116b2b3987e1158e022891c77d35e709e5ed2a43bf203f936ed0bb8af9
3
+ size 295771370
checkpoint-1880/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-1880/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-1880/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9cb4842d62225d5dacebe5277db9ccae38dc06be03a81fb1d270e3dad62f6a9
3
+ size 988
checkpoint-1880/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9f0a2dd6357e40688bacad42d4918658e194614b3b161afbacc551bb54c2d3a
3
+ size 1064
checkpoint-1880/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-1880/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c5ae00e602b8860cbd784ba82a8aa14e8feecec692e7076590d014d7b7fdafa
3
+ size 11421896
checkpoint-1880/tokenizer_config.json ADDED
@@ -0,0 +1,209 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ },
182
+ "additional_special_tokens": [
183
+ "<|im_start|>",
184
+ "<|im_end|>",
185
+ "<|object_ref_start|>",
186
+ "<|object_ref_end|>",
187
+ "<|box_start|>",
188
+ "<|box_end|>",
189
+ "<|quad_start|>",
190
+ "<|quad_end|>",
191
+ "<|vision_start|>",
192
+ "<|vision_end|>",
193
+ "<|vision_pad|>",
194
+ "<|image_pad|>",
195
+ "<|video_pad|>"
196
+ ],
197
+ "bos_token": null,
198
+ "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 %}",
199
+ "clean_up_tokenization_spaces": false,
200
+ "eos_token": "<|endoftext|>",
201
+ "errors": "replace",
202
+ "extra_special_tokens": {},
203
+ "model_max_length": 131072,
204
+ "pad_token": "<|endoftext|>",
205
+ "padding_side": "right",
206
+ "split_special_tokens": false,
207
+ "tokenizer_class": "Qwen2Tokenizer",
208
+ "unk_token": null
209
+ }
checkpoint-1880/trainer_state.json ADDED
@@ -0,0 +1,1350 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 2.2091042584434657,
6
+ "eval_steps": 500,
7
+ "global_step": 1880,
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.011747430249632892,
14
+ "grad_norm": 1.5699902772903442,
15
+ "learning_rate": 0.00027,
16
+ "loss": 3.0983,
17
+ "step": 10
18
+ },
19
+ {
20
+ "epoch": 0.023494860499265784,
21
+ "grad_norm": 1.6029695272445679,
22
+ "learning_rate": 0.00029991523567092526,
23
+ "loss": 2.062,
24
+ "step": 20
25
+ },
26
+ {
27
+ "epoch": 0.03524229074889868,
28
+ "grad_norm": 1.593436360359192,
29
+ "learning_rate": 0.00029962234616583063,
30
+ "loss": 1.2074,
31
+ "step": 30
32
+ },
33
+ {
34
+ "epoch": 0.04698972099853157,
35
+ "grad_norm": 0.5851414799690247,
36
+ "learning_rate": 0.00029912069357315393,
37
+ "loss": 0.888,
38
+ "step": 40
39
+ },
40
+ {
41
+ "epoch": 0.05873715124816446,
42
+ "grad_norm": 0.25992292165756226,
43
+ "learning_rate": 0.0002984109778320875,
44
+ "loss": 0.7685,
45
+ "step": 50
46
+ },
47
+ {
48
+ "epoch": 0.07048458149779736,
49
+ "grad_norm": 0.21082307398319244,
50
+ "learning_rate": 0.00029749418918542057,
51
+ "loss": 0.7096,
52
+ "step": 60
53
+ },
54
+ {
55
+ "epoch": 0.08223201174743025,
56
+ "grad_norm": 0.16843102872371674,
57
+ "learning_rate": 0.0002963716067978866,
58
+ "loss": 0.6901,
59
+ "step": 70
60
+ },
61
+ {
62
+ "epoch": 0.09397944199706314,
63
+ "grad_norm": 0.12076722830533981,
64
+ "learning_rate": 0.000295044796971387,
65
+ "loss": 0.6702,
66
+ "step": 80
67
+ },
68
+ {
69
+ "epoch": 0.10572687224669604,
70
+ "grad_norm": 0.21371866762638092,
71
+ "learning_rate": 0.000293515610959582,
72
+ "loss": 0.6353,
73
+ "step": 90
74
+ },
75
+ {
76
+ "epoch": 0.11747430249632893,
77
+ "grad_norm": 0.13458965718746185,
78
+ "learning_rate": 0.0002917861823848985,
79
+ "loss": 0.6479,
80
+ "step": 100
81
+ },
82
+ {
83
+ "epoch": 0.12922173274596183,
84
+ "grad_norm": 0.265765517950058,
85
+ "learning_rate": 0.0002898589242615568,
86
+ "loss": 0.6244,
87
+ "step": 110
88
+ },
89
+ {
90
+ "epoch": 0.14096916299559473,
91
+ "grad_norm": 0.1473032385110855,
92
+ "learning_rate": 0.0002877365256287728,
93
+ "loss": 0.6217,
94
+ "step": 120
95
+ },
96
+ {
97
+ "epoch": 0.1527165932452276,
98
+ "grad_norm": 0.1591167151927948,
99
+ "learning_rate": 0.00028542194779883047,
100
+ "loss": 0.6022,
101
+ "step": 130
102
+ },
103
+ {
104
+ "epoch": 0.1644640234948605,
105
+ "grad_norm": 0.13270772993564606,
106
+ "learning_rate": 0.00028291842022526133,
107
+ "loss": 0.6098,
108
+ "step": 140
109
+ },
110
+ {
111
+ "epoch": 0.1762114537444934,
112
+ "grad_norm": 0.1444919854402542,
113
+ "learning_rate": 0.0002802294359968954,
114
+ "loss": 0.5971,
115
+ "step": 150
116
+ },
117
+ {
118
+ "epoch": 0.18795888399412627,
119
+ "grad_norm": 0.1571902334690094,
120
+ "learning_rate": 0.0002773587469640702,
121
+ "loss": 0.5937,
122
+ "step": 160
123
+ },
124
+ {
125
+ "epoch": 0.19970631424375918,
126
+ "grad_norm": 0.11585285514593124,
127
+ "learning_rate": 0.0002743103585037989,
128
+ "loss": 0.6054,
129
+ "step": 170
130
+ },
131
+ {
132
+ "epoch": 0.21145374449339208,
133
+ "grad_norm": 0.10303252190351486,
134
+ "learning_rate": 0.0002710885239312008,
135
+ "loss": 0.5708,
136
+ "step": 180
137
+ },
138
+ {
139
+ "epoch": 0.22320117474302498,
140
+ "grad_norm": 0.09355439245700836,
141
+ "learning_rate": 0.00026769773856499167,
142
+ "loss": 0.5806,
143
+ "step": 190
144
+ },
145
+ {
146
+ "epoch": 0.23494860499265785,
147
+ "grad_norm": 0.09288550913333893,
148
+ "learning_rate": 0.0002641427334553158,
149
+ "loss": 0.5747,
150
+ "step": 200
151
+ },
152
+ {
153
+ "epoch": 0.24669603524229075,
154
+ "grad_norm": 0.10875760763883591,
155
+ "learning_rate": 0.00026042846878266795,
156
+ "loss": 0.5879,
157
+ "step": 210
158
+ },
159
+ {
160
+ "epoch": 0.25844346549192365,
161
+ "grad_norm": 0.09756477177143097,
162
+ "learning_rate": 0.0002565601269371192,
163
+ "loss": 0.5852,
164
+ "step": 220
165
+ },
166
+ {
167
+ "epoch": 0.2701908957415565,
168
+ "grad_norm": 0.10926368832588196,
169
+ "learning_rate": 0.0002525431052874997,
170
+ "loss": 0.5605,
171
+ "step": 230
172
+ },
173
+ {
174
+ "epoch": 0.28193832599118945,
175
+ "grad_norm": 0.09802033007144928,
176
+ "learning_rate": 0.00024838300865062966,
177
+ "loss": 0.5738,
178
+ "step": 240
179
+ },
180
+ {
181
+ "epoch": 0.2936857562408223,
182
+ "grad_norm": 0.10284294933080673,
183
+ "learning_rate": 0.00024408564147110443,
184
+ "loss": 0.5847,
185
+ "step": 250
186
+ },
187
+ {
188
+ "epoch": 0.3054331864904552,
189
+ "grad_norm": 0.09890703111886978,
190
+ "learning_rate": 0.00023965699972254602,
191
+ "loss": 0.5736,
192
+ "step": 260
193
+ },
194
+ {
195
+ "epoch": 0.31718061674008813,
196
+ "grad_norm": 0.09091509878635406,
197
+ "learning_rate": 0.00023510326254162027,
198
+ "loss": 0.5577,
199
+ "step": 270
200
+ },
201
+ {
202
+ "epoch": 0.328928046989721,
203
+ "grad_norm": 0.0930003970861435,
204
+ "learning_rate": 0.00023043078360649285,
205
+ "loss": 0.5651,
206
+ "step": 280
207
+ },
208
+ {
209
+ "epoch": 0.3406754772393539,
210
+ "grad_norm": 0.0988878533244133,
211
+ "learning_rate": 0.00022564608227175316,
212
+ "loss": 0.548,
213
+ "step": 290
214
+ },
215
+ {
216
+ "epoch": 0.3524229074889868,
217
+ "grad_norm": 0.11749754101037979,
218
+ "learning_rate": 0.0002207558344721757,
219
+ "loss": 0.5587,
220
+ "step": 300
221
+ },
222
+ {
223
+ "epoch": 0.3641703377386197,
224
+ "grad_norm": 0.10936658829450607,
225
+ "learning_rate": 0.00021576686340800985,
226
+ "loss": 0.5694,
227
+ "step": 310
228
+ },
229
+ {
230
+ "epoch": 0.37591776798825255,
231
+ "grad_norm": 0.15082670748233795,
232
+ "learning_rate": 0.00021068613002479553,
233
+ "loss": 0.5688,
234
+ "step": 320
235
+ },
236
+ {
237
+ "epoch": 0.3876651982378855,
238
+ "grad_norm": 0.10255635529756546,
239
+ "learning_rate": 0.00020552072330098716,
240
+ "loss": 0.56,
241
+ "step": 330
242
+ },
243
+ {
244
+ "epoch": 0.39941262848751835,
245
+ "grad_norm": 0.10504507273435593,
246
+ "learning_rate": 0.0002002778503569374,
247
+ "loss": 0.557,
248
+ "step": 340
249
+ },
250
+ {
251
+ "epoch": 0.4111600587371512,
252
+ "grad_norm": 0.1146383211016655,
253
+ "learning_rate": 0.00019496482639904194,
254
+ "loss": 0.5497,
255
+ "step": 350
256
+ },
257
+ {
258
+ "epoch": 0.42290748898678415,
259
+ "grad_norm": 0.09596443176269531,
260
+ "learning_rate": 0.00018958906451307489,
261
+ "loss": 0.556,
262
+ "step": 360
263
+ },
264
+ {
265
+ "epoch": 0.434654919236417,
266
+ "grad_norm": 0.10395421087741852,
267
+ "learning_rate": 0.0001841580653209565,
268
+ "loss": 0.5634,
269
+ "step": 370
270
+ },
271
+ {
272
+ "epoch": 0.44640234948604995,
273
+ "grad_norm": 0.08797866106033325,
274
+ "learning_rate": 0.00017867940651538483,
275
+ "loss": 0.5544,
276
+ "step": 380
277
+ },
278
+ {
279
+ "epoch": 0.4581497797356828,
280
+ "grad_norm": 0.1006847620010376,
281
+ "learning_rate": 0.0001731607322869329,
282
+ "loss": 0.5562,
283
+ "step": 390
284
+ },
285
+ {
286
+ "epoch": 0.4698972099853157,
287
+ "grad_norm": 0.09849337488412857,
288
+ "learning_rate": 0.00016760974265836331,
289
+ "loss": 0.5477,
290
+ "step": 400
291
+ },
292
+ {
293
+ "epoch": 0.48164464023494863,
294
+ "grad_norm": 0.0988384336233139,
295
+ "learning_rate": 0.00016203418274104278,
296
+ "loss": 0.5459,
297
+ "step": 410
298
+ },
299
+ {
300
+ "epoch": 0.4933920704845815,
301
+ "grad_norm": 0.09625212848186493,
302
+ "learning_rate": 0.0001564418319284454,
303
+ "loss": 0.5516,
304
+ "step": 420
305
+ },
306
+ {
307
+ "epoch": 0.5051395007342144,
308
+ "grad_norm": 0.09705183655023575,
309
+ "learning_rate": 0.00015084049304182347,
310
+ "loss": 0.5375,
311
+ "step": 430
312
+ },
313
+ {
314
+ "epoch": 0.5168869309838473,
315
+ "grad_norm": 0.17180472612380981,
316
+ "learning_rate": 0.00014523798144319027,
317
+ "loss": 0.539,
318
+ "step": 440
319
+ },
320
+ {
321
+ "epoch": 0.5286343612334802,
322
+ "grad_norm": 0.09553302824497223,
323
+ "learning_rate": 0.00013964211413080522,
324
+ "loss": 0.5418,
325
+ "step": 450
326
+ },
327
+ {
328
+ "epoch": 0.540381791483113,
329
+ "grad_norm": 0.10648112744092941,
330
+ "learning_rate": 0.0001340606988323758,
331
+ "loss": 0.5414,
332
+ "step": 460
333
+ },
334
+ {
335
+ "epoch": 0.5521292217327459,
336
+ "grad_norm": 0.09907692670822144,
337
+ "learning_rate": 0.00012850152311119498,
338
+ "loss": 0.5353,
339
+ "step": 470
340
+ },
341
+ {
342
+ "epoch": 0.5638766519823789,
343
+ "grad_norm": 0.11162377148866653,
344
+ "learning_rate": 0.00012297234350041228,
345
+ "loss": 0.528,
346
+ "step": 480
347
+ },
348
+ {
349
+ "epoch": 0.5756240822320118,
350
+ "grad_norm": 0.10550152510404587,
351
+ "learning_rate": 0.00011748087468060128,
352
+ "loss": 0.533,
353
+ "step": 490
354
+ },
355
+ {
356
+ "epoch": 0.5873715124816447,
357
+ "grad_norm": 0.09718377143144608,
358
+ "learning_rate": 0.0001120347787157222,
359
+ "loss": 0.5409,
360
+ "step": 500
361
+ },
362
+ {
363
+ "epoch": 0.5991189427312775,
364
+ "grad_norm": 0.09185861796140671,
365
+ "learning_rate": 0.0001066416543624984,
366
+ "loss": 0.5354,
367
+ "step": 510
368
+ },
369
+ {
370
+ "epoch": 0.6108663729809104,
371
+ "grad_norm": 0.0927920788526535,
372
+ "learning_rate": 0.00010130902646812369,
373
+ "loss": 0.5454,
374
+ "step": 520
375
+ },
376
+ {
377
+ "epoch": 0.6226138032305433,
378
+ "grad_norm": 0.087093785405159,
379
+ "learning_rate": 9.604433547109344e-05,
380
+ "loss": 0.5295,
381
+ "step": 530
382
+ },
383
+ {
384
+ "epoch": 0.6343612334801763,
385
+ "grad_norm": 0.09994326531887054,
386
+ "learning_rate": 9.085492701980751e-05,
387
+ "loss": 0.5322,
388
+ "step": 540
389
+ },
390
+ {
391
+ "epoch": 0.6461086637298091,
392
+ "grad_norm": 0.09507084637880325,
393
+ "learning_rate": 8.574804172343134e-05,
394
+ "loss": 0.5224,
395
+ "step": 550
396
+ },
397
+ {
398
+ "epoch": 0.657856093979442,
399
+ "grad_norm": 0.08571015298366547,
400
+ "learning_rate": 8.07308050493148e-05,
401
+ "loss": 0.5378,
402
+ "step": 560
403
+ },
404
+ {
405
+ "epoch": 0.6696035242290749,
406
+ "grad_norm": 0.08876761794090271,
407
+ "learning_rate": 7.581021738106408e-05,
408
+ "loss": 0.5265,
409
+ "step": 570
410
+ },
411
+ {
412
+ "epoch": 0.6813509544787077,
413
+ "grad_norm": 0.09467241168022156,
414
+ "learning_rate": 7.099314425113907e-05,
415
+ "loss": 0.5392,
416
+ "step": 580
417
+ },
418
+ {
419
+ "epoch": 0.6930983847283406,
420
+ "grad_norm": 0.08804601430892944,
421
+ "learning_rate": 6.628630676160445e-05,
422
+ "loss": 0.5365,
423
+ "step": 590
424
+ },
425
+ {
426
+ "epoch": 0.7048458149779736,
427
+ "grad_norm": 0.08877623081207275,
428
+ "learning_rate": 6.169627220639871e-05,
429
+ "loss": 0.5354,
430
+ "step": 600
431
+ },
432
+ {
433
+ "epoch": 0.7165932452276065,
434
+ "grad_norm": 0.09122662246227264,
435
+ "learning_rate": 5.722944490820774e-05,
436
+ "loss": 0.5356,
437
+ "step": 610
438
+ },
439
+ {
440
+ "epoch": 0.7283406754772394,
441
+ "grad_norm": 0.08744510263204575,
442
+ "learning_rate": 5.289205728272586e-05,
443
+ "loss": 0.5424,
444
+ "step": 620
445
+ },
446
+ {
447
+ "epoch": 0.7400881057268722,
448
+ "grad_norm": 0.08927814662456512,
449
+ "learning_rate": 4.869016114277345e-05,
450
+ "loss": 0.5268,
451
+ "step": 630
452
+ },
453
+ {
454
+ "epoch": 0.7518355359765051,
455
+ "grad_norm": 0.09256933629512787,
456
+ "learning_rate": 4.462961925440341e-05,
457
+ "loss": 0.5414,
458
+ "step": 640
459
+ },
460
+ {
461
+ "epoch": 0.7635829662261381,
462
+ "grad_norm": 0.08703339844942093,
463
+ "learning_rate": 4.071609715677899e-05,
464
+ "loss": 0.5376,
465
+ "step": 650
466
+ },
467
+ {
468
+ "epoch": 0.775330396475771,
469
+ "grad_norm": 0.08876251429319382,
470
+ "learning_rate": 3.695505525723465e-05,
471
+ "loss": 0.5307,
472
+ "step": 660
473
+ },
474
+ {
475
+ "epoch": 0.7870778267254038,
476
+ "grad_norm": 0.08702490478754044,
477
+ "learning_rate": 3.3351741212551595e-05,
478
+ "loss": 0.5307,
479
+ "step": 670
480
+ },
481
+ {
482
+ "epoch": 0.7988252569750367,
483
+ "grad_norm": 0.08601511269807816,
484
+ "learning_rate": 2.9911182607076516e-05,
485
+ "loss": 0.5372,
486
+ "step": 680
487
+ },
488
+ {
489
+ "epoch": 0.8105726872246696,
490
+ "grad_norm": 0.0857272818684578,
491
+ "learning_rate": 2.663817993790021e-05,
492
+ "loss": 0.528,
493
+ "step": 690
494
+ },
495
+ {
496
+ "epoch": 0.8223201174743024,
497
+ "grad_norm": 0.08725214004516602,
498
+ "learning_rate": 2.3537299916883512e-05,
499
+ "loss": 0.5378,
500
+ "step": 700
501
+ },
502
+ {
503
+ "epoch": 0.8340675477239354,
504
+ "grad_norm": 0.0845843032002449,
505
+ "learning_rate": 2.0612869098875988e-05,
506
+ "loss": 0.5389,
507
+ "step": 710
508
+ },
509
+ {
510
+ "epoch": 0.8458149779735683,
511
+ "grad_norm": 0.08480172604322433,
512
+ "learning_rate": 1.786896784501778e-05,
513
+ "loss": 0.5244,
514
+ "step": 720
515
+ },
516
+ {
517
+ "epoch": 0.8575624082232012,
518
+ "grad_norm": 0.09265288710594177,
519
+ "learning_rate": 1.5309424629547164e-05,
520
+ "loss": 0.5403,
521
+ "step": 730
522
+ },
523
+ {
524
+ "epoch": 0.869309838472834,
525
+ "grad_norm": 0.08523637801408768,
526
+ "learning_rate": 1.2937810698057921e-05,
527
+ "loss": 0.5332,
528
+ "step": 740
529
+ },
530
+ {
531
+ "epoch": 0.8810572687224669,
532
+ "grad_norm": 0.08431612700223923,
533
+ "learning_rate": 1.0757435084658694e-05,
534
+ "loss": 0.5198,
535
+ "step": 750
536
+ },
537
+ {
538
+ "epoch": 0.8928046989720999,
539
+ "grad_norm": 0.08998807519674301,
540
+ "learning_rate": 8.771339994987953e-06,
541
+ "loss": 0.5251,
542
+ "step": 760
543
+ },
544
+ {
545
+ "epoch": 0.9045521292217328,
546
+ "grad_norm": 0.08884080499410629,
547
+ "learning_rate": 6.98229656152543e-06,
548
+ "loss": 0.5449,
549
+ "step": 770
550
+ },
551
+ {
552
+ "epoch": 0.9162995594713657,
553
+ "grad_norm": 0.08583056926727295,
554
+ "learning_rate": 5.392800977123047e-06,
555
+ "loss": 0.5264,
556
+ "step": 780
557
+ },
558
+ {
559
+ "epoch": 0.9280469897209985,
560
+ "grad_norm": 0.08824951946735382,
561
+ "learning_rate": 4.005071012149952e-06,
562
+ "loss": 0.5306,
563
+ "step": 790
564
+ },
565
+ {
566
+ "epoch": 0.9397944199706314,
567
+ "grad_norm": 0.08726619184017181,
568
+ "learning_rate": 2.821042920111427e-06,
569
+ "loss": 0.5205,
570
+ "step": 800
571
+ },
572
+ {
573
+ "epoch": 0.9515418502202643,
574
+ "grad_norm": 0.08729498088359833,
575
+ "learning_rate": 1.8423687360584137e-06,
576
+ "loss": 0.5217,
577
+ "step": 810
578
+ },
579
+ {
580
+ "epoch": 0.9632892804698973,
581
+ "grad_norm": 0.08497074991464615,
582
+ "learning_rate": 1.070413971558115e-06,
583
+ "loss": 0.534,
584
+ "step": 820
585
+ },
586
+ {
587
+ "epoch": 0.9750367107195301,
588
+ "grad_norm": 0.08497001975774765,
589
+ "learning_rate": 5.062557094410058e-07,
590
+ "loss": 0.5241,
591
+ "step": 830
592
+ },
593
+ {
594
+ "epoch": 0.986784140969163,
595
+ "grad_norm": 0.08295251429080963,
596
+ "learning_rate": 1.5068110098296338e-07,
597
+ "loss": 0.5337,
598
+ "step": 840
599
+ },
600
+ {
601
+ "epoch": 0.9985315712187959,
602
+ "grad_norm": 0.10860061645507812,
603
+ "learning_rate": 0.00022638651575377874,
604
+ "loss": 0.5227,
605
+ "step": 850
606
+ },
607
+ {
608
+ "epoch": 1.0105726872246696,
609
+ "grad_norm": 0.11796294897794724,
610
+ "learning_rate": 0.00022478592280680777,
611
+ "loss": 0.588,
612
+ "step": 860
613
+ },
614
+ {
615
+ "epoch": 1.0223201174743024,
616
+ "grad_norm": 0.1594405323266983,
617
+ "learning_rate": 0.0002231739162937319,
618
+ "loss": 0.5307,
619
+ "step": 870
620
+ },
621
+ {
622
+ "epoch": 1.0340675477239354,
623
+ "grad_norm": 0.10787333548069,
624
+ "learning_rate": 0.0002215507422333499,
625
+ "loss": 0.5359,
626
+ "step": 880
627
+ },
628
+ {
629
+ "epoch": 1.0458149779735684,
630
+ "grad_norm": 0.10763130336999893,
631
+ "learning_rate": 0.0002199166483488127,
632
+ "loss": 0.5407,
633
+ "step": 890
634
+ },
635
+ {
636
+ "epoch": 1.0575624082232011,
637
+ "grad_norm": 0.13658902049064636,
638
+ "learning_rate": 0.00021827188402981652,
639
+ "loss": 0.5255,
640
+ "step": 900
641
+ },
642
+ {
643
+ "epoch": 1.0693098384728341,
644
+ "grad_norm": 0.10522827506065369,
645
+ "learning_rate": 0.00021661670029454207,
646
+ "loss": 0.5276,
647
+ "step": 910
648
+ },
649
+ {
650
+ "epoch": 1.0810572687224669,
651
+ "grad_norm": 0.1422538459300995,
652
+ "learning_rate": 0.0002149513497513448,
653
+ "loss": 0.5245,
654
+ "step": 920
655
+ },
656
+ {
657
+ "epoch": 1.0928046989720999,
658
+ "grad_norm": 0.10326780378818512,
659
+ "learning_rate": 0.00021327608656020305,
660
+ "loss": 0.5294,
661
+ "step": 930
662
+ },
663
+ {
664
+ "epoch": 1.1045521292217328,
665
+ "grad_norm": 0.11100132018327713,
666
+ "learning_rate": 0.00021159116639392868,
667
+ "loss": 0.52,
668
+ "step": 940
669
+ },
670
+ {
671
+ "epoch": 1.1162995594713656,
672
+ "grad_norm": 0.09583411365747452,
673
+ "learning_rate": 0.00020989684639914738,
674
+ "loss": 0.5247,
675
+ "step": 950
676
+ },
677
+ {
678
+ "epoch": 1.1280469897209986,
679
+ "grad_norm": 0.10812857002019882,
680
+ "learning_rate": 0.00020819338515705378,
681
+ "loss": 0.5236,
682
+ "step": 960
683
+ },
684
+ {
685
+ "epoch": 1.1397944199706314,
686
+ "grad_norm": 0.12208293378353119,
687
+ "learning_rate": 0.00020648104264394784,
688
+ "loss": 0.5217,
689
+ "step": 970
690
+ },
691
+ {
692
+ "epoch": 1.1515418502202643,
693
+ "grad_norm": 0.11540035158395767,
694
+ "learning_rate": 0.00020476008019155794,
695
+ "loss": 0.5387,
696
+ "step": 980
697
+ },
698
+ {
699
+ "epoch": 1.1632892804698973,
700
+ "grad_norm": 0.10755149275064468,
701
+ "learning_rate": 0.00020303076044715738,
702
+ "loss": 0.5057,
703
+ "step": 990
704
+ },
705
+ {
706
+ "epoch": 1.17503671071953,
707
+ "grad_norm": 0.10145018994808197,
708
+ "learning_rate": 0.0002012933473334804,
709
+ "loss": 0.5202,
710
+ "step": 1000
711
+ },
712
+ {
713
+ "epoch": 1.186784140969163,
714
+ "grad_norm": 0.11095395684242249,
715
+ "learning_rate": 0.00019954810600844277,
716
+ "loss": 0.5314,
717
+ "step": 1010
718
+ },
719
+ {
720
+ "epoch": 1.1985315712187958,
721
+ "grad_norm": 0.097834512591362,
722
+ "learning_rate": 0.00019779530282467456,
723
+ "loss": 0.5178,
724
+ "step": 1020
725
+ },
726
+ {
727
+ "epoch": 1.2102790014684288,
728
+ "grad_norm": 0.09915532171726227,
729
+ "learning_rate": 0.00019603520528887027,
730
+ "loss": 0.5205,
731
+ "step": 1030
732
+ },
733
+ {
734
+ "epoch": 1.2220264317180616,
735
+ "grad_norm": 0.1107698306441307,
736
+ "learning_rate": 0.00019426808202096298,
737
+ "loss": 0.5268,
738
+ "step": 1040
739
+ },
740
+ {
741
+ "epoch": 1.2337738619676946,
742
+ "grad_norm": 0.11669424921274185,
743
+ "learning_rate": 0.0001924942027131284,
744
+ "loss": 0.53,
745
+ "step": 1050
746
+ },
747
+ {
748
+ "epoch": 1.2455212922173275,
749
+ "grad_norm": 0.11590099334716797,
750
+ "learning_rate": 0.00019071383808862534,
751
+ "loss": 0.5085,
752
+ "step": 1060
753
+ },
754
+ {
755
+ "epoch": 1.2572687224669603,
756
+ "grad_norm": 0.1027660220861435,
757
+ "learning_rate": 0.00018892725986047917,
758
+ "loss": 0.5193,
759
+ "step": 1070
760
+ },
761
+ {
762
+ "epoch": 1.2690161527165933,
763
+ "grad_norm": 0.09436651319265366,
764
+ "learning_rate": 0.00018713474069001354,
765
+ "loss": 0.5002,
766
+ "step": 1080
767
+ },
768
+ {
769
+ "epoch": 1.280763582966226,
770
+ "grad_norm": 0.11379121989011765,
771
+ "learning_rate": 0.00018533655414523808,
772
+ "loss": 0.5212,
773
+ "step": 1090
774
+ },
775
+ {
776
+ "epoch": 1.292511013215859,
777
+ "grad_norm": 0.09809733927249908,
778
+ "learning_rate": 0.00018353297465909717,
779
+ "loss": 0.5124,
780
+ "step": 1100
781
+ },
782
+ {
783
+ "epoch": 1.3042584434654918,
784
+ "grad_norm": 0.1027405858039856,
785
+ "learning_rate": 0.00018172427748758713,
786
+ "loss": 0.5177,
787
+ "step": 1110
788
+ },
789
+ {
790
+ "epoch": 1.3160058737151248,
791
+ "grad_norm": 0.10089763253927231,
792
+ "learning_rate": 0.0001799107386677475,
793
+ "loss": 0.4969,
794
+ "step": 1120
795
+ },
796
+ {
797
+ "epoch": 1.3277533039647578,
798
+ "grad_norm": 0.09994267672300339,
799
+ "learning_rate": 0.0001780926349755332,
800
+ "loss": 0.516,
801
+ "step": 1130
802
+ },
803
+ {
804
+ "epoch": 1.3395007342143905,
805
+ "grad_norm": 0.10974204540252686,
806
+ "learning_rate": 0.00017627024388357416,
807
+ "loss": 0.5035,
808
+ "step": 1140
809
+ },
810
+ {
811
+ "epoch": 1.3512481644640235,
812
+ "grad_norm": 0.09834876656532288,
813
+ "learning_rate": 0.00017444384351882817,
814
+ "loss": 0.5121,
815
+ "step": 1150
816
+ },
817
+ {
818
+ "epoch": 1.3629955947136563,
819
+ "grad_norm": 0.09756341576576233,
820
+ "learning_rate": 0.0001726137126201342,
821
+ "loss": 0.5289,
822
+ "step": 1160
823
+ },
824
+ {
825
+ "epoch": 1.3747430249632893,
826
+ "grad_norm": 0.09796813875436783,
827
+ "learning_rate": 0.0001707801304956723,
828
+ "loss": 0.5054,
829
+ "step": 1170
830
+ },
831
+ {
832
+ "epoch": 1.3864904552129222,
833
+ "grad_norm": 0.09447074681520462,
834
+ "learning_rate": 0.00016894337698033663,
835
+ "loss": 0.5067,
836
+ "step": 1180
837
+ },
838
+ {
839
+ "epoch": 1.398237885462555,
840
+ "grad_norm": 0.10086411237716675,
841
+ "learning_rate": 0.00016710373239302772,
842
+ "loss": 0.5191,
843
+ "step": 1190
844
+ },
845
+ {
846
+ "epoch": 1.409985315712188,
847
+ "grad_norm": 0.10048293322324753,
848
+ "learning_rate": 0.00016526147749387155,
849
+ "loss": 0.5073,
850
+ "step": 1200
851
+ },
852
+ {
853
+ "epoch": 1.4217327459618208,
854
+ "grad_norm": 0.09760654717683792,
855
+ "learning_rate": 0.00016341689344137088,
856
+ "loss": 0.5254,
857
+ "step": 1210
858
+ },
859
+ {
860
+ "epoch": 1.4334801762114537,
861
+ "grad_norm": 0.09539603441953659,
862
+ "learning_rate": 0.00016157026174949538,
863
+ "loss": 0.5116,
864
+ "step": 1220
865
+ },
866
+ {
867
+ "epoch": 1.4452276064610867,
868
+ "grad_norm": 0.09473835676908493,
869
+ "learning_rate": 0.00015972186424471855,
870
+ "loss": 0.5011,
871
+ "step": 1230
872
+ },
873
+ {
874
+ "epoch": 1.4569750367107195,
875
+ "grad_norm": 0.10754521191120148,
876
+ "learning_rate": 0.0001578719830230061,
877
+ "loss": 0.5116,
878
+ "step": 1240
879
+ },
880
+ {
881
+ "epoch": 1.4687224669603525,
882
+ "grad_norm": 0.09202101826667786,
883
+ "learning_rate": 0.00015602090040676324,
884
+ "loss": 0.4964,
885
+ "step": 1250
886
+ },
887
+ {
888
+ "epoch": 1.4804698972099852,
889
+ "grad_norm": 0.1060076653957367,
890
+ "learning_rate": 0.00015416889890174792,
891
+ "loss": 0.505,
892
+ "step": 1260
893
+ },
894
+ {
895
+ "epoch": 1.4922173274596182,
896
+ "grad_norm": 0.10437231510877609,
897
+ "learning_rate": 0.0001523162611539557,
898
+ "loss": 0.5065,
899
+ "step": 1270
900
+ },
901
+ {
902
+ "epoch": 1.5039647577092512,
903
+ "grad_norm": 0.14216673374176025,
904
+ "learning_rate": 0.0001504632699064833,
905
+ "loss": 0.5221,
906
+ "step": 1280
907
+ },
908
+ {
909
+ "epoch": 1.515712187958884,
910
+ "grad_norm": 0.10676784813404083,
911
+ "learning_rate": 0.00014861020795637716,
912
+ "loss": 0.5057,
913
+ "step": 1290
914
+ },
915
+ {
916
+ "epoch": 1.5274596182085167,
917
+ "grad_norm": 0.09706170856952667,
918
+ "learning_rate": 0.00014675735811147444,
919
+ "loss": 0.5054,
920
+ "step": 1300
921
+ },
922
+ {
923
+ "epoch": 1.5392070484581497,
924
+ "grad_norm": 0.09725037962198257,
925
+ "learning_rate": 0.00014490500314724117,
926
+ "loss": 0.5083,
927
+ "step": 1310
928
+ },
929
+ {
930
+ "epoch": 1.5509544787077827,
931
+ "grad_norm": 0.09938537329435349,
932
+ "learning_rate": 0.0001430534257636167,
933
+ "loss": 0.5157,
934
+ "step": 1320
935
+ },
936
+ {
937
+ "epoch": 1.5627019089574157,
938
+ "grad_norm": 0.10331527143716812,
939
+ "learning_rate": 0.00014120290854186863,
940
+ "loss": 0.5151,
941
+ "step": 1330
942
+ },
943
+ {
944
+ "epoch": 1.5744493392070484,
945
+ "grad_norm": 0.09629181027412415,
946
+ "learning_rate": 0.00013935373390146634,
947
+ "loss": 0.507,
948
+ "step": 1340
949
+ },
950
+ {
951
+ "epoch": 1.5861967694566812,
952
+ "grad_norm": 0.10021866858005524,
953
+ "learning_rate": 0.00013750618405697912,
954
+ "loss": 0.4973,
955
+ "step": 1350
956
+ },
957
+ {
958
+ "epoch": 1.5979441997063142,
959
+ "grad_norm": 0.10414128750562668,
960
+ "learning_rate": 0.0001356605409750058,
961
+ "loss": 0.5033,
962
+ "step": 1360
963
+ },
964
+ {
965
+ "epoch": 1.6096916299559472,
966
+ "grad_norm": 0.11649428308010101,
967
+ "learning_rate": 0.0001340013252947644,
968
+ "loss": 0.5259,
969
+ "step": 1370
970
+ },
971
+ {
972
+ "epoch": 1.6214390602055802,
973
+ "grad_norm": 0.09817013144493103,
974
+ "learning_rate": 0.00013216008080267535,
975
+ "loss": 0.5164,
976
+ "step": 1380
977
+ },
978
+ {
979
+ "epoch": 1.633186490455213,
980
+ "grad_norm": 0.10239794105291367,
981
+ "learning_rate": 0.0001303215589766901,
982
+ "loss": 0.5011,
983
+ "step": 1390
984
+ },
985
+ {
986
+ "epoch": 1.6449339207048457,
987
+ "grad_norm": 0.09663370996713638,
988
+ "learning_rate": 0.00012848604040558272,
989
+ "loss": 0.5096,
990
+ "step": 1400
991
+ },
992
+ {
993
+ "epoch": 1.6566813509544787,
994
+ "grad_norm": 0.10224564373493195,
995
+ "learning_rate": 0.0001266538052197809,
996
+ "loss": 0.5055,
997
+ "step": 1410
998
+ },
999
+ {
1000
+ "epoch": 1.6684287812041116,
1001
+ "grad_norm": 0.09594379365444183,
1002
+ "learning_rate": 0.00012482513304861364,
1003
+ "loss": 0.5051,
1004
+ "step": 1420
1005
+ },
1006
+ {
1007
+ "epoch": 1.6801762114537446,
1008
+ "grad_norm": 0.10660111159086227,
1009
+ "learning_rate": 0.00012300030297763518,
1010
+ "loss": 0.5076,
1011
+ "step": 1430
1012
+ },
1013
+ {
1014
+ "epoch": 1.6919236417033774,
1015
+ "grad_norm": 0.10405760258436203,
1016
+ "learning_rate": 0.0001211795935060317,
1017
+ "loss": 0.5089,
1018
+ "step": 1440
1019
+ },
1020
+ {
1021
+ "epoch": 1.7036710719530102,
1022
+ "grad_norm": 0.10634606331586838,
1023
+ "learning_rate": 0.00011936328250411801,
1024
+ "loss": 0.504,
1025
+ "step": 1450
1026
+ },
1027
+ {
1028
+ "epoch": 1.7154185022026431,
1029
+ "grad_norm": 0.1119045689702034,
1030
+ "learning_rate": 0.00011755164717092988,
1031
+ "loss": 0.5105,
1032
+ "step": 1460
1033
+ },
1034
+ {
1035
+ "epoch": 1.7271659324522761,
1036
+ "grad_norm": 0.10727712512016296,
1037
+ "learning_rate": 0.00011574496399191876,
1038
+ "loss": 0.5185,
1039
+ "step": 1470
1040
+ },
1041
+ {
1042
+ "epoch": 1.738913362701909,
1043
+ "grad_norm": 0.09993914514780045,
1044
+ "learning_rate": 0.00011394350869675567,
1045
+ "loss": 0.5004,
1046
+ "step": 1480
1047
+ },
1048
+ {
1049
+ "epoch": 1.7506607929515419,
1050
+ "grad_norm": 0.10068885236978531,
1051
+ "learning_rate": 0.00011214755621725042,
1052
+ "loss": 0.5091,
1053
+ "step": 1490
1054
+ },
1055
+ {
1056
+ "epoch": 1.7624082232011746,
1057
+ "grad_norm": 0.09819114953279495,
1058
+ "learning_rate": 0.00011035738064539201,
1059
+ "loss": 0.496,
1060
+ "step": 1500
1061
+ },
1062
+ {
1063
+ "epoch": 1.7741556534508076,
1064
+ "grad_norm": 0.09929963946342468,
1065
+ "learning_rate": 0.00010857325519151842,
1066
+ "loss": 0.5033,
1067
+ "step": 1510
1068
+ },
1069
+ {
1070
+ "epoch": 1.7859030837004406,
1071
+ "grad_norm": 0.09696891903877258,
1072
+ "learning_rate": 0.00010679545214261935,
1073
+ "loss": 0.5133,
1074
+ "step": 1520
1075
+ },
1076
+ {
1077
+ "epoch": 1.7976505139500736,
1078
+ "grad_norm": 0.1030985563993454,
1079
+ "learning_rate": 0.0001050242428207814,
1080
+ "loss": 0.5142,
1081
+ "step": 1530
1082
+ },
1083
+ {
1084
+ "epoch": 1.8093979441997063,
1085
+ "grad_norm": 0.10666483640670776,
1086
+ "learning_rate": 0.0001032598975417796,
1087
+ "loss": 0.5205,
1088
+ "step": 1540
1089
+ },
1090
+ {
1091
+ "epoch": 1.821145374449339,
1092
+ "grad_norm": 0.1053660586476326,
1093
+ "learning_rate": 0.00010150268557382262,
1094
+ "loss": 0.498,
1095
+ "step": 1550
1096
+ },
1097
+ {
1098
+ "epoch": 1.832892804698972,
1099
+ "grad_norm": 0.1028640866279602,
1100
+ "learning_rate": 9.975287509645826e-05,
1101
+ "loss": 0.5096,
1102
+ "step": 1560
1103
+ },
1104
+ {
1105
+ "epoch": 1.844640234948605,
1106
+ "grad_norm": 0.10187330096960068,
1107
+ "learning_rate": 9.801073315964465e-05,
1108
+ "loss": 0.4961,
1109
+ "step": 1570
1110
+ },
1111
+ {
1112
+ "epoch": 1.8563876651982378,
1113
+ "grad_norm": 0.0993318185210228,
1114
+ "learning_rate": 9.627652564299405e-05,
1115
+ "loss": 0.5028,
1116
+ "step": 1580
1117
+ },
1118
+ {
1119
+ "epoch": 1.8681350954478708,
1120
+ "grad_norm": 0.11013616621494293,
1121
+ "learning_rate": 9.455051721519528e-05,
1122
+ "loss": 0.5011,
1123
+ "step": 1590
1124
+ },
1125
+ {
1126
+ "epoch": 1.8798825256975036,
1127
+ "grad_norm": 0.10433095693588257,
1128
+ "learning_rate": 9.283297129362094e-05,
1129
+ "loss": 0.4977,
1130
+ "step": 1600
1131
+ },
1132
+ {
1133
+ "epoch": 1.8916299559471366,
1134
+ "grad_norm": 0.10458213835954666,
1135
+ "learning_rate": 9.112415000412531e-05,
1136
+ "loss": 0.5107,
1137
+ "step": 1610
1138
+ },
1139
+ {
1140
+ "epoch": 1.9033773861967695,
1141
+ "grad_norm": 0.10259649157524109,
1142
+ "learning_rate": 8.942431414104001e-05,
1143
+ "loss": 0.4994,
1144
+ "step": 1620
1145
+ },
1146
+ {
1147
+ "epoch": 1.9151248164464023,
1148
+ "grad_norm": 0.09932565689086914,
1149
+ "learning_rate": 8.773372312737238e-05,
1150
+ "loss": 0.499,
1151
+ "step": 1630
1152
+ },
1153
+ {
1154
+ "epoch": 1.9268722466960353,
1155
+ "grad_norm": 0.10920233279466629,
1156
+ "learning_rate": 8.605263497521283e-05,
1157
+ "loss": 0.5061,
1158
+ "step": 1640
1159
+ },
1160
+ {
1161
+ "epoch": 1.938619676945668,
1162
+ "grad_norm": 0.0942125990986824,
1163
+ "learning_rate": 8.438130624635852e-05,
1164
+ "loss": 0.4941,
1165
+ "step": 1650
1166
+ },
1167
+ {
1168
+ "epoch": 1.950367107195301,
1169
+ "grad_norm": 0.12091836333274841,
1170
+ "learning_rate": 8.271999201315755e-05,
1171
+ "loss": 0.499,
1172
+ "step": 1660
1173
+ },
1174
+ {
1175
+ "epoch": 1.962114537444934,
1176
+ "grad_norm": 0.10680700093507767,
1177
+ "learning_rate": 8.106894581958054e-05,
1178
+ "loss": 0.4949,
1179
+ "step": 1670
1180
+ },
1181
+ {
1182
+ "epoch": 1.9738619676945668,
1183
+ "grad_norm": 0.10140874981880188,
1184
+ "learning_rate": 7.942841964252586e-05,
1185
+ "loss": 0.5032,
1186
+ "step": 1680
1187
+ },
1188
+ {
1189
+ "epoch": 1.9856093979441996,
1190
+ "grad_norm": 0.10470426827669144,
1191
+ "learning_rate": 7.779866385336391e-05,
1192
+ "loss": 0.5072,
1193
+ "step": 1690
1194
+ },
1195
+ {
1196
+ "epoch": 1.9973568281938325,
1197
+ "grad_norm": 0.10490316152572632,
1198
+ "learning_rate": 7.617992717972585e-05,
1199
+ "loss": 0.5024,
1200
+ "step": 1700
1201
+ },
1202
+ {
1203
+ "epoch": 2.0093979441997063,
1204
+ "grad_norm": 0.10185109823942184,
1205
+ "learning_rate": 7.457245666754417e-05,
1206
+ "loss": 0.541,
1207
+ "step": 1710
1208
+ },
1209
+ {
1210
+ "epoch": 2.0211453744493393,
1211
+ "grad_norm": 0.10151582956314087,
1212
+ "learning_rate": 7.297649764334912e-05,
1213
+ "loss": 0.4831,
1214
+ "step": 1720
1215
+ },
1216
+ {
1217
+ "epoch": 2.0328928046989723,
1218
+ "grad_norm": 0.10989069938659668,
1219
+ "learning_rate": 7.139229367682778e-05,
1220
+ "loss": 0.486,
1221
+ "step": 1730
1222
+ },
1223
+ {
1224
+ "epoch": 2.044640234948605,
1225
+ "grad_norm": 0.11440616101026535,
1226
+ "learning_rate": 6.982008654365156e-05,
1227
+ "loss": 0.4842,
1228
+ "step": 1740
1229
+ },
1230
+ {
1231
+ "epoch": 2.056387665198238,
1232
+ "grad_norm": 0.1018548235297203,
1233
+ "learning_rate": 6.82601161885771e-05,
1234
+ "loss": 0.4911,
1235
+ "step": 1750
1236
+ },
1237
+ {
1238
+ "epoch": 2.0681350954478708,
1239
+ "grad_norm": 0.1053592786192894,
1240
+ "learning_rate": 6.671262068882665e-05,
1241
+ "loss": 0.4924,
1242
+ "step": 1760
1243
+ },
1244
+ {
1245
+ "epoch": 2.0798825256975038,
1246
+ "grad_norm": 0.10619944334030151,
1247
+ "learning_rate": 6.517783621775382e-05,
1248
+ "loss": 0.4736,
1249
+ "step": 1770
1250
+ },
1251
+ {
1252
+ "epoch": 2.0916299559471367,
1253
+ "grad_norm": 0.11708024144172668,
1254
+ "learning_rate": 6.36559970087992e-05,
1255
+ "loss": 0.4824,
1256
+ "step": 1780
1257
+ },
1258
+ {
1259
+ "epoch": 2.1033773861967693,
1260
+ "grad_norm": 0.12601934373378754,
1261
+ "learning_rate": 6.214733531974292e-05,
1262
+ "loss": 0.4834,
1263
+ "step": 1790
1264
+ },
1265
+ {
1266
+ "epoch": 2.1151248164464023,
1267
+ "grad_norm": 0.10728344321250916,
1268
+ "learning_rate": 6.065208139725811e-05,
1269
+ "loss": 0.4889,
1270
+ "step": 1800
1271
+ },
1272
+ {
1273
+ "epoch": 2.1268722466960353,
1274
+ "grad_norm": 0.10394187271595001,
1275
+ "learning_rate": 5.917046344177123e-05,
1276
+ "loss": 0.4893,
1277
+ "step": 1810
1278
+ },
1279
+ {
1280
+ "epoch": 2.1386196769456682,
1281
+ "grad_norm": 0.11126961559057236,
1282
+ "learning_rate": 5.770270757263536e-05,
1283
+ "loss": 0.4876,
1284
+ "step": 1820
1285
+ },
1286
+ {
1287
+ "epoch": 2.150367107195301,
1288
+ "grad_norm": 0.10413071513175964,
1289
+ "learning_rate": 5.624903779362031e-05,
1290
+ "loss": 0.4764,
1291
+ "step": 1830
1292
+ },
1293
+ {
1294
+ "epoch": 2.1621145374449338,
1295
+ "grad_norm": 0.10565336793661118,
1296
+ "learning_rate": 5.480967595872602e-05,
1297
+ "loss": 0.4781,
1298
+ "step": 1840
1299
+ },
1300
+ {
1301
+ "epoch": 2.1738619676945667,
1302
+ "grad_norm": 0.10836539417505264,
1303
+ "learning_rate": 5.338484173832413e-05,
1304
+ "loss": 0.4854,
1305
+ "step": 1850
1306
+ },
1307
+ {
1308
+ "epoch": 2.1856093979441997,
1309
+ "grad_norm": 0.11080804467201233,
1310
+ "learning_rate": 5.197475258563249e-05,
1311
+ "loss": 0.4815,
1312
+ "step": 1860
1313
+ },
1314
+ {
1315
+ "epoch": 2.1973568281938327,
1316
+ "grad_norm": 0.11599951237440109,
1317
+ "learning_rate": 5.057962370352815e-05,
1318
+ "loss": 0.4878,
1319
+ "step": 1870
1320
+ },
1321
+ {
1322
+ "epoch": 2.2091042584434657,
1323
+ "grad_norm": 0.10745177417993546,
1324
+ "learning_rate": 4.91996680117041e-05,
1325
+ "loss": 0.4737,
1326
+ "step": 1880
1327
+ }
1328
+ ],
1329
+ "logging_steps": 10,
1330
+ "max_steps": 2553,
1331
+ "num_input_tokens_seen": 0,
1332
+ "num_train_epochs": 3,
1333
+ "save_steps": 40,
1334
+ "stateful_callbacks": {
1335
+ "TrainerControl": {
1336
+ "args": {
1337
+ "should_epoch_stop": false,
1338
+ "should_evaluate": false,
1339
+ "should_log": false,
1340
+ "should_save": true,
1341
+ "should_training_stop": false
1342
+ },
1343
+ "attributes": {}
1344
+ }
1345
+ },
1346
+ "total_flos": 3.984916128047563e+18,
1347
+ "train_batch_size": 2,
1348
+ "trial_name": null,
1349
+ "trial_params": null
1350
+ }
checkpoint-1880/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2db69a706d840c833279feb43cd380caf2ea3109923fe2a30592c8b14b96f0e
3
+ size 5752
checkpoint-1880/vocab.json ADDED
The diff for this file is too large to render. See raw diff