ChlorophyllChampion commited on
Commit
82f0515
1 Parent(s): 9087845

Upload 11 files

Browse files
README.md CHANGED
@@ -1,3 +1,202 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ base_model: state-spaces/mamba-370m-hf
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.10.0
adapter_config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "state-spaces/mamba-370m-hf",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 8,
14
+ "lora_dropout": 0.0,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 8,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "embeddings",
24
+ "x_proj",
25
+ "in_proj",
26
+ "out_proj"
27
+ ],
28
+ "task_type": "CAUSAL_LM",
29
+ "use_dora": false,
30
+ "use_rslora": false
31
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73883b07d32952094e63dbf81437c5468586fa22f3f7921daef55b7b26f42bd6
3
+ size 17556240
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ef95cc92b9ec85ed53acf762a31d32fe79efae551af95b6c08980854ca58212
3
+ size 35278842
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:386fcc8cc1089aade9450d86fb239ea3483f455fd2d78d8378645feecfec9d69
3
+ size 14244
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30ec3e3377b913804e44f5e2af3501f9807f22e2a6cbef55e95ec723cc980b6f
3
+ size 1064
special_tokens_map.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<|endoftext|>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "<|endoftext|>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "<|endoftext|>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "unk_token": {
24
+ "content": "<|endoftext|>",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ }
30
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,217 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "0": {
5
+ "content": "<|endoftext|>",
6
+ "lstrip": false,
7
+ "normalized": false,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "1": {
13
+ "content": "<|padding|>",
14
+ "lstrip": false,
15
+ "normalized": false,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "50254": {
21
+ "content": " ",
22
+ "lstrip": false,
23
+ "normalized": true,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": false
27
+ },
28
+ "50255": {
29
+ "content": " ",
30
+ "lstrip": false,
31
+ "normalized": true,
32
+ "rstrip": false,
33
+ "single_word": false,
34
+ "special": false
35
+ },
36
+ "50256": {
37
+ "content": " ",
38
+ "lstrip": false,
39
+ "normalized": true,
40
+ "rstrip": false,
41
+ "single_word": false,
42
+ "special": false
43
+ },
44
+ "50257": {
45
+ "content": " ",
46
+ "lstrip": false,
47
+ "normalized": true,
48
+ "rstrip": false,
49
+ "single_word": false,
50
+ "special": false
51
+ },
52
+ "50258": {
53
+ "content": " ",
54
+ "lstrip": false,
55
+ "normalized": true,
56
+ "rstrip": false,
57
+ "single_word": false,
58
+ "special": false
59
+ },
60
+ "50259": {
61
+ "content": " ",
62
+ "lstrip": false,
63
+ "normalized": true,
64
+ "rstrip": false,
65
+ "single_word": false,
66
+ "special": false
67
+ },
68
+ "50260": {
69
+ "content": " ",
70
+ "lstrip": false,
71
+ "normalized": true,
72
+ "rstrip": false,
73
+ "single_word": false,
74
+ "special": false
75
+ },
76
+ "50261": {
77
+ "content": " ",
78
+ "lstrip": false,
79
+ "normalized": true,
80
+ "rstrip": false,
81
+ "single_word": false,
82
+ "special": false
83
+ },
84
+ "50262": {
85
+ "content": " ",
86
+ "lstrip": false,
87
+ "normalized": true,
88
+ "rstrip": false,
89
+ "single_word": false,
90
+ "special": false
91
+ },
92
+ "50263": {
93
+ "content": " ",
94
+ "lstrip": false,
95
+ "normalized": true,
96
+ "rstrip": false,
97
+ "single_word": false,
98
+ "special": false
99
+ },
100
+ "50264": {
101
+ "content": " ",
102
+ "lstrip": false,
103
+ "normalized": true,
104
+ "rstrip": false,
105
+ "single_word": false,
106
+ "special": false
107
+ },
108
+ "50265": {
109
+ "content": " ",
110
+ "lstrip": false,
111
+ "normalized": true,
112
+ "rstrip": false,
113
+ "single_word": false,
114
+ "special": false
115
+ },
116
+ "50266": {
117
+ "content": " ",
118
+ "lstrip": false,
119
+ "normalized": true,
120
+ "rstrip": false,
121
+ "single_word": false,
122
+ "special": false
123
+ },
124
+ "50267": {
125
+ "content": " ",
126
+ "lstrip": false,
127
+ "normalized": true,
128
+ "rstrip": false,
129
+ "single_word": false,
130
+ "special": false
131
+ },
132
+ "50268": {
133
+ "content": " ",
134
+ "lstrip": false,
135
+ "normalized": true,
136
+ "rstrip": false,
137
+ "single_word": false,
138
+ "special": false
139
+ },
140
+ "50269": {
141
+ "content": " ",
142
+ "lstrip": false,
143
+ "normalized": true,
144
+ "rstrip": false,
145
+ "single_word": false,
146
+ "special": false
147
+ },
148
+ "50270": {
149
+ "content": " ",
150
+ "lstrip": false,
151
+ "normalized": true,
152
+ "rstrip": false,
153
+ "single_word": false,
154
+ "special": false
155
+ },
156
+ "50271": {
157
+ "content": " ",
158
+ "lstrip": false,
159
+ "normalized": true,
160
+ "rstrip": false,
161
+ "single_word": false,
162
+ "special": false
163
+ },
164
+ "50272": {
165
+ "content": " ",
166
+ "lstrip": false,
167
+ "normalized": true,
168
+ "rstrip": false,
169
+ "single_word": false,
170
+ "special": false
171
+ },
172
+ "50273": {
173
+ "content": " ",
174
+ "lstrip": false,
175
+ "normalized": true,
176
+ "rstrip": false,
177
+ "single_word": false,
178
+ "special": false
179
+ },
180
+ "50274": {
181
+ "content": " ",
182
+ "lstrip": false,
183
+ "normalized": true,
184
+ "rstrip": false,
185
+ "single_word": false,
186
+ "special": false
187
+ },
188
+ "50275": {
189
+ "content": " ",
190
+ "lstrip": false,
191
+ "normalized": true,
192
+ "rstrip": false,
193
+ "single_word": false,
194
+ "special": false
195
+ },
196
+ "50276": {
197
+ "content": " ",
198
+ "lstrip": false,
199
+ "normalized": true,
200
+ "rstrip": false,
201
+ "single_word": false,
202
+ "special": false
203
+ }
204
+ },
205
+ "bos_token": "<|endoftext|>",
206
+ "clean_up_tokenization_spaces": true,
207
+ "eos_token": "<|endoftext|>",
208
+ "max_length": 1024,
209
+ "model_max_length": 1000000000000000019884624838656,
210
+ "pad_token": "<|endoftext|>",
211
+ "stride": 0,
212
+ "tokenizer_class": "GPTNeoXTokenizer",
213
+ "truncation_side": "right",
214
+ "truncation_strategy": "longest_first",
215
+ "unk_token": "<|endoftext|>",
216
+ "use_special_tokens": false
217
+ }
trainer_state.json ADDED
@@ -0,0 +1,3171 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.9820824512777984,
5
+ "eval_steps": 500,
6
+ "global_step": 45000,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.0,
13
+ "grad_norm": 1.288641095161438,
14
+ "learning_rate": 9.97817594552716e-06,
15
+ "loss": 5.7446,
16
+ "step": 100
17
+ },
18
+ {
19
+ "epoch": 0.0,
20
+ "grad_norm": 0.8790096044540405,
21
+ "learning_rate": 9.956351891054321e-06,
22
+ "loss": 5.5963,
23
+ "step": 200
24
+ },
25
+ {
26
+ "epoch": 0.01,
27
+ "grad_norm": 0.7012779712677002,
28
+ "learning_rate": 9.93452783658148e-06,
29
+ "loss": 5.4268,
30
+ "step": 300
31
+ },
32
+ {
33
+ "epoch": 0.01,
34
+ "grad_norm": 0.5707438588142395,
35
+ "learning_rate": 9.912703782108642e-06,
36
+ "loss": 5.3015,
37
+ "step": 400
38
+ },
39
+ {
40
+ "epoch": 0.01,
41
+ "grad_norm": 0.4737650454044342,
42
+ "learning_rate": 9.890879727635801e-06,
43
+ "loss": 5.191,
44
+ "step": 500
45
+ },
46
+ {
47
+ "epoch": 0.01,
48
+ "grad_norm": 0.383696585893631,
49
+ "learning_rate": 9.86905567316296e-06,
50
+ "loss": 5.0995,
51
+ "step": 600
52
+ },
53
+ {
54
+ "epoch": 0.02,
55
+ "grad_norm": 0.4450148940086365,
56
+ "learning_rate": 9.847231618690121e-06,
57
+ "loss": 5.0545,
58
+ "step": 700
59
+ },
60
+ {
61
+ "epoch": 0.02,
62
+ "grad_norm": 0.40447548031806946,
63
+ "learning_rate": 9.82540756421728e-06,
64
+ "loss": 5.0217,
65
+ "step": 800
66
+ },
67
+ {
68
+ "epoch": 0.02,
69
+ "grad_norm": 0.44727349281311035,
70
+ "learning_rate": 9.80358350974444e-06,
71
+ "loss": 4.9963,
72
+ "step": 900
73
+ },
74
+ {
75
+ "epoch": 0.02,
76
+ "grad_norm": 0.3116198778152466,
77
+ "learning_rate": 9.781759455271601e-06,
78
+ "loss": 4.9777,
79
+ "step": 1000
80
+ },
81
+ {
82
+ "epoch": 0.02,
83
+ "grad_norm": 0.2814035415649414,
84
+ "learning_rate": 9.75993540079876e-06,
85
+ "loss": 4.9637,
86
+ "step": 1100
87
+ },
88
+ {
89
+ "epoch": 0.03,
90
+ "grad_norm": 0.49883121252059937,
91
+ "learning_rate": 9.738111346325922e-06,
92
+ "loss": 4.9526,
93
+ "step": 1200
94
+ },
95
+ {
96
+ "epoch": 0.03,
97
+ "grad_norm": 0.22215589880943298,
98
+ "learning_rate": 9.716287291853081e-06,
99
+ "loss": 4.9413,
100
+ "step": 1300
101
+ },
102
+ {
103
+ "epoch": 0.03,
104
+ "grad_norm": 0.2715405225753784,
105
+ "learning_rate": 9.694463237380242e-06,
106
+ "loss": 4.934,
107
+ "step": 1400
108
+ },
109
+ {
110
+ "epoch": 0.03,
111
+ "grad_norm": 0.1865217238664627,
112
+ "learning_rate": 9.672639182907401e-06,
113
+ "loss": 4.9255,
114
+ "step": 1500
115
+ },
116
+ {
117
+ "epoch": 0.03,
118
+ "grad_norm": 0.5209760069847107,
119
+ "learning_rate": 9.65081512843456e-06,
120
+ "loss": 4.9237,
121
+ "step": 1600
122
+ },
123
+ {
124
+ "epoch": 0.04,
125
+ "grad_norm": 0.20881299674510956,
126
+ "learning_rate": 9.62899107396172e-06,
127
+ "loss": 4.9139,
128
+ "step": 1700
129
+ },
130
+ {
131
+ "epoch": 0.04,
132
+ "grad_norm": 0.2848042845726013,
133
+ "learning_rate": 9.607167019488881e-06,
134
+ "loss": 4.9177,
135
+ "step": 1800
136
+ },
137
+ {
138
+ "epoch": 0.04,
139
+ "grad_norm": 0.49689555168151855,
140
+ "learning_rate": 9.58534296501604e-06,
141
+ "loss": 4.907,
142
+ "step": 1900
143
+ },
144
+ {
145
+ "epoch": 0.04,
146
+ "grad_norm": 0.37812674045562744,
147
+ "learning_rate": 9.563518910543202e-06,
148
+ "loss": 4.9057,
149
+ "step": 2000
150
+ },
151
+ {
152
+ "epoch": 0.05,
153
+ "grad_norm": 0.2938688099384308,
154
+ "learning_rate": 9.541694856070361e-06,
155
+ "loss": 4.899,
156
+ "step": 2100
157
+ },
158
+ {
159
+ "epoch": 0.05,
160
+ "grad_norm": 0.8247494101524353,
161
+ "learning_rate": 9.519870801597522e-06,
162
+ "loss": 4.8931,
163
+ "step": 2200
164
+ },
165
+ {
166
+ "epoch": 0.05,
167
+ "grad_norm": 0.3141603469848633,
168
+ "learning_rate": 9.498046747124681e-06,
169
+ "loss": 4.8942,
170
+ "step": 2300
171
+ },
172
+ {
173
+ "epoch": 0.05,
174
+ "grad_norm": 0.35256093740463257,
175
+ "learning_rate": 9.476222692651842e-06,
176
+ "loss": 4.8915,
177
+ "step": 2400
178
+ },
179
+ {
180
+ "epoch": 0.05,
181
+ "grad_norm": 0.2673836946487427,
182
+ "learning_rate": 9.454398638179002e-06,
183
+ "loss": 4.8863,
184
+ "step": 2500
185
+ },
186
+ {
187
+ "epoch": 0.06,
188
+ "grad_norm": 0.3463526964187622,
189
+ "learning_rate": 9.432574583706163e-06,
190
+ "loss": 4.8847,
191
+ "step": 2600
192
+ },
193
+ {
194
+ "epoch": 0.06,
195
+ "grad_norm": 0.35548537969589233,
196
+ "learning_rate": 9.41075052923332e-06,
197
+ "loss": 4.8811,
198
+ "step": 2700
199
+ },
200
+ {
201
+ "epoch": 0.06,
202
+ "grad_norm": 0.3124917447566986,
203
+ "learning_rate": 9.388926474760482e-06,
204
+ "loss": 4.8783,
205
+ "step": 2800
206
+ },
207
+ {
208
+ "epoch": 0.06,
209
+ "grad_norm": 0.294010192155838,
210
+ "learning_rate": 9.367102420287641e-06,
211
+ "loss": 4.8777,
212
+ "step": 2900
213
+ },
214
+ {
215
+ "epoch": 0.07,
216
+ "grad_norm": 0.36635321378707886,
217
+ "learning_rate": 9.345278365814802e-06,
218
+ "loss": 4.8754,
219
+ "step": 3000
220
+ },
221
+ {
222
+ "epoch": 0.07,
223
+ "grad_norm": 0.5457169413566589,
224
+ "learning_rate": 9.323454311341961e-06,
225
+ "loss": 4.8722,
226
+ "step": 3100
227
+ },
228
+ {
229
+ "epoch": 0.07,
230
+ "grad_norm": 0.2539723217487335,
231
+ "learning_rate": 9.301630256869122e-06,
232
+ "loss": 4.8691,
233
+ "step": 3200
234
+ },
235
+ {
236
+ "epoch": 0.07,
237
+ "grad_norm": 0.29804033041000366,
238
+ "learning_rate": 9.279806202396282e-06,
239
+ "loss": 4.867,
240
+ "step": 3300
241
+ },
242
+ {
243
+ "epoch": 0.07,
244
+ "grad_norm": 0.30564549565315247,
245
+ "learning_rate": 9.257982147923443e-06,
246
+ "loss": 4.8638,
247
+ "step": 3400
248
+ },
249
+ {
250
+ "epoch": 0.08,
251
+ "grad_norm": 0.25882017612457275,
252
+ "learning_rate": 9.236158093450602e-06,
253
+ "loss": 4.8631,
254
+ "step": 3500
255
+ },
256
+ {
257
+ "epoch": 0.08,
258
+ "grad_norm": 0.49584251642227173,
259
+ "learning_rate": 9.214334038977763e-06,
260
+ "loss": 4.8632,
261
+ "step": 3600
262
+ },
263
+ {
264
+ "epoch": 0.08,
265
+ "grad_norm": 0.5460361838340759,
266
+ "learning_rate": 9.192509984504923e-06,
267
+ "loss": 4.8606,
268
+ "step": 3700
269
+ },
270
+ {
271
+ "epoch": 0.08,
272
+ "grad_norm": 0.386802613735199,
273
+ "learning_rate": 9.170685930032082e-06,
274
+ "loss": 4.8601,
275
+ "step": 3800
276
+ },
277
+ {
278
+ "epoch": 0.09,
279
+ "grad_norm": 0.31271764636039734,
280
+ "learning_rate": 9.148861875559241e-06,
281
+ "loss": 4.8585,
282
+ "step": 3900
283
+ },
284
+ {
285
+ "epoch": 0.09,
286
+ "grad_norm": 0.2538485825061798,
287
+ "learning_rate": 9.127037821086402e-06,
288
+ "loss": 4.8567,
289
+ "step": 4000
290
+ },
291
+ {
292
+ "epoch": 0.09,
293
+ "grad_norm": 0.27854135632514954,
294
+ "learning_rate": 9.105213766613562e-06,
295
+ "loss": 4.8532,
296
+ "step": 4100
297
+ },
298
+ {
299
+ "epoch": 0.09,
300
+ "grad_norm": 0.5394597053527832,
301
+ "learning_rate": 9.083389712140723e-06,
302
+ "loss": 4.8536,
303
+ "step": 4200
304
+ },
305
+ {
306
+ "epoch": 0.09,
307
+ "grad_norm": 0.2850706875324249,
308
+ "learning_rate": 9.061565657667882e-06,
309
+ "loss": 4.853,
310
+ "step": 4300
311
+ },
312
+ {
313
+ "epoch": 0.1,
314
+ "grad_norm": 0.7254090309143066,
315
+ "learning_rate": 9.039741603195043e-06,
316
+ "loss": 4.8502,
317
+ "step": 4400
318
+ },
319
+ {
320
+ "epoch": 0.1,
321
+ "grad_norm": 0.6587111353874207,
322
+ "learning_rate": 9.017917548722203e-06,
323
+ "loss": 4.847,
324
+ "step": 4500
325
+ },
326
+ {
327
+ "epoch": 0.1,
328
+ "grad_norm": 0.7545880079269409,
329
+ "learning_rate": 8.996093494249362e-06,
330
+ "loss": 4.8501,
331
+ "step": 4600
332
+ },
333
+ {
334
+ "epoch": 0.1,
335
+ "grad_norm": 0.5480329990386963,
336
+ "learning_rate": 8.974269439776523e-06,
337
+ "loss": 4.8504,
338
+ "step": 4700
339
+ },
340
+ {
341
+ "epoch": 0.1,
342
+ "grad_norm": 0.26011794805526733,
343
+ "learning_rate": 8.952445385303682e-06,
344
+ "loss": 4.8478,
345
+ "step": 4800
346
+ },
347
+ {
348
+ "epoch": 0.11,
349
+ "grad_norm": 0.9462392926216125,
350
+ "learning_rate": 8.930621330830842e-06,
351
+ "loss": 4.8464,
352
+ "step": 4900
353
+ },
354
+ {
355
+ "epoch": 0.11,
356
+ "grad_norm": 0.526184618473053,
357
+ "learning_rate": 8.908797276358003e-06,
358
+ "loss": 4.8423,
359
+ "step": 5000
360
+ },
361
+ {
362
+ "epoch": 0.11,
363
+ "grad_norm": 1.1413213014602661,
364
+ "learning_rate": 8.886973221885162e-06,
365
+ "loss": 4.8433,
366
+ "step": 5100
367
+ },
368
+ {
369
+ "epoch": 0.11,
370
+ "grad_norm": 0.3846365511417389,
371
+ "learning_rate": 8.865149167412323e-06,
372
+ "loss": 4.8422,
373
+ "step": 5200
374
+ },
375
+ {
376
+ "epoch": 0.12,
377
+ "grad_norm": 0.4587865471839905,
378
+ "learning_rate": 8.843325112939482e-06,
379
+ "loss": 4.8427,
380
+ "step": 5300
381
+ },
382
+ {
383
+ "epoch": 0.12,
384
+ "grad_norm": 1.0439590215682983,
385
+ "learning_rate": 8.821501058466644e-06,
386
+ "loss": 4.8374,
387
+ "step": 5400
388
+ },
389
+ {
390
+ "epoch": 0.12,
391
+ "grad_norm": 0.9531126022338867,
392
+ "learning_rate": 8.799677003993803e-06,
393
+ "loss": 4.8381,
394
+ "step": 5500
395
+ },
396
+ {
397
+ "epoch": 0.12,
398
+ "grad_norm": 0.8820663690567017,
399
+ "learning_rate": 8.777852949520962e-06,
400
+ "loss": 4.8388,
401
+ "step": 5600
402
+ },
403
+ {
404
+ "epoch": 0.12,
405
+ "grad_norm": 1.2842873334884644,
406
+ "learning_rate": 8.756028895048123e-06,
407
+ "loss": 4.8375,
408
+ "step": 5700
409
+ },
410
+ {
411
+ "epoch": 0.13,
412
+ "grad_norm": 0.4219115972518921,
413
+ "learning_rate": 8.734204840575283e-06,
414
+ "loss": 4.8368,
415
+ "step": 5800
416
+ },
417
+ {
418
+ "epoch": 0.13,
419
+ "grad_norm": 0.27131006121635437,
420
+ "learning_rate": 8.712380786102442e-06,
421
+ "loss": 4.8358,
422
+ "step": 5900
423
+ },
424
+ {
425
+ "epoch": 0.13,
426
+ "grad_norm": 0.4501149654388428,
427
+ "learning_rate": 8.690556731629603e-06,
428
+ "loss": 4.8328,
429
+ "step": 6000
430
+ },
431
+ {
432
+ "epoch": 0.13,
433
+ "grad_norm": 1.1851238012313843,
434
+ "learning_rate": 8.668732677156762e-06,
435
+ "loss": 4.8353,
436
+ "step": 6100
437
+ },
438
+ {
439
+ "epoch": 0.14,
440
+ "grad_norm": 0.2990129292011261,
441
+ "learning_rate": 8.646908622683924e-06,
442
+ "loss": 4.8308,
443
+ "step": 6200
444
+ },
445
+ {
446
+ "epoch": 0.14,
447
+ "grad_norm": 0.3613658547401428,
448
+ "learning_rate": 8.625084568211083e-06,
449
+ "loss": 4.8318,
450
+ "step": 6300
451
+ },
452
+ {
453
+ "epoch": 0.14,
454
+ "grad_norm": 1.5732179880142212,
455
+ "learning_rate": 8.603260513738242e-06,
456
+ "loss": 4.8318,
457
+ "step": 6400
458
+ },
459
+ {
460
+ "epoch": 0.14,
461
+ "grad_norm": 0.8767447471618652,
462
+ "learning_rate": 8.581436459265403e-06,
463
+ "loss": 4.8299,
464
+ "step": 6500
465
+ },
466
+ {
467
+ "epoch": 0.14,
468
+ "grad_norm": 0.6536487340927124,
469
+ "learning_rate": 8.559612404792563e-06,
470
+ "loss": 4.8337,
471
+ "step": 6600
472
+ },
473
+ {
474
+ "epoch": 0.15,
475
+ "grad_norm": 0.5771917104721069,
476
+ "learning_rate": 8.537788350319724e-06,
477
+ "loss": 4.83,
478
+ "step": 6700
479
+ },
480
+ {
481
+ "epoch": 0.15,
482
+ "grad_norm": 1.4667840003967285,
483
+ "learning_rate": 8.515964295846883e-06,
484
+ "loss": 4.8282,
485
+ "step": 6800
486
+ },
487
+ {
488
+ "epoch": 0.15,
489
+ "grad_norm": 0.6794707775115967,
490
+ "learning_rate": 8.494140241374044e-06,
491
+ "loss": 4.8276,
492
+ "step": 6900
493
+ },
494
+ {
495
+ "epoch": 0.15,
496
+ "grad_norm": 0.7510731220245361,
497
+ "learning_rate": 8.472316186901203e-06,
498
+ "loss": 4.8286,
499
+ "step": 7000
500
+ },
501
+ {
502
+ "epoch": 0.15,
503
+ "grad_norm": 0.8489832282066345,
504
+ "learning_rate": 8.450492132428363e-06,
505
+ "loss": 4.8293,
506
+ "step": 7100
507
+ },
508
+ {
509
+ "epoch": 0.16,
510
+ "grad_norm": 0.6585586071014404,
511
+ "learning_rate": 8.428668077955522e-06,
512
+ "loss": 4.8287,
513
+ "step": 7200
514
+ },
515
+ {
516
+ "epoch": 0.16,
517
+ "grad_norm": 0.7326397895812988,
518
+ "learning_rate": 8.406844023482683e-06,
519
+ "loss": 4.8275,
520
+ "step": 7300
521
+ },
522
+ {
523
+ "epoch": 0.16,
524
+ "grad_norm": 1.032246708869934,
525
+ "learning_rate": 8.385019969009843e-06,
526
+ "loss": 4.8242,
527
+ "step": 7400
528
+ },
529
+ {
530
+ "epoch": 0.16,
531
+ "grad_norm": 0.7991085648536682,
532
+ "learning_rate": 8.363195914537004e-06,
533
+ "loss": 4.8244,
534
+ "step": 7500
535
+ },
536
+ {
537
+ "epoch": 0.17,
538
+ "grad_norm": 0.5138424634933472,
539
+ "learning_rate": 8.341371860064163e-06,
540
+ "loss": 4.8233,
541
+ "step": 7600
542
+ },
543
+ {
544
+ "epoch": 0.17,
545
+ "grad_norm": 0.4894898235797882,
546
+ "learning_rate": 8.319547805591324e-06,
547
+ "loss": 4.824,
548
+ "step": 7700
549
+ },
550
+ {
551
+ "epoch": 0.17,
552
+ "grad_norm": 0.3397706151008606,
553
+ "learning_rate": 8.297723751118483e-06,
554
+ "loss": 4.8236,
555
+ "step": 7800
556
+ },
557
+ {
558
+ "epoch": 0.17,
559
+ "grad_norm": 1.1616212129592896,
560
+ "learning_rate": 8.275899696645645e-06,
561
+ "loss": 4.824,
562
+ "step": 7900
563
+ },
564
+ {
565
+ "epoch": 0.17,
566
+ "grad_norm": 0.5268859267234802,
567
+ "learning_rate": 8.254075642172802e-06,
568
+ "loss": 4.8226,
569
+ "step": 8000
570
+ },
571
+ {
572
+ "epoch": 0.18,
573
+ "grad_norm": 0.6282734274864197,
574
+ "learning_rate": 8.232251587699963e-06,
575
+ "loss": 4.8224,
576
+ "step": 8100
577
+ },
578
+ {
579
+ "epoch": 0.18,
580
+ "grad_norm": 0.3148588240146637,
581
+ "learning_rate": 8.210427533227123e-06,
582
+ "loss": 4.8238,
583
+ "step": 8200
584
+ },
585
+ {
586
+ "epoch": 0.18,
587
+ "grad_norm": 0.6932478547096252,
588
+ "learning_rate": 8.188603478754284e-06,
589
+ "loss": 4.8237,
590
+ "step": 8300
591
+ },
592
+ {
593
+ "epoch": 0.18,
594
+ "grad_norm": 0.8093019723892212,
595
+ "learning_rate": 8.166779424281443e-06,
596
+ "loss": 4.8189,
597
+ "step": 8400
598
+ },
599
+ {
600
+ "epoch": 0.19,
601
+ "grad_norm": 1.4945412874221802,
602
+ "learning_rate": 8.144955369808604e-06,
603
+ "loss": 4.8182,
604
+ "step": 8500
605
+ },
606
+ {
607
+ "epoch": 0.19,
608
+ "grad_norm": 1.250691294670105,
609
+ "learning_rate": 8.123131315335763e-06,
610
+ "loss": 4.8236,
611
+ "step": 8600
612
+ },
613
+ {
614
+ "epoch": 0.19,
615
+ "grad_norm": 1.7631908655166626,
616
+ "learning_rate": 8.101307260862924e-06,
617
+ "loss": 4.8212,
618
+ "step": 8700
619
+ },
620
+ {
621
+ "epoch": 0.19,
622
+ "grad_norm": 1.1759347915649414,
623
+ "learning_rate": 8.079483206390084e-06,
624
+ "loss": 4.8222,
625
+ "step": 8800
626
+ },
627
+ {
628
+ "epoch": 0.19,
629
+ "grad_norm": 0.7231265306472778,
630
+ "learning_rate": 8.057659151917245e-06,
631
+ "loss": 4.8199,
632
+ "step": 8900
633
+ },
634
+ {
635
+ "epoch": 0.2,
636
+ "grad_norm": 0.3531375527381897,
637
+ "learning_rate": 8.035835097444404e-06,
638
+ "loss": 4.8185,
639
+ "step": 9000
640
+ },
641
+ {
642
+ "epoch": 0.2,
643
+ "grad_norm": 0.43936291337013245,
644
+ "learning_rate": 8.014011042971564e-06,
645
+ "loss": 4.8204,
646
+ "step": 9100
647
+ },
648
+ {
649
+ "epoch": 0.2,
650
+ "grad_norm": 0.5637614727020264,
651
+ "learning_rate": 7.992186988498723e-06,
652
+ "loss": 4.8175,
653
+ "step": 9200
654
+ },
655
+ {
656
+ "epoch": 0.2,
657
+ "grad_norm": 1.217545509338379,
658
+ "learning_rate": 7.970362934025884e-06,
659
+ "loss": 4.8201,
660
+ "step": 9300
661
+ },
662
+ {
663
+ "epoch": 0.21,
664
+ "grad_norm": 0.44672998785972595,
665
+ "learning_rate": 7.948538879553043e-06,
666
+ "loss": 4.8185,
667
+ "step": 9400
668
+ },
669
+ {
670
+ "epoch": 0.21,
671
+ "grad_norm": 1.0661417245864868,
672
+ "learning_rate": 7.926714825080204e-06,
673
+ "loss": 4.8185,
674
+ "step": 9500
675
+ },
676
+ {
677
+ "epoch": 0.21,
678
+ "grad_norm": 1.0079288482666016,
679
+ "learning_rate": 7.904890770607364e-06,
680
+ "loss": 4.8196,
681
+ "step": 9600
682
+ },
683
+ {
684
+ "epoch": 0.21,
685
+ "grad_norm": 1.2175804376602173,
686
+ "learning_rate": 7.883066716134525e-06,
687
+ "loss": 4.8164,
688
+ "step": 9700
689
+ },
690
+ {
691
+ "epoch": 0.21,
692
+ "grad_norm": 0.90774005651474,
693
+ "learning_rate": 7.861242661661684e-06,
694
+ "loss": 4.8163,
695
+ "step": 9800
696
+ },
697
+ {
698
+ "epoch": 0.22,
699
+ "grad_norm": 0.6773905754089355,
700
+ "learning_rate": 7.839418607188845e-06,
701
+ "loss": 4.8173,
702
+ "step": 9900
703
+ },
704
+ {
705
+ "epoch": 0.22,
706
+ "grad_norm": 0.4682576060295105,
707
+ "learning_rate": 7.817594552716005e-06,
708
+ "loss": 4.8157,
709
+ "step": 10000
710
+ },
711
+ {
712
+ "epoch": 0.22,
713
+ "grad_norm": 1.6193821430206299,
714
+ "learning_rate": 7.795770498243164e-06,
715
+ "loss": 4.8138,
716
+ "step": 10100
717
+ },
718
+ {
719
+ "epoch": 0.22,
720
+ "grad_norm": 0.4081961214542389,
721
+ "learning_rate": 7.773946443770323e-06,
722
+ "loss": 4.8123,
723
+ "step": 10200
724
+ },
725
+ {
726
+ "epoch": 0.22,
727
+ "grad_norm": 0.4450671374797821,
728
+ "learning_rate": 7.752122389297484e-06,
729
+ "loss": 4.8148,
730
+ "step": 10300
731
+ },
732
+ {
733
+ "epoch": 0.23,
734
+ "grad_norm": 1.6656301021575928,
735
+ "learning_rate": 7.730298334824644e-06,
736
+ "loss": 4.8142,
737
+ "step": 10400
738
+ },
739
+ {
740
+ "epoch": 0.23,
741
+ "grad_norm": 0.447218120098114,
742
+ "learning_rate": 7.708474280351805e-06,
743
+ "loss": 4.8143,
744
+ "step": 10500
745
+ },
746
+ {
747
+ "epoch": 0.23,
748
+ "grad_norm": 0.8786011338233948,
749
+ "learning_rate": 7.686650225878964e-06,
750
+ "loss": 4.8165,
751
+ "step": 10600
752
+ },
753
+ {
754
+ "epoch": 0.23,
755
+ "grad_norm": 0.8793469071388245,
756
+ "learning_rate": 7.664826171406125e-06,
757
+ "loss": 4.8126,
758
+ "step": 10700
759
+ },
760
+ {
761
+ "epoch": 0.24,
762
+ "grad_norm": 0.6492193937301636,
763
+ "learning_rate": 7.643002116933285e-06,
764
+ "loss": 4.8106,
765
+ "step": 10800
766
+ },
767
+ {
768
+ "epoch": 0.24,
769
+ "grad_norm": 1.1710741519927979,
770
+ "learning_rate": 7.621178062460445e-06,
771
+ "loss": 4.8131,
772
+ "step": 10900
773
+ },
774
+ {
775
+ "epoch": 0.24,
776
+ "grad_norm": 0.5375717282295227,
777
+ "learning_rate": 7.599354007987605e-06,
778
+ "loss": 4.8103,
779
+ "step": 11000
780
+ },
781
+ {
782
+ "epoch": 0.24,
783
+ "grad_norm": 0.38140830397605896,
784
+ "learning_rate": 7.577529953514765e-06,
785
+ "loss": 4.8127,
786
+ "step": 11100
787
+ },
788
+ {
789
+ "epoch": 0.24,
790
+ "grad_norm": 0.7099872827529907,
791
+ "learning_rate": 7.555705899041924e-06,
792
+ "loss": 4.8104,
793
+ "step": 11200
794
+ },
795
+ {
796
+ "epoch": 0.25,
797
+ "grad_norm": 2.029292583465576,
798
+ "learning_rate": 7.533881844569084e-06,
799
+ "loss": 4.8127,
800
+ "step": 11300
801
+ },
802
+ {
803
+ "epoch": 0.25,
804
+ "grad_norm": 0.3873797357082367,
805
+ "learning_rate": 7.512057790096244e-06,
806
+ "loss": 4.812,
807
+ "step": 11400
808
+ },
809
+ {
810
+ "epoch": 0.25,
811
+ "grad_norm": 1.0038777589797974,
812
+ "learning_rate": 7.490233735623404e-06,
813
+ "loss": 4.8082,
814
+ "step": 11500
815
+ },
816
+ {
817
+ "epoch": 0.25,
818
+ "grad_norm": 0.9627403616905212,
819
+ "learning_rate": 7.4684096811505646e-06,
820
+ "loss": 4.8084,
821
+ "step": 11600
822
+ },
823
+ {
824
+ "epoch": 0.26,
825
+ "grad_norm": 1.518621563911438,
826
+ "learning_rate": 7.446585626677725e-06,
827
+ "loss": 4.8094,
828
+ "step": 11700
829
+ },
830
+ {
831
+ "epoch": 0.26,
832
+ "grad_norm": 1.7235260009765625,
833
+ "learning_rate": 7.424761572204885e-06,
834
+ "loss": 4.8074,
835
+ "step": 11800
836
+ },
837
+ {
838
+ "epoch": 0.26,
839
+ "grad_norm": 0.3688587248325348,
840
+ "learning_rate": 7.402937517732045e-06,
841
+ "loss": 4.8097,
842
+ "step": 11900
843
+ },
844
+ {
845
+ "epoch": 0.26,
846
+ "grad_norm": 0.4294319748878479,
847
+ "learning_rate": 7.381113463259205e-06,
848
+ "loss": 4.8102,
849
+ "step": 12000
850
+ },
851
+ {
852
+ "epoch": 0.26,
853
+ "grad_norm": 0.3772117495536804,
854
+ "learning_rate": 7.359289408786366e-06,
855
+ "loss": 4.8091,
856
+ "step": 12100
857
+ },
858
+ {
859
+ "epoch": 0.27,
860
+ "grad_norm": 1.3151636123657227,
861
+ "learning_rate": 7.337465354313526e-06,
862
+ "loss": 4.809,
863
+ "step": 12200
864
+ },
865
+ {
866
+ "epoch": 0.27,
867
+ "grad_norm": 1.2710403203964233,
868
+ "learning_rate": 7.315641299840684e-06,
869
+ "loss": 4.807,
870
+ "step": 12300
871
+ },
872
+ {
873
+ "epoch": 0.27,
874
+ "grad_norm": 0.9449421763420105,
875
+ "learning_rate": 7.2938172453678445e-06,
876
+ "loss": 4.8092,
877
+ "step": 12400
878
+ },
879
+ {
880
+ "epoch": 0.27,
881
+ "grad_norm": 1.3880749940872192,
882
+ "learning_rate": 7.271993190895005e-06,
883
+ "loss": 4.8069,
884
+ "step": 12500
885
+ },
886
+ {
887
+ "epoch": 0.27,
888
+ "grad_norm": 0.5149086117744446,
889
+ "learning_rate": 7.250169136422165e-06,
890
+ "loss": 4.8114,
891
+ "step": 12600
892
+ },
893
+ {
894
+ "epoch": 0.28,
895
+ "grad_norm": 2.83113431930542,
896
+ "learning_rate": 7.228345081949325e-06,
897
+ "loss": 4.8091,
898
+ "step": 12700
899
+ },
900
+ {
901
+ "epoch": 0.28,
902
+ "grad_norm": 0.9617094397544861,
903
+ "learning_rate": 7.206521027476485e-06,
904
+ "loss": 4.8045,
905
+ "step": 12800
906
+ },
907
+ {
908
+ "epoch": 0.28,
909
+ "grad_norm": 1.3411821126937866,
910
+ "learning_rate": 7.1846969730036456e-06,
911
+ "loss": 4.8057,
912
+ "step": 12900
913
+ },
914
+ {
915
+ "epoch": 0.28,
916
+ "grad_norm": 0.40530508756637573,
917
+ "learning_rate": 7.162872918530806e-06,
918
+ "loss": 4.8063,
919
+ "step": 13000
920
+ },
921
+ {
922
+ "epoch": 0.29,
923
+ "grad_norm": 0.9460883736610413,
924
+ "learning_rate": 7.141048864057966e-06,
925
+ "loss": 4.8064,
926
+ "step": 13100
927
+ },
928
+ {
929
+ "epoch": 0.29,
930
+ "grad_norm": 2.0108609199523926,
931
+ "learning_rate": 7.119224809585125e-06,
932
+ "loss": 4.8069,
933
+ "step": 13200
934
+ },
935
+ {
936
+ "epoch": 0.29,
937
+ "grad_norm": 1.5277504920959473,
938
+ "learning_rate": 7.0974007551122855e-06,
939
+ "loss": 4.8068,
940
+ "step": 13300
941
+ },
942
+ {
943
+ "epoch": 0.29,
944
+ "grad_norm": 0.932159960269928,
945
+ "learning_rate": 7.075576700639445e-06,
946
+ "loss": 4.8018,
947
+ "step": 13400
948
+ },
949
+ {
950
+ "epoch": 0.29,
951
+ "grad_norm": 1.497610092163086,
952
+ "learning_rate": 7.053752646166605e-06,
953
+ "loss": 4.803,
954
+ "step": 13500
955
+ },
956
+ {
957
+ "epoch": 0.3,
958
+ "grad_norm": 1.3723843097686768,
959
+ "learning_rate": 7.031928591693765e-06,
960
+ "loss": 4.8015,
961
+ "step": 13600
962
+ },
963
+ {
964
+ "epoch": 0.3,
965
+ "grad_norm": 0.7923598885536194,
966
+ "learning_rate": 7.0101045372209255e-06,
967
+ "loss": 4.8079,
968
+ "step": 13700
969
+ },
970
+ {
971
+ "epoch": 0.3,
972
+ "grad_norm": 1.1815203428268433,
973
+ "learning_rate": 6.988280482748086e-06,
974
+ "loss": 4.8027,
975
+ "step": 13800
976
+ },
977
+ {
978
+ "epoch": 0.3,
979
+ "grad_norm": 1.163899540901184,
980
+ "learning_rate": 6.966456428275246e-06,
981
+ "loss": 4.8029,
982
+ "step": 13900
983
+ },
984
+ {
985
+ "epoch": 0.31,
986
+ "grad_norm": 0.4986168146133423,
987
+ "learning_rate": 6.944632373802406e-06,
988
+ "loss": 4.8076,
989
+ "step": 14000
990
+ },
991
+ {
992
+ "epoch": 0.31,
993
+ "grad_norm": 0.6901636123657227,
994
+ "learning_rate": 6.9228083193295655e-06,
995
+ "loss": 4.8044,
996
+ "step": 14100
997
+ },
998
+ {
999
+ "epoch": 0.31,
1000
+ "grad_norm": 0.4600536525249481,
1001
+ "learning_rate": 6.900984264856726e-06,
1002
+ "loss": 4.8058,
1003
+ "step": 14200
1004
+ },
1005
+ {
1006
+ "epoch": 0.31,
1007
+ "grad_norm": 1.3702683448791504,
1008
+ "learning_rate": 6.879160210383886e-06,
1009
+ "loss": 4.8022,
1010
+ "step": 14300
1011
+ },
1012
+ {
1013
+ "epoch": 0.31,
1014
+ "grad_norm": 0.6329184770584106,
1015
+ "learning_rate": 6.857336155911045e-06,
1016
+ "loss": 4.8018,
1017
+ "step": 14400
1018
+ },
1019
+ {
1020
+ "epoch": 0.32,
1021
+ "grad_norm": 0.4246502220630646,
1022
+ "learning_rate": 6.8355121014382055e-06,
1023
+ "loss": 4.8045,
1024
+ "step": 14500
1025
+ },
1026
+ {
1027
+ "epoch": 0.32,
1028
+ "grad_norm": 0.6552340388298035,
1029
+ "learning_rate": 6.813688046965366e-06,
1030
+ "loss": 4.8023,
1031
+ "step": 14600
1032
+ },
1033
+ {
1034
+ "epoch": 0.32,
1035
+ "grad_norm": 0.6138970255851746,
1036
+ "learning_rate": 6.791863992492526e-06,
1037
+ "loss": 4.8051,
1038
+ "step": 14700
1039
+ },
1040
+ {
1041
+ "epoch": 0.32,
1042
+ "grad_norm": 0.8509910106658936,
1043
+ "learning_rate": 6.770039938019686e-06,
1044
+ "loss": 4.8034,
1045
+ "step": 14800
1046
+ },
1047
+ {
1048
+ "epoch": 0.33,
1049
+ "grad_norm": 1.2667418718338013,
1050
+ "learning_rate": 6.7482158835468455e-06,
1051
+ "loss": 4.8035,
1052
+ "step": 14900
1053
+ },
1054
+ {
1055
+ "epoch": 0.33,
1056
+ "grad_norm": 0.723858118057251,
1057
+ "learning_rate": 6.726391829074006e-06,
1058
+ "loss": 4.8048,
1059
+ "step": 15000
1060
+ },
1061
+ {
1062
+ "epoch": 0.33,
1063
+ "grad_norm": 0.5858640670776367,
1064
+ "learning_rate": 6.704567774601166e-06,
1065
+ "loss": 4.8043,
1066
+ "step": 15100
1067
+ },
1068
+ {
1069
+ "epoch": 0.33,
1070
+ "grad_norm": 1.3455156087875366,
1071
+ "learning_rate": 6.682743720128326e-06,
1072
+ "loss": 4.8048,
1073
+ "step": 15200
1074
+ },
1075
+ {
1076
+ "epoch": 0.33,
1077
+ "grad_norm": 0.7291358709335327,
1078
+ "learning_rate": 6.660919665655486e-06,
1079
+ "loss": 4.8034,
1080
+ "step": 15300
1081
+ },
1082
+ {
1083
+ "epoch": 0.34,
1084
+ "grad_norm": 0.9461612105369568,
1085
+ "learning_rate": 6.6390956111826465e-06,
1086
+ "loss": 4.8009,
1087
+ "step": 15400
1088
+ },
1089
+ {
1090
+ "epoch": 0.34,
1091
+ "grad_norm": 1.1789884567260742,
1092
+ "learning_rate": 6.617271556709806e-06,
1093
+ "loss": 4.8041,
1094
+ "step": 15500
1095
+ },
1096
+ {
1097
+ "epoch": 0.34,
1098
+ "grad_norm": 0.9464890360832214,
1099
+ "learning_rate": 6.595447502236966e-06,
1100
+ "loss": 4.8045,
1101
+ "step": 15600
1102
+ },
1103
+ {
1104
+ "epoch": 0.34,
1105
+ "grad_norm": 0.7488701343536377,
1106
+ "learning_rate": 6.5736234477641254e-06,
1107
+ "loss": 4.8018,
1108
+ "step": 15700
1109
+ },
1110
+ {
1111
+ "epoch": 0.34,
1112
+ "grad_norm": 0.8682188391685486,
1113
+ "learning_rate": 6.551799393291286e-06,
1114
+ "loss": 4.8011,
1115
+ "step": 15800
1116
+ },
1117
+ {
1118
+ "epoch": 0.35,
1119
+ "grad_norm": 0.4264489710330963,
1120
+ "learning_rate": 6.529975338818446e-06,
1121
+ "loss": 4.8023,
1122
+ "step": 15900
1123
+ },
1124
+ {
1125
+ "epoch": 0.35,
1126
+ "grad_norm": 0.49021920561790466,
1127
+ "learning_rate": 6.508151284345606e-06,
1128
+ "loss": 4.8028,
1129
+ "step": 16000
1130
+ },
1131
+ {
1132
+ "epoch": 0.35,
1133
+ "grad_norm": 0.5845347046852112,
1134
+ "learning_rate": 6.486327229872766e-06,
1135
+ "loss": 4.8036,
1136
+ "step": 16100
1137
+ },
1138
+ {
1139
+ "epoch": 0.35,
1140
+ "grad_norm": 0.5416790246963501,
1141
+ "learning_rate": 6.4645031753999265e-06,
1142
+ "loss": 4.7982,
1143
+ "step": 16200
1144
+ },
1145
+ {
1146
+ "epoch": 0.36,
1147
+ "grad_norm": 0.6061177253723145,
1148
+ "learning_rate": 6.442679120927087e-06,
1149
+ "loss": 4.7992,
1150
+ "step": 16300
1151
+ },
1152
+ {
1153
+ "epoch": 0.36,
1154
+ "grad_norm": 1.0177648067474365,
1155
+ "learning_rate": 6.420855066454247e-06,
1156
+ "loss": 4.8009,
1157
+ "step": 16400
1158
+ },
1159
+ {
1160
+ "epoch": 0.36,
1161
+ "grad_norm": 1.1131385564804077,
1162
+ "learning_rate": 6.399031011981407e-06,
1163
+ "loss": 4.8017,
1164
+ "step": 16500
1165
+ },
1166
+ {
1167
+ "epoch": 0.36,
1168
+ "grad_norm": 0.519646167755127,
1169
+ "learning_rate": 6.377206957508566e-06,
1170
+ "loss": 4.7977,
1171
+ "step": 16600
1172
+ },
1173
+ {
1174
+ "epoch": 0.36,
1175
+ "grad_norm": 0.7085474729537964,
1176
+ "learning_rate": 6.355382903035726e-06,
1177
+ "loss": 4.8033,
1178
+ "step": 16700
1179
+ },
1180
+ {
1181
+ "epoch": 0.37,
1182
+ "grad_norm": 2.178063154220581,
1183
+ "learning_rate": 6.333558848562886e-06,
1184
+ "loss": 4.8005,
1185
+ "step": 16800
1186
+ },
1187
+ {
1188
+ "epoch": 0.37,
1189
+ "grad_norm": 0.6010052561759949,
1190
+ "learning_rate": 6.311734794090046e-06,
1191
+ "loss": 4.7981,
1192
+ "step": 16900
1193
+ },
1194
+ {
1195
+ "epoch": 0.37,
1196
+ "grad_norm": 1.1030943393707275,
1197
+ "learning_rate": 6.2899107396172064e-06,
1198
+ "loss": 4.8012,
1199
+ "step": 17000
1200
+ },
1201
+ {
1202
+ "epoch": 0.37,
1203
+ "grad_norm": 1.7612066268920898,
1204
+ "learning_rate": 6.268086685144367e-06,
1205
+ "loss": 4.7985,
1206
+ "step": 17100
1207
+ },
1208
+ {
1209
+ "epoch": 0.38,
1210
+ "grad_norm": 1.4463589191436768,
1211
+ "learning_rate": 6.246262630671527e-06,
1212
+ "loss": 4.7989,
1213
+ "step": 17200
1214
+ },
1215
+ {
1216
+ "epoch": 0.38,
1217
+ "grad_norm": 0.5492839813232422,
1218
+ "learning_rate": 6.224438576198687e-06,
1219
+ "loss": 4.7981,
1220
+ "step": 17300
1221
+ },
1222
+ {
1223
+ "epoch": 0.38,
1224
+ "grad_norm": 1.7029542922973633,
1225
+ "learning_rate": 6.202614521725847e-06,
1226
+ "loss": 4.7995,
1227
+ "step": 17400
1228
+ },
1229
+ {
1230
+ "epoch": 0.38,
1231
+ "grad_norm": 0.5425244569778442,
1232
+ "learning_rate": 6.1807904672530075e-06,
1233
+ "loss": 4.8013,
1234
+ "step": 17500
1235
+ },
1236
+ {
1237
+ "epoch": 0.38,
1238
+ "grad_norm": 2.1396992206573486,
1239
+ "learning_rate": 6.158966412780166e-06,
1240
+ "loss": 4.7976,
1241
+ "step": 17600
1242
+ },
1243
+ {
1244
+ "epoch": 0.39,
1245
+ "grad_norm": 0.6928815841674805,
1246
+ "learning_rate": 6.137142358307326e-06,
1247
+ "loss": 4.8004,
1248
+ "step": 17700
1249
+ },
1250
+ {
1251
+ "epoch": 0.39,
1252
+ "grad_norm": 0.7560544013977051,
1253
+ "learning_rate": 6.115318303834486e-06,
1254
+ "loss": 4.7991,
1255
+ "step": 17800
1256
+ },
1257
+ {
1258
+ "epoch": 0.39,
1259
+ "grad_norm": 1.5612252950668335,
1260
+ "learning_rate": 6.093494249361647e-06,
1261
+ "loss": 4.7969,
1262
+ "step": 17900
1263
+ },
1264
+ {
1265
+ "epoch": 0.39,
1266
+ "grad_norm": 0.8462795615196228,
1267
+ "learning_rate": 6.071670194888807e-06,
1268
+ "loss": 4.7983,
1269
+ "step": 18000
1270
+ },
1271
+ {
1272
+ "epoch": 0.4,
1273
+ "grad_norm": 1.2593392133712769,
1274
+ "learning_rate": 6.049846140415967e-06,
1275
+ "loss": 4.7961,
1276
+ "step": 18100
1277
+ },
1278
+ {
1279
+ "epoch": 0.4,
1280
+ "grad_norm": 1.180788278579712,
1281
+ "learning_rate": 6.028022085943127e-06,
1282
+ "loss": 4.7965,
1283
+ "step": 18200
1284
+ },
1285
+ {
1286
+ "epoch": 0.4,
1287
+ "grad_norm": 0.8912612795829773,
1288
+ "learning_rate": 6.0061980314702874e-06,
1289
+ "loss": 4.796,
1290
+ "step": 18300
1291
+ },
1292
+ {
1293
+ "epoch": 0.4,
1294
+ "grad_norm": 1.3480154275894165,
1295
+ "learning_rate": 5.984373976997448e-06,
1296
+ "loss": 4.7985,
1297
+ "step": 18400
1298
+ },
1299
+ {
1300
+ "epoch": 0.4,
1301
+ "grad_norm": 2.097245931625366,
1302
+ "learning_rate": 5.962549922524608e-06,
1303
+ "loss": 4.7963,
1304
+ "step": 18500
1305
+ },
1306
+ {
1307
+ "epoch": 0.41,
1308
+ "grad_norm": 0.4926351308822632,
1309
+ "learning_rate": 5.940725868051768e-06,
1310
+ "loss": 4.7993,
1311
+ "step": 18600
1312
+ },
1313
+ {
1314
+ "epoch": 0.41,
1315
+ "grad_norm": 0.5842808485031128,
1316
+ "learning_rate": 5.918901813578927e-06,
1317
+ "loss": 4.7971,
1318
+ "step": 18700
1319
+ },
1320
+ {
1321
+ "epoch": 0.41,
1322
+ "grad_norm": 0.43305909633636475,
1323
+ "learning_rate": 5.897077759106087e-06,
1324
+ "loss": 4.7946,
1325
+ "step": 18800
1326
+ },
1327
+ {
1328
+ "epoch": 0.41,
1329
+ "grad_norm": 0.8926731944084167,
1330
+ "learning_rate": 5.875253704633247e-06,
1331
+ "loss": 4.7965,
1332
+ "step": 18900
1333
+ },
1334
+ {
1335
+ "epoch": 0.41,
1336
+ "grad_norm": 0.48742425441741943,
1337
+ "learning_rate": 5.853429650160407e-06,
1338
+ "loss": 4.7976,
1339
+ "step": 19000
1340
+ },
1341
+ {
1342
+ "epoch": 0.42,
1343
+ "grad_norm": 0.4740324020385742,
1344
+ "learning_rate": 5.831605595687567e-06,
1345
+ "loss": 4.7967,
1346
+ "step": 19100
1347
+ },
1348
+ {
1349
+ "epoch": 0.42,
1350
+ "grad_norm": 0.622294008731842,
1351
+ "learning_rate": 5.809781541214728e-06,
1352
+ "loss": 4.7979,
1353
+ "step": 19200
1354
+ },
1355
+ {
1356
+ "epoch": 0.42,
1357
+ "grad_norm": 1.5809967517852783,
1358
+ "learning_rate": 5.787957486741888e-06,
1359
+ "loss": 4.7955,
1360
+ "step": 19300
1361
+ },
1362
+ {
1363
+ "epoch": 0.42,
1364
+ "grad_norm": 1.089276909828186,
1365
+ "learning_rate": 5.766133432269048e-06,
1366
+ "loss": 4.7952,
1367
+ "step": 19400
1368
+ },
1369
+ {
1370
+ "epoch": 0.43,
1371
+ "grad_norm": 0.7803537845611572,
1372
+ "learning_rate": 5.744309377796207e-06,
1373
+ "loss": 4.7945,
1374
+ "step": 19500
1375
+ },
1376
+ {
1377
+ "epoch": 0.43,
1378
+ "grad_norm": 0.7891755104064941,
1379
+ "learning_rate": 5.722485323323368e-06,
1380
+ "loss": 4.7986,
1381
+ "step": 19600
1382
+ },
1383
+ {
1384
+ "epoch": 0.43,
1385
+ "grad_norm": 1.4096457958221436,
1386
+ "learning_rate": 5.700661268850528e-06,
1387
+ "loss": 4.798,
1388
+ "step": 19700
1389
+ },
1390
+ {
1391
+ "epoch": 0.43,
1392
+ "grad_norm": 0.7508895397186279,
1393
+ "learning_rate": 5.678837214377687e-06,
1394
+ "loss": 4.7939,
1395
+ "step": 19800
1396
+ },
1397
+ {
1398
+ "epoch": 0.43,
1399
+ "grad_norm": 1.578983187675476,
1400
+ "learning_rate": 5.657013159904847e-06,
1401
+ "loss": 4.7985,
1402
+ "step": 19900
1403
+ },
1404
+ {
1405
+ "epoch": 0.44,
1406
+ "grad_norm": 0.5898668169975281,
1407
+ "learning_rate": 5.635189105432008e-06,
1408
+ "loss": 4.7991,
1409
+ "step": 20000
1410
+ },
1411
+ {
1412
+ "epoch": 0.44,
1413
+ "grad_norm": 0.5105552673339844,
1414
+ "learning_rate": 5.613365050959168e-06,
1415
+ "loss": 4.798,
1416
+ "step": 20100
1417
+ },
1418
+ {
1419
+ "epoch": 0.44,
1420
+ "grad_norm": 0.5170775651931763,
1421
+ "learning_rate": 5.591540996486328e-06,
1422
+ "loss": 4.7946,
1423
+ "step": 20200
1424
+ },
1425
+ {
1426
+ "epoch": 0.44,
1427
+ "grad_norm": 1.588223934173584,
1428
+ "learning_rate": 5.569716942013487e-06,
1429
+ "loss": 4.797,
1430
+ "step": 20300
1431
+ },
1432
+ {
1433
+ "epoch": 0.45,
1434
+ "grad_norm": 0.7536285519599915,
1435
+ "learning_rate": 5.5478928875406476e-06,
1436
+ "loss": 4.7934,
1437
+ "step": 20400
1438
+ },
1439
+ {
1440
+ "epoch": 0.45,
1441
+ "grad_norm": 0.5207072496414185,
1442
+ "learning_rate": 5.526068833067808e-06,
1443
+ "loss": 4.7975,
1444
+ "step": 20500
1445
+ },
1446
+ {
1447
+ "epoch": 0.45,
1448
+ "grad_norm": 1.6971161365509033,
1449
+ "learning_rate": 5.504244778594968e-06,
1450
+ "loss": 4.797,
1451
+ "step": 20600
1452
+ },
1453
+ {
1454
+ "epoch": 0.45,
1455
+ "grad_norm": 0.7362131476402283,
1456
+ "learning_rate": 5.482420724122128e-06,
1457
+ "loss": 4.7926,
1458
+ "step": 20700
1459
+ },
1460
+ {
1461
+ "epoch": 0.45,
1462
+ "grad_norm": 0.8522694706916809,
1463
+ "learning_rate": 5.4605966696492876e-06,
1464
+ "loss": 4.7967,
1465
+ "step": 20800
1466
+ },
1467
+ {
1468
+ "epoch": 0.46,
1469
+ "grad_norm": 0.5707879662513733,
1470
+ "learning_rate": 5.438772615176448e-06,
1471
+ "loss": 4.7946,
1472
+ "step": 20900
1473
+ },
1474
+ {
1475
+ "epoch": 0.46,
1476
+ "grad_norm": 1.427687406539917,
1477
+ "learning_rate": 5.416948560703608e-06,
1478
+ "loss": 4.7958,
1479
+ "step": 21000
1480
+ },
1481
+ {
1482
+ "epoch": 0.46,
1483
+ "grad_norm": 1.4829745292663574,
1484
+ "learning_rate": 5.395124506230768e-06,
1485
+ "loss": 4.7942,
1486
+ "step": 21100
1487
+ },
1488
+ {
1489
+ "epoch": 0.46,
1490
+ "grad_norm": 2.6114389896392822,
1491
+ "learning_rate": 5.3733004517579275e-06,
1492
+ "loss": 4.7956,
1493
+ "step": 21200
1494
+ },
1495
+ {
1496
+ "epoch": 0.46,
1497
+ "grad_norm": 1.3793102502822876,
1498
+ "learning_rate": 5.351476397285088e-06,
1499
+ "loss": 4.7932,
1500
+ "step": 21300
1501
+ },
1502
+ {
1503
+ "epoch": 0.47,
1504
+ "grad_norm": 2.681830406188965,
1505
+ "learning_rate": 5.329652342812248e-06,
1506
+ "loss": 4.7945,
1507
+ "step": 21400
1508
+ },
1509
+ {
1510
+ "epoch": 0.47,
1511
+ "grad_norm": 0.9123592972755432,
1512
+ "learning_rate": 5.307828288339408e-06,
1513
+ "loss": 4.7951,
1514
+ "step": 21500
1515
+ },
1516
+ {
1517
+ "epoch": 0.47,
1518
+ "grad_norm": 0.771221935749054,
1519
+ "learning_rate": 5.286004233866568e-06,
1520
+ "loss": 4.7949,
1521
+ "step": 21600
1522
+ },
1523
+ {
1524
+ "epoch": 0.47,
1525
+ "grad_norm": 1.176202654838562,
1526
+ "learning_rate": 5.2641801793937286e-06,
1527
+ "loss": 4.7941,
1528
+ "step": 21700
1529
+ },
1530
+ {
1531
+ "epoch": 0.48,
1532
+ "grad_norm": 1.7281347513198853,
1533
+ "learning_rate": 5.242356124920889e-06,
1534
+ "loss": 4.7922,
1535
+ "step": 21800
1536
+ },
1537
+ {
1538
+ "epoch": 0.48,
1539
+ "grad_norm": 0.7822020053863525,
1540
+ "learning_rate": 5.220532070448048e-06,
1541
+ "loss": 4.7945,
1542
+ "step": 21900
1543
+ },
1544
+ {
1545
+ "epoch": 0.48,
1546
+ "grad_norm": 0.47084948420524597,
1547
+ "learning_rate": 5.1987080159752075e-06,
1548
+ "loss": 4.7954,
1549
+ "step": 22000
1550
+ },
1551
+ {
1552
+ "epoch": 0.48,
1553
+ "grad_norm": 0.6029684543609619,
1554
+ "learning_rate": 5.176883961502368e-06,
1555
+ "loss": 4.7949,
1556
+ "step": 22100
1557
+ },
1558
+ {
1559
+ "epoch": 0.48,
1560
+ "grad_norm": 1.7270153760910034,
1561
+ "learning_rate": 5.155059907029528e-06,
1562
+ "loss": 4.7945,
1563
+ "step": 22200
1564
+ },
1565
+ {
1566
+ "epoch": 0.49,
1567
+ "grad_norm": 0.7985190153121948,
1568
+ "learning_rate": 5.133235852556688e-06,
1569
+ "loss": 4.7963,
1570
+ "step": 22300
1571
+ },
1572
+ {
1573
+ "epoch": 0.49,
1574
+ "grad_norm": 0.5503430962562561,
1575
+ "learning_rate": 5.111411798083848e-06,
1576
+ "loss": 4.7929,
1577
+ "step": 22400
1578
+ },
1579
+ {
1580
+ "epoch": 0.49,
1581
+ "grad_norm": 0.8454219102859497,
1582
+ "learning_rate": 5.0895877436110085e-06,
1583
+ "loss": 4.7934,
1584
+ "step": 22500
1585
+ },
1586
+ {
1587
+ "epoch": 0.49,
1588
+ "grad_norm": 1.7326210737228394,
1589
+ "learning_rate": 5.067763689138169e-06,
1590
+ "loss": 4.7923,
1591
+ "step": 22600
1592
+ },
1593
+ {
1594
+ "epoch": 0.5,
1595
+ "grad_norm": 1.3302743434906006,
1596
+ "learning_rate": 5.045939634665329e-06,
1597
+ "loss": 4.7975,
1598
+ "step": 22700
1599
+ },
1600
+ {
1601
+ "epoch": 0.5,
1602
+ "grad_norm": 1.2851781845092773,
1603
+ "learning_rate": 5.024115580192489e-06,
1604
+ "loss": 4.7941,
1605
+ "step": 22800
1606
+ },
1607
+ {
1608
+ "epoch": 0.5,
1609
+ "grad_norm": 0.6426960825920105,
1610
+ "learning_rate": 5.002291525719649e-06,
1611
+ "loss": 4.7956,
1612
+ "step": 22900
1613
+ },
1614
+ {
1615
+ "epoch": 0.5,
1616
+ "grad_norm": 0.518356204032898,
1617
+ "learning_rate": 4.980467471246809e-06,
1618
+ "loss": 4.7952,
1619
+ "step": 23000
1620
+ },
1621
+ {
1622
+ "epoch": 0.5,
1623
+ "grad_norm": 1.0310689210891724,
1624
+ "learning_rate": 4.958643416773969e-06,
1625
+ "loss": 4.7948,
1626
+ "step": 23100
1627
+ },
1628
+ {
1629
+ "epoch": 0.51,
1630
+ "grad_norm": 0.9940834045410156,
1631
+ "learning_rate": 4.936819362301128e-06,
1632
+ "loss": 4.7944,
1633
+ "step": 23200
1634
+ },
1635
+ {
1636
+ "epoch": 0.51,
1637
+ "grad_norm": 0.5921940803527832,
1638
+ "learning_rate": 4.9149953078282885e-06,
1639
+ "loss": 4.7917,
1640
+ "step": 23300
1641
+ },
1642
+ {
1643
+ "epoch": 0.51,
1644
+ "grad_norm": 0.5630788207054138,
1645
+ "learning_rate": 4.893171253355449e-06,
1646
+ "loss": 4.7923,
1647
+ "step": 23400
1648
+ },
1649
+ {
1650
+ "epoch": 0.51,
1651
+ "grad_norm": 0.5146437287330627,
1652
+ "learning_rate": 4.871347198882609e-06,
1653
+ "loss": 4.7913,
1654
+ "step": 23500
1655
+ },
1656
+ {
1657
+ "epoch": 0.52,
1658
+ "grad_norm": 0.8808703422546387,
1659
+ "learning_rate": 4.849523144409769e-06,
1660
+ "loss": 4.7921,
1661
+ "step": 23600
1662
+ },
1663
+ {
1664
+ "epoch": 0.52,
1665
+ "grad_norm": 2.0775110721588135,
1666
+ "learning_rate": 4.827699089936929e-06,
1667
+ "loss": 4.7917,
1668
+ "step": 23700
1669
+ },
1670
+ {
1671
+ "epoch": 0.52,
1672
+ "grad_norm": 0.8530829548835754,
1673
+ "learning_rate": 4.805875035464089e-06,
1674
+ "loss": 4.792,
1675
+ "step": 23800
1676
+ },
1677
+ {
1678
+ "epoch": 0.52,
1679
+ "grad_norm": 0.6423510909080505,
1680
+ "learning_rate": 4.784050980991249e-06,
1681
+ "loss": 4.7912,
1682
+ "step": 23900
1683
+ },
1684
+ {
1685
+ "epoch": 0.52,
1686
+ "grad_norm": 0.6276280879974365,
1687
+ "learning_rate": 4.762226926518409e-06,
1688
+ "loss": 4.7916,
1689
+ "step": 24000
1690
+ },
1691
+ {
1692
+ "epoch": 0.53,
1693
+ "grad_norm": 1.0554680824279785,
1694
+ "learning_rate": 4.740402872045569e-06,
1695
+ "loss": 4.7918,
1696
+ "step": 24100
1697
+ },
1698
+ {
1699
+ "epoch": 0.53,
1700
+ "grad_norm": 0.6865511536598206,
1701
+ "learning_rate": 4.7185788175727295e-06,
1702
+ "loss": 4.7945,
1703
+ "step": 24200
1704
+ },
1705
+ {
1706
+ "epoch": 0.53,
1707
+ "grad_norm": 0.5930079817771912,
1708
+ "learning_rate": 4.696754763099889e-06,
1709
+ "loss": 4.7912,
1710
+ "step": 24300
1711
+ },
1712
+ {
1713
+ "epoch": 0.53,
1714
+ "grad_norm": 1.2960429191589355,
1715
+ "learning_rate": 4.674930708627049e-06,
1716
+ "loss": 4.79,
1717
+ "step": 24400
1718
+ },
1719
+ {
1720
+ "epoch": 0.53,
1721
+ "grad_norm": 0.62696772813797,
1722
+ "learning_rate": 4.653106654154209e-06,
1723
+ "loss": 4.7904,
1724
+ "step": 24500
1725
+ },
1726
+ {
1727
+ "epoch": 0.54,
1728
+ "grad_norm": 1.9733163118362427,
1729
+ "learning_rate": 4.6312825996813695e-06,
1730
+ "loss": 4.7891,
1731
+ "step": 24600
1732
+ },
1733
+ {
1734
+ "epoch": 0.54,
1735
+ "grad_norm": 1.0360530614852905,
1736
+ "learning_rate": 4.60945854520853e-06,
1737
+ "loss": 4.7878,
1738
+ "step": 24700
1739
+ },
1740
+ {
1741
+ "epoch": 0.54,
1742
+ "grad_norm": 1.112536072731018,
1743
+ "learning_rate": 4.587634490735689e-06,
1744
+ "loss": 4.7911,
1745
+ "step": 24800
1746
+ },
1747
+ {
1748
+ "epoch": 0.54,
1749
+ "grad_norm": 0.8656798601150513,
1750
+ "learning_rate": 4.565810436262849e-06,
1751
+ "loss": 4.7914,
1752
+ "step": 24900
1753
+ },
1754
+ {
1755
+ "epoch": 0.55,
1756
+ "grad_norm": 0.5879213809967041,
1757
+ "learning_rate": 4.5439863817900095e-06,
1758
+ "loss": 4.7909,
1759
+ "step": 25000
1760
+ },
1761
+ {
1762
+ "epoch": 0.55,
1763
+ "grad_norm": 0.8013112545013428,
1764
+ "learning_rate": 4.52216232731717e-06,
1765
+ "loss": 4.7876,
1766
+ "step": 25100
1767
+ },
1768
+ {
1769
+ "epoch": 0.55,
1770
+ "grad_norm": 0.8607842326164246,
1771
+ "learning_rate": 4.50033827284433e-06,
1772
+ "loss": 4.7896,
1773
+ "step": 25200
1774
+ },
1775
+ {
1776
+ "epoch": 0.55,
1777
+ "grad_norm": 0.590959370136261,
1778
+ "learning_rate": 4.47851421837149e-06,
1779
+ "loss": 4.7895,
1780
+ "step": 25300
1781
+ },
1782
+ {
1783
+ "epoch": 0.55,
1784
+ "grad_norm": 1.595662236213684,
1785
+ "learning_rate": 4.4566901638986495e-06,
1786
+ "loss": 4.7904,
1787
+ "step": 25400
1788
+ },
1789
+ {
1790
+ "epoch": 0.56,
1791
+ "grad_norm": 0.5102413892745972,
1792
+ "learning_rate": 4.43486610942581e-06,
1793
+ "loss": 4.7907,
1794
+ "step": 25500
1795
+ },
1796
+ {
1797
+ "epoch": 0.56,
1798
+ "grad_norm": 1.1544299125671387,
1799
+ "learning_rate": 4.41304205495297e-06,
1800
+ "loss": 4.791,
1801
+ "step": 25600
1802
+ },
1803
+ {
1804
+ "epoch": 0.56,
1805
+ "grad_norm": 1.2537280321121216,
1806
+ "learning_rate": 4.39121800048013e-06,
1807
+ "loss": 4.7938,
1808
+ "step": 25700
1809
+ },
1810
+ {
1811
+ "epoch": 0.56,
1812
+ "grad_norm": 0.6835722327232361,
1813
+ "learning_rate": 4.3693939460072895e-06,
1814
+ "loss": 4.7924,
1815
+ "step": 25800
1816
+ },
1817
+ {
1818
+ "epoch": 0.57,
1819
+ "grad_norm": 1.0808320045471191,
1820
+ "learning_rate": 4.34756989153445e-06,
1821
+ "loss": 4.7919,
1822
+ "step": 25900
1823
+ },
1824
+ {
1825
+ "epoch": 0.57,
1826
+ "grad_norm": 1.7416857481002808,
1827
+ "learning_rate": 4.32574583706161e-06,
1828
+ "loss": 4.7903,
1829
+ "step": 26000
1830
+ },
1831
+ {
1832
+ "epoch": 0.57,
1833
+ "grad_norm": 0.857487142086029,
1834
+ "learning_rate": 4.30392178258877e-06,
1835
+ "loss": 4.789,
1836
+ "step": 26100
1837
+ },
1838
+ {
1839
+ "epoch": 0.57,
1840
+ "grad_norm": 0.9709984064102173,
1841
+ "learning_rate": 4.2820977281159294e-06,
1842
+ "loss": 4.7862,
1843
+ "step": 26200
1844
+ },
1845
+ {
1846
+ "epoch": 0.57,
1847
+ "grad_norm": 1.2289056777954102,
1848
+ "learning_rate": 4.26027367364309e-06,
1849
+ "loss": 4.7914,
1850
+ "step": 26300
1851
+ },
1852
+ {
1853
+ "epoch": 0.58,
1854
+ "grad_norm": 0.7405953407287598,
1855
+ "learning_rate": 4.23844961917025e-06,
1856
+ "loss": 4.7943,
1857
+ "step": 26400
1858
+ },
1859
+ {
1860
+ "epoch": 0.58,
1861
+ "grad_norm": 1.3948872089385986,
1862
+ "learning_rate": 4.21662556469741e-06,
1863
+ "loss": 4.7898,
1864
+ "step": 26500
1865
+ },
1866
+ {
1867
+ "epoch": 0.58,
1868
+ "grad_norm": 0.6792095303535461,
1869
+ "learning_rate": 4.1948015102245694e-06,
1870
+ "loss": 4.7887,
1871
+ "step": 26600
1872
+ },
1873
+ {
1874
+ "epoch": 0.58,
1875
+ "grad_norm": 0.7049844264984131,
1876
+ "learning_rate": 4.17297745575173e-06,
1877
+ "loss": 4.793,
1878
+ "step": 26700
1879
+ },
1880
+ {
1881
+ "epoch": 0.58,
1882
+ "grad_norm": 0.5475296974182129,
1883
+ "learning_rate": 4.15115340127889e-06,
1884
+ "loss": 4.7881,
1885
+ "step": 26800
1886
+ },
1887
+ {
1888
+ "epoch": 0.59,
1889
+ "grad_norm": 0.6123815774917603,
1890
+ "learning_rate": 4.12932934680605e-06,
1891
+ "loss": 4.7901,
1892
+ "step": 26900
1893
+ },
1894
+ {
1895
+ "epoch": 0.59,
1896
+ "grad_norm": 1.7768149375915527,
1897
+ "learning_rate": 4.107505292333209e-06,
1898
+ "loss": 4.7918,
1899
+ "step": 27000
1900
+ },
1901
+ {
1902
+ "epoch": 0.59,
1903
+ "grad_norm": 0.5179715156555176,
1904
+ "learning_rate": 4.08568123786037e-06,
1905
+ "loss": 4.7884,
1906
+ "step": 27100
1907
+ },
1908
+ {
1909
+ "epoch": 0.59,
1910
+ "grad_norm": 0.607803225517273,
1911
+ "learning_rate": 4.06385718338753e-06,
1912
+ "loss": 4.79,
1913
+ "step": 27200
1914
+ },
1915
+ {
1916
+ "epoch": 0.6,
1917
+ "grad_norm": 1.2372949123382568,
1918
+ "learning_rate": 4.04203312891469e-06,
1919
+ "loss": 4.7889,
1920
+ "step": 27300
1921
+ },
1922
+ {
1923
+ "epoch": 0.6,
1924
+ "grad_norm": 1.3154016733169556,
1925
+ "learning_rate": 4.02020907444185e-06,
1926
+ "loss": 4.7906,
1927
+ "step": 27400
1928
+ },
1929
+ {
1930
+ "epoch": 0.6,
1931
+ "grad_norm": 0.5069667100906372,
1932
+ "learning_rate": 3.99838501996901e-06,
1933
+ "loss": 4.7871,
1934
+ "step": 27500
1935
+ },
1936
+ {
1937
+ "epoch": 0.6,
1938
+ "grad_norm": 0.9286430478096008,
1939
+ "learning_rate": 3.97656096549617e-06,
1940
+ "loss": 4.793,
1941
+ "step": 27600
1942
+ },
1943
+ {
1944
+ "epoch": 0.6,
1945
+ "grad_norm": 1.3074681758880615,
1946
+ "learning_rate": 3.95473691102333e-06,
1947
+ "loss": 4.7886,
1948
+ "step": 27700
1949
+ },
1950
+ {
1951
+ "epoch": 0.61,
1952
+ "grad_norm": 0.9673444628715515,
1953
+ "learning_rate": 3.93291285655049e-06,
1954
+ "loss": 4.7916,
1955
+ "step": 27800
1956
+ },
1957
+ {
1958
+ "epoch": 0.61,
1959
+ "grad_norm": 2.3527958393096924,
1960
+ "learning_rate": 3.9110888020776504e-06,
1961
+ "loss": 4.7917,
1962
+ "step": 27900
1963
+ },
1964
+ {
1965
+ "epoch": 0.61,
1966
+ "grad_norm": 0.6838983297348022,
1967
+ "learning_rate": 3.88926474760481e-06,
1968
+ "loss": 4.792,
1969
+ "step": 28000
1970
+ },
1971
+ {
1972
+ "epoch": 0.61,
1973
+ "grad_norm": 1.2325012683868408,
1974
+ "learning_rate": 3.86744069313197e-06,
1975
+ "loss": 4.79,
1976
+ "step": 28100
1977
+ },
1978
+ {
1979
+ "epoch": 0.62,
1980
+ "grad_norm": 0.6116911172866821,
1981
+ "learning_rate": 3.84561663865913e-06,
1982
+ "loss": 4.7873,
1983
+ "step": 28200
1984
+ },
1985
+ {
1986
+ "epoch": 0.62,
1987
+ "grad_norm": 1.2169787883758545,
1988
+ "learning_rate": 3.82379258418629e-06,
1989
+ "loss": 4.7877,
1990
+ "step": 28300
1991
+ },
1992
+ {
1993
+ "epoch": 0.62,
1994
+ "grad_norm": 1.7613152265548706,
1995
+ "learning_rate": 3.8019685297134506e-06,
1996
+ "loss": 4.7869,
1997
+ "step": 28400
1998
+ },
1999
+ {
2000
+ "epoch": 0.62,
2001
+ "grad_norm": 0.9709558486938477,
2002
+ "learning_rate": 3.7801444752406104e-06,
2003
+ "loss": 4.7882,
2004
+ "step": 28500
2005
+ },
2006
+ {
2007
+ "epoch": 0.62,
2008
+ "grad_norm": 0.7928886413574219,
2009
+ "learning_rate": 3.75832042076777e-06,
2010
+ "loss": 4.7891,
2011
+ "step": 28600
2012
+ },
2013
+ {
2014
+ "epoch": 0.63,
2015
+ "grad_norm": 0.5544800162315369,
2016
+ "learning_rate": 3.7364963662949304e-06,
2017
+ "loss": 4.7922,
2018
+ "step": 28700
2019
+ },
2020
+ {
2021
+ "epoch": 0.63,
2022
+ "grad_norm": 1.1702040433883667,
2023
+ "learning_rate": 3.7146723118220906e-06,
2024
+ "loss": 4.788,
2025
+ "step": 28800
2026
+ },
2027
+ {
2028
+ "epoch": 0.63,
2029
+ "grad_norm": 1.300114631652832,
2030
+ "learning_rate": 3.692848257349251e-06,
2031
+ "loss": 4.7907,
2032
+ "step": 28900
2033
+ },
2034
+ {
2035
+ "epoch": 0.63,
2036
+ "grad_norm": 0.8479206562042236,
2037
+ "learning_rate": 3.671024202876411e-06,
2038
+ "loss": 4.7869,
2039
+ "step": 29000
2040
+ },
2041
+ {
2042
+ "epoch": 0.64,
2043
+ "grad_norm": 0.6059646606445312,
2044
+ "learning_rate": 3.6492001484035704e-06,
2045
+ "loss": 4.7891,
2046
+ "step": 29100
2047
+ },
2048
+ {
2049
+ "epoch": 0.64,
2050
+ "grad_norm": 1.6603209972381592,
2051
+ "learning_rate": 3.6273760939307306e-06,
2052
+ "loss": 4.7899,
2053
+ "step": 29200
2054
+ },
2055
+ {
2056
+ "epoch": 0.64,
2057
+ "grad_norm": 0.5265193581581116,
2058
+ "learning_rate": 3.605552039457891e-06,
2059
+ "loss": 4.7873,
2060
+ "step": 29300
2061
+ },
2062
+ {
2063
+ "epoch": 0.64,
2064
+ "grad_norm": 1.8754724264144897,
2065
+ "learning_rate": 3.583727984985051e-06,
2066
+ "loss": 4.786,
2067
+ "step": 29400
2068
+ },
2069
+ {
2070
+ "epoch": 0.64,
2071
+ "grad_norm": 0.6786229610443115,
2072
+ "learning_rate": 3.561903930512211e-06,
2073
+ "loss": 4.7885,
2074
+ "step": 29500
2075
+ },
2076
+ {
2077
+ "epoch": 0.65,
2078
+ "grad_norm": 2.067661762237549,
2079
+ "learning_rate": 3.5400798760393706e-06,
2080
+ "loss": 4.7899,
2081
+ "step": 29600
2082
+ },
2083
+ {
2084
+ "epoch": 0.65,
2085
+ "grad_norm": 0.8492066860198975,
2086
+ "learning_rate": 3.5182558215665308e-06,
2087
+ "loss": 4.7896,
2088
+ "step": 29700
2089
+ },
2090
+ {
2091
+ "epoch": 0.65,
2092
+ "grad_norm": 0.989614725112915,
2093
+ "learning_rate": 3.496431767093691e-06,
2094
+ "loss": 4.7883,
2095
+ "step": 29800
2096
+ },
2097
+ {
2098
+ "epoch": 0.65,
2099
+ "grad_norm": 1.0036453008651733,
2100
+ "learning_rate": 3.474607712620851e-06,
2101
+ "loss": 4.7879,
2102
+ "step": 29900
2103
+ },
2104
+ {
2105
+ "epoch": 0.65,
2106
+ "grad_norm": 1.2347569465637207,
2107
+ "learning_rate": 3.4527836581480114e-06,
2108
+ "loss": 4.7883,
2109
+ "step": 30000
2110
+ },
2111
+ {
2112
+ "epoch": 0.66,
2113
+ "grad_norm": 0.543158233165741,
2114
+ "learning_rate": 3.4309596036751708e-06,
2115
+ "loss": 4.7895,
2116
+ "step": 30100
2117
+ },
2118
+ {
2119
+ "epoch": 0.66,
2120
+ "grad_norm": 1.209635615348816,
2121
+ "learning_rate": 3.409135549202331e-06,
2122
+ "loss": 4.7888,
2123
+ "step": 30200
2124
+ },
2125
+ {
2126
+ "epoch": 0.66,
2127
+ "grad_norm": 0.4899618923664093,
2128
+ "learning_rate": 3.387311494729491e-06,
2129
+ "loss": 4.7848,
2130
+ "step": 30300
2131
+ },
2132
+ {
2133
+ "epoch": 0.66,
2134
+ "grad_norm": 0.5836758017539978,
2135
+ "learning_rate": 3.3654874402566514e-06,
2136
+ "loss": 4.7886,
2137
+ "step": 30400
2138
+ },
2139
+ {
2140
+ "epoch": 0.67,
2141
+ "grad_norm": 0.5948976874351501,
2142
+ "learning_rate": 3.343663385783811e-06,
2143
+ "loss": 4.7909,
2144
+ "step": 30500
2145
+ },
2146
+ {
2147
+ "epoch": 0.67,
2148
+ "grad_norm": 1.0364673137664795,
2149
+ "learning_rate": 3.3218393313109714e-06,
2150
+ "loss": 4.7873,
2151
+ "step": 30600
2152
+ },
2153
+ {
2154
+ "epoch": 0.67,
2155
+ "grad_norm": 0.48503726720809937,
2156
+ "learning_rate": 3.300015276838131e-06,
2157
+ "loss": 4.7859,
2158
+ "step": 30700
2159
+ },
2160
+ {
2161
+ "epoch": 0.67,
2162
+ "grad_norm": 1.423990249633789,
2163
+ "learning_rate": 3.2781912223652914e-06,
2164
+ "loss": 4.7868,
2165
+ "step": 30800
2166
+ },
2167
+ {
2168
+ "epoch": 0.67,
2169
+ "grad_norm": 0.7693653106689453,
2170
+ "learning_rate": 3.256367167892451e-06,
2171
+ "loss": 4.789,
2172
+ "step": 30900
2173
+ },
2174
+ {
2175
+ "epoch": 0.68,
2176
+ "grad_norm": 0.8543452620506287,
2177
+ "learning_rate": 3.2345431134196114e-06,
2178
+ "loss": 4.79,
2179
+ "step": 31000
2180
+ },
2181
+ {
2182
+ "epoch": 0.68,
2183
+ "grad_norm": 1.765480399131775,
2184
+ "learning_rate": 3.2127190589467716e-06,
2185
+ "loss": 4.7901,
2186
+ "step": 31100
2187
+ },
2188
+ {
2189
+ "epoch": 0.68,
2190
+ "grad_norm": 1.3010811805725098,
2191
+ "learning_rate": 3.1908950044739313e-06,
2192
+ "loss": 4.7885,
2193
+ "step": 31200
2194
+ },
2195
+ {
2196
+ "epoch": 0.68,
2197
+ "grad_norm": 0.4873560965061188,
2198
+ "learning_rate": 3.169070950001091e-06,
2199
+ "loss": 4.7865,
2200
+ "step": 31300
2201
+ },
2202
+ {
2203
+ "epoch": 0.69,
2204
+ "grad_norm": 1.61781907081604,
2205
+ "learning_rate": 3.1472468955282513e-06,
2206
+ "loss": 4.7873,
2207
+ "step": 31400
2208
+ },
2209
+ {
2210
+ "epoch": 0.69,
2211
+ "grad_norm": 0.9210663437843323,
2212
+ "learning_rate": 3.1254228410554115e-06,
2213
+ "loss": 4.7878,
2214
+ "step": 31500
2215
+ },
2216
+ {
2217
+ "epoch": 0.69,
2218
+ "grad_norm": 0.7144986391067505,
2219
+ "learning_rate": 3.1035987865825718e-06,
2220
+ "loss": 4.7865,
2221
+ "step": 31600
2222
+ },
2223
+ {
2224
+ "epoch": 0.69,
2225
+ "grad_norm": 0.6649860143661499,
2226
+ "learning_rate": 3.0817747321097315e-06,
2227
+ "loss": 4.7898,
2228
+ "step": 31700
2229
+ },
2230
+ {
2231
+ "epoch": 0.69,
2232
+ "grad_norm": 0.7339694499969482,
2233
+ "learning_rate": 3.0599506776368913e-06,
2234
+ "loss": 4.786,
2235
+ "step": 31800
2236
+ },
2237
+ {
2238
+ "epoch": 0.7,
2239
+ "grad_norm": 1.963561773300171,
2240
+ "learning_rate": 3.0381266231640515e-06,
2241
+ "loss": 4.7882,
2242
+ "step": 31900
2243
+ },
2244
+ {
2245
+ "epoch": 0.7,
2246
+ "grad_norm": 1.8179004192352295,
2247
+ "learning_rate": 3.0163025686912117e-06,
2248
+ "loss": 4.7844,
2249
+ "step": 32000
2250
+ },
2251
+ {
2252
+ "epoch": 0.7,
2253
+ "grad_norm": 1.7514827251434326,
2254
+ "learning_rate": 2.994478514218372e-06,
2255
+ "loss": 4.7871,
2256
+ "step": 32100
2257
+ },
2258
+ {
2259
+ "epoch": 0.7,
2260
+ "grad_norm": 1.3072575330734253,
2261
+ "learning_rate": 2.972654459745532e-06,
2262
+ "loss": 4.7897,
2263
+ "step": 32200
2264
+ },
2265
+ {
2266
+ "epoch": 0.7,
2267
+ "grad_norm": 0.9841882586479187,
2268
+ "learning_rate": 2.9508304052726915e-06,
2269
+ "loss": 4.787,
2270
+ "step": 32300
2271
+ },
2272
+ {
2273
+ "epoch": 0.71,
2274
+ "grad_norm": 0.8150787353515625,
2275
+ "learning_rate": 2.9290063507998517e-06,
2276
+ "loss": 4.787,
2277
+ "step": 32400
2278
+ },
2279
+ {
2280
+ "epoch": 0.71,
2281
+ "grad_norm": 0.6560021638870239,
2282
+ "learning_rate": 2.907182296327012e-06,
2283
+ "loss": 4.7853,
2284
+ "step": 32500
2285
+ },
2286
+ {
2287
+ "epoch": 0.71,
2288
+ "grad_norm": 1.4383647441864014,
2289
+ "learning_rate": 2.885358241854172e-06,
2290
+ "loss": 4.7858,
2291
+ "step": 32600
2292
+ },
2293
+ {
2294
+ "epoch": 0.71,
2295
+ "grad_norm": 0.6023637056350708,
2296
+ "learning_rate": 2.8635341873813323e-06,
2297
+ "loss": 4.786,
2298
+ "step": 32700
2299
+ },
2300
+ {
2301
+ "epoch": 0.72,
2302
+ "grad_norm": 0.7451430559158325,
2303
+ "learning_rate": 2.8417101329084917e-06,
2304
+ "loss": 4.7917,
2305
+ "step": 32800
2306
+ },
2307
+ {
2308
+ "epoch": 0.72,
2309
+ "grad_norm": 0.5302537679672241,
2310
+ "learning_rate": 2.819886078435652e-06,
2311
+ "loss": 4.7863,
2312
+ "step": 32900
2313
+ },
2314
+ {
2315
+ "epoch": 0.72,
2316
+ "grad_norm": 0.9489607214927673,
2317
+ "learning_rate": 2.798062023962812e-06,
2318
+ "loss": 4.7873,
2319
+ "step": 33000
2320
+ },
2321
+ {
2322
+ "epoch": 0.72,
2323
+ "grad_norm": 1.1517263650894165,
2324
+ "learning_rate": 2.7762379694899723e-06,
2325
+ "loss": 4.788,
2326
+ "step": 33100
2327
+ },
2328
+ {
2329
+ "epoch": 0.72,
2330
+ "grad_norm": 0.5979319214820862,
2331
+ "learning_rate": 2.754413915017132e-06,
2332
+ "loss": 4.7898,
2333
+ "step": 33200
2334
+ },
2335
+ {
2336
+ "epoch": 0.73,
2337
+ "grad_norm": 0.8156241178512573,
2338
+ "learning_rate": 2.732589860544292e-06,
2339
+ "loss": 4.7883,
2340
+ "step": 33300
2341
+ },
2342
+ {
2343
+ "epoch": 0.73,
2344
+ "grad_norm": 1.709427833557129,
2345
+ "learning_rate": 2.710765806071452e-06,
2346
+ "loss": 4.7867,
2347
+ "step": 33400
2348
+ },
2349
+ {
2350
+ "epoch": 0.73,
2351
+ "grad_norm": 0.5464685559272766,
2352
+ "learning_rate": 2.6889417515986123e-06,
2353
+ "loss": 4.7889,
2354
+ "step": 33500
2355
+ },
2356
+ {
2357
+ "epoch": 0.73,
2358
+ "grad_norm": 1.050419569015503,
2359
+ "learning_rate": 2.667117697125772e-06,
2360
+ "loss": 4.7883,
2361
+ "step": 33600
2362
+ },
2363
+ {
2364
+ "epoch": 0.74,
2365
+ "grad_norm": 0.6171194314956665,
2366
+ "learning_rate": 2.6452936426529323e-06,
2367
+ "loss": 4.7893,
2368
+ "step": 33700
2369
+ },
2370
+ {
2371
+ "epoch": 0.74,
2372
+ "grad_norm": 0.7161327600479126,
2373
+ "learning_rate": 2.6234695881800925e-06,
2374
+ "loss": 4.787,
2375
+ "step": 33800
2376
+ },
2377
+ {
2378
+ "epoch": 0.74,
2379
+ "grad_norm": 0.5941922664642334,
2380
+ "learning_rate": 2.6016455337072523e-06,
2381
+ "loss": 4.7843,
2382
+ "step": 33900
2383
+ },
2384
+ {
2385
+ "epoch": 0.74,
2386
+ "grad_norm": 1.1841336488723755,
2387
+ "learning_rate": 2.579821479234412e-06,
2388
+ "loss": 4.7856,
2389
+ "step": 34000
2390
+ },
2391
+ {
2392
+ "epoch": 0.74,
2393
+ "grad_norm": 0.7025249004364014,
2394
+ "learning_rate": 2.5579974247615723e-06,
2395
+ "loss": 4.7843,
2396
+ "step": 34100
2397
+ },
2398
+ {
2399
+ "epoch": 0.75,
2400
+ "grad_norm": 1.5568642616271973,
2401
+ "learning_rate": 2.5361733702887325e-06,
2402
+ "loss": 4.7851,
2403
+ "step": 34200
2404
+ },
2405
+ {
2406
+ "epoch": 0.75,
2407
+ "grad_norm": 1.3719669580459595,
2408
+ "learning_rate": 2.5143493158158927e-06,
2409
+ "loss": 4.7846,
2410
+ "step": 34300
2411
+ },
2412
+ {
2413
+ "epoch": 0.75,
2414
+ "grad_norm": 0.6786982417106628,
2415
+ "learning_rate": 2.4925252613430525e-06,
2416
+ "loss": 4.7845,
2417
+ "step": 34400
2418
+ },
2419
+ {
2420
+ "epoch": 0.75,
2421
+ "grad_norm": 0.6673011183738708,
2422
+ "learning_rate": 2.4707012068702123e-06,
2423
+ "loss": 4.7876,
2424
+ "step": 34500
2425
+ },
2426
+ {
2427
+ "epoch": 0.76,
2428
+ "grad_norm": 1.6152336597442627,
2429
+ "learning_rate": 2.4488771523973725e-06,
2430
+ "loss": 4.7864,
2431
+ "step": 34600
2432
+ },
2433
+ {
2434
+ "epoch": 0.76,
2435
+ "grad_norm": 1.4687036275863647,
2436
+ "learning_rate": 2.4270530979245327e-06,
2437
+ "loss": 4.7851,
2438
+ "step": 34700
2439
+ },
2440
+ {
2441
+ "epoch": 0.76,
2442
+ "grad_norm": 0.5648071765899658,
2443
+ "learning_rate": 2.4052290434516925e-06,
2444
+ "loss": 4.7877,
2445
+ "step": 34800
2446
+ },
2447
+ {
2448
+ "epoch": 0.76,
2449
+ "grad_norm": 0.547589898109436,
2450
+ "learning_rate": 2.3834049889788527e-06,
2451
+ "loss": 4.7886,
2452
+ "step": 34900
2453
+ },
2454
+ {
2455
+ "epoch": 0.76,
2456
+ "grad_norm": 0.9473028182983398,
2457
+ "learning_rate": 2.361580934506013e-06,
2458
+ "loss": 4.7869,
2459
+ "step": 35000
2460
+ },
2461
+ {
2462
+ "epoch": 0.77,
2463
+ "grad_norm": 1.109892725944519,
2464
+ "learning_rate": 2.3397568800331727e-06,
2465
+ "loss": 4.7893,
2466
+ "step": 35100
2467
+ },
2468
+ {
2469
+ "epoch": 0.77,
2470
+ "grad_norm": 1.2780309915542603,
2471
+ "learning_rate": 2.317932825560333e-06,
2472
+ "loss": 4.7856,
2473
+ "step": 35200
2474
+ },
2475
+ {
2476
+ "epoch": 0.77,
2477
+ "grad_norm": 1.0184062719345093,
2478
+ "learning_rate": 2.2961087710874927e-06,
2479
+ "loss": 4.7851,
2480
+ "step": 35300
2481
+ },
2482
+ {
2483
+ "epoch": 0.77,
2484
+ "grad_norm": 1.2379289865493774,
2485
+ "learning_rate": 2.274284716614653e-06,
2486
+ "loss": 4.7895,
2487
+ "step": 35400
2488
+ },
2489
+ {
2490
+ "epoch": 0.77,
2491
+ "grad_norm": 1.372209072113037,
2492
+ "learning_rate": 2.252460662141813e-06,
2493
+ "loss": 4.7869,
2494
+ "step": 35500
2495
+ },
2496
+ {
2497
+ "epoch": 0.78,
2498
+ "grad_norm": 0.6445749402046204,
2499
+ "learning_rate": 2.230636607668973e-06,
2500
+ "loss": 4.7833,
2501
+ "step": 35600
2502
+ },
2503
+ {
2504
+ "epoch": 0.78,
2505
+ "grad_norm": 0.5948896408081055,
2506
+ "learning_rate": 2.208812553196133e-06,
2507
+ "loss": 4.7873,
2508
+ "step": 35700
2509
+ },
2510
+ {
2511
+ "epoch": 0.78,
2512
+ "grad_norm": 0.6000692844390869,
2513
+ "learning_rate": 2.1869884987232933e-06,
2514
+ "loss": 4.785,
2515
+ "step": 35800
2516
+ },
2517
+ {
2518
+ "epoch": 0.78,
2519
+ "grad_norm": 1.0963830947875977,
2520
+ "learning_rate": 2.165164444250453e-06,
2521
+ "loss": 4.7883,
2522
+ "step": 35900
2523
+ },
2524
+ {
2525
+ "epoch": 0.79,
2526
+ "grad_norm": 1.0998800992965698,
2527
+ "learning_rate": 2.1433403897776133e-06,
2528
+ "loss": 4.7888,
2529
+ "step": 36000
2530
+ },
2531
+ {
2532
+ "epoch": 0.79,
2533
+ "grad_norm": 1.1177624464035034,
2534
+ "learning_rate": 2.121516335304773e-06,
2535
+ "loss": 4.7847,
2536
+ "step": 36100
2537
+ },
2538
+ {
2539
+ "epoch": 0.79,
2540
+ "grad_norm": 0.6763335466384888,
2541
+ "learning_rate": 2.0996922808319333e-06,
2542
+ "loss": 4.785,
2543
+ "step": 36200
2544
+ },
2545
+ {
2546
+ "epoch": 0.79,
2547
+ "grad_norm": 0.9737639427185059,
2548
+ "learning_rate": 2.077868226359093e-06,
2549
+ "loss": 4.787,
2550
+ "step": 36300
2551
+ },
2552
+ {
2553
+ "epoch": 0.79,
2554
+ "grad_norm": 0.756729245185852,
2555
+ "learning_rate": 2.0560441718862532e-06,
2556
+ "loss": 4.7865,
2557
+ "step": 36400
2558
+ },
2559
+ {
2560
+ "epoch": 0.8,
2561
+ "grad_norm": 1.7666120529174805,
2562
+ "learning_rate": 2.0342201174134134e-06,
2563
+ "loss": 4.7866,
2564
+ "step": 36500
2565
+ },
2566
+ {
2567
+ "epoch": 0.8,
2568
+ "grad_norm": 0.5760579705238342,
2569
+ "learning_rate": 2.0123960629405732e-06,
2570
+ "loss": 4.7849,
2571
+ "step": 36600
2572
+ },
2573
+ {
2574
+ "epoch": 0.8,
2575
+ "grad_norm": 1.0564417839050293,
2576
+ "learning_rate": 1.9905720084677334e-06,
2577
+ "loss": 4.7863,
2578
+ "step": 36700
2579
+ },
2580
+ {
2581
+ "epoch": 0.8,
2582
+ "grad_norm": 0.7988053560256958,
2583
+ "learning_rate": 1.9687479539948932e-06,
2584
+ "loss": 4.7849,
2585
+ "step": 36800
2586
+ },
2587
+ {
2588
+ "epoch": 0.81,
2589
+ "grad_norm": 1.6380457878112793,
2590
+ "learning_rate": 1.9469238995220534e-06,
2591
+ "loss": 4.786,
2592
+ "step": 36900
2593
+ },
2594
+ {
2595
+ "epoch": 0.81,
2596
+ "grad_norm": 0.6611093282699585,
2597
+ "learning_rate": 1.9250998450492132e-06,
2598
+ "loss": 4.7862,
2599
+ "step": 37000
2600
+ },
2601
+ {
2602
+ "epoch": 0.81,
2603
+ "grad_norm": 0.7461991310119629,
2604
+ "learning_rate": 1.9032757905763734e-06,
2605
+ "loss": 4.7859,
2606
+ "step": 37100
2607
+ },
2608
+ {
2609
+ "epoch": 0.81,
2610
+ "grad_norm": 0.7583649158477783,
2611
+ "learning_rate": 1.8814517361035334e-06,
2612
+ "loss": 4.7871,
2613
+ "step": 37200
2614
+ },
2615
+ {
2616
+ "epoch": 0.81,
2617
+ "grad_norm": 2.0912837982177734,
2618
+ "learning_rate": 1.8596276816306934e-06,
2619
+ "loss": 4.7834,
2620
+ "step": 37300
2621
+ },
2622
+ {
2623
+ "epoch": 0.82,
2624
+ "grad_norm": 0.5466910004615784,
2625
+ "learning_rate": 1.8378036271578536e-06,
2626
+ "loss": 4.7869,
2627
+ "step": 37400
2628
+ },
2629
+ {
2630
+ "epoch": 0.82,
2631
+ "grad_norm": 0.6969348192214966,
2632
+ "learning_rate": 1.8159795726850136e-06,
2633
+ "loss": 4.7834,
2634
+ "step": 37500
2635
+ },
2636
+ {
2637
+ "epoch": 0.82,
2638
+ "grad_norm": 1.0343713760375977,
2639
+ "learning_rate": 1.7941555182121736e-06,
2640
+ "loss": 4.7849,
2641
+ "step": 37600
2642
+ },
2643
+ {
2644
+ "epoch": 0.82,
2645
+ "grad_norm": 1.1310784816741943,
2646
+ "learning_rate": 1.7723314637393336e-06,
2647
+ "loss": 4.7817,
2648
+ "step": 37700
2649
+ },
2650
+ {
2651
+ "epoch": 0.82,
2652
+ "grad_norm": 0.7537195682525635,
2653
+ "learning_rate": 1.7505074092664936e-06,
2654
+ "loss": 4.7873,
2655
+ "step": 37800
2656
+ },
2657
+ {
2658
+ "epoch": 0.83,
2659
+ "grad_norm": 0.5658436417579651,
2660
+ "learning_rate": 1.7286833547936538e-06,
2661
+ "loss": 4.7837,
2662
+ "step": 37900
2663
+ },
2664
+ {
2665
+ "epoch": 0.83,
2666
+ "grad_norm": 0.7453294396400452,
2667
+ "learning_rate": 1.7068593003208136e-06,
2668
+ "loss": 4.7842,
2669
+ "step": 38000
2670
+ },
2671
+ {
2672
+ "epoch": 0.83,
2673
+ "grad_norm": 0.6501612663269043,
2674
+ "learning_rate": 1.6850352458479738e-06,
2675
+ "loss": 4.7868,
2676
+ "step": 38100
2677
+ },
2678
+ {
2679
+ "epoch": 0.83,
2680
+ "grad_norm": 0.5469274520874023,
2681
+ "learning_rate": 1.663211191375134e-06,
2682
+ "loss": 4.7874,
2683
+ "step": 38200
2684
+ },
2685
+ {
2686
+ "epoch": 0.84,
2687
+ "grad_norm": 0.8729673624038696,
2688
+ "learning_rate": 1.6413871369022938e-06,
2689
+ "loss": 4.7844,
2690
+ "step": 38300
2691
+ },
2692
+ {
2693
+ "epoch": 0.84,
2694
+ "grad_norm": 0.5102872252464294,
2695
+ "learning_rate": 1.619563082429454e-06,
2696
+ "loss": 4.7833,
2697
+ "step": 38400
2698
+ },
2699
+ {
2700
+ "epoch": 0.84,
2701
+ "grad_norm": 0.5068778395652771,
2702
+ "learning_rate": 1.5977390279566138e-06,
2703
+ "loss": 4.7854,
2704
+ "step": 38500
2705
+ },
2706
+ {
2707
+ "epoch": 0.84,
2708
+ "grad_norm": 1.865955114364624,
2709
+ "learning_rate": 1.575914973483774e-06,
2710
+ "loss": 4.7869,
2711
+ "step": 38600
2712
+ },
2713
+ {
2714
+ "epoch": 0.84,
2715
+ "grad_norm": 0.6757729053497314,
2716
+ "learning_rate": 1.554090919010934e-06,
2717
+ "loss": 4.7853,
2718
+ "step": 38700
2719
+ },
2720
+ {
2721
+ "epoch": 0.85,
2722
+ "grad_norm": 1.1830861568450928,
2723
+ "learning_rate": 1.532266864538094e-06,
2724
+ "loss": 4.7843,
2725
+ "step": 38800
2726
+ },
2727
+ {
2728
+ "epoch": 0.85,
2729
+ "grad_norm": 0.9592554569244385,
2730
+ "learning_rate": 1.510442810065254e-06,
2731
+ "loss": 4.783,
2732
+ "step": 38900
2733
+ },
2734
+ {
2735
+ "epoch": 0.85,
2736
+ "grad_norm": 0.7421624064445496,
2737
+ "learning_rate": 1.4886187555924142e-06,
2738
+ "loss": 4.7852,
2739
+ "step": 39000
2740
+ },
2741
+ {
2742
+ "epoch": 0.85,
2743
+ "grad_norm": 1.3924355506896973,
2744
+ "learning_rate": 1.466794701119574e-06,
2745
+ "loss": 4.7847,
2746
+ "step": 39100
2747
+ },
2748
+ {
2749
+ "epoch": 0.86,
2750
+ "grad_norm": 1.4272788763046265,
2751
+ "learning_rate": 1.4449706466467342e-06,
2752
+ "loss": 4.7829,
2753
+ "step": 39200
2754
+ },
2755
+ {
2756
+ "epoch": 0.86,
2757
+ "grad_norm": 0.593848466873169,
2758
+ "learning_rate": 1.423146592173894e-06,
2759
+ "loss": 4.7882,
2760
+ "step": 39300
2761
+ },
2762
+ {
2763
+ "epoch": 0.86,
2764
+ "grad_norm": 0.579724133014679,
2765
+ "learning_rate": 1.4013225377010542e-06,
2766
+ "loss": 4.788,
2767
+ "step": 39400
2768
+ },
2769
+ {
2770
+ "epoch": 0.86,
2771
+ "grad_norm": 0.6681183576583862,
2772
+ "learning_rate": 1.3794984832282144e-06,
2773
+ "loss": 4.7828,
2774
+ "step": 39500
2775
+ },
2776
+ {
2777
+ "epoch": 0.86,
2778
+ "grad_norm": 0.9919196963310242,
2779
+ "learning_rate": 1.3576744287553742e-06,
2780
+ "loss": 4.7849,
2781
+ "step": 39600
2782
+ },
2783
+ {
2784
+ "epoch": 0.87,
2785
+ "grad_norm": 1.0009275674819946,
2786
+ "learning_rate": 1.3358503742825344e-06,
2787
+ "loss": 4.7848,
2788
+ "step": 39700
2789
+ },
2790
+ {
2791
+ "epoch": 0.87,
2792
+ "grad_norm": 1.044150710105896,
2793
+ "learning_rate": 1.3140263198096944e-06,
2794
+ "loss": 4.7865,
2795
+ "step": 39800
2796
+ },
2797
+ {
2798
+ "epoch": 0.87,
2799
+ "grad_norm": 0.9887941479682922,
2800
+ "learning_rate": 1.2922022653368544e-06,
2801
+ "loss": 4.7861,
2802
+ "step": 39900
2803
+ },
2804
+ {
2805
+ "epoch": 0.87,
2806
+ "grad_norm": 1.3287606239318848,
2807
+ "learning_rate": 1.2703782108640146e-06,
2808
+ "loss": 4.7831,
2809
+ "step": 40000
2810
+ },
2811
+ {
2812
+ "epoch": 0.88,
2813
+ "grad_norm": 1.6255909204483032,
2814
+ "learning_rate": 1.2485541563911746e-06,
2815
+ "loss": 4.784,
2816
+ "step": 40100
2817
+ },
2818
+ {
2819
+ "epoch": 0.88,
2820
+ "grad_norm": 2.1618168354034424,
2821
+ "learning_rate": 1.2267301019183346e-06,
2822
+ "loss": 4.7854,
2823
+ "step": 40200
2824
+ },
2825
+ {
2826
+ "epoch": 0.88,
2827
+ "grad_norm": 1.4494011402130127,
2828
+ "learning_rate": 1.2049060474454946e-06,
2829
+ "loss": 4.7858,
2830
+ "step": 40300
2831
+ },
2832
+ {
2833
+ "epoch": 0.88,
2834
+ "grad_norm": 0.5680764317512512,
2835
+ "learning_rate": 1.1830819929726546e-06,
2836
+ "loss": 4.7863,
2837
+ "step": 40400
2838
+ },
2839
+ {
2840
+ "epoch": 0.88,
2841
+ "grad_norm": 0.6083593964576721,
2842
+ "learning_rate": 1.1612579384998145e-06,
2843
+ "loss": 4.7858,
2844
+ "step": 40500
2845
+ },
2846
+ {
2847
+ "epoch": 0.89,
2848
+ "grad_norm": 1.0342472791671753,
2849
+ "learning_rate": 1.1394338840269745e-06,
2850
+ "loss": 4.7845,
2851
+ "step": 40600
2852
+ },
2853
+ {
2854
+ "epoch": 0.89,
2855
+ "grad_norm": 0.8548548817634583,
2856
+ "learning_rate": 1.1176098295541345e-06,
2857
+ "loss": 4.7844,
2858
+ "step": 40700
2859
+ },
2860
+ {
2861
+ "epoch": 0.89,
2862
+ "grad_norm": 1.0878795385360718,
2863
+ "learning_rate": 1.0957857750812947e-06,
2864
+ "loss": 4.7827,
2865
+ "step": 40800
2866
+ },
2867
+ {
2868
+ "epoch": 0.89,
2869
+ "grad_norm": 0.6437754034996033,
2870
+ "learning_rate": 1.0739617206084547e-06,
2871
+ "loss": 4.785,
2872
+ "step": 40900
2873
+ },
2874
+ {
2875
+ "epoch": 0.89,
2876
+ "grad_norm": 0.8510251641273499,
2877
+ "learning_rate": 1.0521376661356147e-06,
2878
+ "loss": 4.7863,
2879
+ "step": 41000
2880
+ },
2881
+ {
2882
+ "epoch": 0.9,
2883
+ "grad_norm": 0.6618091464042664,
2884
+ "learning_rate": 1.0303136116627747e-06,
2885
+ "loss": 4.7857,
2886
+ "step": 41100
2887
+ },
2888
+ {
2889
+ "epoch": 0.9,
2890
+ "grad_norm": 0.6428667902946472,
2891
+ "learning_rate": 1.008489557189935e-06,
2892
+ "loss": 4.7836,
2893
+ "step": 41200
2894
+ },
2895
+ {
2896
+ "epoch": 0.9,
2897
+ "grad_norm": 0.7751622200012207,
2898
+ "learning_rate": 9.86665502717095e-07,
2899
+ "loss": 4.7838,
2900
+ "step": 41300
2901
+ },
2902
+ {
2903
+ "epoch": 0.9,
2904
+ "grad_norm": 0.6780493855476379,
2905
+ "learning_rate": 9.64841448244255e-07,
2906
+ "loss": 4.785,
2907
+ "step": 41400
2908
+ },
2909
+ {
2910
+ "epoch": 0.91,
2911
+ "grad_norm": 0.6410045623779297,
2912
+ "learning_rate": 9.430173937714149e-07,
2913
+ "loss": 4.7867,
2914
+ "step": 41500
2915
+ },
2916
+ {
2917
+ "epoch": 0.91,
2918
+ "grad_norm": 0.6422233581542969,
2919
+ "learning_rate": 9.21193339298575e-07,
2920
+ "loss": 4.7864,
2921
+ "step": 41600
2922
+ },
2923
+ {
2924
+ "epoch": 0.91,
2925
+ "grad_norm": 0.48585817217826843,
2926
+ "learning_rate": 8.99369284825735e-07,
2927
+ "loss": 4.7862,
2928
+ "step": 41700
2929
+ },
2930
+ {
2931
+ "epoch": 0.91,
2932
+ "grad_norm": 1.0709576606750488,
2933
+ "learning_rate": 8.77545230352895e-07,
2934
+ "loss": 4.7845,
2935
+ "step": 41800
2936
+ },
2937
+ {
2938
+ "epoch": 0.91,
2939
+ "grad_norm": 0.5594016313552856,
2940
+ "learning_rate": 8.55721175880055e-07,
2941
+ "loss": 4.7852,
2942
+ "step": 41900
2943
+ },
2944
+ {
2945
+ "epoch": 0.92,
2946
+ "grad_norm": 0.6192421913146973,
2947
+ "learning_rate": 8.338971214072151e-07,
2948
+ "loss": 4.7857,
2949
+ "step": 42000
2950
+ },
2951
+ {
2952
+ "epoch": 0.92,
2953
+ "grad_norm": 1.3113442659378052,
2954
+ "learning_rate": 8.120730669343751e-07,
2955
+ "loss": 4.7837,
2956
+ "step": 42100
2957
+ },
2958
+ {
2959
+ "epoch": 0.92,
2960
+ "grad_norm": 0.6697332859039307,
2961
+ "learning_rate": 7.902490124615351e-07,
2962
+ "loss": 4.7861,
2963
+ "step": 42200
2964
+ },
2965
+ {
2966
+ "epoch": 0.92,
2967
+ "grad_norm": 0.584178626537323,
2968
+ "learning_rate": 7.684249579886951e-07,
2969
+ "loss": 4.7852,
2970
+ "step": 42300
2971
+ },
2972
+ {
2973
+ "epoch": 0.93,
2974
+ "grad_norm": 0.5884829759597778,
2975
+ "learning_rate": 7.466009035158553e-07,
2976
+ "loss": 4.7852,
2977
+ "step": 42400
2978
+ },
2979
+ {
2980
+ "epoch": 0.93,
2981
+ "grad_norm": 0.7332740426063538,
2982
+ "learning_rate": 7.247768490430153e-07,
2983
+ "loss": 4.7843,
2984
+ "step": 42500
2985
+ },
2986
+ {
2987
+ "epoch": 0.93,
2988
+ "grad_norm": 1.1577807664871216,
2989
+ "learning_rate": 7.029527945701753e-07,
2990
+ "loss": 4.7838,
2991
+ "step": 42600
2992
+ },
2993
+ {
2994
+ "epoch": 0.93,
2995
+ "grad_norm": 0.6798880100250244,
2996
+ "learning_rate": 6.811287400973353e-07,
2997
+ "loss": 4.7824,
2998
+ "step": 42700
2999
+ },
3000
+ {
3001
+ "epoch": 0.93,
3002
+ "grad_norm": 1.1418567895889282,
3003
+ "learning_rate": 6.593046856244954e-07,
3004
+ "loss": 4.7832,
3005
+ "step": 42800
3006
+ },
3007
+ {
3008
+ "epoch": 0.94,
3009
+ "grad_norm": 0.8666886687278748,
3010
+ "learning_rate": 6.374806311516554e-07,
3011
+ "loss": 4.7836,
3012
+ "step": 42900
3013
+ },
3014
+ {
3015
+ "epoch": 0.94,
3016
+ "grad_norm": 0.611757218837738,
3017
+ "learning_rate": 6.156565766788154e-07,
3018
+ "loss": 4.7881,
3019
+ "step": 43000
3020
+ },
3021
+ {
3022
+ "epoch": 0.94,
3023
+ "grad_norm": 0.6125512719154358,
3024
+ "learning_rate": 5.938325222059755e-07,
3025
+ "loss": 4.784,
3026
+ "step": 43100
3027
+ },
3028
+ {
3029
+ "epoch": 0.94,
3030
+ "grad_norm": 0.8485561609268188,
3031
+ "learning_rate": 5.720084677331355e-07,
3032
+ "loss": 4.7855,
3033
+ "step": 43200
3034
+ },
3035
+ {
3036
+ "epoch": 0.94,
3037
+ "grad_norm": 1.1883187294006348,
3038
+ "learning_rate": 5.501844132602956e-07,
3039
+ "loss": 4.7849,
3040
+ "step": 43300
3041
+ },
3042
+ {
3043
+ "epoch": 0.95,
3044
+ "grad_norm": 0.5186755657196045,
3045
+ "learning_rate": 5.283603587874556e-07,
3046
+ "loss": 4.7815,
3047
+ "step": 43400
3048
+ },
3049
+ {
3050
+ "epoch": 0.95,
3051
+ "grad_norm": 0.8067595958709717,
3052
+ "learning_rate": 5.065363043146156e-07,
3053
+ "loss": 4.7834,
3054
+ "step": 43500
3055
+ },
3056
+ {
3057
+ "epoch": 0.95,
3058
+ "grad_norm": 0.5256661176681519,
3059
+ "learning_rate": 4.847122498417756e-07,
3060
+ "loss": 4.7846,
3061
+ "step": 43600
3062
+ },
3063
+ {
3064
+ "epoch": 0.95,
3065
+ "grad_norm": 0.5952714085578918,
3066
+ "learning_rate": 4.628881953689357e-07,
3067
+ "loss": 4.7824,
3068
+ "step": 43700
3069
+ },
3070
+ {
3071
+ "epoch": 0.96,
3072
+ "grad_norm": 0.6391135454177856,
3073
+ "learning_rate": 4.410641408960957e-07,
3074
+ "loss": 4.7865,
3075
+ "step": 43800
3076
+ },
3077
+ {
3078
+ "epoch": 0.96,
3079
+ "grad_norm": 0.5354276299476624,
3080
+ "learning_rate": 4.192400864232558e-07,
3081
+ "loss": 4.7834,
3082
+ "step": 43900
3083
+ },
3084
+ {
3085
+ "epoch": 0.96,
3086
+ "grad_norm": 0.8023102283477783,
3087
+ "learning_rate": 3.974160319504158e-07,
3088
+ "loss": 4.7826,
3089
+ "step": 44000
3090
+ },
3091
+ {
3092
+ "epoch": 0.96,
3093
+ "grad_norm": 0.9348645210266113,
3094
+ "learning_rate": 3.755919774775758e-07,
3095
+ "loss": 4.7842,
3096
+ "step": 44100
3097
+ },
3098
+ {
3099
+ "epoch": 0.96,
3100
+ "grad_norm": 0.9189215302467346,
3101
+ "learning_rate": 3.537679230047358e-07,
3102
+ "loss": 4.7827,
3103
+ "step": 44200
3104
+ },
3105
+ {
3106
+ "epoch": 0.97,
3107
+ "grad_norm": 0.6931596994400024,
3108
+ "learning_rate": 3.319438685318959e-07,
3109
+ "loss": 4.7866,
3110
+ "step": 44300
3111
+ },
3112
+ {
3113
+ "epoch": 0.97,
3114
+ "grad_norm": 1.1738442182540894,
3115
+ "learning_rate": 3.101198140590559e-07,
3116
+ "loss": 4.7836,
3117
+ "step": 44400
3118
+ },
3119
+ {
3120
+ "epoch": 0.97,
3121
+ "grad_norm": 0.6504749059677124,
3122
+ "learning_rate": 2.882957595862159e-07,
3123
+ "loss": 4.788,
3124
+ "step": 44500
3125
+ },
3126
+ {
3127
+ "epoch": 0.97,
3128
+ "grad_norm": 0.6548625230789185,
3129
+ "learning_rate": 2.6647170511337596e-07,
3130
+ "loss": 4.7857,
3131
+ "step": 44600
3132
+ },
3133
+ {
3134
+ "epoch": 0.98,
3135
+ "grad_norm": 0.621839165687561,
3136
+ "learning_rate": 2.44647650640536e-07,
3137
+ "loss": 4.782,
3138
+ "step": 44700
3139
+ },
3140
+ {
3141
+ "epoch": 0.98,
3142
+ "grad_norm": 0.5665038228034973,
3143
+ "learning_rate": 2.2282359616769603e-07,
3144
+ "loss": 4.7858,
3145
+ "step": 44800
3146
+ },
3147
+ {
3148
+ "epoch": 0.98,
3149
+ "grad_norm": 0.6663780808448792,
3150
+ "learning_rate": 2.0099954169485608e-07,
3151
+ "loss": 4.784,
3152
+ "step": 44900
3153
+ },
3154
+ {
3155
+ "epoch": 0.98,
3156
+ "grad_norm": 0.4924936294555664,
3157
+ "learning_rate": 1.791754872220161e-07,
3158
+ "loss": 4.7842,
3159
+ "step": 45000
3160
+ }
3161
+ ],
3162
+ "logging_steps": 100,
3163
+ "max_steps": 45821,
3164
+ "num_input_tokens_seen": 0,
3165
+ "num_train_epochs": 1,
3166
+ "save_steps": 500,
3167
+ "total_flos": 1.4750802130806374e+18,
3168
+ "train_batch_size": 256,
3169
+ "trial_name": null,
3170
+ "trial_params": null
3171
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02c7f06983be5ce26ec5fb764fa92d732127afeb216b4e2ca4cb487a257c2d84
3
+ size 4856