dan-text2sql commited on
Commit
6854348
·
verified ·
1 Parent(s): b366fa1

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,210 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: unsloth/gemma-3-27b-it-unsloth-bnb-4bit
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:unsloth/gemma-3-27b-it-unsloth-bnb-4bit
7
+ - lora
8
+ - sft
9
+ - transformers
10
+ - trl
11
+ - unsloth
12
+ ---
13
+
14
+ # Model Card for Model ID
15
+
16
+ <!-- Provide a quick summary of what the model is/does. -->
17
+
18
+
19
+
20
+ ## Model Details
21
+
22
+ ### Model Description
23
+
24
+ <!-- Provide a longer summary of what this model is. -->
25
+
26
+
27
+
28
+ - **Developed by:** [More Information Needed]
29
+ - **Funded by [optional]:** [More Information Needed]
30
+ - **Shared by [optional]:** [More Information Needed]
31
+ - **Model type:** [More Information Needed]
32
+ - **Language(s) (NLP):** [More Information Needed]
33
+ - **License:** [More Information Needed]
34
+ - **Finetuned from model [optional]:** [More Information Needed]
35
+
36
+ ### Model Sources [optional]
37
+
38
+ <!-- Provide the basic links for the model. -->
39
+
40
+ - **Repository:** [More Information Needed]
41
+ - **Paper [optional]:** [More Information Needed]
42
+ - **Demo [optional]:** [More Information Needed]
43
+
44
+ ## Uses
45
+
46
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
47
+
48
+ ### Direct Use
49
+
50
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
51
+
52
+ [More Information Needed]
53
+
54
+ ### Downstream Use [optional]
55
+
56
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
57
+
58
+ [More Information Needed]
59
+
60
+ ### Out-of-Scope Use
61
+
62
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
63
+
64
+ [More Information Needed]
65
+
66
+ ## Bias, Risks, and Limitations
67
+
68
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
69
+
70
+ [More Information Needed]
71
+
72
+ ### Recommendations
73
+
74
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
75
+
76
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
77
+
78
+ ## How to Get Started with the Model
79
+
80
+ Use the code below to get started with the model.
81
+
82
+ [More Information Needed]
83
+
84
+ ## Training Details
85
+
86
+ ### Training Data
87
+
88
+ <!-- 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. -->
89
+
90
+ [More Information Needed]
91
+
92
+ ### Training Procedure
93
+
94
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
95
+
96
+ #### Preprocessing [optional]
97
+
98
+ [More Information Needed]
99
+
100
+
101
+ #### Training Hyperparameters
102
+
103
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
104
+
105
+ #### Speeds, Sizes, Times [optional]
106
+
107
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
108
+
109
+ [More Information Needed]
110
+
111
+ ## Evaluation
112
+
113
+ <!-- This section describes the evaluation protocols and provides the results. -->
114
+
115
+ ### Testing Data, Factors & Metrics
116
+
117
+ #### Testing Data
118
+
119
+ <!-- This should link to a Dataset Card if possible. -->
120
+
121
+ [More Information Needed]
122
+
123
+ #### Factors
124
+
125
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
126
+
127
+ [More Information Needed]
128
+
129
+ #### Metrics
130
+
131
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
132
+
133
+ [More Information Needed]
134
+
135
+ ### Results
136
+
137
+ [More Information Needed]
138
+
139
+ #### Summary
140
+
141
+
142
+
143
+ ## Model Examination [optional]
144
+
145
+ <!-- Relevant interpretability work for the model goes here -->
146
+
147
+ [More Information Needed]
148
+
149
+ ## Environmental Impact
150
+
151
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
152
+
153
+ 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).
154
+
155
+ - **Hardware Type:** [More Information Needed]
156
+ - **Hours used:** [More Information Needed]
157
+ - **Cloud Provider:** [More Information Needed]
158
+ - **Compute Region:** [More Information Needed]
159
+ - **Carbon Emitted:** [More Information Needed]
160
+
161
+ ## Technical Specifications [optional]
162
+
163
+ ### Model Architecture and Objective
164
+
165
+ [More Information Needed]
166
+
167
+ ### Compute Infrastructure
168
+
169
+ [More Information Needed]
170
+
171
+ #### Hardware
172
+
173
+ [More Information Needed]
174
+
175
+ #### Software
176
+
177
+ [More Information Needed]
178
+
179
+ ## Citation [optional]
180
+
181
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
182
+
183
+ **BibTeX:**
184
+
185
+ [More Information Needed]
186
+
187
+ **APA:**
188
+
189
+ [More Information Needed]
190
+
191
+ ## Glossary [optional]
192
+
193
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
194
+
195
+ [More Information Needed]
196
+
197
+ ## More Information [optional]
198
+
199
+ [More Information Needed]
200
+
201
+ ## Model Card Authors [optional]
202
+
203
+ [More Information Needed]
204
+
205
+ ## Model Card Contact
206
+
207
+ [More Information Needed]
208
+ ### Framework versions
209
+
210
+ - PEFT 0.18.1
adapter_config.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": {
6
+ "base_model_class": "Gemma3ForConditionalGeneration",
7
+ "parent_library": "transformers.models.gemma3.modeling_gemma3",
8
+ "unsloth_fixed": true
9
+ },
10
+ "base_model_name_or_path": "unsloth/gemma-3-27b-it-unsloth-bnb-4bit",
11
+ "bias": "none",
12
+ "corda_config": null,
13
+ "ensure_weight_tying": false,
14
+ "eva_config": null,
15
+ "exclude_modules": null,
16
+ "fan_in_fan_out": false,
17
+ "inference_mode": true,
18
+ "init_lora_weights": true,
19
+ "layer_replication": null,
20
+ "layers_pattern": null,
21
+ "layers_to_transform": null,
22
+ "loftq_config": {},
23
+ "lora_alpha": 4,
24
+ "lora_bias": false,
25
+ "lora_dropout": 0.0,
26
+ "megatron_config": null,
27
+ "megatron_core": "megatron.core",
28
+ "modules_to_save": null,
29
+ "peft_type": "LORA",
30
+ "peft_version": "0.18.1",
31
+ "qalora_group_size": 16,
32
+ "r": 4,
33
+ "rank_pattern": {},
34
+ "revision": null,
35
+ "target_modules": [
36
+ "q_proj",
37
+ "v_proj"
38
+ ],
39
+ "target_parameters": null,
40
+ "task_type": "CAUSAL_LM",
41
+ "trainable_token_indices": null,
42
+ "use_dora": false,
43
+ "use_qalora": false,
44
+ "use_rslora": false
45
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68be1d466184fd6008fed09a71f4717a3f7dc855580635ae46a18dae51848b11
3
+ size 18806216
added_tokens.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "<image_soft_token>": 262144
3
+ }
chat_template.jinja ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {{ bos_token }}
2
+ {%- if messages[0]['role'] == 'system' -%}
3
+ {%- if messages[0]['content'] is string -%}
4
+ {%- set first_user_prefix = messages[0]['content'] + '
5
+
6
+ ' -%}
7
+ {%- else -%}
8
+ {%- set first_user_prefix = messages[0]['content'][0]['text'] + '
9
+
10
+ ' -%}
11
+ {%- endif -%}
12
+ {%- set loop_messages = messages[1:] -%}
13
+ {%- else -%}
14
+ {%- set first_user_prefix = "" -%}
15
+ {%- set loop_messages = messages -%}
16
+ {%- endif -%}
17
+ {%- for message in loop_messages -%}
18
+ {%- if (message['role'] == 'user') != (loop.index0 % 2 == 0) -%}
19
+ {{ raise_exception("Conversation roles must alternate user/assistant/user/assistant/...") }}
20
+ {%- endif -%}
21
+ {%- if (message['role'] == 'assistant') -%}
22
+ {%- set role = "model" -%}
23
+ {%- else -%}
24
+ {%- set role = message['role'] -%}
25
+ {%- endif -%}
26
+ {{ '<start_of_turn>' + role + '
27
+ ' + (first_user_prefix if loop.first else "") }}
28
+ {%- if message['content'] is string -%}
29
+ {{ message['content'] | trim }}
30
+ {%- elif message['content'] is iterable -%}
31
+ {%- for item in message['content'] -%}
32
+ {%- if item['type'] == 'image' -%}
33
+ {{ '<start_of_image>' }}
34
+ {%- elif item['type'] == 'text' -%}
35
+ {{ item['text'] | trim }}
36
+ {%- endif -%}
37
+ {%- endfor -%}
38
+ {%- else -%}
39
+ {{ raise_exception("Invalid content type") }}
40
+ {%- endif -%}
41
+ {{ '<end_of_turn>
42
+ ' }}
43
+ {%- endfor -%}
44
+ {%- if add_generation_prompt -%}
45
+ {{'<start_of_turn>model
46
+ '}}
47
+ {%- endif -%}
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fab4a31267455bc37c4d60c42124595751b5fee6012c7b3dafcc9cbd258e09c0
3
+ size 4401867
preprocessor_config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_convert_rgb": null,
3
+ "do_normalize": true,
4
+ "do_pan_and_scan": null,
5
+ "do_rescale": true,
6
+ "do_resize": true,
7
+ "image_mean": [
8
+ 0.5,
9
+ 0.5,
10
+ 0.5
11
+ ],
12
+ "image_processor_type": "Gemma3ImageProcessor",
13
+ "image_seq_length": 256,
14
+ "image_std": [
15
+ 0.5,
16
+ 0.5,
17
+ 0.5
18
+ ],
19
+ "pan_and_scan_max_num_crops": null,
20
+ "pan_and_scan_min_crop_size": null,
21
+ "pan_and_scan_min_ratio_to_activate": null,
22
+ "processor_class": "Gemma3Processor",
23
+ "resample": 2,
24
+ "rescale_factor": 0.00392156862745098,
25
+ "size": {
26
+ "height": 896,
27
+ "width": 896
28
+ }
29
+ }
processor_config.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "image_seq_length": 256,
3
+ "processor_class": "Gemma3Processor"
4
+ }
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61c19bab1174704a4a4441475683bf1270277af15d2e2c95e964789128e482c4
3
+ size 14645
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3105ebe8471f9890c3eb1f20cc0f2520fa5fdb0128474bbc87e607b2ec7c53dc
3
+ size 1465
special_tokens_map.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "boi_token": "<start_of_image>",
3
+ "bos_token": {
4
+ "content": "<bos>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false
9
+ },
10
+ "eoi_token": "<end_of_image>",
11
+ "eos_token": {
12
+ "content": "<end_of_turn>",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false
17
+ },
18
+ "image_token": "<image_soft_token>",
19
+ "pad_token": {
20
+ "content": "<pad>",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false
25
+ },
26
+ "unk_token": {
27
+ "content": "<unk>",
28
+ "lstrip": false,
29
+ "normalized": false,
30
+ "rstrip": false,
31
+ "single_word": false
32
+ }
33
+ }
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4667f2089529e8e7657cfb6d1c19910ae71ff5f28aa7ab2ff2763330affad795
3
+ size 33384568
tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1299c11d7cf632ef3b4e11937501358ada021bbdf7c47638d13c0ee982f2e79c
3
+ size 4689074
tokenizer_config.json ADDED
The diff for this file is too large to render. See raw diff
 
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.1765536723163842,
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.00035310734463276836,
14
+ "grad_norm": 0.45211324095726013,
15
+ "learning_rate": 5e-05,
16
+ "loss": 3.273,
17
+ "step": 1
18
+ },
19
+ {
20
+ "epoch": 0.0007062146892655367,
21
+ "grad_norm": 0.30982279777526855,
22
+ "learning_rate": 4.99e-05,
23
+ "loss": 2.5125,
24
+ "step": 2
25
+ },
26
+ {
27
+ "epoch": 0.001059322033898305,
28
+ "grad_norm": 0.39342790842056274,
29
+ "learning_rate": 4.9800000000000004e-05,
30
+ "loss": 2.8347,
31
+ "step": 3
32
+ },
33
+ {
34
+ "epoch": 0.0014124293785310734,
35
+ "grad_norm": 0.3912785053253174,
36
+ "learning_rate": 4.97e-05,
37
+ "loss": 2.6189,
38
+ "step": 4
39
+ },
40
+ {
41
+ "epoch": 0.0017655367231638418,
42
+ "grad_norm": 0.43560200929641724,
43
+ "learning_rate": 4.96e-05,
44
+ "loss": 2.8784,
45
+ "step": 5
46
+ },
47
+ {
48
+ "epoch": 0.00211864406779661,
49
+ "grad_norm": 0.5163903832435608,
50
+ "learning_rate": 4.9500000000000004e-05,
51
+ "loss": 3.0496,
52
+ "step": 6
53
+ },
54
+ {
55
+ "epoch": 0.0024717514124293787,
56
+ "grad_norm": 0.3364083468914032,
57
+ "learning_rate": 4.94e-05,
58
+ "loss": 2.0403,
59
+ "step": 7
60
+ },
61
+ {
62
+ "epoch": 0.002824858757062147,
63
+ "grad_norm": 0.4723369777202606,
64
+ "learning_rate": 4.93e-05,
65
+ "loss": 2.5065,
66
+ "step": 8
67
+ },
68
+ {
69
+ "epoch": 0.0031779661016949155,
70
+ "grad_norm": 0.5686460137367249,
71
+ "learning_rate": 4.92e-05,
72
+ "loss": 2.8529,
73
+ "step": 9
74
+ },
75
+ {
76
+ "epoch": 0.0035310734463276836,
77
+ "grad_norm": 0.7666249871253967,
78
+ "learning_rate": 4.91e-05,
79
+ "loss": 3.2163,
80
+ "step": 10
81
+ },
82
+ {
83
+ "epoch": 0.003884180790960452,
84
+ "grad_norm": 0.5175825953483582,
85
+ "learning_rate": 4.9e-05,
86
+ "loss": 2.3817,
87
+ "step": 11
88
+ },
89
+ {
90
+ "epoch": 0.00423728813559322,
91
+ "grad_norm": 0.7693667411804199,
92
+ "learning_rate": 4.89e-05,
93
+ "loss": 3.1173,
94
+ "step": 12
95
+ },
96
+ {
97
+ "epoch": 0.004590395480225989,
98
+ "grad_norm": 0.6010498404502869,
99
+ "learning_rate": 4.88e-05,
100
+ "loss": 2.5264,
101
+ "step": 13
102
+ },
103
+ {
104
+ "epoch": 0.0049435028248587575,
105
+ "grad_norm": 0.8724003434181213,
106
+ "learning_rate": 4.87e-05,
107
+ "loss": 3.1545,
108
+ "step": 14
109
+ },
110
+ {
111
+ "epoch": 0.005296610169491525,
112
+ "grad_norm": 0.6222332119941711,
113
+ "learning_rate": 4.86e-05,
114
+ "loss": 2.4859,
115
+ "step": 15
116
+ },
117
+ {
118
+ "epoch": 0.005649717514124294,
119
+ "grad_norm": 0.5855898261070251,
120
+ "learning_rate": 4.85e-05,
121
+ "loss": 2.2748,
122
+ "step": 16
123
+ },
124
+ {
125
+ "epoch": 0.006002824858757062,
126
+ "grad_norm": 0.8227508068084717,
127
+ "learning_rate": 4.8400000000000004e-05,
128
+ "loss": 2.777,
129
+ "step": 17
130
+ },
131
+ {
132
+ "epoch": 0.006355932203389831,
133
+ "grad_norm": 0.747832179069519,
134
+ "learning_rate": 4.83e-05,
135
+ "loss": 2.6429,
136
+ "step": 18
137
+ },
138
+ {
139
+ "epoch": 0.006709039548022599,
140
+ "grad_norm": 0.8245562314987183,
141
+ "learning_rate": 4.82e-05,
142
+ "loss": 2.8865,
143
+ "step": 19
144
+ },
145
+ {
146
+ "epoch": 0.007062146892655367,
147
+ "grad_norm": 0.8959988951683044,
148
+ "learning_rate": 4.8100000000000004e-05,
149
+ "loss": 2.8727,
150
+ "step": 20
151
+ },
152
+ {
153
+ "epoch": 0.007415254237288136,
154
+ "grad_norm": 0.7936757802963257,
155
+ "learning_rate": 4.8e-05,
156
+ "loss": 2.5376,
157
+ "step": 21
158
+ },
159
+ {
160
+ "epoch": 0.007768361581920904,
161
+ "grad_norm": 0.8037199378013611,
162
+ "learning_rate": 4.79e-05,
163
+ "loss": 2.6522,
164
+ "step": 22
165
+ },
166
+ {
167
+ "epoch": 0.008121468926553672,
168
+ "grad_norm": 0.7104085087776184,
169
+ "learning_rate": 4.78e-05,
170
+ "loss": 2.3427,
171
+ "step": 23
172
+ },
173
+ {
174
+ "epoch": 0.00847457627118644,
175
+ "grad_norm": 0.8215932846069336,
176
+ "learning_rate": 4.77e-05,
177
+ "loss": 2.7918,
178
+ "step": 24
179
+ },
180
+ {
181
+ "epoch": 0.00882768361581921,
182
+ "grad_norm": 1.0282623767852783,
183
+ "learning_rate": 4.76e-05,
184
+ "loss": 2.9389,
185
+ "step": 25
186
+ },
187
+ {
188
+ "epoch": 0.009180790960451978,
189
+ "grad_norm": 0.7932501435279846,
190
+ "learning_rate": 4.75e-05,
191
+ "loss": 2.7691,
192
+ "step": 26
193
+ },
194
+ {
195
+ "epoch": 0.009533898305084746,
196
+ "grad_norm": 0.6620106101036072,
197
+ "learning_rate": 4.74e-05,
198
+ "loss": 2.1335,
199
+ "step": 27
200
+ },
201
+ {
202
+ "epoch": 0.009887005649717515,
203
+ "grad_norm": 0.8058229684829712,
204
+ "learning_rate": 4.73e-05,
205
+ "loss": 2.4778,
206
+ "step": 28
207
+ },
208
+ {
209
+ "epoch": 0.010240112994350282,
210
+ "grad_norm": 0.7049869894981384,
211
+ "learning_rate": 4.72e-05,
212
+ "loss": 2.3379,
213
+ "step": 29
214
+ },
215
+ {
216
+ "epoch": 0.01059322033898305,
217
+ "grad_norm": 0.6863004565238953,
218
+ "learning_rate": 4.71e-05,
219
+ "loss": 2.0131,
220
+ "step": 30
221
+ },
222
+ {
223
+ "epoch": 0.010946327683615819,
224
+ "grad_norm": 0.9368977546691895,
225
+ "learning_rate": 4.7e-05,
226
+ "loss": 2.4664,
227
+ "step": 31
228
+ },
229
+ {
230
+ "epoch": 0.011299435028248588,
231
+ "grad_norm": 0.7291913628578186,
232
+ "learning_rate": 4.69e-05,
233
+ "loss": 2.2541,
234
+ "step": 32
235
+ },
236
+ {
237
+ "epoch": 0.011652542372881356,
238
+ "grad_norm": 0.6416012048721313,
239
+ "learning_rate": 4.6800000000000006e-05,
240
+ "loss": 1.8727,
241
+ "step": 33
242
+ },
243
+ {
244
+ "epoch": 0.012005649717514125,
245
+ "grad_norm": 0.6020755767822266,
246
+ "learning_rate": 4.6700000000000003e-05,
247
+ "loss": 1.8596,
248
+ "step": 34
249
+ },
250
+ {
251
+ "epoch": 0.012358757062146893,
252
+ "grad_norm": 0.635847270488739,
253
+ "learning_rate": 4.660000000000001e-05,
254
+ "loss": 1.9688,
255
+ "step": 35
256
+ },
257
+ {
258
+ "epoch": 0.012711864406779662,
259
+ "grad_norm": 0.6946876645088196,
260
+ "learning_rate": 4.6500000000000005e-05,
261
+ "loss": 2.6249,
262
+ "step": 36
263
+ },
264
+ {
265
+ "epoch": 0.013064971751412429,
266
+ "grad_norm": 0.7043133974075317,
267
+ "learning_rate": 4.64e-05,
268
+ "loss": 2.5754,
269
+ "step": 37
270
+ },
271
+ {
272
+ "epoch": 0.013418079096045197,
273
+ "grad_norm": 0.5472213625907898,
274
+ "learning_rate": 4.630000000000001e-05,
275
+ "loss": 1.91,
276
+ "step": 38
277
+ },
278
+ {
279
+ "epoch": 0.013771186440677966,
280
+ "grad_norm": 0.5201235413551331,
281
+ "learning_rate": 4.6200000000000005e-05,
282
+ "loss": 2.0296,
283
+ "step": 39
284
+ },
285
+ {
286
+ "epoch": 0.014124293785310734,
287
+ "grad_norm": 0.5103974342346191,
288
+ "learning_rate": 4.61e-05,
289
+ "loss": 1.7567,
290
+ "step": 40
291
+ },
292
+ {
293
+ "epoch": 0.014477401129943503,
294
+ "grad_norm": 0.42137110233306885,
295
+ "learning_rate": 4.600000000000001e-05,
296
+ "loss": 1.7719,
297
+ "step": 41
298
+ },
299
+ {
300
+ "epoch": 0.014830508474576272,
301
+ "grad_norm": 0.6730819940567017,
302
+ "learning_rate": 4.5900000000000004e-05,
303
+ "loss": 2.4245,
304
+ "step": 42
305
+ },
306
+ {
307
+ "epoch": 0.01518361581920904,
308
+ "grad_norm": 0.6370269060134888,
309
+ "learning_rate": 4.58e-05,
310
+ "loss": 2.501,
311
+ "step": 43
312
+ },
313
+ {
314
+ "epoch": 0.015536723163841809,
315
+ "grad_norm": 0.5084403157234192,
316
+ "learning_rate": 4.5700000000000006e-05,
317
+ "loss": 2.0893,
318
+ "step": 44
319
+ },
320
+ {
321
+ "epoch": 0.015889830508474576,
322
+ "grad_norm": 0.6537813544273376,
323
+ "learning_rate": 4.5600000000000004e-05,
324
+ "loss": 2.3681,
325
+ "step": 45
326
+ },
327
+ {
328
+ "epoch": 0.016242937853107344,
329
+ "grad_norm": 0.5805037617683411,
330
+ "learning_rate": 4.55e-05,
331
+ "loss": 2.3028,
332
+ "step": 46
333
+ },
334
+ {
335
+ "epoch": 0.016596045197740113,
336
+ "grad_norm": 0.5214577913284302,
337
+ "learning_rate": 4.5400000000000006e-05,
338
+ "loss": 2.1601,
339
+ "step": 47
340
+ },
341
+ {
342
+ "epoch": 0.01694915254237288,
343
+ "grad_norm": 0.7660169005393982,
344
+ "learning_rate": 4.53e-05,
345
+ "loss": 2.4195,
346
+ "step": 48
347
+ },
348
+ {
349
+ "epoch": 0.01730225988700565,
350
+ "grad_norm": 0.537522554397583,
351
+ "learning_rate": 4.52e-05,
352
+ "loss": 2.3828,
353
+ "step": 49
354
+ },
355
+ {
356
+ "epoch": 0.01765536723163842,
357
+ "grad_norm": 0.5875993371009827,
358
+ "learning_rate": 4.5100000000000005e-05,
359
+ "loss": 2.4529,
360
+ "step": 50
361
+ },
362
+ {
363
+ "epoch": 0.018008474576271187,
364
+ "grad_norm": 0.480882465839386,
365
+ "learning_rate": 4.5e-05,
366
+ "loss": 1.7377,
367
+ "step": 51
368
+ },
369
+ {
370
+ "epoch": 0.018361581920903956,
371
+ "grad_norm": 0.4598454236984253,
372
+ "learning_rate": 4.49e-05,
373
+ "loss": 1.8277,
374
+ "step": 52
375
+ },
376
+ {
377
+ "epoch": 0.018714689265536724,
378
+ "grad_norm": 0.4913174510002136,
379
+ "learning_rate": 4.4800000000000005e-05,
380
+ "loss": 2.0882,
381
+ "step": 53
382
+ },
383
+ {
384
+ "epoch": 0.019067796610169493,
385
+ "grad_norm": 0.4395110011100769,
386
+ "learning_rate": 4.47e-05,
387
+ "loss": 1.8825,
388
+ "step": 54
389
+ },
390
+ {
391
+ "epoch": 0.01942090395480226,
392
+ "grad_norm": 0.5200910568237305,
393
+ "learning_rate": 4.46e-05,
394
+ "loss": 2.1883,
395
+ "step": 55
396
+ },
397
+ {
398
+ "epoch": 0.01977401129943503,
399
+ "grad_norm": 0.7119576930999756,
400
+ "learning_rate": 4.4500000000000004e-05,
401
+ "loss": 2.3147,
402
+ "step": 56
403
+ },
404
+ {
405
+ "epoch": 0.020127118644067795,
406
+ "grad_norm": 0.5865232348442078,
407
+ "learning_rate": 4.44e-05,
408
+ "loss": 2.4823,
409
+ "step": 57
410
+ },
411
+ {
412
+ "epoch": 0.020480225988700564,
413
+ "grad_norm": 0.5342106223106384,
414
+ "learning_rate": 4.43e-05,
415
+ "loss": 2.3112,
416
+ "step": 58
417
+ },
418
+ {
419
+ "epoch": 0.020833333333333332,
420
+ "grad_norm": 0.63221275806427,
421
+ "learning_rate": 4.4200000000000004e-05,
422
+ "loss": 2.4642,
423
+ "step": 59
424
+ },
425
+ {
426
+ "epoch": 0.0211864406779661,
427
+ "grad_norm": 0.5381503701210022,
428
+ "learning_rate": 4.41e-05,
429
+ "loss": 2.1702,
430
+ "step": 60
431
+ },
432
+ {
433
+ "epoch": 0.02153954802259887,
434
+ "grad_norm": 0.34933093190193176,
435
+ "learning_rate": 4.4000000000000006e-05,
436
+ "loss": 1.6217,
437
+ "step": 61
438
+ },
439
+ {
440
+ "epoch": 0.021892655367231638,
441
+ "grad_norm": 0.4486427307128906,
442
+ "learning_rate": 4.39e-05,
443
+ "loss": 1.9545,
444
+ "step": 62
445
+ },
446
+ {
447
+ "epoch": 0.022245762711864406,
448
+ "grad_norm": 0.39275842905044556,
449
+ "learning_rate": 4.38e-05,
450
+ "loss": 1.692,
451
+ "step": 63
452
+ },
453
+ {
454
+ "epoch": 0.022598870056497175,
455
+ "grad_norm": 0.5706101655960083,
456
+ "learning_rate": 4.3700000000000005e-05,
457
+ "loss": 2.3182,
458
+ "step": 64
459
+ },
460
+ {
461
+ "epoch": 0.022951977401129944,
462
+ "grad_norm": 0.43103381991386414,
463
+ "learning_rate": 4.36e-05,
464
+ "loss": 1.8674,
465
+ "step": 65
466
+ },
467
+ {
468
+ "epoch": 0.023305084745762712,
469
+ "grad_norm": 0.6326637268066406,
470
+ "learning_rate": 4.35e-05,
471
+ "loss": 2.3281,
472
+ "step": 66
473
+ },
474
+ {
475
+ "epoch": 0.02365819209039548,
476
+ "grad_norm": 0.5602039694786072,
477
+ "learning_rate": 4.3400000000000005e-05,
478
+ "loss": 2.24,
479
+ "step": 67
480
+ },
481
+ {
482
+ "epoch": 0.02401129943502825,
483
+ "grad_norm": 0.42276912927627563,
484
+ "learning_rate": 4.33e-05,
485
+ "loss": 1.9933,
486
+ "step": 68
487
+ },
488
+ {
489
+ "epoch": 0.024364406779661018,
490
+ "grad_norm": 0.5240011811256409,
491
+ "learning_rate": 4.32e-05,
492
+ "loss": 2.1384,
493
+ "step": 69
494
+ },
495
+ {
496
+ "epoch": 0.024717514124293787,
497
+ "grad_norm": 0.579456627368927,
498
+ "learning_rate": 4.3100000000000004e-05,
499
+ "loss": 2.2305,
500
+ "step": 70
501
+ },
502
+ {
503
+ "epoch": 0.025070621468926555,
504
+ "grad_norm": 0.5782936215400696,
505
+ "learning_rate": 4.3e-05,
506
+ "loss": 2.2021,
507
+ "step": 71
508
+ },
509
+ {
510
+ "epoch": 0.025423728813559324,
511
+ "grad_norm": 0.6299965977668762,
512
+ "learning_rate": 4.29e-05,
513
+ "loss": 2.3214,
514
+ "step": 72
515
+ },
516
+ {
517
+ "epoch": 0.02577683615819209,
518
+ "grad_norm": 0.634605884552002,
519
+ "learning_rate": 4.2800000000000004e-05,
520
+ "loss": 2.3198,
521
+ "step": 73
522
+ },
523
+ {
524
+ "epoch": 0.026129943502824857,
525
+ "grad_norm": 0.5833197832107544,
526
+ "learning_rate": 4.27e-05,
527
+ "loss": 2.1705,
528
+ "step": 74
529
+ },
530
+ {
531
+ "epoch": 0.026483050847457626,
532
+ "grad_norm": 0.5400241017341614,
533
+ "learning_rate": 4.26e-05,
534
+ "loss": 1.8534,
535
+ "step": 75
536
+ },
537
+ {
538
+ "epoch": 0.026836158192090395,
539
+ "grad_norm": 0.6428772807121277,
540
+ "learning_rate": 4.25e-05,
541
+ "loss": 2.3044,
542
+ "step": 76
543
+ },
544
+ {
545
+ "epoch": 0.027189265536723163,
546
+ "grad_norm": 0.611422061920166,
547
+ "learning_rate": 4.24e-05,
548
+ "loss": 2.1591,
549
+ "step": 77
550
+ },
551
+ {
552
+ "epoch": 0.02754237288135593,
553
+ "grad_norm": 0.602570652961731,
554
+ "learning_rate": 4.23e-05,
555
+ "loss": 2.1249,
556
+ "step": 78
557
+ },
558
+ {
559
+ "epoch": 0.0278954802259887,
560
+ "grad_norm": 0.48029282689094543,
561
+ "learning_rate": 4.22e-05,
562
+ "loss": 1.905,
563
+ "step": 79
564
+ },
565
+ {
566
+ "epoch": 0.02824858757062147,
567
+ "grad_norm": 0.6572628617286682,
568
+ "learning_rate": 4.21e-05,
569
+ "loss": 2.2358,
570
+ "step": 80
571
+ },
572
+ {
573
+ "epoch": 0.028601694915254237,
574
+ "grad_norm": 0.5220134258270264,
575
+ "learning_rate": 4.2e-05,
576
+ "loss": 1.9954,
577
+ "step": 81
578
+ },
579
+ {
580
+ "epoch": 0.028954802259887006,
581
+ "grad_norm": 0.4906415641307831,
582
+ "learning_rate": 4.19e-05,
583
+ "loss": 1.8642,
584
+ "step": 82
585
+ },
586
+ {
587
+ "epoch": 0.029307909604519775,
588
+ "grad_norm": 0.6776078343391418,
589
+ "learning_rate": 4.18e-05,
590
+ "loss": 2.2061,
591
+ "step": 83
592
+ },
593
+ {
594
+ "epoch": 0.029661016949152543,
595
+ "grad_norm": 0.496427059173584,
596
+ "learning_rate": 4.17e-05,
597
+ "loss": 1.9494,
598
+ "step": 84
599
+ },
600
+ {
601
+ "epoch": 0.03001412429378531,
602
+ "grad_norm": 0.4432898759841919,
603
+ "learning_rate": 4.16e-05,
604
+ "loss": 1.6809,
605
+ "step": 85
606
+ },
607
+ {
608
+ "epoch": 0.03036723163841808,
609
+ "grad_norm": 0.6649871468544006,
610
+ "learning_rate": 4.15e-05,
611
+ "loss": 2.0615,
612
+ "step": 86
613
+ },
614
+ {
615
+ "epoch": 0.03072033898305085,
616
+ "grad_norm": 0.6379185318946838,
617
+ "learning_rate": 4.14e-05,
618
+ "loss": 1.9796,
619
+ "step": 87
620
+ },
621
+ {
622
+ "epoch": 0.031073446327683617,
623
+ "grad_norm": 0.5551559925079346,
624
+ "learning_rate": 4.13e-05,
625
+ "loss": 1.874,
626
+ "step": 88
627
+ },
628
+ {
629
+ "epoch": 0.031426553672316386,
630
+ "grad_norm": 0.7269681096076965,
631
+ "learning_rate": 4.12e-05,
632
+ "loss": 2.1407,
633
+ "step": 89
634
+ },
635
+ {
636
+ "epoch": 0.03177966101694915,
637
+ "grad_norm": 0.6741663217544556,
638
+ "learning_rate": 4.11e-05,
639
+ "loss": 1.9975,
640
+ "step": 90
641
+ },
642
+ {
643
+ "epoch": 0.03213276836158192,
644
+ "grad_norm": 0.5726102590560913,
645
+ "learning_rate": 4.1e-05,
646
+ "loss": 1.8897,
647
+ "step": 91
648
+ },
649
+ {
650
+ "epoch": 0.03248587570621469,
651
+ "grad_norm": 0.7033076286315918,
652
+ "learning_rate": 4.09e-05,
653
+ "loss": 2.0044,
654
+ "step": 92
655
+ },
656
+ {
657
+ "epoch": 0.03283898305084746,
658
+ "grad_norm": 0.6314510107040405,
659
+ "learning_rate": 4.08e-05,
660
+ "loss": 2.1114,
661
+ "step": 93
662
+ },
663
+ {
664
+ "epoch": 0.033192090395480225,
665
+ "grad_norm": 0.49348896741867065,
666
+ "learning_rate": 4.07e-05,
667
+ "loss": 1.5142,
668
+ "step": 94
669
+ },
670
+ {
671
+ "epoch": 0.033545197740113,
672
+ "grad_norm": 0.5636611580848694,
673
+ "learning_rate": 4.0600000000000004e-05,
674
+ "loss": 1.7442,
675
+ "step": 95
676
+ },
677
+ {
678
+ "epoch": 0.03389830508474576,
679
+ "grad_norm": 0.5502078533172607,
680
+ "learning_rate": 4.05e-05,
681
+ "loss": 1.744,
682
+ "step": 96
683
+ },
684
+ {
685
+ "epoch": 0.03425141242937853,
686
+ "grad_norm": 0.7853062152862549,
687
+ "learning_rate": 4.0400000000000006e-05,
688
+ "loss": 2.0471,
689
+ "step": 97
690
+ },
691
+ {
692
+ "epoch": 0.0346045197740113,
693
+ "grad_norm": 0.7374521493911743,
694
+ "learning_rate": 4.0300000000000004e-05,
695
+ "loss": 1.9658,
696
+ "step": 98
697
+ },
698
+ {
699
+ "epoch": 0.034957627118644065,
700
+ "grad_norm": 0.5843427181243896,
701
+ "learning_rate": 4.02e-05,
702
+ "loss": 1.698,
703
+ "step": 99
704
+ },
705
+ {
706
+ "epoch": 0.03531073446327684,
707
+ "grad_norm": 0.7103281617164612,
708
+ "learning_rate": 4.0100000000000006e-05,
709
+ "loss": 1.8531,
710
+ "step": 100
711
+ },
712
+ {
713
+ "epoch": 0.0356638418079096,
714
+ "grad_norm": 0.547626256942749,
715
+ "learning_rate": 4e-05,
716
+ "loss": 1.6113,
717
+ "step": 101
718
+ },
719
+ {
720
+ "epoch": 0.036016949152542374,
721
+ "grad_norm": 0.7051151990890503,
722
+ "learning_rate": 3.99e-05,
723
+ "loss": 1.8774,
724
+ "step": 102
725
+ },
726
+ {
727
+ "epoch": 0.03637005649717514,
728
+ "grad_norm": 0.5148686766624451,
729
+ "learning_rate": 3.9800000000000005e-05,
730
+ "loss": 1.6082,
731
+ "step": 103
732
+ },
733
+ {
734
+ "epoch": 0.03672316384180791,
735
+ "grad_norm": 0.5013210773468018,
736
+ "learning_rate": 3.97e-05,
737
+ "loss": 1.6964,
738
+ "step": 104
739
+ },
740
+ {
741
+ "epoch": 0.037076271186440676,
742
+ "grad_norm": 0.7677639126777649,
743
+ "learning_rate": 3.960000000000001e-05,
744
+ "loss": 1.8114,
745
+ "step": 105
746
+ },
747
+ {
748
+ "epoch": 0.03742937853107345,
749
+ "grad_norm": 0.6067560911178589,
750
+ "learning_rate": 3.9500000000000005e-05,
751
+ "loss": 1.6947,
752
+ "step": 106
753
+ },
754
+ {
755
+ "epoch": 0.037782485875706213,
756
+ "grad_norm": 0.5241538286209106,
757
+ "learning_rate": 3.94e-05,
758
+ "loss": 1.4953,
759
+ "step": 107
760
+ },
761
+ {
762
+ "epoch": 0.038135593220338986,
763
+ "grad_norm": 0.5037181377410889,
764
+ "learning_rate": 3.9300000000000007e-05,
765
+ "loss": 1.4166,
766
+ "step": 108
767
+ },
768
+ {
769
+ "epoch": 0.03848870056497175,
770
+ "grad_norm": 0.7840654253959656,
771
+ "learning_rate": 3.9200000000000004e-05,
772
+ "loss": 1.8501,
773
+ "step": 109
774
+ },
775
+ {
776
+ "epoch": 0.03884180790960452,
777
+ "grad_norm": 0.6080065369606018,
778
+ "learning_rate": 3.91e-05,
779
+ "loss": 1.6206,
780
+ "step": 110
781
+ },
782
+ {
783
+ "epoch": 0.03919491525423729,
784
+ "grad_norm": 0.616134762763977,
785
+ "learning_rate": 3.9000000000000006e-05,
786
+ "loss": 1.7034,
787
+ "step": 111
788
+ },
789
+ {
790
+ "epoch": 0.03954802259887006,
791
+ "grad_norm": 0.7034599781036377,
792
+ "learning_rate": 3.8900000000000004e-05,
793
+ "loss": 1.9318,
794
+ "step": 112
795
+ },
796
+ {
797
+ "epoch": 0.039901129943502825,
798
+ "grad_norm": 0.8047641515731812,
799
+ "learning_rate": 3.88e-05,
800
+ "loss": 1.7351,
801
+ "step": 113
802
+ },
803
+ {
804
+ "epoch": 0.04025423728813559,
805
+ "grad_norm": 0.8917104005813599,
806
+ "learning_rate": 3.8700000000000006e-05,
807
+ "loss": 1.8398,
808
+ "step": 114
809
+ },
810
+ {
811
+ "epoch": 0.04060734463276836,
812
+ "grad_norm": 0.8026954531669617,
813
+ "learning_rate": 3.86e-05,
814
+ "loss": 1.7842,
815
+ "step": 115
816
+ },
817
+ {
818
+ "epoch": 0.04096045197740113,
819
+ "grad_norm": 0.5217316150665283,
820
+ "learning_rate": 3.85e-05,
821
+ "loss": 1.5885,
822
+ "step": 116
823
+ },
824
+ {
825
+ "epoch": 0.0413135593220339,
826
+ "grad_norm": 0.6288496851921082,
827
+ "learning_rate": 3.8400000000000005e-05,
828
+ "loss": 1.5425,
829
+ "step": 117
830
+ },
831
+ {
832
+ "epoch": 0.041666666666666664,
833
+ "grad_norm": 0.77554851770401,
834
+ "learning_rate": 3.83e-05,
835
+ "loss": 1.6508,
836
+ "step": 118
837
+ },
838
+ {
839
+ "epoch": 0.042019774011299436,
840
+ "grad_norm": 0.5694034695625305,
841
+ "learning_rate": 3.82e-05,
842
+ "loss": 1.2894,
843
+ "step": 119
844
+ },
845
+ {
846
+ "epoch": 0.0423728813559322,
847
+ "grad_norm": 0.6931347846984863,
848
+ "learning_rate": 3.8100000000000005e-05,
849
+ "loss": 1.7874,
850
+ "step": 120
851
+ },
852
+ {
853
+ "epoch": 0.042725988700564974,
854
+ "grad_norm": 0.7180691957473755,
855
+ "learning_rate": 3.8e-05,
856
+ "loss": 1.5679,
857
+ "step": 121
858
+ },
859
+ {
860
+ "epoch": 0.04307909604519774,
861
+ "grad_norm": 0.5494984984397888,
862
+ "learning_rate": 3.79e-05,
863
+ "loss": 1.2885,
864
+ "step": 122
865
+ },
866
+ {
867
+ "epoch": 0.04343220338983051,
868
+ "grad_norm": 0.8779198527336121,
869
+ "learning_rate": 3.7800000000000004e-05,
870
+ "loss": 1.6815,
871
+ "step": 123
872
+ },
873
+ {
874
+ "epoch": 0.043785310734463276,
875
+ "grad_norm": 0.7112749218940735,
876
+ "learning_rate": 3.77e-05,
877
+ "loss": 1.4889,
878
+ "step": 124
879
+ },
880
+ {
881
+ "epoch": 0.04413841807909605,
882
+ "grad_norm": 0.6239631772041321,
883
+ "learning_rate": 3.76e-05,
884
+ "loss": 1.3156,
885
+ "step": 125
886
+ },
887
+ {
888
+ "epoch": 0.04449152542372881,
889
+ "grad_norm": 0.8934807181358337,
890
+ "learning_rate": 3.7500000000000003e-05,
891
+ "loss": 1.7629,
892
+ "step": 126
893
+ },
894
+ {
895
+ "epoch": 0.044844632768361585,
896
+ "grad_norm": 0.9005821943283081,
897
+ "learning_rate": 3.74e-05,
898
+ "loss": 1.5775,
899
+ "step": 127
900
+ },
901
+ {
902
+ "epoch": 0.04519774011299435,
903
+ "grad_norm": 0.7520875334739685,
904
+ "learning_rate": 3.73e-05,
905
+ "loss": 1.6556,
906
+ "step": 128
907
+ },
908
+ {
909
+ "epoch": 0.045550847457627115,
910
+ "grad_norm": 0.8343580961227417,
911
+ "learning_rate": 3.72e-05,
912
+ "loss": 1.5429,
913
+ "step": 129
914
+ },
915
+ {
916
+ "epoch": 0.04590395480225989,
917
+ "grad_norm": 0.7819499373435974,
918
+ "learning_rate": 3.71e-05,
919
+ "loss": 1.5313,
920
+ "step": 130
921
+ },
922
+ {
923
+ "epoch": 0.04625706214689265,
924
+ "grad_norm": 0.6105003952980042,
925
+ "learning_rate": 3.7e-05,
926
+ "loss": 1.3124,
927
+ "step": 131
928
+ },
929
+ {
930
+ "epoch": 0.046610169491525424,
931
+ "grad_norm": 0.6769589185714722,
932
+ "learning_rate": 3.69e-05,
933
+ "loss": 1.4305,
934
+ "step": 132
935
+ },
936
+ {
937
+ "epoch": 0.04696327683615819,
938
+ "grad_norm": 0.7654910683631897,
939
+ "learning_rate": 3.68e-05,
940
+ "loss": 1.4972,
941
+ "step": 133
942
+ },
943
+ {
944
+ "epoch": 0.04731638418079096,
945
+ "grad_norm": 0.7610757946968079,
946
+ "learning_rate": 3.6700000000000004e-05,
947
+ "loss": 1.4652,
948
+ "step": 134
949
+ },
950
+ {
951
+ "epoch": 0.04766949152542373,
952
+ "grad_norm": 0.6594064831733704,
953
+ "learning_rate": 3.66e-05,
954
+ "loss": 1.2301,
955
+ "step": 135
956
+ },
957
+ {
958
+ "epoch": 0.0480225988700565,
959
+ "grad_norm": 0.719152569770813,
960
+ "learning_rate": 3.65e-05,
961
+ "loss": 1.3399,
962
+ "step": 136
963
+ },
964
+ {
965
+ "epoch": 0.048375706214689264,
966
+ "grad_norm": 0.9311054348945618,
967
+ "learning_rate": 3.6400000000000004e-05,
968
+ "loss": 1.5786,
969
+ "step": 137
970
+ },
971
+ {
972
+ "epoch": 0.048728813559322036,
973
+ "grad_norm": 0.7845869660377502,
974
+ "learning_rate": 3.63e-05,
975
+ "loss": 1.3293,
976
+ "step": 138
977
+ },
978
+ {
979
+ "epoch": 0.0490819209039548,
980
+ "grad_norm": 0.6555350422859192,
981
+ "learning_rate": 3.62e-05,
982
+ "loss": 1.1677,
983
+ "step": 139
984
+ },
985
+ {
986
+ "epoch": 0.04943502824858757,
987
+ "grad_norm": 0.863808810710907,
988
+ "learning_rate": 3.61e-05,
989
+ "loss": 1.3453,
990
+ "step": 140
991
+ },
992
+ {
993
+ "epoch": 0.04978813559322034,
994
+ "grad_norm": 1.1489522457122803,
995
+ "learning_rate": 3.6e-05,
996
+ "loss": 1.5277,
997
+ "step": 141
998
+ },
999
+ {
1000
+ "epoch": 0.05014124293785311,
1001
+ "grad_norm": 0.8987497091293335,
1002
+ "learning_rate": 3.59e-05,
1003
+ "loss": 1.3435,
1004
+ "step": 142
1005
+ },
1006
+ {
1007
+ "epoch": 0.050494350282485875,
1008
+ "grad_norm": 1.1033629179000854,
1009
+ "learning_rate": 3.58e-05,
1010
+ "loss": 1.5565,
1011
+ "step": 143
1012
+ },
1013
+ {
1014
+ "epoch": 0.05084745762711865,
1015
+ "grad_norm": 0.9892997145652771,
1016
+ "learning_rate": 3.57e-05,
1017
+ "loss": 1.5017,
1018
+ "step": 144
1019
+ },
1020
+ {
1021
+ "epoch": 0.05120056497175141,
1022
+ "grad_norm": 0.8673040866851807,
1023
+ "learning_rate": 3.56e-05,
1024
+ "loss": 1.3484,
1025
+ "step": 145
1026
+ },
1027
+ {
1028
+ "epoch": 0.05155367231638418,
1029
+ "grad_norm": 0.8514487147331238,
1030
+ "learning_rate": 3.55e-05,
1031
+ "loss": 1.4329,
1032
+ "step": 146
1033
+ },
1034
+ {
1035
+ "epoch": 0.05190677966101695,
1036
+ "grad_norm": 0.7865382432937622,
1037
+ "learning_rate": 3.54e-05,
1038
+ "loss": 1.3205,
1039
+ "step": 147
1040
+ },
1041
+ {
1042
+ "epoch": 0.052259887005649715,
1043
+ "grad_norm": 0.9893730878829956,
1044
+ "learning_rate": 3.53e-05,
1045
+ "loss": 1.2557,
1046
+ "step": 148
1047
+ },
1048
+ {
1049
+ "epoch": 0.05261299435028249,
1050
+ "grad_norm": 0.7459471225738525,
1051
+ "learning_rate": 3.52e-05,
1052
+ "loss": 1.398,
1053
+ "step": 149
1054
+ },
1055
+ {
1056
+ "epoch": 0.05296610169491525,
1057
+ "grad_norm": 1.2132583856582642,
1058
+ "learning_rate": 3.51e-05,
1059
+ "loss": 1.396,
1060
+ "step": 150
1061
+ },
1062
+ {
1063
+ "epoch": 0.053319209039548024,
1064
+ "grad_norm": 1.1160212755203247,
1065
+ "learning_rate": 3.5e-05,
1066
+ "loss": 1.3013,
1067
+ "step": 151
1068
+ },
1069
+ {
1070
+ "epoch": 0.05367231638418079,
1071
+ "grad_norm": 1.058889389038086,
1072
+ "learning_rate": 3.49e-05,
1073
+ "loss": 1.4149,
1074
+ "step": 152
1075
+ },
1076
+ {
1077
+ "epoch": 0.05402542372881356,
1078
+ "grad_norm": 1.065194845199585,
1079
+ "learning_rate": 3.48e-05,
1080
+ "loss": 1.3913,
1081
+ "step": 153
1082
+ },
1083
+ {
1084
+ "epoch": 0.054378531073446326,
1085
+ "grad_norm": 0.8159513473510742,
1086
+ "learning_rate": 3.4699999999999996e-05,
1087
+ "loss": 1.1171,
1088
+ "step": 154
1089
+ },
1090
+ {
1091
+ "epoch": 0.0547316384180791,
1092
+ "grad_norm": 1.2298649549484253,
1093
+ "learning_rate": 3.46e-05,
1094
+ "loss": 1.2559,
1095
+ "step": 155
1096
+ },
1097
+ {
1098
+ "epoch": 0.05508474576271186,
1099
+ "grad_norm": 0.845851480960846,
1100
+ "learning_rate": 3.45e-05,
1101
+ "loss": 1.1559,
1102
+ "step": 156
1103
+ },
1104
+ {
1105
+ "epoch": 0.055437853107344635,
1106
+ "grad_norm": 0.8105614185333252,
1107
+ "learning_rate": 3.4399999999999996e-05,
1108
+ "loss": 1.092,
1109
+ "step": 157
1110
+ },
1111
+ {
1112
+ "epoch": 0.0557909604519774,
1113
+ "grad_norm": 0.9624556303024292,
1114
+ "learning_rate": 3.430000000000001e-05,
1115
+ "loss": 1.1862,
1116
+ "step": 158
1117
+ },
1118
+ {
1119
+ "epoch": 0.05614406779661017,
1120
+ "grad_norm": 1.2695869207382202,
1121
+ "learning_rate": 3.4200000000000005e-05,
1122
+ "loss": 1.1886,
1123
+ "step": 159
1124
+ },
1125
+ {
1126
+ "epoch": 0.05649717514124294,
1127
+ "grad_norm": 0.9481382369995117,
1128
+ "learning_rate": 3.41e-05,
1129
+ "loss": 1.2366,
1130
+ "step": 160
1131
+ },
1132
+ {
1133
+ "epoch": 0.0568502824858757,
1134
+ "grad_norm": 1.1612368822097778,
1135
+ "learning_rate": 3.4000000000000007e-05,
1136
+ "loss": 1.3102,
1137
+ "step": 161
1138
+ },
1139
+ {
1140
+ "epoch": 0.057203389830508475,
1141
+ "grad_norm": 1.296866536140442,
1142
+ "learning_rate": 3.3900000000000004e-05,
1143
+ "loss": 1.2689,
1144
+ "step": 162
1145
+ },
1146
+ {
1147
+ "epoch": 0.05755649717514124,
1148
+ "grad_norm": 1.0605868101119995,
1149
+ "learning_rate": 3.38e-05,
1150
+ "loss": 1.1056,
1151
+ "step": 163
1152
+ },
1153
+ {
1154
+ "epoch": 0.05790960451977401,
1155
+ "grad_norm": 1.06467604637146,
1156
+ "learning_rate": 3.3700000000000006e-05,
1157
+ "loss": 1.2329,
1158
+ "step": 164
1159
+ },
1160
+ {
1161
+ "epoch": 0.05826271186440678,
1162
+ "grad_norm": 0.9635260105133057,
1163
+ "learning_rate": 3.3600000000000004e-05,
1164
+ "loss": 1.082,
1165
+ "step": 165
1166
+ },
1167
+ {
1168
+ "epoch": 0.05861581920903955,
1169
+ "grad_norm": 1.2294679880142212,
1170
+ "learning_rate": 3.35e-05,
1171
+ "loss": 1.3892,
1172
+ "step": 166
1173
+ },
1174
+ {
1175
+ "epoch": 0.058968926553672314,
1176
+ "grad_norm": 1.4516520500183105,
1177
+ "learning_rate": 3.3400000000000005e-05,
1178
+ "loss": 1.0772,
1179
+ "step": 167
1180
+ },
1181
+ {
1182
+ "epoch": 0.059322033898305086,
1183
+ "grad_norm": 1.08195960521698,
1184
+ "learning_rate": 3.33e-05,
1185
+ "loss": 1.0811,
1186
+ "step": 168
1187
+ },
1188
+ {
1189
+ "epoch": 0.05967514124293785,
1190
+ "grad_norm": 1.1554380655288696,
1191
+ "learning_rate": 3.32e-05,
1192
+ "loss": 1.1417,
1193
+ "step": 169
1194
+ },
1195
+ {
1196
+ "epoch": 0.06002824858757062,
1197
+ "grad_norm": 1.117101788520813,
1198
+ "learning_rate": 3.3100000000000005e-05,
1199
+ "loss": 1.2163,
1200
+ "step": 170
1201
+ },
1202
+ {
1203
+ "epoch": 0.06038135593220339,
1204
+ "grad_norm": 1.2141193151474,
1205
+ "learning_rate": 3.3e-05,
1206
+ "loss": 1.2469,
1207
+ "step": 171
1208
+ },
1209
+ {
1210
+ "epoch": 0.06073446327683616,
1211
+ "grad_norm": 1.29922616481781,
1212
+ "learning_rate": 3.29e-05,
1213
+ "loss": 1.2541,
1214
+ "step": 172
1215
+ },
1216
+ {
1217
+ "epoch": 0.061087570621468926,
1218
+ "grad_norm": 1.3265364170074463,
1219
+ "learning_rate": 3.2800000000000004e-05,
1220
+ "loss": 1.1884,
1221
+ "step": 173
1222
+ },
1223
+ {
1224
+ "epoch": 0.0614406779661017,
1225
+ "grad_norm": 1.4586164951324463,
1226
+ "learning_rate": 3.27e-05,
1227
+ "loss": 1.1861,
1228
+ "step": 174
1229
+ },
1230
+ {
1231
+ "epoch": 0.06179378531073446,
1232
+ "grad_norm": 1.3976298570632935,
1233
+ "learning_rate": 3.26e-05,
1234
+ "loss": 1.0568,
1235
+ "step": 175
1236
+ },
1237
+ {
1238
+ "epoch": 0.062146892655367235,
1239
+ "grad_norm": 1.0947189331054688,
1240
+ "learning_rate": 3.2500000000000004e-05,
1241
+ "loss": 1.0583,
1242
+ "step": 176
1243
+ },
1244
+ {
1245
+ "epoch": 0.0625,
1246
+ "grad_norm": 1.0739431381225586,
1247
+ "learning_rate": 3.24e-05,
1248
+ "loss": 0.973,
1249
+ "step": 177
1250
+ },
1251
+ {
1252
+ "epoch": 0.06285310734463277,
1253
+ "grad_norm": 1.0500564575195312,
1254
+ "learning_rate": 3.2300000000000006e-05,
1255
+ "loss": 0.961,
1256
+ "step": 178
1257
+ },
1258
+ {
1259
+ "epoch": 0.06320621468926553,
1260
+ "grad_norm": 1.3906699419021606,
1261
+ "learning_rate": 3.2200000000000003e-05,
1262
+ "loss": 1.1366,
1263
+ "step": 179
1264
+ },
1265
+ {
1266
+ "epoch": 0.0635593220338983,
1267
+ "grad_norm": 1.2436065673828125,
1268
+ "learning_rate": 3.21e-05,
1269
+ "loss": 1.0769,
1270
+ "step": 180
1271
+ },
1272
+ {
1273
+ "epoch": 0.06391242937853107,
1274
+ "grad_norm": 1.137102484703064,
1275
+ "learning_rate": 3.2000000000000005e-05,
1276
+ "loss": 0.9609,
1277
+ "step": 181
1278
+ },
1279
+ {
1280
+ "epoch": 0.06426553672316385,
1281
+ "grad_norm": 1.7101986408233643,
1282
+ "learning_rate": 3.19e-05,
1283
+ "loss": 1.138,
1284
+ "step": 182
1285
+ },
1286
+ {
1287
+ "epoch": 0.0646186440677966,
1288
+ "grad_norm": 1.1683790683746338,
1289
+ "learning_rate": 3.18e-05,
1290
+ "loss": 1.1872,
1291
+ "step": 183
1292
+ },
1293
+ {
1294
+ "epoch": 0.06497175141242938,
1295
+ "grad_norm": 1.6510800123214722,
1296
+ "learning_rate": 3.1700000000000005e-05,
1297
+ "loss": 1.0618,
1298
+ "step": 184
1299
+ },
1300
+ {
1301
+ "epoch": 0.06532485875706215,
1302
+ "grad_norm": 1.5926707983016968,
1303
+ "learning_rate": 3.16e-05,
1304
+ "loss": 1.0558,
1305
+ "step": 185
1306
+ },
1307
+ {
1308
+ "epoch": 0.06567796610169492,
1309
+ "grad_norm": 1.502793312072754,
1310
+ "learning_rate": 3.15e-05,
1311
+ "loss": 0.9155,
1312
+ "step": 186
1313
+ },
1314
+ {
1315
+ "epoch": 0.06603107344632768,
1316
+ "grad_norm": 1.5513490438461304,
1317
+ "learning_rate": 3.1400000000000004e-05,
1318
+ "loss": 1.1119,
1319
+ "step": 187
1320
+ },
1321
+ {
1322
+ "epoch": 0.06638418079096045,
1323
+ "grad_norm": 1.7766902446746826,
1324
+ "learning_rate": 3.13e-05,
1325
+ "loss": 1.0724,
1326
+ "step": 188
1327
+ },
1328
+ {
1329
+ "epoch": 0.06673728813559322,
1330
+ "grad_norm": 1.6195155382156372,
1331
+ "learning_rate": 3.12e-05,
1332
+ "loss": 1.0377,
1333
+ "step": 189
1334
+ },
1335
+ {
1336
+ "epoch": 0.067090395480226,
1337
+ "grad_norm": 1.5613833665847778,
1338
+ "learning_rate": 3.1100000000000004e-05,
1339
+ "loss": 1.0057,
1340
+ "step": 190
1341
+ },
1342
+ {
1343
+ "epoch": 0.06744350282485875,
1344
+ "grad_norm": 1.5648159980773926,
1345
+ "learning_rate": 3.1e-05,
1346
+ "loss": 0.9758,
1347
+ "step": 191
1348
+ },
1349
+ {
1350
+ "epoch": 0.06779661016949153,
1351
+ "grad_norm": 2.3179798126220703,
1352
+ "learning_rate": 3.09e-05,
1353
+ "loss": 1.076,
1354
+ "step": 192
1355
+ },
1356
+ {
1357
+ "epoch": 0.0681497175141243,
1358
+ "grad_norm": 1.6775708198547363,
1359
+ "learning_rate": 3.08e-05,
1360
+ "loss": 0.8133,
1361
+ "step": 193
1362
+ },
1363
+ {
1364
+ "epoch": 0.06850282485875706,
1365
+ "grad_norm": 1.6693114042282104,
1366
+ "learning_rate": 3.07e-05,
1367
+ "loss": 0.8958,
1368
+ "step": 194
1369
+ },
1370
+ {
1371
+ "epoch": 0.06885593220338983,
1372
+ "grad_norm": 1.623583436012268,
1373
+ "learning_rate": 3.06e-05,
1374
+ "loss": 0.9226,
1375
+ "step": 195
1376
+ },
1377
+ {
1378
+ "epoch": 0.0692090395480226,
1379
+ "grad_norm": 1.6135281324386597,
1380
+ "learning_rate": 3.05e-05,
1381
+ "loss": 0.8707,
1382
+ "step": 196
1383
+ },
1384
+ {
1385
+ "epoch": 0.06956214689265537,
1386
+ "grad_norm": 1.6629116535186768,
1387
+ "learning_rate": 3.04e-05,
1388
+ "loss": 0.8883,
1389
+ "step": 197
1390
+ },
1391
+ {
1392
+ "epoch": 0.06991525423728813,
1393
+ "grad_norm": 1.9516435861587524,
1394
+ "learning_rate": 3.03e-05,
1395
+ "loss": 0.8909,
1396
+ "step": 198
1397
+ },
1398
+ {
1399
+ "epoch": 0.0702683615819209,
1400
+ "grad_norm": 1.9378143548965454,
1401
+ "learning_rate": 3.02e-05,
1402
+ "loss": 0.7697,
1403
+ "step": 199
1404
+ },
1405
+ {
1406
+ "epoch": 0.07062146892655367,
1407
+ "grad_norm": 2.0332353115081787,
1408
+ "learning_rate": 3.01e-05,
1409
+ "loss": 0.9999,
1410
+ "step": 200
1411
+ },
1412
+ {
1413
+ "epoch": 0.07097457627118645,
1414
+ "grad_norm": 1.4929075241088867,
1415
+ "learning_rate": 3e-05,
1416
+ "loss": 0.8301,
1417
+ "step": 201
1418
+ },
1419
+ {
1420
+ "epoch": 0.0713276836158192,
1421
+ "grad_norm": 1.9575985670089722,
1422
+ "learning_rate": 2.9900000000000002e-05,
1423
+ "loss": 1.0613,
1424
+ "step": 202
1425
+ },
1426
+ {
1427
+ "epoch": 0.07168079096045198,
1428
+ "grad_norm": 1.3801037073135376,
1429
+ "learning_rate": 2.98e-05,
1430
+ "loss": 1.0363,
1431
+ "step": 203
1432
+ },
1433
+ {
1434
+ "epoch": 0.07203389830508475,
1435
+ "grad_norm": 1.8629417419433594,
1436
+ "learning_rate": 2.97e-05,
1437
+ "loss": 0.8268,
1438
+ "step": 204
1439
+ },
1440
+ {
1441
+ "epoch": 0.07238700564971752,
1442
+ "grad_norm": 1.5077078342437744,
1443
+ "learning_rate": 2.96e-05,
1444
+ "loss": 0.9769,
1445
+ "step": 205
1446
+ },
1447
+ {
1448
+ "epoch": 0.07274011299435028,
1449
+ "grad_norm": 1.8674854040145874,
1450
+ "learning_rate": 2.95e-05,
1451
+ "loss": 1.011,
1452
+ "step": 206
1453
+ },
1454
+ {
1455
+ "epoch": 0.07309322033898305,
1456
+ "grad_norm": 2.605397939682007,
1457
+ "learning_rate": 2.94e-05,
1458
+ "loss": 1.2138,
1459
+ "step": 207
1460
+ },
1461
+ {
1462
+ "epoch": 0.07344632768361582,
1463
+ "grad_norm": 1.3890961408615112,
1464
+ "learning_rate": 2.93e-05,
1465
+ "loss": 0.9088,
1466
+ "step": 208
1467
+ },
1468
+ {
1469
+ "epoch": 0.0737994350282486,
1470
+ "grad_norm": 2.1312317848205566,
1471
+ "learning_rate": 2.9199999999999998e-05,
1472
+ "loss": 1.2366,
1473
+ "step": 209
1474
+ },
1475
+ {
1476
+ "epoch": 0.07415254237288135,
1477
+ "grad_norm": 1.817219853401184,
1478
+ "learning_rate": 2.91e-05,
1479
+ "loss": 0.7755,
1480
+ "step": 210
1481
+ },
1482
+ {
1483
+ "epoch": 0.07450564971751412,
1484
+ "grad_norm": 1.8591907024383545,
1485
+ "learning_rate": 2.9e-05,
1486
+ "loss": 0.9953,
1487
+ "step": 211
1488
+ },
1489
+ {
1490
+ "epoch": 0.0748587570621469,
1491
+ "grad_norm": 1.7456353902816772,
1492
+ "learning_rate": 2.8899999999999998e-05,
1493
+ "loss": 0.7605,
1494
+ "step": 212
1495
+ },
1496
+ {
1497
+ "epoch": 0.07521186440677965,
1498
+ "grad_norm": 1.6678094863891602,
1499
+ "learning_rate": 2.88e-05,
1500
+ "loss": 0.779,
1501
+ "step": 213
1502
+ },
1503
+ {
1504
+ "epoch": 0.07556497175141243,
1505
+ "grad_norm": 1.7547659873962402,
1506
+ "learning_rate": 2.87e-05,
1507
+ "loss": 0.7277,
1508
+ "step": 214
1509
+ },
1510
+ {
1511
+ "epoch": 0.0759180790960452,
1512
+ "grad_norm": 2.3935739994049072,
1513
+ "learning_rate": 2.86e-05,
1514
+ "loss": 1.0243,
1515
+ "step": 215
1516
+ },
1517
+ {
1518
+ "epoch": 0.07627118644067797,
1519
+ "grad_norm": 2.1737802028656006,
1520
+ "learning_rate": 2.8499999999999998e-05,
1521
+ "loss": 0.8159,
1522
+ "step": 216
1523
+ },
1524
+ {
1525
+ "epoch": 0.07662429378531073,
1526
+ "grad_norm": 2.551464557647705,
1527
+ "learning_rate": 2.84e-05,
1528
+ "loss": 0.7808,
1529
+ "step": 217
1530
+ },
1531
+ {
1532
+ "epoch": 0.0769774011299435,
1533
+ "grad_norm": 2.0867929458618164,
1534
+ "learning_rate": 2.83e-05,
1535
+ "loss": 0.7764,
1536
+ "step": 218
1537
+ },
1538
+ {
1539
+ "epoch": 0.07733050847457627,
1540
+ "grad_norm": 2.001920700073242,
1541
+ "learning_rate": 2.8199999999999998e-05,
1542
+ "loss": 0.7499,
1543
+ "step": 219
1544
+ },
1545
+ {
1546
+ "epoch": 0.07768361581920905,
1547
+ "grad_norm": 2.4141225814819336,
1548
+ "learning_rate": 2.8100000000000005e-05,
1549
+ "loss": 0.7964,
1550
+ "step": 220
1551
+ },
1552
+ {
1553
+ "epoch": 0.0780367231638418,
1554
+ "grad_norm": 2.371626615524292,
1555
+ "learning_rate": 2.8000000000000003e-05,
1556
+ "loss": 0.8997,
1557
+ "step": 221
1558
+ },
1559
+ {
1560
+ "epoch": 0.07838983050847458,
1561
+ "grad_norm": 1.6987398862838745,
1562
+ "learning_rate": 2.7900000000000004e-05,
1563
+ "loss": 0.9769,
1564
+ "step": 222
1565
+ },
1566
+ {
1567
+ "epoch": 0.07874293785310735,
1568
+ "grad_norm": 1.768283486366272,
1569
+ "learning_rate": 2.7800000000000005e-05,
1570
+ "loss": 0.6651,
1571
+ "step": 223
1572
+ },
1573
+ {
1574
+ "epoch": 0.07909604519774012,
1575
+ "grad_norm": 1.827958106994629,
1576
+ "learning_rate": 2.7700000000000002e-05,
1577
+ "loss": 0.6805,
1578
+ "step": 224
1579
+ },
1580
+ {
1581
+ "epoch": 0.07944915254237288,
1582
+ "grad_norm": 2.7550013065338135,
1583
+ "learning_rate": 2.7600000000000003e-05,
1584
+ "loss": 0.8034,
1585
+ "step": 225
1586
+ },
1587
+ {
1588
+ "epoch": 0.07980225988700565,
1589
+ "grad_norm": 1.7423927783966064,
1590
+ "learning_rate": 2.7500000000000004e-05,
1591
+ "loss": 0.7345,
1592
+ "step": 226
1593
+ },
1594
+ {
1595
+ "epoch": 0.08015536723163842,
1596
+ "grad_norm": 1.9607951641082764,
1597
+ "learning_rate": 2.7400000000000002e-05,
1598
+ "loss": 0.6771,
1599
+ "step": 227
1600
+ },
1601
+ {
1602
+ "epoch": 0.08050847457627118,
1603
+ "grad_norm": 2.737659215927124,
1604
+ "learning_rate": 2.7300000000000003e-05,
1605
+ "loss": 1.1056,
1606
+ "step": 228
1607
+ },
1608
+ {
1609
+ "epoch": 0.08086158192090395,
1610
+ "grad_norm": 3.3492250442504883,
1611
+ "learning_rate": 2.7200000000000004e-05,
1612
+ "loss": 1.2373,
1613
+ "step": 229
1614
+ },
1615
+ {
1616
+ "epoch": 0.08121468926553672,
1617
+ "grad_norm": 2.10353946685791,
1618
+ "learning_rate": 2.7100000000000005e-05,
1619
+ "loss": 0.8509,
1620
+ "step": 230
1621
+ },
1622
+ {
1623
+ "epoch": 0.0815677966101695,
1624
+ "grad_norm": 2.1462435722351074,
1625
+ "learning_rate": 2.7000000000000002e-05,
1626
+ "loss": 0.8893,
1627
+ "step": 231
1628
+ },
1629
+ {
1630
+ "epoch": 0.08192090395480225,
1631
+ "grad_norm": 2.2392938137054443,
1632
+ "learning_rate": 2.6900000000000003e-05,
1633
+ "loss": 0.8682,
1634
+ "step": 232
1635
+ },
1636
+ {
1637
+ "epoch": 0.08227401129943503,
1638
+ "grad_norm": 2.242868661880493,
1639
+ "learning_rate": 2.6800000000000004e-05,
1640
+ "loss": 0.812,
1641
+ "step": 233
1642
+ },
1643
+ {
1644
+ "epoch": 0.0826271186440678,
1645
+ "grad_norm": 1.9220484495162964,
1646
+ "learning_rate": 2.6700000000000002e-05,
1647
+ "loss": 0.7693,
1648
+ "step": 234
1649
+ },
1650
+ {
1651
+ "epoch": 0.08298022598870057,
1652
+ "grad_norm": 1.5621178150177002,
1653
+ "learning_rate": 2.6600000000000003e-05,
1654
+ "loss": 0.875,
1655
+ "step": 235
1656
+ },
1657
+ {
1658
+ "epoch": 0.08333333333333333,
1659
+ "grad_norm": 1.8653405904769897,
1660
+ "learning_rate": 2.6500000000000004e-05,
1661
+ "loss": 0.6442,
1662
+ "step": 236
1663
+ },
1664
+ {
1665
+ "epoch": 0.0836864406779661,
1666
+ "grad_norm": 2.035147190093994,
1667
+ "learning_rate": 2.64e-05,
1668
+ "loss": 0.8103,
1669
+ "step": 237
1670
+ },
1671
+ {
1672
+ "epoch": 0.08403954802259887,
1673
+ "grad_norm": 2.0776431560516357,
1674
+ "learning_rate": 2.6300000000000002e-05,
1675
+ "loss": 0.8276,
1676
+ "step": 238
1677
+ },
1678
+ {
1679
+ "epoch": 0.08439265536723164,
1680
+ "grad_norm": 1.745665192604065,
1681
+ "learning_rate": 2.6200000000000003e-05,
1682
+ "loss": 0.6145,
1683
+ "step": 239
1684
+ },
1685
+ {
1686
+ "epoch": 0.0847457627118644,
1687
+ "grad_norm": 1.9675729274749756,
1688
+ "learning_rate": 2.61e-05,
1689
+ "loss": 0.7005,
1690
+ "step": 240
1691
+ },
1692
+ {
1693
+ "epoch": 0.08509887005649718,
1694
+ "grad_norm": 2.2235677242279053,
1695
+ "learning_rate": 2.6000000000000002e-05,
1696
+ "loss": 0.5884,
1697
+ "step": 241
1698
+ },
1699
+ {
1700
+ "epoch": 0.08545197740112995,
1701
+ "grad_norm": 1.8204203844070435,
1702
+ "learning_rate": 2.5900000000000003e-05,
1703
+ "loss": 0.6029,
1704
+ "step": 242
1705
+ },
1706
+ {
1707
+ "epoch": 0.0858050847457627,
1708
+ "grad_norm": 1.6106022596359253,
1709
+ "learning_rate": 2.58e-05,
1710
+ "loss": 0.5933,
1711
+ "step": 243
1712
+ },
1713
+ {
1714
+ "epoch": 0.08615819209039548,
1715
+ "grad_norm": 1.8598597049713135,
1716
+ "learning_rate": 2.57e-05,
1717
+ "loss": 0.6792,
1718
+ "step": 244
1719
+ },
1720
+ {
1721
+ "epoch": 0.08651129943502825,
1722
+ "grad_norm": 2.186007499694824,
1723
+ "learning_rate": 2.5600000000000002e-05,
1724
+ "loss": 0.8079,
1725
+ "step": 245
1726
+ },
1727
+ {
1728
+ "epoch": 0.08686440677966102,
1729
+ "grad_norm": 2.206789255142212,
1730
+ "learning_rate": 2.5500000000000003e-05,
1731
+ "loss": 0.936,
1732
+ "step": 246
1733
+ },
1734
+ {
1735
+ "epoch": 0.08721751412429378,
1736
+ "grad_norm": 1.865030288696289,
1737
+ "learning_rate": 2.54e-05,
1738
+ "loss": 0.8269,
1739
+ "step": 247
1740
+ },
1741
+ {
1742
+ "epoch": 0.08757062146892655,
1743
+ "grad_norm": 3.2279410362243652,
1744
+ "learning_rate": 2.5300000000000002e-05,
1745
+ "loss": 0.9072,
1746
+ "step": 248
1747
+ },
1748
+ {
1749
+ "epoch": 0.08792372881355932,
1750
+ "grad_norm": 1.5364686250686646,
1751
+ "learning_rate": 2.5200000000000003e-05,
1752
+ "loss": 0.5486,
1753
+ "step": 249
1754
+ },
1755
+ {
1756
+ "epoch": 0.0882768361581921,
1757
+ "grad_norm": 1.7777973413467407,
1758
+ "learning_rate": 2.51e-05,
1759
+ "loss": 0.5444,
1760
+ "step": 250
1761
+ },
1762
+ {
1763
+ "epoch": 0.08862994350282485,
1764
+ "grad_norm": 2.1404268741607666,
1765
+ "learning_rate": 2.5e-05,
1766
+ "loss": 0.6368,
1767
+ "step": 251
1768
+ },
1769
+ {
1770
+ "epoch": 0.08898305084745763,
1771
+ "grad_norm": 1.80747389793396,
1772
+ "learning_rate": 2.4900000000000002e-05,
1773
+ "loss": 0.6483,
1774
+ "step": 252
1775
+ },
1776
+ {
1777
+ "epoch": 0.0893361581920904,
1778
+ "grad_norm": 1.780600666999817,
1779
+ "learning_rate": 2.48e-05,
1780
+ "loss": 0.7834,
1781
+ "step": 253
1782
+ },
1783
+ {
1784
+ "epoch": 0.08968926553672317,
1785
+ "grad_norm": 2.232827663421631,
1786
+ "learning_rate": 2.47e-05,
1787
+ "loss": 0.7617,
1788
+ "step": 254
1789
+ },
1790
+ {
1791
+ "epoch": 0.09004237288135593,
1792
+ "grad_norm": 1.9321049451828003,
1793
+ "learning_rate": 2.46e-05,
1794
+ "loss": 0.5936,
1795
+ "step": 255
1796
+ },
1797
+ {
1798
+ "epoch": 0.0903954802259887,
1799
+ "grad_norm": 1.7767024040222168,
1800
+ "learning_rate": 2.45e-05,
1801
+ "loss": 0.5475,
1802
+ "step": 256
1803
+ },
1804
+ {
1805
+ "epoch": 0.09074858757062147,
1806
+ "grad_norm": 1.7460103034973145,
1807
+ "learning_rate": 2.44e-05,
1808
+ "loss": 0.7268,
1809
+ "step": 257
1810
+ },
1811
+ {
1812
+ "epoch": 0.09110169491525423,
1813
+ "grad_norm": 2.010267734527588,
1814
+ "learning_rate": 2.43e-05,
1815
+ "loss": 0.5198,
1816
+ "step": 258
1817
+ },
1818
+ {
1819
+ "epoch": 0.091454802259887,
1820
+ "grad_norm": 2.2814278602600098,
1821
+ "learning_rate": 2.4200000000000002e-05,
1822
+ "loss": 0.8076,
1823
+ "step": 259
1824
+ },
1825
+ {
1826
+ "epoch": 0.09180790960451977,
1827
+ "grad_norm": 2.043018341064453,
1828
+ "learning_rate": 2.41e-05,
1829
+ "loss": 0.7212,
1830
+ "step": 260
1831
+ },
1832
+ {
1833
+ "epoch": 0.09216101694915255,
1834
+ "grad_norm": 1.5442239046096802,
1835
+ "learning_rate": 2.4e-05,
1836
+ "loss": 0.6238,
1837
+ "step": 261
1838
+ },
1839
+ {
1840
+ "epoch": 0.0925141242937853,
1841
+ "grad_norm": 2.0493950843811035,
1842
+ "learning_rate": 2.39e-05,
1843
+ "loss": 0.6279,
1844
+ "step": 262
1845
+ },
1846
+ {
1847
+ "epoch": 0.09286723163841808,
1848
+ "grad_norm": 1.9058549404144287,
1849
+ "learning_rate": 2.38e-05,
1850
+ "loss": 0.6636,
1851
+ "step": 263
1852
+ },
1853
+ {
1854
+ "epoch": 0.09322033898305085,
1855
+ "grad_norm": 1.766516089439392,
1856
+ "learning_rate": 2.37e-05,
1857
+ "loss": 0.7014,
1858
+ "step": 264
1859
+ },
1860
+ {
1861
+ "epoch": 0.09357344632768362,
1862
+ "grad_norm": 1.7538968324661255,
1863
+ "learning_rate": 2.36e-05,
1864
+ "loss": 0.7425,
1865
+ "step": 265
1866
+ },
1867
+ {
1868
+ "epoch": 0.09392655367231638,
1869
+ "grad_norm": 1.9766415357589722,
1870
+ "learning_rate": 2.35e-05,
1871
+ "loss": 0.6857,
1872
+ "step": 266
1873
+ },
1874
+ {
1875
+ "epoch": 0.09427966101694915,
1876
+ "grad_norm": 1.8969347476959229,
1877
+ "learning_rate": 2.3400000000000003e-05,
1878
+ "loss": 0.509,
1879
+ "step": 267
1880
+ },
1881
+ {
1882
+ "epoch": 0.09463276836158192,
1883
+ "grad_norm": 2.556140422821045,
1884
+ "learning_rate": 2.3300000000000004e-05,
1885
+ "loss": 0.9246,
1886
+ "step": 268
1887
+ },
1888
+ {
1889
+ "epoch": 0.0949858757062147,
1890
+ "grad_norm": 2.192314624786377,
1891
+ "learning_rate": 2.32e-05,
1892
+ "loss": 0.8475,
1893
+ "step": 269
1894
+ },
1895
+ {
1896
+ "epoch": 0.09533898305084745,
1897
+ "grad_norm": 1.6340404748916626,
1898
+ "learning_rate": 2.3100000000000002e-05,
1899
+ "loss": 0.8045,
1900
+ "step": 270
1901
+ },
1902
+ {
1903
+ "epoch": 0.09569209039548023,
1904
+ "grad_norm": 1.849310040473938,
1905
+ "learning_rate": 2.3000000000000003e-05,
1906
+ "loss": 0.6461,
1907
+ "step": 271
1908
+ },
1909
+ {
1910
+ "epoch": 0.096045197740113,
1911
+ "grad_norm": 1.7643516063690186,
1912
+ "learning_rate": 2.29e-05,
1913
+ "loss": 0.8039,
1914
+ "step": 272
1915
+ },
1916
+ {
1917
+ "epoch": 0.09639830508474577,
1918
+ "grad_norm": 2.249030351638794,
1919
+ "learning_rate": 2.2800000000000002e-05,
1920
+ "loss": 0.6257,
1921
+ "step": 273
1922
+ },
1923
+ {
1924
+ "epoch": 0.09675141242937853,
1925
+ "grad_norm": 1.8955878019332886,
1926
+ "learning_rate": 2.2700000000000003e-05,
1927
+ "loss": 0.4904,
1928
+ "step": 274
1929
+ },
1930
+ {
1931
+ "epoch": 0.0971045197740113,
1932
+ "grad_norm": 2.037266254425049,
1933
+ "learning_rate": 2.26e-05,
1934
+ "loss": 0.9272,
1935
+ "step": 275
1936
+ },
1937
+ {
1938
+ "epoch": 0.09745762711864407,
1939
+ "grad_norm": 2.061370611190796,
1940
+ "learning_rate": 2.25e-05,
1941
+ "loss": 0.5984,
1942
+ "step": 276
1943
+ },
1944
+ {
1945
+ "epoch": 0.09781073446327683,
1946
+ "grad_norm": 3.4211597442626953,
1947
+ "learning_rate": 2.2400000000000002e-05,
1948
+ "loss": 0.9706,
1949
+ "step": 277
1950
+ },
1951
+ {
1952
+ "epoch": 0.0981638418079096,
1953
+ "grad_norm": 2.7527401447296143,
1954
+ "learning_rate": 2.23e-05,
1955
+ "loss": 0.7066,
1956
+ "step": 278
1957
+ },
1958
+ {
1959
+ "epoch": 0.09851694915254237,
1960
+ "grad_norm": 1.8547669649124146,
1961
+ "learning_rate": 2.22e-05,
1962
+ "loss": 0.458,
1963
+ "step": 279
1964
+ },
1965
+ {
1966
+ "epoch": 0.09887005649717515,
1967
+ "grad_norm": 1.9559056758880615,
1968
+ "learning_rate": 2.2100000000000002e-05,
1969
+ "loss": 0.453,
1970
+ "step": 280
1971
+ },
1972
+ {
1973
+ "epoch": 0.0992231638418079,
1974
+ "grad_norm": 1.7714954614639282,
1975
+ "learning_rate": 2.2000000000000003e-05,
1976
+ "loss": 0.5063,
1977
+ "step": 281
1978
+ },
1979
+ {
1980
+ "epoch": 0.09957627118644068,
1981
+ "grad_norm": 3.084165334701538,
1982
+ "learning_rate": 2.19e-05,
1983
+ "loss": 0.8611,
1984
+ "step": 282
1985
+ },
1986
+ {
1987
+ "epoch": 0.09992937853107345,
1988
+ "grad_norm": 1.8296337127685547,
1989
+ "learning_rate": 2.18e-05,
1990
+ "loss": 0.6884,
1991
+ "step": 283
1992
+ },
1993
+ {
1994
+ "epoch": 0.10028248587570622,
1995
+ "grad_norm": 2.5133588314056396,
1996
+ "learning_rate": 2.1700000000000002e-05,
1997
+ "loss": 0.6772,
1998
+ "step": 284
1999
+ },
2000
+ {
2001
+ "epoch": 0.10063559322033898,
2002
+ "grad_norm": 1.612042784690857,
2003
+ "learning_rate": 2.16e-05,
2004
+ "loss": 0.4726,
2005
+ "step": 285
2006
+ },
2007
+ {
2008
+ "epoch": 0.10098870056497175,
2009
+ "grad_norm": 1.9312748908996582,
2010
+ "learning_rate": 2.15e-05,
2011
+ "loss": 0.6412,
2012
+ "step": 286
2013
+ },
2014
+ {
2015
+ "epoch": 0.10134180790960452,
2016
+ "grad_norm": 2.4446702003479004,
2017
+ "learning_rate": 2.1400000000000002e-05,
2018
+ "loss": 0.8463,
2019
+ "step": 287
2020
+ },
2021
+ {
2022
+ "epoch": 0.1016949152542373,
2023
+ "grad_norm": 4.253321647644043,
2024
+ "learning_rate": 2.13e-05,
2025
+ "loss": 0.6177,
2026
+ "step": 288
2027
+ },
2028
+ {
2029
+ "epoch": 0.10204802259887005,
2030
+ "grad_norm": 2.584301471710205,
2031
+ "learning_rate": 2.12e-05,
2032
+ "loss": 0.7182,
2033
+ "step": 289
2034
+ },
2035
+ {
2036
+ "epoch": 0.10240112994350282,
2037
+ "grad_norm": 1.7066371440887451,
2038
+ "learning_rate": 2.11e-05,
2039
+ "loss": 0.5563,
2040
+ "step": 290
2041
+ },
2042
+ {
2043
+ "epoch": 0.1027542372881356,
2044
+ "grad_norm": 3.1515045166015625,
2045
+ "learning_rate": 2.1e-05,
2046
+ "loss": 0.8663,
2047
+ "step": 291
2048
+ },
2049
+ {
2050
+ "epoch": 0.10310734463276836,
2051
+ "grad_norm": 2.3074467182159424,
2052
+ "learning_rate": 2.09e-05,
2053
+ "loss": 0.8209,
2054
+ "step": 292
2055
+ },
2056
+ {
2057
+ "epoch": 0.10346045197740113,
2058
+ "grad_norm": 2.0748472213745117,
2059
+ "learning_rate": 2.08e-05,
2060
+ "loss": 0.6029,
2061
+ "step": 293
2062
+ },
2063
+ {
2064
+ "epoch": 0.1038135593220339,
2065
+ "grad_norm": 1.8115911483764648,
2066
+ "learning_rate": 2.07e-05,
2067
+ "loss": 0.4101,
2068
+ "step": 294
2069
+ },
2070
+ {
2071
+ "epoch": 0.10416666666666667,
2072
+ "grad_norm": 4.644301891326904,
2073
+ "learning_rate": 2.06e-05,
2074
+ "loss": 0.8823,
2075
+ "step": 295
2076
+ },
2077
+ {
2078
+ "epoch": 0.10451977401129943,
2079
+ "grad_norm": 1.8356761932373047,
2080
+ "learning_rate": 2.05e-05,
2081
+ "loss": 0.6229,
2082
+ "step": 296
2083
+ },
2084
+ {
2085
+ "epoch": 0.1048728813559322,
2086
+ "grad_norm": 2.584825038909912,
2087
+ "learning_rate": 2.04e-05,
2088
+ "loss": 0.7403,
2089
+ "step": 297
2090
+ },
2091
+ {
2092
+ "epoch": 0.10522598870056497,
2093
+ "grad_norm": 2.1190598011016846,
2094
+ "learning_rate": 2.0300000000000002e-05,
2095
+ "loss": 0.5843,
2096
+ "step": 298
2097
+ },
2098
+ {
2099
+ "epoch": 0.10557909604519775,
2100
+ "grad_norm": 2.0052149295806885,
2101
+ "learning_rate": 2.0200000000000003e-05,
2102
+ "loss": 0.5476,
2103
+ "step": 299
2104
+ },
2105
+ {
2106
+ "epoch": 0.1059322033898305,
2107
+ "grad_norm": 2.5021302700042725,
2108
+ "learning_rate": 2.01e-05,
2109
+ "loss": 0.6322,
2110
+ "step": 300
2111
+ },
2112
+ {
2113
+ "epoch": 0.10628531073446328,
2114
+ "grad_norm": 2.790252208709717,
2115
+ "learning_rate": 2e-05,
2116
+ "loss": 0.7356,
2117
+ "step": 301
2118
+ },
2119
+ {
2120
+ "epoch": 0.10663841807909605,
2121
+ "grad_norm": 1.896161437034607,
2122
+ "learning_rate": 1.9900000000000003e-05,
2123
+ "loss": 0.6414,
2124
+ "step": 302
2125
+ },
2126
+ {
2127
+ "epoch": 0.10699152542372882,
2128
+ "grad_norm": 2.121238946914673,
2129
+ "learning_rate": 1.9800000000000004e-05,
2130
+ "loss": 0.4369,
2131
+ "step": 303
2132
+ },
2133
+ {
2134
+ "epoch": 0.10734463276836158,
2135
+ "grad_norm": 2.465498685836792,
2136
+ "learning_rate": 1.97e-05,
2137
+ "loss": 0.7176,
2138
+ "step": 304
2139
+ },
2140
+ {
2141
+ "epoch": 0.10769774011299435,
2142
+ "grad_norm": 2.068796396255493,
2143
+ "learning_rate": 1.9600000000000002e-05,
2144
+ "loss": 0.4301,
2145
+ "step": 305
2146
+ },
2147
+ {
2148
+ "epoch": 0.10805084745762712,
2149
+ "grad_norm": 1.9807084798812866,
2150
+ "learning_rate": 1.9500000000000003e-05,
2151
+ "loss": 0.4117,
2152
+ "step": 306
2153
+ },
2154
+ {
2155
+ "epoch": 0.10840395480225988,
2156
+ "grad_norm": 2.1290664672851562,
2157
+ "learning_rate": 1.94e-05,
2158
+ "loss": 0.636,
2159
+ "step": 307
2160
+ },
2161
+ {
2162
+ "epoch": 0.10875706214689265,
2163
+ "grad_norm": 1.9659547805786133,
2164
+ "learning_rate": 1.93e-05,
2165
+ "loss": 0.51,
2166
+ "step": 308
2167
+ },
2168
+ {
2169
+ "epoch": 0.10911016949152542,
2170
+ "grad_norm": 2.1764960289001465,
2171
+ "learning_rate": 1.9200000000000003e-05,
2172
+ "loss": 0.6201,
2173
+ "step": 309
2174
+ },
2175
+ {
2176
+ "epoch": 0.1094632768361582,
2177
+ "grad_norm": 2.654648542404175,
2178
+ "learning_rate": 1.91e-05,
2179
+ "loss": 0.7892,
2180
+ "step": 310
2181
+ },
2182
+ {
2183
+ "epoch": 0.10981638418079095,
2184
+ "grad_norm": 1.8828105926513672,
2185
+ "learning_rate": 1.9e-05,
2186
+ "loss": 0.6453,
2187
+ "step": 311
2188
+ },
2189
+ {
2190
+ "epoch": 0.11016949152542373,
2191
+ "grad_norm": 2.0999748706817627,
2192
+ "learning_rate": 1.8900000000000002e-05,
2193
+ "loss": 0.7547,
2194
+ "step": 312
2195
+ },
2196
+ {
2197
+ "epoch": 0.1105225988700565,
2198
+ "grad_norm": 1.9529651403427124,
2199
+ "learning_rate": 1.88e-05,
2200
+ "loss": 0.3852,
2201
+ "step": 313
2202
+ },
2203
+ {
2204
+ "epoch": 0.11087570621468927,
2205
+ "grad_norm": 2.1099841594696045,
2206
+ "learning_rate": 1.87e-05,
2207
+ "loss": 0.8429,
2208
+ "step": 314
2209
+ },
2210
+ {
2211
+ "epoch": 0.11122881355932203,
2212
+ "grad_norm": 2.6168792247772217,
2213
+ "learning_rate": 1.86e-05,
2214
+ "loss": 0.8384,
2215
+ "step": 315
2216
+ },
2217
+ {
2218
+ "epoch": 0.1115819209039548,
2219
+ "grad_norm": 1.8378658294677734,
2220
+ "learning_rate": 1.85e-05,
2221
+ "loss": 0.5949,
2222
+ "step": 316
2223
+ },
2224
+ {
2225
+ "epoch": 0.11193502824858757,
2226
+ "grad_norm": 2.333801746368408,
2227
+ "learning_rate": 1.84e-05,
2228
+ "loss": 0.4418,
2229
+ "step": 317
2230
+ },
2231
+ {
2232
+ "epoch": 0.11228813559322035,
2233
+ "grad_norm": 2.6359400749206543,
2234
+ "learning_rate": 1.83e-05,
2235
+ "loss": 0.7196,
2236
+ "step": 318
2237
+ },
2238
+ {
2239
+ "epoch": 0.1126412429378531,
2240
+ "grad_norm": 1.830614447593689,
2241
+ "learning_rate": 1.8200000000000002e-05,
2242
+ "loss": 0.5038,
2243
+ "step": 319
2244
+ },
2245
+ {
2246
+ "epoch": 0.11299435028248588,
2247
+ "grad_norm": 1.8708122968673706,
2248
+ "learning_rate": 1.81e-05,
2249
+ "loss": 0.356,
2250
+ "step": 320
2251
+ },
2252
+ {
2253
+ "epoch": 0.11334745762711865,
2254
+ "grad_norm": 1.8595423698425293,
2255
+ "learning_rate": 1.8e-05,
2256
+ "loss": 0.5855,
2257
+ "step": 321
2258
+ },
2259
+ {
2260
+ "epoch": 0.1137005649717514,
2261
+ "grad_norm": 2.0622501373291016,
2262
+ "learning_rate": 1.79e-05,
2263
+ "loss": 0.4762,
2264
+ "step": 322
2265
+ },
2266
+ {
2267
+ "epoch": 0.11405367231638418,
2268
+ "grad_norm": 1.8576161861419678,
2269
+ "learning_rate": 1.78e-05,
2270
+ "loss": 0.6245,
2271
+ "step": 323
2272
+ },
2273
+ {
2274
+ "epoch": 0.11440677966101695,
2275
+ "grad_norm": 2.014206886291504,
2276
+ "learning_rate": 1.77e-05,
2277
+ "loss": 0.4627,
2278
+ "step": 324
2279
+ },
2280
+ {
2281
+ "epoch": 0.11475988700564972,
2282
+ "grad_norm": 1.8058968782424927,
2283
+ "learning_rate": 1.76e-05,
2284
+ "loss": 0.3285,
2285
+ "step": 325
2286
+ },
2287
+ {
2288
+ "epoch": 0.11511299435028248,
2289
+ "grad_norm": 1.7399612665176392,
2290
+ "learning_rate": 1.75e-05,
2291
+ "loss": 0.4845,
2292
+ "step": 326
2293
+ },
2294
+ {
2295
+ "epoch": 0.11546610169491525,
2296
+ "grad_norm": 2.8591692447662354,
2297
+ "learning_rate": 1.74e-05,
2298
+ "loss": 0.7819,
2299
+ "step": 327
2300
+ },
2301
+ {
2302
+ "epoch": 0.11581920903954802,
2303
+ "grad_norm": 2.9054338932037354,
2304
+ "learning_rate": 1.73e-05,
2305
+ "loss": 0.6961,
2306
+ "step": 328
2307
+ },
2308
+ {
2309
+ "epoch": 0.1161723163841808,
2310
+ "grad_norm": 2.231865167617798,
2311
+ "learning_rate": 1.7199999999999998e-05,
2312
+ "loss": 0.532,
2313
+ "step": 329
2314
+ },
2315
+ {
2316
+ "epoch": 0.11652542372881355,
2317
+ "grad_norm": 3.112537145614624,
2318
+ "learning_rate": 1.7100000000000002e-05,
2319
+ "loss": 0.7317,
2320
+ "step": 330
2321
+ },
2322
+ {
2323
+ "epoch": 0.11687853107344633,
2324
+ "grad_norm": 1.886364221572876,
2325
+ "learning_rate": 1.7000000000000003e-05,
2326
+ "loss": 0.4278,
2327
+ "step": 331
2328
+ },
2329
+ {
2330
+ "epoch": 0.1172316384180791,
2331
+ "grad_norm": 2.2548704147338867,
2332
+ "learning_rate": 1.69e-05,
2333
+ "loss": 0.4959,
2334
+ "step": 332
2335
+ },
2336
+ {
2337
+ "epoch": 0.11758474576271187,
2338
+ "grad_norm": 1.778956651687622,
2339
+ "learning_rate": 1.6800000000000002e-05,
2340
+ "loss": 0.4093,
2341
+ "step": 333
2342
+ },
2343
+ {
2344
+ "epoch": 0.11793785310734463,
2345
+ "grad_norm": 3.506840229034424,
2346
+ "learning_rate": 1.6700000000000003e-05,
2347
+ "loss": 0.889,
2348
+ "step": 334
2349
+ },
2350
+ {
2351
+ "epoch": 0.1182909604519774,
2352
+ "grad_norm": 1.7313032150268555,
2353
+ "learning_rate": 1.66e-05,
2354
+ "loss": 0.3059,
2355
+ "step": 335
2356
+ },
2357
+ {
2358
+ "epoch": 0.11864406779661017,
2359
+ "grad_norm": 2.914469003677368,
2360
+ "learning_rate": 1.65e-05,
2361
+ "loss": 0.6975,
2362
+ "step": 336
2363
+ },
2364
+ {
2365
+ "epoch": 0.11899717514124294,
2366
+ "grad_norm": 2.3646645545959473,
2367
+ "learning_rate": 1.6400000000000002e-05,
2368
+ "loss": 0.3799,
2369
+ "step": 337
2370
+ },
2371
+ {
2372
+ "epoch": 0.1193502824858757,
2373
+ "grad_norm": 2.708645820617676,
2374
+ "learning_rate": 1.63e-05,
2375
+ "loss": 0.6651,
2376
+ "step": 338
2377
+ },
2378
+ {
2379
+ "epoch": 0.11970338983050847,
2380
+ "grad_norm": 2.4956207275390625,
2381
+ "learning_rate": 1.62e-05,
2382
+ "loss": 0.5777,
2383
+ "step": 339
2384
+ },
2385
+ {
2386
+ "epoch": 0.12005649717514125,
2387
+ "grad_norm": 2.371713161468506,
2388
+ "learning_rate": 1.6100000000000002e-05,
2389
+ "loss": 0.477,
2390
+ "step": 340
2391
+ },
2392
+ {
2393
+ "epoch": 0.120409604519774,
2394
+ "grad_norm": 1.81998872756958,
2395
+ "learning_rate": 1.6000000000000003e-05,
2396
+ "loss": 0.3214,
2397
+ "step": 341
2398
+ },
2399
+ {
2400
+ "epoch": 0.12076271186440678,
2401
+ "grad_norm": 2.2463088035583496,
2402
+ "learning_rate": 1.59e-05,
2403
+ "loss": 0.602,
2404
+ "step": 342
2405
+ },
2406
+ {
2407
+ "epoch": 0.12111581920903955,
2408
+ "grad_norm": 2.2001595497131348,
2409
+ "learning_rate": 1.58e-05,
2410
+ "loss": 0.6024,
2411
+ "step": 343
2412
+ },
2413
+ {
2414
+ "epoch": 0.12146892655367232,
2415
+ "grad_norm": 2.6866791248321533,
2416
+ "learning_rate": 1.5700000000000002e-05,
2417
+ "loss": 0.693,
2418
+ "step": 344
2419
+ },
2420
+ {
2421
+ "epoch": 0.12182203389830508,
2422
+ "grad_norm": 2.6667373180389404,
2423
+ "learning_rate": 1.56e-05,
2424
+ "loss": 0.6857,
2425
+ "step": 345
2426
+ },
2427
+ {
2428
+ "epoch": 0.12217514124293785,
2429
+ "grad_norm": 2.1822969913482666,
2430
+ "learning_rate": 1.55e-05,
2431
+ "loss": 0.51,
2432
+ "step": 346
2433
+ },
2434
+ {
2435
+ "epoch": 0.12252824858757062,
2436
+ "grad_norm": 2.881263256072998,
2437
+ "learning_rate": 1.54e-05,
2438
+ "loss": 0.6404,
2439
+ "step": 347
2440
+ },
2441
+ {
2442
+ "epoch": 0.1228813559322034,
2443
+ "grad_norm": 2.1057329177856445,
2444
+ "learning_rate": 1.53e-05,
2445
+ "loss": 0.495,
2446
+ "step": 348
2447
+ },
2448
+ {
2449
+ "epoch": 0.12323446327683615,
2450
+ "grad_norm": 1.6811401844024658,
2451
+ "learning_rate": 1.52e-05,
2452
+ "loss": 0.2848,
2453
+ "step": 349
2454
+ },
2455
+ {
2456
+ "epoch": 0.12358757062146893,
2457
+ "grad_norm": 2.3314602375030518,
2458
+ "learning_rate": 1.51e-05,
2459
+ "loss": 0.5686,
2460
+ "step": 350
2461
+ },
2462
+ {
2463
+ "epoch": 0.1239406779661017,
2464
+ "grad_norm": 2.8521921634674072,
2465
+ "learning_rate": 1.5e-05,
2466
+ "loss": 0.7763,
2467
+ "step": 351
2468
+ },
2469
+ {
2470
+ "epoch": 0.12429378531073447,
2471
+ "grad_norm": 2.379612922668457,
2472
+ "learning_rate": 1.49e-05,
2473
+ "loss": 0.6625,
2474
+ "step": 352
2475
+ },
2476
+ {
2477
+ "epoch": 0.12464689265536723,
2478
+ "grad_norm": 1.7267616987228394,
2479
+ "learning_rate": 1.48e-05,
2480
+ "loss": 0.3089,
2481
+ "step": 353
2482
+ },
2483
+ {
2484
+ "epoch": 0.125,
2485
+ "grad_norm": 2.078075647354126,
2486
+ "learning_rate": 1.47e-05,
2487
+ "loss": 0.5671,
2488
+ "step": 354
2489
+ },
2490
+ {
2491
+ "epoch": 0.12535310734463276,
2492
+ "grad_norm": 2.491132974624634,
2493
+ "learning_rate": 1.4599999999999999e-05,
2494
+ "loss": 0.5108,
2495
+ "step": 355
2496
+ },
2497
+ {
2498
+ "epoch": 0.12570621468926554,
2499
+ "grad_norm": 2.2118701934814453,
2500
+ "learning_rate": 1.45e-05,
2501
+ "loss": 0.4687,
2502
+ "step": 356
2503
+ },
2504
+ {
2505
+ "epoch": 0.1260593220338983,
2506
+ "grad_norm": 1.556470274925232,
2507
+ "learning_rate": 1.44e-05,
2508
+ "loss": 0.2878,
2509
+ "step": 357
2510
+ },
2511
+ {
2512
+ "epoch": 0.12641242937853106,
2513
+ "grad_norm": 3.0352628231048584,
2514
+ "learning_rate": 1.43e-05,
2515
+ "loss": 0.7796,
2516
+ "step": 358
2517
+ },
2518
+ {
2519
+ "epoch": 0.12676553672316385,
2520
+ "grad_norm": 2.498322010040283,
2521
+ "learning_rate": 1.42e-05,
2522
+ "loss": 0.6919,
2523
+ "step": 359
2524
+ },
2525
+ {
2526
+ "epoch": 0.1271186440677966,
2527
+ "grad_norm": 2.7435500621795654,
2528
+ "learning_rate": 1.4099999999999999e-05,
2529
+ "loss": 0.6379,
2530
+ "step": 360
2531
+ },
2532
+ {
2533
+ "epoch": 0.1274717514124294,
2534
+ "grad_norm": 2.1981303691864014,
2535
+ "learning_rate": 1.4000000000000001e-05,
2536
+ "loss": 0.4841,
2537
+ "step": 361
2538
+ },
2539
+ {
2540
+ "epoch": 0.12782485875706215,
2541
+ "grad_norm": 4.253507137298584,
2542
+ "learning_rate": 1.3900000000000002e-05,
2543
+ "loss": 0.8417,
2544
+ "step": 362
2545
+ },
2546
+ {
2547
+ "epoch": 0.1281779661016949,
2548
+ "grad_norm": 2.2498624324798584,
2549
+ "learning_rate": 1.3800000000000002e-05,
2550
+ "loss": 0.3849,
2551
+ "step": 363
2552
+ },
2553
+ {
2554
+ "epoch": 0.1285310734463277,
2555
+ "grad_norm": 2.5313210487365723,
2556
+ "learning_rate": 1.3700000000000001e-05,
2557
+ "loss": 0.7152,
2558
+ "step": 364
2559
+ },
2560
+ {
2561
+ "epoch": 0.12888418079096045,
2562
+ "grad_norm": 2.427729368209839,
2563
+ "learning_rate": 1.3600000000000002e-05,
2564
+ "loss": 0.613,
2565
+ "step": 365
2566
+ },
2567
+ {
2568
+ "epoch": 0.1292372881355932,
2569
+ "grad_norm": 2.1720805168151855,
2570
+ "learning_rate": 1.3500000000000001e-05,
2571
+ "loss": 0.527,
2572
+ "step": 366
2573
+ },
2574
+ {
2575
+ "epoch": 0.129590395480226,
2576
+ "grad_norm": 2.054292678833008,
2577
+ "learning_rate": 1.3400000000000002e-05,
2578
+ "loss": 0.4659,
2579
+ "step": 367
2580
+ },
2581
+ {
2582
+ "epoch": 0.12994350282485875,
2583
+ "grad_norm": 2.235578775405884,
2584
+ "learning_rate": 1.3300000000000001e-05,
2585
+ "loss": 0.4747,
2586
+ "step": 368
2587
+ },
2588
+ {
2589
+ "epoch": 0.13029661016949154,
2590
+ "grad_norm": 1.5781618356704712,
2591
+ "learning_rate": 1.32e-05,
2592
+ "loss": 0.2759,
2593
+ "step": 369
2594
+ },
2595
+ {
2596
+ "epoch": 0.1306497175141243,
2597
+ "grad_norm": 1.8499678373336792,
2598
+ "learning_rate": 1.3100000000000002e-05,
2599
+ "loss": 0.4529,
2600
+ "step": 370
2601
+ },
2602
+ {
2603
+ "epoch": 0.13100282485875706,
2604
+ "grad_norm": 1.901394248008728,
2605
+ "learning_rate": 1.3000000000000001e-05,
2606
+ "loss": 0.5179,
2607
+ "step": 371
2608
+ },
2609
+ {
2610
+ "epoch": 0.13135593220338984,
2611
+ "grad_norm": 2.1701114177703857,
2612
+ "learning_rate": 1.29e-05,
2613
+ "loss": 0.5104,
2614
+ "step": 372
2615
+ },
2616
+ {
2617
+ "epoch": 0.1317090395480226,
2618
+ "grad_norm": 2.1720824241638184,
2619
+ "learning_rate": 1.2800000000000001e-05,
2620
+ "loss": 0.3809,
2621
+ "step": 373
2622
+ },
2623
+ {
2624
+ "epoch": 0.13206214689265536,
2625
+ "grad_norm": 2.1540091037750244,
2626
+ "learning_rate": 1.27e-05,
2627
+ "loss": 0.5311,
2628
+ "step": 374
2629
+ },
2630
+ {
2631
+ "epoch": 0.13241525423728814,
2632
+ "grad_norm": 2.0049026012420654,
2633
+ "learning_rate": 1.2600000000000001e-05,
2634
+ "loss": 0.363,
2635
+ "step": 375
2636
+ },
2637
+ {
2638
+ "epoch": 0.1327683615819209,
2639
+ "grad_norm": 2.1072335243225098,
2640
+ "learning_rate": 1.25e-05,
2641
+ "loss": 0.4218,
2642
+ "step": 376
2643
+ },
2644
+ {
2645
+ "epoch": 0.13312146892655366,
2646
+ "grad_norm": 1.9690706729888916,
2647
+ "learning_rate": 1.24e-05,
2648
+ "loss": 0.4304,
2649
+ "step": 377
2650
+ },
2651
+ {
2652
+ "epoch": 0.13347457627118645,
2653
+ "grad_norm": 1.7669113874435425,
2654
+ "learning_rate": 1.23e-05,
2655
+ "loss": 0.3686,
2656
+ "step": 378
2657
+ },
2658
+ {
2659
+ "epoch": 0.1338276836158192,
2660
+ "grad_norm": 1.9775711297988892,
2661
+ "learning_rate": 1.22e-05,
2662
+ "loss": 0.503,
2663
+ "step": 379
2664
+ },
2665
+ {
2666
+ "epoch": 0.134180790960452,
2667
+ "grad_norm": 2.458343744277954,
2668
+ "learning_rate": 1.2100000000000001e-05,
2669
+ "loss": 0.4038,
2670
+ "step": 380
2671
+ },
2672
+ {
2673
+ "epoch": 0.13453389830508475,
2674
+ "grad_norm": 1.9653310775756836,
2675
+ "learning_rate": 1.2e-05,
2676
+ "loss": 0.5042,
2677
+ "step": 381
2678
+ },
2679
+ {
2680
+ "epoch": 0.1348870056497175,
2681
+ "grad_norm": 1.832046627998352,
2682
+ "learning_rate": 1.19e-05,
2683
+ "loss": 0.3696,
2684
+ "step": 382
2685
+ },
2686
+ {
2687
+ "epoch": 0.1352401129943503,
2688
+ "grad_norm": 4.0539374351501465,
2689
+ "learning_rate": 1.18e-05,
2690
+ "loss": 0.8044,
2691
+ "step": 383
2692
+ },
2693
+ {
2694
+ "epoch": 0.13559322033898305,
2695
+ "grad_norm": 4.322567462921143,
2696
+ "learning_rate": 1.1700000000000001e-05,
2697
+ "loss": 0.9251,
2698
+ "step": 384
2699
+ },
2700
+ {
2701
+ "epoch": 0.1359463276836158,
2702
+ "grad_norm": 1.9108883142471313,
2703
+ "learning_rate": 1.16e-05,
2704
+ "loss": 0.4827,
2705
+ "step": 385
2706
+ },
2707
+ {
2708
+ "epoch": 0.1362994350282486,
2709
+ "grad_norm": 1.4768140316009521,
2710
+ "learning_rate": 1.1500000000000002e-05,
2711
+ "loss": 0.2541,
2712
+ "step": 386
2713
+ },
2714
+ {
2715
+ "epoch": 0.13665254237288135,
2716
+ "grad_norm": 2.005392551422119,
2717
+ "learning_rate": 1.1400000000000001e-05,
2718
+ "loss": 0.5762,
2719
+ "step": 387
2720
+ },
2721
+ {
2722
+ "epoch": 0.1370056497175141,
2723
+ "grad_norm": 3.0048270225524902,
2724
+ "learning_rate": 1.13e-05,
2725
+ "loss": 0.6806,
2726
+ "step": 388
2727
+ },
2728
+ {
2729
+ "epoch": 0.1373587570621469,
2730
+ "grad_norm": 2.6098363399505615,
2731
+ "learning_rate": 1.1200000000000001e-05,
2732
+ "loss": 0.5409,
2733
+ "step": 389
2734
+ },
2735
+ {
2736
+ "epoch": 0.13771186440677965,
2737
+ "grad_norm": 2.0291426181793213,
2738
+ "learning_rate": 1.11e-05,
2739
+ "loss": 0.4466,
2740
+ "step": 390
2741
+ },
2742
+ {
2743
+ "epoch": 0.13806497175141244,
2744
+ "grad_norm": 1.4195945262908936,
2745
+ "learning_rate": 1.1000000000000001e-05,
2746
+ "loss": 0.2425,
2747
+ "step": 391
2748
+ },
2749
+ {
2750
+ "epoch": 0.1384180790960452,
2751
+ "grad_norm": 3.1550965309143066,
2752
+ "learning_rate": 1.09e-05,
2753
+ "loss": 0.6254,
2754
+ "step": 392
2755
+ },
2756
+ {
2757
+ "epoch": 0.13877118644067796,
2758
+ "grad_norm": 1.7930920124053955,
2759
+ "learning_rate": 1.08e-05,
2760
+ "loss": 0.3466,
2761
+ "step": 393
2762
+ },
2763
+ {
2764
+ "epoch": 0.13912429378531074,
2765
+ "grad_norm": 1.9969501495361328,
2766
+ "learning_rate": 1.0700000000000001e-05,
2767
+ "loss": 0.3996,
2768
+ "step": 394
2769
+ },
2770
+ {
2771
+ "epoch": 0.1394774011299435,
2772
+ "grad_norm": 2.3298864364624023,
2773
+ "learning_rate": 1.06e-05,
2774
+ "loss": 0.4196,
2775
+ "step": 395
2776
+ },
2777
+ {
2778
+ "epoch": 0.13983050847457626,
2779
+ "grad_norm": 4.122328281402588,
2780
+ "learning_rate": 1.05e-05,
2781
+ "loss": 0.3735,
2782
+ "step": 396
2783
+ },
2784
+ {
2785
+ "epoch": 0.14018361581920905,
2786
+ "grad_norm": 2.8163208961486816,
2787
+ "learning_rate": 1.04e-05,
2788
+ "loss": 0.4261,
2789
+ "step": 397
2790
+ },
2791
+ {
2792
+ "epoch": 0.1405367231638418,
2793
+ "grad_norm": 1.7612152099609375,
2794
+ "learning_rate": 1.03e-05,
2795
+ "loss": 0.4001,
2796
+ "step": 398
2797
+ },
2798
+ {
2799
+ "epoch": 0.1408898305084746,
2800
+ "grad_norm": 2.542123317718506,
2801
+ "learning_rate": 1.02e-05,
2802
+ "loss": 0.5853,
2803
+ "step": 399
2804
+ },
2805
+ {
2806
+ "epoch": 0.14124293785310735,
2807
+ "grad_norm": 2.013018846511841,
2808
+ "learning_rate": 1.0100000000000002e-05,
2809
+ "loss": 0.344,
2810
+ "step": 400
2811
+ },
2812
+ {
2813
+ "epoch": 0.1415960451977401,
2814
+ "grad_norm": 2.6476850509643555,
2815
+ "learning_rate": 1e-05,
2816
+ "loss": 0.5595,
2817
+ "step": 401
2818
+ },
2819
+ {
2820
+ "epoch": 0.1419491525423729,
2821
+ "grad_norm": 2.0753297805786133,
2822
+ "learning_rate": 9.900000000000002e-06,
2823
+ "loss": 0.3958,
2824
+ "step": 402
2825
+ },
2826
+ {
2827
+ "epoch": 0.14230225988700565,
2828
+ "grad_norm": 1.726521372795105,
2829
+ "learning_rate": 9.800000000000001e-06,
2830
+ "loss": 0.3896,
2831
+ "step": 403
2832
+ },
2833
+ {
2834
+ "epoch": 0.1426553672316384,
2835
+ "grad_norm": 2.0191128253936768,
2836
+ "learning_rate": 9.7e-06,
2837
+ "loss": 0.4541,
2838
+ "step": 404
2839
+ },
2840
+ {
2841
+ "epoch": 0.1430084745762712,
2842
+ "grad_norm": 2.52801775932312,
2843
+ "learning_rate": 9.600000000000001e-06,
2844
+ "loss": 0.4609,
2845
+ "step": 405
2846
+ },
2847
+ {
2848
+ "epoch": 0.14336158192090395,
2849
+ "grad_norm": 2.738588809967041,
2850
+ "learning_rate": 9.5e-06,
2851
+ "loss": 0.4313,
2852
+ "step": 406
2853
+ },
2854
+ {
2855
+ "epoch": 0.1437146892655367,
2856
+ "grad_norm": 2.0913681983947754,
2857
+ "learning_rate": 9.4e-06,
2858
+ "loss": 0.4176,
2859
+ "step": 407
2860
+ },
2861
+ {
2862
+ "epoch": 0.1440677966101695,
2863
+ "grad_norm": 1.8325021266937256,
2864
+ "learning_rate": 9.3e-06,
2865
+ "loss": 0.3419,
2866
+ "step": 408
2867
+ },
2868
+ {
2869
+ "epoch": 0.14442090395480225,
2870
+ "grad_norm": 2.245701551437378,
2871
+ "learning_rate": 9.2e-06,
2872
+ "loss": 0.4799,
2873
+ "step": 409
2874
+ },
2875
+ {
2876
+ "epoch": 0.14477401129943504,
2877
+ "grad_norm": 3.9585647583007812,
2878
+ "learning_rate": 9.100000000000001e-06,
2879
+ "loss": 0.6476,
2880
+ "step": 410
2881
+ },
2882
+ {
2883
+ "epoch": 0.1451271186440678,
2884
+ "grad_norm": 3.2401275634765625,
2885
+ "learning_rate": 9e-06,
2886
+ "loss": 0.6274,
2887
+ "step": 411
2888
+ },
2889
+ {
2890
+ "epoch": 0.14548022598870056,
2891
+ "grad_norm": 2.1975040435791016,
2892
+ "learning_rate": 8.9e-06,
2893
+ "loss": 0.4277,
2894
+ "step": 412
2895
+ },
2896
+ {
2897
+ "epoch": 0.14583333333333334,
2898
+ "grad_norm": 1.8795210123062134,
2899
+ "learning_rate": 8.8e-06,
2900
+ "loss": 0.2486,
2901
+ "step": 413
2902
+ },
2903
+ {
2904
+ "epoch": 0.1461864406779661,
2905
+ "grad_norm": 2.162196159362793,
2906
+ "learning_rate": 8.7e-06,
2907
+ "loss": 0.3372,
2908
+ "step": 414
2909
+ },
2910
+ {
2911
+ "epoch": 0.14653954802259886,
2912
+ "grad_norm": 2.1754472255706787,
2913
+ "learning_rate": 8.599999999999999e-06,
2914
+ "loss": 0.4053,
2915
+ "step": 415
2916
+ },
2917
+ {
2918
+ "epoch": 0.14689265536723164,
2919
+ "grad_norm": 2.0052478313446045,
2920
+ "learning_rate": 8.500000000000002e-06,
2921
+ "loss": 0.3775,
2922
+ "step": 416
2923
+ },
2924
+ {
2925
+ "epoch": 0.1472457627118644,
2926
+ "grad_norm": 2.1078007221221924,
2927
+ "learning_rate": 8.400000000000001e-06,
2928
+ "loss": 0.5518,
2929
+ "step": 417
2930
+ },
2931
+ {
2932
+ "epoch": 0.1475988700564972,
2933
+ "grad_norm": 2.85091495513916,
2934
+ "learning_rate": 8.3e-06,
2935
+ "loss": 0.8025,
2936
+ "step": 418
2937
+ },
2938
+ {
2939
+ "epoch": 0.14795197740112995,
2940
+ "grad_norm": 1.9279358386993408,
2941
+ "learning_rate": 8.200000000000001e-06,
2942
+ "loss": 0.4753,
2943
+ "step": 419
2944
+ },
2945
+ {
2946
+ "epoch": 0.1483050847457627,
2947
+ "grad_norm": 2.3065125942230225,
2948
+ "learning_rate": 8.1e-06,
2949
+ "loss": 0.3965,
2950
+ "step": 420
2951
+ },
2952
+ {
2953
+ "epoch": 0.1486581920903955,
2954
+ "grad_norm": 3.294403076171875,
2955
+ "learning_rate": 8.000000000000001e-06,
2956
+ "loss": 0.6205,
2957
+ "step": 421
2958
+ },
2959
+ {
2960
+ "epoch": 0.14901129943502825,
2961
+ "grad_norm": 1.7436306476593018,
2962
+ "learning_rate": 7.9e-06,
2963
+ "loss": 0.239,
2964
+ "step": 422
2965
+ },
2966
+ {
2967
+ "epoch": 0.149364406779661,
2968
+ "grad_norm": 1.420858383178711,
2969
+ "learning_rate": 7.8e-06,
2970
+ "loss": 0.2265,
2971
+ "step": 423
2972
+ },
2973
+ {
2974
+ "epoch": 0.1497175141242938,
2975
+ "grad_norm": 2.940077066421509,
2976
+ "learning_rate": 7.7e-06,
2977
+ "loss": 0.6006,
2978
+ "step": 424
2979
+ },
2980
+ {
2981
+ "epoch": 0.15007062146892655,
2982
+ "grad_norm": 2.1452486515045166,
2983
+ "learning_rate": 7.6e-06,
2984
+ "loss": 0.3333,
2985
+ "step": 425
2986
+ },
2987
+ {
2988
+ "epoch": 0.1504237288135593,
2989
+ "grad_norm": 4.092085838317871,
2990
+ "learning_rate": 7.5e-06,
2991
+ "loss": 0.7523,
2992
+ "step": 426
2993
+ },
2994
+ {
2995
+ "epoch": 0.1507768361581921,
2996
+ "grad_norm": 1.8198660612106323,
2997
+ "learning_rate": 7.4e-06,
2998
+ "loss": 0.3283,
2999
+ "step": 427
3000
+ },
3001
+ {
3002
+ "epoch": 0.15112994350282485,
3003
+ "grad_norm": 1.3757944107055664,
3004
+ "learning_rate": 7.2999999999999996e-06,
3005
+ "loss": 0.2199,
3006
+ "step": 428
3007
+ },
3008
+ {
3009
+ "epoch": 0.15148305084745764,
3010
+ "grad_norm": 2.0032095909118652,
3011
+ "learning_rate": 7.2e-06,
3012
+ "loss": 0.3994,
3013
+ "step": 429
3014
+ },
3015
+ {
3016
+ "epoch": 0.1518361581920904,
3017
+ "grad_norm": 2.9988086223602295,
3018
+ "learning_rate": 7.1e-06,
3019
+ "loss": 0.3558,
3020
+ "step": 430
3021
+ },
3022
+ {
3023
+ "epoch": 0.15218926553672316,
3024
+ "grad_norm": 2.7509193420410156,
3025
+ "learning_rate": 7.000000000000001e-06,
3026
+ "loss": 0.5825,
3027
+ "step": 431
3028
+ },
3029
+ {
3030
+ "epoch": 0.15254237288135594,
3031
+ "grad_norm": 2.523036003112793,
3032
+ "learning_rate": 6.900000000000001e-06,
3033
+ "loss": 0.484,
3034
+ "step": 432
3035
+ },
3036
+ {
3037
+ "epoch": 0.1528954802259887,
3038
+ "grad_norm": 1.8027594089508057,
3039
+ "learning_rate": 6.800000000000001e-06,
3040
+ "loss": 0.382,
3041
+ "step": 433
3042
+ },
3043
+ {
3044
+ "epoch": 0.15324858757062146,
3045
+ "grad_norm": 2.55008602142334,
3046
+ "learning_rate": 6.700000000000001e-06,
3047
+ "loss": 0.4458,
3048
+ "step": 434
3049
+ },
3050
+ {
3051
+ "epoch": 0.15360169491525424,
3052
+ "grad_norm": 2.159984827041626,
3053
+ "learning_rate": 6.6e-06,
3054
+ "loss": 0.3597,
3055
+ "step": 435
3056
+ },
3057
+ {
3058
+ "epoch": 0.153954802259887,
3059
+ "grad_norm": 2.2070958614349365,
3060
+ "learning_rate": 6.5000000000000004e-06,
3061
+ "loss": 0.483,
3062
+ "step": 436
3063
+ },
3064
+ {
3065
+ "epoch": 0.15430790960451976,
3066
+ "grad_norm": 2.283949851989746,
3067
+ "learning_rate": 6.4000000000000006e-06,
3068
+ "loss": 0.3999,
3069
+ "step": 437
3070
+ },
3071
+ {
3072
+ "epoch": 0.15466101694915255,
3073
+ "grad_norm": 2.086303472518921,
3074
+ "learning_rate": 6.300000000000001e-06,
3075
+ "loss": 0.4877,
3076
+ "step": 438
3077
+ },
3078
+ {
3079
+ "epoch": 0.1550141242937853,
3080
+ "grad_norm": 2.2829809188842773,
3081
+ "learning_rate": 6.2e-06,
3082
+ "loss": 0.4839,
3083
+ "step": 439
3084
+ },
3085
+ {
3086
+ "epoch": 0.1553672316384181,
3087
+ "grad_norm": 2.9696552753448486,
3088
+ "learning_rate": 6.1e-06,
3089
+ "loss": 0.5502,
3090
+ "step": 440
3091
+ },
3092
+ {
3093
+ "epoch": 0.15572033898305085,
3094
+ "grad_norm": 2.7994322776794434,
3095
+ "learning_rate": 6e-06,
3096
+ "loss": 0.5695,
3097
+ "step": 441
3098
+ },
3099
+ {
3100
+ "epoch": 0.1560734463276836,
3101
+ "grad_norm": 1.9340434074401855,
3102
+ "learning_rate": 5.9e-06,
3103
+ "loss": 0.3296,
3104
+ "step": 442
3105
+ },
3106
+ {
3107
+ "epoch": 0.1564265536723164,
3108
+ "grad_norm": 2.5606064796447754,
3109
+ "learning_rate": 5.8e-06,
3110
+ "loss": 0.411,
3111
+ "step": 443
3112
+ },
3113
+ {
3114
+ "epoch": 0.15677966101694915,
3115
+ "grad_norm": 2.6650333404541016,
3116
+ "learning_rate": 5.7000000000000005e-06,
3117
+ "loss": 0.3179,
3118
+ "step": 444
3119
+ },
3120
+ {
3121
+ "epoch": 0.1571327683615819,
3122
+ "grad_norm": 4.912551403045654,
3123
+ "learning_rate": 5.600000000000001e-06,
3124
+ "loss": 0.8535,
3125
+ "step": 445
3126
+ },
3127
+ {
3128
+ "epoch": 0.1574858757062147,
3129
+ "grad_norm": 2.2671737670898438,
3130
+ "learning_rate": 5.500000000000001e-06,
3131
+ "loss": 0.3959,
3132
+ "step": 446
3133
+ },
3134
+ {
3135
+ "epoch": 0.15783898305084745,
3136
+ "grad_norm": 2.4728825092315674,
3137
+ "learning_rate": 5.4e-06,
3138
+ "loss": 0.3118,
3139
+ "step": 447
3140
+ },
3141
+ {
3142
+ "epoch": 0.15819209039548024,
3143
+ "grad_norm": 1.7785649299621582,
3144
+ "learning_rate": 5.3e-06,
3145
+ "loss": 0.228,
3146
+ "step": 448
3147
+ },
3148
+ {
3149
+ "epoch": 0.158545197740113,
3150
+ "grad_norm": 2.288245916366577,
3151
+ "learning_rate": 5.2e-06,
3152
+ "loss": 0.3586,
3153
+ "step": 449
3154
+ },
3155
+ {
3156
+ "epoch": 0.15889830508474576,
3157
+ "grad_norm": 1.821871042251587,
3158
+ "learning_rate": 5.1e-06,
3159
+ "loss": 0.362,
3160
+ "step": 450
3161
+ },
3162
+ {
3163
+ "epoch": 0.15925141242937854,
3164
+ "grad_norm": 1.9763644933700562,
3165
+ "learning_rate": 5e-06,
3166
+ "loss": 0.3057,
3167
+ "step": 451
3168
+ },
3169
+ {
3170
+ "epoch": 0.1596045197740113,
3171
+ "grad_norm": 1.8915050029754639,
3172
+ "learning_rate": 4.9000000000000005e-06,
3173
+ "loss": 0.3815,
3174
+ "step": 452
3175
+ },
3176
+ {
3177
+ "epoch": 0.15995762711864406,
3178
+ "grad_norm": 1.787156343460083,
3179
+ "learning_rate": 4.800000000000001e-06,
3180
+ "loss": 0.2223,
3181
+ "step": 453
3182
+ },
3183
+ {
3184
+ "epoch": 0.16031073446327684,
3185
+ "grad_norm": 2.0852158069610596,
3186
+ "learning_rate": 4.7e-06,
3187
+ "loss": 0.4158,
3188
+ "step": 454
3189
+ },
3190
+ {
3191
+ "epoch": 0.1606638418079096,
3192
+ "grad_norm": 1.9223723411560059,
3193
+ "learning_rate": 4.6e-06,
3194
+ "loss": 0.3043,
3195
+ "step": 455
3196
+ },
3197
+ {
3198
+ "epoch": 0.16101694915254236,
3199
+ "grad_norm": 1.8598310947418213,
3200
+ "learning_rate": 4.5e-06,
3201
+ "loss": 0.3886,
3202
+ "step": 456
3203
+ },
3204
+ {
3205
+ "epoch": 0.16137005649717515,
3206
+ "grad_norm": 2.242039918899536,
3207
+ "learning_rate": 4.4e-06,
3208
+ "loss": 0.4703,
3209
+ "step": 457
3210
+ },
3211
+ {
3212
+ "epoch": 0.1617231638418079,
3213
+ "grad_norm": 1.7315804958343506,
3214
+ "learning_rate": 4.2999999999999995e-06,
3215
+ "loss": 0.2178,
3216
+ "step": 458
3217
+ },
3218
+ {
3219
+ "epoch": 0.1620762711864407,
3220
+ "grad_norm": 2.204817295074463,
3221
+ "learning_rate": 4.2000000000000004e-06,
3222
+ "loss": 0.3898,
3223
+ "step": 459
3224
+ },
3225
+ {
3226
+ "epoch": 0.16242937853107345,
3227
+ "grad_norm": 2.1929430961608887,
3228
+ "learning_rate": 4.1000000000000006e-06,
3229
+ "loss": 0.3549,
3230
+ "step": 460
3231
+ },
3232
+ {
3233
+ "epoch": 0.1627824858757062,
3234
+ "grad_norm": 1.7955076694488525,
3235
+ "learning_rate": 4.000000000000001e-06,
3236
+ "loss": 0.3815,
3237
+ "step": 461
3238
+ },
3239
+ {
3240
+ "epoch": 0.163135593220339,
3241
+ "grad_norm": 4.15421724319458,
3242
+ "learning_rate": 3.9e-06,
3243
+ "loss": 0.6433,
3244
+ "step": 462
3245
+ },
3246
+ {
3247
+ "epoch": 0.16348870056497175,
3248
+ "grad_norm": 1.9674700498580933,
3249
+ "learning_rate": 3.8e-06,
3250
+ "loss": 0.3425,
3251
+ "step": 463
3252
+ },
3253
+ {
3254
+ "epoch": 0.1638418079096045,
3255
+ "grad_norm": 1.909616231918335,
3256
+ "learning_rate": 3.7e-06,
3257
+ "loss": 0.343,
3258
+ "step": 464
3259
+ },
3260
+ {
3261
+ "epoch": 0.1641949152542373,
3262
+ "grad_norm": 2.229336977005005,
3263
+ "learning_rate": 3.6e-06,
3264
+ "loss": 0.4534,
3265
+ "step": 465
3266
+ },
3267
+ {
3268
+ "epoch": 0.16454802259887005,
3269
+ "grad_norm": 1.3924556970596313,
3270
+ "learning_rate": 3.5000000000000004e-06,
3271
+ "loss": 0.2077,
3272
+ "step": 466
3273
+ },
3274
+ {
3275
+ "epoch": 0.1649011299435028,
3276
+ "grad_norm": 1.3659465312957764,
3277
+ "learning_rate": 3.4000000000000005e-06,
3278
+ "loss": 0.2068,
3279
+ "step": 467
3280
+ },
3281
+ {
3282
+ "epoch": 0.1652542372881356,
3283
+ "grad_norm": 1.867235779762268,
3284
+ "learning_rate": 3.3e-06,
3285
+ "loss": 0.2963,
3286
+ "step": 468
3287
+ },
3288
+ {
3289
+ "epoch": 0.16560734463276836,
3290
+ "grad_norm": 1.332623839378357,
3291
+ "learning_rate": 3.2000000000000003e-06,
3292
+ "loss": 0.2054,
3293
+ "step": 469
3294
+ },
3295
+ {
3296
+ "epoch": 0.16596045197740114,
3297
+ "grad_norm": 1.6542198657989502,
3298
+ "learning_rate": 3.1e-06,
3299
+ "loss": 0.2103,
3300
+ "step": 470
3301
+ },
3302
+ {
3303
+ "epoch": 0.1663135593220339,
3304
+ "grad_norm": 2.120319128036499,
3305
+ "learning_rate": 3e-06,
3306
+ "loss": 0.4215,
3307
+ "step": 471
3308
+ },
3309
+ {
3310
+ "epoch": 0.16666666666666666,
3311
+ "grad_norm": 1.8779698610305786,
3312
+ "learning_rate": 2.9e-06,
3313
+ "loss": 0.298,
3314
+ "step": 472
3315
+ },
3316
+ {
3317
+ "epoch": 0.16701977401129944,
3318
+ "grad_norm": 2.830299139022827,
3319
+ "learning_rate": 2.8000000000000003e-06,
3320
+ "loss": 0.542,
3321
+ "step": 473
3322
+ },
3323
+ {
3324
+ "epoch": 0.1673728813559322,
3325
+ "grad_norm": 2.909973621368408,
3326
+ "learning_rate": 2.7e-06,
3327
+ "loss": 0.4126,
3328
+ "step": 474
3329
+ },
3330
+ {
3331
+ "epoch": 0.16772598870056496,
3332
+ "grad_norm": 4.498685359954834,
3333
+ "learning_rate": 2.6e-06,
3334
+ "loss": 0.5541,
3335
+ "step": 475
3336
+ },
3337
+ {
3338
+ "epoch": 0.16807909604519775,
3339
+ "grad_norm": 2.452082395553589,
3340
+ "learning_rate": 2.5e-06,
3341
+ "loss": 0.3653,
3342
+ "step": 476
3343
+ },
3344
+ {
3345
+ "epoch": 0.1684322033898305,
3346
+ "grad_norm": 1.9502593278884888,
3347
+ "learning_rate": 2.4000000000000003e-06,
3348
+ "loss": 0.3149,
3349
+ "step": 477
3350
+ },
3351
+ {
3352
+ "epoch": 0.1687853107344633,
3353
+ "grad_norm": 2.2951347827911377,
3354
+ "learning_rate": 2.3e-06,
3355
+ "loss": 0.3794,
3356
+ "step": 478
3357
+ },
3358
+ {
3359
+ "epoch": 0.16913841807909605,
3360
+ "grad_norm": 3.0120177268981934,
3361
+ "learning_rate": 2.2e-06,
3362
+ "loss": 0.5245,
3363
+ "step": 479
3364
+ },
3365
+ {
3366
+ "epoch": 0.1694915254237288,
3367
+ "grad_norm": 4.143613815307617,
3368
+ "learning_rate": 2.1000000000000002e-06,
3369
+ "loss": 0.6444,
3370
+ "step": 480
3371
+ },
3372
+ {
3373
+ "epoch": 0.1698446327683616,
3374
+ "grad_norm": 1.838753342628479,
3375
+ "learning_rate": 2.0000000000000003e-06,
3376
+ "loss": 0.3379,
3377
+ "step": 481
3378
+ },
3379
+ {
3380
+ "epoch": 0.17019774011299435,
3381
+ "grad_norm": 1.9792391061782837,
3382
+ "learning_rate": 1.9e-06,
3383
+ "loss": 0.3329,
3384
+ "step": 482
3385
+ },
3386
+ {
3387
+ "epoch": 0.1705508474576271,
3388
+ "grad_norm": 1.8502469062805176,
3389
+ "learning_rate": 1.8e-06,
3390
+ "loss": 0.3703,
3391
+ "step": 483
3392
+ },
3393
+ {
3394
+ "epoch": 0.1709039548022599,
3395
+ "grad_norm": 1.618812918663025,
3396
+ "learning_rate": 1.7000000000000002e-06,
3397
+ "loss": 0.2051,
3398
+ "step": 484
3399
+ },
3400
+ {
3401
+ "epoch": 0.17125706214689265,
3402
+ "grad_norm": 2.346790075302124,
3403
+ "learning_rate": 1.6000000000000001e-06,
3404
+ "loss": 0.49,
3405
+ "step": 485
3406
+ },
3407
+ {
3408
+ "epoch": 0.1716101694915254,
3409
+ "grad_norm": 1.8763465881347656,
3410
+ "learning_rate": 1.5e-06,
3411
+ "loss": 0.2948,
3412
+ "step": 486
3413
+ },
3414
+ {
3415
+ "epoch": 0.1719632768361582,
3416
+ "grad_norm": 1.7063709497451782,
3417
+ "learning_rate": 1.4000000000000001e-06,
3418
+ "loss": 0.3513,
3419
+ "step": 487
3420
+ },
3421
+ {
3422
+ "epoch": 0.17231638418079095,
3423
+ "grad_norm": 2.963041067123413,
3424
+ "learning_rate": 1.3e-06,
3425
+ "loss": 0.6783,
3426
+ "step": 488
3427
+ },
3428
+ {
3429
+ "epoch": 0.17266949152542374,
3430
+ "grad_norm": 2.9806196689605713,
3431
+ "learning_rate": 1.2000000000000002e-06,
3432
+ "loss": 0.5123,
3433
+ "step": 489
3434
+ },
3435
+ {
3436
+ "epoch": 0.1730225988700565,
3437
+ "grad_norm": 1.6302564144134521,
3438
+ "learning_rate": 1.1e-06,
3439
+ "loss": 0.204,
3440
+ "step": 490
3441
+ },
3442
+ {
3443
+ "epoch": 0.17337570621468926,
3444
+ "grad_norm": 1.9233272075653076,
3445
+ "learning_rate": 1.0000000000000002e-06,
3446
+ "loss": 0.3037,
3447
+ "step": 491
3448
+ },
3449
+ {
3450
+ "epoch": 0.17372881355932204,
3451
+ "grad_norm": 1.8432778120040894,
3452
+ "learning_rate": 9e-07,
3453
+ "loss": 0.3368,
3454
+ "step": 492
3455
+ },
3456
+ {
3457
+ "epoch": 0.1740819209039548,
3458
+ "grad_norm": 2.5116734504699707,
3459
+ "learning_rate": 8.000000000000001e-07,
3460
+ "loss": 0.5263,
3461
+ "step": 493
3462
+ },
3463
+ {
3464
+ "epoch": 0.17443502824858756,
3465
+ "grad_norm": 3.0080406665802,
3466
+ "learning_rate": 7.000000000000001e-07,
3467
+ "loss": 0.3415,
3468
+ "step": 494
3469
+ },
3470
+ {
3471
+ "epoch": 0.17478813559322035,
3472
+ "grad_norm": 1.982960820198059,
3473
+ "learning_rate": 6.000000000000001e-07,
3474
+ "loss": 0.459,
3475
+ "step": 495
3476
+ },
3477
+ {
3478
+ "epoch": 0.1751412429378531,
3479
+ "grad_norm": 2.259504795074463,
3480
+ "learning_rate": 5.000000000000001e-07,
3481
+ "loss": 0.4088,
3482
+ "step": 496
3483
+ },
3484
+ {
3485
+ "epoch": 0.1754943502824859,
3486
+ "grad_norm": 1.937008261680603,
3487
+ "learning_rate": 4.0000000000000003e-07,
3488
+ "loss": 0.2903,
3489
+ "step": 497
3490
+ },
3491
+ {
3492
+ "epoch": 0.17584745762711865,
3493
+ "grad_norm": 1.8799011707305908,
3494
+ "learning_rate": 3.0000000000000004e-07,
3495
+ "loss": 0.2905,
3496
+ "step": 498
3497
+ },
3498
+ {
3499
+ "epoch": 0.1762005649717514,
3500
+ "grad_norm": 2.9519193172454834,
3501
+ "learning_rate": 2.0000000000000002e-07,
3502
+ "loss": 0.525,
3503
+ "step": 499
3504
+ },
3505
+ {
3506
+ "epoch": 0.1765536723163842,
3507
+ "grad_norm": 1.2929198741912842,
3508
+ "learning_rate": 1.0000000000000001e-07,
3509
+ "loss": 0.1987,
3510
+ "step": 500
3511
+ }
3512
+ ],
3513
+ "logging_steps": 1,
3514
+ "max_steps": 500,
3515
+ "num_input_tokens_seen": 0,
3516
+ "num_train_epochs": 1,
3517
+ "save_steps": 500,
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": true
3526
+ },
3527
+ "attributes": {}
3528
+ }
3529
+ },
3530
+ "total_flos": 4.099784700491894e+16,
3531
+ "train_batch_size": 1,
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:9a05e3537986337d49fb28868382c78c7f0835c8db7c72f8a96413eb7b11a8cd
3
+ size 6289