Fizzarolli commited on
Commit
d107508
1 Parent(s): cb46d93

Upload folder using huggingface_hub

Browse files
.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: allura-org/Teleut-7b
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,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "allura-org/Teleut-7b",
5
+ "bias": "none",
6
+ "eva_config": null,
7
+ "exclude_modules": null,
8
+ "fan_in_fan_out": null,
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": 32,
16
+ "lora_bias": false,
17
+ "lora_dropout": 0.25,
18
+ "megatron_config": null,
19
+ "megatron_core": "megatron.core",
20
+ "modules_to_save": null,
21
+ "peft_type": "LORA",
22
+ "r": 16,
23
+ "rank_pattern": {},
24
+ "revision": null,
25
+ "target_modules": [
26
+ "v_proj",
27
+ "up_proj",
28
+ "gate_proj",
29
+ "k_proj",
30
+ "down_proj",
31
+ "o_proj",
32
+ "q_proj"
33
+ ],
34
+ "task_type": "CAUSAL_LM",
35
+ "use_dora": false,
36
+ "use_rslora": false
37
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f0647b438880e63f8cd2bcb4ad072c48cb0f7a7f876bfe1df7d29ea20c12a83
3
+ size 161533192
added_tokens.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "</tool_call>": 151658,
3
+ "<tool_call>": 151657,
4
+ "<|box_end|>": 151649,
5
+ "<|box_start|>": 151648,
6
+ "<|endoftext|>": 151643,
7
+ "<|file_sep|>": 151664,
8
+ "<|fim_middle|>": 151660,
9
+ "<|fim_pad|>": 151662,
10
+ "<|fim_prefix|>": 151659,
11
+ "<|fim_suffix|>": 151661,
12
+ "<|im_end|>": 151645,
13
+ "<|im_start|>": 151644,
14
+ "<|image_pad|>": 151655,
15
+ "<|object_ref_end|>": 151647,
16
+ "<|object_ref_start|>": 151646,
17
+ "<|quad_end|>": 151651,
18
+ "<|quad_start|>": 151650,
19
+ "<|repo_name|>": 151663,
20
+ "<|video_pad|>": 151656,
21
+ "<|vision_end|>": 151653,
22
+ "<|vision_pad|>": 151654,
23
+ "<|vision_start|>": 151652
24
+ }
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:c51cac2080c5fd5bdea5861d74ae337a4a3c62ae0095c9093251c79c593fc6e6
3
+ size 82463412
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aeb55dcdd88bd976fd0e761bb7dd01f0be4068b3699abd8d8eb2943321e4568e
3
+ size 14244
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ee1b998d3d23c5ef3728226cd9aff576597793a14855b8f9a0258c36e5e3938
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": "<|im_end|>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ },
24
+ "pad_token": {
25
+ "content": "<|endoftext|>",
26
+ "lstrip": false,
27
+ "normalized": false,
28
+ "rstrip": false,
29
+ "single_word": false
30
+ }
31
+ }
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c5ae00e602b8860cbd784ba82a8aa14e8feecec692e7076590d014d7b7fdafa
3
+ size 11421896
tokenizer_config.json ADDED
@@ -0,0 +1,208 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_prefix_space": false,
4
+ "added_tokens_decoder": {
5
+ "151643": {
6
+ "content": "<|endoftext|>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "151644": {
14
+ "content": "<|im_start|>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "151645": {
22
+ "content": "<|im_end|>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ },
29
+ "151646": {
30
+ "content": "<|object_ref_start|>",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": true
36
+ },
37
+ "151647": {
38
+ "content": "<|object_ref_end|>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false,
43
+ "special": true
44
+ },
45
+ "151648": {
46
+ "content": "<|box_start|>",
47
+ "lstrip": false,
48
+ "normalized": false,
49
+ "rstrip": false,
50
+ "single_word": false,
51
+ "special": true
52
+ },
53
+ "151649": {
54
+ "content": "<|box_end|>",
55
+ "lstrip": false,
56
+ "normalized": false,
57
+ "rstrip": false,
58
+ "single_word": false,
59
+ "special": true
60
+ },
61
+ "151650": {
62
+ "content": "<|quad_start|>",
63
+ "lstrip": false,
64
+ "normalized": false,
65
+ "rstrip": false,
66
+ "single_word": false,
67
+ "special": true
68
+ },
69
+ "151651": {
70
+ "content": "<|quad_end|>",
71
+ "lstrip": false,
72
+ "normalized": false,
73
+ "rstrip": false,
74
+ "single_word": false,
75
+ "special": true
76
+ },
77
+ "151652": {
78
+ "content": "<|vision_start|>",
79
+ "lstrip": false,
80
+ "normalized": false,
81
+ "rstrip": false,
82
+ "single_word": false,
83
+ "special": true
84
+ },
85
+ "151653": {
86
+ "content": "<|vision_end|>",
87
+ "lstrip": false,
88
+ "normalized": false,
89
+ "rstrip": false,
90
+ "single_word": false,
91
+ "special": true
92
+ },
93
+ "151654": {
94
+ "content": "<|vision_pad|>",
95
+ "lstrip": false,
96
+ "normalized": false,
97
+ "rstrip": false,
98
+ "single_word": false,
99
+ "special": true
100
+ },
101
+ "151655": {
102
+ "content": "<|image_pad|>",
103
+ "lstrip": false,
104
+ "normalized": false,
105
+ "rstrip": false,
106
+ "single_word": false,
107
+ "special": true
108
+ },
109
+ "151656": {
110
+ "content": "<|video_pad|>",
111
+ "lstrip": false,
112
+ "normalized": false,
113
+ "rstrip": false,
114
+ "single_word": false,
115
+ "special": true
116
+ },
117
+ "151657": {
118
+ "content": "<tool_call>",
119
+ "lstrip": false,
120
+ "normalized": false,
121
+ "rstrip": false,
122
+ "single_word": false,
123
+ "special": false
124
+ },
125
+ "151658": {
126
+ "content": "</tool_call>",
127
+ "lstrip": false,
128
+ "normalized": false,
129
+ "rstrip": false,
130
+ "single_word": false,
131
+ "special": false
132
+ },
133
+ "151659": {
134
+ "content": "<|fim_prefix|>",
135
+ "lstrip": false,
136
+ "normalized": false,
137
+ "rstrip": false,
138
+ "single_word": false,
139
+ "special": false
140
+ },
141
+ "151660": {
142
+ "content": "<|fim_middle|>",
143
+ "lstrip": false,
144
+ "normalized": false,
145
+ "rstrip": false,
146
+ "single_word": false,
147
+ "special": false
148
+ },
149
+ "151661": {
150
+ "content": "<|fim_suffix|>",
151
+ "lstrip": false,
152
+ "normalized": false,
153
+ "rstrip": false,
154
+ "single_word": false,
155
+ "special": false
156
+ },
157
+ "151662": {
158
+ "content": "<|fim_pad|>",
159
+ "lstrip": false,
160
+ "normalized": false,
161
+ "rstrip": false,
162
+ "single_word": false,
163
+ "special": false
164
+ },
165
+ "151663": {
166
+ "content": "<|repo_name|>",
167
+ "lstrip": false,
168
+ "normalized": false,
169
+ "rstrip": false,
170
+ "single_word": false,
171
+ "special": false
172
+ },
173
+ "151664": {
174
+ "content": "<|file_sep|>",
175
+ "lstrip": false,
176
+ "normalized": false,
177
+ "rstrip": false,
178
+ "single_word": false,
179
+ "special": false
180
+ }
181
+ },
182
+ "additional_special_tokens": [
183
+ "<|im_start|>",
184
+ "<|im_end|>",
185
+ "<|object_ref_start|>",
186
+ "<|object_ref_end|>",
187
+ "<|box_start|>",
188
+ "<|box_end|>",
189
+ "<|quad_start|>",
190
+ "<|quad_end|>",
191
+ "<|vision_start|>",
192
+ "<|vision_end|>",
193
+ "<|vision_pad|>",
194
+ "<|image_pad|>",
195
+ "<|video_pad|>"
196
+ ],
197
+ "bos_token": null,
198
+ "chat_template": "{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% for message in messages %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
199
+ "clean_up_tokenization_spaces": false,
200
+ "eos_token": "<|im_end|>",
201
+ "errors": "replace",
202
+ "extra_special_tokens": {},
203
+ "model_max_length": 131072,
204
+ "pad_token": "<|endoftext|>",
205
+ "split_special_tokens": false,
206
+ "tokenizer_class": "Qwen2Tokenizer",
207
+ "unk_token": null
208
+ }
trainer_state.json ADDED
@@ -0,0 +1,3393 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.6015037593984962,
5
+ "eval_steps": 500,
6
+ "global_step": 480,
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.0012531328320802004,
13
+ "grad_norm": 0.1519206017255783,
14
+ "learning_rate": 2.4000000000000003e-06,
15
+ "loss": 1.8379,
16
+ "step": 1
17
+ },
18
+ {
19
+ "epoch": 0.002506265664160401,
20
+ "grad_norm": 0.13846151530742645,
21
+ "learning_rate": 4.800000000000001e-06,
22
+ "loss": 1.6569,
23
+ "step": 2
24
+ },
25
+ {
26
+ "epoch": 0.0037593984962406013,
27
+ "grad_norm": 0.13162349164485931,
28
+ "learning_rate": 7.2e-06,
29
+ "loss": 1.6083,
30
+ "step": 3
31
+ },
32
+ {
33
+ "epoch": 0.005012531328320802,
34
+ "grad_norm": 0.1345846951007843,
35
+ "learning_rate": 9.600000000000001e-06,
36
+ "loss": 1.6603,
37
+ "step": 4
38
+ },
39
+ {
40
+ "epoch": 0.006265664160401002,
41
+ "grad_norm": 0.1223267987370491,
42
+ "learning_rate": 1.2e-05,
43
+ "loss": 1.6579,
44
+ "step": 5
45
+ },
46
+ {
47
+ "epoch": 0.007518796992481203,
48
+ "grad_norm": 0.09618138521909714,
49
+ "learning_rate": 1.44e-05,
50
+ "loss": 1.5689,
51
+ "step": 6
52
+ },
53
+ {
54
+ "epoch": 0.008771929824561403,
55
+ "grad_norm": 0.09933976829051971,
56
+ "learning_rate": 1.6800000000000002e-05,
57
+ "loss": 1.4663,
58
+ "step": 7
59
+ },
60
+ {
61
+ "epoch": 0.010025062656641603,
62
+ "grad_norm": 0.1198974996805191,
63
+ "learning_rate": 1.9200000000000003e-05,
64
+ "loss": 1.734,
65
+ "step": 8
66
+ },
67
+ {
68
+ "epoch": 0.011278195488721804,
69
+ "grad_norm": 0.15424160659313202,
70
+ "learning_rate": 2.16e-05,
71
+ "loss": 1.6767,
72
+ "step": 9
73
+ },
74
+ {
75
+ "epoch": 0.012531328320802004,
76
+ "grad_norm": 0.1701776534318924,
77
+ "learning_rate": 2.4e-05,
78
+ "loss": 1.5974,
79
+ "step": 10
80
+ },
81
+ {
82
+ "epoch": 0.013784461152882205,
83
+ "grad_norm": 0.15073753893375397,
84
+ "learning_rate": 2.64e-05,
85
+ "loss": 1.5259,
86
+ "step": 11
87
+ },
88
+ {
89
+ "epoch": 0.015037593984962405,
90
+ "grad_norm": 0.14940425753593445,
91
+ "learning_rate": 2.88e-05,
92
+ "loss": 1.6349,
93
+ "step": 12
94
+ },
95
+ {
96
+ "epoch": 0.016290726817042606,
97
+ "grad_norm": 0.12604176998138428,
98
+ "learning_rate": 3.12e-05,
99
+ "loss": 1.6443,
100
+ "step": 13
101
+ },
102
+ {
103
+ "epoch": 0.017543859649122806,
104
+ "grad_norm": 0.15434400737285614,
105
+ "learning_rate": 3.3600000000000004e-05,
106
+ "loss": 1.6378,
107
+ "step": 14
108
+ },
109
+ {
110
+ "epoch": 0.018796992481203006,
111
+ "grad_norm": 0.12647251784801483,
112
+ "learning_rate": 3.6e-05,
113
+ "loss": 1.542,
114
+ "step": 15
115
+ },
116
+ {
117
+ "epoch": 0.020050125313283207,
118
+ "grad_norm": 0.1258278489112854,
119
+ "learning_rate": 3.8400000000000005e-05,
120
+ "loss": 1.6091,
121
+ "step": 16
122
+ },
123
+ {
124
+ "epoch": 0.021303258145363407,
125
+ "grad_norm": 0.09623159468173981,
126
+ "learning_rate": 4.08e-05,
127
+ "loss": 1.5555,
128
+ "step": 17
129
+ },
130
+ {
131
+ "epoch": 0.022556390977443608,
132
+ "grad_norm": 0.10304850339889526,
133
+ "learning_rate": 4.32e-05,
134
+ "loss": 1.5517,
135
+ "step": 18
136
+ },
137
+ {
138
+ "epoch": 0.023809523809523808,
139
+ "grad_norm": 0.09278815984725952,
140
+ "learning_rate": 4.5600000000000004e-05,
141
+ "loss": 1.6436,
142
+ "step": 19
143
+ },
144
+ {
145
+ "epoch": 0.02506265664160401,
146
+ "grad_norm": 0.08530683070421219,
147
+ "learning_rate": 4.8e-05,
148
+ "loss": 1.5664,
149
+ "step": 20
150
+ },
151
+ {
152
+ "epoch": 0.02631578947368421,
153
+ "grad_norm": 0.08876050263643265,
154
+ "learning_rate": 5.04e-05,
155
+ "loss": 1.5628,
156
+ "step": 21
157
+ },
158
+ {
159
+ "epoch": 0.02756892230576441,
160
+ "grad_norm": 0.09901795536279678,
161
+ "learning_rate": 5.28e-05,
162
+ "loss": 1.5402,
163
+ "step": 22
164
+ },
165
+ {
166
+ "epoch": 0.02882205513784461,
167
+ "grad_norm": 0.09156398475170135,
168
+ "learning_rate": 5.520000000000001e-05,
169
+ "loss": 1.606,
170
+ "step": 23
171
+ },
172
+ {
173
+ "epoch": 0.03007518796992481,
174
+ "grad_norm": 0.09371288120746613,
175
+ "learning_rate": 5.76e-05,
176
+ "loss": 1.566,
177
+ "step": 24
178
+ },
179
+ {
180
+ "epoch": 0.03132832080200501,
181
+ "grad_norm": 0.0892362967133522,
182
+ "learning_rate": 6e-05,
183
+ "loss": 1.6193,
184
+ "step": 25
185
+ },
186
+ {
187
+ "epoch": 0.03258145363408521,
188
+ "grad_norm": 0.08784804493188858,
189
+ "learning_rate": 5.99997522398708e-05,
190
+ "loss": 1.5756,
191
+ "step": 26
192
+ },
193
+ {
194
+ "epoch": 0.03383458646616541,
195
+ "grad_norm": 0.08121798187494278,
196
+ "learning_rate": 5.999900896357553e-05,
197
+ "loss": 1.5085,
198
+ "step": 27
199
+ },
200
+ {
201
+ "epoch": 0.03508771929824561,
202
+ "grad_norm": 0.09490139782428741,
203
+ "learning_rate": 5.999777018339115e-05,
204
+ "loss": 1.5692,
205
+ "step": 28
206
+ },
207
+ {
208
+ "epoch": 0.03634085213032581,
209
+ "grad_norm": 0.1026797667145729,
210
+ "learning_rate": 5.999603591977901e-05,
211
+ "loss": 1.5761,
212
+ "step": 29
213
+ },
214
+ {
215
+ "epoch": 0.03759398496240601,
216
+ "grad_norm": 0.09289643168449402,
217
+ "learning_rate": 5.999380620138454e-05,
218
+ "loss": 1.5612,
219
+ "step": 30
220
+ },
221
+ {
222
+ "epoch": 0.03884711779448621,
223
+ "grad_norm": 0.09448801726102829,
224
+ "learning_rate": 5.9991081065036745e-05,
225
+ "loss": 1.6029,
226
+ "step": 31
227
+ },
228
+ {
229
+ "epoch": 0.040100250626566414,
230
+ "grad_norm": 0.09210563451051712,
231
+ "learning_rate": 5.998786055574766e-05,
232
+ "loss": 1.5229,
233
+ "step": 32
234
+ },
235
+ {
236
+ "epoch": 0.041353383458646614,
237
+ "grad_norm": 0.09483816474676132,
238
+ "learning_rate": 5.998414472671151e-05,
239
+ "loss": 1.5753,
240
+ "step": 33
241
+ },
242
+ {
243
+ "epoch": 0.042606516290726815,
244
+ "grad_norm": 0.0975150614976883,
245
+ "learning_rate": 5.997993363930393e-05,
246
+ "loss": 1.654,
247
+ "step": 34
248
+ },
249
+ {
250
+ "epoch": 0.043859649122807015,
251
+ "grad_norm": 0.10024327784776688,
252
+ "learning_rate": 5.997522736308089e-05,
253
+ "loss": 1.5868,
254
+ "step": 35
255
+ },
256
+ {
257
+ "epoch": 0.045112781954887216,
258
+ "grad_norm": 0.08656363934278488,
259
+ "learning_rate": 5.9970025975777576e-05,
260
+ "loss": 1.5087,
261
+ "step": 36
262
+ },
263
+ {
264
+ "epoch": 0.046365914786967416,
265
+ "grad_norm": 0.09871859848499298,
266
+ "learning_rate": 5.996432956330705e-05,
267
+ "loss": 1.4932,
268
+ "step": 37
269
+ },
270
+ {
271
+ "epoch": 0.047619047619047616,
272
+ "grad_norm": 0.11055205762386322,
273
+ "learning_rate": 5.9958138219758926e-05,
274
+ "loss": 1.5467,
275
+ "step": 38
276
+ },
277
+ {
278
+ "epoch": 0.04887218045112782,
279
+ "grad_norm": 0.11448398977518082,
280
+ "learning_rate": 5.995145204739774e-05,
281
+ "loss": 1.5205,
282
+ "step": 39
283
+ },
284
+ {
285
+ "epoch": 0.05012531328320802,
286
+ "grad_norm": 0.09594336152076721,
287
+ "learning_rate": 5.994427115666128e-05,
288
+ "loss": 1.4101,
289
+ "step": 40
290
+ },
291
+ {
292
+ "epoch": 0.05137844611528822,
293
+ "grad_norm": 0.1022314578294754,
294
+ "learning_rate": 5.993659566615878e-05,
295
+ "loss": 1.5726,
296
+ "step": 41
297
+ },
298
+ {
299
+ "epoch": 0.05263157894736842,
300
+ "grad_norm": 0.0918896496295929,
301
+ "learning_rate": 5.9928425702668936e-05,
302
+ "loss": 1.4416,
303
+ "step": 42
304
+ },
305
+ {
306
+ "epoch": 0.05388471177944862,
307
+ "grad_norm": 0.11478869616985321,
308
+ "learning_rate": 5.9919761401137845e-05,
309
+ "loss": 1.4871,
310
+ "step": 43
311
+ },
312
+ {
313
+ "epoch": 0.05513784461152882,
314
+ "grad_norm": 0.09935441613197327,
315
+ "learning_rate": 5.991060290467671e-05,
316
+ "loss": 1.5057,
317
+ "step": 44
318
+ },
319
+ {
320
+ "epoch": 0.05639097744360902,
321
+ "grad_norm": 0.1036807969212532,
322
+ "learning_rate": 5.990095036455958e-05,
323
+ "loss": 1.6244,
324
+ "step": 45
325
+ },
326
+ {
327
+ "epoch": 0.05764411027568922,
328
+ "grad_norm": 0.10617007315158844,
329
+ "learning_rate": 5.989080394022074e-05,
330
+ "loss": 1.6287,
331
+ "step": 46
332
+ },
333
+ {
334
+ "epoch": 0.05889724310776942,
335
+ "grad_norm": 0.09776347130537033,
336
+ "learning_rate": 5.988016379925215e-05,
337
+ "loss": 1.5421,
338
+ "step": 47
339
+ },
340
+ {
341
+ "epoch": 0.06015037593984962,
342
+ "grad_norm": 0.10930298268795013,
343
+ "learning_rate": 5.986903011740067e-05,
344
+ "loss": 1.6162,
345
+ "step": 48
346
+ },
347
+ {
348
+ "epoch": 0.06140350877192982,
349
+ "grad_norm": 0.10414919257164001,
350
+ "learning_rate": 5.985740307856512e-05,
351
+ "loss": 1.5381,
352
+ "step": 49
353
+ },
354
+ {
355
+ "epoch": 0.06265664160401002,
356
+ "grad_norm": 0.10629701614379883,
357
+ "learning_rate": 5.984528287479328e-05,
358
+ "loss": 1.6127,
359
+ "step": 50
360
+ },
361
+ {
362
+ "epoch": 0.06390977443609022,
363
+ "grad_norm": 0.11536388099193573,
364
+ "learning_rate": 5.983266970627869e-05,
365
+ "loss": 1.5455,
366
+ "step": 51
367
+ },
368
+ {
369
+ "epoch": 0.06516290726817042,
370
+ "grad_norm": 0.12118639051914215,
371
+ "learning_rate": 5.9819563781357385e-05,
372
+ "loss": 1.5043,
373
+ "step": 52
374
+ },
375
+ {
376
+ "epoch": 0.06641604010025062,
377
+ "grad_norm": 0.11645355075597763,
378
+ "learning_rate": 5.98059653165044e-05,
379
+ "loss": 1.5473,
380
+ "step": 53
381
+ },
382
+ {
383
+ "epoch": 0.06766917293233082,
384
+ "grad_norm": 0.12099536508321762,
385
+ "learning_rate": 5.9791874536330225e-05,
386
+ "loss": 1.5482,
387
+ "step": 54
388
+ },
389
+ {
390
+ "epoch": 0.06892230576441102,
391
+ "grad_norm": 0.10795404016971588,
392
+ "learning_rate": 5.97772916735771e-05,
393
+ "loss": 1.5326,
394
+ "step": 55
395
+ },
396
+ {
397
+ "epoch": 0.07017543859649122,
398
+ "grad_norm": 0.09979701787233353,
399
+ "learning_rate": 5.9762216969115154e-05,
400
+ "loss": 1.4133,
401
+ "step": 56
402
+ },
403
+ {
404
+ "epoch": 0.07142857142857142,
405
+ "grad_norm": 0.12733447551727295,
406
+ "learning_rate": 5.974665067193844e-05,
407
+ "loss": 1.5839,
408
+ "step": 57
409
+ },
410
+ {
411
+ "epoch": 0.07268170426065163,
412
+ "grad_norm": 0.11343546956777573,
413
+ "learning_rate": 5.97305930391608e-05,
414
+ "loss": 1.524,
415
+ "step": 58
416
+ },
417
+ {
418
+ "epoch": 0.07393483709273183,
419
+ "grad_norm": 0.11789534986019135,
420
+ "learning_rate": 5.971404433601165e-05,
421
+ "loss": 1.4677,
422
+ "step": 59
423
+ },
424
+ {
425
+ "epoch": 0.07518796992481203,
426
+ "grad_norm": 0.10624619573354721,
427
+ "learning_rate": 5.969700483583159e-05,
428
+ "loss": 1.4893,
429
+ "step": 60
430
+ },
431
+ {
432
+ "epoch": 0.07644110275689223,
433
+ "grad_norm": 0.10631600022315979,
434
+ "learning_rate": 5.967947482006786e-05,
435
+ "loss": 1.573,
436
+ "step": 61
437
+ },
438
+ {
439
+ "epoch": 0.07769423558897243,
440
+ "grad_norm": 0.12548910081386566,
441
+ "learning_rate": 5.9661454578269724e-05,
442
+ "loss": 1.5625,
443
+ "step": 62
444
+ },
445
+ {
446
+ "epoch": 0.07894736842105263,
447
+ "grad_norm": 0.1474038064479828,
448
+ "learning_rate": 5.964294440808368e-05,
449
+ "loss": 1.6886,
450
+ "step": 63
451
+ },
452
+ {
453
+ "epoch": 0.08020050125313283,
454
+ "grad_norm": 0.12192469835281372,
455
+ "learning_rate": 5.962394461524854e-05,
456
+ "loss": 1.5252,
457
+ "step": 64
458
+ },
459
+ {
460
+ "epoch": 0.08145363408521303,
461
+ "grad_norm": 0.11869639158248901,
462
+ "learning_rate": 5.960445551359037e-05,
463
+ "loss": 1.5262,
464
+ "step": 65
465
+ },
466
+ {
467
+ "epoch": 0.08270676691729323,
468
+ "grad_norm": 0.12624335289001465,
469
+ "learning_rate": 5.958447742501735e-05,
470
+ "loss": 1.5645,
471
+ "step": 66
472
+ },
473
+ {
474
+ "epoch": 0.08395989974937343,
475
+ "grad_norm": 0.11716689169406891,
476
+ "learning_rate": 5.9564010679514376e-05,
477
+ "loss": 1.47,
478
+ "step": 67
479
+ },
480
+ {
481
+ "epoch": 0.08521303258145363,
482
+ "grad_norm": 0.12144263088703156,
483
+ "learning_rate": 5.954305561513769e-05,
484
+ "loss": 1.6181,
485
+ "step": 68
486
+ },
487
+ {
488
+ "epoch": 0.08646616541353383,
489
+ "grad_norm": 0.12713098526000977,
490
+ "learning_rate": 5.9521612578009255e-05,
491
+ "loss": 1.6227,
492
+ "step": 69
493
+ },
494
+ {
495
+ "epoch": 0.08771929824561403,
496
+ "grad_norm": 0.1043514758348465,
497
+ "learning_rate": 5.9499681922311046e-05,
498
+ "loss": 1.4522,
499
+ "step": 70
500
+ },
501
+ {
502
+ "epoch": 0.08897243107769423,
503
+ "grad_norm": 0.11064239591360092,
504
+ "learning_rate": 5.947726401027921e-05,
505
+ "loss": 1.4685,
506
+ "step": 71
507
+ },
508
+ {
509
+ "epoch": 0.09022556390977443,
510
+ "grad_norm": 0.11946432292461395,
511
+ "learning_rate": 5.945435921219806e-05,
512
+ "loss": 1.4165,
513
+ "step": 72
514
+ },
515
+ {
516
+ "epoch": 0.09147869674185463,
517
+ "grad_norm": 0.11144128441810608,
518
+ "learning_rate": 5.943096790639398e-05,
519
+ "loss": 1.5081,
520
+ "step": 73
521
+ },
522
+ {
523
+ "epoch": 0.09273182957393483,
524
+ "grad_norm": 0.11953038722276688,
525
+ "learning_rate": 5.9407090479229166e-05,
526
+ "loss": 1.5773,
527
+ "step": 74
528
+ },
529
+ {
530
+ "epoch": 0.09398496240601503,
531
+ "grad_norm": 0.12432811409235,
532
+ "learning_rate": 5.938272732509525e-05,
533
+ "loss": 1.528,
534
+ "step": 75
535
+ },
536
+ {
537
+ "epoch": 0.09523809523809523,
538
+ "grad_norm": 0.13081413507461548,
539
+ "learning_rate": 5.9357878846406776e-05,
540
+ "loss": 1.5024,
541
+ "step": 76
542
+ },
543
+ {
544
+ "epoch": 0.09649122807017543,
545
+ "grad_norm": 0.12342929095029831,
546
+ "learning_rate": 5.933254545359456e-05,
547
+ "loss": 1.478,
548
+ "step": 77
549
+ },
550
+ {
551
+ "epoch": 0.09774436090225563,
552
+ "grad_norm": 0.12129031121730804,
553
+ "learning_rate": 5.9306727565098925e-05,
554
+ "loss": 1.531,
555
+ "step": 78
556
+ },
557
+ {
558
+ "epoch": 0.09899749373433583,
559
+ "grad_norm": 0.12284113466739655,
560
+ "learning_rate": 5.928042560736275e-05,
561
+ "loss": 1.6204,
562
+ "step": 79
563
+ },
564
+ {
565
+ "epoch": 0.10025062656641603,
566
+ "grad_norm": 0.14579783380031586,
567
+ "learning_rate": 5.9253640014824466e-05,
568
+ "loss": 1.4382,
569
+ "step": 80
570
+ },
571
+ {
572
+ "epoch": 0.10150375939849623,
573
+ "grad_norm": 0.13060207664966583,
574
+ "learning_rate": 5.9226371229910885e-05,
575
+ "loss": 1.5713,
576
+ "step": 81
577
+ },
578
+ {
579
+ "epoch": 0.10275689223057644,
580
+ "grad_norm": 0.12609316408634186,
581
+ "learning_rate": 5.919861970302982e-05,
582
+ "loss": 1.5312,
583
+ "step": 82
584
+ },
585
+ {
586
+ "epoch": 0.10401002506265664,
587
+ "grad_norm": 0.12477698922157288,
588
+ "learning_rate": 5.9170385892562755e-05,
589
+ "loss": 1.5538,
590
+ "step": 83
591
+ },
592
+ {
593
+ "epoch": 0.10526315789473684,
594
+ "grad_norm": 0.14683856070041656,
595
+ "learning_rate": 5.914167026485719e-05,
596
+ "loss": 1.5318,
597
+ "step": 84
598
+ },
599
+ {
600
+ "epoch": 0.10651629072681704,
601
+ "grad_norm": 0.12768588960170746,
602
+ "learning_rate": 5.9112473294218954e-05,
603
+ "loss": 1.5587,
604
+ "step": 85
605
+ },
606
+ {
607
+ "epoch": 0.10776942355889724,
608
+ "grad_norm": 0.1492781639099121,
609
+ "learning_rate": 5.9082795462904396e-05,
610
+ "loss": 1.5623,
611
+ "step": 86
612
+ },
613
+ {
614
+ "epoch": 0.10902255639097744,
615
+ "grad_norm": 0.12561501562595367,
616
+ "learning_rate": 5.905263726111241e-05,
617
+ "loss": 1.5232,
618
+ "step": 87
619
+ },
620
+ {
621
+ "epoch": 0.11027568922305764,
622
+ "grad_norm": 0.11631227284669876,
623
+ "learning_rate": 5.902199918697634e-05,
624
+ "loss": 1.505,
625
+ "step": 88
626
+ },
627
+ {
628
+ "epoch": 0.11152882205513784,
629
+ "grad_norm": 0.126926988363266,
630
+ "learning_rate": 5.899088174655571e-05,
631
+ "loss": 1.5001,
632
+ "step": 89
633
+ },
634
+ {
635
+ "epoch": 0.11278195488721804,
636
+ "grad_norm": 0.13932526111602783,
637
+ "learning_rate": 5.8959285453827936e-05,
638
+ "loss": 1.4141,
639
+ "step": 90
640
+ },
641
+ {
642
+ "epoch": 0.11403508771929824,
643
+ "grad_norm": 0.13378114998340607,
644
+ "learning_rate": 5.8927210830679785e-05,
645
+ "loss": 1.5173,
646
+ "step": 91
647
+ },
648
+ {
649
+ "epoch": 0.11528822055137844,
650
+ "grad_norm": 0.12687304615974426,
651
+ "learning_rate": 5.889465840689878e-05,
652
+ "loss": 1.3759,
653
+ "step": 92
654
+ },
655
+ {
656
+ "epoch": 0.11654135338345864,
657
+ "grad_norm": 0.12497436255216599,
658
+ "learning_rate": 5.886162872016442e-05,
659
+ "loss": 1.6235,
660
+ "step": 93
661
+ },
662
+ {
663
+ "epoch": 0.11779448621553884,
664
+ "grad_norm": 0.12597259879112244,
665
+ "learning_rate": 5.882812231603937e-05,
666
+ "loss": 1.4533,
667
+ "step": 94
668
+ },
669
+ {
670
+ "epoch": 0.11904761904761904,
671
+ "grad_norm": 0.14128872752189636,
672
+ "learning_rate": 5.879413974796033e-05,
673
+ "loss": 1.4717,
674
+ "step": 95
675
+ },
676
+ {
677
+ "epoch": 0.12030075187969924,
678
+ "grad_norm": 0.13640277087688446,
679
+ "learning_rate": 5.8759681577229014e-05,
680
+ "loss": 1.4978,
681
+ "step": 96
682
+ },
683
+ {
684
+ "epoch": 0.12155388471177944,
685
+ "grad_norm": 0.11883015185594559,
686
+ "learning_rate": 5.8724748373002805e-05,
687
+ "loss": 1.5333,
688
+ "step": 97
689
+ },
690
+ {
691
+ "epoch": 0.12280701754385964,
692
+ "grad_norm": 0.14055690169334412,
693
+ "learning_rate": 5.868934071228539e-05,
694
+ "loss": 1.5967,
695
+ "step": 98
696
+ },
697
+ {
698
+ "epoch": 0.12406015037593984,
699
+ "grad_norm": 0.1388673484325409,
700
+ "learning_rate": 5.8653459179917196e-05,
701
+ "loss": 1.4698,
702
+ "step": 99
703
+ },
704
+ {
705
+ "epoch": 0.12531328320802004,
706
+ "grad_norm": 0.14991509914398193,
707
+ "learning_rate": 5.861710436856577e-05,
708
+ "loss": 1.565,
709
+ "step": 100
710
+ },
711
+ {
712
+ "epoch": 0.12656641604010024,
713
+ "grad_norm": 0.15015804767608643,
714
+ "learning_rate": 5.8580276878715964e-05,
715
+ "loss": 1.5374,
716
+ "step": 101
717
+ },
718
+ {
719
+ "epoch": 0.12781954887218044,
720
+ "grad_norm": 0.14958204329013824,
721
+ "learning_rate": 5.854297731866002e-05,
722
+ "loss": 1.3789,
723
+ "step": 102
724
+ },
725
+ {
726
+ "epoch": 0.12907268170426064,
727
+ "grad_norm": 0.1282397210597992,
728
+ "learning_rate": 5.850520630448752e-05,
729
+ "loss": 1.5317,
730
+ "step": 103
731
+ },
732
+ {
733
+ "epoch": 0.13032581453634084,
734
+ "grad_norm": 0.12608109414577484,
735
+ "learning_rate": 5.8466964460075225e-05,
736
+ "loss": 1.4828,
737
+ "step": 104
738
+ },
739
+ {
740
+ "epoch": 0.13157894736842105,
741
+ "grad_norm": 0.17321082949638367,
742
+ "learning_rate": 5.8428252417076766e-05,
743
+ "loss": 1.4825,
744
+ "step": 105
745
+ },
746
+ {
747
+ "epoch": 0.13283208020050125,
748
+ "grad_norm": 0.135195791721344,
749
+ "learning_rate": 5.838907081491219e-05,
750
+ "loss": 1.5631,
751
+ "step": 106
752
+ },
753
+ {
754
+ "epoch": 0.13408521303258145,
755
+ "grad_norm": 0.12379708886146545,
756
+ "learning_rate": 5.8349420300757393e-05,
757
+ "loss": 1.5213,
758
+ "step": 107
759
+ },
760
+ {
761
+ "epoch": 0.13533834586466165,
762
+ "grad_norm": 0.13356727361679077,
763
+ "learning_rate": 5.830930152953351e-05,
764
+ "loss": 1.5834,
765
+ "step": 108
766
+ },
767
+ {
768
+ "epoch": 0.13659147869674185,
769
+ "grad_norm": 0.13438117504119873,
770
+ "learning_rate": 5.8268715163895984e-05,
771
+ "loss": 1.5039,
772
+ "step": 109
773
+ },
774
+ {
775
+ "epoch": 0.13784461152882205,
776
+ "grad_norm": 0.14895889163017273,
777
+ "learning_rate": 5.82276618742237e-05,
778
+ "loss": 1.5213,
779
+ "step": 110
780
+ },
781
+ {
782
+ "epoch": 0.13909774436090225,
783
+ "grad_norm": 0.13232296705245972,
784
+ "learning_rate": 5.818614233860789e-05,
785
+ "loss": 1.4048,
786
+ "step": 111
787
+ },
788
+ {
789
+ "epoch": 0.14035087719298245,
790
+ "grad_norm": 0.13256017863750458,
791
+ "learning_rate": 5.8144157242840904e-05,
792
+ "loss": 1.5077,
793
+ "step": 112
794
+ },
795
+ {
796
+ "epoch": 0.14160401002506265,
797
+ "grad_norm": 0.13263653218746185,
798
+ "learning_rate": 5.810170728040494e-05,
799
+ "loss": 1.3955,
800
+ "step": 113
801
+ },
802
+ {
803
+ "epoch": 0.14285714285714285,
804
+ "grad_norm": 0.12680189311504364,
805
+ "learning_rate": 5.8058793152460524e-05,
806
+ "loss": 1.4194,
807
+ "step": 114
808
+ },
809
+ {
810
+ "epoch": 0.14411027568922305,
811
+ "grad_norm": 0.13666822016239166,
812
+ "learning_rate": 5.801541556783501e-05,
813
+ "loss": 1.4234,
814
+ "step": 115
815
+ },
816
+ {
817
+ "epoch": 0.14536340852130325,
818
+ "grad_norm": 0.14599356055259705,
819
+ "learning_rate": 5.7971575243010775e-05,
820
+ "loss": 1.5034,
821
+ "step": 116
822
+ },
823
+ {
824
+ "epoch": 0.14661654135338345,
825
+ "grad_norm": 0.14143531024456024,
826
+ "learning_rate": 5.792727290211347e-05,
827
+ "loss": 1.4257,
828
+ "step": 117
829
+ },
830
+ {
831
+ "epoch": 0.14786967418546365,
832
+ "grad_norm": 0.14613430202007294,
833
+ "learning_rate": 5.7882509276899995e-05,
834
+ "loss": 1.5734,
835
+ "step": 118
836
+ },
837
+ {
838
+ "epoch": 0.14912280701754385,
839
+ "grad_norm": 0.13908414542675018,
840
+ "learning_rate": 5.7837285106746455e-05,
841
+ "loss": 1.4259,
842
+ "step": 119
843
+ },
844
+ {
845
+ "epoch": 0.15037593984962405,
846
+ "grad_norm": 0.14299297332763672,
847
+ "learning_rate": 5.779160113863594e-05,
848
+ "loss": 1.6024,
849
+ "step": 120
850
+ },
851
+ {
852
+ "epoch": 0.15162907268170425,
853
+ "grad_norm": 0.1389327496290207,
854
+ "learning_rate": 5.774545812714617e-05,
855
+ "loss": 1.5475,
856
+ "step": 121
857
+ },
858
+ {
859
+ "epoch": 0.15288220551378445,
860
+ "grad_norm": 0.12398528307676315,
861
+ "learning_rate": 5.769885683443704e-05,
862
+ "loss": 1.4205,
863
+ "step": 122
864
+ },
865
+ {
866
+ "epoch": 0.15413533834586465,
867
+ "grad_norm": 0.1524042785167694,
868
+ "learning_rate": 5.765179803023805e-05,
869
+ "loss": 1.5462,
870
+ "step": 123
871
+ },
872
+ {
873
+ "epoch": 0.15538847117794485,
874
+ "grad_norm": 0.13744120299816132,
875
+ "learning_rate": 5.7604282491835546e-05,
876
+ "loss": 1.396,
877
+ "step": 124
878
+ },
879
+ {
880
+ "epoch": 0.15664160401002505,
881
+ "grad_norm": 0.1439579576253891,
882
+ "learning_rate": 5.755631100405994e-05,
883
+ "loss": 1.3751,
884
+ "step": 125
885
+ },
886
+ {
887
+ "epoch": 0.15789473684210525,
888
+ "grad_norm": 0.1428079754114151,
889
+ "learning_rate": 5.750788435927268e-05,
890
+ "loss": 1.4661,
891
+ "step": 126
892
+ },
893
+ {
894
+ "epoch": 0.15914786967418545,
895
+ "grad_norm": 0.15680895745754242,
896
+ "learning_rate": 5.7459003357353214e-05,
897
+ "loss": 1.5036,
898
+ "step": 127
899
+ },
900
+ {
901
+ "epoch": 0.16040100250626566,
902
+ "grad_norm": 0.1669396311044693,
903
+ "learning_rate": 5.740966880568579e-05,
904
+ "loss": 1.5688,
905
+ "step": 128
906
+ },
907
+ {
908
+ "epoch": 0.16165413533834586,
909
+ "grad_norm": 0.14206421375274658,
910
+ "learning_rate": 5.735988151914606e-05,
911
+ "loss": 1.4673,
912
+ "step": 129
913
+ },
914
+ {
915
+ "epoch": 0.16290726817042606,
916
+ "grad_norm": 0.14038872718811035,
917
+ "learning_rate": 5.730964232008765e-05,
918
+ "loss": 1.4081,
919
+ "step": 130
920
+ },
921
+ {
922
+ "epoch": 0.16416040100250626,
923
+ "grad_norm": 0.14589321613311768,
924
+ "learning_rate": 5.72589520383286e-05,
925
+ "loss": 1.4524,
926
+ "step": 131
927
+ },
928
+ {
929
+ "epoch": 0.16541353383458646,
930
+ "grad_norm": 0.12820565700531006,
931
+ "learning_rate": 5.72078115111376e-05,
932
+ "loss": 1.513,
933
+ "step": 132
934
+ },
935
+ {
936
+ "epoch": 0.16666666666666666,
937
+ "grad_norm": 0.14205814898014069,
938
+ "learning_rate": 5.715622158322027e-05,
939
+ "loss": 1.4528,
940
+ "step": 133
941
+ },
942
+ {
943
+ "epoch": 0.16791979949874686,
944
+ "grad_norm": 0.14166466891765594,
945
+ "learning_rate": 5.7104183106705065e-05,
946
+ "loss": 1.4185,
947
+ "step": 134
948
+ },
949
+ {
950
+ "epoch": 0.16917293233082706,
951
+ "grad_norm": 0.1772213876247406,
952
+ "learning_rate": 5.705169694112929e-05,
953
+ "loss": 1.6193,
954
+ "step": 135
955
+ },
956
+ {
957
+ "epoch": 0.17042606516290726,
958
+ "grad_norm": 0.14686815440654755,
959
+ "learning_rate": 5.6998763953424906e-05,
960
+ "loss": 1.4533,
961
+ "step": 136
962
+ },
963
+ {
964
+ "epoch": 0.17167919799498746,
965
+ "grad_norm": 0.1334281861782074,
966
+ "learning_rate": 5.694538501790417e-05,
967
+ "loss": 1.4905,
968
+ "step": 137
969
+ },
970
+ {
971
+ "epoch": 0.17293233082706766,
972
+ "grad_norm": 0.1628011018037796,
973
+ "learning_rate": 5.689156101624519e-05,
974
+ "loss": 1.4211,
975
+ "step": 138
976
+ },
977
+ {
978
+ "epoch": 0.17418546365914786,
979
+ "grad_norm": 0.15260601043701172,
980
+ "learning_rate": 5.683729283747743e-05,
981
+ "loss": 1.487,
982
+ "step": 139
983
+ },
984
+ {
985
+ "epoch": 0.17543859649122806,
986
+ "grad_norm": 0.15220171213150024,
987
+ "learning_rate": 5.6782581377966954e-05,
988
+ "loss": 1.4547,
989
+ "step": 140
990
+ },
991
+ {
992
+ "epoch": 0.17669172932330826,
993
+ "grad_norm": 0.13987644016742706,
994
+ "learning_rate": 5.672742754140162e-05,
995
+ "loss": 1.4544,
996
+ "step": 141
997
+ },
998
+ {
999
+ "epoch": 0.17794486215538846,
1000
+ "grad_norm": 0.1494978666305542,
1001
+ "learning_rate": 5.6671832238776246e-05,
1002
+ "loss": 1.3525,
1003
+ "step": 142
1004
+ },
1005
+ {
1006
+ "epoch": 0.17919799498746866,
1007
+ "grad_norm": 0.15626025199890137,
1008
+ "learning_rate": 5.661579638837744e-05,
1009
+ "loss": 1.4859,
1010
+ "step": 143
1011
+ },
1012
+ {
1013
+ "epoch": 0.18045112781954886,
1014
+ "grad_norm": 0.14824387431144714,
1015
+ "learning_rate": 5.655932091576849e-05,
1016
+ "loss": 1.487,
1017
+ "step": 144
1018
+ },
1019
+ {
1020
+ "epoch": 0.18170426065162906,
1021
+ "grad_norm": 0.15267407894134521,
1022
+ "learning_rate": 5.6502406753774104e-05,
1023
+ "loss": 1.507,
1024
+ "step": 145
1025
+ },
1026
+ {
1027
+ "epoch": 0.18295739348370926,
1028
+ "grad_norm": 0.14779289066791534,
1029
+ "learning_rate": 5.644505484246495e-05,
1030
+ "loss": 1.4844,
1031
+ "step": 146
1032
+ },
1033
+ {
1034
+ "epoch": 0.18421052631578946,
1035
+ "grad_norm": 0.153567373752594,
1036
+ "learning_rate": 5.638726612914217e-05,
1037
+ "loss": 1.5149,
1038
+ "step": 147
1039
+ },
1040
+ {
1041
+ "epoch": 0.18546365914786966,
1042
+ "grad_norm": 0.13506165146827698,
1043
+ "learning_rate": 5.632904156832169e-05,
1044
+ "loss": 1.4841,
1045
+ "step": 148
1046
+ },
1047
+ {
1048
+ "epoch": 0.18671679197994986,
1049
+ "grad_norm": 0.153153657913208,
1050
+ "learning_rate": 5.62703821217185e-05,
1051
+ "loss": 1.5633,
1052
+ "step": 149
1053
+ },
1054
+ {
1055
+ "epoch": 0.18796992481203006,
1056
+ "grad_norm": 0.14939852058887482,
1057
+ "learning_rate": 5.621128875823073e-05,
1058
+ "loss": 1.3896,
1059
+ "step": 150
1060
+ },
1061
+ {
1062
+ "epoch": 0.18922305764411027,
1063
+ "grad_norm": 0.1525796800851822,
1064
+ "learning_rate": 5.615176245392367e-05,
1065
+ "loss": 1.5226,
1066
+ "step": 151
1067
+ },
1068
+ {
1069
+ "epoch": 0.19047619047619047,
1070
+ "grad_norm": 0.15289181470870972,
1071
+ "learning_rate": 5.609180419201366e-05,
1072
+ "loss": 1.5143,
1073
+ "step": 152
1074
+ },
1075
+ {
1076
+ "epoch": 0.19172932330827067,
1077
+ "grad_norm": 0.15484128892421722,
1078
+ "learning_rate": 5.603141496285179e-05,
1079
+ "loss": 1.3956,
1080
+ "step": 153
1081
+ },
1082
+ {
1083
+ "epoch": 0.19298245614035087,
1084
+ "grad_norm": 0.1458120048046112,
1085
+ "learning_rate": 5.597059576390762e-05,
1086
+ "loss": 1.453,
1087
+ "step": 154
1088
+ },
1089
+ {
1090
+ "epoch": 0.19423558897243107,
1091
+ "grad_norm": 0.14109253883361816,
1092
+ "learning_rate": 5.590934759975267e-05,
1093
+ "loss": 1.4137,
1094
+ "step": 155
1095
+ },
1096
+ {
1097
+ "epoch": 0.19548872180451127,
1098
+ "grad_norm": 0.14820784330368042,
1099
+ "learning_rate": 5.584767148204379e-05,
1100
+ "loss": 1.4878,
1101
+ "step": 156
1102
+ },
1103
+ {
1104
+ "epoch": 0.19674185463659147,
1105
+ "grad_norm": 0.16532014310359955,
1106
+ "learning_rate": 5.578556842950651e-05,
1107
+ "loss": 1.4942,
1108
+ "step": 157
1109
+ },
1110
+ {
1111
+ "epoch": 0.19799498746867167,
1112
+ "grad_norm": 0.15438464283943176,
1113
+ "learning_rate": 5.572303946791819e-05,
1114
+ "loss": 1.353,
1115
+ "step": 158
1116
+ },
1117
+ {
1118
+ "epoch": 0.19924812030075187,
1119
+ "grad_norm": 0.150332972407341,
1120
+ "learning_rate": 5.566008563009107e-05,
1121
+ "loss": 1.469,
1122
+ "step": 159
1123
+ },
1124
+ {
1125
+ "epoch": 0.20050125313283207,
1126
+ "grad_norm": 0.1449950933456421,
1127
+ "learning_rate": 5.5596707955855215e-05,
1128
+ "loss": 1.4347,
1129
+ "step": 160
1130
+ },
1131
+ {
1132
+ "epoch": 0.20175438596491227,
1133
+ "grad_norm": 0.15944981575012207,
1134
+ "learning_rate": 5.553290749204134e-05,
1135
+ "loss": 1.512,
1136
+ "step": 161
1137
+ },
1138
+ {
1139
+ "epoch": 0.20300751879699247,
1140
+ "grad_norm": 0.14288978278636932,
1141
+ "learning_rate": 5.546868529246352e-05,
1142
+ "loss": 1.4669,
1143
+ "step": 162
1144
+ },
1145
+ {
1146
+ "epoch": 0.20426065162907267,
1147
+ "grad_norm": 0.16595055162906647,
1148
+ "learning_rate": 5.54040424179018e-05,
1149
+ "loss": 1.6102,
1150
+ "step": 163
1151
+ },
1152
+ {
1153
+ "epoch": 0.20551378446115287,
1154
+ "grad_norm": 0.1445576548576355,
1155
+ "learning_rate": 5.533897993608463e-05,
1156
+ "loss": 1.3255,
1157
+ "step": 164
1158
+ },
1159
+ {
1160
+ "epoch": 0.20676691729323307,
1161
+ "grad_norm": 0.15171661972999573,
1162
+ "learning_rate": 5.527349892167127e-05,
1163
+ "loss": 1.4527,
1164
+ "step": 165
1165
+ },
1166
+ {
1167
+ "epoch": 0.20802005012531327,
1168
+ "grad_norm": 0.1350892335176468,
1169
+ "learning_rate": 5.520760045623403e-05,
1170
+ "loss": 1.524,
1171
+ "step": 166
1172
+ },
1173
+ {
1174
+ "epoch": 0.20927318295739347,
1175
+ "grad_norm": 0.15125590562820435,
1176
+ "learning_rate": 5.514128562824039e-05,
1177
+ "loss": 1.5476,
1178
+ "step": 167
1179
+ },
1180
+ {
1181
+ "epoch": 0.21052631578947367,
1182
+ "grad_norm": 0.18517212569713593,
1183
+ "learning_rate": 5.507455553303506e-05,
1184
+ "loss": 1.4797,
1185
+ "step": 168
1186
+ },
1187
+ {
1188
+ "epoch": 0.21177944862155387,
1189
+ "grad_norm": 0.16194948554039001,
1190
+ "learning_rate": 5.5007411272821826e-05,
1191
+ "loss": 1.4256,
1192
+ "step": 169
1193
+ },
1194
+ {
1195
+ "epoch": 0.21303258145363407,
1196
+ "grad_norm": 0.16133227944374084,
1197
+ "learning_rate": 5.493985395664539e-05,
1198
+ "loss": 1.5882,
1199
+ "step": 170
1200
+ },
1201
+ {
1202
+ "epoch": 0.21428571428571427,
1203
+ "grad_norm": 0.15564045310020447,
1204
+ "learning_rate": 5.487188470037305e-05,
1205
+ "loss": 1.5051,
1206
+ "step": 171
1207
+ },
1208
+ {
1209
+ "epoch": 0.21553884711779447,
1210
+ "grad_norm": 0.1621345579624176,
1211
+ "learning_rate": 5.480350462667625e-05,
1212
+ "loss": 1.4765,
1213
+ "step": 172
1214
+ },
1215
+ {
1216
+ "epoch": 0.21679197994987467,
1217
+ "grad_norm": 0.16004936397075653,
1218
+ "learning_rate": 5.473471486501206e-05,
1219
+ "loss": 1.4995,
1220
+ "step": 173
1221
+ },
1222
+ {
1223
+ "epoch": 0.21804511278195488,
1224
+ "grad_norm": 0.1602533906698227,
1225
+ "learning_rate": 5.466551655160449e-05,
1226
+ "loss": 1.5091,
1227
+ "step": 174
1228
+ },
1229
+ {
1230
+ "epoch": 0.21929824561403508,
1231
+ "grad_norm": 0.15978209674358368,
1232
+ "learning_rate": 5.459591082942574e-05,
1233
+ "loss": 1.5351,
1234
+ "step": 175
1235
+ },
1236
+ {
1237
+ "epoch": 0.22055137844611528,
1238
+ "grad_norm": 0.15208299458026886,
1239
+ "learning_rate": 5.452589884817733e-05,
1240
+ "loss": 1.5023,
1241
+ "step": 176
1242
+ },
1243
+ {
1244
+ "epoch": 0.22180451127819548,
1245
+ "grad_norm": 0.1487240493297577,
1246
+ "learning_rate": 5.445548176427108e-05,
1247
+ "loss": 1.4458,
1248
+ "step": 177
1249
+ },
1250
+ {
1251
+ "epoch": 0.22305764411027568,
1252
+ "grad_norm": 0.14227648079395294,
1253
+ "learning_rate": 5.4384660740810074e-05,
1254
+ "loss": 1.4342,
1255
+ "step": 178
1256
+ },
1257
+ {
1258
+ "epoch": 0.22431077694235588,
1259
+ "grad_norm": 0.13798528909683228,
1260
+ "learning_rate": 5.431343694756935e-05,
1261
+ "loss": 1.3625,
1262
+ "step": 179
1263
+ },
1264
+ {
1265
+ "epoch": 0.22556390977443608,
1266
+ "grad_norm": 0.16410118341445923,
1267
+ "learning_rate": 5.424181156097666e-05,
1268
+ "loss": 1.4706,
1269
+ "step": 180
1270
+ },
1271
+ {
1272
+ "epoch": 0.22681704260651628,
1273
+ "grad_norm": 0.15224584937095642,
1274
+ "learning_rate": 5.416978576409301e-05,
1275
+ "loss": 1.5443,
1276
+ "step": 181
1277
+ },
1278
+ {
1279
+ "epoch": 0.22807017543859648,
1280
+ "grad_norm": 0.15167997777462006,
1281
+ "learning_rate": 5.409736074659311e-05,
1282
+ "loss": 1.5039,
1283
+ "step": 182
1284
+ },
1285
+ {
1286
+ "epoch": 0.22932330827067668,
1287
+ "grad_norm": 0.16224287450313568,
1288
+ "learning_rate": 5.402453770474575e-05,
1289
+ "loss": 1.4773,
1290
+ "step": 183
1291
+ },
1292
+ {
1293
+ "epoch": 0.23057644110275688,
1294
+ "grad_norm": 0.16024534404277802,
1295
+ "learning_rate": 5.395131784139401e-05,
1296
+ "loss": 1.5209,
1297
+ "step": 184
1298
+ },
1299
+ {
1300
+ "epoch": 0.23182957393483708,
1301
+ "grad_norm": 0.15539222955703735,
1302
+ "learning_rate": 5.3877702365935404e-05,
1303
+ "loss": 1.4137,
1304
+ "step": 185
1305
+ },
1306
+ {
1307
+ "epoch": 0.23308270676691728,
1308
+ "grad_norm": 0.146916463971138,
1309
+ "learning_rate": 5.380369249430191e-05,
1310
+ "loss": 1.4557,
1311
+ "step": 186
1312
+ },
1313
+ {
1314
+ "epoch": 0.23433583959899748,
1315
+ "grad_norm": 0.16157691180706024,
1316
+ "learning_rate": 5.37292894489399e-05,
1317
+ "loss": 1.5541,
1318
+ "step": 187
1319
+ },
1320
+ {
1321
+ "epoch": 0.23558897243107768,
1322
+ "grad_norm": 0.15176048874855042,
1323
+ "learning_rate": 5.36544944587899e-05,
1324
+ "loss": 1.5486,
1325
+ "step": 188
1326
+ },
1327
+ {
1328
+ "epoch": 0.23684210526315788,
1329
+ "grad_norm": 0.17215217649936676,
1330
+ "learning_rate": 5.357930875926636e-05,
1331
+ "loss": 1.5725,
1332
+ "step": 189
1333
+ },
1334
+ {
1335
+ "epoch": 0.23809523809523808,
1336
+ "grad_norm": 0.16552142798900604,
1337
+ "learning_rate": 5.3503733592237174e-05,
1338
+ "loss": 1.5372,
1339
+ "step": 190
1340
+ },
1341
+ {
1342
+ "epoch": 0.23934837092731828,
1343
+ "grad_norm": 0.1510804295539856,
1344
+ "learning_rate": 5.342777020600321e-05,
1345
+ "loss": 1.3789,
1346
+ "step": 191
1347
+ },
1348
+ {
1349
+ "epoch": 0.24060150375939848,
1350
+ "grad_norm": 0.1481272578239441,
1351
+ "learning_rate": 5.335141985527771e-05,
1352
+ "loss": 1.7376,
1353
+ "step": 192
1354
+ },
1355
+ {
1356
+ "epoch": 0.24185463659147868,
1357
+ "grad_norm": 0.1423473209142685,
1358
+ "learning_rate": 5.327468380116551e-05,
1359
+ "loss": 1.4623,
1360
+ "step": 193
1361
+ },
1362
+ {
1363
+ "epoch": 0.24310776942355888,
1364
+ "grad_norm": 0.15733863413333893,
1365
+ "learning_rate": 5.319756331114227e-05,
1366
+ "loss": 1.4554,
1367
+ "step": 194
1368
+ },
1369
+ {
1370
+ "epoch": 0.24436090225563908,
1371
+ "grad_norm": 0.1579495519399643,
1372
+ "learning_rate": 5.3120059659033484e-05,
1373
+ "loss": 1.3653,
1374
+ "step": 195
1375
+ },
1376
+ {
1377
+ "epoch": 0.24561403508771928,
1378
+ "grad_norm": 0.16561569273471832,
1379
+ "learning_rate": 5.304217412499349e-05,
1380
+ "loss": 1.4189,
1381
+ "step": 196
1382
+ },
1383
+ {
1384
+ "epoch": 0.24686716791979949,
1385
+ "grad_norm": 0.16004639863967896,
1386
+ "learning_rate": 5.296390799548426e-05,
1387
+ "loss": 1.4953,
1388
+ "step": 197
1389
+ },
1390
+ {
1391
+ "epoch": 0.24812030075187969,
1392
+ "grad_norm": 0.14528200030326843,
1393
+ "learning_rate": 5.2885262563254246e-05,
1394
+ "loss": 1.2997,
1395
+ "step": 198
1396
+ },
1397
+ {
1398
+ "epoch": 0.24937343358395989,
1399
+ "grad_norm": 0.15132363140583038,
1400
+ "learning_rate": 5.280623912731693e-05,
1401
+ "loss": 1.4261,
1402
+ "step": 199
1403
+ },
1404
+ {
1405
+ "epoch": 0.2506265664160401,
1406
+ "grad_norm": 0.15129469335079193,
1407
+ "learning_rate": 5.272683899292943e-05,
1408
+ "loss": 1.4778,
1409
+ "step": 200
1410
+ },
1411
+ {
1412
+ "epoch": 0.2518796992481203,
1413
+ "grad_norm": 0.16739892959594727,
1414
+ "learning_rate": 5.2647063471570914e-05,
1415
+ "loss": 1.4741,
1416
+ "step": 201
1417
+ },
1418
+ {
1419
+ "epoch": 0.2531328320802005,
1420
+ "grad_norm": 0.1433250457048416,
1421
+ "learning_rate": 5.256691388092095e-05,
1422
+ "loss": 1.398,
1423
+ "step": 202
1424
+ },
1425
+ {
1426
+ "epoch": 0.2543859649122807,
1427
+ "grad_norm": 0.16294027864933014,
1428
+ "learning_rate": 5.248639154483773e-05,
1429
+ "loss": 1.4912,
1430
+ "step": 203
1431
+ },
1432
+ {
1433
+ "epoch": 0.2556390977443609,
1434
+ "grad_norm": 0.16056182980537415,
1435
+ "learning_rate": 5.240549779333621e-05,
1436
+ "loss": 1.5168,
1437
+ "step": 204
1438
+ },
1439
+ {
1440
+ "epoch": 0.2568922305764411,
1441
+ "grad_norm": 0.1551842838525772,
1442
+ "learning_rate": 5.2324233962566154e-05,
1443
+ "loss": 1.4244,
1444
+ "step": 205
1445
+ },
1446
+ {
1447
+ "epoch": 0.2581453634085213,
1448
+ "grad_norm": 0.15926840901374817,
1449
+ "learning_rate": 5.224260139479004e-05,
1450
+ "loss": 1.5547,
1451
+ "step": 206
1452
+ },
1453
+ {
1454
+ "epoch": 0.2593984962406015,
1455
+ "grad_norm": 0.1555553674697876,
1456
+ "learning_rate": 5.21606014383609e-05,
1457
+ "loss": 1.4263,
1458
+ "step": 207
1459
+ },
1460
+ {
1461
+ "epoch": 0.2606516290726817,
1462
+ "grad_norm": 0.1518319994211197,
1463
+ "learning_rate": 5.207823544770006e-05,
1464
+ "loss": 1.4604,
1465
+ "step": 208
1466
+ },
1467
+ {
1468
+ "epoch": 0.2619047619047619,
1469
+ "grad_norm": 0.1934310644865036,
1470
+ "learning_rate": 5.199550478327474e-05,
1471
+ "loss": 1.5793,
1472
+ "step": 209
1473
+ },
1474
+ {
1475
+ "epoch": 0.2631578947368421,
1476
+ "grad_norm": 0.16186797618865967,
1477
+ "learning_rate": 5.1912410811575635e-05,
1478
+ "loss": 1.5374,
1479
+ "step": 210
1480
+ },
1481
+ {
1482
+ "epoch": 0.2644110275689223,
1483
+ "grad_norm": 0.15732304751873016,
1484
+ "learning_rate": 5.182895490509427e-05,
1485
+ "loss": 1.4555,
1486
+ "step": 211
1487
+ },
1488
+ {
1489
+ "epoch": 0.2656641604010025,
1490
+ "grad_norm": 0.17242950201034546,
1491
+ "learning_rate": 5.1745138442300396e-05,
1492
+ "loss": 1.5941,
1493
+ "step": 212
1494
+ },
1495
+ {
1496
+ "epoch": 0.2669172932330827,
1497
+ "grad_norm": 0.16432379186153412,
1498
+ "learning_rate": 5.16609628076192e-05,
1499
+ "loss": 1.4662,
1500
+ "step": 213
1501
+ },
1502
+ {
1503
+ "epoch": 0.2681704260651629,
1504
+ "grad_norm": 0.15895594656467438,
1505
+ "learning_rate": 5.15764293914084e-05,
1506
+ "loss": 1.4611,
1507
+ "step": 214
1508
+ },
1509
+ {
1510
+ "epoch": 0.2694235588972431,
1511
+ "grad_norm": 0.17354588210582733,
1512
+ "learning_rate": 5.149153958993537e-05,
1513
+ "loss": 1.4325,
1514
+ "step": 215
1515
+ },
1516
+ {
1517
+ "epoch": 0.2706766917293233,
1518
+ "grad_norm": 0.15314188599586487,
1519
+ "learning_rate": 5.140629480535396e-05,
1520
+ "loss": 1.4666,
1521
+ "step": 216
1522
+ },
1523
+ {
1524
+ "epoch": 0.2719298245614035,
1525
+ "grad_norm": 0.16267825663089752,
1526
+ "learning_rate": 5.132069644568143e-05,
1527
+ "loss": 1.4234,
1528
+ "step": 217
1529
+ },
1530
+ {
1531
+ "epoch": 0.2731829573934837,
1532
+ "grad_norm": 0.16543705761432648,
1533
+ "learning_rate": 5.123474592477517e-05,
1534
+ "loss": 1.5027,
1535
+ "step": 218
1536
+ },
1537
+ {
1538
+ "epoch": 0.2744360902255639,
1539
+ "grad_norm": 0.1630410999059677,
1540
+ "learning_rate": 5.1148444662309326e-05,
1541
+ "loss": 1.4812,
1542
+ "step": 219
1543
+ },
1544
+ {
1545
+ "epoch": 0.2756892230576441,
1546
+ "grad_norm": 0.17135612666606903,
1547
+ "learning_rate": 5.106179408375135e-05,
1548
+ "loss": 1.4541,
1549
+ "step": 220
1550
+ },
1551
+ {
1552
+ "epoch": 0.2769423558897243,
1553
+ "grad_norm": 0.1608368307352066,
1554
+ "learning_rate": 5.097479562033847e-05,
1555
+ "loss": 1.4371,
1556
+ "step": 221
1557
+ },
1558
+ {
1559
+ "epoch": 0.2781954887218045,
1560
+ "grad_norm": 0.17631706595420837,
1561
+ "learning_rate": 5.0887450709054065e-05,
1562
+ "loss": 1.4593,
1563
+ "step": 222
1564
+ },
1565
+ {
1566
+ "epoch": 0.2794486215538847,
1567
+ "grad_norm": 0.1584499627351761,
1568
+ "learning_rate": 5.079976079260391e-05,
1569
+ "loss": 1.3738,
1570
+ "step": 223
1571
+ },
1572
+ {
1573
+ "epoch": 0.2807017543859649,
1574
+ "grad_norm": 0.1915035843849182,
1575
+ "learning_rate": 5.071172731939233e-05,
1576
+ "loss": 1.5473,
1577
+ "step": 224
1578
+ },
1579
+ {
1580
+ "epoch": 0.2819548872180451,
1581
+ "grad_norm": 0.17202699184417725,
1582
+ "learning_rate": 5.062335174349831e-05,
1583
+ "loss": 1.4301,
1584
+ "step": 225
1585
+ },
1586
+ {
1587
+ "epoch": 0.2832080200501253,
1588
+ "grad_norm": 0.1597733050584793,
1589
+ "learning_rate": 5.053463552465145e-05,
1590
+ "loss": 1.3866,
1591
+ "step": 226
1592
+ },
1593
+ {
1594
+ "epoch": 0.2844611528822055,
1595
+ "grad_norm": 0.16445639729499817,
1596
+ "learning_rate": 5.0445580128207885e-05,
1597
+ "loss": 1.4294,
1598
+ "step": 227
1599
+ },
1600
+ {
1601
+ "epoch": 0.2857142857142857,
1602
+ "grad_norm": 0.17147259414196014,
1603
+ "learning_rate": 5.0356187025126035e-05,
1604
+ "loss": 1.4303,
1605
+ "step": 228
1606
+ },
1607
+ {
1608
+ "epoch": 0.2869674185463659,
1609
+ "grad_norm": 0.18276292085647583,
1610
+ "learning_rate": 5.026645769194236e-05,
1611
+ "loss": 1.4647,
1612
+ "step": 229
1613
+ },
1614
+ {
1615
+ "epoch": 0.2882205513784461,
1616
+ "grad_norm": 0.1690540462732315,
1617
+ "learning_rate": 5.017639361074694e-05,
1618
+ "loss": 1.5525,
1619
+ "step": 230
1620
+ },
1621
+ {
1622
+ "epoch": 0.2894736842105263,
1623
+ "grad_norm": 0.1618894338607788,
1624
+ "learning_rate": 5.0085996269159e-05,
1625
+ "loss": 1.4743,
1626
+ "step": 231
1627
+ },
1628
+ {
1629
+ "epoch": 0.2907268170426065,
1630
+ "grad_norm": 0.16552814841270447,
1631
+ "learning_rate": 4.9995267160302336e-05,
1632
+ "loss": 1.4404,
1633
+ "step": 232
1634
+ },
1635
+ {
1636
+ "epoch": 0.29197994987468673,
1637
+ "grad_norm": 0.17212465405464172,
1638
+ "learning_rate": 4.990420778278067e-05,
1639
+ "loss": 1.4921,
1640
+ "step": 233
1641
+ },
1642
+ {
1643
+ "epoch": 0.2932330827067669,
1644
+ "grad_norm": 0.17030447721481323,
1645
+ "learning_rate": 4.981281964065287e-05,
1646
+ "loss": 1.4577,
1647
+ "step": 234
1648
+ },
1649
+ {
1650
+ "epoch": 0.29448621553884713,
1651
+ "grad_norm": 0.16432829201221466,
1652
+ "learning_rate": 4.972110424340815e-05,
1653
+ "loss": 1.3663,
1654
+ "step": 235
1655
+ },
1656
+ {
1657
+ "epoch": 0.2957393483709273,
1658
+ "grad_norm": 0.17019811272621155,
1659
+ "learning_rate": 4.962906310594106e-05,
1660
+ "loss": 1.3605,
1661
+ "step": 236
1662
+ },
1663
+ {
1664
+ "epoch": 0.29699248120300753,
1665
+ "grad_norm": 0.15439601242542267,
1666
+ "learning_rate": 4.953669774852657e-05,
1667
+ "loss": 1.3821,
1668
+ "step": 237
1669
+ },
1670
+ {
1671
+ "epoch": 0.2982456140350877,
1672
+ "grad_norm": 0.16957609355449677,
1673
+ "learning_rate": 4.9444009696794836e-05,
1674
+ "loss": 1.5436,
1675
+ "step": 238
1676
+ },
1677
+ {
1678
+ "epoch": 0.29949874686716793,
1679
+ "grad_norm": 0.17840701341629028,
1680
+ "learning_rate": 4.9351000481706135e-05,
1681
+ "loss": 1.5132,
1682
+ "step": 239
1683
+ },
1684
+ {
1685
+ "epoch": 0.3007518796992481,
1686
+ "grad_norm": 0.16516822576522827,
1687
+ "learning_rate": 4.925767163952547e-05,
1688
+ "loss": 1.5301,
1689
+ "step": 240
1690
+ },
1691
+ {
1692
+ "epoch": 0.30200501253132833,
1693
+ "grad_norm": 0.16189689934253693,
1694
+ "learning_rate": 4.916402471179723e-05,
1695
+ "loss": 1.4475,
1696
+ "step": 241
1697
+ },
1698
+ {
1699
+ "epoch": 0.3032581453634085,
1700
+ "grad_norm": 0.1689058095216751,
1701
+ "learning_rate": 4.907006124531975e-05,
1702
+ "loss": 1.4622,
1703
+ "step": 242
1704
+ },
1705
+ {
1706
+ "epoch": 0.30451127819548873,
1707
+ "grad_norm": 0.16913363337516785,
1708
+ "learning_rate": 4.897578279211975e-05,
1709
+ "loss": 1.5433,
1710
+ "step": 243
1711
+ },
1712
+ {
1713
+ "epoch": 0.3057644110275689,
1714
+ "grad_norm": 0.17671072483062744,
1715
+ "learning_rate": 4.888119090942665e-05,
1716
+ "loss": 1.4205,
1717
+ "step": 244
1718
+ },
1719
+ {
1720
+ "epoch": 0.30701754385964913,
1721
+ "grad_norm": 0.1828470230102539,
1722
+ "learning_rate": 4.878628715964693e-05,
1723
+ "loss": 1.4191,
1724
+ "step": 245
1725
+ },
1726
+ {
1727
+ "epoch": 0.3082706766917293,
1728
+ "grad_norm": 0.17133688926696777,
1729
+ "learning_rate": 4.86910731103383e-05,
1730
+ "loss": 1.5249,
1731
+ "step": 246
1732
+ },
1733
+ {
1734
+ "epoch": 0.30952380952380953,
1735
+ "grad_norm": 0.167369082570076,
1736
+ "learning_rate": 4.859555033418374e-05,
1737
+ "loss": 1.4614,
1738
+ "step": 247
1739
+ },
1740
+ {
1741
+ "epoch": 0.3107769423558897,
1742
+ "grad_norm": 0.18615829944610596,
1743
+ "learning_rate": 4.8499720408965634e-05,
1744
+ "loss": 1.5662,
1745
+ "step": 248
1746
+ },
1747
+ {
1748
+ "epoch": 0.31203007518796994,
1749
+ "grad_norm": 0.15995121002197266,
1750
+ "learning_rate": 4.840358491753961e-05,
1751
+ "loss": 1.4518,
1752
+ "step": 249
1753
+ },
1754
+ {
1755
+ "epoch": 0.3132832080200501,
1756
+ "grad_norm": 0.17739561200141907,
1757
+ "learning_rate": 4.830714544780846e-05,
1758
+ "loss": 1.4187,
1759
+ "step": 250
1760
+ },
1761
+ {
1762
+ "epoch": 0.31453634085213034,
1763
+ "grad_norm": 0.16059748828411102,
1764
+ "learning_rate": 4.821040359269587e-05,
1765
+ "loss": 1.3574,
1766
+ "step": 251
1767
+ },
1768
+ {
1769
+ "epoch": 0.3157894736842105,
1770
+ "grad_norm": 0.1768496036529541,
1771
+ "learning_rate": 4.811336095012015e-05,
1772
+ "loss": 1.4048,
1773
+ "step": 252
1774
+ },
1775
+ {
1776
+ "epoch": 0.31704260651629074,
1777
+ "grad_norm": 0.17573674023151398,
1778
+ "learning_rate": 4.8016019122967826e-05,
1779
+ "loss": 1.542,
1780
+ "step": 253
1781
+ },
1782
+ {
1783
+ "epoch": 0.3182957393483709,
1784
+ "grad_norm": 0.15960711240768433,
1785
+ "learning_rate": 4.791837971906711e-05,
1786
+ "loss": 1.3686,
1787
+ "step": 254
1788
+ },
1789
+ {
1790
+ "epoch": 0.31954887218045114,
1791
+ "grad_norm": 0.18074101209640503,
1792
+ "learning_rate": 4.782044435116145e-05,
1793
+ "loss": 1.5344,
1794
+ "step": 255
1795
+ },
1796
+ {
1797
+ "epoch": 0.3208020050125313,
1798
+ "grad_norm": 0.2042127400636673,
1799
+ "learning_rate": 4.7722214636882806e-05,
1800
+ "loss": 1.5176,
1801
+ "step": 256
1802
+ },
1803
+ {
1804
+ "epoch": 0.32205513784461154,
1805
+ "grad_norm": 0.16601479053497314,
1806
+ "learning_rate": 4.762369219872494e-05,
1807
+ "loss": 1.3895,
1808
+ "step": 257
1809
+ },
1810
+ {
1811
+ "epoch": 0.3233082706766917,
1812
+ "grad_norm": 0.18349255621433258,
1813
+ "learning_rate": 4.752487866401667e-05,
1814
+ "loss": 1.4652,
1815
+ "step": 258
1816
+ },
1817
+ {
1818
+ "epoch": 0.32456140350877194,
1819
+ "grad_norm": 0.18353460729122162,
1820
+ "learning_rate": 4.742577566489493e-05,
1821
+ "loss": 1.5181,
1822
+ "step": 259
1823
+ },
1824
+ {
1825
+ "epoch": 0.3258145363408521,
1826
+ "grad_norm": 0.18172797560691833,
1827
+ "learning_rate": 4.732638483827784e-05,
1828
+ "loss": 1.4484,
1829
+ "step": 260
1830
+ },
1831
+ {
1832
+ "epoch": 0.32706766917293234,
1833
+ "grad_norm": 0.17833280563354492,
1834
+ "learning_rate": 4.722670782583769e-05,
1835
+ "loss": 1.4063,
1836
+ "step": 261
1837
+ },
1838
+ {
1839
+ "epoch": 0.3283208020050125,
1840
+ "grad_norm": 0.17507833242416382,
1841
+ "learning_rate": 4.7126746273973745e-05,
1842
+ "loss": 1.5928,
1843
+ "step": 262
1844
+ },
1845
+ {
1846
+ "epoch": 0.32957393483709274,
1847
+ "grad_norm": 0.17333512008190155,
1848
+ "learning_rate": 4.702650183378517e-05,
1849
+ "loss": 1.526,
1850
+ "step": 263
1851
+ },
1852
+ {
1853
+ "epoch": 0.3308270676691729,
1854
+ "grad_norm": 0.19539874792099,
1855
+ "learning_rate": 4.692597616104364e-05,
1856
+ "loss": 1.4775,
1857
+ "step": 264
1858
+ },
1859
+ {
1860
+ "epoch": 0.33208020050125314,
1861
+ "grad_norm": 0.1711081713438034,
1862
+ "learning_rate": 4.682517091616608e-05,
1863
+ "loss": 1.2613,
1864
+ "step": 265
1865
+ },
1866
+ {
1867
+ "epoch": 0.3333333333333333,
1868
+ "grad_norm": 0.17969585955142975,
1869
+ "learning_rate": 4.672408776418718e-05,
1870
+ "loss": 1.5688,
1871
+ "step": 266
1872
+ },
1873
+ {
1874
+ "epoch": 0.33458646616541354,
1875
+ "grad_norm": 0.17389164865016937,
1876
+ "learning_rate": 4.6622728374731936e-05,
1877
+ "loss": 1.3871,
1878
+ "step": 267
1879
+ },
1880
+ {
1881
+ "epoch": 0.3358395989974937,
1882
+ "grad_norm": 0.16892869770526886,
1883
+ "learning_rate": 4.652109442198804e-05,
1884
+ "loss": 1.4454,
1885
+ "step": 268
1886
+ },
1887
+ {
1888
+ "epoch": 0.33709273182957394,
1889
+ "grad_norm": 0.18089257180690765,
1890
+ "learning_rate": 4.641918758467824e-05,
1891
+ "loss": 1.4727,
1892
+ "step": 269
1893
+ },
1894
+ {
1895
+ "epoch": 0.3383458646616541,
1896
+ "grad_norm": 0.18539738655090332,
1897
+ "learning_rate": 4.6317009546032615e-05,
1898
+ "loss": 1.4823,
1899
+ "step": 270
1900
+ },
1901
+ {
1902
+ "epoch": 0.33959899749373434,
1903
+ "grad_norm": 0.1722467839717865,
1904
+ "learning_rate": 4.621456199376077e-05,
1905
+ "loss": 1.4174,
1906
+ "step": 271
1907
+ },
1908
+ {
1909
+ "epoch": 0.3408521303258145,
1910
+ "grad_norm": 0.17670480906963348,
1911
+ "learning_rate": 4.611184662002396e-05,
1912
+ "loss": 1.5394,
1913
+ "step": 272
1914
+ },
1915
+ {
1916
+ "epoch": 0.34210526315789475,
1917
+ "grad_norm": 0.16371813416481018,
1918
+ "learning_rate": 4.6008865121407126e-05,
1919
+ "loss": 1.4326,
1920
+ "step": 273
1921
+ },
1922
+ {
1923
+ "epoch": 0.3433583959899749,
1924
+ "grad_norm": 0.17700393497943878,
1925
+ "learning_rate": 4.590561919889091e-05,
1926
+ "loss": 1.4755,
1927
+ "step": 274
1928
+ },
1929
+ {
1930
+ "epoch": 0.34461152882205515,
1931
+ "grad_norm": 0.1750127226114273,
1932
+ "learning_rate": 4.58021105578235e-05,
1933
+ "loss": 1.3065,
1934
+ "step": 275
1935
+ },
1936
+ {
1937
+ "epoch": 0.3458646616541353,
1938
+ "grad_norm": 0.18933042883872986,
1939
+ "learning_rate": 4.5698340907892534e-05,
1940
+ "loss": 1.5368,
1941
+ "step": 276
1942
+ },
1943
+ {
1944
+ "epoch": 0.34711779448621555,
1945
+ "grad_norm": 0.19926317036151886,
1946
+ "learning_rate": 4.55943119630968e-05,
1947
+ "loss": 1.5401,
1948
+ "step": 277
1949
+ },
1950
+ {
1951
+ "epoch": 0.3483709273182957,
1952
+ "grad_norm": 0.1745910942554474,
1953
+ "learning_rate": 4.5490025441717946e-05,
1954
+ "loss": 1.4631,
1955
+ "step": 278
1956
+ },
1957
+ {
1958
+ "epoch": 0.34962406015037595,
1959
+ "grad_norm": 0.1677342802286148,
1960
+ "learning_rate": 4.538548306629209e-05,
1961
+ "loss": 1.4973,
1962
+ "step": 279
1963
+ },
1964
+ {
1965
+ "epoch": 0.3508771929824561,
1966
+ "grad_norm": 0.17847084999084473,
1967
+ "learning_rate": 4.5280686563581425e-05,
1968
+ "loss": 1.5144,
1969
+ "step": 280
1970
+ },
1971
+ {
1972
+ "epoch": 0.35213032581453635,
1973
+ "grad_norm": 0.18145380914211273,
1974
+ "learning_rate": 4.517563766454561e-05,
1975
+ "loss": 1.4917,
1976
+ "step": 281
1977
+ },
1978
+ {
1979
+ "epoch": 0.3533834586466165,
1980
+ "grad_norm": 0.19056649506092072,
1981
+ "learning_rate": 4.5070338104313224e-05,
1982
+ "loss": 1.4575,
1983
+ "step": 282
1984
+ },
1985
+ {
1986
+ "epoch": 0.35463659147869675,
1987
+ "grad_norm": 0.17569053173065186,
1988
+ "learning_rate": 4.4964789622153116e-05,
1989
+ "loss": 1.5196,
1990
+ "step": 283
1991
+ },
1992
+ {
1993
+ "epoch": 0.3558897243107769,
1994
+ "grad_norm": 0.18289506435394287,
1995
+ "learning_rate": 4.485899396144566e-05,
1996
+ "loss": 1.402,
1997
+ "step": 284
1998
+ },
1999
+ {
2000
+ "epoch": 0.35714285714285715,
2001
+ "grad_norm": 0.17359083890914917,
2002
+ "learning_rate": 4.4752952869653964e-05,
2003
+ "loss": 1.4144,
2004
+ "step": 285
2005
+ },
2006
+ {
2007
+ "epoch": 0.3583959899749373,
2008
+ "grad_norm": 0.1759563386440277,
2009
+ "learning_rate": 4.464666809829499e-05,
2010
+ "loss": 1.5265,
2011
+ "step": 286
2012
+ },
2013
+ {
2014
+ "epoch": 0.35964912280701755,
2015
+ "grad_norm": 0.17689688503742218,
2016
+ "learning_rate": 4.4540141402910645e-05,
2017
+ "loss": 1.5254,
2018
+ "step": 287
2019
+ },
2020
+ {
2021
+ "epoch": 0.3609022556390977,
2022
+ "grad_norm": 0.18115444481372833,
2023
+ "learning_rate": 4.443337454303881e-05,
2024
+ "loss": 1.6087,
2025
+ "step": 288
2026
+ },
2027
+ {
2028
+ "epoch": 0.36215538847117795,
2029
+ "grad_norm": 0.17893773317337036,
2030
+ "learning_rate": 4.432636928218419e-05,
2031
+ "loss": 1.4052,
2032
+ "step": 289
2033
+ },
2034
+ {
2035
+ "epoch": 0.3634085213032581,
2036
+ "grad_norm": 0.2004009187221527,
2037
+ "learning_rate": 4.4219127387789293e-05,
2038
+ "loss": 1.503,
2039
+ "step": 290
2040
+ },
2041
+ {
2042
+ "epoch": 0.36466165413533835,
2043
+ "grad_norm": 0.16822977364063263,
2044
+ "learning_rate": 4.411165063120514e-05,
2045
+ "loss": 1.3674,
2046
+ "step": 291
2047
+ },
2048
+ {
2049
+ "epoch": 0.3659147869674185,
2050
+ "grad_norm": 0.1785370260477066,
2051
+ "learning_rate": 4.400394078766208e-05,
2052
+ "loss": 1.5148,
2053
+ "step": 292
2054
+ },
2055
+ {
2056
+ "epoch": 0.36716791979949875,
2057
+ "grad_norm": 0.16503627598285675,
2058
+ "learning_rate": 4.389599963624042e-05,
2059
+ "loss": 1.4331,
2060
+ "step": 293
2061
+ },
2062
+ {
2063
+ "epoch": 0.3684210526315789,
2064
+ "grad_norm": 0.1841992437839508,
2065
+ "learning_rate": 4.3787828959841084e-05,
2066
+ "loss": 1.3116,
2067
+ "step": 294
2068
+ },
2069
+ {
2070
+ "epoch": 0.36967418546365916,
2071
+ "grad_norm": 0.18730437755584717,
2072
+ "learning_rate": 4.367943054515611e-05,
2073
+ "loss": 1.3779,
2074
+ "step": 295
2075
+ },
2076
+ {
2077
+ "epoch": 0.37092731829573933,
2078
+ "grad_norm": 0.17390833795070648,
2079
+ "learning_rate": 4.3570806182639185e-05,
2080
+ "loss": 1.4706,
2081
+ "step": 296
2082
+ },
2083
+ {
2084
+ "epoch": 0.37218045112781956,
2085
+ "grad_norm": 0.16994328796863556,
2086
+ "learning_rate": 4.346195766647606e-05,
2087
+ "loss": 1.4047,
2088
+ "step": 297
2089
+ },
2090
+ {
2091
+ "epoch": 0.37343358395989973,
2092
+ "grad_norm": 0.17841129004955292,
2093
+ "learning_rate": 4.335288679455487e-05,
2094
+ "loss": 1.4686,
2095
+ "step": 298
2096
+ },
2097
+ {
2098
+ "epoch": 0.37468671679197996,
2099
+ "grad_norm": 0.19922415912151337,
2100
+ "learning_rate": 4.3243595368436517e-05,
2101
+ "loss": 1.5165,
2102
+ "step": 299
2103
+ },
2104
+ {
2105
+ "epoch": 0.37593984962406013,
2106
+ "grad_norm": 0.16899648308753967,
2107
+ "learning_rate": 4.3134085193324865e-05,
2108
+ "loss": 1.4881,
2109
+ "step": 300
2110
+ },
2111
+ {
2112
+ "epoch": 0.37719298245614036,
2113
+ "grad_norm": 0.16627173125743866,
2114
+ "learning_rate": 4.302435807803693e-05,
2115
+ "loss": 1.4882,
2116
+ "step": 301
2117
+ },
2118
+ {
2119
+ "epoch": 0.37844611528822053,
2120
+ "grad_norm": 0.19958005845546722,
2121
+ "learning_rate": 4.291441583497296e-05,
2122
+ "loss": 1.5203,
2123
+ "step": 302
2124
+ },
2125
+ {
2126
+ "epoch": 0.37969924812030076,
2127
+ "grad_norm": 0.19517013430595398,
2128
+ "learning_rate": 4.280426028008661e-05,
2129
+ "loss": 1.4329,
2130
+ "step": 303
2131
+ },
2132
+ {
2133
+ "epoch": 0.38095238095238093,
2134
+ "grad_norm": 0.1873486489057541,
2135
+ "learning_rate": 4.269389323285484e-05,
2136
+ "loss": 1.3892,
2137
+ "step": 304
2138
+ },
2139
+ {
2140
+ "epoch": 0.38220551378446116,
2141
+ "grad_norm": 0.17650927603244781,
2142
+ "learning_rate": 4.258331651624791e-05,
2143
+ "loss": 1.4937,
2144
+ "step": 305
2145
+ },
2146
+ {
2147
+ "epoch": 0.38345864661654133,
2148
+ "grad_norm": 0.17674066126346588,
2149
+ "learning_rate": 4.247253195669925e-05,
2150
+ "loss": 1.4761,
2151
+ "step": 306
2152
+ },
2153
+ {
2154
+ "epoch": 0.38471177944862156,
2155
+ "grad_norm": 0.19194164872169495,
2156
+ "learning_rate": 4.236154138407533e-05,
2157
+ "loss": 1.4483,
2158
+ "step": 307
2159
+ },
2160
+ {
2161
+ "epoch": 0.38596491228070173,
2162
+ "grad_norm": 0.18375438451766968,
2163
+ "learning_rate": 4.2250346631645374e-05,
2164
+ "loss": 1.458,
2165
+ "step": 308
2166
+ },
2167
+ {
2168
+ "epoch": 0.38721804511278196,
2169
+ "grad_norm": 0.1865517795085907,
2170
+ "learning_rate": 4.213894953605113e-05,
2171
+ "loss": 1.4413,
2172
+ "step": 309
2173
+ },
2174
+ {
2175
+ "epoch": 0.38847117794486213,
2176
+ "grad_norm": 0.18141886591911316,
2177
+ "learning_rate": 4.2027351937276525e-05,
2178
+ "loss": 1.4391,
2179
+ "step": 310
2180
+ },
2181
+ {
2182
+ "epoch": 0.38972431077694236,
2183
+ "grad_norm": 0.18934974074363708,
2184
+ "learning_rate": 4.191555567861728e-05,
2185
+ "loss": 1.4008,
2186
+ "step": 311
2187
+ },
2188
+ {
2189
+ "epoch": 0.39097744360902253,
2190
+ "grad_norm": 0.1794135719537735,
2191
+ "learning_rate": 4.1803562606650374e-05,
2192
+ "loss": 1.3936,
2193
+ "step": 312
2194
+ },
2195
+ {
2196
+ "epoch": 0.39223057644110276,
2197
+ "grad_norm": 0.17992708086967468,
2198
+ "learning_rate": 4.169137457120373e-05,
2199
+ "loss": 1.3573,
2200
+ "step": 313
2201
+ },
2202
+ {
2203
+ "epoch": 0.39348370927318294,
2204
+ "grad_norm": 0.1869203895330429,
2205
+ "learning_rate": 4.157899342532545e-05,
2206
+ "loss": 1.4579,
2207
+ "step": 314
2208
+ },
2209
+ {
2210
+ "epoch": 0.39473684210526316,
2211
+ "grad_norm": 0.17959001660346985,
2212
+ "learning_rate": 4.146642102525336e-05,
2213
+ "loss": 1.6471,
2214
+ "step": 315
2215
+ },
2216
+ {
2217
+ "epoch": 0.39598997493734334,
2218
+ "grad_norm": 0.18178239464759827,
2219
+ "learning_rate": 4.1353659230384306e-05,
2220
+ "loss": 1.5083,
2221
+ "step": 316
2222
+ },
2223
+ {
2224
+ "epoch": 0.39724310776942356,
2225
+ "grad_norm": 0.17811906337738037,
2226
+ "learning_rate": 4.124070990324339e-05,
2227
+ "loss": 1.3851,
2228
+ "step": 317
2229
+ },
2230
+ {
2231
+ "epoch": 0.39849624060150374,
2232
+ "grad_norm": 0.18983860313892365,
2233
+ "learning_rate": 4.1127574909453276e-05,
2234
+ "loss": 1.4802,
2235
+ "step": 318
2236
+ },
2237
+ {
2238
+ "epoch": 0.39974937343358397,
2239
+ "grad_norm": 0.19141417741775513,
2240
+ "learning_rate": 4.1014256117703344e-05,
2241
+ "loss": 1.4496,
2242
+ "step": 319
2243
+ },
2244
+ {
2245
+ "epoch": 0.40100250626566414,
2246
+ "grad_norm": 0.18502330780029297,
2247
+ "learning_rate": 4.090075539971883e-05,
2248
+ "loss": 1.3621,
2249
+ "step": 320
2250
+ },
2251
+ {
2252
+ "epoch": 0.40225563909774437,
2253
+ "grad_norm": 0.1886487603187561,
2254
+ "learning_rate": 4.0787074630229894e-05,
2255
+ "loss": 1.4253,
2256
+ "step": 321
2257
+ },
2258
+ {
2259
+ "epoch": 0.40350877192982454,
2260
+ "grad_norm": 0.20589838922023773,
2261
+ "learning_rate": 4.06732156869407e-05,
2262
+ "loss": 1.4923,
2263
+ "step": 322
2264
+ },
2265
+ {
2266
+ "epoch": 0.40476190476190477,
2267
+ "grad_norm": 0.18595212697982788,
2268
+ "learning_rate": 4.0559180450498323e-05,
2269
+ "loss": 1.3828,
2270
+ "step": 323
2271
+ },
2272
+ {
2273
+ "epoch": 0.40601503759398494,
2274
+ "grad_norm": 0.1859150230884552,
2275
+ "learning_rate": 4.0444970804461764e-05,
2276
+ "loss": 1.4064,
2277
+ "step": 324
2278
+ },
2279
+ {
2280
+ "epoch": 0.40726817042606517,
2281
+ "grad_norm": 0.1799243539571762,
2282
+ "learning_rate": 4.033058863527081e-05,
2283
+ "loss": 1.4397,
2284
+ "step": 325
2285
+ },
2286
+ {
2287
+ "epoch": 0.40852130325814534,
2288
+ "grad_norm": 0.17788687348365784,
2289
+ "learning_rate": 4.021603583221485e-05,
2290
+ "loss": 1.4967,
2291
+ "step": 326
2292
+ },
2293
+ {
2294
+ "epoch": 0.40977443609022557,
2295
+ "grad_norm": 0.18388214707374573,
2296
+ "learning_rate": 4.010131428740172e-05,
2297
+ "loss": 1.3899,
2298
+ "step": 327
2299
+ },
2300
+ {
2301
+ "epoch": 0.41102756892230574,
2302
+ "grad_norm": 0.1697245091199875,
2303
+ "learning_rate": 3.998642589572638e-05,
2304
+ "loss": 1.4595,
2305
+ "step": 328
2306
+ },
2307
+ {
2308
+ "epoch": 0.41228070175438597,
2309
+ "grad_norm": 0.17780493199825287,
2310
+ "learning_rate": 3.98713725548397e-05,
2311
+ "loss": 1.4257,
2312
+ "step": 329
2313
+ },
2314
+ {
2315
+ "epoch": 0.41353383458646614,
2316
+ "grad_norm": 0.1605594903230667,
2317
+ "learning_rate": 3.9756156165117056e-05,
2318
+ "loss": 1.4303,
2319
+ "step": 330
2320
+ },
2321
+ {
2322
+ "epoch": 0.41478696741854637,
2323
+ "grad_norm": 0.17343483865261078,
2324
+ "learning_rate": 3.9640778629626933e-05,
2325
+ "loss": 1.5493,
2326
+ "step": 331
2327
+ },
2328
+ {
2329
+ "epoch": 0.41604010025062654,
2330
+ "grad_norm": 0.19604365527629852,
2331
+ "learning_rate": 3.952524185409955e-05,
2332
+ "loss": 1.4521,
2333
+ "step": 332
2334
+ },
2335
+ {
2336
+ "epoch": 0.41729323308270677,
2337
+ "grad_norm": 0.19208447635173798,
2338
+ "learning_rate": 3.9409547746895355e-05,
2339
+ "loss": 1.4947,
2340
+ "step": 333
2341
+ },
2342
+ {
2343
+ "epoch": 0.41854636591478694,
2344
+ "grad_norm": 0.1827389895915985,
2345
+ "learning_rate": 3.929369821897344e-05,
2346
+ "loss": 1.3772,
2347
+ "step": 334
2348
+ },
2349
+ {
2350
+ "epoch": 0.4197994987468672,
2351
+ "grad_norm": 0.20813149213790894,
2352
+ "learning_rate": 3.9177695183860105e-05,
2353
+ "loss": 1.4485,
2354
+ "step": 335
2355
+ },
2356
+ {
2357
+ "epoch": 0.42105263157894735,
2358
+ "grad_norm": 0.16981978714466095,
2359
+ "learning_rate": 3.906154055761714e-05,
2360
+ "loss": 1.4545,
2361
+ "step": 336
2362
+ },
2363
+ {
2364
+ "epoch": 0.4223057644110276,
2365
+ "grad_norm": 0.19553819298744202,
2366
+ "learning_rate": 3.8945236258810205e-05,
2367
+ "loss": 1.544,
2368
+ "step": 337
2369
+ },
2370
+ {
2371
+ "epoch": 0.42355889724310775,
2372
+ "grad_norm": 0.17973113059997559,
2373
+ "learning_rate": 3.88287842084772e-05,
2374
+ "loss": 1.3654,
2375
+ "step": 338
2376
+ },
2377
+ {
2378
+ "epoch": 0.424812030075188,
2379
+ "grad_norm": 0.18663065135478973,
2380
+ "learning_rate": 3.871218633009643e-05,
2381
+ "loss": 1.4781,
2382
+ "step": 339
2383
+ },
2384
+ {
2385
+ "epoch": 0.42606516290726815,
2386
+ "grad_norm": 0.18456004559993744,
2387
+ "learning_rate": 3.859544454955497e-05,
2388
+ "loss": 1.315,
2389
+ "step": 340
2390
+ },
2391
+ {
2392
+ "epoch": 0.4273182957393484,
2393
+ "grad_norm": 0.18216265738010406,
2394
+ "learning_rate": 3.8478560795116684e-05,
2395
+ "loss": 1.6501,
2396
+ "step": 341
2397
+ },
2398
+ {
2399
+ "epoch": 0.42857142857142855,
2400
+ "grad_norm": 0.1858314573764801,
2401
+ "learning_rate": 3.8361536997390525e-05,
2402
+ "loss": 1.4022,
2403
+ "step": 342
2404
+ },
2405
+ {
2406
+ "epoch": 0.4298245614035088,
2407
+ "grad_norm": 0.18047280609607697,
2408
+ "learning_rate": 3.824437508929859e-05,
2409
+ "loss": 1.4758,
2410
+ "step": 343
2411
+ },
2412
+ {
2413
+ "epoch": 0.43107769423558895,
2414
+ "grad_norm": 0.17824825644493103,
2415
+ "learning_rate": 3.812707700604417e-05,
2416
+ "loss": 1.4793,
2417
+ "step": 344
2418
+ },
2419
+ {
2420
+ "epoch": 0.4323308270676692,
2421
+ "grad_norm": 0.18809929490089417,
2422
+ "learning_rate": 3.8009644685079804e-05,
2423
+ "loss": 1.3885,
2424
+ "step": 345
2425
+ },
2426
+ {
2427
+ "epoch": 0.43358395989974935,
2428
+ "grad_norm": 0.18421989679336548,
2429
+ "learning_rate": 3.789208006607531e-05,
2430
+ "loss": 1.3865,
2431
+ "step": 346
2432
+ },
2433
+ {
2434
+ "epoch": 0.4348370927318296,
2435
+ "grad_norm": 0.16882316768169403,
2436
+ "learning_rate": 3.777438509088568e-05,
2437
+ "loss": 1.3678,
2438
+ "step": 347
2439
+ },
2440
+ {
2441
+ "epoch": 0.43609022556390975,
2442
+ "grad_norm": 0.16406472027301788,
2443
+ "learning_rate": 3.7656561703519086e-05,
2444
+ "loss": 1.4835,
2445
+ "step": 348
2446
+ },
2447
+ {
2448
+ "epoch": 0.43734335839599,
2449
+ "grad_norm": 0.20135633647441864,
2450
+ "learning_rate": 3.753861185010471e-05,
2451
+ "loss": 1.5084,
2452
+ "step": 349
2453
+ },
2454
+ {
2455
+ "epoch": 0.43859649122807015,
2456
+ "grad_norm": 0.18056799471378326,
2457
+ "learning_rate": 3.742053747886059e-05,
2458
+ "loss": 1.4375,
2459
+ "step": 350
2460
+ },
2461
+ {
2462
+ "epoch": 0.4398496240601504,
2463
+ "grad_norm": 0.17348848283290863,
2464
+ "learning_rate": 3.73023405400615e-05,
2465
+ "loss": 1.5526,
2466
+ "step": 351
2467
+ },
2468
+ {
2469
+ "epoch": 0.44110275689223055,
2470
+ "grad_norm": 0.1909155696630478,
2471
+ "learning_rate": 3.7184022986006716e-05,
2472
+ "loss": 1.5375,
2473
+ "step": 352
2474
+ },
2475
+ {
2476
+ "epoch": 0.4423558897243108,
2477
+ "grad_norm": 0.18861481547355652,
2478
+ "learning_rate": 3.706558677098769e-05,
2479
+ "loss": 1.5518,
2480
+ "step": 353
2481
+ },
2482
+ {
2483
+ "epoch": 0.44360902255639095,
2484
+ "grad_norm": 0.18430840969085693,
2485
+ "learning_rate": 3.6947033851255936e-05,
2486
+ "loss": 1.5469,
2487
+ "step": 354
2488
+ },
2489
+ {
2490
+ "epoch": 0.4448621553884712,
2491
+ "grad_norm": 0.1695585399866104,
2492
+ "learning_rate": 3.6828366184990534e-05,
2493
+ "loss": 1.4476,
2494
+ "step": 355
2495
+ },
2496
+ {
2497
+ "epoch": 0.44611528822055135,
2498
+ "grad_norm": 0.1964067667722702,
2499
+ "learning_rate": 3.670958573226592e-05,
2500
+ "loss": 1.4296,
2501
+ "step": 356
2502
+ },
2503
+ {
2504
+ "epoch": 0.4473684210526316,
2505
+ "grad_norm": 0.18837907910346985,
2506
+ "learning_rate": 3.659069445501945e-05,
2507
+ "loss": 1.4223,
2508
+ "step": 357
2509
+ },
2510
+ {
2511
+ "epoch": 0.44862155388471175,
2512
+ "grad_norm": 0.20485804975032806,
2513
+ "learning_rate": 3.6471694317018996e-05,
2514
+ "loss": 1.4094,
2515
+ "step": 358
2516
+ },
2517
+ {
2518
+ "epoch": 0.449874686716792,
2519
+ "grad_norm": 0.2038508504629135,
2520
+ "learning_rate": 3.635258728383053e-05,
2521
+ "loss": 1.4283,
2522
+ "step": 359
2523
+ },
2524
+ {
2525
+ "epoch": 0.45112781954887216,
2526
+ "grad_norm": 0.18585975468158722,
2527
+ "learning_rate": 3.623337532278565e-05,
2528
+ "loss": 1.4229,
2529
+ "step": 360
2530
+ },
2531
+ {
2532
+ "epoch": 0.4523809523809524,
2533
+ "grad_norm": 0.19880063831806183,
2534
+ "learning_rate": 3.611406040294908e-05,
2535
+ "loss": 1.3347,
2536
+ "step": 361
2537
+ },
2538
+ {
2539
+ "epoch": 0.45363408521303256,
2540
+ "grad_norm": 0.18730032444000244,
2541
+ "learning_rate": 3.599464449508616e-05,
2542
+ "loss": 1.4295,
2543
+ "step": 362
2544
+ },
2545
+ {
2546
+ "epoch": 0.4548872180451128,
2547
+ "grad_norm": 0.18209116160869598,
2548
+ "learning_rate": 3.587512957163026e-05,
2549
+ "loss": 1.4786,
2550
+ "step": 363
2551
+ },
2552
+ {
2553
+ "epoch": 0.45614035087719296,
2554
+ "grad_norm": 0.17631025612354279,
2555
+ "learning_rate": 3.575551760665024e-05,
2556
+ "loss": 1.3522,
2557
+ "step": 364
2558
+ },
2559
+ {
2560
+ "epoch": 0.4573934837092732,
2561
+ "grad_norm": 0.17821060121059418,
2562
+ "learning_rate": 3.563581057581784e-05,
2563
+ "loss": 1.4211,
2564
+ "step": 365
2565
+ },
2566
+ {
2567
+ "epoch": 0.45864661654135336,
2568
+ "grad_norm": 0.17960591614246368,
2569
+ "learning_rate": 3.551601045637501e-05,
2570
+ "loss": 1.3954,
2571
+ "step": 366
2572
+ },
2573
+ {
2574
+ "epoch": 0.4598997493734336,
2575
+ "grad_norm": 0.18499432504177094,
2576
+ "learning_rate": 3.539611922710128e-05,
2577
+ "loss": 1.323,
2578
+ "step": 367
2579
+ },
2580
+ {
2581
+ "epoch": 0.46115288220551376,
2582
+ "grad_norm": 0.18130186200141907,
2583
+ "learning_rate": 3.527613886828109e-05,
2584
+ "loss": 1.3029,
2585
+ "step": 368
2586
+ },
2587
+ {
2588
+ "epoch": 0.462406015037594,
2589
+ "grad_norm": 0.1833573579788208,
2590
+ "learning_rate": 3.515607136167106e-05,
2591
+ "loss": 1.3196,
2592
+ "step": 369
2593
+ },
2594
+ {
2595
+ "epoch": 0.46365914786967416,
2596
+ "grad_norm": 0.17793431878089905,
2597
+ "learning_rate": 3.503591869046725e-05,
2598
+ "loss": 1.3827,
2599
+ "step": 370
2600
+ },
2601
+ {
2602
+ "epoch": 0.4649122807017544,
2603
+ "grad_norm": 0.19031333923339844,
2604
+ "learning_rate": 3.491568283927242e-05,
2605
+ "loss": 1.3726,
2606
+ "step": 371
2607
+ },
2608
+ {
2609
+ "epoch": 0.46616541353383456,
2610
+ "grad_norm": 0.18245546519756317,
2611
+ "learning_rate": 3.479536579406322e-05,
2612
+ "loss": 1.3877,
2613
+ "step": 372
2614
+ },
2615
+ {
2616
+ "epoch": 0.4674185463659148,
2617
+ "grad_norm": 0.17572256922721863,
2618
+ "learning_rate": 3.4674969542157435e-05,
2619
+ "loss": 1.3789,
2620
+ "step": 373
2621
+ },
2622
+ {
2623
+ "epoch": 0.46867167919799496,
2624
+ "grad_norm": 0.2068387120962143,
2625
+ "learning_rate": 3.4554496072181144e-05,
2626
+ "loss": 1.3833,
2627
+ "step": 374
2628
+ },
2629
+ {
2630
+ "epoch": 0.4699248120300752,
2631
+ "grad_norm": 0.18834222853183746,
2632
+ "learning_rate": 3.4433947374035835e-05,
2633
+ "loss": 1.4669,
2634
+ "step": 375
2635
+ },
2636
+ {
2637
+ "epoch": 0.47117794486215536,
2638
+ "grad_norm": 0.18025970458984375,
2639
+ "learning_rate": 3.431332543886556e-05,
2640
+ "loss": 1.4628,
2641
+ "step": 376
2642
+ },
2643
+ {
2644
+ "epoch": 0.4724310776942356,
2645
+ "grad_norm": 0.1984708309173584,
2646
+ "learning_rate": 3.4192632259024094e-05,
2647
+ "loss": 1.505,
2648
+ "step": 377
2649
+ },
2650
+ {
2651
+ "epoch": 0.47368421052631576,
2652
+ "grad_norm": 0.18786752223968506,
2653
+ "learning_rate": 3.407186982804195e-05,
2654
+ "loss": 1.4476,
2655
+ "step": 378
2656
+ },
2657
+ {
2658
+ "epoch": 0.474937343358396,
2659
+ "grad_norm": 0.1866811066865921,
2660
+ "learning_rate": 3.395104014059349e-05,
2661
+ "loss": 1.4867,
2662
+ "step": 379
2663
+ },
2664
+ {
2665
+ "epoch": 0.47619047619047616,
2666
+ "grad_norm": 0.18174192309379578,
2667
+ "learning_rate": 3.383014519246398e-05,
2668
+ "loss": 1.4245,
2669
+ "step": 380
2670
+ },
2671
+ {
2672
+ "epoch": 0.4774436090225564,
2673
+ "grad_norm": 0.19116546213626862,
2674
+ "learning_rate": 3.3709186980516626e-05,
2675
+ "loss": 1.4411,
2676
+ "step": 381
2677
+ },
2678
+ {
2679
+ "epoch": 0.47869674185463656,
2680
+ "grad_norm": 0.17499753832817078,
2681
+ "learning_rate": 3.3588167502659574e-05,
2682
+ "loss": 1.3794,
2683
+ "step": 382
2684
+ },
2685
+ {
2686
+ "epoch": 0.4799498746867168,
2687
+ "grad_norm": 0.1908288300037384,
2688
+ "learning_rate": 3.346708875781291e-05,
2689
+ "loss": 1.5455,
2690
+ "step": 383
2691
+ },
2692
+ {
2693
+ "epoch": 0.48120300751879697,
2694
+ "grad_norm": 0.18849460780620575,
2695
+ "learning_rate": 3.3345952745875676e-05,
2696
+ "loss": 1.4436,
2697
+ "step": 384
2698
+ },
2699
+ {
2700
+ "epoch": 0.4824561403508772,
2701
+ "grad_norm": 0.19070790708065033,
2702
+ "learning_rate": 3.32247614676928e-05,
2703
+ "loss": 1.4049,
2704
+ "step": 385
2705
+ },
2706
+ {
2707
+ "epoch": 0.48370927318295737,
2708
+ "grad_norm": 0.19222237169742584,
2709
+ "learning_rate": 3.3103516925022065e-05,
2710
+ "loss": 1.375,
2711
+ "step": 386
2712
+ },
2713
+ {
2714
+ "epoch": 0.4849624060150376,
2715
+ "grad_norm": 0.1784253865480423,
2716
+ "learning_rate": 3.298222112050104e-05,
2717
+ "loss": 1.3026,
2718
+ "step": 387
2719
+ },
2720
+ {
2721
+ "epoch": 0.48621553884711777,
2722
+ "grad_norm": 0.18722274899482727,
2723
+ "learning_rate": 3.286087605761402e-05,
2724
+ "loss": 1.4351,
2725
+ "step": 388
2726
+ },
2727
+ {
2728
+ "epoch": 0.487468671679198,
2729
+ "grad_norm": 0.1884193867444992,
2730
+ "learning_rate": 3.273948374065887e-05,
2731
+ "loss": 1.4216,
2732
+ "step": 389
2733
+ },
2734
+ {
2735
+ "epoch": 0.48872180451127817,
2736
+ "grad_norm": 0.18832094967365265,
2737
+ "learning_rate": 3.261804617471403e-05,
2738
+ "loss": 1.4468,
2739
+ "step": 390
2740
+ },
2741
+ {
2742
+ "epoch": 0.4899749373433584,
2743
+ "grad_norm": 0.1898547112941742,
2744
+ "learning_rate": 3.2496565365605286e-05,
2745
+ "loss": 1.4378,
2746
+ "step": 391
2747
+ },
2748
+ {
2749
+ "epoch": 0.49122807017543857,
2750
+ "grad_norm": 0.1690528243780136,
2751
+ "learning_rate": 3.23750433198727e-05,
2752
+ "loss": 1.4385,
2753
+ "step": 392
2754
+ },
2755
+ {
2756
+ "epoch": 0.4924812030075188,
2757
+ "grad_norm": 0.19553105533123016,
2758
+ "learning_rate": 3.225348204473747e-05,
2759
+ "loss": 1.3718,
2760
+ "step": 393
2761
+ },
2762
+ {
2763
+ "epoch": 0.49373433583959897,
2764
+ "grad_norm": 0.1765880286693573,
2765
+ "learning_rate": 3.2131883548068735e-05,
2766
+ "loss": 1.5626,
2767
+ "step": 394
2768
+ },
2769
+ {
2770
+ "epoch": 0.4949874686716792,
2771
+ "grad_norm": 0.1910707950592041,
2772
+ "learning_rate": 3.201024983835044e-05,
2773
+ "loss": 1.4614,
2774
+ "step": 395
2775
+ },
2776
+ {
2777
+ "epoch": 0.49624060150375937,
2778
+ "grad_norm": 0.1881936490535736,
2779
+ "learning_rate": 3.188858292464817e-05,
2780
+ "loss": 1.3832,
2781
+ "step": 396
2782
+ },
2783
+ {
2784
+ "epoch": 0.4974937343358396,
2785
+ "grad_norm": 0.19002515077590942,
2786
+ "learning_rate": 3.176688481657594e-05,
2787
+ "loss": 1.4877,
2788
+ "step": 397
2789
+ },
2790
+ {
2791
+ "epoch": 0.49874686716791977,
2792
+ "grad_norm": 0.1850970834493637,
2793
+ "learning_rate": 3.164515752426302e-05,
2794
+ "loss": 1.3392,
2795
+ "step": 398
2796
+ },
2797
+ {
2798
+ "epoch": 0.5,
2799
+ "grad_norm": 0.1890105903148651,
2800
+ "learning_rate": 3.1523403058320704e-05,
2801
+ "loss": 1.3224,
2802
+ "step": 399
2803
+ },
2804
+ {
2805
+ "epoch": 0.5012531328320802,
2806
+ "grad_norm": 0.1878945380449295,
2807
+ "learning_rate": 3.140162342980915e-05,
2808
+ "loss": 1.3871,
2809
+ "step": 400
2810
+ },
2811
+ {
2812
+ "epoch": 0.5025062656641605,
2813
+ "grad_norm": 0.1929125189781189,
2814
+ "learning_rate": 3.127982065020415e-05,
2815
+ "loss": 1.3489,
2816
+ "step": 401
2817
+ },
2818
+ {
2819
+ "epoch": 0.5037593984962406,
2820
+ "grad_norm": 0.19216288626194,
2821
+ "learning_rate": 3.115799673136381e-05,
2822
+ "loss": 1.3707,
2823
+ "step": 402
2824
+ },
2825
+ {
2826
+ "epoch": 0.5050125313283208,
2827
+ "grad_norm": 0.19637174904346466,
2828
+ "learning_rate": 3.103615368549549e-05,
2829
+ "loss": 1.4965,
2830
+ "step": 403
2831
+ },
2832
+ {
2833
+ "epoch": 0.506265664160401,
2834
+ "grad_norm": 0.17909283936023712,
2835
+ "learning_rate": 3.091429352512246e-05,
2836
+ "loss": 1.3489,
2837
+ "step": 404
2838
+ },
2839
+ {
2840
+ "epoch": 0.5075187969924813,
2841
+ "grad_norm": 0.18330702185630798,
2842
+ "learning_rate": 3.079241826305061e-05,
2843
+ "loss": 1.3382,
2844
+ "step": 405
2845
+ },
2846
+ {
2847
+ "epoch": 0.5087719298245614,
2848
+ "grad_norm": 0.20426630973815918,
2849
+ "learning_rate": 3.0670529912335355e-05,
2850
+ "loss": 1.5035,
2851
+ "step": 406
2852
+ },
2853
+ {
2854
+ "epoch": 0.5100250626566416,
2855
+ "grad_norm": 0.18483199179172516,
2856
+ "learning_rate": 3.054863048624826e-05,
2857
+ "loss": 1.4628,
2858
+ "step": 407
2859
+ },
2860
+ {
2861
+ "epoch": 0.5112781954887218,
2862
+ "grad_norm": 0.19886331260204315,
2863
+ "learning_rate": 3.0426721998243797e-05,
2864
+ "loss": 1.3526,
2865
+ "step": 408
2866
+ },
2867
+ {
2868
+ "epoch": 0.5125313283208021,
2869
+ "grad_norm": 0.18775439262390137,
2870
+ "learning_rate": 3.0304806461926194e-05,
2871
+ "loss": 1.4042,
2872
+ "step": 409
2873
+ },
2874
+ {
2875
+ "epoch": 0.5137844611528822,
2876
+ "grad_norm": 0.2031959444284439,
2877
+ "learning_rate": 3.0182885891016025e-05,
2878
+ "loss": 1.4482,
2879
+ "step": 410
2880
+ },
2881
+ {
2882
+ "epoch": 0.5150375939849624,
2883
+ "grad_norm": 0.18468040227890015,
2884
+ "learning_rate": 3.0060962299317058e-05,
2885
+ "loss": 1.4888,
2886
+ "step": 411
2887
+ },
2888
+ {
2889
+ "epoch": 0.5162907268170426,
2890
+ "grad_norm": 0.1958571821451187,
2891
+ "learning_rate": 2.993903770068295e-05,
2892
+ "loss": 1.5285,
2893
+ "step": 412
2894
+ },
2895
+ {
2896
+ "epoch": 0.5175438596491229,
2897
+ "grad_norm": 0.1877993792295456,
2898
+ "learning_rate": 2.9817114108983976e-05,
2899
+ "loss": 1.4854,
2900
+ "step": 413
2901
+ },
2902
+ {
2903
+ "epoch": 0.518796992481203,
2904
+ "grad_norm": 0.1909872591495514,
2905
+ "learning_rate": 2.969519353807381e-05,
2906
+ "loss": 1.5574,
2907
+ "step": 414
2908
+ },
2909
+ {
2910
+ "epoch": 0.5200501253132832,
2911
+ "grad_norm": 0.18524880707263947,
2912
+ "learning_rate": 2.957327800175621e-05,
2913
+ "loss": 1.4918,
2914
+ "step": 415
2915
+ },
2916
+ {
2917
+ "epoch": 0.5213032581453634,
2918
+ "grad_norm": 0.1922723650932312,
2919
+ "learning_rate": 2.9451369513751757e-05,
2920
+ "loss": 1.4552,
2921
+ "step": 416
2922
+ },
2923
+ {
2924
+ "epoch": 0.5225563909774437,
2925
+ "grad_norm": 0.18157263100147247,
2926
+ "learning_rate": 2.932947008766465e-05,
2927
+ "loss": 1.4286,
2928
+ "step": 417
2929
+ },
2930
+ {
2931
+ "epoch": 0.5238095238095238,
2932
+ "grad_norm": 0.18505294620990753,
2933
+ "learning_rate": 2.9207581736949397e-05,
2934
+ "loss": 1.5193,
2935
+ "step": 418
2936
+ },
2937
+ {
2938
+ "epoch": 0.525062656641604,
2939
+ "grad_norm": 0.185345858335495,
2940
+ "learning_rate": 2.908570647487755e-05,
2941
+ "loss": 1.4789,
2942
+ "step": 419
2943
+ },
2944
+ {
2945
+ "epoch": 0.5263157894736842,
2946
+ "grad_norm": 0.18207037448883057,
2947
+ "learning_rate": 2.8963846314504503e-05,
2948
+ "loss": 1.4197,
2949
+ "step": 420
2950
+ },
2951
+ {
2952
+ "epoch": 0.5275689223057645,
2953
+ "grad_norm": 0.20038557052612305,
2954
+ "learning_rate": 2.884200326863619e-05,
2955
+ "loss": 1.4569,
2956
+ "step": 421
2957
+ },
2958
+ {
2959
+ "epoch": 0.5288220551378446,
2960
+ "grad_norm": 0.18305149674415588,
2961
+ "learning_rate": 2.8720179349795865e-05,
2962
+ "loss": 1.3598,
2963
+ "step": 422
2964
+ },
2965
+ {
2966
+ "epoch": 0.5300751879699248,
2967
+ "grad_norm": 0.18767008185386658,
2968
+ "learning_rate": 2.8598376570190852e-05,
2969
+ "loss": 1.3757,
2970
+ "step": 423
2971
+ },
2972
+ {
2973
+ "epoch": 0.531328320802005,
2974
+ "grad_norm": 0.18467961251735687,
2975
+ "learning_rate": 2.8476596941679298e-05,
2976
+ "loss": 1.4294,
2977
+ "step": 424
2978
+ },
2979
+ {
2980
+ "epoch": 0.5325814536340853,
2981
+ "grad_norm": 0.18824514746665955,
2982
+ "learning_rate": 2.8354842475736986e-05,
2983
+ "loss": 1.4002,
2984
+ "step": 425
2985
+ },
2986
+ {
2987
+ "epoch": 0.5338345864661654,
2988
+ "grad_norm": 0.19267792999744415,
2989
+ "learning_rate": 2.823311518342406e-05,
2990
+ "loss": 1.4599,
2991
+ "step": 426
2992
+ },
2993
+ {
2994
+ "epoch": 0.5350877192982456,
2995
+ "grad_norm": 0.1914028823375702,
2996
+ "learning_rate": 2.8111417075351824e-05,
2997
+ "loss": 1.3988,
2998
+ "step": 427
2999
+ },
3000
+ {
3001
+ "epoch": 0.5363408521303258,
3002
+ "grad_norm": 0.1817377656698227,
3003
+ "learning_rate": 2.7989750161649564e-05,
3004
+ "loss": 1.3337,
3005
+ "step": 428
3006
+ },
3007
+ {
3008
+ "epoch": 0.5375939849624061,
3009
+ "grad_norm": 0.18085932731628418,
3010
+ "learning_rate": 2.7868116451931277e-05,
3011
+ "loss": 1.3835,
3012
+ "step": 429
3013
+ },
3014
+ {
3015
+ "epoch": 0.5388471177944862,
3016
+ "grad_norm": 0.19544093310832977,
3017
+ "learning_rate": 2.7746517955262537e-05,
3018
+ "loss": 1.383,
3019
+ "step": 430
3020
+ },
3021
+ {
3022
+ "epoch": 0.5401002506265664,
3023
+ "grad_norm": 0.18663832545280457,
3024
+ "learning_rate": 2.7624956680127304e-05,
3025
+ "loss": 1.4434,
3026
+ "step": 431
3027
+ },
3028
+ {
3029
+ "epoch": 0.5413533834586466,
3030
+ "grad_norm": 0.19385145604610443,
3031
+ "learning_rate": 2.750343463439472e-05,
3032
+ "loss": 1.543,
3033
+ "step": 432
3034
+ },
3035
+ {
3036
+ "epoch": 0.5426065162907269,
3037
+ "grad_norm": 0.1924990564584732,
3038
+ "learning_rate": 2.7381953825285977e-05,
3039
+ "loss": 1.3165,
3040
+ "step": 433
3041
+ },
3042
+ {
3043
+ "epoch": 0.543859649122807,
3044
+ "grad_norm": 0.18621693551540375,
3045
+ "learning_rate": 2.726051625934113e-05,
3046
+ "loss": 1.4356,
3047
+ "step": 434
3048
+ },
3049
+ {
3050
+ "epoch": 0.5451127819548872,
3051
+ "grad_norm": 0.1848914921283722,
3052
+ "learning_rate": 2.7139123942385996e-05,
3053
+ "loss": 1.4241,
3054
+ "step": 435
3055
+ },
3056
+ {
3057
+ "epoch": 0.5463659147869674,
3058
+ "grad_norm": 0.21054917573928833,
3059
+ "learning_rate": 2.7017778879498962e-05,
3060
+ "loss": 1.4199,
3061
+ "step": 436
3062
+ },
3063
+ {
3064
+ "epoch": 0.5476190476190477,
3065
+ "grad_norm": 0.1888594776391983,
3066
+ "learning_rate": 2.6896483074977943e-05,
3067
+ "loss": 1.3184,
3068
+ "step": 437
3069
+ },
3070
+ {
3071
+ "epoch": 0.5488721804511278,
3072
+ "grad_norm": 0.1854546219110489,
3073
+ "learning_rate": 2.67752385323072e-05,
3074
+ "loss": 1.3878,
3075
+ "step": 438
3076
+ },
3077
+ {
3078
+ "epoch": 0.550125313283208,
3079
+ "grad_norm": 0.1851721704006195,
3080
+ "learning_rate": 2.665404725412433e-05,
3081
+ "loss": 1.5151,
3082
+ "step": 439
3083
+ },
3084
+ {
3085
+ "epoch": 0.5513784461152882,
3086
+ "grad_norm": 0.20266711711883545,
3087
+ "learning_rate": 2.653291124218709e-05,
3088
+ "loss": 1.3611,
3089
+ "step": 440
3090
+ },
3091
+ {
3092
+ "epoch": 0.5526315789473685,
3093
+ "grad_norm": 0.18513482809066772,
3094
+ "learning_rate": 2.6411832497340438e-05,
3095
+ "loss": 1.3732,
3096
+ "step": 441
3097
+ },
3098
+ {
3099
+ "epoch": 0.5538847117794486,
3100
+ "grad_norm": 0.19267334043979645,
3101
+ "learning_rate": 2.629081301948338e-05,
3102
+ "loss": 1.4715,
3103
+ "step": 442
3104
+ },
3105
+ {
3106
+ "epoch": 0.5551378446115288,
3107
+ "grad_norm": 0.19687822461128235,
3108
+ "learning_rate": 2.616985480753602e-05,
3109
+ "loss": 1.4086,
3110
+ "step": 443
3111
+ },
3112
+ {
3113
+ "epoch": 0.556390977443609,
3114
+ "grad_norm": 0.18241029977798462,
3115
+ "learning_rate": 2.604895985940651e-05,
3116
+ "loss": 1.5563,
3117
+ "step": 444
3118
+ },
3119
+ {
3120
+ "epoch": 0.5576441102756893,
3121
+ "grad_norm": 0.2134750932455063,
3122
+ "learning_rate": 2.592813017195805e-05,
3123
+ "loss": 1.5341,
3124
+ "step": 445
3125
+ },
3126
+ {
3127
+ "epoch": 0.5588972431077694,
3128
+ "grad_norm": 0.19737958908081055,
3129
+ "learning_rate": 2.58073677409759e-05,
3130
+ "loss": 1.4448,
3131
+ "step": 446
3132
+ },
3133
+ {
3134
+ "epoch": 0.5601503759398496,
3135
+ "grad_norm": 0.1878005862236023,
3136
+ "learning_rate": 2.5686674561134443e-05,
3137
+ "loss": 1.4954,
3138
+ "step": 447
3139
+ },
3140
+ {
3141
+ "epoch": 0.5614035087719298,
3142
+ "grad_norm": 0.20343376696109772,
3143
+ "learning_rate": 2.556605262596418e-05,
3144
+ "loss": 1.4905,
3145
+ "step": 448
3146
+ },
3147
+ {
3148
+ "epoch": 0.5626566416040101,
3149
+ "grad_norm": 0.19372625648975372,
3150
+ "learning_rate": 2.544550392781886e-05,
3151
+ "loss": 1.4018,
3152
+ "step": 449
3153
+ },
3154
+ {
3155
+ "epoch": 0.5639097744360902,
3156
+ "grad_norm": 0.18855701386928558,
3157
+ "learning_rate": 2.5325030457842566e-05,
3158
+ "loss": 1.3673,
3159
+ "step": 450
3160
+ },
3161
+ {
3162
+ "epoch": 0.5651629072681704,
3163
+ "grad_norm": 0.18246658146381378,
3164
+ "learning_rate": 2.520463420593678e-05,
3165
+ "loss": 1.3966,
3166
+ "step": 451
3167
+ },
3168
+ {
3169
+ "epoch": 0.5664160401002506,
3170
+ "grad_norm": 0.19820274412631989,
3171
+ "learning_rate": 2.5084317160727584e-05,
3172
+ "loss": 1.4521,
3173
+ "step": 452
3174
+ },
3175
+ {
3176
+ "epoch": 0.5676691729323309,
3177
+ "grad_norm": 0.18002066016197205,
3178
+ "learning_rate": 2.496408130953275e-05,
3179
+ "loss": 1.3852,
3180
+ "step": 453
3181
+ },
3182
+ {
3183
+ "epoch": 0.568922305764411,
3184
+ "grad_norm": 0.18423208594322205,
3185
+ "learning_rate": 2.4843928638328943e-05,
3186
+ "loss": 1.4389,
3187
+ "step": 454
3188
+ },
3189
+ {
3190
+ "epoch": 0.5701754385964912,
3191
+ "grad_norm": 0.19065256416797638,
3192
+ "learning_rate": 2.472386113171891e-05,
3193
+ "loss": 1.514,
3194
+ "step": 455
3195
+ },
3196
+ {
3197
+ "epoch": 0.5714285714285714,
3198
+ "grad_norm": 0.1848934441804886,
3199
+ "learning_rate": 2.4603880772898732e-05,
3200
+ "loss": 1.3742,
3201
+ "step": 456
3202
+ },
3203
+ {
3204
+ "epoch": 0.5726817042606517,
3205
+ "grad_norm": 0.19900254905223846,
3206
+ "learning_rate": 2.4483989543625e-05,
3207
+ "loss": 1.4397,
3208
+ "step": 457
3209
+ },
3210
+ {
3211
+ "epoch": 0.5739348370927319,
3212
+ "grad_norm": 0.1840692162513733,
3213
+ "learning_rate": 2.436418942418217e-05,
3214
+ "loss": 1.3994,
3215
+ "step": 458
3216
+ },
3217
+ {
3218
+ "epoch": 0.575187969924812,
3219
+ "grad_norm": 0.18873217701911926,
3220
+ "learning_rate": 2.424448239334976e-05,
3221
+ "loss": 1.4811,
3222
+ "step": 459
3223
+ },
3224
+ {
3225
+ "epoch": 0.5764411027568922,
3226
+ "grad_norm": 0.1941981315612793,
3227
+ "learning_rate": 2.412487042836975e-05,
3228
+ "loss": 1.4035,
3229
+ "step": 460
3230
+ },
3231
+ {
3232
+ "epoch": 0.5776942355889725,
3233
+ "grad_norm": 0.17768168449401855,
3234
+ "learning_rate": 2.400535550491385e-05,
3235
+ "loss": 1.3578,
3236
+ "step": 461
3237
+ },
3238
+ {
3239
+ "epoch": 0.5789473684210527,
3240
+ "grad_norm": 0.18526150286197662,
3241
+ "learning_rate": 2.3885939597050927e-05,
3242
+ "loss": 1.5965,
3243
+ "step": 462
3244
+ },
3245
+ {
3246
+ "epoch": 0.5802005012531328,
3247
+ "grad_norm": 0.2036358267068863,
3248
+ "learning_rate": 2.376662467721435e-05,
3249
+ "loss": 1.3919,
3250
+ "step": 463
3251
+ },
3252
+ {
3253
+ "epoch": 0.581453634085213,
3254
+ "grad_norm": 0.17809642851352692,
3255
+ "learning_rate": 2.3647412716169477e-05,
3256
+ "loss": 1.3896,
3257
+ "step": 464
3258
+ },
3259
+ {
3260
+ "epoch": 0.5827067669172933,
3261
+ "grad_norm": 0.19313941895961761,
3262
+ "learning_rate": 2.352830568298101e-05,
3263
+ "loss": 1.4698,
3264
+ "step": 465
3265
+ },
3266
+ {
3267
+ "epoch": 0.5839598997493735,
3268
+ "grad_norm": 0.16993184387683868,
3269
+ "learning_rate": 2.3409305544980558e-05,
3270
+ "loss": 1.4217,
3271
+ "step": 466
3272
+ },
3273
+ {
3274
+ "epoch": 0.5852130325814536,
3275
+ "grad_norm": 0.1852315366268158,
3276
+ "learning_rate": 2.329041426773409e-05,
3277
+ "loss": 1.3775,
3278
+ "step": 467
3279
+ },
3280
+ {
3281
+ "epoch": 0.5864661654135338,
3282
+ "grad_norm": 0.2015412598848343,
3283
+ "learning_rate": 2.317163381500947e-05,
3284
+ "loss": 1.3595,
3285
+ "step": 468
3286
+ },
3287
+ {
3288
+ "epoch": 0.5877192982456141,
3289
+ "grad_norm": 0.18866820633411407,
3290
+ "learning_rate": 2.3052966148744076e-05,
3291
+ "loss": 1.3303,
3292
+ "step": 469
3293
+ },
3294
+ {
3295
+ "epoch": 0.5889724310776943,
3296
+ "grad_norm": 0.18722215294837952,
3297
+ "learning_rate": 2.293441322901231e-05,
3298
+ "loss": 1.3689,
3299
+ "step": 470
3300
+ },
3301
+ {
3302
+ "epoch": 0.5902255639097744,
3303
+ "grad_norm": 0.1867099404335022,
3304
+ "learning_rate": 2.2815977013993293e-05,
3305
+ "loss": 1.3806,
3306
+ "step": 471
3307
+ },
3308
+ {
3309
+ "epoch": 0.5914786967418546,
3310
+ "grad_norm": 0.18626797199249268,
3311
+ "learning_rate": 2.26976594599385e-05,
3312
+ "loss": 1.267,
3313
+ "step": 472
3314
+ },
3315
+ {
3316
+ "epoch": 0.5927318295739349,
3317
+ "grad_norm": 0.1911962479352951,
3318
+ "learning_rate": 2.257946252113942e-05,
3319
+ "loss": 1.4163,
3320
+ "step": 473
3321
+ },
3322
+ {
3323
+ "epoch": 0.5939849624060151,
3324
+ "grad_norm": 0.1925225555896759,
3325
+ "learning_rate": 2.2461388149895296e-05,
3326
+ "loss": 1.4092,
3327
+ "step": 474
3328
+ },
3329
+ {
3330
+ "epoch": 0.5952380952380952,
3331
+ "grad_norm": 0.21550901234149933,
3332
+ "learning_rate": 2.2343438296480913e-05,
3333
+ "loss": 1.3805,
3334
+ "step": 475
3335
+ },
3336
+ {
3337
+ "epoch": 0.5964912280701754,
3338
+ "grad_norm": 0.2047850340604782,
3339
+ "learning_rate": 2.2225614909114317e-05,
3340
+ "loss": 1.3433,
3341
+ "step": 476
3342
+ },
3343
+ {
3344
+ "epoch": 0.5977443609022557,
3345
+ "grad_norm": 0.18402475118637085,
3346
+ "learning_rate": 2.21079199339247e-05,
3347
+ "loss": 1.442,
3348
+ "step": 477
3349
+ },
3350
+ {
3351
+ "epoch": 0.5989974937343359,
3352
+ "grad_norm": 0.18380363285541534,
3353
+ "learning_rate": 2.1990355314920198e-05,
3354
+ "loss": 1.4361,
3355
+ "step": 478
3356
+ },
3357
+ {
3358
+ "epoch": 0.600250626566416,
3359
+ "grad_norm": 0.22492972016334534,
3360
+ "learning_rate": 2.187292299395583e-05,
3361
+ "loss": 1.418,
3362
+ "step": 479
3363
+ },
3364
+ {
3365
+ "epoch": 0.6015037593984962,
3366
+ "grad_norm": 0.18729062378406525,
3367
+ "learning_rate": 2.1755624910701413e-05,
3368
+ "loss": 1.4046,
3369
+ "step": 480
3370
+ }
3371
+ ],
3372
+ "logging_steps": 1,
3373
+ "max_steps": 798,
3374
+ "num_input_tokens_seen": 0,
3375
+ "num_train_epochs": 1,
3376
+ "save_steps": 32,
3377
+ "stateful_callbacks": {
3378
+ "TrainerControl": {
3379
+ "args": {
3380
+ "should_epoch_stop": false,
3381
+ "should_evaluate": false,
3382
+ "should_log": false,
3383
+ "should_save": true,
3384
+ "should_training_stop": false
3385
+ },
3386
+ "attributes": {}
3387
+ }
3388
+ },
3389
+ "total_flos": 2.0132314367813222e+18,
3390
+ "train_batch_size": 12,
3391
+ "trial_name": null,
3392
+ "trial_params": null
3393
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84f6f65f5435bf9ae11288dbf2ea4e72b2aa90052557edfb882ee4e255779d8e
3
+ size 6712
vocab.json ADDED
The diff for this file is too large to render. See raw diff