yoinked commited on
Commit
2eaebaf
·
verified ·
1 Parent(s): fcd7824

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,207 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen2.5-Coder-0.5B
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:Qwen/Qwen2.5-Coder-0.5B
7
+ - lora
8
+ - transformers
9
+ ---
10
+
11
+ # Model Card for Model ID
12
+
13
+ <!-- Provide a quick summary of what the model is/does. -->
14
+
15
+
16
+
17
+ ## Model Details
18
+
19
+ ### Model Description
20
+
21
+ <!-- Provide a longer summary of what this model is. -->
22
+
23
+
24
+
25
+ - **Developed by:** [More Information Needed]
26
+ - **Funded by [optional]:** [More Information Needed]
27
+ - **Shared by [optional]:** [More Information Needed]
28
+ - **Model type:** [More Information Needed]
29
+ - **Language(s) (NLP):** [More Information Needed]
30
+ - **License:** [More Information Needed]
31
+ - **Finetuned from model [optional]:** [More Information Needed]
32
+
33
+ ### Model Sources [optional]
34
+
35
+ <!-- Provide the basic links for the model. -->
36
+
37
+ - **Repository:** [More Information Needed]
38
+ - **Paper [optional]:** [More Information Needed]
39
+ - **Demo [optional]:** [More Information Needed]
40
+
41
+ ## Uses
42
+
43
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
44
+
45
+ ### Direct Use
46
+
47
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
48
+
49
+ [More Information Needed]
50
+
51
+ ### Downstream Use [optional]
52
+
53
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
54
+
55
+ [More Information Needed]
56
+
57
+ ### Out-of-Scope Use
58
+
59
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
60
+
61
+ [More Information Needed]
62
+
63
+ ## Bias, Risks, and Limitations
64
+
65
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
66
+
67
+ [More Information Needed]
68
+
69
+ ### Recommendations
70
+
71
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
72
+
73
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
74
+
75
+ ## How to Get Started with the Model
76
+
77
+ Use the code below to get started with the model.
78
+
79
+ [More Information Needed]
80
+
81
+ ## Training Details
82
+
83
+ ### Training Data
84
+
85
+ <!-- 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. -->
86
+
87
+ [More Information Needed]
88
+
89
+ ### Training Procedure
90
+
91
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
92
+
93
+ #### Preprocessing [optional]
94
+
95
+ [More Information Needed]
96
+
97
+
98
+ #### Training Hyperparameters
99
+
100
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
101
+
102
+ #### Speeds, Sizes, Times [optional]
103
+
104
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
105
+
106
+ [More Information Needed]
107
+
108
+ ## Evaluation
109
+
110
+ <!-- This section describes the evaluation protocols and provides the results. -->
111
+
112
+ ### Testing Data, Factors & Metrics
113
+
114
+ #### Testing Data
115
+
116
+ <!-- This should link to a Dataset Card if possible. -->
117
+
118
+ [More Information Needed]
119
+
120
+ #### Factors
121
+
122
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
123
+
124
+ [More Information Needed]
125
+
126
+ #### Metrics
127
+
128
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
129
+
130
+ [More Information Needed]
131
+
132
+ ### Results
133
+
134
+ [More Information Needed]
135
+
136
+ #### Summary
137
+
138
+
139
+
140
+ ## Model Examination [optional]
141
+
142
+ <!-- Relevant interpretability work for the model goes here -->
143
+
144
+ [More Information Needed]
145
+
146
+ ## Environmental Impact
147
+
148
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
149
+
150
+ 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).
151
+
152
+ - **Hardware Type:** [More Information Needed]
153
+ - **Hours used:** [More Information Needed]
154
+ - **Cloud Provider:** [More Information Needed]
155
+ - **Compute Region:** [More Information Needed]
156
+ - **Carbon Emitted:** [More Information Needed]
157
+
158
+ ## Technical Specifications [optional]
159
+
160
+ ### Model Architecture and Objective
161
+
162
+ [More Information Needed]
163
+
164
+ ### Compute Infrastructure
165
+
166
+ [More Information Needed]
167
+
168
+ #### Hardware
169
+
170
+ [More Information Needed]
171
+
172
+ #### Software
173
+
174
+ [More Information Needed]
175
+
176
+ ## Citation [optional]
177
+
178
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
179
+
180
+ **BibTeX:**
181
+
182
+ [More Information Needed]
183
+
184
+ **APA:**
185
+
186
+ [More Information Needed]
187
+
188
+ ## Glossary [optional]
189
+
190
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
191
+
192
+ [More Information Needed]
193
+
194
+ ## More Information [optional]
195
+
196
+ [More Information Needed]
197
+
198
+ ## Model Card Authors [optional]
199
+
200
+ [More Information Needed]
201
+
202
+ ## Model Card Contact
203
+
204
+ [More Information Needed]
205
+ ### Framework versions
206
+
207
+ - PEFT 0.19.1
adapter_config.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": null,
6
+ "base_model_name_or_path": "Qwen/Qwen2.5-Coder-0.5B",
7
+ "bias": "none",
8
+ "corda_config": null,
9
+ "ensure_weight_tying": false,
10
+ "eva_config": null,
11
+ "exclude_modules": null,
12
+ "fan_in_fan_out": false,
13
+ "inference_mode": true,
14
+ "init_lora_weights": true,
15
+ "layer_replication": null,
16
+ "layers_pattern": null,
17
+ "layers_to_transform": null,
18
+ "loftq_config": {},
19
+ "lora_alpha": 32,
20
+ "lora_bias": false,
21
+ "lora_dropout": 0.05,
22
+ "lora_ga_config": null,
23
+ "megatron_config": null,
24
+ "megatron_core": "megatron.core",
25
+ "modules_to_save": null,
26
+ "peft_type": "LORA",
27
+ "peft_version": "0.19.1",
28
+ "qalora_group_size": 16,
29
+ "r": 16,
30
+ "rank_pattern": {},
31
+ "revision": null,
32
+ "target_modules": [
33
+ "gate_proj",
34
+ "up_proj",
35
+ "down_proj",
36
+ "q_proj",
37
+ "o_proj",
38
+ "k_proj",
39
+ "v_proj"
40
+ ],
41
+ "target_parameters": null,
42
+ "task_type": "CAUSAL_LM",
43
+ "trainable_token_indices": null,
44
+ "use_bdlora": null,
45
+ "use_dora": false,
46
+ "use_qalora": false,
47
+ "use_rslora": false
48
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0bbe448cab95ecd5e787731e8c572b45e345a5bba89ed27545fed98d2fbfe36a
3
+ size 35237104
chat_template.jinja ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {%- if tools %}
2
+ {{- '<|im_start|>system\n' }}
3
+ {%- if messages[0]['role'] == 'system' %}
4
+ {{- messages[0]['content'] }}
5
+ {%- else %}
6
+ {{- 'You are a helpful assistant.' }}
7
+ {%- endif %}
8
+ {{- "\n\n# Tools\n\nYou may call one or more functions to assist with the user query.\n\nYou are provided with function signatures within <tools></tools> XML tags:\n<tools>" }}
9
+ {%- for tool in tools %}
10
+ {{- "\n" }}
11
+ {{- tool | tojson }}
12
+ {%- endfor %}
13
+ {{- "\n</tools>\n\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\n<tool_call>\n{\"name\": <function-name>, \"arguments\": <args-json-object>}\n</tool_call><|im_end|>\n" }}
14
+ {%- else %}
15
+ {%- if messages[0]['role'] == 'system' %}
16
+ {{- '<|im_start|>system\n' + messages[0]['content'] + '<|im_end|>\n' }}
17
+ {%- else %}
18
+ {{- '<|im_start|>system\nYou are a helpful assistant.<|im_end|>\n' }}
19
+ {%- endif %}
20
+ {%- endif %}
21
+ {%- for message in messages %}
22
+ {%- if (message.role == "user") or (message.role == "system" and not loop.first) or (message.role == "assistant" and not message.tool_calls) %}
23
+ {{- '<|im_start|>' + message.role + '\n' + message.content + '<|im_end|>' + '\n' }}
24
+ {%- elif message.role == "assistant" %}
25
+ {{- '<|im_start|>' + message.role }}
26
+ {%- if message.content %}
27
+ {{- '\n' + message.content }}
28
+ {%- endif %}
29
+ {%- for tool_call in message.tool_calls %}
30
+ {%- if tool_call.function is defined %}
31
+ {%- set tool_call = tool_call.function %}
32
+ {%- endif %}
33
+ {{- '\n<tool_call>\n{"name": "' }}
34
+ {{- tool_call.name }}
35
+ {{- '", "arguments": ' }}
36
+ {{- tool_call.arguments | tojson }}
37
+ {{- '}\n</tool_call>' }}
38
+ {%- endfor %}
39
+ {{- '<|im_end|>\n' }}
40
+ {%- elif message.role == "tool" %}
41
+ {%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != "tool") %}
42
+ {{- '<|im_start|>user' }}
43
+ {%- endif %}
44
+ {{- '\n<tool_response>\n' }}
45
+ {{- message.content }}
46
+ {{- '\n</tool_response>' }}
47
+ {%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
48
+ {{- '<|im_end|>\n' }}
49
+ {%- endif %}
50
+ {%- endif %}
51
+ {%- endfor %}
52
+ {%- if add_generation_prompt %}
53
+ {{- '<|im_start|>assistant\n' }}
54
+ {%- endif %}
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c1abffec956e5aab47c1d4bfe109ee15b0c2bbf3c4e26af1ba84a8bbc7ee102
3
+ size 18814149
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:119fd597cd06bb2f75575fc3256638615a02f3423922db01b0bbe232b1d350cc
3
+ size 14645
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a31b48198ee26b8bc786d51eddcb10a78a4b877d58cbc8e25fd81f93215d43f7
3
+ size 1465
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f55e63353d3d978b390d346bae531be8b83bc9532c0be500d62b7253aa4c595
3
+ size 11421991
tokenizer_config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "backend": "tokenizers",
4
+ "bos_token": null,
5
+ "clean_up_tokenization_spaces": false,
6
+ "eos_token": "<|endoftext|>",
7
+ "errors": "replace",
8
+ "extra_special_tokens": [
9
+ "<|im_start|>",
10
+ "<|im_end|>",
11
+ "<|object_ref_start|>",
12
+ "<|object_ref_end|>",
13
+ "<|box_start|>",
14
+ "<|box_end|>",
15
+ "<|quad_start|>",
16
+ "<|quad_end|>",
17
+ "<|vision_start|>",
18
+ "<|vision_end|>",
19
+ "<|vision_pad|>",
20
+ "<|image_pad|>",
21
+ "<|video_pad|>"
22
+ ],
23
+ "is_local": false,
24
+ "local_files_only": false,
25
+ "model_max_length": 32768,
26
+ "pad_token": "<|endoftext|>",
27
+ "split_special_tokens": false,
28
+ "tokenizer_class": "Qwen2Tokenizer",
29
+ "unk_token": null
30
+ }
trainer_state.json ADDED
@@ -0,0 +1,3534 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 0.9541984732824428,
6
+ "eval_steps": 500,
7
+ "global_step": 500,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 0.0019083969465648854,
14
+ "grad_norm": 1.0319172143936157,
15
+ "learning_rate": 0.0002,
16
+ "loss": 1.1888583898544312,
17
+ "step": 1
18
+ },
19
+ {
20
+ "epoch": 0.003816793893129771,
21
+ "grad_norm": 2.558675527572632,
22
+ "learning_rate": 0.00019999980030622737,
23
+ "loss": 1.2132498025894165,
24
+ "step": 2
25
+ },
26
+ {
27
+ "epoch": 0.0057251908396946565,
28
+ "grad_norm": 1.5326608419418335,
29
+ "learning_rate": 0.00019999920122570704,
30
+ "loss": 1.149939775466919,
31
+ "step": 3
32
+ },
33
+ {
34
+ "epoch": 0.007633587786259542,
35
+ "grad_norm": 0.9747706651687622,
36
+ "learning_rate": 0.00019999820276083168,
37
+ "loss": 1.1339305639266968,
38
+ "step": 4
39
+ },
40
+ {
41
+ "epoch": 0.009541984732824428,
42
+ "grad_norm": 0.8459669351577759,
43
+ "learning_rate": 0.00019999680491558902,
44
+ "loss": 1.1253714561462402,
45
+ "step": 5
46
+ },
47
+ {
48
+ "epoch": 0.011450381679389313,
49
+ "grad_norm": 1.008865237236023,
50
+ "learning_rate": 0.00019999500769556186,
51
+ "loss": 1.2100791931152344,
52
+ "step": 6
53
+ },
54
+ {
55
+ "epoch": 0.013358778625954198,
56
+ "grad_norm": 0.8221519589424133,
57
+ "learning_rate": 0.00019999281110792807,
58
+ "loss": 1.2723747491836548,
59
+ "step": 7
60
+ },
61
+ {
62
+ "epoch": 0.015267175572519083,
63
+ "grad_norm": 0.8101316094398499,
64
+ "learning_rate": 0.0001999902151614606,
65
+ "loss": 1.1219682693481445,
66
+ "step": 8
67
+ },
68
+ {
69
+ "epoch": 0.01717557251908397,
70
+ "grad_norm": 0.9121878743171692,
71
+ "learning_rate": 0.0001999872198665273,
72
+ "loss": 1.1113958358764648,
73
+ "step": 9
74
+ },
75
+ {
76
+ "epoch": 0.019083969465648856,
77
+ "grad_norm": 1.0775856971740723,
78
+ "learning_rate": 0.000199983825235091,
79
+ "loss": 1.323795199394226,
80
+ "step": 10
81
+ },
82
+ {
83
+ "epoch": 0.02099236641221374,
84
+ "grad_norm": 0.8592789769172668,
85
+ "learning_rate": 0.00019998003128070946,
86
+ "loss": 1.1396949291229248,
87
+ "step": 11
88
+ },
89
+ {
90
+ "epoch": 0.022900763358778626,
91
+ "grad_norm": 0.7191622257232666,
92
+ "learning_rate": 0.0001999758380185352,
93
+ "loss": 0.872940719127655,
94
+ "step": 12
95
+ },
96
+ {
97
+ "epoch": 0.02480916030534351,
98
+ "grad_norm": 0.8468532562255859,
99
+ "learning_rate": 0.0001999712454653157,
100
+ "loss": 1.0025124549865723,
101
+ "step": 13
102
+ },
103
+ {
104
+ "epoch": 0.026717557251908396,
105
+ "grad_norm": 0.8349865674972534,
106
+ "learning_rate": 0.00019996625363939295,
107
+ "loss": 1.1482839584350586,
108
+ "step": 14
109
+ },
110
+ {
111
+ "epoch": 0.02862595419847328,
112
+ "grad_norm": 0.9650427103042603,
113
+ "learning_rate": 0.0001999608625607037,
114
+ "loss": 1.0744962692260742,
115
+ "step": 15
116
+ },
117
+ {
118
+ "epoch": 0.030534351145038167,
119
+ "grad_norm": 0.766567051410675,
120
+ "learning_rate": 0.00019995507225077926,
121
+ "loss": 1.132323980331421,
122
+ "step": 16
123
+ },
124
+ {
125
+ "epoch": 0.03244274809160305,
126
+ "grad_norm": 0.8034893870353699,
127
+ "learning_rate": 0.0001999488827327454,
128
+ "loss": 0.9454637765884399,
129
+ "step": 17
130
+ },
131
+ {
132
+ "epoch": 0.03435114503816794,
133
+ "grad_norm": 0.9051380157470703,
134
+ "learning_rate": 0.00019994229403132228,
135
+ "loss": 0.8953108191490173,
136
+ "step": 18
137
+ },
138
+ {
139
+ "epoch": 0.03625954198473282,
140
+ "grad_norm": 0.8768414855003357,
141
+ "learning_rate": 0.00019993530617282436,
142
+ "loss": 1.0621753931045532,
143
+ "step": 19
144
+ },
145
+ {
146
+ "epoch": 0.03816793893129771,
147
+ "grad_norm": 0.898906409740448,
148
+ "learning_rate": 0.00019992791918516033,
149
+ "loss": 1.0037579536437988,
150
+ "step": 20
151
+ },
152
+ {
153
+ "epoch": 0.04007633587786259,
154
+ "grad_norm": 0.7816566228866577,
155
+ "learning_rate": 0.00019992013309783277,
156
+ "loss": 0.8949717879295349,
157
+ "step": 21
158
+ },
159
+ {
160
+ "epoch": 0.04198473282442748,
161
+ "grad_norm": 0.7184618711471558,
162
+ "learning_rate": 0.00019991194794193845,
163
+ "loss": 1.0673213005065918,
164
+ "step": 22
165
+ },
166
+ {
167
+ "epoch": 0.04389312977099236,
168
+ "grad_norm": 0.7685574293136597,
169
+ "learning_rate": 0.00019990336375016784,
170
+ "loss": 1.0974361896514893,
171
+ "step": 23
172
+ },
173
+ {
174
+ "epoch": 0.04580152671755725,
175
+ "grad_norm": 0.7797583341598511,
176
+ "learning_rate": 0.0001998943805568051,
177
+ "loss": 0.9971912503242493,
178
+ "step": 24
179
+ },
180
+ {
181
+ "epoch": 0.04770992366412214,
182
+ "grad_norm": 0.6793952584266663,
183
+ "learning_rate": 0.00019988499839772804,
184
+ "loss": 0.9434319138526917,
185
+ "step": 25
186
+ },
187
+ {
188
+ "epoch": 0.04961832061068702,
189
+ "grad_norm": 0.8823168277740479,
190
+ "learning_rate": 0.00019987521731040778,
191
+ "loss": 1.1719576120376587,
192
+ "step": 26
193
+ },
194
+ {
195
+ "epoch": 0.05152671755725191,
196
+ "grad_norm": 0.8843436241149902,
197
+ "learning_rate": 0.00019986503733390883,
198
+ "loss": 1.0748037099838257,
199
+ "step": 27
200
+ },
201
+ {
202
+ "epoch": 0.05343511450381679,
203
+ "grad_norm": 0.6977912187576294,
204
+ "learning_rate": 0.00019985445850888867,
205
+ "loss": 1.0246281623840332,
206
+ "step": 28
207
+ },
208
+ {
209
+ "epoch": 0.05534351145038168,
210
+ "grad_norm": 0.756574273109436,
211
+ "learning_rate": 0.00019984348087759784,
212
+ "loss": 0.9375837445259094,
213
+ "step": 29
214
+ },
215
+ {
216
+ "epoch": 0.05725190839694656,
217
+ "grad_norm": 0.8058716654777527,
218
+ "learning_rate": 0.00019983210448387966,
219
+ "loss": 0.9935528039932251,
220
+ "step": 30
221
+ },
222
+ {
223
+ "epoch": 0.05916030534351145,
224
+ "grad_norm": 0.9702297449111938,
225
+ "learning_rate": 0.00019982032937316998,
226
+ "loss": 1.1681523323059082,
227
+ "step": 31
228
+ },
229
+ {
230
+ "epoch": 0.061068702290076333,
231
+ "grad_norm": 0.8501767516136169,
232
+ "learning_rate": 0.0001998081555924972,
233
+ "loss": 0.9978009462356567,
234
+ "step": 32
235
+ },
236
+ {
237
+ "epoch": 0.06297709923664122,
238
+ "grad_norm": 0.7746052742004395,
239
+ "learning_rate": 0.0001997955831904818,
240
+ "loss": 1.040431022644043,
241
+ "step": 33
242
+ },
243
+ {
244
+ "epoch": 0.0648854961832061,
245
+ "grad_norm": 0.8523740768432617,
246
+ "learning_rate": 0.00019978261221733642,
247
+ "loss": 1.0792338848114014,
248
+ "step": 34
249
+ },
250
+ {
251
+ "epoch": 0.06679389312977099,
252
+ "grad_norm": 0.808559775352478,
253
+ "learning_rate": 0.00019976924272486555,
254
+ "loss": 0.9610211253166199,
255
+ "step": 35
256
+ },
257
+ {
258
+ "epoch": 0.06870229007633588,
259
+ "grad_norm": 0.7221457958221436,
260
+ "learning_rate": 0.00019975547476646524,
261
+ "loss": 0.9176299571990967,
262
+ "step": 36
263
+ },
264
+ {
265
+ "epoch": 0.07061068702290077,
266
+ "grad_norm": 0.680614173412323,
267
+ "learning_rate": 0.000199741308397123,
268
+ "loss": 0.9780462384223938,
269
+ "step": 37
270
+ },
271
+ {
272
+ "epoch": 0.07251908396946564,
273
+ "grad_norm": 1.0235838890075684,
274
+ "learning_rate": 0.00019972674367341756,
275
+ "loss": 1.0874963998794556,
276
+ "step": 38
277
+ },
278
+ {
279
+ "epoch": 0.07442748091603053,
280
+ "grad_norm": 0.8324326276779175,
281
+ "learning_rate": 0.00019971178065351857,
282
+ "loss": 0.9447541236877441,
283
+ "step": 39
284
+ },
285
+ {
286
+ "epoch": 0.07633587786259542,
287
+ "grad_norm": 0.7472124695777893,
288
+ "learning_rate": 0.00019969641939718652,
289
+ "loss": 1.0423003435134888,
290
+ "step": 40
291
+ },
292
+ {
293
+ "epoch": 0.07824427480916031,
294
+ "grad_norm": 0.6840877532958984,
295
+ "learning_rate": 0.00019968065996577234,
296
+ "loss": 1.0449249744415283,
297
+ "step": 41
298
+ },
299
+ {
300
+ "epoch": 0.08015267175572519,
301
+ "grad_norm": 0.8184124827384949,
302
+ "learning_rate": 0.00019966450242221722,
303
+ "loss": 0.9014325141906738,
304
+ "step": 42
305
+ },
306
+ {
307
+ "epoch": 0.08206106870229007,
308
+ "grad_norm": 0.7632555961608887,
309
+ "learning_rate": 0.0001996479468310524,
310
+ "loss": 0.8362308144569397,
311
+ "step": 43
312
+ },
313
+ {
314
+ "epoch": 0.08396946564885496,
315
+ "grad_norm": 0.7152660489082336,
316
+ "learning_rate": 0.00019963099325839883,
317
+ "loss": 0.93896484375,
318
+ "step": 44
319
+ },
320
+ {
321
+ "epoch": 0.08587786259541985,
322
+ "grad_norm": 0.6840109825134277,
323
+ "learning_rate": 0.00019961364177196696,
324
+ "loss": 0.9620580673217773,
325
+ "step": 45
326
+ },
327
+ {
328
+ "epoch": 0.08778625954198473,
329
+ "grad_norm": 0.8080661296844482,
330
+ "learning_rate": 0.0001995958924410565,
331
+ "loss": 0.8377565145492554,
332
+ "step": 46
333
+ },
334
+ {
335
+ "epoch": 0.08969465648854962,
336
+ "grad_norm": 0.7813903093338013,
337
+ "learning_rate": 0.00019957774533655605,
338
+ "loss": 0.8326072096824646,
339
+ "step": 47
340
+ },
341
+ {
342
+ "epoch": 0.0916030534351145,
343
+ "grad_norm": 0.8098936080932617,
344
+ "learning_rate": 0.00019955920053094288,
345
+ "loss": 0.9860023856163025,
346
+ "step": 48
347
+ },
348
+ {
349
+ "epoch": 0.09351145038167939,
350
+ "grad_norm": 0.9210098385810852,
351
+ "learning_rate": 0.00019954025809828266,
352
+ "loss": 0.9747365713119507,
353
+ "step": 49
354
+ },
355
+ {
356
+ "epoch": 0.09541984732824428,
357
+ "grad_norm": 0.7985463738441467,
358
+ "learning_rate": 0.00019952091811422905,
359
+ "loss": 0.9031082987785339,
360
+ "step": 50
361
+ },
362
+ {
363
+ "epoch": 0.09732824427480916,
364
+ "grad_norm": 0.8715912699699402,
365
+ "learning_rate": 0.0001995011806560236,
366
+ "loss": 0.9334609508514404,
367
+ "step": 51
368
+ },
369
+ {
370
+ "epoch": 0.09923664122137404,
371
+ "grad_norm": 0.7367807030677795,
372
+ "learning_rate": 0.0001994810458024952,
373
+ "loss": 0.9366903901100159,
374
+ "step": 52
375
+ },
376
+ {
377
+ "epoch": 0.10114503816793893,
378
+ "grad_norm": 0.8102525472640991,
379
+ "learning_rate": 0.00019946051363405997,
380
+ "loss": 0.9092800617218018,
381
+ "step": 53
382
+ },
383
+ {
384
+ "epoch": 0.10305343511450382,
385
+ "grad_norm": 0.8269142508506775,
386
+ "learning_rate": 0.0001994395842327209,
387
+ "loss": 0.9335564374923706,
388
+ "step": 54
389
+ },
390
+ {
391
+ "epoch": 0.1049618320610687,
392
+ "grad_norm": 0.7004595398902893,
393
+ "learning_rate": 0.0001994182576820673,
394
+ "loss": 0.9463485479354858,
395
+ "step": 55
396
+ },
397
+ {
398
+ "epoch": 0.10687022900763359,
399
+ "grad_norm": 0.9793404936790466,
400
+ "learning_rate": 0.00019939653406727482,
401
+ "loss": 0.9135723114013672,
402
+ "step": 56
403
+ },
404
+ {
405
+ "epoch": 0.10877862595419847,
406
+ "grad_norm": 0.7052667140960693,
407
+ "learning_rate": 0.0001993744134751049,
408
+ "loss": 0.8296093940734863,
409
+ "step": 57
410
+ },
411
+ {
412
+ "epoch": 0.11068702290076336,
413
+ "grad_norm": 0.6771461367607117,
414
+ "learning_rate": 0.00019935189599390435,
415
+ "loss": 0.7838313579559326,
416
+ "step": 58
417
+ },
418
+ {
419
+ "epoch": 0.11259541984732824,
420
+ "grad_norm": 0.7421724200248718,
421
+ "learning_rate": 0.00019932898171360526,
422
+ "loss": 0.9136338233947754,
423
+ "step": 59
424
+ },
425
+ {
426
+ "epoch": 0.11450381679389313,
427
+ "grad_norm": 0.820115327835083,
428
+ "learning_rate": 0.00019930567072572438,
429
+ "loss": 0.9014999866485596,
430
+ "step": 60
431
+ },
432
+ {
433
+ "epoch": 0.11641221374045801,
434
+ "grad_norm": 0.7351306676864624,
435
+ "learning_rate": 0.00019928196312336285,
436
+ "loss": 0.9661044478416443,
437
+ "step": 61
438
+ },
439
+ {
440
+ "epoch": 0.1183206106870229,
441
+ "grad_norm": 0.7182132005691528,
442
+ "learning_rate": 0.00019925785900120596,
443
+ "loss": 0.8359523415565491,
444
+ "step": 62
445
+ },
446
+ {
447
+ "epoch": 0.12022900763358779,
448
+ "grad_norm": 0.630822479724884,
449
+ "learning_rate": 0.0001992333584555225,
450
+ "loss": 0.8223984241485596,
451
+ "step": 63
452
+ },
453
+ {
454
+ "epoch": 0.12213740458015267,
455
+ "grad_norm": 0.8691913485527039,
456
+ "learning_rate": 0.0001992084615841647,
457
+ "loss": 0.9800937175750732,
458
+ "step": 64
459
+ },
460
+ {
461
+ "epoch": 0.12404580152671756,
462
+ "grad_norm": 0.7840291261672974,
463
+ "learning_rate": 0.00019918316848656744,
464
+ "loss": 0.9353207349777222,
465
+ "step": 65
466
+ },
467
+ {
468
+ "epoch": 0.12595419847328243,
469
+ "grad_norm": 0.7878021001815796,
470
+ "learning_rate": 0.00019915747926374828,
471
+ "loss": 0.9968975186347961,
472
+ "step": 66
473
+ },
474
+ {
475
+ "epoch": 0.12786259541984732,
476
+ "grad_norm": 0.7407828569412231,
477
+ "learning_rate": 0.00019913139401830674,
478
+ "loss": 0.947467565536499,
479
+ "step": 67
480
+ },
481
+ {
482
+ "epoch": 0.1297709923664122,
483
+ "grad_norm": 0.7297830581665039,
484
+ "learning_rate": 0.00019910491285442407,
485
+ "loss": 0.9409926533699036,
486
+ "step": 68
487
+ },
488
+ {
489
+ "epoch": 0.1316793893129771,
490
+ "grad_norm": 0.7517293095588684,
491
+ "learning_rate": 0.00019907803587786274,
492
+ "loss": 0.7961177825927734,
493
+ "step": 69
494
+ },
495
+ {
496
+ "epoch": 0.13358778625954199,
497
+ "grad_norm": 0.6893132328987122,
498
+ "learning_rate": 0.000199050763195966,
499
+ "loss": 0.9285712242126465,
500
+ "step": 70
501
+ },
502
+ {
503
+ "epoch": 0.13549618320610687,
504
+ "grad_norm": 0.6858025789260864,
505
+ "learning_rate": 0.0001990230949176576,
506
+ "loss": 0.8860894441604614,
507
+ "step": 71
508
+ },
509
+ {
510
+ "epoch": 0.13740458015267176,
511
+ "grad_norm": 0.9707567691802979,
512
+ "learning_rate": 0.00019899503115344117,
513
+ "loss": 0.8908587694168091,
514
+ "step": 72
515
+ },
516
+ {
517
+ "epoch": 0.13931297709923665,
518
+ "grad_norm": 0.7052493691444397,
519
+ "learning_rate": 0.0001989665720153999,
520
+ "loss": 0.8562502264976501,
521
+ "step": 73
522
+ },
523
+ {
524
+ "epoch": 0.14122137404580154,
525
+ "grad_norm": 0.6578022837638855,
526
+ "learning_rate": 0.00019893771761719605,
527
+ "loss": 0.8883586525917053,
528
+ "step": 74
529
+ },
530
+ {
531
+ "epoch": 0.1431297709923664,
532
+ "grad_norm": 0.7066544890403748,
533
+ "learning_rate": 0.00019890846807407044,
534
+ "loss": 0.976402997970581,
535
+ "step": 75
536
+ },
537
+ {
538
+ "epoch": 0.1450381679389313,
539
+ "grad_norm": 0.9122876524925232,
540
+ "learning_rate": 0.00019887882350284216,
541
+ "loss": 0.9926351308822632,
542
+ "step": 76
543
+ },
544
+ {
545
+ "epoch": 0.14694656488549618,
546
+ "grad_norm": 0.7439401745796204,
547
+ "learning_rate": 0.00019884878402190795,
548
+ "loss": 0.829197108745575,
549
+ "step": 77
550
+ },
551
+ {
552
+ "epoch": 0.14885496183206107,
553
+ "grad_norm": 0.7522874474525452,
554
+ "learning_rate": 0.0001988183497512417,
555
+ "loss": 0.863883912563324,
556
+ "step": 78
557
+ },
558
+ {
559
+ "epoch": 0.15076335877862596,
560
+ "grad_norm": 1.0040572881698608,
561
+ "learning_rate": 0.0001987875208123941,
562
+ "loss": 1.069295883178711,
563
+ "step": 79
564
+ },
565
+ {
566
+ "epoch": 0.15267175572519084,
567
+ "grad_norm": 0.713905930519104,
568
+ "learning_rate": 0.00019875629732849214,
569
+ "loss": 0.8455244898796082,
570
+ "step": 80
571
+ },
572
+ {
573
+ "epoch": 0.15458015267175573,
574
+ "grad_norm": 0.8433374166488647,
575
+ "learning_rate": 0.00019872467942423853,
576
+ "loss": 0.8311648368835449,
577
+ "step": 81
578
+ },
579
+ {
580
+ "epoch": 0.15648854961832062,
581
+ "grad_norm": 0.7732320427894592,
582
+ "learning_rate": 0.00019869266722591115,
583
+ "loss": 0.9065580368041992,
584
+ "step": 82
585
+ },
586
+ {
587
+ "epoch": 0.15839694656488548,
588
+ "grad_norm": 0.7662688493728638,
589
+ "learning_rate": 0.0001986602608613628,
590
+ "loss": 0.9555010795593262,
591
+ "step": 83
592
+ },
593
+ {
594
+ "epoch": 0.16030534351145037,
595
+ "grad_norm": 0.9863274693489075,
596
+ "learning_rate": 0.00019862746046002048,
597
+ "loss": 0.9811774492263794,
598
+ "step": 84
599
+ },
600
+ {
601
+ "epoch": 0.16221374045801526,
602
+ "grad_norm": 0.673652708530426,
603
+ "learning_rate": 0.00019859426615288488,
604
+ "loss": 0.926813006401062,
605
+ "step": 85
606
+ },
607
+ {
608
+ "epoch": 0.16412213740458015,
609
+ "grad_norm": 0.8610010147094727,
610
+ "learning_rate": 0.00019856067807252992,
611
+ "loss": 0.7706037759780884,
612
+ "step": 86
613
+ },
614
+ {
615
+ "epoch": 0.16603053435114504,
616
+ "grad_norm": 0.869065523147583,
617
+ "learning_rate": 0.00019852669635310222,
618
+ "loss": 0.9335610270500183,
619
+ "step": 87
620
+ },
621
+ {
622
+ "epoch": 0.16793893129770993,
623
+ "grad_norm": 0.7144750356674194,
624
+ "learning_rate": 0.00019849232113032053,
625
+ "loss": 0.8826386332511902,
626
+ "step": 88
627
+ },
628
+ {
629
+ "epoch": 0.16984732824427481,
630
+ "grad_norm": 0.6938415765762329,
631
+ "learning_rate": 0.00019845755254147525,
632
+ "loss": 0.8689931631088257,
633
+ "step": 89
634
+ },
635
+ {
636
+ "epoch": 0.1717557251908397,
637
+ "grad_norm": 0.6958433389663696,
638
+ "learning_rate": 0.00019842239072542775,
639
+ "loss": 0.8018342852592468,
640
+ "step": 90
641
+ },
642
+ {
643
+ "epoch": 0.1736641221374046,
644
+ "grad_norm": 0.7545017600059509,
645
+ "learning_rate": 0.00019838683582260993,
646
+ "loss": 0.9315579533576965,
647
+ "step": 91
648
+ },
649
+ {
650
+ "epoch": 0.17557251908396945,
651
+ "grad_norm": 0.8562167882919312,
652
+ "learning_rate": 0.00019835088797502367,
653
+ "loss": 0.950774610042572,
654
+ "step": 92
655
+ },
656
+ {
657
+ "epoch": 0.17748091603053434,
658
+ "grad_norm": 0.7419416904449463,
659
+ "learning_rate": 0.0001983145473262402,
660
+ "loss": 1.0040173530578613,
661
+ "step": 93
662
+ },
663
+ {
664
+ "epoch": 0.17938931297709923,
665
+ "grad_norm": 0.7331036925315857,
666
+ "learning_rate": 0.0001982778140213996,
667
+ "loss": 0.703330934047699,
668
+ "step": 94
669
+ },
670
+ {
671
+ "epoch": 0.18129770992366412,
672
+ "grad_norm": 0.783308207988739,
673
+ "learning_rate": 0.00019824068820720997,
674
+ "loss": 0.9145213961601257,
675
+ "step": 95
676
+ },
677
+ {
678
+ "epoch": 0.183206106870229,
679
+ "grad_norm": 0.7295645475387573,
680
+ "learning_rate": 0.00019820317003194728,
681
+ "loss": 0.8577327728271484,
682
+ "step": 96
683
+ },
684
+ {
685
+ "epoch": 0.1851145038167939,
686
+ "grad_norm": 0.8237174153327942,
687
+ "learning_rate": 0.00019816525964545448,
688
+ "loss": 0.8371306657791138,
689
+ "step": 97
690
+ },
691
+ {
692
+ "epoch": 0.18702290076335878,
693
+ "grad_norm": 0.638324499130249,
694
+ "learning_rate": 0.00019812695719914085,
695
+ "loss": 0.7818671464920044,
696
+ "step": 98
697
+ },
698
+ {
699
+ "epoch": 0.18893129770992367,
700
+ "grad_norm": 0.7308298349380493,
701
+ "learning_rate": 0.00019808826284598165,
702
+ "loss": 0.8242241144180298,
703
+ "step": 99
704
+ },
705
+ {
706
+ "epoch": 0.19083969465648856,
707
+ "grad_norm": 0.8194659948348999,
708
+ "learning_rate": 0.0001980491767405173,
709
+ "loss": 1.0477763414382935,
710
+ "step": 100
711
+ },
712
+ {
713
+ "epoch": 0.19274809160305342,
714
+ "grad_norm": 0.7348308563232422,
715
+ "learning_rate": 0.0001980096990388528,
716
+ "loss": 0.8968179821968079,
717
+ "step": 101
718
+ },
719
+ {
720
+ "epoch": 0.1946564885496183,
721
+ "grad_norm": 0.8615684509277344,
722
+ "learning_rate": 0.00019796982989865722,
723
+ "loss": 0.9265606999397278,
724
+ "step": 102
725
+ },
726
+ {
727
+ "epoch": 0.1965648854961832,
728
+ "grad_norm": 0.9783602952957153,
729
+ "learning_rate": 0.00019792956947916292,
730
+ "loss": 1.0029759407043457,
731
+ "step": 103
732
+ },
733
+ {
734
+ "epoch": 0.1984732824427481,
735
+ "grad_norm": 0.8230413794517517,
736
+ "learning_rate": 0.000197888917941165,
737
+ "loss": 0.9710904955863953,
738
+ "step": 104
739
+ },
740
+ {
741
+ "epoch": 0.20038167938931298,
742
+ "grad_norm": 0.715769350528717,
743
+ "learning_rate": 0.00019784787544702064,
744
+ "loss": 1.0048372745513916,
745
+ "step": 105
746
+ },
747
+ {
748
+ "epoch": 0.20229007633587787,
749
+ "grad_norm": 0.657476544380188,
750
+ "learning_rate": 0.00019780644216064845,
751
+ "loss": 0.9512552618980408,
752
+ "step": 106
753
+ },
754
+ {
755
+ "epoch": 0.20419847328244276,
756
+ "grad_norm": 0.8867478370666504,
757
+ "learning_rate": 0.0001977646182475278,
758
+ "loss": 0.8841535449028015,
759
+ "step": 107
760
+ },
761
+ {
762
+ "epoch": 0.20610687022900764,
763
+ "grad_norm": 0.6844662427902222,
764
+ "learning_rate": 0.00019772240387469823,
765
+ "loss": 0.8210901618003845,
766
+ "step": 108
767
+ },
768
+ {
769
+ "epoch": 0.20801526717557253,
770
+ "grad_norm": 0.8655828833580017,
771
+ "learning_rate": 0.00019767979921075866,
772
+ "loss": 1.0782965421676636,
773
+ "step": 109
774
+ },
775
+ {
776
+ "epoch": 0.2099236641221374,
777
+ "grad_norm": 0.7254316210746765,
778
+ "learning_rate": 0.00019763680442586682,
779
+ "loss": 0.7998471260070801,
780
+ "step": 110
781
+ },
782
+ {
783
+ "epoch": 0.21183206106870228,
784
+ "grad_norm": 0.7396829724311829,
785
+ "learning_rate": 0.00019759341969173853,
786
+ "loss": 0.8773504495620728,
787
+ "step": 111
788
+ },
789
+ {
790
+ "epoch": 0.21374045801526717,
791
+ "grad_norm": 0.6355534791946411,
792
+ "learning_rate": 0.00019754964518164697,
793
+ "loss": 0.8282820582389832,
794
+ "step": 112
795
+ },
796
+ {
797
+ "epoch": 0.21564885496183206,
798
+ "grad_norm": 0.7496469020843506,
799
+ "learning_rate": 0.00019750548107042213,
800
+ "loss": 0.8907659649848938,
801
+ "step": 113
802
+ },
803
+ {
804
+ "epoch": 0.21755725190839695,
805
+ "grad_norm": 0.9808054566383362,
806
+ "learning_rate": 0.00019746092753444999,
807
+ "loss": 0.8398576974868774,
808
+ "step": 114
809
+ },
810
+ {
811
+ "epoch": 0.21946564885496184,
812
+ "grad_norm": 0.8305889964103699,
813
+ "learning_rate": 0.00019741598475167175,
814
+ "loss": 0.9800796508789062,
815
+ "step": 115
816
+ },
817
+ {
818
+ "epoch": 0.22137404580152673,
819
+ "grad_norm": 0.8272994160652161,
820
+ "learning_rate": 0.00019737065290158335,
821
+ "loss": 1.0569555759429932,
822
+ "step": 116
823
+ },
824
+ {
825
+ "epoch": 0.22328244274809161,
826
+ "grad_norm": 0.6429803371429443,
827
+ "learning_rate": 0.00019732493216523448,
828
+ "loss": 0.8179414868354797,
829
+ "step": 117
830
+ },
831
+ {
832
+ "epoch": 0.22519083969465647,
833
+ "grad_norm": 0.7551900148391724,
834
+ "learning_rate": 0.00019727882272522817,
835
+ "loss": 1.0400655269622803,
836
+ "step": 118
837
+ },
838
+ {
839
+ "epoch": 0.22709923664122136,
840
+ "grad_norm": 0.668594479560852,
841
+ "learning_rate": 0.00019723232476571973,
842
+ "loss": 0.7926125526428223,
843
+ "step": 119
844
+ },
845
+ {
846
+ "epoch": 0.22900763358778625,
847
+ "grad_norm": 0.7308197617530823,
848
+ "learning_rate": 0.0001971854384724162,
849
+ "loss": 0.7763074040412903,
850
+ "step": 120
851
+ },
852
+ {
853
+ "epoch": 0.23091603053435114,
854
+ "grad_norm": 0.6899462342262268,
855
+ "learning_rate": 0.0001971381640325756,
856
+ "loss": 0.8050013184547424,
857
+ "step": 121
858
+ },
859
+ {
860
+ "epoch": 0.23282442748091603,
861
+ "grad_norm": 0.6338201761245728,
862
+ "learning_rate": 0.0001970905016350062,
863
+ "loss": 0.7711692452430725,
864
+ "step": 122
865
+ },
866
+ {
867
+ "epoch": 0.23473282442748092,
868
+ "grad_norm": 0.818661093711853,
869
+ "learning_rate": 0.00019704245147006563,
870
+ "loss": 0.9701591730117798,
871
+ "step": 123
872
+ },
873
+ {
874
+ "epoch": 0.2366412213740458,
875
+ "grad_norm": 0.8936249613761902,
876
+ "learning_rate": 0.0001969940137296603,
877
+ "loss": 0.932243287563324,
878
+ "step": 124
879
+ },
880
+ {
881
+ "epoch": 0.2385496183206107,
882
+ "grad_norm": 0.6683034896850586,
883
+ "learning_rate": 0.00019694518860724445,
884
+ "loss": 0.8161548376083374,
885
+ "step": 125
886
+ },
887
+ {
888
+ "epoch": 0.24045801526717558,
889
+ "grad_norm": 0.8327929973602295,
890
+ "learning_rate": 0.00019689597629781962,
891
+ "loss": 0.8570858240127563,
892
+ "step": 126
893
+ },
894
+ {
895
+ "epoch": 0.24236641221374045,
896
+ "grad_norm": 0.8678820729255676,
897
+ "learning_rate": 0.00019684637699793358,
898
+ "loss": 0.849490761756897,
899
+ "step": 127
900
+ },
901
+ {
902
+ "epoch": 0.24427480916030533,
903
+ "grad_norm": 0.8075437545776367,
904
+ "learning_rate": 0.00019679639090567982,
905
+ "loss": 0.7586680054664612,
906
+ "step": 128
907
+ },
908
+ {
909
+ "epoch": 0.24618320610687022,
910
+ "grad_norm": 0.920081377029419,
911
+ "learning_rate": 0.00019674601822069647,
912
+ "loss": 0.9018468260765076,
913
+ "step": 129
914
+ },
915
+ {
916
+ "epoch": 0.2480916030534351,
917
+ "grad_norm": 0.809676468372345,
918
+ "learning_rate": 0.00019669525914416586,
919
+ "loss": 0.9085022807121277,
920
+ "step": 130
921
+ },
922
+ {
923
+ "epoch": 0.25,
924
+ "grad_norm": 0.6830601096153259,
925
+ "learning_rate": 0.00019664411387881336,
926
+ "loss": 0.8158378005027771,
927
+ "step": 131
928
+ },
929
+ {
930
+ "epoch": 0.25190839694656486,
931
+ "grad_norm": 0.8688009977340698,
932
+ "learning_rate": 0.00019659258262890683,
933
+ "loss": 0.8939949870109558,
934
+ "step": 132
935
+ },
936
+ {
937
+ "epoch": 0.2538167938931298,
938
+ "grad_norm": 0.8238283395767212,
939
+ "learning_rate": 0.00019654066560025567,
940
+ "loss": 0.8714411854743958,
941
+ "step": 133
942
+ },
943
+ {
944
+ "epoch": 0.25572519083969464,
945
+ "grad_norm": 0.8402740955352783,
946
+ "learning_rate": 0.00019648836300020995,
947
+ "loss": 0.8553993105888367,
948
+ "step": 134
949
+ },
950
+ {
951
+ "epoch": 0.25763358778625955,
952
+ "grad_norm": 0.8889774680137634,
953
+ "learning_rate": 0.0001964356750376598,
954
+ "loss": 0.9362643361091614,
955
+ "step": 135
956
+ },
957
+ {
958
+ "epoch": 0.2595419847328244,
959
+ "grad_norm": 0.7945830225944519,
960
+ "learning_rate": 0.00019638260192303438,
961
+ "loss": 0.915956437587738,
962
+ "step": 136
963
+ },
964
+ {
965
+ "epoch": 0.26145038167938933,
966
+ "grad_norm": 0.6740367412567139,
967
+ "learning_rate": 0.00019632914386830109,
968
+ "loss": 0.9191530346870422,
969
+ "step": 137
970
+ },
971
+ {
972
+ "epoch": 0.2633587786259542,
973
+ "grad_norm": 0.8426705002784729,
974
+ "learning_rate": 0.00019627530108696473,
975
+ "loss": 0.868916392326355,
976
+ "step": 138
977
+ },
978
+ {
979
+ "epoch": 0.2652671755725191,
980
+ "grad_norm": 0.8657882213592529,
981
+ "learning_rate": 0.00019622107379406667,
982
+ "loss": 0.872461199760437,
983
+ "step": 139
984
+ },
985
+ {
986
+ "epoch": 0.26717557251908397,
987
+ "grad_norm": 0.7300332188606262,
988
+ "learning_rate": 0.00019616646220618398,
989
+ "loss": 0.8058186173439026,
990
+ "step": 140
991
+ },
992
+ {
993
+ "epoch": 0.26908396946564883,
994
+ "grad_norm": 0.767820417881012,
995
+ "learning_rate": 0.00019611146654142854,
996
+ "loss": 0.8053113222122192,
997
+ "step": 141
998
+ },
999
+ {
1000
+ "epoch": 0.27099236641221375,
1001
+ "grad_norm": 0.9955086708068848,
1002
+ "learning_rate": 0.00019605608701944615,
1003
+ "loss": 0.8747786283493042,
1004
+ "step": 142
1005
+ },
1006
+ {
1007
+ "epoch": 0.2729007633587786,
1008
+ "grad_norm": 0.8415116667747498,
1009
+ "learning_rate": 0.0001960003238614158,
1010
+ "loss": 0.7746783494949341,
1011
+ "step": 143
1012
+ },
1013
+ {
1014
+ "epoch": 0.2748091603053435,
1015
+ "grad_norm": 0.7966413497924805,
1016
+ "learning_rate": 0.00019594417729004845,
1017
+ "loss": 0.9076138734817505,
1018
+ "step": 144
1019
+ },
1020
+ {
1021
+ "epoch": 0.2767175572519084,
1022
+ "grad_norm": 0.7794169187545776,
1023
+ "learning_rate": 0.00019588764752958668,
1024
+ "loss": 0.8441069722175598,
1025
+ "step": 145
1026
+ },
1027
+ {
1028
+ "epoch": 0.2786259541984733,
1029
+ "grad_norm": 0.8923323750495911,
1030
+ "learning_rate": 0.00019583073480580323,
1031
+ "loss": 0.9479147791862488,
1032
+ "step": 146
1033
+ },
1034
+ {
1035
+ "epoch": 0.28053435114503816,
1036
+ "grad_norm": 0.7435654401779175,
1037
+ "learning_rate": 0.00019577343934600044,
1038
+ "loss": 0.7812725901603699,
1039
+ "step": 147
1040
+ },
1041
+ {
1042
+ "epoch": 0.2824427480916031,
1043
+ "grad_norm": 0.6814793944358826,
1044
+ "learning_rate": 0.00019571576137900927,
1045
+ "loss": 0.7864100337028503,
1046
+ "step": 148
1047
+ },
1048
+ {
1049
+ "epoch": 0.28435114503816794,
1050
+ "grad_norm": 0.7200238704681396,
1051
+ "learning_rate": 0.00019565770113518825,
1052
+ "loss": 0.9560705423355103,
1053
+ "step": 149
1054
+ },
1055
+ {
1056
+ "epoch": 0.2862595419847328,
1057
+ "grad_norm": 0.6995819807052612,
1058
+ "learning_rate": 0.00019559925884642286,
1059
+ "loss": 0.8137438297271729,
1060
+ "step": 150
1061
+ },
1062
+ {
1063
+ "epoch": 0.2881679389312977,
1064
+ "grad_norm": 0.5875421762466431,
1065
+ "learning_rate": 0.0001955404347461243,
1066
+ "loss": 0.7266908288002014,
1067
+ "step": 151
1068
+ },
1069
+ {
1070
+ "epoch": 0.2900763358778626,
1071
+ "grad_norm": 0.7169772386550903,
1072
+ "learning_rate": 0.00019548122906922865,
1073
+ "loss": 0.8415418863296509,
1074
+ "step": 152
1075
+ },
1076
+ {
1077
+ "epoch": 0.2919847328244275,
1078
+ "grad_norm": 0.638949990272522,
1079
+ "learning_rate": 0.00019542164205219606,
1080
+ "loss": 0.8274745941162109,
1081
+ "step": 153
1082
+ },
1083
+ {
1084
+ "epoch": 0.29389312977099236,
1085
+ "grad_norm": 0.7600482106208801,
1086
+ "learning_rate": 0.00019536167393300965,
1087
+ "loss": 1.0291582345962524,
1088
+ "step": 154
1089
+ },
1090
+ {
1091
+ "epoch": 0.2958015267175573,
1092
+ "grad_norm": 0.7919864058494568,
1093
+ "learning_rate": 0.0001953013249511746,
1094
+ "loss": 0.8221685290336609,
1095
+ "step": 155
1096
+ },
1097
+ {
1098
+ "epoch": 0.29770992366412213,
1099
+ "grad_norm": 0.7551295757293701,
1100
+ "learning_rate": 0.0001952405953477172,
1101
+ "loss": 0.9822176098823547,
1102
+ "step": 156
1103
+ },
1104
+ {
1105
+ "epoch": 0.29961832061068705,
1106
+ "grad_norm": 0.6301788091659546,
1107
+ "learning_rate": 0.000195179485365184,
1108
+ "loss": 0.6514051556587219,
1109
+ "step": 157
1110
+ },
1111
+ {
1112
+ "epoch": 0.3015267175572519,
1113
+ "grad_norm": 0.6198784112930298,
1114
+ "learning_rate": 0.00019511799524764062,
1115
+ "loss": 0.8909632563591003,
1116
+ "step": 158
1117
+ },
1118
+ {
1119
+ "epoch": 0.30343511450381677,
1120
+ "grad_norm": 0.6850892901420593,
1121
+ "learning_rate": 0.0001950561252406709,
1122
+ "loss": 0.8530802726745605,
1123
+ "step": 159
1124
+ },
1125
+ {
1126
+ "epoch": 0.3053435114503817,
1127
+ "grad_norm": 0.6627747416496277,
1128
+ "learning_rate": 0.00019499387559137596,
1129
+ "loss": 0.8950958251953125,
1130
+ "step": 160
1131
+ },
1132
+ {
1133
+ "epoch": 0.30725190839694655,
1134
+ "grad_norm": 0.6648580431938171,
1135
+ "learning_rate": 0.00019493124654837318,
1136
+ "loss": 0.8956643342971802,
1137
+ "step": 161
1138
+ },
1139
+ {
1140
+ "epoch": 0.30916030534351147,
1141
+ "grad_norm": 0.8410931825637817,
1142
+ "learning_rate": 0.00019486823836179512,
1143
+ "loss": 0.8377202153205872,
1144
+ "step": 162
1145
+ },
1146
+ {
1147
+ "epoch": 0.3110687022900763,
1148
+ "grad_norm": 0.7048870921134949,
1149
+ "learning_rate": 0.00019480485128328868,
1150
+ "loss": 0.8189906477928162,
1151
+ "step": 163
1152
+ },
1153
+ {
1154
+ "epoch": 0.31297709923664124,
1155
+ "grad_norm": 0.7690779566764832,
1156
+ "learning_rate": 0.0001947410855660139,
1157
+ "loss": 0.7249743938446045,
1158
+ "step": 164
1159
+ },
1160
+ {
1161
+ "epoch": 0.3148854961832061,
1162
+ "grad_norm": 0.9097875356674194,
1163
+ "learning_rate": 0.0001946769414646431,
1164
+ "loss": 0.9130119681358337,
1165
+ "step": 165
1166
+ },
1167
+ {
1168
+ "epoch": 0.31679389312977096,
1169
+ "grad_norm": 0.798412024974823,
1170
+ "learning_rate": 0.0001946124192353599,
1171
+ "loss": 0.960759699344635,
1172
+ "step": 166
1173
+ },
1174
+ {
1175
+ "epoch": 0.3187022900763359,
1176
+ "grad_norm": 0.6766208410263062,
1177
+ "learning_rate": 0.000194547519135858,
1178
+ "loss": 0.7708785533905029,
1179
+ "step": 167
1180
+ },
1181
+ {
1182
+ "epoch": 0.32061068702290074,
1183
+ "grad_norm": 0.7984035015106201,
1184
+ "learning_rate": 0.00019448224142534033,
1185
+ "loss": 0.9001744985580444,
1186
+ "step": 168
1187
+ },
1188
+ {
1189
+ "epoch": 0.32251908396946566,
1190
+ "grad_norm": 0.7736956477165222,
1191
+ "learning_rate": 0.00019441658636451794,
1192
+ "loss": 0.7067661285400391,
1193
+ "step": 169
1194
+ },
1195
+ {
1196
+ "epoch": 0.3244274809160305,
1197
+ "grad_norm": 0.701378583908081,
1198
+ "learning_rate": 0.00019435055421560896,
1199
+ "loss": 0.8072033524513245,
1200
+ "step": 170
1201
+ },
1202
+ {
1203
+ "epoch": 0.32633587786259544,
1204
+ "grad_norm": 0.7019128203392029,
1205
+ "learning_rate": 0.00019428414524233752,
1206
+ "loss": 0.8859261274337769,
1207
+ "step": 171
1208
+ },
1209
+ {
1210
+ "epoch": 0.3282442748091603,
1211
+ "grad_norm": 0.6405873894691467,
1212
+ "learning_rate": 0.0001942173597099329,
1213
+ "loss": 0.7549964189529419,
1214
+ "step": 172
1215
+ },
1216
+ {
1217
+ "epoch": 0.3301526717557252,
1218
+ "grad_norm": 0.6906740069389343,
1219
+ "learning_rate": 0.0001941501978851281,
1220
+ "loss": 0.7923817038536072,
1221
+ "step": 173
1222
+ },
1223
+ {
1224
+ "epoch": 0.3320610687022901,
1225
+ "grad_norm": 0.6853337287902832,
1226
+ "learning_rate": 0.00019408266003615913,
1227
+ "loss": 0.7819351553916931,
1228
+ "step": 174
1229
+ },
1230
+ {
1231
+ "epoch": 0.33396946564885494,
1232
+ "grad_norm": 0.6918132305145264,
1233
+ "learning_rate": 0.0001940147464327637,
1234
+ "loss": 0.6980127096176147,
1235
+ "step": 175
1236
+ },
1237
+ {
1238
+ "epoch": 0.33587786259541985,
1239
+ "grad_norm": 0.8270894885063171,
1240
+ "learning_rate": 0.00019394645734618037,
1241
+ "loss": 0.9518585205078125,
1242
+ "step": 176
1243
+ },
1244
+ {
1245
+ "epoch": 0.3377862595419847,
1246
+ "grad_norm": 0.6764659881591797,
1247
+ "learning_rate": 0.00019387779304914715,
1248
+ "loss": 0.8641853332519531,
1249
+ "step": 177
1250
+ },
1251
+ {
1252
+ "epoch": 0.33969465648854963,
1253
+ "grad_norm": 0.9292405247688293,
1254
+ "learning_rate": 0.00019380875381590074,
1255
+ "loss": 0.9833829402923584,
1256
+ "step": 178
1257
+ },
1258
+ {
1259
+ "epoch": 0.3416030534351145,
1260
+ "grad_norm": 0.6896494030952454,
1261
+ "learning_rate": 0.00019373933992217524,
1262
+ "loss": 0.8466549515724182,
1263
+ "step": 179
1264
+ },
1265
+ {
1266
+ "epoch": 0.3435114503816794,
1267
+ "grad_norm": 0.6645339131355286,
1268
+ "learning_rate": 0.0001936695516452011,
1269
+ "loss": 0.7963259816169739,
1270
+ "step": 180
1271
+ },
1272
+ {
1273
+ "epoch": 0.34541984732824427,
1274
+ "grad_norm": 0.7422249913215637,
1275
+ "learning_rate": 0.000193599389263704,
1276
+ "loss": 0.9273393154144287,
1277
+ "step": 181
1278
+ },
1279
+ {
1280
+ "epoch": 0.3473282442748092,
1281
+ "grad_norm": 0.7360007166862488,
1282
+ "learning_rate": 0.00019352885305790374,
1283
+ "loss": 0.7015874981880188,
1284
+ "step": 182
1285
+ },
1286
+ {
1287
+ "epoch": 0.34923664122137404,
1288
+ "grad_norm": 0.7029959559440613,
1289
+ "learning_rate": 0.00019345794330951314,
1290
+ "loss": 0.9108408093452454,
1291
+ "step": 183
1292
+ },
1293
+ {
1294
+ "epoch": 0.3511450381679389,
1295
+ "grad_norm": 0.6600919365882874,
1296
+ "learning_rate": 0.00019338666030173693,
1297
+ "loss": 0.7598098516464233,
1298
+ "step": 184
1299
+ },
1300
+ {
1301
+ "epoch": 0.3530534351145038,
1302
+ "grad_norm": 0.7309081554412842,
1303
+ "learning_rate": 0.00019331500431927056,
1304
+ "loss": 0.7844942808151245,
1305
+ "step": 185
1306
+ },
1307
+ {
1308
+ "epoch": 0.3549618320610687,
1309
+ "grad_norm": 0.7310585975646973,
1310
+ "learning_rate": 0.00019324297564829904,
1311
+ "loss": 0.9316179752349854,
1312
+ "step": 186
1313
+ },
1314
+ {
1315
+ "epoch": 0.3568702290076336,
1316
+ "grad_norm": 0.8466243743896484,
1317
+ "learning_rate": 0.000193170574576496,
1318
+ "loss": 0.8222724199295044,
1319
+ "step": 187
1320
+ },
1321
+ {
1322
+ "epoch": 0.35877862595419846,
1323
+ "grad_norm": 0.7071732878684998,
1324
+ "learning_rate": 0.00019309780139302224,
1325
+ "loss": 0.8935707807540894,
1326
+ "step": 188
1327
+ },
1328
+ {
1329
+ "epoch": 0.3606870229007634,
1330
+ "grad_norm": 0.7483112812042236,
1331
+ "learning_rate": 0.00019302465638852483,
1332
+ "loss": 0.8233731985092163,
1333
+ "step": 189
1334
+ },
1335
+ {
1336
+ "epoch": 0.36259541984732824,
1337
+ "grad_norm": 0.6827342510223389,
1338
+ "learning_rate": 0.0001929511398551358,
1339
+ "loss": 0.9243869185447693,
1340
+ "step": 190
1341
+ },
1342
+ {
1343
+ "epoch": 0.36450381679389315,
1344
+ "grad_norm": 0.7744309306144714,
1345
+ "learning_rate": 0.00019287725208647096,
1346
+ "loss": 0.8004241585731506,
1347
+ "step": 191
1348
+ },
1349
+ {
1350
+ "epoch": 0.366412213740458,
1351
+ "grad_norm": 0.9104498624801636,
1352
+ "learning_rate": 0.00019280299337762896,
1353
+ "loss": 0.823358416557312,
1354
+ "step": 192
1355
+ },
1356
+ {
1357
+ "epoch": 0.3683206106870229,
1358
+ "grad_norm": 0.7632629871368408,
1359
+ "learning_rate": 0.0001927283640251898,
1360
+ "loss": 0.9017253518104553,
1361
+ "step": 193
1362
+ },
1363
+ {
1364
+ "epoch": 0.3702290076335878,
1365
+ "grad_norm": 0.6975040435791016,
1366
+ "learning_rate": 0.00019265336432721378,
1367
+ "loss": 0.8129168152809143,
1368
+ "step": 194
1369
+ },
1370
+ {
1371
+ "epoch": 0.37213740458015265,
1372
+ "grad_norm": 0.6849466562271118,
1373
+ "learning_rate": 0.0001925779945832404,
1374
+ "loss": 0.6700172424316406,
1375
+ "step": 195
1376
+ },
1377
+ {
1378
+ "epoch": 0.37404580152671757,
1379
+ "grad_norm": 0.707890510559082,
1380
+ "learning_rate": 0.000192502255094287,
1381
+ "loss": 0.828960120677948,
1382
+ "step": 196
1383
+ },
1384
+ {
1385
+ "epoch": 0.37595419847328243,
1386
+ "grad_norm": 0.6629129648208618,
1387
+ "learning_rate": 0.00019242614616284768,
1388
+ "loss": 0.8441582322120667,
1389
+ "step": 197
1390
+ },
1391
+ {
1392
+ "epoch": 0.37786259541984735,
1393
+ "grad_norm": 0.8846833109855652,
1394
+ "learning_rate": 0.00019234966809289201,
1395
+ "loss": 0.815739095211029,
1396
+ "step": 198
1397
+ },
1398
+ {
1399
+ "epoch": 0.3797709923664122,
1400
+ "grad_norm": 0.7524842619895935,
1401
+ "learning_rate": 0.00019227282118986394,
1402
+ "loss": 0.9191688299179077,
1403
+ "step": 199
1404
+ },
1405
+ {
1406
+ "epoch": 0.3816793893129771,
1407
+ "grad_norm": 0.6800813674926758,
1408
+ "learning_rate": 0.00019219560576068034,
1409
+ "loss": 0.893654465675354,
1410
+ "step": 200
1411
+ },
1412
+ {
1413
+ "epoch": 0.383587786259542,
1414
+ "grad_norm": 0.7200490236282349,
1415
+ "learning_rate": 0.00019211802211373006,
1416
+ "loss": 0.8543277382850647,
1417
+ "step": 201
1418
+ },
1419
+ {
1420
+ "epoch": 0.38549618320610685,
1421
+ "grad_norm": 0.6713653206825256,
1422
+ "learning_rate": 0.00019204007055887256,
1423
+ "loss": 0.7321712970733643,
1424
+ "step": 202
1425
+ },
1426
+ {
1427
+ "epoch": 0.38740458015267176,
1428
+ "grad_norm": 0.761995792388916,
1429
+ "learning_rate": 0.00019196175140743658,
1430
+ "loss": 0.8762828707695007,
1431
+ "step": 203
1432
+ },
1433
+ {
1434
+ "epoch": 0.3893129770992366,
1435
+ "grad_norm": 0.7371771335601807,
1436
+ "learning_rate": 0.0001918830649722191,
1437
+ "loss": 0.8501207828521729,
1438
+ "step": 204
1439
+ },
1440
+ {
1441
+ "epoch": 0.39122137404580154,
1442
+ "grad_norm": 0.6583154797554016,
1443
+ "learning_rate": 0.00019180401156748396,
1444
+ "loss": 0.778701663017273,
1445
+ "step": 205
1446
+ },
1447
+ {
1448
+ "epoch": 0.3931297709923664,
1449
+ "grad_norm": 0.6544883251190186,
1450
+ "learning_rate": 0.00019172459150896051,
1451
+ "loss": 0.7464669942855835,
1452
+ "step": 206
1453
+ },
1454
+ {
1455
+ "epoch": 0.3950381679389313,
1456
+ "grad_norm": 0.7078415155410767,
1457
+ "learning_rate": 0.00019164480511384268,
1458
+ "loss": 0.8787112832069397,
1459
+ "step": 207
1460
+ },
1461
+ {
1462
+ "epoch": 0.3969465648854962,
1463
+ "grad_norm": 0.7920764684677124,
1464
+ "learning_rate": 0.00019156465270078735,
1465
+ "loss": 0.8315320014953613,
1466
+ "step": 208
1467
+ },
1468
+ {
1469
+ "epoch": 0.3988549618320611,
1470
+ "grad_norm": 0.6305553317070007,
1471
+ "learning_rate": 0.00019148413458991326,
1472
+ "loss": 0.7282600402832031,
1473
+ "step": 209
1474
+ },
1475
+ {
1476
+ "epoch": 0.40076335877862596,
1477
+ "grad_norm": 0.6990242600440979,
1478
+ "learning_rate": 0.00019140325110279975,
1479
+ "loss": 0.837559163570404,
1480
+ "step": 210
1481
+ },
1482
+ {
1483
+ "epoch": 0.4026717557251908,
1484
+ "grad_norm": 0.8446074724197388,
1485
+ "learning_rate": 0.0001913220025624854,
1486
+ "loss": 0.7799749970436096,
1487
+ "step": 211
1488
+ },
1489
+ {
1490
+ "epoch": 0.40458015267175573,
1491
+ "grad_norm": 0.8433075547218323,
1492
+ "learning_rate": 0.0001912403892934667,
1493
+ "loss": 0.8550182580947876,
1494
+ "step": 212
1495
+ },
1496
+ {
1497
+ "epoch": 0.4064885496183206,
1498
+ "grad_norm": 0.7501733303070068,
1499
+ "learning_rate": 0.00019115841162169693,
1500
+ "loss": 0.9382178783416748,
1501
+ "step": 213
1502
+ },
1503
+ {
1504
+ "epoch": 0.4083969465648855,
1505
+ "grad_norm": 0.726523220539093,
1506
+ "learning_rate": 0.00019107606987458473,
1507
+ "loss": 0.8986192345619202,
1508
+ "step": 214
1509
+ },
1510
+ {
1511
+ "epoch": 0.41030534351145037,
1512
+ "grad_norm": 0.6420486569404602,
1513
+ "learning_rate": 0.00019099336438099272,
1514
+ "loss": 0.688328742980957,
1515
+ "step": 215
1516
+ },
1517
+ {
1518
+ "epoch": 0.4122137404580153,
1519
+ "grad_norm": 0.6891405582427979,
1520
+ "learning_rate": 0.00019091029547123637,
1521
+ "loss": 0.6529335379600525,
1522
+ "step": 216
1523
+ },
1524
+ {
1525
+ "epoch": 0.41412213740458015,
1526
+ "grad_norm": 0.6893248558044434,
1527
+ "learning_rate": 0.00019082686347708254,
1528
+ "loss": 0.8435322046279907,
1529
+ "step": 217
1530
+ },
1531
+ {
1532
+ "epoch": 0.41603053435114506,
1533
+ "grad_norm": 0.6454209089279175,
1534
+ "learning_rate": 0.00019074306873174827,
1535
+ "loss": 0.7318831086158752,
1536
+ "step": 218
1537
+ },
1538
+ {
1539
+ "epoch": 0.4179389312977099,
1540
+ "grad_norm": 0.6378938555717468,
1541
+ "learning_rate": 0.0001906589115698993,
1542
+ "loss": 0.7579640746116638,
1543
+ "step": 219
1544
+ },
1545
+ {
1546
+ "epoch": 0.4198473282442748,
1547
+ "grad_norm": 0.7132017612457275,
1548
+ "learning_rate": 0.00019057439232764885,
1549
+ "loss": 0.8506414294242859,
1550
+ "step": 220
1551
+ },
1552
+ {
1553
+ "epoch": 0.4217557251908397,
1554
+ "grad_norm": 0.8259621858596802,
1555
+ "learning_rate": 0.00019048951134255625,
1556
+ "loss": 0.7576637268066406,
1557
+ "step": 221
1558
+ },
1559
+ {
1560
+ "epoch": 0.42366412213740456,
1561
+ "grad_norm": 0.8124897480010986,
1562
+ "learning_rate": 0.0001904042689536256,
1563
+ "loss": 0.8990870118141174,
1564
+ "step": 222
1565
+ },
1566
+ {
1567
+ "epoch": 0.4255725190839695,
1568
+ "grad_norm": 0.9131141304969788,
1569
+ "learning_rate": 0.00019031866550130438,
1570
+ "loss": 0.8226636052131653,
1571
+ "step": 223
1572
+ },
1573
+ {
1574
+ "epoch": 0.42748091603053434,
1575
+ "grad_norm": 0.6879171133041382,
1576
+ "learning_rate": 0.00019023270132748207,
1577
+ "loss": 0.8552612662315369,
1578
+ "step": 224
1579
+ },
1580
+ {
1581
+ "epoch": 0.42938931297709926,
1582
+ "grad_norm": 0.6828365921974182,
1583
+ "learning_rate": 0.00019014637677548893,
1584
+ "loss": 0.9507154226303101,
1585
+ "step": 225
1586
+ },
1587
+ {
1588
+ "epoch": 0.4312977099236641,
1589
+ "grad_norm": 0.7905396223068237,
1590
+ "learning_rate": 0.00019005969219009449,
1591
+ "loss": 0.9569607377052307,
1592
+ "step": 226
1593
+ },
1594
+ {
1595
+ "epoch": 0.43320610687022904,
1596
+ "grad_norm": 0.7431300282478333,
1597
+ "learning_rate": 0.00018997264791750614,
1598
+ "loss": 0.9772092700004578,
1599
+ "step": 227
1600
+ },
1601
+ {
1602
+ "epoch": 0.4351145038167939,
1603
+ "grad_norm": 0.6802636981010437,
1604
+ "learning_rate": 0.00018988524430536784,
1605
+ "loss": 0.7958412766456604,
1606
+ "step": 228
1607
+ },
1608
+ {
1609
+ "epoch": 0.43702290076335876,
1610
+ "grad_norm": 0.6833978295326233,
1611
+ "learning_rate": 0.0001897974817027588,
1612
+ "loss": 0.6717628240585327,
1613
+ "step": 229
1614
+ },
1615
+ {
1616
+ "epoch": 0.4389312977099237,
1617
+ "grad_norm": 0.6823106408119202,
1618
+ "learning_rate": 0.00018970936046019184,
1619
+ "loss": 0.730979323387146,
1620
+ "step": 230
1621
+ },
1622
+ {
1623
+ "epoch": 0.44083969465648853,
1624
+ "grad_norm": 0.6977585554122925,
1625
+ "learning_rate": 0.00018962088092961231,
1626
+ "loss": 0.7230042219161987,
1627
+ "step": 231
1628
+ },
1629
+ {
1630
+ "epoch": 0.44274809160305345,
1631
+ "grad_norm": 0.6336137652397156,
1632
+ "learning_rate": 0.00018953204346439643,
1633
+ "loss": 0.78371262550354,
1634
+ "step": 232
1635
+ },
1636
+ {
1637
+ "epoch": 0.4446564885496183,
1638
+ "grad_norm": 0.7715194225311279,
1639
+ "learning_rate": 0.00018944284841934992,
1640
+ "loss": 0.8616683483123779,
1641
+ "step": 233
1642
+ },
1643
+ {
1644
+ "epoch": 0.44656488549618323,
1645
+ "grad_norm": 0.7614982724189758,
1646
+ "learning_rate": 0.0001893532961507067,
1647
+ "loss": 0.8027196526527405,
1648
+ "step": 234
1649
+ },
1650
+ {
1651
+ "epoch": 0.4484732824427481,
1652
+ "grad_norm": 0.7270587682723999,
1653
+ "learning_rate": 0.00018926338701612738,
1654
+ "loss": 0.7089850306510925,
1655
+ "step": 235
1656
+ },
1657
+ {
1658
+ "epoch": 0.45038167938931295,
1659
+ "grad_norm": 0.8073937296867371,
1660
+ "learning_rate": 0.00018917312137469784,
1661
+ "loss": 0.8359235525131226,
1662
+ "step": 236
1663
+ },
1664
+ {
1665
+ "epoch": 0.45229007633587787,
1666
+ "grad_norm": 0.6497123837471008,
1667
+ "learning_rate": 0.00018908249958692782,
1668
+ "loss": 0.7364542484283447,
1669
+ "step": 237
1670
+ },
1671
+ {
1672
+ "epoch": 0.4541984732824427,
1673
+ "grad_norm": 0.6599416732788086,
1674
+ "learning_rate": 0.00018899152201474947,
1675
+ "loss": 0.96146160364151,
1676
+ "step": 238
1677
+ },
1678
+ {
1679
+ "epoch": 0.45610687022900764,
1680
+ "grad_norm": 0.7983773946762085,
1681
+ "learning_rate": 0.00018890018902151584,
1682
+ "loss": 0.8446069359779358,
1683
+ "step": 239
1684
+ },
1685
+ {
1686
+ "epoch": 0.4580152671755725,
1687
+ "grad_norm": 0.7493962645530701,
1688
+ "learning_rate": 0.0001888085009719996,
1689
+ "loss": 0.8703193664550781,
1690
+ "step": 240
1691
+ },
1692
+ {
1693
+ "epoch": 0.4599236641221374,
1694
+ "grad_norm": 0.8169968128204346,
1695
+ "learning_rate": 0.00018871645823239128,
1696
+ "loss": 0.720066487789154,
1697
+ "step": 241
1698
+ },
1699
+ {
1700
+ "epoch": 0.4618320610687023,
1701
+ "grad_norm": 0.8485615253448486,
1702
+ "learning_rate": 0.00018862406117029824,
1703
+ "loss": 0.6776174306869507,
1704
+ "step": 242
1705
+ },
1706
+ {
1707
+ "epoch": 0.4637404580152672,
1708
+ "grad_norm": 0.7612597346305847,
1709
+ "learning_rate": 0.00018853131015474276,
1710
+ "loss": 0.8039662837982178,
1711
+ "step": 243
1712
+ },
1713
+ {
1714
+ "epoch": 0.46564885496183206,
1715
+ "grad_norm": 0.7841982841491699,
1716
+ "learning_rate": 0.0001884382055561609,
1717
+ "loss": 0.7466532588005066,
1718
+ "step": 244
1719
+ },
1720
+ {
1721
+ "epoch": 0.4675572519083969,
1722
+ "grad_norm": 0.8019384145736694,
1723
+ "learning_rate": 0.00018834474774640078,
1724
+ "loss": 0.9646111130714417,
1725
+ "step": 245
1726
+ },
1727
+ {
1728
+ "epoch": 0.46946564885496184,
1729
+ "grad_norm": 0.7281209230422974,
1730
+ "learning_rate": 0.00018825093709872132,
1731
+ "loss": 0.7897037863731384,
1732
+ "step": 246
1733
+ },
1734
+ {
1735
+ "epoch": 0.4713740458015267,
1736
+ "grad_norm": 0.797062337398529,
1737
+ "learning_rate": 0.00018815677398779048,
1738
+ "loss": 0.7747257351875305,
1739
+ "step": 247
1740
+ },
1741
+ {
1742
+ "epoch": 0.4732824427480916,
1743
+ "grad_norm": 0.9131742119789124,
1744
+ "learning_rate": 0.00018806225878968403,
1745
+ "loss": 0.7692083716392517,
1746
+ "step": 248
1747
+ },
1748
+ {
1749
+ "epoch": 0.4751908396946565,
1750
+ "grad_norm": 0.6530922651290894,
1751
+ "learning_rate": 0.00018796739188188394,
1752
+ "loss": 0.8715366721153259,
1753
+ "step": 249
1754
+ },
1755
+ {
1756
+ "epoch": 0.4770992366412214,
1757
+ "grad_norm": 0.9586912393569946,
1758
+ "learning_rate": 0.0001878721736432768,
1759
+ "loss": 0.9756409525871277,
1760
+ "step": 250
1761
+ },
1762
+ {
1763
+ "epoch": 0.47900763358778625,
1764
+ "grad_norm": 0.935222864151001,
1765
+ "learning_rate": 0.00018777660445415235,
1766
+ "loss": 0.7077156901359558,
1767
+ "step": 251
1768
+ },
1769
+ {
1770
+ "epoch": 0.48091603053435117,
1771
+ "grad_norm": 0.6541524529457092,
1772
+ "learning_rate": 0.00018768068469620207,
1773
+ "loss": 0.6768779754638672,
1774
+ "step": 252
1775
+ },
1776
+ {
1777
+ "epoch": 0.48282442748091603,
1778
+ "grad_norm": 0.8140842914581299,
1779
+ "learning_rate": 0.00018758441475251754,
1780
+ "loss": 0.8803874254226685,
1781
+ "step": 253
1782
+ },
1783
+ {
1784
+ "epoch": 0.4847328244274809,
1785
+ "grad_norm": 0.7510896325111389,
1786
+ "learning_rate": 0.00018748779500758888,
1787
+ "loss": 0.8937657475471497,
1788
+ "step": 254
1789
+ },
1790
+ {
1791
+ "epoch": 0.4866412213740458,
1792
+ "grad_norm": 0.8417599201202393,
1793
+ "learning_rate": 0.0001873908258473034,
1794
+ "loss": 0.7629004120826721,
1795
+ "step": 255
1796
+ },
1797
+ {
1798
+ "epoch": 0.48854961832061067,
1799
+ "grad_norm": 0.6690160036087036,
1800
+ "learning_rate": 0.00018729350765894372,
1801
+ "loss": 0.7300665974617004,
1802
+ "step": 256
1803
+ },
1804
+ {
1805
+ "epoch": 0.4904580152671756,
1806
+ "grad_norm": 0.7725889682769775,
1807
+ "learning_rate": 0.00018719584083118666,
1808
+ "loss": 0.827294111251831,
1809
+ "step": 257
1810
+ },
1811
+ {
1812
+ "epoch": 0.49236641221374045,
1813
+ "grad_norm": 0.7742236256599426,
1814
+ "learning_rate": 0.00018709782575410136,
1815
+ "loss": 0.8049525022506714,
1816
+ "step": 258
1817
+ },
1818
+ {
1819
+ "epoch": 0.49427480916030536,
1820
+ "grad_norm": 0.6990798711776733,
1821
+ "learning_rate": 0.0001869994628191478,
1822
+ "loss": 0.8596548438072205,
1823
+ "step": 259
1824
+ },
1825
+ {
1826
+ "epoch": 0.4961832061068702,
1827
+ "grad_norm": 0.7861542701721191,
1828
+ "learning_rate": 0.0001869007524191753,
1829
+ "loss": 0.9379395246505737,
1830
+ "step": 260
1831
+ },
1832
+ {
1833
+ "epoch": 0.49809160305343514,
1834
+ "grad_norm": 0.6927436590194702,
1835
+ "learning_rate": 0.00018680169494842094,
1836
+ "loss": 0.7861412763595581,
1837
+ "step": 261
1838
+ },
1839
+ {
1840
+ "epoch": 0.5,
1841
+ "grad_norm": 0.8491238951683044,
1842
+ "learning_rate": 0.00018670229080250788,
1843
+ "loss": 0.7700883746147156,
1844
+ "step": 262
1845
+ },
1846
+ {
1847
+ "epoch": 0.5019083969465649,
1848
+ "grad_norm": 0.8999499082565308,
1849
+ "learning_rate": 0.00018660254037844388,
1850
+ "loss": 0.8536050915718079,
1851
+ "step": 263
1852
+ },
1853
+ {
1854
+ "epoch": 0.5038167938931297,
1855
+ "grad_norm": 0.7316823601722717,
1856
+ "learning_rate": 0.00018650244407461975,
1857
+ "loss": 0.7228575944900513,
1858
+ "step": 264
1859
+ },
1860
+ {
1861
+ "epoch": 0.5057251908396947,
1862
+ "grad_norm": 0.7099804878234863,
1863
+ "learning_rate": 0.00018640200229080763,
1864
+ "loss": 0.8247818350791931,
1865
+ "step": 265
1866
+ },
1867
+ {
1868
+ "epoch": 0.5076335877862596,
1869
+ "grad_norm": 0.6847162842750549,
1870
+ "learning_rate": 0.00018630121542815954,
1871
+ "loss": 0.6822383403778076,
1872
+ "step": 266
1873
+ },
1874
+ {
1875
+ "epoch": 0.5095419847328244,
1876
+ "grad_norm": 0.696711540222168,
1877
+ "learning_rate": 0.0001862000838892056,
1878
+ "loss": 0.7580799460411072,
1879
+ "step": 267
1880
+ },
1881
+ {
1882
+ "epoch": 0.5114503816793893,
1883
+ "grad_norm": 0.6475000381469727,
1884
+ "learning_rate": 0.00018609860807785263,
1885
+ "loss": 0.7244993448257446,
1886
+ "step": 268
1887
+ },
1888
+ {
1889
+ "epoch": 0.5133587786259542,
1890
+ "grad_norm": 0.835381269454956,
1891
+ "learning_rate": 0.00018599678839938236,
1892
+ "loss": 0.8199276924133301,
1893
+ "step": 269
1894
+ },
1895
+ {
1896
+ "epoch": 0.5152671755725191,
1897
+ "grad_norm": 0.667424201965332,
1898
+ "learning_rate": 0.00018589462526044992,
1899
+ "loss": 0.7150349020957947,
1900
+ "step": 270
1901
+ },
1902
+ {
1903
+ "epoch": 0.517175572519084,
1904
+ "grad_norm": 0.9183174967765808,
1905
+ "learning_rate": 0.00018579211906908215,
1906
+ "loss": 0.8441946506500244,
1907
+ "step": 271
1908
+ },
1909
+ {
1910
+ "epoch": 0.5190839694656488,
1911
+ "grad_norm": 0.7149916291236877,
1912
+ "learning_rate": 0.00018568927023467598,
1913
+ "loss": 0.8440540432929993,
1914
+ "step": 272
1915
+ },
1916
+ {
1917
+ "epoch": 0.5209923664122137,
1918
+ "grad_norm": 0.7080127596855164,
1919
+ "learning_rate": 0.0001855860791679969,
1920
+ "loss": 0.7530430555343628,
1921
+ "step": 273
1922
+ },
1923
+ {
1924
+ "epoch": 0.5229007633587787,
1925
+ "grad_norm": 0.8946796655654907,
1926
+ "learning_rate": 0.00018548254628117714,
1927
+ "loss": 0.7249343991279602,
1928
+ "step": 274
1929
+ },
1930
+ {
1931
+ "epoch": 0.5248091603053435,
1932
+ "grad_norm": 0.826902449131012,
1933
+ "learning_rate": 0.00018537867198771416,
1934
+ "loss": 0.9324170351028442,
1935
+ "step": 275
1936
+ },
1937
+ {
1938
+ "epoch": 0.5267175572519084,
1939
+ "grad_norm": 0.7095419764518738,
1940
+ "learning_rate": 0.000185274456702469,
1941
+ "loss": 0.841179370880127,
1942
+ "step": 276
1943
+ },
1944
+ {
1945
+ "epoch": 0.5286259541984732,
1946
+ "grad_norm": 0.7262468338012695,
1947
+ "learning_rate": 0.00018516990084166442,
1948
+ "loss": 0.8151962757110596,
1949
+ "step": 277
1950
+ },
1951
+ {
1952
+ "epoch": 0.5305343511450382,
1953
+ "grad_norm": 0.7610070705413818,
1954
+ "learning_rate": 0.00018506500482288365,
1955
+ "loss": 0.8434594869613647,
1956
+ "step": 278
1957
+ },
1958
+ {
1959
+ "epoch": 0.5324427480916031,
1960
+ "grad_norm": 0.6930210590362549,
1961
+ "learning_rate": 0.00018495976906506822,
1962
+ "loss": 0.8486746549606323,
1963
+ "step": 279
1964
+ },
1965
+ {
1966
+ "epoch": 0.5343511450381679,
1967
+ "grad_norm": 0.6274219751358032,
1968
+ "learning_rate": 0.00018485419398851666,
1969
+ "loss": 0.7165244817733765,
1970
+ "step": 280
1971
+ },
1972
+ {
1973
+ "epoch": 0.5362595419847328,
1974
+ "grad_norm": 0.7024329304695129,
1975
+ "learning_rate": 0.00018474828001488266,
1976
+ "loss": 0.8439553380012512,
1977
+ "step": 281
1978
+ },
1979
+ {
1980
+ "epoch": 0.5381679389312977,
1981
+ "grad_norm": 0.6275829672813416,
1982
+ "learning_rate": 0.0001846420275671735,
1983
+ "loss": 0.7700610756874084,
1984
+ "step": 282
1985
+ },
1986
+ {
1987
+ "epoch": 0.5400763358778626,
1988
+ "grad_norm": 0.8504899144172668,
1989
+ "learning_rate": 0.0001845354370697482,
1990
+ "loss": 0.9510678052902222,
1991
+ "step": 283
1992
+ },
1993
+ {
1994
+ "epoch": 0.5419847328244275,
1995
+ "grad_norm": 0.9339554905891418,
1996
+ "learning_rate": 0.00018442850894831588,
1997
+ "loss": 0.8770922422409058,
1998
+ "step": 284
1999
+ },
2000
+ {
2001
+ "epoch": 0.5438931297709924,
2002
+ "grad_norm": 0.7716355919837952,
2003
+ "learning_rate": 0.00018432124362993425,
2004
+ "loss": 0.7500790953636169,
2005
+ "step": 285
2006
+ },
2007
+ {
2008
+ "epoch": 0.5458015267175572,
2009
+ "grad_norm": 0.6428256034851074,
2010
+ "learning_rate": 0.00018421364154300749,
2011
+ "loss": 0.7144466638565063,
2012
+ "step": 286
2013
+ },
2014
+ {
2015
+ "epoch": 0.5477099236641222,
2016
+ "grad_norm": 0.6565148830413818,
2017
+ "learning_rate": 0.00018410570311728504,
2018
+ "loss": 0.7853836417198181,
2019
+ "step": 287
2020
+ },
2021
+ {
2022
+ "epoch": 0.549618320610687,
2023
+ "grad_norm": 0.7436274290084839,
2024
+ "learning_rate": 0.00018399742878385947,
2025
+ "loss": 0.7885539531707764,
2026
+ "step": 288
2027
+ },
2028
+ {
2029
+ "epoch": 0.5515267175572519,
2030
+ "grad_norm": 0.7915308475494385,
2031
+ "learning_rate": 0.000183888818975165,
2032
+ "loss": 0.8914458751678467,
2033
+ "step": 289
2034
+ },
2035
+ {
2036
+ "epoch": 0.5534351145038168,
2037
+ "grad_norm": 0.6639530658721924,
2038
+ "learning_rate": 0.0001837798741249757,
2039
+ "loss": 0.8313987851142883,
2040
+ "step": 290
2041
+ },
2042
+ {
2043
+ "epoch": 0.5553435114503816,
2044
+ "grad_norm": 0.7638710737228394,
2045
+ "learning_rate": 0.00018367059466840372,
2046
+ "loss": 0.7018760442733765,
2047
+ "step": 291
2048
+ },
2049
+ {
2050
+ "epoch": 0.5572519083969466,
2051
+ "grad_norm": 0.6375514268875122,
2052
+ "learning_rate": 0.0001835609810418976,
2053
+ "loss": 0.6819204688072205,
2054
+ "step": 292
2055
+ },
2056
+ {
2057
+ "epoch": 0.5591603053435115,
2058
+ "grad_norm": 0.7897312045097351,
2059
+ "learning_rate": 0.0001834510336832405,
2060
+ "loss": 0.8072556257247925,
2061
+ "step": 293
2062
+ },
2063
+ {
2064
+ "epoch": 0.5610687022900763,
2065
+ "grad_norm": 0.6562504172325134,
2066
+ "learning_rate": 0.00018334075303154848,
2067
+ "loss": 0.6301808953285217,
2068
+ "step": 294
2069
+ },
2070
+ {
2071
+ "epoch": 0.5629770992366412,
2072
+ "grad_norm": 0.6480065584182739,
2073
+ "learning_rate": 0.00018323013952726875,
2074
+ "loss": 0.8817023038864136,
2075
+ "step": 295
2076
+ },
2077
+ {
2078
+ "epoch": 0.5648854961832062,
2079
+ "grad_norm": 0.7154799103736877,
2080
+ "learning_rate": 0.00018311919361217784,
2081
+ "loss": 0.873283863067627,
2082
+ "step": 296
2083
+ },
2084
+ {
2085
+ "epoch": 0.566793893129771,
2086
+ "grad_norm": 0.6573131084442139,
2087
+ "learning_rate": 0.00018300791572937994,
2088
+ "loss": 0.7678433060646057,
2089
+ "step": 297
2090
+ },
2091
+ {
2092
+ "epoch": 0.5687022900763359,
2093
+ "grad_norm": 0.6776493191719055,
2094
+ "learning_rate": 0.00018289630632330504,
2095
+ "loss": 0.8190892934799194,
2096
+ "step": 298
2097
+ },
2098
+ {
2099
+ "epoch": 0.5706106870229007,
2100
+ "grad_norm": 0.7599857449531555,
2101
+ "learning_rate": 0.0001827843658397072,
2102
+ "loss": 0.8244090676307678,
2103
+ "step": 299
2104
+ },
2105
+ {
2106
+ "epoch": 0.5725190839694656,
2107
+ "grad_norm": 0.6910902857780457,
2108
+ "learning_rate": 0.00018267209472566277,
2109
+ "loss": 0.7675949335098267,
2110
+ "step": 300
2111
+ },
2112
+ {
2113
+ "epoch": 0.5744274809160306,
2114
+ "grad_norm": 0.6786538362503052,
2115
+ "learning_rate": 0.00018255949342956863,
2116
+ "loss": 0.7707676887512207,
2117
+ "step": 301
2118
+ },
2119
+ {
2120
+ "epoch": 0.5763358778625954,
2121
+ "grad_norm": 0.7985155582427979,
2122
+ "learning_rate": 0.00018244656240114031,
2123
+ "loss": 0.8402585983276367,
2124
+ "step": 302
2125
+ },
2126
+ {
2127
+ "epoch": 0.5782442748091603,
2128
+ "grad_norm": 0.802747905254364,
2129
+ "learning_rate": 0.00018233330209141025,
2130
+ "loss": 0.8247464299201965,
2131
+ "step": 303
2132
+ },
2133
+ {
2134
+ "epoch": 0.5801526717557252,
2135
+ "grad_norm": 0.7794269919395447,
2136
+ "learning_rate": 0.00018221971295272606,
2137
+ "loss": 0.813611626625061,
2138
+ "step": 304
2139
+ },
2140
+ {
2141
+ "epoch": 0.5820610687022901,
2142
+ "grad_norm": 0.6826204657554626,
2143
+ "learning_rate": 0.0001821057954387486,
2144
+ "loss": 0.8085711002349854,
2145
+ "step": 305
2146
+ },
2147
+ {
2148
+ "epoch": 0.583969465648855,
2149
+ "grad_norm": 0.8226385712623596,
2150
+ "learning_rate": 0.00018199155000445024,
2151
+ "loss": 0.920879065990448,
2152
+ "step": 306
2153
+ },
2154
+ {
2155
+ "epoch": 0.5858778625954199,
2156
+ "grad_norm": 0.6477347612380981,
2157
+ "learning_rate": 0.00018187697710611298,
2158
+ "loss": 0.6817933917045593,
2159
+ "step": 307
2160
+ },
2161
+ {
2162
+ "epoch": 0.5877862595419847,
2163
+ "grad_norm": 0.5807804465293884,
2164
+ "learning_rate": 0.0001817620772013267,
2165
+ "loss": 0.6386286020278931,
2166
+ "step": 308
2167
+ },
2168
+ {
2169
+ "epoch": 0.5896946564885496,
2170
+ "grad_norm": 0.8978777527809143,
2171
+ "learning_rate": 0.0001816468507489874,
2172
+ "loss": 0.9605103135108948,
2173
+ "step": 309
2174
+ },
2175
+ {
2176
+ "epoch": 0.5916030534351145,
2177
+ "grad_norm": 0.778271496295929,
2178
+ "learning_rate": 0.00018153129820929506,
2179
+ "loss": 0.8793523907661438,
2180
+ "step": 310
2181
+ },
2182
+ {
2183
+ "epoch": 0.5935114503816794,
2184
+ "grad_norm": 0.6236903667449951,
2185
+ "learning_rate": 0.00018141542004375223,
2186
+ "loss": 0.6926164627075195,
2187
+ "step": 311
2188
+ },
2189
+ {
2190
+ "epoch": 0.5954198473282443,
2191
+ "grad_norm": 0.6846082806587219,
2192
+ "learning_rate": 0.00018129921671516182,
2193
+ "loss": 0.9161442518234253,
2194
+ "step": 312
2195
+ },
2196
+ {
2197
+ "epoch": 0.5973282442748091,
2198
+ "grad_norm": 0.6092160940170288,
2199
+ "learning_rate": 0.00018118268868762546,
2200
+ "loss": 0.7681725025177002,
2201
+ "step": 313
2202
+ },
2203
+ {
2204
+ "epoch": 0.5992366412213741,
2205
+ "grad_norm": 0.6718221306800842,
2206
+ "learning_rate": 0.00018106583642654158,
2207
+ "loss": 0.8049030900001526,
2208
+ "step": 314
2209
+ },
2210
+ {
2211
+ "epoch": 0.601145038167939,
2212
+ "grad_norm": 0.6517919898033142,
2213
+ "learning_rate": 0.00018094866039860356,
2214
+ "loss": 0.672369658946991,
2215
+ "step": 315
2216
+ },
2217
+ {
2218
+ "epoch": 0.6030534351145038,
2219
+ "grad_norm": 0.7806390523910522,
2220
+ "learning_rate": 0.00018083116107179788,
2221
+ "loss": 0.940979540348053,
2222
+ "step": 316
2223
+ },
2224
+ {
2225
+ "epoch": 0.6049618320610687,
2226
+ "grad_norm": 0.7215765118598938,
2227
+ "learning_rate": 0.00018071333891540213,
2228
+ "loss": 0.7792754769325256,
2229
+ "step": 317
2230
+ },
2231
+ {
2232
+ "epoch": 0.6068702290076335,
2233
+ "grad_norm": 0.7212367653846741,
2234
+ "learning_rate": 0.00018059519439998347,
2235
+ "loss": 0.7840749621391296,
2236
+ "step": 318
2237
+ },
2238
+ {
2239
+ "epoch": 0.6087786259541985,
2240
+ "grad_norm": 0.6932458877563477,
2241
+ "learning_rate": 0.00018047672799739628,
2242
+ "loss": 0.8413757681846619,
2243
+ "step": 319
2244
+ },
2245
+ {
2246
+ "epoch": 0.6106870229007634,
2247
+ "grad_norm": 0.7376019358634949,
2248
+ "learning_rate": 0.00018035794018078064,
2249
+ "loss": 0.7670861482620239,
2250
+ "step": 320
2251
+ },
2252
+ {
2253
+ "epoch": 0.6125954198473282,
2254
+ "grad_norm": 0.7866705060005188,
2255
+ "learning_rate": 0.0001802388314245603,
2256
+ "loss": 0.8528102040290833,
2257
+ "step": 321
2258
+ },
2259
+ {
2260
+ "epoch": 0.6145038167938931,
2261
+ "grad_norm": 0.7400007247924805,
2262
+ "learning_rate": 0.0001801194022044408,
2263
+ "loss": 0.7491836547851562,
2264
+ "step": 322
2265
+ },
2266
+ {
2267
+ "epoch": 0.6164122137404581,
2268
+ "grad_norm": 0.7856490015983582,
2269
+ "learning_rate": 0.00017999965299740753,
2270
+ "loss": 0.8039355278015137,
2271
+ "step": 323
2272
+ },
2273
+ {
2274
+ "epoch": 0.6183206106870229,
2275
+ "grad_norm": 0.7606260776519775,
2276
+ "learning_rate": 0.00017987958428172397,
2277
+ "loss": 0.6929895877838135,
2278
+ "step": 324
2279
+ },
2280
+ {
2281
+ "epoch": 0.6202290076335878,
2282
+ "grad_norm": 0.7794435024261475,
2283
+ "learning_rate": 0.0001797591965369296,
2284
+ "loss": 0.718076765537262,
2285
+ "step": 325
2286
+ },
2287
+ {
2288
+ "epoch": 0.6221374045801527,
2289
+ "grad_norm": 0.7260003089904785,
2290
+ "learning_rate": 0.00017963849024383804,
2291
+ "loss": 0.7952104210853577,
2292
+ "step": 326
2293
+ },
2294
+ {
2295
+ "epoch": 0.6240458015267175,
2296
+ "grad_norm": 0.7415996193885803,
2297
+ "learning_rate": 0.00017951746588453524,
2298
+ "loss": 0.7466655373573303,
2299
+ "step": 327
2300
+ },
2301
+ {
2302
+ "epoch": 0.6259541984732825,
2303
+ "grad_norm": 0.7453495860099792,
2304
+ "learning_rate": 0.0001793961239423774,
2305
+ "loss": 0.8698800802230835,
2306
+ "step": 328
2307
+ },
2308
+ {
2309
+ "epoch": 0.6278625954198473,
2310
+ "grad_norm": 0.7051957249641418,
2311
+ "learning_rate": 0.0001792744649019891,
2312
+ "loss": 0.804383397102356,
2313
+ "step": 329
2314
+ },
2315
+ {
2316
+ "epoch": 0.6297709923664122,
2317
+ "grad_norm": 0.8170496225357056,
2318
+ "learning_rate": 0.00017915248924926143,
2319
+ "loss": 0.7736644744873047,
2320
+ "step": 330
2321
+ },
2322
+ {
2323
+ "epoch": 0.6316793893129771,
2324
+ "grad_norm": 0.7568200826644897,
2325
+ "learning_rate": 0.00017903019747134998,
2326
+ "loss": 0.7610517144203186,
2327
+ "step": 331
2328
+ },
2329
+ {
2330
+ "epoch": 0.6335877862595419,
2331
+ "grad_norm": 0.6409168243408203,
2332
+ "learning_rate": 0.00017890759005667278,
2333
+ "loss": 0.6060128808021545,
2334
+ "step": 332
2335
+ },
2336
+ {
2337
+ "epoch": 0.6354961832061069,
2338
+ "grad_norm": 0.7364526987075806,
2339
+ "learning_rate": 0.00017878466749490866,
2340
+ "loss": 0.9377261400222778,
2341
+ "step": 333
2342
+ },
2343
+ {
2344
+ "epoch": 0.6374045801526718,
2345
+ "grad_norm": 0.8193963766098022,
2346
+ "learning_rate": 0.000178661430276995,
2347
+ "loss": 0.7472018003463745,
2348
+ "step": 334
2349
+ },
2350
+ {
2351
+ "epoch": 0.6393129770992366,
2352
+ "grad_norm": 0.7738126516342163,
2353
+ "learning_rate": 0.00017853787889512588,
2354
+ "loss": 0.7138077020645142,
2355
+ "step": 335
2356
+ },
2357
+ {
2358
+ "epoch": 0.6412213740458015,
2359
+ "grad_norm": 0.7044742703437805,
2360
+ "learning_rate": 0.0001784140138427502,
2361
+ "loss": 0.9724718332290649,
2362
+ "step": 336
2363
+ },
2364
+ {
2365
+ "epoch": 0.6431297709923665,
2366
+ "grad_norm": 0.9464431405067444,
2367
+ "learning_rate": 0.00017828983561456941,
2368
+ "loss": 0.7842336297035217,
2369
+ "step": 337
2370
+ },
2371
+ {
2372
+ "epoch": 0.6450381679389313,
2373
+ "grad_norm": 0.8200290203094482,
2374
+ "learning_rate": 0.00017816534470653606,
2375
+ "loss": 0.7992740869522095,
2376
+ "step": 338
2377
+ },
2378
+ {
2379
+ "epoch": 0.6469465648854962,
2380
+ "grad_norm": 0.712479829788208,
2381
+ "learning_rate": 0.00017804054161585123,
2382
+ "loss": 0.6871699690818787,
2383
+ "step": 339
2384
+ },
2385
+ {
2386
+ "epoch": 0.648854961832061,
2387
+ "grad_norm": 0.6953346133232117,
2388
+ "learning_rate": 0.0001779154268409629,
2389
+ "loss": 0.8726075291633606,
2390
+ "step": 340
2391
+ },
2392
+ {
2393
+ "epoch": 0.6507633587786259,
2394
+ "grad_norm": 0.7262577414512634,
2395
+ "learning_rate": 0.00017779000088156396,
2396
+ "loss": 0.8324016332626343,
2397
+ "step": 341
2398
+ },
2399
+ {
2400
+ "epoch": 0.6526717557251909,
2401
+ "grad_norm": 0.7458943128585815,
2402
+ "learning_rate": 0.00017766426423859006,
2403
+ "loss": 0.8070228099822998,
2404
+ "step": 342
2405
+ },
2406
+ {
2407
+ "epoch": 0.6545801526717557,
2408
+ "grad_norm": 0.6674166917800903,
2409
+ "learning_rate": 0.00017753821741421769,
2410
+ "loss": 0.7008100748062134,
2411
+ "step": 343
2412
+ },
2413
+ {
2414
+ "epoch": 0.6564885496183206,
2415
+ "grad_norm": 0.7021476626396179,
2416
+ "learning_rate": 0.0001774118609118621,
2417
+ "loss": 0.7791208028793335,
2418
+ "step": 344
2419
+ },
2420
+ {
2421
+ "epoch": 0.6583969465648855,
2422
+ "grad_norm": 0.5728323459625244,
2423
+ "learning_rate": 0.00017728519523617554,
2424
+ "loss": 0.7050975561141968,
2425
+ "step": 345
2426
+ },
2427
+ {
2428
+ "epoch": 0.6603053435114504,
2429
+ "grad_norm": 0.6441164612770081,
2430
+ "learning_rate": 0.00017715822089304486,
2431
+ "loss": 0.7866590619087219,
2432
+ "step": 346
2433
+ },
2434
+ {
2435
+ "epoch": 0.6622137404580153,
2436
+ "grad_norm": 0.7046230435371399,
2437
+ "learning_rate": 0.0001770309383895898,
2438
+ "loss": 0.8273329138755798,
2439
+ "step": 347
2440
+ },
2441
+ {
2442
+ "epoch": 0.6641221374045801,
2443
+ "grad_norm": 0.6595011353492737,
2444
+ "learning_rate": 0.00017690334823416084,
2445
+ "loss": 0.6689213514328003,
2446
+ "step": 348
2447
+ },
2448
+ {
2449
+ "epoch": 0.666030534351145,
2450
+ "grad_norm": 0.5818625688552856,
2451
+ "learning_rate": 0.00017677545093633713,
2452
+ "loss": 0.6251814961433411,
2453
+ "step": 349
2454
+ },
2455
+ {
2456
+ "epoch": 0.6679389312977099,
2457
+ "grad_norm": 0.6281395554542542,
2458
+ "learning_rate": 0.00017664724700692454,
2459
+ "loss": 0.665907621383667,
2460
+ "step": 350
2461
+ },
2462
+ {
2463
+ "epoch": 0.6698473282442748,
2464
+ "grad_norm": 0.5682083368301392,
2465
+ "learning_rate": 0.00017651873695795367,
2466
+ "loss": 0.7040910720825195,
2467
+ "step": 351
2468
+ },
2469
+ {
2470
+ "epoch": 0.6717557251908397,
2471
+ "grad_norm": 0.8523306846618652,
2472
+ "learning_rate": 0.00017638992130267756,
2473
+ "loss": 0.9397965669631958,
2474
+ "step": 352
2475
+ },
2476
+ {
2477
+ "epoch": 0.6736641221374046,
2478
+ "grad_norm": 0.8172243237495422,
2479
+ "learning_rate": 0.00017626080055557,
2480
+ "loss": 0.7563872337341309,
2481
+ "step": 353
2482
+ },
2483
+ {
2484
+ "epoch": 0.6755725190839694,
2485
+ "grad_norm": 0.7371250987052917,
2486
+ "learning_rate": 0.00017613137523232308,
2487
+ "loss": 0.7437839508056641,
2488
+ "step": 354
2489
+ },
2490
+ {
2491
+ "epoch": 0.6774809160305344,
2492
+ "grad_norm": 0.6615129709243774,
2493
+ "learning_rate": 0.00017600164584984546,
2494
+ "loss": 0.8135066628456116,
2495
+ "step": 355
2496
+ },
2497
+ {
2498
+ "epoch": 0.6793893129770993,
2499
+ "grad_norm": 0.695019543170929,
2500
+ "learning_rate": 0.00017587161292626012,
2501
+ "loss": 0.8044134378433228,
2502
+ "step": 356
2503
+ },
2504
+ {
2505
+ "epoch": 0.6812977099236641,
2506
+ "grad_norm": 0.6614181399345398,
2507
+ "learning_rate": 0.00017574127698090236,
2508
+ "loss": 0.8590314984321594,
2509
+ "step": 357
2510
+ },
2511
+ {
2512
+ "epoch": 0.683206106870229,
2513
+ "grad_norm": 0.6806448698043823,
2514
+ "learning_rate": 0.00017561063853431774,
2515
+ "loss": 0.7957973480224609,
2516
+ "step": 358
2517
+ },
2518
+ {
2519
+ "epoch": 0.6851145038167938,
2520
+ "grad_norm": 0.6237355470657349,
2521
+ "learning_rate": 0.00017547969810825995,
2522
+ "loss": 0.7711411118507385,
2523
+ "step": 359
2524
+ },
2525
+ {
2526
+ "epoch": 0.6870229007633588,
2527
+ "grad_norm": 0.7326170206069946,
2528
+ "learning_rate": 0.00017534845622568869,
2529
+ "loss": 0.7691990733146667,
2530
+ "step": 360
2531
+ },
2532
+ {
2533
+ "epoch": 0.6889312977099237,
2534
+ "grad_norm": 0.6910527348518372,
2535
+ "learning_rate": 0.00017521691341076774,
2536
+ "loss": 0.6117557287216187,
2537
+ "step": 361
2538
+ },
2539
+ {
2540
+ "epoch": 0.6908396946564885,
2541
+ "grad_norm": 0.7196635007858276,
2542
+ "learning_rate": 0.00017508507018886268,
2543
+ "loss": 0.8305698037147522,
2544
+ "step": 362
2545
+ },
2546
+ {
2547
+ "epoch": 0.6927480916030534,
2548
+ "grad_norm": 0.8049364686012268,
2549
+ "learning_rate": 0.00017495292708653897,
2550
+ "loss": 0.8799786567687988,
2551
+ "step": 363
2552
+ },
2553
+ {
2554
+ "epoch": 0.6946564885496184,
2555
+ "grad_norm": 0.6581491231918335,
2556
+ "learning_rate": 0.00017482048463155967,
2557
+ "loss": 0.7862188220024109,
2558
+ "step": 364
2559
+ },
2560
+ {
2561
+ "epoch": 0.6965648854961832,
2562
+ "grad_norm": 0.7264696955680847,
2563
+ "learning_rate": 0.00017468774335288343,
2564
+ "loss": 0.7697022557258606,
2565
+ "step": 365
2566
+ },
2567
+ {
2568
+ "epoch": 0.6984732824427481,
2569
+ "grad_norm": 0.7711309790611267,
2570
+ "learning_rate": 0.00017455470378066243,
2571
+ "loss": 0.711321234703064,
2572
+ "step": 366
2573
+ },
2574
+ {
2575
+ "epoch": 0.700381679389313,
2576
+ "grad_norm": 0.7543802857398987,
2577
+ "learning_rate": 0.00017442136644624015,
2578
+ "loss": 0.7811844944953918,
2579
+ "step": 367
2580
+ },
2581
+ {
2582
+ "epoch": 0.7022900763358778,
2583
+ "grad_norm": 0.7283676862716675,
2584
+ "learning_rate": 0.00017428773188214925,
2585
+ "loss": 0.8818699717521667,
2586
+ "step": 368
2587
+ },
2588
+ {
2589
+ "epoch": 0.7041984732824428,
2590
+ "grad_norm": 0.6169099807739258,
2591
+ "learning_rate": 0.00017415380062210954,
2592
+ "loss": 0.6504080891609192,
2593
+ "step": 369
2594
+ },
2595
+ {
2596
+ "epoch": 0.7061068702290076,
2597
+ "grad_norm": 0.6292209625244141,
2598
+ "learning_rate": 0.00017401957320102587,
2599
+ "loss": 0.7281547784805298,
2600
+ "step": 370
2601
+ },
2602
+ {
2603
+ "epoch": 0.7080152671755725,
2604
+ "grad_norm": 0.8087360858917236,
2605
+ "learning_rate": 0.00017388505015498575,
2606
+ "loss": 0.911018967628479,
2607
+ "step": 371
2608
+ },
2609
+ {
2610
+ "epoch": 0.7099236641221374,
2611
+ "grad_norm": 0.6205286979675293,
2612
+ "learning_rate": 0.00017375023202125753,
2613
+ "loss": 0.6708084940910339,
2614
+ "step": 372
2615
+ },
2616
+ {
2617
+ "epoch": 0.7118320610687023,
2618
+ "grad_norm": 0.651057243347168,
2619
+ "learning_rate": 0.00017361511933828801,
2620
+ "loss": 0.8169975280761719,
2621
+ "step": 373
2622
+ },
2623
+ {
2624
+ "epoch": 0.7137404580152672,
2625
+ "grad_norm": 0.6071662902832031,
2626
+ "learning_rate": 0.0001734797126457004,
2627
+ "loss": 0.8124607801437378,
2628
+ "step": 374
2629
+ },
2630
+ {
2631
+ "epoch": 0.7156488549618321,
2632
+ "grad_norm": 0.6285260915756226,
2633
+ "learning_rate": 0.00017334401248429227,
2634
+ "loss": 0.8034093976020813,
2635
+ "step": 375
2636
+ },
2637
+ {
2638
+ "epoch": 0.7175572519083969,
2639
+ "grad_norm": 0.6304917931556702,
2640
+ "learning_rate": 0.00017320801939603304,
2641
+ "loss": 0.6551451683044434,
2642
+ "step": 376
2643
+ },
2644
+ {
2645
+ "epoch": 0.7194656488549618,
2646
+ "grad_norm": 0.6045227646827698,
2647
+ "learning_rate": 0.00017307173392406221,
2648
+ "loss": 0.6780649423599243,
2649
+ "step": 377
2650
+ },
2651
+ {
2652
+ "epoch": 0.7213740458015268,
2653
+ "grad_norm": 0.7062244415283203,
2654
+ "learning_rate": 0.000172935156612687,
2655
+ "loss": 0.8283180594444275,
2656
+ "step": 378
2657
+ },
2658
+ {
2659
+ "epoch": 0.7232824427480916,
2660
+ "grad_norm": 0.6424290537834167,
2661
+ "learning_rate": 0.00017279828800738017,
2662
+ "loss": 0.6931131482124329,
2663
+ "step": 379
2664
+ },
2665
+ {
2666
+ "epoch": 0.7251908396946565,
2667
+ "grad_norm": 0.5736993551254272,
2668
+ "learning_rate": 0.0001726611286547779,
2669
+ "loss": 0.6850195527076721,
2670
+ "step": 380
2671
+ },
2672
+ {
2673
+ "epoch": 0.7270992366412213,
2674
+ "grad_norm": 0.583165168762207,
2675
+ "learning_rate": 0.0001725236791026775,
2676
+ "loss": 0.6734647750854492,
2677
+ "step": 381
2678
+ },
2679
+ {
2680
+ "epoch": 0.7290076335877863,
2681
+ "grad_norm": 0.6753141283988953,
2682
+ "learning_rate": 0.00017238593990003543,
2683
+ "loss": 0.6214074492454529,
2684
+ "step": 382
2685
+ },
2686
+ {
2687
+ "epoch": 0.7309160305343512,
2688
+ "grad_norm": 0.6378006935119629,
2689
+ "learning_rate": 0.0001722479115969649,
2690
+ "loss": 0.6616349220275879,
2691
+ "step": 383
2692
+ },
2693
+ {
2694
+ "epoch": 0.732824427480916,
2695
+ "grad_norm": 0.6691845059394836,
2696
+ "learning_rate": 0.00017210959474473373,
2697
+ "loss": 0.7897334694862366,
2698
+ "step": 384
2699
+ },
2700
+ {
2701
+ "epoch": 0.7347328244274809,
2702
+ "grad_norm": 0.7121267318725586,
2703
+ "learning_rate": 0.00017197098989576222,
2704
+ "loss": 0.7752635478973389,
2705
+ "step": 385
2706
+ },
2707
+ {
2708
+ "epoch": 0.7366412213740458,
2709
+ "grad_norm": 0.7109902501106262,
2710
+ "learning_rate": 0.00017183209760362087,
2711
+ "loss": 0.7637916803359985,
2712
+ "step": 386
2713
+ },
2714
+ {
2715
+ "epoch": 0.7385496183206107,
2716
+ "grad_norm": 0.6235750913619995,
2717
+ "learning_rate": 0.0001716929184230282,
2718
+ "loss": 0.7449964284896851,
2719
+ "step": 387
2720
+ },
2721
+ {
2722
+ "epoch": 0.7404580152671756,
2723
+ "grad_norm": 0.6020548939704895,
2724
+ "learning_rate": 0.00017155345290984853,
2725
+ "loss": 0.7526451945304871,
2726
+ "step": 388
2727
+ },
2728
+ {
2729
+ "epoch": 0.7423664122137404,
2730
+ "grad_norm": 0.7183219790458679,
2731
+ "learning_rate": 0.0001714137016210897,
2732
+ "loss": 0.8206169009208679,
2733
+ "step": 389
2734
+ },
2735
+ {
2736
+ "epoch": 0.7442748091603053,
2737
+ "grad_norm": 0.7202697396278381,
2738
+ "learning_rate": 0.00017127366511490103,
2739
+ "loss": 0.9569057822227478,
2740
+ "step": 390
2741
+ },
2742
+ {
2743
+ "epoch": 0.7461832061068703,
2744
+ "grad_norm": 0.5628166794776917,
2745
+ "learning_rate": 0.00017113334395057087,
2746
+ "loss": 0.7293851971626282,
2747
+ "step": 391
2748
+ },
2749
+ {
2750
+ "epoch": 0.7480916030534351,
2751
+ "grad_norm": 0.5517001152038574,
2752
+ "learning_rate": 0.0001709927386885244,
2753
+ "loss": 0.6535385847091675,
2754
+ "step": 392
2755
+ },
2756
+ {
2757
+ "epoch": 0.75,
2758
+ "grad_norm": 0.6714818477630615,
2759
+ "learning_rate": 0.00017085184989032158,
2760
+ "loss": 0.9788048267364502,
2761
+ "step": 393
2762
+ },
2763
+ {
2764
+ "epoch": 0.7519083969465649,
2765
+ "grad_norm": 0.6490929126739502,
2766
+ "learning_rate": 0.00017071067811865476,
2767
+ "loss": 0.7962111234664917,
2768
+ "step": 394
2769
+ },
2770
+ {
2771
+ "epoch": 0.7538167938931297,
2772
+ "grad_norm": 0.6007545590400696,
2773
+ "learning_rate": 0.00017056922393734637,
2774
+ "loss": 0.6212320923805237,
2775
+ "step": 395
2776
+ },
2777
+ {
2778
+ "epoch": 0.7557251908396947,
2779
+ "grad_norm": 0.6076050400733948,
2780
+ "learning_rate": 0.00017042748791134673,
2781
+ "loss": 0.742911696434021,
2782
+ "step": 396
2783
+ },
2784
+ {
2785
+ "epoch": 0.7576335877862596,
2786
+ "grad_norm": 0.692491888999939,
2787
+ "learning_rate": 0.000170285470606732,
2788
+ "loss": 0.6534058451652527,
2789
+ "step": 397
2790
+ },
2791
+ {
2792
+ "epoch": 0.7595419847328244,
2793
+ "grad_norm": 0.6946771740913391,
2794
+ "learning_rate": 0.00017014317259070148,
2795
+ "loss": 0.7185120582580566,
2796
+ "step": 398
2797
+ },
2798
+ {
2799
+ "epoch": 0.7614503816793893,
2800
+ "grad_norm": 0.7877113819122314,
2801
+ "learning_rate": 0.00017000059443157586,
2802
+ "loss": 0.8319492936134338,
2803
+ "step": 399
2804
+ },
2805
+ {
2806
+ "epoch": 0.7633587786259542,
2807
+ "grad_norm": 0.7517495155334473,
2808
+ "learning_rate": 0.00016985773669879443,
2809
+ "loss": 0.9311786890029907,
2810
+ "step": 400
2811
+ },
2812
+ {
2813
+ "epoch": 0.7652671755725191,
2814
+ "grad_norm": 0.6660169959068298,
2815
+ "learning_rate": 0.0001697145999629133,
2816
+ "loss": 0.7865347862243652,
2817
+ "step": 401
2818
+ },
2819
+ {
2820
+ "epoch": 0.767175572519084,
2821
+ "grad_norm": 0.6578369736671448,
2822
+ "learning_rate": 0.0001695711847956026,
2823
+ "loss": 0.7376701831817627,
2824
+ "step": 402
2825
+ },
2826
+ {
2827
+ "epoch": 0.7690839694656488,
2828
+ "grad_norm": 0.8675081133842468,
2829
+ "learning_rate": 0.0001694274917696448,
2830
+ "loss": 0.7598669528961182,
2831
+ "step": 403
2832
+ },
2833
+ {
2834
+ "epoch": 0.7709923664122137,
2835
+ "grad_norm": 0.6933845281600952,
2836
+ "learning_rate": 0.0001692835214589319,
2837
+ "loss": 0.8819526433944702,
2838
+ "step": 404
2839
+ },
2840
+ {
2841
+ "epoch": 0.7729007633587787,
2842
+ "grad_norm": 0.600820779800415,
2843
+ "learning_rate": 0.0001691392744384633,
2844
+ "loss": 0.6052135229110718,
2845
+ "step": 405
2846
+ },
2847
+ {
2848
+ "epoch": 0.7748091603053435,
2849
+ "grad_norm": 0.6492821574211121,
2850
+ "learning_rate": 0.00016899475128434382,
2851
+ "loss": 0.7452248334884644,
2852
+ "step": 406
2853
+ },
2854
+ {
2855
+ "epoch": 0.7767175572519084,
2856
+ "grad_norm": 0.6682466268539429,
2857
+ "learning_rate": 0.00016884995257378078,
2858
+ "loss": 0.7919533848762512,
2859
+ "step": 407
2860
+ },
2861
+ {
2862
+ "epoch": 0.7786259541984732,
2863
+ "grad_norm": 0.6175159811973572,
2864
+ "learning_rate": 0.00016870487888508224,
2865
+ "loss": 0.75071120262146,
2866
+ "step": 408
2867
+ },
2868
+ {
2869
+ "epoch": 0.7805343511450382,
2870
+ "grad_norm": 0.6515896320343018,
2871
+ "learning_rate": 0.00016855953079765448,
2872
+ "loss": 0.8758217692375183,
2873
+ "step": 409
2874
+ },
2875
+ {
2876
+ "epoch": 0.7824427480916031,
2877
+ "grad_norm": 0.7739993929862976,
2878
+ "learning_rate": 0.00016841390889199963,
2879
+ "loss": 0.700404942035675,
2880
+ "step": 410
2881
+ },
2882
+ {
2883
+ "epoch": 0.7843511450381679,
2884
+ "grad_norm": 0.6714352965354919,
2885
+ "learning_rate": 0.00016826801374971343,
2886
+ "loss": 0.6998648643493652,
2887
+ "step": 411
2888
+ },
2889
+ {
2890
+ "epoch": 0.7862595419847328,
2891
+ "grad_norm": 0.5435221195220947,
2892
+ "learning_rate": 0.0001681218459534829,
2893
+ "loss": 0.6169798970222473,
2894
+ "step": 412
2895
+ },
2896
+ {
2897
+ "epoch": 0.7881679389312977,
2898
+ "grad_norm": 0.5985938310623169,
2899
+ "learning_rate": 0.00016797540608708407,
2900
+ "loss": 0.5850165486335754,
2901
+ "step": 413
2902
+ },
2903
+ {
2904
+ "epoch": 0.7900763358778626,
2905
+ "grad_norm": 0.7272723317146301,
2906
+ "learning_rate": 0.0001678286947353795,
2907
+ "loss": 0.7439934611320496,
2908
+ "step": 414
2909
+ },
2910
+ {
2911
+ "epoch": 0.7919847328244275,
2912
+ "grad_norm": 0.7125585079193115,
2913
+ "learning_rate": 0.00016768171248431602,
2914
+ "loss": 0.6568199396133423,
2915
+ "step": 415
2916
+ },
2917
+ {
2918
+ "epoch": 0.7938931297709924,
2919
+ "grad_norm": 0.6785078644752502,
2920
+ "learning_rate": 0.0001675344599209225,
2921
+ "loss": 0.7679774761199951,
2922
+ "step": 416
2923
+ },
2924
+ {
2925
+ "epoch": 0.7958015267175572,
2926
+ "grad_norm": 0.680644154548645,
2927
+ "learning_rate": 0.00016738693763330726,
2928
+ "loss": 0.7425507307052612,
2929
+ "step": 417
2930
+ },
2931
+ {
2932
+ "epoch": 0.7977099236641222,
2933
+ "grad_norm": 0.5993022918701172,
2934
+ "learning_rate": 0.00016723914621065598,
2935
+ "loss": 0.7285944819450378,
2936
+ "step": 418
2937
+ },
2938
+ {
2939
+ "epoch": 0.799618320610687,
2940
+ "grad_norm": 0.6360685229301453,
2941
+ "learning_rate": 0.00016709108624322924,
2942
+ "loss": 0.8232290744781494,
2943
+ "step": 419
2944
+ },
2945
+ {
2946
+ "epoch": 0.8015267175572519,
2947
+ "grad_norm": 0.6330887079238892,
2948
+ "learning_rate": 0.0001669427583223601,
2949
+ "loss": 0.6810738444328308,
2950
+ "step": 420
2951
+ },
2952
+ {
2953
+ "epoch": 0.8034351145038168,
2954
+ "grad_norm": 0.7288772463798523,
2955
+ "learning_rate": 0.0001667941630404517,
2956
+ "loss": 0.8008633852005005,
2957
+ "step": 421
2958
+ },
2959
+ {
2960
+ "epoch": 0.8053435114503816,
2961
+ "grad_norm": 0.684376060962677,
2962
+ "learning_rate": 0.00016664530099097521,
2963
+ "loss": 0.7976124286651611,
2964
+ "step": 422
2965
+ },
2966
+ {
2967
+ "epoch": 0.8072519083969466,
2968
+ "grad_norm": 0.674179196357727,
2969
+ "learning_rate": 0.00016649617276846704,
2970
+ "loss": 0.947729229927063,
2971
+ "step": 423
2972
+ },
2973
+ {
2974
+ "epoch": 0.8091603053435115,
2975
+ "grad_norm": 0.6153618693351746,
2976
+ "learning_rate": 0.00016634677896852678,
2977
+ "loss": 0.6947682499885559,
2978
+ "step": 424
2979
+ },
2980
+ {
2981
+ "epoch": 0.8110687022900763,
2982
+ "grad_norm": 0.7484484314918518,
2983
+ "learning_rate": 0.00016619712018781462,
2984
+ "loss": 0.8903341293334961,
2985
+ "step": 425
2986
+ },
2987
+ {
2988
+ "epoch": 0.8129770992366412,
2989
+ "grad_norm": 0.6236786842346191,
2990
+ "learning_rate": 0.00016604719702404915,
2991
+ "loss": 0.6754611730575562,
2992
+ "step": 426
2993
+ },
2994
+ {
2995
+ "epoch": 0.8148854961832062,
2996
+ "grad_norm": 0.5537739992141724,
2997
+ "learning_rate": 0.00016589701007600476,
2998
+ "loss": 0.7181618213653564,
2999
+ "step": 427
3000
+ },
3001
+ {
3002
+ "epoch": 0.816793893129771,
3003
+ "grad_norm": 0.7256785035133362,
3004
+ "learning_rate": 0.00016574655994350943,
3005
+ "loss": 0.8675359487533569,
3006
+ "step": 428
3007
+ },
3008
+ {
3009
+ "epoch": 0.8187022900763359,
3010
+ "grad_norm": 0.6986706852912903,
3011
+ "learning_rate": 0.00016559584722744227,
3012
+ "loss": 0.8101359009742737,
3013
+ "step": 429
3014
+ },
3015
+ {
3016
+ "epoch": 0.8206106870229007,
3017
+ "grad_norm": 0.684287428855896,
3018
+ "learning_rate": 0.00016544487252973105,
3019
+ "loss": 0.8069151639938354,
3020
+ "step": 430
3021
+ },
3022
+ {
3023
+ "epoch": 0.8225190839694656,
3024
+ "grad_norm": 0.6052039861679077,
3025
+ "learning_rate": 0.00016529363645335,
3026
+ "loss": 0.751659095287323,
3027
+ "step": 431
3028
+ },
3029
+ {
3030
+ "epoch": 0.8244274809160306,
3031
+ "grad_norm": 0.6484826803207397,
3032
+ "learning_rate": 0.00016514213960231702,
3033
+ "loss": 0.6957074403762817,
3034
+ "step": 432
3035
+ },
3036
+ {
3037
+ "epoch": 0.8263358778625954,
3038
+ "grad_norm": 0.5899217128753662,
3039
+ "learning_rate": 0.0001649903825816918,
3040
+ "loss": 0.7061124444007874,
3041
+ "step": 433
3042
+ },
3043
+ {
3044
+ "epoch": 0.8282442748091603,
3045
+ "grad_norm": 0.5950580835342407,
3046
+ "learning_rate": 0.00016483836599757296,
3047
+ "loss": 0.6376693248748779,
3048
+ "step": 434
3049
+ },
3050
+ {
3051
+ "epoch": 0.8301526717557252,
3052
+ "grad_norm": 0.6089735627174377,
3053
+ "learning_rate": 0.0001646860904570958,
3054
+ "loss": 0.653281033039093,
3055
+ "step": 435
3056
+ },
3057
+ {
3058
+ "epoch": 0.8320610687022901,
3059
+ "grad_norm": 0.7903490662574768,
3060
+ "learning_rate": 0.0001645335565684298,
3061
+ "loss": 0.9486740231513977,
3062
+ "step": 436
3063
+ },
3064
+ {
3065
+ "epoch": 0.833969465648855,
3066
+ "grad_norm": 0.6438021659851074,
3067
+ "learning_rate": 0.00016438076494077638,
3068
+ "loss": 0.7429736852645874,
3069
+ "step": 437
3070
+ },
3071
+ {
3072
+ "epoch": 0.8358778625954199,
3073
+ "grad_norm": 0.7143797874450684,
3074
+ "learning_rate": 0.00016422771618436623,
3075
+ "loss": 0.7504128813743591,
3076
+ "step": 438
3077
+ },
3078
+ {
3079
+ "epoch": 0.8377862595419847,
3080
+ "grad_norm": 0.6937310695648193,
3081
+ "learning_rate": 0.00016407441091045706,
3082
+ "loss": 0.7668763995170593,
3083
+ "step": 439
3084
+ },
3085
+ {
3086
+ "epoch": 0.8396946564885496,
3087
+ "grad_norm": 0.6838023662567139,
3088
+ "learning_rate": 0.00016392084973133097,
3089
+ "loss": 0.744976282119751,
3090
+ "step": 440
3091
+ },
3092
+ {
3093
+ "epoch": 0.8416030534351145,
3094
+ "grad_norm": 0.7726618647575378,
3095
+ "learning_rate": 0.0001637670332602923,
3096
+ "loss": 0.775231659412384,
3097
+ "step": 441
3098
+ },
3099
+ {
3100
+ "epoch": 0.8435114503816794,
3101
+ "grad_norm": 0.5843496322631836,
3102
+ "learning_rate": 0.0001636129621116648,
3103
+ "loss": 0.7458910346031189,
3104
+ "step": 442
3105
+ },
3106
+ {
3107
+ "epoch": 0.8454198473282443,
3108
+ "grad_norm": 0.6611420512199402,
3109
+ "learning_rate": 0.0001634586369007894,
3110
+ "loss": 0.7827946543693542,
3111
+ "step": 443
3112
+ },
3113
+ {
3114
+ "epoch": 0.8473282442748091,
3115
+ "grad_norm": 0.6660049557685852,
3116
+ "learning_rate": 0.0001633040582440219,
3117
+ "loss": 0.7378859519958496,
3118
+ "step": 444
3119
+ },
3120
+ {
3121
+ "epoch": 0.8492366412213741,
3122
+ "grad_norm": 0.6203767657279968,
3123
+ "learning_rate": 0.0001631492267587301,
3124
+ "loss": 0.7874734997749329,
3125
+ "step": 445
3126
+ },
3127
+ {
3128
+ "epoch": 0.851145038167939,
3129
+ "grad_norm": 0.5838927030563354,
3130
+ "learning_rate": 0.0001629941430632917,
3131
+ "loss": 0.7828131914138794,
3132
+ "step": 446
3133
+ },
3134
+ {
3135
+ "epoch": 0.8530534351145038,
3136
+ "grad_norm": 0.7298924922943115,
3137
+ "learning_rate": 0.00016283880777709172,
3138
+ "loss": 0.8850565552711487,
3139
+ "step": 447
3140
+ },
3141
+ {
3142
+ "epoch": 0.8549618320610687,
3143
+ "grad_norm": 0.5728611946105957,
3144
+ "learning_rate": 0.00016268322152051984,
3145
+ "loss": 0.7501472234725952,
3146
+ "step": 448
3147
+ },
3148
+ {
3149
+ "epoch": 0.8568702290076335,
3150
+ "grad_norm": 0.5815840363502502,
3151
+ "learning_rate": 0.00016252738491496824,
3152
+ "loss": 0.7860700488090515,
3153
+ "step": 449
3154
+ },
3155
+ {
3156
+ "epoch": 0.8587786259541985,
3157
+ "grad_norm": 0.6321979761123657,
3158
+ "learning_rate": 0.00016237129858282895,
3159
+ "loss": 0.8447892069816589,
3160
+ "step": 450
3161
+ },
3162
+ {
3163
+ "epoch": 0.8606870229007634,
3164
+ "grad_norm": 0.5760623216629028,
3165
+ "learning_rate": 0.0001622149631474913,
3166
+ "loss": 0.8055865168571472,
3167
+ "step": 451
3168
+ },
3169
+ {
3170
+ "epoch": 0.8625954198473282,
3171
+ "grad_norm": 0.7377736568450928,
3172
+ "learning_rate": 0.00016205837923333953,
3173
+ "loss": 0.9598544239997864,
3174
+ "step": 452
3175
+ },
3176
+ {
3177
+ "epoch": 0.8645038167938931,
3178
+ "grad_norm": 0.6470854878425598,
3179
+ "learning_rate": 0.00016190154746575033,
3180
+ "loss": 0.792332112789154,
3181
+ "step": 453
3182
+ },
3183
+ {
3184
+ "epoch": 0.8664122137404581,
3185
+ "grad_norm": 0.6200245022773743,
3186
+ "learning_rate": 0.00016174446847109025,
3187
+ "loss": 0.7063107490539551,
3188
+ "step": 454
3189
+ },
3190
+ {
3191
+ "epoch": 0.8683206106870229,
3192
+ "grad_norm": 0.6435256004333496,
3193
+ "learning_rate": 0.00016158714287671318,
3194
+ "loss": 0.7804868817329407,
3195
+ "step": 455
3196
+ },
3197
+ {
3198
+ "epoch": 0.8702290076335878,
3199
+ "grad_norm": 0.7654232382774353,
3200
+ "learning_rate": 0.000161429571310958,
3201
+ "loss": 0.7346771359443665,
3202
+ "step": 456
3203
+ },
3204
+ {
3205
+ "epoch": 0.8721374045801527,
3206
+ "grad_norm": 0.6881013512611389,
3207
+ "learning_rate": 0.00016127175440314596,
3208
+ "loss": 0.7772030234336853,
3209
+ "step": 457
3210
+ },
3211
+ {
3212
+ "epoch": 0.8740458015267175,
3213
+ "grad_norm": 0.7205625176429749,
3214
+ "learning_rate": 0.000161113692783578,
3215
+ "loss": 0.8162299990653992,
3216
+ "step": 458
3217
+ },
3218
+ {
3219
+ "epoch": 0.8759541984732825,
3220
+ "grad_norm": 0.6343117952346802,
3221
+ "learning_rate": 0.00016095538708353266,
3222
+ "loss": 0.6849362850189209,
3223
+ "step": 459
3224
+ },
3225
+ {
3226
+ "epoch": 0.8778625954198473,
3227
+ "grad_norm": 0.7836147546768188,
3228
+ "learning_rate": 0.0001607968379352631,
3229
+ "loss": 0.7396897673606873,
3230
+ "step": 460
3231
+ },
3232
+ {
3233
+ "epoch": 0.8797709923664122,
3234
+ "grad_norm": 0.6314235925674438,
3235
+ "learning_rate": 0.00016063804597199499,
3236
+ "loss": 0.7888175249099731,
3237
+ "step": 461
3238
+ },
3239
+ {
3240
+ "epoch": 0.8816793893129771,
3241
+ "grad_norm": 0.6601391434669495,
3242
+ "learning_rate": 0.00016047901182792353,
3243
+ "loss": 0.6901624202728271,
3244
+ "step": 462
3245
+ },
3246
+ {
3247
+ "epoch": 0.8835877862595419,
3248
+ "grad_norm": 0.5762699842453003,
3249
+ "learning_rate": 0.0001603197361382114,
3250
+ "loss": 0.6644793748855591,
3251
+ "step": 463
3252
+ },
3253
+ {
3254
+ "epoch": 0.8854961832061069,
3255
+ "grad_norm": 0.6763225197792053,
3256
+ "learning_rate": 0.00016016021953898572,
3257
+ "loss": 0.7466002702713013,
3258
+ "step": 464
3259
+ },
3260
+ {
3261
+ "epoch": 0.8874045801526718,
3262
+ "grad_norm": 0.7207778692245483,
3263
+ "learning_rate": 0.00016000046266733607,
3264
+ "loss": 0.8403519988059998,
3265
+ "step": 465
3266
+ },
3267
+ {
3268
+ "epoch": 0.8893129770992366,
3269
+ "grad_norm": 0.7191675305366516,
3270
+ "learning_rate": 0.0001598404661613114,
3271
+ "loss": 0.8248481750488281,
3272
+ "step": 466
3273
+ },
3274
+ {
3275
+ "epoch": 0.8912213740458015,
3276
+ "grad_norm": 0.6308473348617554,
3277
+ "learning_rate": 0.00015968023065991783,
3278
+ "loss": 0.6770390868186951,
3279
+ "step": 467
3280
+ },
3281
+ {
3282
+ "epoch": 0.8931297709923665,
3283
+ "grad_norm": 0.7143163681030273,
3284
+ "learning_rate": 0.0001595197568031161,
3285
+ "loss": 0.774874746799469,
3286
+ "step": 468
3287
+ },
3288
+ {
3289
+ "epoch": 0.8950381679389313,
3290
+ "grad_norm": 0.7183948755264282,
3291
+ "learning_rate": 0.0001593590452318187,
3292
+ "loss": 0.7654241919517517,
3293
+ "step": 469
3294
+ },
3295
+ {
3296
+ "epoch": 0.8969465648854962,
3297
+ "grad_norm": 0.6145818829536438,
3298
+ "learning_rate": 0.00015919809658788763,
3299
+ "loss": 0.7091991305351257,
3300
+ "step": 470
3301
+ },
3302
+ {
3303
+ "epoch": 0.898854961832061,
3304
+ "grad_norm": 0.7230892777442932,
3305
+ "learning_rate": 0.00015903691151413182,
3306
+ "loss": 0.8808704614639282,
3307
+ "step": 471
3308
+ },
3309
+ {
3310
+ "epoch": 0.9007633587786259,
3311
+ "grad_norm": 0.7757624983787537,
3312
+ "learning_rate": 0.0001588754906543043,
3313
+ "loss": 0.7996405959129333,
3314
+ "step": 472
3315
+ },
3316
+ {
3317
+ "epoch": 0.9026717557251909,
3318
+ "grad_norm": 0.8004796504974365,
3319
+ "learning_rate": 0.00015871383465309991,
3320
+ "loss": 0.7810606360435486,
3321
+ "step": 473
3322
+ },
3323
+ {
3324
+ "epoch": 0.9045801526717557,
3325
+ "grad_norm": 0.7248153686523438,
3326
+ "learning_rate": 0.00015855194415615256,
3327
+ "loss": 0.7624359130859375,
3328
+ "step": 474
3329
+ },
3330
+ {
3331
+ "epoch": 0.9064885496183206,
3332
+ "grad_norm": 0.6396761536598206,
3333
+ "learning_rate": 0.00015838981981003273,
3334
+ "loss": 0.8043227195739746,
3335
+ "step": 475
3336
+ },
3337
+ {
3338
+ "epoch": 0.9083969465648855,
3339
+ "grad_norm": 0.6938030123710632,
3340
+ "learning_rate": 0.0001582274622622449,
3341
+ "loss": 0.7283197045326233,
3342
+ "step": 476
3343
+ },
3344
+ {
3345
+ "epoch": 0.9103053435114504,
3346
+ "grad_norm": 0.7794911861419678,
3347
+ "learning_rate": 0.0001580648721612249,
3348
+ "loss": 0.7841243147850037,
3349
+ "step": 477
3350
+ },
3351
+ {
3352
+ "epoch": 0.9122137404580153,
3353
+ "grad_norm": 0.6454060077667236,
3354
+ "learning_rate": 0.00015790205015633733,
3355
+ "loss": 0.7931807041168213,
3356
+ "step": 478
3357
+ },
3358
+ {
3359
+ "epoch": 0.9141221374045801,
3360
+ "grad_norm": 0.6589789390563965,
3361
+ "learning_rate": 0.00015773899689787294,
3362
+ "loss": 0.7430353164672852,
3363
+ "step": 479
3364
+ },
3365
+ {
3366
+ "epoch": 0.916030534351145,
3367
+ "grad_norm": 0.6935415863990784,
3368
+ "learning_rate": 0.0001575757130370462,
3369
+ "loss": 0.8219285607337952,
3370
+ "step": 480
3371
+ },
3372
+ {
3373
+ "epoch": 0.9179389312977099,
3374
+ "grad_norm": 0.6725053191184998,
3375
+ "learning_rate": 0.00015741219922599253,
3376
+ "loss": 0.7946504354476929,
3377
+ "step": 481
3378
+ },
3379
+ {
3380
+ "epoch": 0.9198473282442748,
3381
+ "grad_norm": 0.6859068274497986,
3382
+ "learning_rate": 0.00015724845611776565,
3383
+ "loss": 0.8827815055847168,
3384
+ "step": 482
3385
+ },
3386
+ {
3387
+ "epoch": 0.9217557251908397,
3388
+ "grad_norm": 0.6601479053497314,
3389
+ "learning_rate": 0.00015708448436633522,
3390
+ "loss": 0.8341709971427917,
3391
+ "step": 483
3392
+ },
3393
+ {
3394
+ "epoch": 0.9236641221374046,
3395
+ "grad_norm": 0.6317791938781738,
3396
+ "learning_rate": 0.000156920284626584,
3397
+ "loss": 0.6237555742263794,
3398
+ "step": 484
3399
+ },
3400
+ {
3401
+ "epoch": 0.9255725190839694,
3402
+ "grad_norm": 0.6455380320549011,
3403
+ "learning_rate": 0.0001567558575543052,
3404
+ "loss": 0.8918779492378235,
3405
+ "step": 485
3406
+ },
3407
+ {
3408
+ "epoch": 0.9274809160305344,
3409
+ "grad_norm": 0.7169380187988281,
3410
+ "learning_rate": 0.0001565912038062001,
3411
+ "loss": 0.7054572105407715,
3412
+ "step": 486
3413
+ },
3414
+ {
3415
+ "epoch": 0.9293893129770993,
3416
+ "grad_norm": 0.6330932378768921,
3417
+ "learning_rate": 0.00015642632403987535,
3418
+ "loss": 0.8734369874000549,
3419
+ "step": 487
3420
+ },
3421
+ {
3422
+ "epoch": 0.9312977099236641,
3423
+ "grad_norm": 0.6074062585830688,
3424
+ "learning_rate": 0.0001562612189138401,
3425
+ "loss": 0.6660835146903992,
3426
+ "step": 488
3427
+ },
3428
+ {
3429
+ "epoch": 0.933206106870229,
3430
+ "grad_norm": 0.6423531174659729,
3431
+ "learning_rate": 0.00015609588908750376,
3432
+ "loss": 0.769476592540741,
3433
+ "step": 489
3434
+ },
3435
+ {
3436
+ "epoch": 0.9351145038167938,
3437
+ "grad_norm": 0.646690309047699,
3438
+ "learning_rate": 0.00015593033522117298,
3439
+ "loss": 0.7003253698348999,
3440
+ "step": 490
3441
+ },
3442
+ {
3443
+ "epoch": 0.9370229007633588,
3444
+ "grad_norm": 0.6849831938743591,
3445
+ "learning_rate": 0.00015576455797604928,
3446
+ "loss": 0.7950581908226013,
3447
+ "step": 491
3448
+ },
3449
+ {
3450
+ "epoch": 0.9389312977099237,
3451
+ "grad_norm": 0.7034041285514832,
3452
+ "learning_rate": 0.0001555985580142264,
3453
+ "loss": 0.7060476541519165,
3454
+ "step": 492
3455
+ },
3456
+ {
3457
+ "epoch": 0.9408396946564885,
3458
+ "grad_norm": 0.7383472323417664,
3459
+ "learning_rate": 0.00015543233599868742,
3460
+ "loss": 0.7794291973114014,
3461
+ "step": 493
3462
+ },
3463
+ {
3464
+ "epoch": 0.9427480916030534,
3465
+ "grad_norm": 0.6245297193527222,
3466
+ "learning_rate": 0.00015526589259330246,
3467
+ "loss": 0.6570280194282532,
3468
+ "step": 494
3469
+ },
3470
+ {
3471
+ "epoch": 0.9446564885496184,
3472
+ "grad_norm": 0.6037810444831848,
3473
+ "learning_rate": 0.00015509922846282568,
3474
+ "loss": 0.775126576423645,
3475
+ "step": 495
3476
+ },
3477
+ {
3478
+ "epoch": 0.9465648854961832,
3479
+ "grad_norm": 0.68060302734375,
3480
+ "learning_rate": 0.00015493234427289295,
3481
+ "loss": 0.8163896203041077,
3482
+ "step": 496
3483
+ },
3484
+ {
3485
+ "epoch": 0.9484732824427481,
3486
+ "grad_norm": 0.6397544145584106,
3487
+ "learning_rate": 0.00015476524069001882,
3488
+ "loss": 0.7781999111175537,
3489
+ "step": 497
3490
+ },
3491
+ {
3492
+ "epoch": 0.950381679389313,
3493
+ "grad_norm": 0.6421068906784058,
3494
+ "learning_rate": 0.00015459791838159424,
3495
+ "loss": 0.6983038783073425,
3496
+ "step": 498
3497
+ },
3498
+ {
3499
+ "epoch": 0.9522900763358778,
3500
+ "grad_norm": 0.6688042879104614,
3501
+ "learning_rate": 0.0001544303780158837,
3502
+ "loss": 0.654350221157074,
3503
+ "step": 499
3504
+ },
3505
+ {
3506
+ "epoch": 0.9541984732824428,
3507
+ "grad_norm": 0.5361288189888,
3508
+ "learning_rate": 0.00015426262026202255,
3509
+ "loss": 0.7276004552841187,
3510
+ "step": 500
3511
+ }
3512
+ ],
3513
+ "logging_steps": 1,
3514
+ "max_steps": 1572,
3515
+ "num_input_tokens_seen": 0,
3516
+ "num_train_epochs": 3,
3517
+ "save_steps": 100,
3518
+ "stateful_callbacks": {
3519
+ "TrainerControl": {
3520
+ "args": {
3521
+ "should_epoch_stop": false,
3522
+ "should_evaluate": false,
3523
+ "should_log": false,
3524
+ "should_save": true,
3525
+ "should_training_stop": false
3526
+ },
3527
+ "attributes": {}
3528
+ }
3529
+ },
3530
+ "total_flos": 4505964380160000.0,
3531
+ "train_batch_size": 4,
3532
+ "trial_name": null,
3533
+ "trial_params": null
3534
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63000f8630f600463bb3de9bc3cdf2f4886e159693a607e12dc0c1d4bd91e3ae
3
+ size 5201