mosama commited on
Commit
e67532c
·
verified ·
1 Parent(s): 44656fe

checkpoint-500

Browse files

Batch size: 64
Gradient Accumulation: 4
Per GPU: 16

.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: unsloth/qwen2.5-0.5b-bnb-4bit
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.14.0
adapter_config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "unsloth/qwen2.5-0.5b-bnb-4bit",
5
+ "bias": "none",
6
+ "eva_config": null,
7
+ "exclude_modules": null,
8
+ "fan_in_fan_out": false,
9
+ "inference_mode": true,
10
+ "init_lora_weights": true,
11
+ "layer_replication": null,
12
+ "layers_pattern": null,
13
+ "layers_to_transform": null,
14
+ "loftq_config": {},
15
+ "lora_alpha": 16,
16
+ "lora_bias": false,
17
+ "lora_dropout": 0,
18
+ "megatron_config": null,
19
+ "megatron_core": "megatron.core",
20
+ "modules_to_save": [
21
+ "lm_head"
22
+ ],
23
+ "peft_type": "LORA",
24
+ "r": 32,
25
+ "rank_pattern": {},
26
+ "revision": null,
27
+ "target_modules": [
28
+ "gate_proj",
29
+ "k_proj",
30
+ "q_proj",
31
+ "v_proj",
32
+ "down_proj",
33
+ "up_proj",
34
+ "o_proj"
35
+ ],
36
+ "task_type": "CAUSAL_LM",
37
+ "use_dora": false,
38
+ "use_rslora": true
39
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96cf88c6dbbdf9c22f2b7f2da0b04aa44fba0dae1676461693de8e1336606e4c
3
+ size 342699456
added_tokens.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "</tool_call>": 151658,
3
+ "<tool_call>": 151657,
4
+ "<|PAD_TOKEN|>": 151665,
5
+ "<|box_end|>": 151649,
6
+ "<|box_start|>": 151648,
7
+ "<|endoftext|>": 151643,
8
+ "<|file_sep|>": 151664,
9
+ "<|fim_middle|>": 151660,
10
+ "<|fim_pad|>": 151662,
11
+ "<|fim_prefix|>": 151659,
12
+ "<|fim_suffix|>": 151661,
13
+ "<|im_end|>": 151645,
14
+ "<|im_start|>": 151644,
15
+ "<|image_pad|>": 151655,
16
+ "<|object_ref_end|>": 151647,
17
+ "<|object_ref_start|>": 151646,
18
+ "<|quad_end|>": 151651,
19
+ "<|quad_start|>": 151650,
20
+ "<|repo_name|>": 151663,
21
+ "<|video_pad|>": 151656,
22
+ "<|vision_end|>": 151653,
23
+ "<|vision_pad|>": 151654,
24
+ "<|vision_start|>": 151652
25
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6fe4f882ea3ed09fb589d366c3c48e78046f39d4dbf8209e62ef9c89a7056e1c
3
+ size 312660952
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:608fccb6c056ce88cdfd5355e6be2046f4d107a24a87c6b0d2c3b200ce6bb4ea
3
+ size 14244
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4cb0efbb5298d85964ef3a5f7528c21f092b7f0a97afd03a07ed465c15eb002
3
+ size 1064
special_tokens_map.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|im_start|>",
4
+ "<|im_end|>",
5
+ "<|object_ref_start|>",
6
+ "<|object_ref_end|>",
7
+ "<|box_start|>",
8
+ "<|box_end|>",
9
+ "<|quad_start|>",
10
+ "<|quad_end|>",
11
+ "<|vision_start|>",
12
+ "<|vision_end|>",
13
+ "<|vision_pad|>",
14
+ "<|image_pad|>",
15
+ "<|video_pad|>"
16
+ ],
17
+ "eos_token": {
18
+ "content": "<|endoftext|>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ },
24
+ "pad_token": {
25
+ "content": "<|PAD_TOKEN|>",
26
+ "lstrip": false,
27
+ "normalized": false,
28
+ "rstrip": false,
29
+ "single_word": false
30
+ }
31
+ }
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fab42efe8d17406525a9154b728cf9e957629a8ed7ce997770efdd71128c6a1a
3
+ size 11422086
tokenizer_config.json ADDED
@@ -0,0 +1,215 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_prefix_space": false,
4
+ "added_tokens_decoder": {
5
+ "151643": {
6
+ "content": "<|endoftext|>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "151644": {
14
+ "content": "<|im_start|>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "151645": {
22
+ "content": "<|im_end|>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ },
29
+ "151646": {
30
+ "content": "<|object_ref_start|>",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": true
36
+ },
37
+ "151647": {
38
+ "content": "<|object_ref_end|>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false,
43
+ "special": true
44
+ },
45
+ "151648": {
46
+ "content": "<|box_start|>",
47
+ "lstrip": false,
48
+ "normalized": false,
49
+ "rstrip": false,
50
+ "single_word": false,
51
+ "special": true
52
+ },
53
+ "151649": {
54
+ "content": "<|box_end|>",
55
+ "lstrip": false,
56
+ "normalized": false,
57
+ "rstrip": false,
58
+ "single_word": false,
59
+ "special": true
60
+ },
61
+ "151650": {
62
+ "content": "<|quad_start|>",
63
+ "lstrip": false,
64
+ "normalized": false,
65
+ "rstrip": false,
66
+ "single_word": false,
67
+ "special": true
68
+ },
69
+ "151651": {
70
+ "content": "<|quad_end|>",
71
+ "lstrip": false,
72
+ "normalized": false,
73
+ "rstrip": false,
74
+ "single_word": false,
75
+ "special": true
76
+ },
77
+ "151652": {
78
+ "content": "<|vision_start|>",
79
+ "lstrip": false,
80
+ "normalized": false,
81
+ "rstrip": false,
82
+ "single_word": false,
83
+ "special": true
84
+ },
85
+ "151653": {
86
+ "content": "<|vision_end|>",
87
+ "lstrip": false,
88
+ "normalized": false,
89
+ "rstrip": false,
90
+ "single_word": false,
91
+ "special": true
92
+ },
93
+ "151654": {
94
+ "content": "<|vision_pad|>",
95
+ "lstrip": false,
96
+ "normalized": false,
97
+ "rstrip": false,
98
+ "single_word": false,
99
+ "special": true
100
+ },
101
+ "151655": {
102
+ "content": "<|image_pad|>",
103
+ "lstrip": false,
104
+ "normalized": false,
105
+ "rstrip": false,
106
+ "single_word": false,
107
+ "special": true
108
+ },
109
+ "151656": {
110
+ "content": "<|video_pad|>",
111
+ "lstrip": false,
112
+ "normalized": false,
113
+ "rstrip": false,
114
+ "single_word": false,
115
+ "special": true
116
+ },
117
+ "151657": {
118
+ "content": "<tool_call>",
119
+ "lstrip": false,
120
+ "normalized": false,
121
+ "rstrip": false,
122
+ "single_word": false,
123
+ "special": false
124
+ },
125
+ "151658": {
126
+ "content": "</tool_call>",
127
+ "lstrip": false,
128
+ "normalized": false,
129
+ "rstrip": false,
130
+ "single_word": false,
131
+ "special": false
132
+ },
133
+ "151659": {
134
+ "content": "<|fim_prefix|>",
135
+ "lstrip": false,
136
+ "normalized": false,
137
+ "rstrip": false,
138
+ "single_word": false,
139
+ "special": false
140
+ },
141
+ "151660": {
142
+ "content": "<|fim_middle|>",
143
+ "lstrip": false,
144
+ "normalized": false,
145
+ "rstrip": false,
146
+ "single_word": false,
147
+ "special": false
148
+ },
149
+ "151661": {
150
+ "content": "<|fim_suffix|>",
151
+ "lstrip": false,
152
+ "normalized": false,
153
+ "rstrip": false,
154
+ "single_word": false,
155
+ "special": false
156
+ },
157
+ "151662": {
158
+ "content": "<|fim_pad|>",
159
+ "lstrip": false,
160
+ "normalized": false,
161
+ "rstrip": false,
162
+ "single_word": false,
163
+ "special": false
164
+ },
165
+ "151663": {
166
+ "content": "<|repo_name|>",
167
+ "lstrip": false,
168
+ "normalized": false,
169
+ "rstrip": false,
170
+ "single_word": false,
171
+ "special": false
172
+ },
173
+ "151664": {
174
+ "content": "<|file_sep|>",
175
+ "lstrip": false,
176
+ "normalized": false,
177
+ "rstrip": false,
178
+ "single_word": false,
179
+ "special": false
180
+ },
181
+ "151665": {
182
+ "content": "<|PAD_TOKEN|>",
183
+ "lstrip": false,
184
+ "normalized": false,
185
+ "rstrip": false,
186
+ "single_word": false,
187
+ "special": true
188
+ }
189
+ },
190
+ "additional_special_tokens": [
191
+ "<|im_start|>",
192
+ "<|im_end|>",
193
+ "<|object_ref_start|>",
194
+ "<|object_ref_end|>",
195
+ "<|box_start|>",
196
+ "<|box_end|>",
197
+ "<|quad_start|>",
198
+ "<|quad_end|>",
199
+ "<|vision_start|>",
200
+ "<|vision_end|>",
201
+ "<|vision_pad|>",
202
+ "<|image_pad|>",
203
+ "<|video_pad|>"
204
+ ],
205
+ "bos_token": null,
206
+ "clean_up_tokenization_spaces": false,
207
+ "eos_token": "<|endoftext|>",
208
+ "errors": "replace",
209
+ "model_max_length": 32768,
210
+ "pad_token": "<|PAD_TOKEN|>",
211
+ "padding_side": "right",
212
+ "split_special_tokens": false,
213
+ "tokenizer_class": "Qwen2Tokenizer",
214
+ "unk_token": null
215
+ }
trainer_state.json ADDED
@@ -0,0 +1,3533 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.08721817626793424,
5
+ "eval_steps": 500,
6
+ "global_step": 500,
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.00017443635253586848,
13
+ "grad_norm": 7.025505065917969,
14
+ "learning_rate": 1.999999849804343e-05,
15
+ "loss": 2.7104,
16
+ "step": 1
17
+ },
18
+ {
19
+ "epoch": 0.00034887270507173696,
20
+ "grad_norm": 5.12463903427124,
21
+ "learning_rate": 1.9999993992174166e-05,
22
+ "loss": 2.8163,
23
+ "step": 2
24
+ },
25
+ {
26
+ "epoch": 0.0005233090576076054,
27
+ "grad_norm": 3.343352794647217,
28
+ "learning_rate": 1.9999986482393564e-05,
29
+ "loss": 2.7664,
30
+ "step": 3
31
+ },
32
+ {
33
+ "epoch": 0.0006977454101434739,
34
+ "grad_norm": 2.6803627014160156,
35
+ "learning_rate": 1.999997596870388e-05,
36
+ "loss": 2.7719,
37
+ "step": 4
38
+ },
39
+ {
40
+ "epoch": 0.0008721817626793424,
41
+ "grad_norm": 3.377042055130005,
42
+ "learning_rate": 1.999996245110827e-05,
43
+ "loss": 2.7794,
44
+ "step": 5
45
+ },
46
+ {
47
+ "epoch": 0.0010466181152152109,
48
+ "grad_norm": 3.036262035369873,
49
+ "learning_rate": 1.99999459296108e-05,
50
+ "loss": 2.7771,
51
+ "step": 6
52
+ },
53
+ {
54
+ "epoch": 0.0012210544677510793,
55
+ "grad_norm": 3.059490919113159,
56
+ "learning_rate": 1.9999926404216427e-05,
57
+ "loss": 2.7557,
58
+ "step": 7
59
+ },
60
+ {
61
+ "epoch": 0.0013954908202869478,
62
+ "grad_norm": 2.4749722480773926,
63
+ "learning_rate": 1.9999903874931017e-05,
64
+ "loss": 2.7807,
65
+ "step": 8
66
+ },
67
+ {
68
+ "epoch": 0.0015699271728228162,
69
+ "grad_norm": 2.341586112976074,
70
+ "learning_rate": 1.999987834176134e-05,
71
+ "loss": 2.6871,
72
+ "step": 9
73
+ },
74
+ {
75
+ "epoch": 0.0017443635253586848,
76
+ "grad_norm": 2.115737199783325,
77
+ "learning_rate": 1.9999849804715068e-05,
78
+ "loss": 2.6899,
79
+ "step": 10
80
+ },
81
+ {
82
+ "epoch": 0.0019187998778945532,
83
+ "grad_norm": 2.17850399017334,
84
+ "learning_rate": 1.9999818263800765e-05,
85
+ "loss": 2.6867,
86
+ "step": 11
87
+ },
88
+ {
89
+ "epoch": 0.0020932362304304218,
90
+ "grad_norm": 1.8567219972610474,
91
+ "learning_rate": 1.9999783719027913e-05,
92
+ "loss": 2.6733,
93
+ "step": 12
94
+ },
95
+ {
96
+ "epoch": 0.0022676725829662903,
97
+ "grad_norm": 2.0787875652313232,
98
+ "learning_rate": 1.9999746170406888e-05,
99
+ "loss": 2.5807,
100
+ "step": 13
101
+ },
102
+ {
103
+ "epoch": 0.0024421089355021585,
104
+ "grad_norm": 1.5759618282318115,
105
+ "learning_rate": 1.9999705617948968e-05,
106
+ "loss": 2.6967,
107
+ "step": 14
108
+ },
109
+ {
110
+ "epoch": 0.002616545288038027,
111
+ "grad_norm": 1.56865394115448,
112
+ "learning_rate": 1.9999662061666333e-05,
113
+ "loss": 2.6753,
114
+ "step": 15
115
+ },
116
+ {
117
+ "epoch": 0.0027909816405738957,
118
+ "grad_norm": 1.2518304586410522,
119
+ "learning_rate": 1.9999615501572073e-05,
120
+ "loss": 2.6748,
121
+ "step": 16
122
+ },
123
+ {
124
+ "epoch": 0.0029654179931097643,
125
+ "grad_norm": 1.6354795694351196,
126
+ "learning_rate": 1.9999565937680165e-05,
127
+ "loss": 2.6585,
128
+ "step": 17
129
+ },
130
+ {
131
+ "epoch": 0.0031398543456456324,
132
+ "grad_norm": 1.4234040975570679,
133
+ "learning_rate": 1.9999513370005505e-05,
134
+ "loss": 2.6996,
135
+ "step": 18
136
+ },
137
+ {
138
+ "epoch": 0.003314290698181501,
139
+ "grad_norm": 1.2855744361877441,
140
+ "learning_rate": 1.999945779856388e-05,
141
+ "loss": 2.6692,
142
+ "step": 19
143
+ },
144
+ {
145
+ "epoch": 0.0034887270507173696,
146
+ "grad_norm": 1.3737682104110718,
147
+ "learning_rate": 1.9999399223371988e-05,
148
+ "loss": 2.6552,
149
+ "step": 20
150
+ },
151
+ {
152
+ "epoch": 0.003663163403253238,
153
+ "grad_norm": 1.3025773763656616,
154
+ "learning_rate": 1.9999337644447418e-05,
155
+ "loss": 2.7063,
156
+ "step": 21
157
+ },
158
+ {
159
+ "epoch": 0.0038375997557891063,
160
+ "grad_norm": 1.1408997774124146,
161
+ "learning_rate": 1.9999273061808668e-05,
162
+ "loss": 2.6807,
163
+ "step": 22
164
+ },
165
+ {
166
+ "epoch": 0.004012036108324975,
167
+ "grad_norm": 1.3663886785507202,
168
+ "learning_rate": 1.9999205475475145e-05,
169
+ "loss": 2.6132,
170
+ "step": 23
171
+ },
172
+ {
173
+ "epoch": 0.0041864724608608435,
174
+ "grad_norm": 1.248762607574463,
175
+ "learning_rate": 1.9999134885467148e-05,
176
+ "loss": 2.6534,
177
+ "step": 24
178
+ },
179
+ {
180
+ "epoch": 0.004360908813396712,
181
+ "grad_norm": 1.3774774074554443,
182
+ "learning_rate": 1.9999061291805876e-05,
183
+ "loss": 2.622,
184
+ "step": 25
185
+ },
186
+ {
187
+ "epoch": 0.004535345165932581,
188
+ "grad_norm": 1.1121631860733032,
189
+ "learning_rate": 1.9998984694513443e-05,
190
+ "loss": 2.6871,
191
+ "step": 26
192
+ },
193
+ {
194
+ "epoch": 0.004709781518468448,
195
+ "grad_norm": 1.182946801185608,
196
+ "learning_rate": 1.9998905093612858e-05,
197
+ "loss": 2.6667,
198
+ "step": 27
199
+ },
200
+ {
201
+ "epoch": 0.004884217871004317,
202
+ "grad_norm": 1.263932466506958,
203
+ "learning_rate": 1.9998822489128028e-05,
204
+ "loss": 2.5794,
205
+ "step": 28
206
+ },
207
+ {
208
+ "epoch": 0.005058654223540186,
209
+ "grad_norm": 1.170150876045227,
210
+ "learning_rate": 1.999873688108377e-05,
211
+ "loss": 2.6618,
212
+ "step": 29
213
+ },
214
+ {
215
+ "epoch": 0.005233090576076054,
216
+ "grad_norm": 0.955184817314148,
217
+ "learning_rate": 1.99986482695058e-05,
218
+ "loss": 2.709,
219
+ "step": 30
220
+ },
221
+ {
222
+ "epoch": 0.005407526928611923,
223
+ "grad_norm": 1.1193619966506958,
224
+ "learning_rate": 1.9998556654420733e-05,
225
+ "loss": 2.6737,
226
+ "step": 31
227
+ },
228
+ {
229
+ "epoch": 0.005581963281147791,
230
+ "grad_norm": 1.0073981285095215,
231
+ "learning_rate": 1.999846203585609e-05,
232
+ "loss": 2.6111,
233
+ "step": 32
234
+ },
235
+ {
236
+ "epoch": 0.00575639963368366,
237
+ "grad_norm": 1.4956609010696411,
238
+ "learning_rate": 1.9998364413840298e-05,
239
+ "loss": 2.5966,
240
+ "step": 33
241
+ },
242
+ {
243
+ "epoch": 0.0059308359862195285,
244
+ "grad_norm": 1.1869105100631714,
245
+ "learning_rate": 1.999826378840268e-05,
246
+ "loss": 2.5646,
247
+ "step": 34
248
+ },
249
+ {
250
+ "epoch": 0.006105272338755396,
251
+ "grad_norm": 1.059796690940857,
252
+ "learning_rate": 1.9998160159573457e-05,
253
+ "loss": 2.6568,
254
+ "step": 35
255
+ },
256
+ {
257
+ "epoch": 0.006279708691291265,
258
+ "grad_norm": 1.2402626276016235,
259
+ "learning_rate": 1.9998053527383766e-05,
260
+ "loss": 2.5641,
261
+ "step": 36
262
+ },
263
+ {
264
+ "epoch": 0.0064541450438271334,
265
+ "grad_norm": 1.1834795475006104,
266
+ "learning_rate": 1.9997943891865633e-05,
267
+ "loss": 2.6084,
268
+ "step": 37
269
+ },
270
+ {
271
+ "epoch": 0.006628581396363002,
272
+ "grad_norm": 1.277967095375061,
273
+ "learning_rate": 1.9997831253051996e-05,
274
+ "loss": 2.5385,
275
+ "step": 38
276
+ },
277
+ {
278
+ "epoch": 0.006803017748898871,
279
+ "grad_norm": 1.1060909032821655,
280
+ "learning_rate": 1.999771561097669e-05,
281
+ "loss": 2.5461,
282
+ "step": 39
283
+ },
284
+ {
285
+ "epoch": 0.006977454101434739,
286
+ "grad_norm": 1.0730791091918945,
287
+ "learning_rate": 1.999759696567445e-05,
288
+ "loss": 2.6307,
289
+ "step": 40
290
+ },
291
+ {
292
+ "epoch": 0.007151890453970608,
293
+ "grad_norm": 1.381355881690979,
294
+ "learning_rate": 1.9997475317180917e-05,
295
+ "loss": 2.6012,
296
+ "step": 41
297
+ },
298
+ {
299
+ "epoch": 0.007326326806506476,
300
+ "grad_norm": 1.2191779613494873,
301
+ "learning_rate": 1.9997350665532634e-05,
302
+ "loss": 2.5575,
303
+ "step": 42
304
+ },
305
+ {
306
+ "epoch": 0.007500763159042344,
307
+ "grad_norm": 1.1800334453582764,
308
+ "learning_rate": 1.9997223010767048e-05,
309
+ "loss": 2.6099,
310
+ "step": 43
311
+ },
312
+ {
313
+ "epoch": 0.007675199511578213,
314
+ "grad_norm": 1.1426886320114136,
315
+ "learning_rate": 1.9997092352922495e-05,
316
+ "loss": 2.5251,
317
+ "step": 44
318
+ },
319
+ {
320
+ "epoch": 0.007849635864114081,
321
+ "grad_norm": 1.2607226371765137,
322
+ "learning_rate": 1.9996958692038237e-05,
323
+ "loss": 2.6279,
324
+ "step": 45
325
+ },
326
+ {
327
+ "epoch": 0.00802407221664995,
328
+ "grad_norm": 1.2967253923416138,
329
+ "learning_rate": 1.9996822028154418e-05,
330
+ "loss": 2.5978,
331
+ "step": 46
332
+ },
333
+ {
334
+ "epoch": 0.008198508569185818,
335
+ "grad_norm": 1.3309292793273926,
336
+ "learning_rate": 1.999668236131209e-05,
337
+ "loss": 2.5521,
338
+ "step": 47
339
+ },
340
+ {
341
+ "epoch": 0.008372944921721687,
342
+ "grad_norm": 1.153004765510559,
343
+ "learning_rate": 1.999653969155321e-05,
344
+ "loss": 2.5376,
345
+ "step": 48
346
+ },
347
+ {
348
+ "epoch": 0.008547381274257556,
349
+ "grad_norm": 1.04352605342865,
350
+ "learning_rate": 1.999639401892063e-05,
351
+ "loss": 2.6107,
352
+ "step": 49
353
+ },
354
+ {
355
+ "epoch": 0.008721817626793424,
356
+ "grad_norm": 1.4787555932998657,
357
+ "learning_rate": 1.9996245343458118e-05,
358
+ "loss": 2.5351,
359
+ "step": 50
360
+ },
361
+ {
362
+ "epoch": 0.008896253979329293,
363
+ "grad_norm": 1.222265362739563,
364
+ "learning_rate": 1.9996093665210323e-05,
365
+ "loss": 2.499,
366
+ "step": 51
367
+ },
368
+ {
369
+ "epoch": 0.009070690331865161,
370
+ "grad_norm": 1.191885232925415,
371
+ "learning_rate": 1.9995938984222815e-05,
372
+ "loss": 2.6269,
373
+ "step": 52
374
+ },
375
+ {
376
+ "epoch": 0.00924512668440103,
377
+ "grad_norm": 1.112786889076233,
378
+ "learning_rate": 1.9995781300542063e-05,
379
+ "loss": 2.5738,
380
+ "step": 53
381
+ },
382
+ {
383
+ "epoch": 0.009419563036936897,
384
+ "grad_norm": 1.336472988128662,
385
+ "learning_rate": 1.9995620614215422e-05,
386
+ "loss": 2.5433,
387
+ "step": 54
388
+ },
389
+ {
390
+ "epoch": 0.009593999389472765,
391
+ "grad_norm": 1.1071618795394897,
392
+ "learning_rate": 1.9995456925291173e-05,
393
+ "loss": 2.5685,
394
+ "step": 55
395
+ },
396
+ {
397
+ "epoch": 0.009768435742008634,
398
+ "grad_norm": 0.9968701004981995,
399
+ "learning_rate": 1.9995290233818475e-05,
400
+ "loss": 2.5927,
401
+ "step": 56
402
+ },
403
+ {
404
+ "epoch": 0.009942872094544503,
405
+ "grad_norm": 1.1869052648544312,
406
+ "learning_rate": 1.9995120539847415e-05,
407
+ "loss": 2.5921,
408
+ "step": 57
409
+ },
410
+ {
411
+ "epoch": 0.010117308447080371,
412
+ "grad_norm": 1.128326416015625,
413
+ "learning_rate": 1.999494784342895e-05,
414
+ "loss": 2.5531,
415
+ "step": 58
416
+ },
417
+ {
418
+ "epoch": 0.01029174479961624,
419
+ "grad_norm": 0.9314785003662109,
420
+ "learning_rate": 1.9994772144614972e-05,
421
+ "loss": 2.5928,
422
+ "step": 59
423
+ },
424
+ {
425
+ "epoch": 0.010466181152152108,
426
+ "grad_norm": 1.150062918663025,
427
+ "learning_rate": 1.9994593443458252e-05,
428
+ "loss": 2.5262,
429
+ "step": 60
430
+ },
431
+ {
432
+ "epoch": 0.010640617504687977,
433
+ "grad_norm": 1.3549220561981201,
434
+ "learning_rate": 1.9994411740012475e-05,
435
+ "loss": 2.5503,
436
+ "step": 61
437
+ },
438
+ {
439
+ "epoch": 0.010815053857223846,
440
+ "grad_norm": 1.0633679628372192,
441
+ "learning_rate": 1.9994227034332213e-05,
442
+ "loss": 2.5487,
443
+ "step": 62
444
+ },
445
+ {
446
+ "epoch": 0.010989490209759714,
447
+ "grad_norm": 1.2885545492172241,
448
+ "learning_rate": 1.999403932647296e-05,
449
+ "loss": 2.5625,
450
+ "step": 63
451
+ },
452
+ {
453
+ "epoch": 0.011163926562295583,
454
+ "grad_norm": 1.0800299644470215,
455
+ "learning_rate": 1.9993848616491097e-05,
456
+ "loss": 2.5928,
457
+ "step": 64
458
+ },
459
+ {
460
+ "epoch": 0.011338362914831451,
461
+ "grad_norm": 0.9730662107467651,
462
+ "learning_rate": 1.9993654904443914e-05,
463
+ "loss": 2.5855,
464
+ "step": 65
465
+ },
466
+ {
467
+ "epoch": 0.01151279926736732,
468
+ "grad_norm": 0.9269068241119385,
469
+ "learning_rate": 1.9993458190389604e-05,
470
+ "loss": 2.5734,
471
+ "step": 66
472
+ },
473
+ {
474
+ "epoch": 0.011687235619903188,
475
+ "grad_norm": 1.2186768054962158,
476
+ "learning_rate": 1.999325847438725e-05,
477
+ "loss": 2.5498,
478
+ "step": 67
479
+ },
480
+ {
481
+ "epoch": 0.011861671972439057,
482
+ "grad_norm": 1.0284181833267212,
483
+ "learning_rate": 1.9993055756496845e-05,
484
+ "loss": 2.584,
485
+ "step": 68
486
+ },
487
+ {
488
+ "epoch": 0.012036108324974924,
489
+ "grad_norm": 1.4272019863128662,
490
+ "learning_rate": 1.999285003677929e-05,
491
+ "loss": 2.5189,
492
+ "step": 69
493
+ },
494
+ {
495
+ "epoch": 0.012210544677510793,
496
+ "grad_norm": 1.2906147241592407,
497
+ "learning_rate": 1.999264131529638e-05,
498
+ "loss": 2.5465,
499
+ "step": 70
500
+ },
501
+ {
502
+ "epoch": 0.012384981030046661,
503
+ "grad_norm": 1.1038485765457153,
504
+ "learning_rate": 1.999242959211081e-05,
505
+ "loss": 2.5616,
506
+ "step": 71
507
+ },
508
+ {
509
+ "epoch": 0.01255941738258253,
510
+ "grad_norm": 1.149823546409607,
511
+ "learning_rate": 1.9992214867286182e-05,
512
+ "loss": 2.5592,
513
+ "step": 72
514
+ },
515
+ {
516
+ "epoch": 0.012733853735118398,
517
+ "grad_norm": 1.1288493871688843,
518
+ "learning_rate": 1.9991997140887e-05,
519
+ "loss": 2.5939,
520
+ "step": 73
521
+ },
522
+ {
523
+ "epoch": 0.012908290087654267,
524
+ "grad_norm": 1.0407108068466187,
525
+ "learning_rate": 1.9991776412978664e-05,
526
+ "loss": 2.5776,
527
+ "step": 74
528
+ },
529
+ {
530
+ "epoch": 0.013082726440190135,
531
+ "grad_norm": 1.0472877025604248,
532
+ "learning_rate": 1.9991552683627477e-05,
533
+ "loss": 2.5776,
534
+ "step": 75
535
+ },
536
+ {
537
+ "epoch": 0.013257162792726004,
538
+ "grad_norm": 1.058811902999878,
539
+ "learning_rate": 1.999132595290065e-05,
540
+ "loss": 2.5197,
541
+ "step": 76
542
+ },
543
+ {
544
+ "epoch": 0.013431599145261873,
545
+ "grad_norm": 1.1123194694519043,
546
+ "learning_rate": 1.9991096220866285e-05,
547
+ "loss": 2.5076,
548
+ "step": 77
549
+ },
550
+ {
551
+ "epoch": 0.013606035497797741,
552
+ "grad_norm": 1.064479112625122,
553
+ "learning_rate": 1.9990863487593395e-05,
554
+ "loss": 2.5007,
555
+ "step": 78
556
+ },
557
+ {
558
+ "epoch": 0.01378047185033361,
559
+ "grad_norm": 1.1870111227035522,
560
+ "learning_rate": 1.9990627753151893e-05,
561
+ "loss": 2.4879,
562
+ "step": 79
563
+ },
564
+ {
565
+ "epoch": 0.013954908202869478,
566
+ "grad_norm": 1.0569572448730469,
567
+ "learning_rate": 1.9990389017612587e-05,
568
+ "loss": 2.4812,
569
+ "step": 80
570
+ },
571
+ {
572
+ "epoch": 0.014129344555405347,
573
+ "grad_norm": 1.202012062072754,
574
+ "learning_rate": 1.9990147281047198e-05,
575
+ "loss": 2.4872,
576
+ "step": 81
577
+ },
578
+ {
579
+ "epoch": 0.014303780907941216,
580
+ "grad_norm": 1.0460528135299683,
581
+ "learning_rate": 1.9989902543528332e-05,
582
+ "loss": 2.6001,
583
+ "step": 82
584
+ },
585
+ {
586
+ "epoch": 0.014478217260477084,
587
+ "grad_norm": 1.3116616010665894,
588
+ "learning_rate": 1.9989654805129513e-05,
589
+ "loss": 2.4334,
590
+ "step": 83
591
+ },
592
+ {
593
+ "epoch": 0.014652653613012953,
594
+ "grad_norm": 1.2560076713562012,
595
+ "learning_rate": 1.9989404065925157e-05,
596
+ "loss": 2.5119,
597
+ "step": 84
598
+ },
599
+ {
600
+ "epoch": 0.01482708996554882,
601
+ "grad_norm": 1.2043927907943726,
602
+ "learning_rate": 1.9989150325990586e-05,
603
+ "loss": 2.5169,
604
+ "step": 85
605
+ },
606
+ {
607
+ "epoch": 0.015001526318084688,
608
+ "grad_norm": 1.352194905281067,
609
+ "learning_rate": 1.998889358540202e-05,
610
+ "loss": 2.6165,
611
+ "step": 86
612
+ },
613
+ {
614
+ "epoch": 0.015175962670620557,
615
+ "grad_norm": 1.1762993335723877,
616
+ "learning_rate": 1.998863384423658e-05,
617
+ "loss": 2.5388,
618
+ "step": 87
619
+ },
620
+ {
621
+ "epoch": 0.015350399023156425,
622
+ "grad_norm": 1.2183672189712524,
623
+ "learning_rate": 1.998837110257229e-05,
624
+ "loss": 2.5733,
625
+ "step": 88
626
+ },
627
+ {
628
+ "epoch": 0.015524835375692294,
629
+ "grad_norm": 1.2902047634124756,
630
+ "learning_rate": 1.998810536048808e-05,
631
+ "loss": 2.5063,
632
+ "step": 89
633
+ },
634
+ {
635
+ "epoch": 0.015699271728228163,
636
+ "grad_norm": 1.187864899635315,
637
+ "learning_rate": 1.998783661806377e-05,
638
+ "loss": 2.4583,
639
+ "step": 90
640
+ },
641
+ {
642
+ "epoch": 0.01587370808076403,
643
+ "grad_norm": 1.1934868097305298,
644
+ "learning_rate": 1.9987564875380094e-05,
645
+ "loss": 2.5307,
646
+ "step": 91
647
+ },
648
+ {
649
+ "epoch": 0.0160481444332999,
650
+ "grad_norm": 1.3094005584716797,
651
+ "learning_rate": 1.9987290132518677e-05,
652
+ "loss": 2.6436,
653
+ "step": 92
654
+ },
655
+ {
656
+ "epoch": 0.01622258078583577,
657
+ "grad_norm": 1.2627063989639282,
658
+ "learning_rate": 1.9987012389562053e-05,
659
+ "loss": 2.5725,
660
+ "step": 93
661
+ },
662
+ {
663
+ "epoch": 0.016397017138371637,
664
+ "grad_norm": 1.0106337070465088,
665
+ "learning_rate": 1.9986731646593647e-05,
666
+ "loss": 2.4443,
667
+ "step": 94
668
+ },
669
+ {
670
+ "epoch": 0.016571453490907505,
671
+ "grad_norm": 1.1042277812957764,
672
+ "learning_rate": 1.99864479036978e-05,
673
+ "loss": 2.5696,
674
+ "step": 95
675
+ },
676
+ {
677
+ "epoch": 0.016745889843443374,
678
+ "grad_norm": 1.1284912824630737,
679
+ "learning_rate": 1.998616116095974e-05,
680
+ "loss": 2.4775,
681
+ "step": 96
682
+ },
683
+ {
684
+ "epoch": 0.016920326195979243,
685
+ "grad_norm": 1.0886672735214233,
686
+ "learning_rate": 1.9985871418465605e-05,
687
+ "loss": 2.4615,
688
+ "step": 97
689
+ },
690
+ {
691
+ "epoch": 0.01709476254851511,
692
+ "grad_norm": 1.4815210103988647,
693
+ "learning_rate": 1.998557867630243e-05,
694
+ "loss": 2.5644,
695
+ "step": 98
696
+ },
697
+ {
698
+ "epoch": 0.01726919890105098,
699
+ "grad_norm": 1.255059003829956,
700
+ "learning_rate": 1.998528293455815e-05,
701
+ "loss": 2.4608,
702
+ "step": 99
703
+ },
704
+ {
705
+ "epoch": 0.01744363525358685,
706
+ "grad_norm": 1.2639133930206299,
707
+ "learning_rate": 1.9984984193321608e-05,
708
+ "loss": 2.5531,
709
+ "step": 100
710
+ },
711
+ {
712
+ "epoch": 0.017618071606122717,
713
+ "grad_norm": 1.6955188512802124,
714
+ "learning_rate": 1.9984682452682538e-05,
715
+ "loss": 2.4297,
716
+ "step": 101
717
+ },
718
+ {
719
+ "epoch": 0.017792507958658586,
720
+ "grad_norm": 1.4697058200836182,
721
+ "learning_rate": 1.9984377712731586e-05,
722
+ "loss": 2.4315,
723
+ "step": 102
724
+ },
725
+ {
726
+ "epoch": 0.017966944311194454,
727
+ "grad_norm": 1.3587729930877686,
728
+ "learning_rate": 1.9984069973560292e-05,
729
+ "loss": 2.5109,
730
+ "step": 103
731
+ },
732
+ {
733
+ "epoch": 0.018141380663730323,
734
+ "grad_norm": 1.2596546411514282,
735
+ "learning_rate": 1.998375923526109e-05,
736
+ "loss": 2.5485,
737
+ "step": 104
738
+ },
739
+ {
740
+ "epoch": 0.01831581701626619,
741
+ "grad_norm": 1.3549658060073853,
742
+ "learning_rate": 1.9983445497927338e-05,
743
+ "loss": 2.5469,
744
+ "step": 105
745
+ },
746
+ {
747
+ "epoch": 0.01849025336880206,
748
+ "grad_norm": 1.8259854316711426,
749
+ "learning_rate": 1.9983128761653265e-05,
750
+ "loss": 2.4755,
751
+ "step": 106
752
+ },
753
+ {
754
+ "epoch": 0.01866468972133793,
755
+ "grad_norm": 1.2684293985366821,
756
+ "learning_rate": 1.9982809026534024e-05,
757
+ "loss": 2.4985,
758
+ "step": 107
759
+ },
760
+ {
761
+ "epoch": 0.018839126073873794,
762
+ "grad_norm": 1.4611493349075317,
763
+ "learning_rate": 1.998248629266566e-05,
764
+ "loss": 2.4772,
765
+ "step": 108
766
+ },
767
+ {
768
+ "epoch": 0.019013562426409662,
769
+ "grad_norm": 1.3932021856307983,
770
+ "learning_rate": 1.9982160560145118e-05,
771
+ "loss": 2.5056,
772
+ "step": 109
773
+ },
774
+ {
775
+ "epoch": 0.01918799877894553,
776
+ "grad_norm": 1.3308465480804443,
777
+ "learning_rate": 1.9981831829070245e-05,
778
+ "loss": 2.5816,
779
+ "step": 110
780
+ },
781
+ {
782
+ "epoch": 0.0193624351314814,
783
+ "grad_norm": 1.0405609607696533,
784
+ "learning_rate": 1.998150009953979e-05,
785
+ "loss": 2.4649,
786
+ "step": 111
787
+ },
788
+ {
789
+ "epoch": 0.019536871484017268,
790
+ "grad_norm": 1.4696599245071411,
791
+ "learning_rate": 1.9981165371653404e-05,
792
+ "loss": 2.5299,
793
+ "step": 112
794
+ },
795
+ {
796
+ "epoch": 0.019711307836553137,
797
+ "grad_norm": 1.1949968338012695,
798
+ "learning_rate": 1.9980827645511633e-05,
799
+ "loss": 2.5689,
800
+ "step": 113
801
+ },
802
+ {
803
+ "epoch": 0.019885744189089005,
804
+ "grad_norm": 1.0926611423492432,
805
+ "learning_rate": 1.9980486921215925e-05,
806
+ "loss": 2.5599,
807
+ "step": 114
808
+ },
809
+ {
810
+ "epoch": 0.020060180541624874,
811
+ "grad_norm": 1.282851219177246,
812
+ "learning_rate": 1.9980143198868635e-05,
813
+ "loss": 2.5654,
814
+ "step": 115
815
+ },
816
+ {
817
+ "epoch": 0.020234616894160742,
818
+ "grad_norm": 1.0803431272506714,
819
+ "learning_rate": 1.997979647857301e-05,
820
+ "loss": 2.487,
821
+ "step": 116
822
+ },
823
+ {
824
+ "epoch": 0.02040905324669661,
825
+ "grad_norm": 1.1290298700332642,
826
+ "learning_rate": 1.9979446760433206e-05,
827
+ "loss": 2.5199,
828
+ "step": 117
829
+ },
830
+ {
831
+ "epoch": 0.02058348959923248,
832
+ "grad_norm": 1.235818862915039,
833
+ "learning_rate": 1.9979094044554275e-05,
834
+ "loss": 2.5239,
835
+ "step": 118
836
+ },
837
+ {
838
+ "epoch": 0.020757925951768348,
839
+ "grad_norm": 1.0323349237442017,
840
+ "learning_rate": 1.9978738331042166e-05,
841
+ "loss": 2.4603,
842
+ "step": 119
843
+ },
844
+ {
845
+ "epoch": 0.020932362304304217,
846
+ "grad_norm": 1.5170921087265015,
847
+ "learning_rate": 1.9978379620003737e-05,
848
+ "loss": 2.4461,
849
+ "step": 120
850
+ },
851
+ {
852
+ "epoch": 0.021106798656840085,
853
+ "grad_norm": 1.2748401165008545,
854
+ "learning_rate": 1.9978017911546738e-05,
855
+ "loss": 2.5251,
856
+ "step": 121
857
+ },
858
+ {
859
+ "epoch": 0.021281235009375954,
860
+ "grad_norm": 1.4217289686203003,
861
+ "learning_rate": 1.9977653205779822e-05,
862
+ "loss": 2.4886,
863
+ "step": 122
864
+ },
865
+ {
866
+ "epoch": 0.021455671361911823,
867
+ "grad_norm": 1.1729053258895874,
868
+ "learning_rate": 1.997728550281255e-05,
869
+ "loss": 2.5082,
870
+ "step": 123
871
+ },
872
+ {
873
+ "epoch": 0.02163010771444769,
874
+ "grad_norm": 1.0499933958053589,
875
+ "learning_rate": 1.997691480275537e-05,
876
+ "loss": 2.4918,
877
+ "step": 124
878
+ },
879
+ {
880
+ "epoch": 0.02180454406698356,
881
+ "grad_norm": 1.5196659564971924,
882
+ "learning_rate": 1.997654110571964e-05,
883
+ "loss": 2.4898,
884
+ "step": 125
885
+ },
886
+ {
887
+ "epoch": 0.02197898041951943,
888
+ "grad_norm": 1.4564762115478516,
889
+ "learning_rate": 1.997616441181762e-05,
890
+ "loss": 2.5844,
891
+ "step": 126
892
+ },
893
+ {
894
+ "epoch": 0.022153416772055297,
895
+ "grad_norm": 1.2170348167419434,
896
+ "learning_rate": 1.997578472116245e-05,
897
+ "loss": 2.5074,
898
+ "step": 127
899
+ },
900
+ {
901
+ "epoch": 0.022327853124591165,
902
+ "grad_norm": 1.1823652982711792,
903
+ "learning_rate": 1.9975402033868207e-05,
904
+ "loss": 2.4467,
905
+ "step": 128
906
+ },
907
+ {
908
+ "epoch": 0.022502289477127034,
909
+ "grad_norm": 1.1128771305084229,
910
+ "learning_rate": 1.9975016350049828e-05,
911
+ "loss": 2.4958,
912
+ "step": 129
913
+ },
914
+ {
915
+ "epoch": 0.022676725829662903,
916
+ "grad_norm": 1.1825469732284546,
917
+ "learning_rate": 1.9974627669823183e-05,
918
+ "loss": 2.4464,
919
+ "step": 130
920
+ },
921
+ {
922
+ "epoch": 0.02285116218219877,
923
+ "grad_norm": 1.2441930770874023,
924
+ "learning_rate": 1.9974235993305022e-05,
925
+ "loss": 2.4297,
926
+ "step": 131
927
+ },
928
+ {
929
+ "epoch": 0.02302559853473464,
930
+ "grad_norm": 1.3706203699111938,
931
+ "learning_rate": 1.9973841320613e-05,
932
+ "loss": 2.5808,
933
+ "step": 132
934
+ },
935
+ {
936
+ "epoch": 0.02320003488727051,
937
+ "grad_norm": 1.3119128942489624,
938
+ "learning_rate": 1.9973443651865675e-05,
939
+ "loss": 2.4306,
940
+ "step": 133
941
+ },
942
+ {
943
+ "epoch": 0.023374471239806377,
944
+ "grad_norm": 1.3841807842254639,
945
+ "learning_rate": 1.9973042987182502e-05,
946
+ "loss": 2.5001,
947
+ "step": 134
948
+ },
949
+ {
950
+ "epoch": 0.023548907592342246,
951
+ "grad_norm": 1.3010554313659668,
952
+ "learning_rate": 1.9972639326683842e-05,
953
+ "loss": 2.4374,
954
+ "step": 135
955
+ },
956
+ {
957
+ "epoch": 0.023723343944878114,
958
+ "grad_norm": 1.5122301578521729,
959
+ "learning_rate": 1.9972232670490945e-05,
960
+ "loss": 2.4425,
961
+ "step": 136
962
+ },
963
+ {
964
+ "epoch": 0.023897780297413983,
965
+ "grad_norm": 1.1501526832580566,
966
+ "learning_rate": 1.9971823018725968e-05,
967
+ "loss": 2.4734,
968
+ "step": 137
969
+ },
970
+ {
971
+ "epoch": 0.024072216649949848,
972
+ "grad_norm": 1.2298709154129028,
973
+ "learning_rate": 1.997141037151197e-05,
974
+ "loss": 2.5179,
975
+ "step": 138
976
+ },
977
+ {
978
+ "epoch": 0.024246653002485716,
979
+ "grad_norm": 1.4709199666976929,
980
+ "learning_rate": 1.9970994728972908e-05,
981
+ "loss": 2.4951,
982
+ "step": 139
983
+ },
984
+ {
985
+ "epoch": 0.024421089355021585,
986
+ "grad_norm": 1.442521333694458,
987
+ "learning_rate": 1.9970576091233633e-05,
988
+ "loss": 2.4788,
989
+ "step": 140
990
+ },
991
+ {
992
+ "epoch": 0.024595525707557454,
993
+ "grad_norm": 1.448132872581482,
994
+ "learning_rate": 1.9970154458419898e-05,
995
+ "loss": 2.4043,
996
+ "step": 141
997
+ },
998
+ {
999
+ "epoch": 0.024769962060093322,
1000
+ "grad_norm": 1.3770991563796997,
1001
+ "learning_rate": 1.9969729830658363e-05,
1002
+ "loss": 2.4982,
1003
+ "step": 142
1004
+ },
1005
+ {
1006
+ "epoch": 0.02494439841262919,
1007
+ "grad_norm": 1.3247510194778442,
1008
+ "learning_rate": 1.9969302208076585e-05,
1009
+ "loss": 2.482,
1010
+ "step": 143
1011
+ },
1012
+ {
1013
+ "epoch": 0.02511883476516506,
1014
+ "grad_norm": 1.6130876541137695,
1015
+ "learning_rate": 1.996887159080301e-05,
1016
+ "loss": 2.3996,
1017
+ "step": 144
1018
+ },
1019
+ {
1020
+ "epoch": 0.025293271117700928,
1021
+ "grad_norm": 1.3168747425079346,
1022
+ "learning_rate": 1.9968437978966997e-05,
1023
+ "loss": 2.4905,
1024
+ "step": 145
1025
+ },
1026
+ {
1027
+ "epoch": 0.025467707470236797,
1028
+ "grad_norm": 1.274714708328247,
1029
+ "learning_rate": 1.9968001372698795e-05,
1030
+ "loss": 2.4632,
1031
+ "step": 146
1032
+ },
1033
+ {
1034
+ "epoch": 0.025642143822772665,
1035
+ "grad_norm": 1.4954438209533691,
1036
+ "learning_rate": 1.996756177212956e-05,
1037
+ "loss": 2.4397,
1038
+ "step": 147
1039
+ },
1040
+ {
1041
+ "epoch": 0.025816580175308534,
1042
+ "grad_norm": 1.439539909362793,
1043
+ "learning_rate": 1.9967119177391348e-05,
1044
+ "loss": 2.5028,
1045
+ "step": 148
1046
+ },
1047
+ {
1048
+ "epoch": 0.025991016527844402,
1049
+ "grad_norm": 1.236190915107727,
1050
+ "learning_rate": 1.9966673588617106e-05,
1051
+ "loss": 2.5798,
1052
+ "step": 149
1053
+ },
1054
+ {
1055
+ "epoch": 0.02616545288038027,
1056
+ "grad_norm": 1.4553284645080566,
1057
+ "learning_rate": 1.9966225005940683e-05,
1058
+ "loss": 2.5587,
1059
+ "step": 150
1060
+ },
1061
+ {
1062
+ "epoch": 0.02633988923291614,
1063
+ "grad_norm": 1.7035057544708252,
1064
+ "learning_rate": 1.9965773429496832e-05,
1065
+ "loss": 2.4114,
1066
+ "step": 151
1067
+ },
1068
+ {
1069
+ "epoch": 0.026514325585452008,
1070
+ "grad_norm": 1.3582422733306885,
1071
+ "learning_rate": 1.9965318859421203e-05,
1072
+ "loss": 2.4369,
1073
+ "step": 152
1074
+ },
1075
+ {
1076
+ "epoch": 0.026688761937987877,
1077
+ "grad_norm": 1.8951479196548462,
1078
+ "learning_rate": 1.9964861295850346e-05,
1079
+ "loss": 2.509,
1080
+ "step": 153
1081
+ },
1082
+ {
1083
+ "epoch": 0.026863198290523745,
1084
+ "grad_norm": 1.600385069847107,
1085
+ "learning_rate": 1.9964400738921702e-05,
1086
+ "loss": 2.4588,
1087
+ "step": 154
1088
+ },
1089
+ {
1090
+ "epoch": 0.027037634643059614,
1091
+ "grad_norm": 1.232349157333374,
1092
+ "learning_rate": 1.9963937188773627e-05,
1093
+ "loss": 2.4477,
1094
+ "step": 155
1095
+ },
1096
+ {
1097
+ "epoch": 0.027212070995595482,
1098
+ "grad_norm": 1.4523627758026123,
1099
+ "learning_rate": 1.9963470645545365e-05,
1100
+ "loss": 2.4869,
1101
+ "step": 156
1102
+ },
1103
+ {
1104
+ "epoch": 0.02738650734813135,
1105
+ "grad_norm": 1.4001390933990479,
1106
+ "learning_rate": 1.996300110937706e-05,
1107
+ "loss": 2.4229,
1108
+ "step": 157
1109
+ },
1110
+ {
1111
+ "epoch": 0.02756094370066722,
1112
+ "grad_norm": 1.2987308502197266,
1113
+ "learning_rate": 1.9962528580409758e-05,
1114
+ "loss": 2.5562,
1115
+ "step": 158
1116
+ },
1117
+ {
1118
+ "epoch": 0.027735380053203088,
1119
+ "grad_norm": 1.2334246635437012,
1120
+ "learning_rate": 1.9962053058785402e-05,
1121
+ "loss": 2.5717,
1122
+ "step": 159
1123
+ },
1124
+ {
1125
+ "epoch": 0.027909816405738957,
1126
+ "grad_norm": 1.2405385971069336,
1127
+ "learning_rate": 1.9961574544646835e-05,
1128
+ "loss": 2.3902,
1129
+ "step": 160
1130
+ },
1131
+ {
1132
+ "epoch": 0.028084252758274825,
1133
+ "grad_norm": 1.2457915544509888,
1134
+ "learning_rate": 1.9961093038137796e-05,
1135
+ "loss": 2.3625,
1136
+ "step": 161
1137
+ },
1138
+ {
1139
+ "epoch": 0.028258689110810694,
1140
+ "grad_norm": 1.5542579889297485,
1141
+ "learning_rate": 1.996060853940293e-05,
1142
+ "loss": 2.4147,
1143
+ "step": 162
1144
+ },
1145
+ {
1146
+ "epoch": 0.028433125463346563,
1147
+ "grad_norm": 1.3280061483383179,
1148
+ "learning_rate": 1.9960121048587768e-05,
1149
+ "loss": 2.4891,
1150
+ "step": 163
1151
+ },
1152
+ {
1153
+ "epoch": 0.02860756181588243,
1154
+ "grad_norm": 1.3675282001495361,
1155
+ "learning_rate": 1.9959630565838758e-05,
1156
+ "loss": 2.4982,
1157
+ "step": 164
1158
+ },
1159
+ {
1160
+ "epoch": 0.0287819981684183,
1161
+ "grad_norm": 1.1283049583435059,
1162
+ "learning_rate": 1.9959137091303234e-05,
1163
+ "loss": 2.4695,
1164
+ "step": 165
1165
+ },
1166
+ {
1167
+ "epoch": 0.02895643452095417,
1168
+ "grad_norm": 1.2562536001205444,
1169
+ "learning_rate": 1.9958640625129426e-05,
1170
+ "loss": 2.3931,
1171
+ "step": 166
1172
+ },
1173
+ {
1174
+ "epoch": 0.029130870873490037,
1175
+ "grad_norm": 1.279846429824829,
1176
+ "learning_rate": 1.9958141167466474e-05,
1177
+ "loss": 2.4593,
1178
+ "step": 167
1179
+ },
1180
+ {
1181
+ "epoch": 0.029305307226025906,
1182
+ "grad_norm": 1.1374591588974,
1183
+ "learning_rate": 1.9957638718464405e-05,
1184
+ "loss": 2.4815,
1185
+ "step": 168
1186
+ },
1187
+ {
1188
+ "epoch": 0.02947974357856177,
1189
+ "grad_norm": 1.1077256202697754,
1190
+ "learning_rate": 1.9957133278274158e-05,
1191
+ "loss": 2.4413,
1192
+ "step": 169
1193
+ },
1194
+ {
1195
+ "epoch": 0.02965417993109764,
1196
+ "grad_norm": 1.1128654479980469,
1197
+ "learning_rate": 1.9956624847047557e-05,
1198
+ "loss": 2.4568,
1199
+ "step": 170
1200
+ },
1201
+ {
1202
+ "epoch": 0.029828616283633508,
1203
+ "grad_norm": 1.102385401725769,
1204
+ "learning_rate": 1.9956113424937333e-05,
1205
+ "loss": 2.4171,
1206
+ "step": 171
1207
+ },
1208
+ {
1209
+ "epoch": 0.030003052636169376,
1210
+ "grad_norm": 1.461574673652649,
1211
+ "learning_rate": 1.995559901209711e-05,
1212
+ "loss": 2.4598,
1213
+ "step": 172
1214
+ },
1215
+ {
1216
+ "epoch": 0.030177488988705245,
1217
+ "grad_norm": 1.4797857999801636,
1218
+ "learning_rate": 1.995508160868142e-05,
1219
+ "loss": 2.4018,
1220
+ "step": 173
1221
+ },
1222
+ {
1223
+ "epoch": 0.030351925341241114,
1224
+ "grad_norm": 1.1637376546859741,
1225
+ "learning_rate": 1.995456121484568e-05,
1226
+ "loss": 2.4534,
1227
+ "step": 174
1228
+ },
1229
+ {
1230
+ "epoch": 0.030526361693776982,
1231
+ "grad_norm": 1.6173001527786255,
1232
+ "learning_rate": 1.9954037830746208e-05,
1233
+ "loss": 2.3334,
1234
+ "step": 175
1235
+ },
1236
+ {
1237
+ "epoch": 0.03070079804631285,
1238
+ "grad_norm": 1.2683485746383667,
1239
+ "learning_rate": 1.9953511456540233e-05,
1240
+ "loss": 2.4096,
1241
+ "step": 176
1242
+ },
1243
+ {
1244
+ "epoch": 0.03087523439884872,
1245
+ "grad_norm": 1.1545442342758179,
1246
+ "learning_rate": 1.995298209238587e-05,
1247
+ "loss": 2.4665,
1248
+ "step": 177
1249
+ },
1250
+ {
1251
+ "epoch": 0.031049670751384588,
1252
+ "grad_norm": 1.4812109470367432,
1253
+ "learning_rate": 1.9952449738442134e-05,
1254
+ "loss": 2.4286,
1255
+ "step": 178
1256
+ },
1257
+ {
1258
+ "epoch": 0.031224107103920457,
1259
+ "grad_norm": 1.8078489303588867,
1260
+ "learning_rate": 1.995191439486894e-05,
1261
+ "loss": 2.4772,
1262
+ "step": 179
1263
+ },
1264
+ {
1265
+ "epoch": 0.031398543456456325,
1266
+ "grad_norm": 1.5353795289993286,
1267
+ "learning_rate": 1.9951376061827104e-05,
1268
+ "loss": 2.3953,
1269
+ "step": 180
1270
+ },
1271
+ {
1272
+ "epoch": 0.031572979808992194,
1273
+ "grad_norm": 1.1496974229812622,
1274
+ "learning_rate": 1.9950834739478332e-05,
1275
+ "loss": 2.4432,
1276
+ "step": 181
1277
+ },
1278
+ {
1279
+ "epoch": 0.03174741616152806,
1280
+ "grad_norm": 1.590860366821289,
1281
+ "learning_rate": 1.9950290427985233e-05,
1282
+ "loss": 2.5659,
1283
+ "step": 182
1284
+ },
1285
+ {
1286
+ "epoch": 0.03192185251406393,
1287
+ "grad_norm": 1.50404691696167,
1288
+ "learning_rate": 1.9949743127511314e-05,
1289
+ "loss": 2.4887,
1290
+ "step": 183
1291
+ },
1292
+ {
1293
+ "epoch": 0.0320962888665998,
1294
+ "grad_norm": 1.244575023651123,
1295
+ "learning_rate": 1.9949192838220982e-05,
1296
+ "loss": 2.461,
1297
+ "step": 184
1298
+ },
1299
+ {
1300
+ "epoch": 0.03227072521913567,
1301
+ "grad_norm": 1.5489176511764526,
1302
+ "learning_rate": 1.9948639560279536e-05,
1303
+ "loss": 2.4615,
1304
+ "step": 185
1305
+ },
1306
+ {
1307
+ "epoch": 0.03244516157167154,
1308
+ "grad_norm": 1.62764310836792,
1309
+ "learning_rate": 1.9948083293853178e-05,
1310
+ "loss": 2.39,
1311
+ "step": 186
1312
+ },
1313
+ {
1314
+ "epoch": 0.032619597924207405,
1315
+ "grad_norm": 1.4657385349273682,
1316
+ "learning_rate": 1.9947524039109003e-05,
1317
+ "loss": 2.497,
1318
+ "step": 187
1319
+ },
1320
+ {
1321
+ "epoch": 0.032794034276743274,
1322
+ "grad_norm": 1.6422722339630127,
1323
+ "learning_rate": 1.9946961796215006e-05,
1324
+ "loss": 2.5371,
1325
+ "step": 188
1326
+ },
1327
+ {
1328
+ "epoch": 0.03296847062927914,
1329
+ "grad_norm": 1.366765022277832,
1330
+ "learning_rate": 1.9946396565340087e-05,
1331
+ "loss": 2.4717,
1332
+ "step": 189
1333
+ },
1334
+ {
1335
+ "epoch": 0.03314290698181501,
1336
+ "grad_norm": 1.232675552368164,
1337
+ "learning_rate": 1.994582834665403e-05,
1338
+ "loss": 2.4916,
1339
+ "step": 190
1340
+ },
1341
+ {
1342
+ "epoch": 0.03331734333435088,
1343
+ "grad_norm": 2.0971176624298096,
1344
+ "learning_rate": 1.994525714032752e-05,
1345
+ "loss": 2.3007,
1346
+ "step": 191
1347
+ },
1348
+ {
1349
+ "epoch": 0.03349177968688675,
1350
+ "grad_norm": 1.6080011129379272,
1351
+ "learning_rate": 1.994468294653215e-05,
1352
+ "loss": 2.4238,
1353
+ "step": 192
1354
+ },
1355
+ {
1356
+ "epoch": 0.03366621603942262,
1357
+ "grad_norm": 1.1020694971084595,
1358
+ "learning_rate": 1.9944105765440396e-05,
1359
+ "loss": 2.3779,
1360
+ "step": 193
1361
+ },
1362
+ {
1363
+ "epoch": 0.033840652391958485,
1364
+ "grad_norm": 1.9101248979568481,
1365
+ "learning_rate": 1.9943525597225646e-05,
1366
+ "loss": 2.4279,
1367
+ "step": 194
1368
+ },
1369
+ {
1370
+ "epoch": 0.034015088744494354,
1371
+ "grad_norm": 1.6134037971496582,
1372
+ "learning_rate": 1.994294244206217e-05,
1373
+ "loss": 2.5068,
1374
+ "step": 195
1375
+ },
1376
+ {
1377
+ "epoch": 0.03418952509703022,
1378
+ "grad_norm": 1.6820706129074097,
1379
+ "learning_rate": 1.9942356300125146e-05,
1380
+ "loss": 2.3508,
1381
+ "step": 196
1382
+ },
1383
+ {
1384
+ "epoch": 0.03436396144956609,
1385
+ "grad_norm": 1.5885611772537231,
1386
+ "learning_rate": 1.9941767171590646e-05,
1387
+ "loss": 2.4527,
1388
+ "step": 197
1389
+ },
1390
+ {
1391
+ "epoch": 0.03453839780210196,
1392
+ "grad_norm": 1.1865559816360474,
1393
+ "learning_rate": 1.9941175056635638e-05,
1394
+ "loss": 2.4337,
1395
+ "step": 198
1396
+ },
1397
+ {
1398
+ "epoch": 0.03471283415463783,
1399
+ "grad_norm": 1.459206223487854,
1400
+ "learning_rate": 1.9940579955437992e-05,
1401
+ "loss": 2.4157,
1402
+ "step": 199
1403
+ },
1404
+ {
1405
+ "epoch": 0.0348872705071737,
1406
+ "grad_norm": 1.4899710416793823,
1407
+ "learning_rate": 1.9939981868176462e-05,
1408
+ "loss": 2.4765,
1409
+ "step": 200
1410
+ },
1411
+ {
1412
+ "epoch": 0.035061706859709565,
1413
+ "grad_norm": 1.2313635349273682,
1414
+ "learning_rate": 1.993938079503072e-05,
1415
+ "loss": 2.4307,
1416
+ "step": 201
1417
+ },
1418
+ {
1419
+ "epoch": 0.035236143212245434,
1420
+ "grad_norm": 1.3087197542190552,
1421
+ "learning_rate": 1.9938776736181316e-05,
1422
+ "loss": 2.3969,
1423
+ "step": 202
1424
+ },
1425
+ {
1426
+ "epoch": 0.0354105795647813,
1427
+ "grad_norm": 1.1246380805969238,
1428
+ "learning_rate": 1.9938169691809704e-05,
1429
+ "loss": 2.4968,
1430
+ "step": 203
1431
+ },
1432
+ {
1433
+ "epoch": 0.03558501591731717,
1434
+ "grad_norm": 1.2208192348480225,
1435
+ "learning_rate": 1.993755966209824e-05,
1436
+ "loss": 2.3465,
1437
+ "step": 204
1438
+ },
1439
+ {
1440
+ "epoch": 0.03575945226985304,
1441
+ "grad_norm": 1.5355534553527832,
1442
+ "learning_rate": 1.9936946647230165e-05,
1443
+ "loss": 2.3966,
1444
+ "step": 205
1445
+ },
1446
+ {
1447
+ "epoch": 0.03593388862238891,
1448
+ "grad_norm": 1.4930273294448853,
1449
+ "learning_rate": 1.993633064738963e-05,
1450
+ "loss": 2.5452,
1451
+ "step": 206
1452
+ },
1453
+ {
1454
+ "epoch": 0.03610832497492478,
1455
+ "grad_norm": 1.2023742198944092,
1456
+ "learning_rate": 1.993571166276167e-05,
1457
+ "loss": 2.4158,
1458
+ "step": 207
1459
+ },
1460
+ {
1461
+ "epoch": 0.036282761327460646,
1462
+ "grad_norm": 1.3661611080169678,
1463
+ "learning_rate": 1.9935089693532225e-05,
1464
+ "loss": 2.5323,
1465
+ "step": 208
1466
+ },
1467
+ {
1468
+ "epoch": 0.036457197679996514,
1469
+ "grad_norm": 1.3765900135040283,
1470
+ "learning_rate": 1.993446473988813e-05,
1471
+ "loss": 2.4856,
1472
+ "step": 209
1473
+ },
1474
+ {
1475
+ "epoch": 0.03663163403253238,
1476
+ "grad_norm": 1.3907819986343384,
1477
+ "learning_rate": 1.993383680201711e-05,
1478
+ "loss": 2.3921,
1479
+ "step": 210
1480
+ },
1481
+ {
1482
+ "epoch": 0.03680607038506825,
1483
+ "grad_norm": 1.2632497549057007,
1484
+ "learning_rate": 1.9933205880107803e-05,
1485
+ "loss": 2.4913,
1486
+ "step": 211
1487
+ },
1488
+ {
1489
+ "epoch": 0.03698050673760412,
1490
+ "grad_norm": 1.399031639099121,
1491
+ "learning_rate": 1.9932571974349724e-05,
1492
+ "loss": 2.4517,
1493
+ "step": 212
1494
+ },
1495
+ {
1496
+ "epoch": 0.03715494309013999,
1497
+ "grad_norm": 1.6172325611114502,
1498
+ "learning_rate": 1.9931935084933295e-05,
1499
+ "loss": 2.3437,
1500
+ "step": 213
1501
+ },
1502
+ {
1503
+ "epoch": 0.03732937944267586,
1504
+ "grad_norm": 1.1175025701522827,
1505
+ "learning_rate": 1.9931295212049836e-05,
1506
+ "loss": 2.4198,
1507
+ "step": 214
1508
+ },
1509
+ {
1510
+ "epoch": 0.03750381579521172,
1511
+ "grad_norm": 1.6413110494613647,
1512
+ "learning_rate": 1.9930652355891553e-05,
1513
+ "loss": 2.3276,
1514
+ "step": 215
1515
+ },
1516
+ {
1517
+ "epoch": 0.03767825214774759,
1518
+ "grad_norm": 1.1626195907592773,
1519
+ "learning_rate": 1.9930006516651555e-05,
1520
+ "loss": 2.4535,
1521
+ "step": 216
1522
+ },
1523
+ {
1524
+ "epoch": 0.037852688500283456,
1525
+ "grad_norm": 1.5717017650604248,
1526
+ "learning_rate": 1.9929357694523847e-05,
1527
+ "loss": 2.496,
1528
+ "step": 217
1529
+ },
1530
+ {
1531
+ "epoch": 0.038027124852819325,
1532
+ "grad_norm": 1.197873830795288,
1533
+ "learning_rate": 1.9928705889703335e-05,
1534
+ "loss": 2.4563,
1535
+ "step": 218
1536
+ },
1537
+ {
1538
+ "epoch": 0.03820156120535519,
1539
+ "grad_norm": 1.3439561128616333,
1540
+ "learning_rate": 1.992805110238581e-05,
1541
+ "loss": 2.3403,
1542
+ "step": 219
1543
+ },
1544
+ {
1545
+ "epoch": 0.03837599755789106,
1546
+ "grad_norm": 1.0582541227340698,
1547
+ "learning_rate": 1.9927393332767965e-05,
1548
+ "loss": 2.3282,
1549
+ "step": 220
1550
+ },
1551
+ {
1552
+ "epoch": 0.03855043391042693,
1553
+ "grad_norm": 1.2556082010269165,
1554
+ "learning_rate": 1.992673258104739e-05,
1555
+ "loss": 2.4537,
1556
+ "step": 221
1557
+ },
1558
+ {
1559
+ "epoch": 0.0387248702629628,
1560
+ "grad_norm": 1.3236850500106812,
1561
+ "learning_rate": 1.9926068847422567e-05,
1562
+ "loss": 2.4481,
1563
+ "step": 222
1564
+ },
1565
+ {
1566
+ "epoch": 0.03889930661549867,
1567
+ "grad_norm": 1.3671338558197021,
1568
+ "learning_rate": 1.992540213209288e-05,
1569
+ "loss": 2.4522,
1570
+ "step": 223
1571
+ },
1572
+ {
1573
+ "epoch": 0.039073742968034536,
1574
+ "grad_norm": 1.1844525337219238,
1575
+ "learning_rate": 1.99247324352586e-05,
1576
+ "loss": 2.4293,
1577
+ "step": 224
1578
+ },
1579
+ {
1580
+ "epoch": 0.039248179320570405,
1581
+ "grad_norm": 1.4081398248672485,
1582
+ "learning_rate": 1.9924059757120897e-05,
1583
+ "loss": 2.4347,
1584
+ "step": 225
1585
+ },
1586
+ {
1587
+ "epoch": 0.03942261567310627,
1588
+ "grad_norm": 1.3183472156524658,
1589
+ "learning_rate": 1.9923384097881843e-05,
1590
+ "loss": 2.4138,
1591
+ "step": 226
1592
+ },
1593
+ {
1594
+ "epoch": 0.03959705202564214,
1595
+ "grad_norm": 1.3281911611557007,
1596
+ "learning_rate": 1.9922705457744396e-05,
1597
+ "loss": 2.4286,
1598
+ "step": 227
1599
+ },
1600
+ {
1601
+ "epoch": 0.03977148837817801,
1602
+ "grad_norm": 1.2442795038223267,
1603
+ "learning_rate": 1.9922023836912418e-05,
1604
+ "loss": 2.4796,
1605
+ "step": 228
1606
+ },
1607
+ {
1608
+ "epoch": 0.03994592473071388,
1609
+ "grad_norm": 1.197250485420227,
1610
+ "learning_rate": 1.992133923559066e-05,
1611
+ "loss": 2.4237,
1612
+ "step": 229
1613
+ },
1614
+ {
1615
+ "epoch": 0.04012036108324975,
1616
+ "grad_norm": 1.170786738395691,
1617
+ "learning_rate": 1.992065165398476e-05,
1618
+ "loss": 2.4681,
1619
+ "step": 230
1620
+ },
1621
+ {
1622
+ "epoch": 0.040294797435785616,
1623
+ "grad_norm": 1.2634793519973755,
1624
+ "learning_rate": 1.991996109230128e-05,
1625
+ "loss": 2.359,
1626
+ "step": 231
1627
+ },
1628
+ {
1629
+ "epoch": 0.040469233788321485,
1630
+ "grad_norm": 1.2489511966705322,
1631
+ "learning_rate": 1.9919267550747647e-05,
1632
+ "loss": 2.5218,
1633
+ "step": 232
1634
+ },
1635
+ {
1636
+ "epoch": 0.04064367014085735,
1637
+ "grad_norm": 1.187886118888855,
1638
+ "learning_rate": 1.9918571029532197e-05,
1639
+ "loss": 2.4255,
1640
+ "step": 233
1641
+ },
1642
+ {
1643
+ "epoch": 0.04081810649339322,
1644
+ "grad_norm": 1.2173233032226562,
1645
+ "learning_rate": 1.991787152886416e-05,
1646
+ "loss": 2.3871,
1647
+ "step": 234
1648
+ },
1649
+ {
1650
+ "epoch": 0.04099254284592909,
1651
+ "grad_norm": 1.1281707286834717,
1652
+ "learning_rate": 1.9917169048953657e-05,
1653
+ "loss": 2.4311,
1654
+ "step": 235
1655
+ },
1656
+ {
1657
+ "epoch": 0.04116697919846496,
1658
+ "grad_norm": 1.4932814836502075,
1659
+ "learning_rate": 1.9916463590011713e-05,
1660
+ "loss": 2.3781,
1661
+ "step": 236
1662
+ },
1663
+ {
1664
+ "epoch": 0.04134141555100083,
1665
+ "grad_norm": 1.2026991844177246,
1666
+ "learning_rate": 1.9915755152250232e-05,
1667
+ "loss": 2.4459,
1668
+ "step": 237
1669
+ },
1670
+ {
1671
+ "epoch": 0.041515851903536696,
1672
+ "grad_norm": 1.446344256401062,
1673
+ "learning_rate": 1.9915043735882037e-05,
1674
+ "loss": 2.4588,
1675
+ "step": 238
1676
+ },
1677
+ {
1678
+ "epoch": 0.041690288256072565,
1679
+ "grad_norm": 1.2456936836242676,
1680
+ "learning_rate": 1.9914329341120818e-05,
1681
+ "loss": 2.3953,
1682
+ "step": 239
1683
+ },
1684
+ {
1685
+ "epoch": 0.041864724608608433,
1686
+ "grad_norm": 1.552335262298584,
1687
+ "learning_rate": 1.9913611968181178e-05,
1688
+ "loss": 2.3661,
1689
+ "step": 240
1690
+ },
1691
+ {
1692
+ "epoch": 0.0420391609611443,
1693
+ "grad_norm": 1.3791645765304565,
1694
+ "learning_rate": 1.9912891617278607e-05,
1695
+ "loss": 2.4763,
1696
+ "step": 241
1697
+ },
1698
+ {
1699
+ "epoch": 0.04221359731368017,
1700
+ "grad_norm": 1.3748444318771362,
1701
+ "learning_rate": 1.9912168288629497e-05,
1702
+ "loss": 2.4358,
1703
+ "step": 242
1704
+ },
1705
+ {
1706
+ "epoch": 0.04238803366621604,
1707
+ "grad_norm": 1.4972116947174072,
1708
+ "learning_rate": 1.9911441982451126e-05,
1709
+ "loss": 2.3995,
1710
+ "step": 243
1711
+ },
1712
+ {
1713
+ "epoch": 0.04256247001875191,
1714
+ "grad_norm": 1.5416096448898315,
1715
+ "learning_rate": 1.9910712698961673e-05,
1716
+ "loss": 2.4485,
1717
+ "step": 244
1718
+ },
1719
+ {
1720
+ "epoch": 0.042736906371287776,
1721
+ "grad_norm": 1.2134349346160889,
1722
+ "learning_rate": 1.9909980438380207e-05,
1723
+ "loss": 2.4726,
1724
+ "step": 245
1725
+ },
1726
+ {
1727
+ "epoch": 0.042911342723823645,
1728
+ "grad_norm": 1.519130825996399,
1729
+ "learning_rate": 1.9909245200926693e-05,
1730
+ "loss": 2.4083,
1731
+ "step": 246
1732
+ },
1733
+ {
1734
+ "epoch": 0.043085779076359514,
1735
+ "grad_norm": 1.5487797260284424,
1736
+ "learning_rate": 1.9908506986821983e-05,
1737
+ "loss": 2.4115,
1738
+ "step": 247
1739
+ },
1740
+ {
1741
+ "epoch": 0.04326021542889538,
1742
+ "grad_norm": 1.499926209449768,
1743
+ "learning_rate": 1.9907765796287844e-05,
1744
+ "loss": 2.4104,
1745
+ "step": 248
1746
+ },
1747
+ {
1748
+ "epoch": 0.04343465178143125,
1749
+ "grad_norm": 1.4065431356430054,
1750
+ "learning_rate": 1.990702162954691e-05,
1751
+ "loss": 2.4555,
1752
+ "step": 249
1753
+ },
1754
+ {
1755
+ "epoch": 0.04360908813396712,
1756
+ "grad_norm": 1.6049989461898804,
1757
+ "learning_rate": 1.9906274486822732e-05,
1758
+ "loss": 2.4477,
1759
+ "step": 250
1760
+ },
1761
+ {
1762
+ "epoch": 0.04378352448650299,
1763
+ "grad_norm": 1.3151154518127441,
1764
+ "learning_rate": 1.9905524368339738e-05,
1765
+ "loss": 2.3706,
1766
+ "step": 251
1767
+ },
1768
+ {
1769
+ "epoch": 0.04395796083903886,
1770
+ "grad_norm": 1.1949437856674194,
1771
+ "learning_rate": 1.9904771274323262e-05,
1772
+ "loss": 2.493,
1773
+ "step": 252
1774
+ },
1775
+ {
1776
+ "epoch": 0.044132397191574725,
1777
+ "grad_norm": 1.6755297183990479,
1778
+ "learning_rate": 1.9904015204999526e-05,
1779
+ "loss": 2.4739,
1780
+ "step": 253
1781
+ },
1782
+ {
1783
+ "epoch": 0.044306833544110594,
1784
+ "grad_norm": 1.4165698289871216,
1785
+ "learning_rate": 1.9903256160595644e-05,
1786
+ "loss": 2.5216,
1787
+ "step": 254
1788
+ },
1789
+ {
1790
+ "epoch": 0.04448126989664646,
1791
+ "grad_norm": 1.1875041723251343,
1792
+ "learning_rate": 1.990249414133963e-05,
1793
+ "loss": 2.2713,
1794
+ "step": 255
1795
+ },
1796
+ {
1797
+ "epoch": 0.04465570624918233,
1798
+ "grad_norm": 1.3386574983596802,
1799
+ "learning_rate": 1.990172914746038e-05,
1800
+ "loss": 2.4317,
1801
+ "step": 256
1802
+ },
1803
+ {
1804
+ "epoch": 0.0448301426017182,
1805
+ "grad_norm": 1.3150538206100464,
1806
+ "learning_rate": 1.9900961179187704e-05,
1807
+ "loss": 2.3719,
1808
+ "step": 257
1809
+ },
1810
+ {
1811
+ "epoch": 0.04500457895425407,
1812
+ "grad_norm": 1.448868989944458,
1813
+ "learning_rate": 1.990019023675228e-05,
1814
+ "loss": 2.3976,
1815
+ "step": 258
1816
+ },
1817
+ {
1818
+ "epoch": 0.04517901530678994,
1819
+ "grad_norm": 1.360398769378662,
1820
+ "learning_rate": 1.9899416320385704e-05,
1821
+ "loss": 2.3764,
1822
+ "step": 259
1823
+ },
1824
+ {
1825
+ "epoch": 0.045353451659325805,
1826
+ "grad_norm": 1.320391297340393,
1827
+ "learning_rate": 1.9898639430320448e-05,
1828
+ "loss": 2.3934,
1829
+ "step": 260
1830
+ },
1831
+ {
1832
+ "epoch": 0.045527888011861674,
1833
+ "grad_norm": 1.6362768411636353,
1834
+ "learning_rate": 1.9897859566789883e-05,
1835
+ "loss": 2.436,
1836
+ "step": 261
1837
+ },
1838
+ {
1839
+ "epoch": 0.04570232436439754,
1840
+ "grad_norm": 1.2662572860717773,
1841
+ "learning_rate": 1.9897076730028275e-05,
1842
+ "loss": 2.3845,
1843
+ "step": 262
1844
+ },
1845
+ {
1846
+ "epoch": 0.04587676071693341,
1847
+ "grad_norm": 1.2804439067840576,
1848
+ "learning_rate": 1.9896290920270777e-05,
1849
+ "loss": 2.4165,
1850
+ "step": 263
1851
+ },
1852
+ {
1853
+ "epoch": 0.04605119706946928,
1854
+ "grad_norm": 1.579608678817749,
1855
+ "learning_rate": 1.9895502137753448e-05,
1856
+ "loss": 2.5234,
1857
+ "step": 264
1858
+ },
1859
+ {
1860
+ "epoch": 0.04622563342200515,
1861
+ "grad_norm": 1.2991565465927124,
1862
+ "learning_rate": 1.989471038271322e-05,
1863
+ "loss": 2.4551,
1864
+ "step": 265
1865
+ },
1866
+ {
1867
+ "epoch": 0.04640006977454102,
1868
+ "grad_norm": 1.5227375030517578,
1869
+ "learning_rate": 1.9893915655387942e-05,
1870
+ "loss": 2.43,
1871
+ "step": 266
1872
+ },
1873
+ {
1874
+ "epoch": 0.046574506127076885,
1875
+ "grad_norm": 1.6340866088867188,
1876
+ "learning_rate": 1.989311795601633e-05,
1877
+ "loss": 2.4001,
1878
+ "step": 267
1879
+ },
1880
+ {
1881
+ "epoch": 0.046748942479612754,
1882
+ "grad_norm": 1.2636985778808594,
1883
+ "learning_rate": 1.9892317284838016e-05,
1884
+ "loss": 2.4209,
1885
+ "step": 268
1886
+ },
1887
+ {
1888
+ "epoch": 0.04692337883214862,
1889
+ "grad_norm": 1.9947327375411987,
1890
+ "learning_rate": 1.989151364209351e-05,
1891
+ "loss": 2.4709,
1892
+ "step": 269
1893
+ },
1894
+ {
1895
+ "epoch": 0.04709781518468449,
1896
+ "grad_norm": 1.597731590270996,
1897
+ "learning_rate": 1.9890707028024222e-05,
1898
+ "loss": 2.5333,
1899
+ "step": 270
1900
+ },
1901
+ {
1902
+ "epoch": 0.04727225153722036,
1903
+ "grad_norm": 1.185312271118164,
1904
+ "learning_rate": 1.988989744287245e-05,
1905
+ "loss": 2.4412,
1906
+ "step": 271
1907
+ },
1908
+ {
1909
+ "epoch": 0.04744668788975623,
1910
+ "grad_norm": 1.6709001064300537,
1911
+ "learning_rate": 1.9889084886881387e-05,
1912
+ "loss": 2.3754,
1913
+ "step": 272
1914
+ },
1915
+ {
1916
+ "epoch": 0.0476211242422921,
1917
+ "grad_norm": 1.754311442375183,
1918
+ "learning_rate": 1.988826936029512e-05,
1919
+ "loss": 2.3479,
1920
+ "step": 273
1921
+ },
1922
+ {
1923
+ "epoch": 0.047795560594827965,
1924
+ "grad_norm": 1.4055237770080566,
1925
+ "learning_rate": 1.988745086335862e-05,
1926
+ "loss": 2.3673,
1927
+ "step": 274
1928
+ },
1929
+ {
1930
+ "epoch": 0.047969996947363834,
1931
+ "grad_norm": 1.2314049005508423,
1932
+ "learning_rate": 1.9886629396317757e-05,
1933
+ "loss": 2.3756,
1934
+ "step": 275
1935
+ },
1936
+ {
1937
+ "epoch": 0.048144433299899696,
1938
+ "grad_norm": 1.3166728019714355,
1939
+ "learning_rate": 1.98858049594193e-05,
1940
+ "loss": 2.3762,
1941
+ "step": 276
1942
+ },
1943
+ {
1944
+ "epoch": 0.048318869652435564,
1945
+ "grad_norm": 1.3468475341796875,
1946
+ "learning_rate": 1.98849775529109e-05,
1947
+ "loss": 2.4967,
1948
+ "step": 277
1949
+ },
1950
+ {
1951
+ "epoch": 0.04849330600497143,
1952
+ "grad_norm": 1.745766043663025,
1953
+ "learning_rate": 1.9884147177041097e-05,
1954
+ "loss": 2.3483,
1955
+ "step": 278
1956
+ },
1957
+ {
1958
+ "epoch": 0.0486677423575073,
1959
+ "grad_norm": 1.329020619392395,
1960
+ "learning_rate": 1.9883313832059335e-05,
1961
+ "loss": 2.5146,
1962
+ "step": 279
1963
+ },
1964
+ {
1965
+ "epoch": 0.04884217871004317,
1966
+ "grad_norm": 1.4266713857650757,
1967
+ "learning_rate": 1.9882477518215938e-05,
1968
+ "loss": 2.3631,
1969
+ "step": 280
1970
+ },
1971
+ {
1972
+ "epoch": 0.04901661506257904,
1973
+ "grad_norm": 1.4646927118301392,
1974
+ "learning_rate": 1.9881638235762134e-05,
1975
+ "loss": 2.4283,
1976
+ "step": 281
1977
+ },
1978
+ {
1979
+ "epoch": 0.04919105141511491,
1980
+ "grad_norm": 1.621628999710083,
1981
+ "learning_rate": 1.9880795984950034e-05,
1982
+ "loss": 2.3203,
1983
+ "step": 282
1984
+ },
1985
+ {
1986
+ "epoch": 0.049365487767650776,
1987
+ "grad_norm": 1.3788992166519165,
1988
+ "learning_rate": 1.987995076603264e-05,
1989
+ "loss": 2.4678,
1990
+ "step": 283
1991
+ },
1992
+ {
1993
+ "epoch": 0.049539924120186644,
1994
+ "grad_norm": 1.6125483512878418,
1995
+ "learning_rate": 1.987910257926385e-05,
1996
+ "loss": 2.3334,
1997
+ "step": 284
1998
+ },
1999
+ {
2000
+ "epoch": 0.04971436047272251,
2001
+ "grad_norm": 1.5946952104568481,
2002
+ "learning_rate": 1.987825142489845e-05,
2003
+ "loss": 2.3849,
2004
+ "step": 285
2005
+ },
2006
+ {
2007
+ "epoch": 0.04988879682525838,
2008
+ "grad_norm": 1.5657269954681396,
2009
+ "learning_rate": 1.9877397303192122e-05,
2010
+ "loss": 2.339,
2011
+ "step": 286
2012
+ },
2013
+ {
2014
+ "epoch": 0.05006323317779425,
2015
+ "grad_norm": 1.5552107095718384,
2016
+ "learning_rate": 1.987654021440144e-05,
2017
+ "loss": 2.4281,
2018
+ "step": 287
2019
+ },
2020
+ {
2021
+ "epoch": 0.05023766953033012,
2022
+ "grad_norm": 1.5555365085601807,
2023
+ "learning_rate": 1.987568015878386e-05,
2024
+ "loss": 2.3541,
2025
+ "step": 288
2026
+ },
2027
+ {
2028
+ "epoch": 0.05041210588286599,
2029
+ "grad_norm": 1.535339117050171,
2030
+ "learning_rate": 1.9874817136597735e-05,
2031
+ "loss": 2.4058,
2032
+ "step": 289
2033
+ },
2034
+ {
2035
+ "epoch": 0.050586542235401856,
2036
+ "grad_norm": 1.65854012966156,
2037
+ "learning_rate": 1.9873951148102314e-05,
2038
+ "loss": 2.3661,
2039
+ "step": 290
2040
+ },
2041
+ {
2042
+ "epoch": 0.050760978587937725,
2043
+ "grad_norm": 1.3402372598648071,
2044
+ "learning_rate": 1.987308219355773e-05,
2045
+ "loss": 2.4087,
2046
+ "step": 291
2047
+ },
2048
+ {
2049
+ "epoch": 0.05093541494047359,
2050
+ "grad_norm": 1.5253822803497314,
2051
+ "learning_rate": 1.9872210273225012e-05,
2052
+ "loss": 2.4859,
2053
+ "step": 292
2054
+ },
2055
+ {
2056
+ "epoch": 0.05110985129300946,
2057
+ "grad_norm": 1.8660271167755127,
2058
+ "learning_rate": 1.987133538736607e-05,
2059
+ "loss": 2.268,
2060
+ "step": 293
2061
+ },
2062
+ {
2063
+ "epoch": 0.05128428764554533,
2064
+ "grad_norm": 1.290172815322876,
2065
+ "learning_rate": 1.9870457536243723e-05,
2066
+ "loss": 2.5278,
2067
+ "step": 294
2068
+ },
2069
+ {
2070
+ "epoch": 0.0514587239980812,
2071
+ "grad_norm": 1.6107460260391235,
2072
+ "learning_rate": 1.986957672012166e-05,
2073
+ "loss": 2.3731,
2074
+ "step": 295
2075
+ },
2076
+ {
2077
+ "epoch": 0.05163316035061707,
2078
+ "grad_norm": 1.4838387966156006,
2079
+ "learning_rate": 1.9868692939264474e-05,
2080
+ "loss": 2.444,
2081
+ "step": 296
2082
+ },
2083
+ {
2084
+ "epoch": 0.051807596703152936,
2085
+ "grad_norm": 1.6892998218536377,
2086
+ "learning_rate": 1.9867806193937646e-05,
2087
+ "loss": 2.4443,
2088
+ "step": 297
2089
+ },
2090
+ {
2091
+ "epoch": 0.051982033055688805,
2092
+ "grad_norm": 1.3363983631134033,
2093
+ "learning_rate": 1.9866916484407546e-05,
2094
+ "loss": 2.4154,
2095
+ "step": 298
2096
+ },
2097
+ {
2098
+ "epoch": 0.05215646940822467,
2099
+ "grad_norm": 1.5427230596542358,
2100
+ "learning_rate": 1.9866023810941435e-05,
2101
+ "loss": 2.4332,
2102
+ "step": 299
2103
+ },
2104
+ {
2105
+ "epoch": 0.05233090576076054,
2106
+ "grad_norm": 1.4407763481140137,
2107
+ "learning_rate": 1.9865128173807465e-05,
2108
+ "loss": 2.4143,
2109
+ "step": 300
2110
+ },
2111
+ {
2112
+ "epoch": 0.05250534211329641,
2113
+ "grad_norm": 1.4016917943954468,
2114
+ "learning_rate": 1.986422957327468e-05,
2115
+ "loss": 2.3988,
2116
+ "step": 301
2117
+ },
2118
+ {
2119
+ "epoch": 0.05267977846583228,
2120
+ "grad_norm": 1.3294743299484253,
2121
+ "learning_rate": 1.9863328009613004e-05,
2122
+ "loss": 2.3502,
2123
+ "step": 302
2124
+ },
2125
+ {
2126
+ "epoch": 0.05285421481836815,
2127
+ "grad_norm": 1.7169448137283325,
2128
+ "learning_rate": 1.9862423483093265e-05,
2129
+ "loss": 2.3623,
2130
+ "step": 303
2131
+ },
2132
+ {
2133
+ "epoch": 0.053028651170904016,
2134
+ "grad_norm": 1.4588935375213623,
2135
+ "learning_rate": 1.9861515993987174e-05,
2136
+ "loss": 2.3209,
2137
+ "step": 304
2138
+ },
2139
+ {
2140
+ "epoch": 0.053203087523439885,
2141
+ "grad_norm": 1.6015669107437134,
2142
+ "learning_rate": 1.9860605542567332e-05,
2143
+ "loss": 2.4256,
2144
+ "step": 305
2145
+ },
2146
+ {
2147
+ "epoch": 0.05337752387597575,
2148
+ "grad_norm": 1.665048599243164,
2149
+ "learning_rate": 1.9859692129107232e-05,
2150
+ "loss": 2.4107,
2151
+ "step": 306
2152
+ },
2153
+ {
2154
+ "epoch": 0.05355196022851162,
2155
+ "grad_norm": 1.40248441696167,
2156
+ "learning_rate": 1.9858775753881256e-05,
2157
+ "loss": 2.3476,
2158
+ "step": 307
2159
+ },
2160
+ {
2161
+ "epoch": 0.05372639658104749,
2162
+ "grad_norm": 1.417620301246643,
2163
+ "learning_rate": 1.985785641716467e-05,
2164
+ "loss": 2.3219,
2165
+ "step": 308
2166
+ },
2167
+ {
2168
+ "epoch": 0.05390083293358336,
2169
+ "grad_norm": 1.3330397605895996,
2170
+ "learning_rate": 1.9856934119233642e-05,
2171
+ "loss": 2.4697,
2172
+ "step": 309
2173
+ },
2174
+ {
2175
+ "epoch": 0.05407526928611923,
2176
+ "grad_norm": 1.458253026008606,
2177
+ "learning_rate": 1.9856008860365218e-05,
2178
+ "loss": 2.4188,
2179
+ "step": 310
2180
+ },
2181
+ {
2182
+ "epoch": 0.054249705638655096,
2183
+ "grad_norm": 1.2730991840362549,
2184
+ "learning_rate": 1.985508064083734e-05,
2185
+ "loss": 2.4782,
2186
+ "step": 311
2187
+ },
2188
+ {
2189
+ "epoch": 0.054424141991190965,
2190
+ "grad_norm": 1.2887402772903442,
2191
+ "learning_rate": 1.9854149460928832e-05,
2192
+ "loss": 2.3951,
2193
+ "step": 312
2194
+ },
2195
+ {
2196
+ "epoch": 0.054598578343726833,
2197
+ "grad_norm": 1.3122066259384155,
2198
+ "learning_rate": 1.9853215320919417e-05,
2199
+ "loss": 2.3913,
2200
+ "step": 313
2201
+ },
2202
+ {
2203
+ "epoch": 0.0547730146962627,
2204
+ "grad_norm": 1.2812821865081787,
2205
+ "learning_rate": 1.9852278221089703e-05,
2206
+ "loss": 2.4568,
2207
+ "step": 314
2208
+ },
2209
+ {
2210
+ "epoch": 0.05494745104879857,
2211
+ "grad_norm": 1.332638144493103,
2212
+ "learning_rate": 1.9851338161721187e-05,
2213
+ "loss": 2.3442,
2214
+ "step": 315
2215
+ },
2216
+ {
2217
+ "epoch": 0.05512188740133444,
2218
+ "grad_norm": 1.7012215852737427,
2219
+ "learning_rate": 1.985039514309625e-05,
2220
+ "loss": 2.3815,
2221
+ "step": 316
2222
+ },
2223
+ {
2224
+ "epoch": 0.05529632375387031,
2225
+ "grad_norm": 1.734442114830017,
2226
+ "learning_rate": 1.984944916549817e-05,
2227
+ "loss": 2.4498,
2228
+ "step": 317
2229
+ },
2230
+ {
2231
+ "epoch": 0.055470760106406176,
2232
+ "grad_norm": 1.3560783863067627,
2233
+ "learning_rate": 1.984850022921111e-05,
2234
+ "loss": 2.3519,
2235
+ "step": 318
2236
+ },
2237
+ {
2238
+ "epoch": 0.055645196458942045,
2239
+ "grad_norm": 1.4426189661026,
2240
+ "learning_rate": 1.9847548334520125e-05,
2241
+ "loss": 2.3704,
2242
+ "step": 319
2243
+ },
2244
+ {
2245
+ "epoch": 0.055819632811477914,
2246
+ "grad_norm": 1.3491218090057373,
2247
+ "learning_rate": 1.984659348171115e-05,
2248
+ "loss": 2.4397,
2249
+ "step": 320
2250
+ },
2251
+ {
2252
+ "epoch": 0.05599406916401378,
2253
+ "grad_norm": 1.633467674255371,
2254
+ "learning_rate": 1.984563567107102e-05,
2255
+ "loss": 2.4025,
2256
+ "step": 321
2257
+ },
2258
+ {
2259
+ "epoch": 0.05616850551654965,
2260
+ "grad_norm": 1.645308017730713,
2261
+ "learning_rate": 1.9844674902887447e-05,
2262
+ "loss": 2.3812,
2263
+ "step": 322
2264
+ },
2265
+ {
2266
+ "epoch": 0.05634294186908552,
2267
+ "grad_norm": 1.2937862873077393,
2268
+ "learning_rate": 1.984371117744904e-05,
2269
+ "loss": 2.4385,
2270
+ "step": 323
2271
+ },
2272
+ {
2273
+ "epoch": 0.05651737822162139,
2274
+ "grad_norm": 1.3883531093597412,
2275
+ "learning_rate": 1.98427444950453e-05,
2276
+ "loss": 2.4572,
2277
+ "step": 324
2278
+ },
2279
+ {
2280
+ "epoch": 0.05669181457415726,
2281
+ "grad_norm": 1.6096773147583008,
2282
+ "learning_rate": 1.9841774855966603e-05,
2283
+ "loss": 2.3716,
2284
+ "step": 325
2285
+ },
2286
+ {
2287
+ "epoch": 0.056866250926693125,
2288
+ "grad_norm": 1.3917431831359863,
2289
+ "learning_rate": 1.984080226050422e-05,
2290
+ "loss": 2.4046,
2291
+ "step": 326
2292
+ },
2293
+ {
2294
+ "epoch": 0.057040687279228994,
2295
+ "grad_norm": 1.5264678001403809,
2296
+ "learning_rate": 1.9839826708950314e-05,
2297
+ "loss": 2.4295,
2298
+ "step": 327
2299
+ },
2300
+ {
2301
+ "epoch": 0.05721512363176486,
2302
+ "grad_norm": 1.7519742250442505,
2303
+ "learning_rate": 1.983884820159793e-05,
2304
+ "loss": 2.3751,
2305
+ "step": 328
2306
+ },
2307
+ {
2308
+ "epoch": 0.05738955998430073,
2309
+ "grad_norm": 1.6407115459442139,
2310
+ "learning_rate": 1.9837866738741004e-05,
2311
+ "loss": 2.3901,
2312
+ "step": 329
2313
+ },
2314
+ {
2315
+ "epoch": 0.0575639963368366,
2316
+ "grad_norm": 1.6066696643829346,
2317
+ "learning_rate": 1.9836882320674355e-05,
2318
+ "loss": 2.3377,
2319
+ "step": 330
2320
+ },
2321
+ {
2322
+ "epoch": 0.05773843268937247,
2323
+ "grad_norm": 1.4142851829528809,
2324
+ "learning_rate": 1.98358949476937e-05,
2325
+ "loss": 2.3275,
2326
+ "step": 331
2327
+ },
2328
+ {
2329
+ "epoch": 0.05791286904190834,
2330
+ "grad_norm": 1.626836895942688,
2331
+ "learning_rate": 1.9834904620095636e-05,
2332
+ "loss": 2.407,
2333
+ "step": 332
2334
+ },
2335
+ {
2336
+ "epoch": 0.058087305394444205,
2337
+ "grad_norm": 1.7783496379852295,
2338
+ "learning_rate": 1.9833911338177643e-05,
2339
+ "loss": 2.3326,
2340
+ "step": 333
2341
+ },
2342
+ {
2343
+ "epoch": 0.058261741746980074,
2344
+ "grad_norm": 1.2807954549789429,
2345
+ "learning_rate": 1.98329151022381e-05,
2346
+ "loss": 2.4167,
2347
+ "step": 334
2348
+ },
2349
+ {
2350
+ "epoch": 0.05843617809951594,
2351
+ "grad_norm": 1.4162473678588867,
2352
+ "learning_rate": 1.983191591257627e-05,
2353
+ "loss": 2.2833,
2354
+ "step": 335
2355
+ },
2356
+ {
2357
+ "epoch": 0.05861061445205181,
2358
+ "grad_norm": 1.624590277671814,
2359
+ "learning_rate": 1.9830913769492288e-05,
2360
+ "loss": 2.4053,
2361
+ "step": 336
2362
+ },
2363
+ {
2364
+ "epoch": 0.05878505080458767,
2365
+ "grad_norm": 1.7706891298294067,
2366
+ "learning_rate": 1.9829908673287204e-05,
2367
+ "loss": 2.42,
2368
+ "step": 337
2369
+ },
2370
+ {
2371
+ "epoch": 0.05895948715712354,
2372
+ "grad_norm": 1.5112805366516113,
2373
+ "learning_rate": 1.9828900624262936e-05,
2374
+ "loss": 2.3612,
2375
+ "step": 338
2376
+ },
2377
+ {
2378
+ "epoch": 0.05913392350965941,
2379
+ "grad_norm": 1.3214328289031982,
2380
+ "learning_rate": 1.9827889622722286e-05,
2381
+ "loss": 2.3226,
2382
+ "step": 339
2383
+ },
2384
+ {
2385
+ "epoch": 0.05930835986219528,
2386
+ "grad_norm": 1.4439013004302979,
2387
+ "learning_rate": 1.9826875668968956e-05,
2388
+ "loss": 2.375,
2389
+ "step": 340
2390
+ },
2391
+ {
2392
+ "epoch": 0.05948279621473115,
2393
+ "grad_norm": 1.4002898931503296,
2394
+ "learning_rate": 1.982585876330753e-05,
2395
+ "loss": 2.4322,
2396
+ "step": 341
2397
+ },
2398
+ {
2399
+ "epoch": 0.059657232567267016,
2400
+ "grad_norm": 1.2938768863677979,
2401
+ "learning_rate": 1.9824838906043474e-05,
2402
+ "loss": 2.3968,
2403
+ "step": 342
2404
+ },
2405
+ {
2406
+ "epoch": 0.059831668919802884,
2407
+ "grad_norm": 1.5731651782989502,
2408
+ "learning_rate": 1.982381609748315e-05,
2409
+ "loss": 2.566,
2410
+ "step": 343
2411
+ },
2412
+ {
2413
+ "epoch": 0.06000610527233875,
2414
+ "grad_norm": 1.547782301902771,
2415
+ "learning_rate": 1.9822790337933795e-05,
2416
+ "loss": 2.417,
2417
+ "step": 344
2418
+ },
2419
+ {
2420
+ "epoch": 0.06018054162487462,
2421
+ "grad_norm": 1.341831922531128,
2422
+ "learning_rate": 1.982176162770354e-05,
2423
+ "loss": 2.3751,
2424
+ "step": 345
2425
+ },
2426
+ {
2427
+ "epoch": 0.06035497797741049,
2428
+ "grad_norm": 1.7655550241470337,
2429
+ "learning_rate": 1.98207299671014e-05,
2430
+ "loss": 2.345,
2431
+ "step": 346
2432
+ },
2433
+ {
2434
+ "epoch": 0.06052941432994636,
2435
+ "grad_norm": 1.3947689533233643,
2436
+ "learning_rate": 1.981969535643728e-05,
2437
+ "loss": 2.3382,
2438
+ "step": 347
2439
+ },
2440
+ {
2441
+ "epoch": 0.06070385068248223,
2442
+ "grad_norm": 1.4045509099960327,
2443
+ "learning_rate": 1.9818657796021963e-05,
2444
+ "loss": 2.4082,
2445
+ "step": 348
2446
+ },
2447
+ {
2448
+ "epoch": 0.060878287035018096,
2449
+ "grad_norm": 1.3720613718032837,
2450
+ "learning_rate": 1.981761728616713e-05,
2451
+ "loss": 2.3773,
2452
+ "step": 349
2453
+ },
2454
+ {
2455
+ "epoch": 0.061052723387553964,
2456
+ "grad_norm": 1.4530807733535767,
2457
+ "learning_rate": 1.981657382718533e-05,
2458
+ "loss": 2.4493,
2459
+ "step": 350
2460
+ },
2461
+ {
2462
+ "epoch": 0.06122715974008983,
2463
+ "grad_norm": 1.46053946018219,
2464
+ "learning_rate": 1.9815527419390025e-05,
2465
+ "loss": 2.4241,
2466
+ "step": 351
2467
+ },
2468
+ {
2469
+ "epoch": 0.0614015960926257,
2470
+ "grad_norm": 1.4307738542556763,
2471
+ "learning_rate": 1.9814478063095533e-05,
2472
+ "loss": 2.4566,
2473
+ "step": 352
2474
+ },
2475
+ {
2476
+ "epoch": 0.06157603244516157,
2477
+ "grad_norm": 1.6470956802368164,
2478
+ "learning_rate": 1.9813425758617074e-05,
2479
+ "loss": 2.3316,
2480
+ "step": 353
2481
+ },
2482
+ {
2483
+ "epoch": 0.06175046879769744,
2484
+ "grad_norm": 1.3970379829406738,
2485
+ "learning_rate": 1.9812370506270757e-05,
2486
+ "loss": 2.4239,
2487
+ "step": 354
2488
+ },
2489
+ {
2490
+ "epoch": 0.06192490515023331,
2491
+ "grad_norm": 1.5171780586242676,
2492
+ "learning_rate": 1.9811312306373566e-05,
2493
+ "loss": 2.3336,
2494
+ "step": 355
2495
+ },
2496
+ {
2497
+ "epoch": 0.062099341502769176,
2498
+ "grad_norm": 1.6471954584121704,
2499
+ "learning_rate": 1.9810251159243378e-05,
2500
+ "loss": 2.4227,
2501
+ "step": 356
2502
+ },
2503
+ {
2504
+ "epoch": 0.062273777855305044,
2505
+ "grad_norm": 1.7386785745620728,
2506
+ "learning_rate": 1.9809187065198946e-05,
2507
+ "loss": 2.3705,
2508
+ "step": 357
2509
+ },
2510
+ {
2511
+ "epoch": 0.06244821420784091,
2512
+ "grad_norm": 1.2642788887023926,
2513
+ "learning_rate": 1.9808120024559926e-05,
2514
+ "loss": 2.4254,
2515
+ "step": 358
2516
+ },
2517
+ {
2518
+ "epoch": 0.06262265056037679,
2519
+ "grad_norm": 1.8010858297348022,
2520
+ "learning_rate": 1.9807050037646835e-05,
2521
+ "loss": 2.426,
2522
+ "step": 359
2523
+ },
2524
+ {
2525
+ "epoch": 0.06279708691291265,
2526
+ "grad_norm": 1.8743391036987305,
2527
+ "learning_rate": 1.9805977104781096e-05,
2528
+ "loss": 2.3428,
2529
+ "step": 360
2530
+ },
2531
+ {
2532
+ "epoch": 0.06297152326544853,
2533
+ "grad_norm": 1.3711581230163574,
2534
+ "learning_rate": 1.9804901226285008e-05,
2535
+ "loss": 2.3716,
2536
+ "step": 361
2537
+ },
2538
+ {
2539
+ "epoch": 0.06314595961798439,
2540
+ "grad_norm": 1.247936487197876,
2541
+ "learning_rate": 1.980382240248175e-05,
2542
+ "loss": 2.4959,
2543
+ "step": 362
2544
+ },
2545
+ {
2546
+ "epoch": 0.06332039597052026,
2547
+ "grad_norm": 1.8133149147033691,
2548
+ "learning_rate": 1.98027406336954e-05,
2549
+ "loss": 2.3219,
2550
+ "step": 363
2551
+ },
2552
+ {
2553
+ "epoch": 0.06349483232305612,
2554
+ "grad_norm": 1.3832167387008667,
2555
+ "learning_rate": 1.9801655920250903e-05,
2556
+ "loss": 2.4259,
2557
+ "step": 364
2558
+ },
2559
+ {
2560
+ "epoch": 0.063669268675592,
2561
+ "grad_norm": 1.6304293870925903,
2562
+ "learning_rate": 1.9800568262474105e-05,
2563
+ "loss": 2.4132,
2564
+ "step": 365
2565
+ },
2566
+ {
2567
+ "epoch": 0.06384370502812786,
2568
+ "grad_norm": 1.4240648746490479,
2569
+ "learning_rate": 1.9799477660691722e-05,
2570
+ "loss": 2.4464,
2571
+ "step": 366
2572
+ },
2573
+ {
2574
+ "epoch": 0.06401814138066372,
2575
+ "grad_norm": 1.389060139656067,
2576
+ "learning_rate": 1.979838411523137e-05,
2577
+ "loss": 2.3581,
2578
+ "step": 367
2579
+ },
2580
+ {
2581
+ "epoch": 0.0641925777331996,
2582
+ "grad_norm": 1.5448274612426758,
2583
+ "learning_rate": 1.9797287626421534e-05,
2584
+ "loss": 2.4142,
2585
+ "step": 368
2586
+ },
2587
+ {
2588
+ "epoch": 0.06436701408573546,
2589
+ "grad_norm": 1.4151273965835571,
2590
+ "learning_rate": 1.979618819459159e-05,
2591
+ "loss": 2.3942,
2592
+ "step": 369
2593
+ },
2594
+ {
2595
+ "epoch": 0.06454145043827134,
2596
+ "grad_norm": 1.390164852142334,
2597
+ "learning_rate": 1.9795085820071796e-05,
2598
+ "loss": 2.3911,
2599
+ "step": 370
2600
+ },
2601
+ {
2602
+ "epoch": 0.0647158867908072,
2603
+ "grad_norm": 1.6348448991775513,
2604
+ "learning_rate": 1.9793980503193305e-05,
2605
+ "loss": 2.433,
2606
+ "step": 371
2607
+ },
2608
+ {
2609
+ "epoch": 0.06489032314334307,
2610
+ "grad_norm": 1.6474809646606445,
2611
+ "learning_rate": 1.9792872244288132e-05,
2612
+ "loss": 2.3796,
2613
+ "step": 372
2614
+ },
2615
+ {
2616
+ "epoch": 0.06506475949587893,
2617
+ "grad_norm": 1.6639331579208374,
2618
+ "learning_rate": 1.9791761043689196e-05,
2619
+ "loss": 2.3842,
2620
+ "step": 373
2621
+ },
2622
+ {
2623
+ "epoch": 0.06523919584841481,
2624
+ "grad_norm": 1.7714684009552002,
2625
+ "learning_rate": 1.9790646901730295e-05,
2626
+ "loss": 2.2931,
2627
+ "step": 374
2628
+ },
2629
+ {
2630
+ "epoch": 0.06541363220095067,
2631
+ "grad_norm": 1.3081809282302856,
2632
+ "learning_rate": 1.97895298187461e-05,
2633
+ "loss": 2.3732,
2634
+ "step": 375
2635
+ },
2636
+ {
2637
+ "epoch": 0.06558806855348655,
2638
+ "grad_norm": 1.2676739692687988,
2639
+ "learning_rate": 1.9788409795072175e-05,
2640
+ "loss": 2.3876,
2641
+ "step": 376
2642
+ },
2643
+ {
2644
+ "epoch": 0.06576250490602241,
2645
+ "grad_norm": 1.2780934572219849,
2646
+ "learning_rate": 1.978728683104497e-05,
2647
+ "loss": 2.4042,
2648
+ "step": 377
2649
+ },
2650
+ {
2651
+ "epoch": 0.06593694125855828,
2652
+ "grad_norm": 1.3726259469985962,
2653
+ "learning_rate": 1.9786160927001813e-05,
2654
+ "loss": 2.3426,
2655
+ "step": 378
2656
+ },
2657
+ {
2658
+ "epoch": 0.06611137761109415,
2659
+ "grad_norm": 1.432327389717102,
2660
+ "learning_rate": 1.9785032083280908e-05,
2661
+ "loss": 2.3642,
2662
+ "step": 379
2663
+ },
2664
+ {
2665
+ "epoch": 0.06628581396363002,
2666
+ "grad_norm": 1.6768873929977417,
2667
+ "learning_rate": 1.9783900300221354e-05,
2668
+ "loss": 2.2882,
2669
+ "step": 380
2670
+ },
2671
+ {
2672
+ "epoch": 0.06646025031616588,
2673
+ "grad_norm": 1.4049510955810547,
2674
+ "learning_rate": 1.9782765578163135e-05,
2675
+ "loss": 2.5545,
2676
+ "step": 381
2677
+ },
2678
+ {
2679
+ "epoch": 0.06663468666870176,
2680
+ "grad_norm": 1.4143366813659668,
2681
+ "learning_rate": 1.9781627917447102e-05,
2682
+ "loss": 2.3725,
2683
+ "step": 382
2684
+ },
2685
+ {
2686
+ "epoch": 0.06680912302123762,
2687
+ "grad_norm": 1.4933009147644043,
2688
+ "learning_rate": 1.9780487318415002e-05,
2689
+ "loss": 2.3033,
2690
+ "step": 383
2691
+ },
2692
+ {
2693
+ "epoch": 0.0669835593737735,
2694
+ "grad_norm": 1.6135351657867432,
2695
+ "learning_rate": 1.9779343781409466e-05,
2696
+ "loss": 2.3026,
2697
+ "step": 384
2698
+ },
2699
+ {
2700
+ "epoch": 0.06715799572630936,
2701
+ "grad_norm": 1.296132206916809,
2702
+ "learning_rate": 1.9778197306773993e-05,
2703
+ "loss": 2.4216,
2704
+ "step": 385
2705
+ },
2706
+ {
2707
+ "epoch": 0.06733243207884523,
2708
+ "grad_norm": 1.4589896202087402,
2709
+ "learning_rate": 1.9777047894852984e-05,
2710
+ "loss": 2.3517,
2711
+ "step": 386
2712
+ },
2713
+ {
2714
+ "epoch": 0.0675068684313811,
2715
+ "grad_norm": 1.5654690265655518,
2716
+ "learning_rate": 1.9775895545991706e-05,
2717
+ "loss": 2.3216,
2718
+ "step": 387
2719
+ },
2720
+ {
2721
+ "epoch": 0.06768130478391697,
2722
+ "grad_norm": 1.6456212997436523,
2723
+ "learning_rate": 1.9774740260536318e-05,
2724
+ "loss": 2.4512,
2725
+ "step": 388
2726
+ },
2727
+ {
2728
+ "epoch": 0.06785574113645283,
2729
+ "grad_norm": 1.1279009580612183,
2730
+ "learning_rate": 1.9773582038833856e-05,
2731
+ "loss": 2.3354,
2732
+ "step": 389
2733
+ },
2734
+ {
2735
+ "epoch": 0.06803017748898871,
2736
+ "grad_norm": 1.8721423149108887,
2737
+ "learning_rate": 1.977242088123224e-05,
2738
+ "loss": 2.3397,
2739
+ "step": 390
2740
+ },
2741
+ {
2742
+ "epoch": 0.06820461384152457,
2743
+ "grad_norm": 1.3232184648513794,
2744
+ "learning_rate": 1.977125678808027e-05,
2745
+ "loss": 2.4506,
2746
+ "step": 391
2747
+ },
2748
+ {
2749
+ "epoch": 0.06837905019406045,
2750
+ "grad_norm": 1.473832130432129,
2751
+ "learning_rate": 1.9770089759727634e-05,
2752
+ "loss": 2.4274,
2753
+ "step": 392
2754
+ },
2755
+ {
2756
+ "epoch": 0.0685534865465963,
2757
+ "grad_norm": 1.2872313261032104,
2758
+ "learning_rate": 1.976891979652489e-05,
2759
+ "loss": 2.3998,
2760
+ "step": 393
2761
+ },
2762
+ {
2763
+ "epoch": 0.06872792289913218,
2764
+ "grad_norm": 1.4402687549591064,
2765
+ "learning_rate": 1.976774689882349e-05,
2766
+ "loss": 2.3328,
2767
+ "step": 394
2768
+ },
2769
+ {
2770
+ "epoch": 0.06890235925166804,
2771
+ "grad_norm": 1.7379682064056396,
2772
+ "learning_rate": 1.976657106697576e-05,
2773
+ "loss": 2.2738,
2774
+ "step": 395
2775
+ },
2776
+ {
2777
+ "epoch": 0.06907679560420392,
2778
+ "grad_norm": 1.4683201313018799,
2779
+ "learning_rate": 1.9765392301334912e-05,
2780
+ "loss": 2.3298,
2781
+ "step": 396
2782
+ },
2783
+ {
2784
+ "epoch": 0.06925123195673978,
2785
+ "grad_norm": 1.7310495376586914,
2786
+ "learning_rate": 1.9764210602255042e-05,
2787
+ "loss": 2.3347,
2788
+ "step": 397
2789
+ },
2790
+ {
2791
+ "epoch": 0.06942566830927566,
2792
+ "grad_norm": 1.282238483428955,
2793
+ "learning_rate": 1.976302597009111e-05,
2794
+ "loss": 2.4439,
2795
+ "step": 398
2796
+ },
2797
+ {
2798
+ "epoch": 0.06960010466181152,
2799
+ "grad_norm": 1.7878146171569824,
2800
+ "learning_rate": 1.9761838405198975e-05,
2801
+ "loss": 2.3392,
2802
+ "step": 399
2803
+ },
2804
+ {
2805
+ "epoch": 0.0697745410143474,
2806
+ "grad_norm": 1.49333655834198,
2807
+ "learning_rate": 1.9760647907935372e-05,
2808
+ "loss": 2.4003,
2809
+ "step": 400
2810
+ },
2811
+ {
2812
+ "epoch": 0.06994897736688326,
2813
+ "grad_norm": 1.7217589616775513,
2814
+ "learning_rate": 1.9759454478657916e-05,
2815
+ "loss": 2.4876,
2816
+ "step": 401
2817
+ },
2818
+ {
2819
+ "epoch": 0.07012341371941913,
2820
+ "grad_norm": 1.8384039402008057,
2821
+ "learning_rate": 1.9758258117725103e-05,
2822
+ "loss": 2.4194,
2823
+ "step": 402
2824
+ },
2825
+ {
2826
+ "epoch": 0.07029785007195499,
2827
+ "grad_norm": 1.4827479124069214,
2828
+ "learning_rate": 1.9757058825496304e-05,
2829
+ "loss": 2.3231,
2830
+ "step": 403
2831
+ },
2832
+ {
2833
+ "epoch": 0.07047228642449087,
2834
+ "grad_norm": 2.0409202575683594,
2835
+ "learning_rate": 1.9755856602331788e-05,
2836
+ "loss": 2.3676,
2837
+ "step": 404
2838
+ },
2839
+ {
2840
+ "epoch": 0.07064672277702673,
2841
+ "grad_norm": 2.0943498611450195,
2842
+ "learning_rate": 1.975465144859268e-05,
2843
+ "loss": 2.346,
2844
+ "step": 405
2845
+ },
2846
+ {
2847
+ "epoch": 0.0708211591295626,
2848
+ "grad_norm": 1.7247077226638794,
2849
+ "learning_rate": 1.9753443364641003e-05,
2850
+ "loss": 2.4156,
2851
+ "step": 406
2852
+ },
2853
+ {
2854
+ "epoch": 0.07099559548209847,
2855
+ "grad_norm": 1.6389884948730469,
2856
+ "learning_rate": 1.9752232350839655e-05,
2857
+ "loss": 2.4421,
2858
+ "step": 407
2859
+ },
2860
+ {
2861
+ "epoch": 0.07117003183463434,
2862
+ "grad_norm": 1.4450297355651855,
2863
+ "learning_rate": 1.9751018407552417e-05,
2864
+ "loss": 2.4197,
2865
+ "step": 408
2866
+ },
2867
+ {
2868
+ "epoch": 0.0713444681871702,
2869
+ "grad_norm": 1.9050893783569336,
2870
+ "learning_rate": 1.974980153514394e-05,
2871
+ "loss": 2.4206,
2872
+ "step": 409
2873
+ },
2874
+ {
2875
+ "epoch": 0.07151890453970608,
2876
+ "grad_norm": 1.9705986976623535,
2877
+ "learning_rate": 1.9748581733979765e-05,
2878
+ "loss": 2.4198,
2879
+ "step": 410
2880
+ },
2881
+ {
2882
+ "epoch": 0.07169334089224194,
2883
+ "grad_norm": 1.2476797103881836,
2884
+ "learning_rate": 1.974735900442631e-05,
2885
+ "loss": 2.4691,
2886
+ "step": 411
2887
+ },
2888
+ {
2889
+ "epoch": 0.07186777724477782,
2890
+ "grad_norm": 1.9588394165039062,
2891
+ "learning_rate": 1.974613334685088e-05,
2892
+ "loss": 2.3199,
2893
+ "step": 412
2894
+ },
2895
+ {
2896
+ "epoch": 0.07204221359731368,
2897
+ "grad_norm": 1.1900495290756226,
2898
+ "learning_rate": 1.9744904761621637e-05,
2899
+ "loss": 2.4509,
2900
+ "step": 413
2901
+ },
2902
+ {
2903
+ "epoch": 0.07221664994984955,
2904
+ "grad_norm": 1.2315596342086792,
2905
+ "learning_rate": 1.9743673249107648e-05,
2906
+ "loss": 2.4883,
2907
+ "step": 414
2908
+ },
2909
+ {
2910
+ "epoch": 0.07239108630238542,
2911
+ "grad_norm": 1.5698446035385132,
2912
+ "learning_rate": 1.9742438809678845e-05,
2913
+ "loss": 2.4198,
2914
+ "step": 415
2915
+ },
2916
+ {
2917
+ "epoch": 0.07256552265492129,
2918
+ "grad_norm": 1.2652220726013184,
2919
+ "learning_rate": 1.9741201443706042e-05,
2920
+ "loss": 2.4369,
2921
+ "step": 416
2922
+ },
2923
+ {
2924
+ "epoch": 0.07273995900745715,
2925
+ "grad_norm": 1.598838210105896,
2926
+ "learning_rate": 1.9739961151560934e-05,
2927
+ "loss": 2.3751,
2928
+ "step": 417
2929
+ },
2930
+ {
2931
+ "epoch": 0.07291439535999303,
2932
+ "grad_norm": 1.5293325185775757,
2933
+ "learning_rate": 1.9738717933616097e-05,
2934
+ "loss": 2.2975,
2935
+ "step": 418
2936
+ },
2937
+ {
2938
+ "epoch": 0.07308883171252889,
2939
+ "grad_norm": 1.4654160737991333,
2940
+ "learning_rate": 1.973747179024498e-05,
2941
+ "loss": 2.4584,
2942
+ "step": 419
2943
+ },
2944
+ {
2945
+ "epoch": 0.07326326806506477,
2946
+ "grad_norm": 2.122349739074707,
2947
+ "learning_rate": 1.973622272182191e-05,
2948
+ "loss": 2.3986,
2949
+ "step": 420
2950
+ },
2951
+ {
2952
+ "epoch": 0.07343770441760063,
2953
+ "grad_norm": 1.2285245656967163,
2954
+ "learning_rate": 1.9734970728722104e-05,
2955
+ "loss": 2.4235,
2956
+ "step": 421
2957
+ },
2958
+ {
2959
+ "epoch": 0.0736121407701365,
2960
+ "grad_norm": 1.9987893104553223,
2961
+ "learning_rate": 1.9733715811321647e-05,
2962
+ "loss": 2.3084,
2963
+ "step": 422
2964
+ },
2965
+ {
2966
+ "epoch": 0.07378657712267236,
2967
+ "grad_norm": 1.776050329208374,
2968
+ "learning_rate": 1.97324579699975e-05,
2969
+ "loss": 2.3405,
2970
+ "step": 423
2971
+ },
2972
+ {
2973
+ "epoch": 0.07396101347520824,
2974
+ "grad_norm": 1.803099513053894,
2975
+ "learning_rate": 1.9731197205127514e-05,
2976
+ "loss": 2.3415,
2977
+ "step": 424
2978
+ },
2979
+ {
2980
+ "epoch": 0.0741354498277441,
2981
+ "grad_norm": 1.8458434343338013,
2982
+ "learning_rate": 1.972993351709041e-05,
2983
+ "loss": 2.4224,
2984
+ "step": 425
2985
+ },
2986
+ {
2987
+ "epoch": 0.07430988618027998,
2988
+ "grad_norm": 1.5347226858139038,
2989
+ "learning_rate": 1.972866690626579e-05,
2990
+ "loss": 2.3708,
2991
+ "step": 426
2992
+ },
2993
+ {
2994
+ "epoch": 0.07448432253281584,
2995
+ "grad_norm": 1.8743529319763184,
2996
+ "learning_rate": 1.972739737303413e-05,
2997
+ "loss": 2.2045,
2998
+ "step": 427
2999
+ },
3000
+ {
3001
+ "epoch": 0.07465875888535171,
3002
+ "grad_norm": 1.7931842803955078,
3003
+ "learning_rate": 1.972612491777679e-05,
3004
+ "loss": 2.2826,
3005
+ "step": 428
3006
+ },
3007
+ {
3008
+ "epoch": 0.07483319523788758,
3009
+ "grad_norm": 1.9542185068130493,
3010
+ "learning_rate": 1.9724849540876e-05,
3011
+ "loss": 2.3215,
3012
+ "step": 429
3013
+ },
3014
+ {
3015
+ "epoch": 0.07500763159042344,
3016
+ "grad_norm": 1.8774574995040894,
3017
+ "learning_rate": 1.9723571242714875e-05,
3018
+ "loss": 2.3341,
3019
+ "step": 430
3020
+ },
3021
+ {
3022
+ "epoch": 0.07518206794295931,
3023
+ "grad_norm": 1.6885104179382324,
3024
+ "learning_rate": 1.972229002367741e-05,
3025
+ "loss": 2.406,
3026
+ "step": 431
3027
+ },
3028
+ {
3029
+ "epoch": 0.07535650429549517,
3030
+ "grad_norm": 1.528937578201294,
3031
+ "learning_rate": 1.972100588414846e-05,
3032
+ "loss": 2.4123,
3033
+ "step": 432
3034
+ },
3035
+ {
3036
+ "epoch": 0.07553094064803105,
3037
+ "grad_norm": 2.120652914047241,
3038
+ "learning_rate": 1.971971882451378e-05,
3039
+ "loss": 2.3124,
3040
+ "step": 433
3041
+ },
3042
+ {
3043
+ "epoch": 0.07570537700056691,
3044
+ "grad_norm": 1.9184770584106445,
3045
+ "learning_rate": 1.9718428845159985e-05,
3046
+ "loss": 2.2824,
3047
+ "step": 434
3048
+ },
3049
+ {
3050
+ "epoch": 0.07587981335310279,
3051
+ "grad_norm": 1.7023941278457642,
3052
+ "learning_rate": 1.971713594647458e-05,
3053
+ "loss": 2.5066,
3054
+ "step": 435
3055
+ },
3056
+ {
3057
+ "epoch": 0.07605424970563865,
3058
+ "grad_norm": 1.5219942331314087,
3059
+ "learning_rate": 1.9715840128845934e-05,
3060
+ "loss": 2.3874,
3061
+ "step": 436
3062
+ },
3063
+ {
3064
+ "epoch": 0.07622868605817452,
3065
+ "grad_norm": 1.7602057456970215,
3066
+ "learning_rate": 1.9714541392663303e-05,
3067
+ "loss": 2.3447,
3068
+ "step": 437
3069
+ },
3070
+ {
3071
+ "epoch": 0.07640312241071039,
3072
+ "grad_norm": 1.5413360595703125,
3073
+ "learning_rate": 1.9713239738316814e-05,
3074
+ "loss": 2.3641,
3075
+ "step": 438
3076
+ },
3077
+ {
3078
+ "epoch": 0.07657755876324626,
3079
+ "grad_norm": 1.5650379657745361,
3080
+ "learning_rate": 1.9711935166197476e-05,
3081
+ "loss": 2.3819,
3082
+ "step": 439
3083
+ },
3084
+ {
3085
+ "epoch": 0.07675199511578212,
3086
+ "grad_norm": 1.4548076391220093,
3087
+ "learning_rate": 1.9710627676697167e-05,
3088
+ "loss": 2.3604,
3089
+ "step": 440
3090
+ },
3091
+ {
3092
+ "epoch": 0.076926431468318,
3093
+ "grad_norm": 1.605847954750061,
3094
+ "learning_rate": 1.9709317270208648e-05,
3095
+ "loss": 2.3553,
3096
+ "step": 441
3097
+ },
3098
+ {
3099
+ "epoch": 0.07710086782085386,
3100
+ "grad_norm": 1.9031760692596436,
3101
+ "learning_rate": 1.970800394712555e-05,
3102
+ "loss": 2.3639,
3103
+ "step": 442
3104
+ },
3105
+ {
3106
+ "epoch": 0.07727530417338974,
3107
+ "grad_norm": 1.2940847873687744,
3108
+ "learning_rate": 1.970668770784239e-05,
3109
+ "loss": 2.3754,
3110
+ "step": 443
3111
+ },
3112
+ {
3113
+ "epoch": 0.0774497405259256,
3114
+ "grad_norm": 1.3045122623443604,
3115
+ "learning_rate": 1.9705368552754554e-05,
3116
+ "loss": 2.3527,
3117
+ "step": 444
3118
+ },
3119
+ {
3120
+ "epoch": 0.07762417687846147,
3121
+ "grad_norm": 1.821091651916504,
3122
+ "learning_rate": 1.97040464822583e-05,
3123
+ "loss": 2.3878,
3124
+ "step": 445
3125
+ },
3126
+ {
3127
+ "epoch": 0.07779861323099733,
3128
+ "grad_norm": 1.347986102104187,
3129
+ "learning_rate": 1.970272149675077e-05,
3130
+ "loss": 2.314,
3131
+ "step": 446
3132
+ },
3133
+ {
3134
+ "epoch": 0.07797304958353321,
3135
+ "grad_norm": 1.682142972946167,
3136
+ "learning_rate": 1.9701393596629976e-05,
3137
+ "loss": 2.3703,
3138
+ "step": 447
3139
+ },
3140
+ {
3141
+ "epoch": 0.07814748593606907,
3142
+ "grad_norm": 1.795348048210144,
3143
+ "learning_rate": 1.970006278229481e-05,
3144
+ "loss": 2.4375,
3145
+ "step": 448
3146
+ },
3147
+ {
3148
+ "epoch": 0.07832192228860495,
3149
+ "grad_norm": 1.373563289642334,
3150
+ "learning_rate": 1.9698729054145037e-05,
3151
+ "loss": 2.3154,
3152
+ "step": 449
3153
+ },
3154
+ {
3155
+ "epoch": 0.07849635864114081,
3156
+ "grad_norm": 1.8862980604171753,
3157
+ "learning_rate": 1.9697392412581292e-05,
3158
+ "loss": 2.3404,
3159
+ "step": 450
3160
+ },
3161
+ {
3162
+ "epoch": 0.07867079499367668,
3163
+ "grad_norm": 2.089491128921509,
3164
+ "learning_rate": 1.9696052858005102e-05,
3165
+ "loss": 2.2637,
3166
+ "step": 451
3167
+ },
3168
+ {
3169
+ "epoch": 0.07884523134621255,
3170
+ "grad_norm": 1.3043335676193237,
3171
+ "learning_rate": 1.9694710390818844e-05,
3172
+ "loss": 2.388,
3173
+ "step": 452
3174
+ },
3175
+ {
3176
+ "epoch": 0.07901966769874842,
3177
+ "grad_norm": 1.993431806564331,
3178
+ "learning_rate": 1.9693365011425795e-05,
3179
+ "loss": 2.356,
3180
+ "step": 453
3181
+ },
3182
+ {
3183
+ "epoch": 0.07919410405128428,
3184
+ "grad_norm": 1.4185367822647095,
3185
+ "learning_rate": 1.9692016720230087e-05,
3186
+ "loss": 2.363,
3187
+ "step": 454
3188
+ },
3189
+ {
3190
+ "epoch": 0.07936854040382016,
3191
+ "grad_norm": 1.5779951810836792,
3192
+ "learning_rate": 1.9690665517636737e-05,
3193
+ "loss": 2.4034,
3194
+ "step": 455
3195
+ },
3196
+ {
3197
+ "epoch": 0.07954297675635602,
3198
+ "grad_norm": 1.5246175527572632,
3199
+ "learning_rate": 1.9689311404051638e-05,
3200
+ "loss": 2.32,
3201
+ "step": 456
3202
+ },
3203
+ {
3204
+ "epoch": 0.0797174131088919,
3205
+ "grad_norm": 1.454988718032837,
3206
+ "learning_rate": 1.9687954379881547e-05,
3207
+ "loss": 2.2606,
3208
+ "step": 457
3209
+ },
3210
+ {
3211
+ "epoch": 0.07989184946142776,
3212
+ "grad_norm": 1.9075249433517456,
3213
+ "learning_rate": 1.968659444553411e-05,
3214
+ "loss": 2.2947,
3215
+ "step": 458
3216
+ },
3217
+ {
3218
+ "epoch": 0.08006628581396363,
3219
+ "grad_norm": 1.2880980968475342,
3220
+ "learning_rate": 1.968523160141784e-05,
3221
+ "loss": 2.476,
3222
+ "step": 459
3223
+ },
3224
+ {
3225
+ "epoch": 0.0802407221664995,
3226
+ "grad_norm": 1.5887095928192139,
3227
+ "learning_rate": 1.9683865847942116e-05,
3228
+ "loss": 2.3504,
3229
+ "step": 460
3230
+ },
3231
+ {
3232
+ "epoch": 0.08041515851903537,
3233
+ "grad_norm": 1.6285221576690674,
3234
+ "learning_rate": 1.9682497185517202e-05,
3235
+ "loss": 2.3491,
3236
+ "step": 461
3237
+ },
3238
+ {
3239
+ "epoch": 0.08058959487157123,
3240
+ "grad_norm": 1.2792251110076904,
3241
+ "learning_rate": 1.9681125614554233e-05,
3242
+ "loss": 2.3908,
3243
+ "step": 462
3244
+ },
3245
+ {
3246
+ "epoch": 0.08076403122410711,
3247
+ "grad_norm": 1.908701777458191,
3248
+ "learning_rate": 1.9679751135465217e-05,
3249
+ "loss": 2.2684,
3250
+ "step": 463
3251
+ },
3252
+ {
3253
+ "epoch": 0.08093846757664297,
3254
+ "grad_norm": 1.9264978170394897,
3255
+ "learning_rate": 1.9678373748663037e-05,
3256
+ "loss": 2.2503,
3257
+ "step": 464
3258
+ },
3259
+ {
3260
+ "epoch": 0.08111290392917885,
3261
+ "grad_norm": 1.4290704727172852,
3262
+ "learning_rate": 1.9676993454561443e-05,
3263
+ "loss": 2.3777,
3264
+ "step": 465
3265
+ },
3266
+ {
3267
+ "epoch": 0.0812873402817147,
3268
+ "grad_norm": 1.5800833702087402,
3269
+ "learning_rate": 1.967561025357507e-05,
3270
+ "loss": 2.3305,
3271
+ "step": 466
3272
+ },
3273
+ {
3274
+ "epoch": 0.08146177663425058,
3275
+ "grad_norm": 1.5947967767715454,
3276
+ "learning_rate": 1.9674224146119415e-05,
3277
+ "loss": 2.4408,
3278
+ "step": 467
3279
+ },
3280
+ {
3281
+ "epoch": 0.08163621298678644,
3282
+ "grad_norm": 1.4700384140014648,
3283
+ "learning_rate": 1.9672835132610856e-05,
3284
+ "loss": 2.4019,
3285
+ "step": 468
3286
+ },
3287
+ {
3288
+ "epoch": 0.08181064933932232,
3289
+ "grad_norm": 1.6795988082885742,
3290
+ "learning_rate": 1.9671443213466635e-05,
3291
+ "loss": 2.384,
3292
+ "step": 469
3293
+ },
3294
+ {
3295
+ "epoch": 0.08198508569185818,
3296
+ "grad_norm": 1.7289254665374756,
3297
+ "learning_rate": 1.9670048389104877e-05,
3298
+ "loss": 2.3533,
3299
+ "step": 470
3300
+ },
3301
+ {
3302
+ "epoch": 0.08215952204439406,
3303
+ "grad_norm": 1.5101103782653809,
3304
+ "learning_rate": 1.9668650659944572e-05,
3305
+ "loss": 2.3505,
3306
+ "step": 471
3307
+ },
3308
+ {
3309
+ "epoch": 0.08233395839692992,
3310
+ "grad_norm": 1.77089262008667,
3311
+ "learning_rate": 1.966725002640559e-05,
3312
+ "loss": 2.354,
3313
+ "step": 472
3314
+ },
3315
+ {
3316
+ "epoch": 0.0825083947494658,
3317
+ "grad_norm": 1.330220103263855,
3318
+ "learning_rate": 1.9665846488908667e-05,
3319
+ "loss": 2.371,
3320
+ "step": 473
3321
+ },
3322
+ {
3323
+ "epoch": 0.08268283110200166,
3324
+ "grad_norm": 1.4423425197601318,
3325
+ "learning_rate": 1.9664440047875414e-05,
3326
+ "loss": 2.3396,
3327
+ "step": 474
3328
+ },
3329
+ {
3330
+ "epoch": 0.08285726745453753,
3331
+ "grad_norm": 1.332750916481018,
3332
+ "learning_rate": 1.9663030703728308e-05,
3333
+ "loss": 2.3992,
3334
+ "step": 475
3335
+ },
3336
+ {
3337
+ "epoch": 0.08303170380707339,
3338
+ "grad_norm": 1.429436206817627,
3339
+ "learning_rate": 1.9661618456890714e-05,
3340
+ "loss": 2.3788,
3341
+ "step": 476
3342
+ },
3343
+ {
3344
+ "epoch": 0.08320614015960927,
3345
+ "grad_norm": 1.4922765493392944,
3346
+ "learning_rate": 1.966020330778685e-05,
3347
+ "loss": 2.3408,
3348
+ "step": 477
3349
+ },
3350
+ {
3351
+ "epoch": 0.08338057651214513,
3352
+ "grad_norm": 1.3686106204986572,
3353
+ "learning_rate": 1.965878525684182e-05,
3354
+ "loss": 2.39,
3355
+ "step": 478
3356
+ },
3357
+ {
3358
+ "epoch": 0.083555012864681,
3359
+ "grad_norm": 1.336972951889038,
3360
+ "learning_rate": 1.9657364304481593e-05,
3361
+ "loss": 2.3683,
3362
+ "step": 479
3363
+ },
3364
+ {
3365
+ "epoch": 0.08372944921721687,
3366
+ "grad_norm": 1.1839319467544556,
3367
+ "learning_rate": 1.965594045113301e-05,
3368
+ "loss": 2.333,
3369
+ "step": 480
3370
+ },
3371
+ {
3372
+ "epoch": 0.08390388556975274,
3373
+ "grad_norm": 1.43921959400177,
3374
+ "learning_rate": 1.965451369722378e-05,
3375
+ "loss": 2.2682,
3376
+ "step": 481
3377
+ },
3378
+ {
3379
+ "epoch": 0.0840783219222886,
3380
+ "grad_norm": 1.5090000629425049,
3381
+ "learning_rate": 1.9653084043182495e-05,
3382
+ "loss": 2.376,
3383
+ "step": 482
3384
+ },
3385
+ {
3386
+ "epoch": 0.08425275827482448,
3387
+ "grad_norm": 1.365539312362671,
3388
+ "learning_rate": 1.9651651489438605e-05,
3389
+ "loss": 2.3373,
3390
+ "step": 483
3391
+ },
3392
+ {
3393
+ "epoch": 0.08442719462736034,
3394
+ "grad_norm": 1.4122323989868164,
3395
+ "learning_rate": 1.965021603642244e-05,
3396
+ "loss": 2.294,
3397
+ "step": 484
3398
+ },
3399
+ {
3400
+ "epoch": 0.08460163097989622,
3401
+ "grad_norm": 1.520734190940857,
3402
+ "learning_rate": 1.96487776845652e-05,
3403
+ "loss": 2.3876,
3404
+ "step": 485
3405
+ },
3406
+ {
3407
+ "epoch": 0.08477606733243208,
3408
+ "grad_norm": 1.36943781375885,
3409
+ "learning_rate": 1.964733643429894e-05,
3410
+ "loss": 2.3471,
3411
+ "step": 486
3412
+ },
3413
+ {
3414
+ "epoch": 0.08495050368496795,
3415
+ "grad_norm": 1.614418864250183,
3416
+ "learning_rate": 1.964589228605662e-05,
3417
+ "loss": 2.3978,
3418
+ "step": 487
3419
+ },
3420
+ {
3421
+ "epoch": 0.08512494003750382,
3422
+ "grad_norm": 1.2147819995880127,
3423
+ "learning_rate": 1.9644445240272033e-05,
3424
+ "loss": 2.388,
3425
+ "step": 488
3426
+ },
3427
+ {
3428
+ "epoch": 0.08529937639003969,
3429
+ "grad_norm": 1.6226260662078857,
3430
+ "learning_rate": 1.9642995297379865e-05,
3431
+ "loss": 2.3266,
3432
+ "step": 489
3433
+ },
3434
+ {
3435
+ "epoch": 0.08547381274257555,
3436
+ "grad_norm": 1.4589579105377197,
3437
+ "learning_rate": 1.9641542457815667e-05,
3438
+ "loss": 2.3589,
3439
+ "step": 490
3440
+ },
3441
+ {
3442
+ "epoch": 0.08564824909511141,
3443
+ "grad_norm": 1.190988540649414,
3444
+ "learning_rate": 1.9640086722015855e-05,
3445
+ "loss": 2.4012,
3446
+ "step": 491
3447
+ },
3448
+ {
3449
+ "epoch": 0.08582268544764729,
3450
+ "grad_norm": 1.3127102851867676,
3451
+ "learning_rate": 1.9638628090417727e-05,
3452
+ "loss": 2.298,
3453
+ "step": 492
3454
+ },
3455
+ {
3456
+ "epoch": 0.08599712180018315,
3457
+ "grad_norm": 1.4336836338043213,
3458
+ "learning_rate": 1.9637166563459435e-05,
3459
+ "loss": 2.3482,
3460
+ "step": 493
3461
+ },
3462
+ {
3463
+ "epoch": 0.08617155815271903,
3464
+ "grad_norm": 1.249621033668518,
3465
+ "learning_rate": 1.9635702141580017e-05,
3466
+ "loss": 2.3462,
3467
+ "step": 494
3468
+ },
3469
+ {
3470
+ "epoch": 0.08634599450525489,
3471
+ "grad_norm": 1.2816579341888428,
3472
+ "learning_rate": 1.9634234825219364e-05,
3473
+ "loss": 2.2865,
3474
+ "step": 495
3475
+ },
3476
+ {
3477
+ "epoch": 0.08652043085779076,
3478
+ "grad_norm": 1.4404956102371216,
3479
+ "learning_rate": 1.963276461481825e-05,
3480
+ "loss": 2.3848,
3481
+ "step": 496
3482
+ },
3483
+ {
3484
+ "epoch": 0.08669486721032663,
3485
+ "grad_norm": 1.5717869997024536,
3486
+ "learning_rate": 1.9631291510818315e-05,
3487
+ "loss": 2.4201,
3488
+ "step": 497
3489
+ },
3490
+ {
3491
+ "epoch": 0.0868693035628625,
3492
+ "grad_norm": 1.384863257408142,
3493
+ "learning_rate": 1.9629815513662064e-05,
3494
+ "loss": 2.3664,
3495
+ "step": 498
3496
+ },
3497
+ {
3498
+ "epoch": 0.08704373991539836,
3499
+ "grad_norm": 2.122366189956665,
3500
+ "learning_rate": 1.9628336623792876e-05,
3501
+ "loss": 2.3572,
3502
+ "step": 499
3503
+ },
3504
+ {
3505
+ "epoch": 0.08721817626793424,
3506
+ "grad_norm": 2.1985089778900146,
3507
+ "learning_rate": 1.962685484165499e-05,
3508
+ "loss": 2.3549,
3509
+ "step": 500
3510
+ }
3511
+ ],
3512
+ "logging_steps": 1,
3513
+ "max_steps": 5732,
3514
+ "num_input_tokens_seen": 0,
3515
+ "num_train_epochs": 1,
3516
+ "save_steps": 50,
3517
+ "stateful_callbacks": {
3518
+ "TrainerControl": {
3519
+ "args": {
3520
+ "should_epoch_stop": false,
3521
+ "should_evaluate": false,
3522
+ "should_log": false,
3523
+ "should_save": true,
3524
+ "should_training_stop": false
3525
+ },
3526
+ "attributes": {}
3527
+ }
3528
+ },
3529
+ "total_flos": 2.5471110610944e+17,
3530
+ "train_batch_size": 16,
3531
+ "trial_name": null,
3532
+ "trial_params": null
3533
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4bf66f52bc75a3332017024a9c3e26f4e918a4e0c2445f37bd70426cea18b75
3
+ size 5624
vocab.json ADDED
The diff for this file is too large to render. See raw diff