bethrezen commited on
Commit
26df469
·
verified ·
1 Parent(s): 8830a8d

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: google/gemma-3-4b-it
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.15.2
adapter_config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "google/gemma-3-4b-it",
5
+ "bias": "none",
6
+ "corda_config": null,
7
+ "eva_config": null,
8
+ "exclude_modules": null,
9
+ "fan_in_fan_out": null,
10
+ "inference_mode": true,
11
+ "init_lora_weights": true,
12
+ "layer_replication": null,
13
+ "layers_pattern": null,
14
+ "layers_to_transform": null,
15
+ "loftq_config": {},
16
+ "lora_alpha": 256,
17
+ "lora_bias": false,
18
+ "lora_dropout": 0.0,
19
+ "megatron_config": null,
20
+ "megatron_core": "megatron.core",
21
+ "modules_to_save": null,
22
+ "peft_type": "LORA",
23
+ "r": 256,
24
+ "rank_pattern": {},
25
+ "revision": null,
26
+ "target_modules": "model.language_model.layers.[\\d]+.(mlp|cross_attn|self_attn).(up|down|gate|q|k|v|o)_proj",
27
+ "task_type": "CAUSAL_LM",
28
+ "trainable_token_indices": null,
29
+ "use_dora": false,
30
+ "use_rslora": false
31
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:86601ca88cd2d45e93b6466e1926bc931f3bbfbb85d9af0c149e2ddc82263977
3
+ size 953752328
added_tokens.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "<image_soft_token>": 262144
3
+ }
chat_template.jinja ADDED
@@ -0,0 +1,143 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {#- Begin-of-sequence token to start the model prompt -#}
2
+ {{ bos_token }}
3
+ {#- Extracts the system message. Gemma does not support system messages so it will be prepended to first user message. -#}
4
+ {%- if messages[0]['role'] == 'system' -%}
5
+ {%- if messages[0]['content'] is string -%}
6
+ {%- set system_message = messages[0]['content'] -%}
7
+ {%- else -%}
8
+ {%- set system_message = messages[0]['content'][0]['text'] -%}
9
+ {%- endif -%}
10
+ {%- set loop_messages = messages[1:] -%}
11
+ {%- else -%}
12
+ {%- set system_message = "You are a helpful assistant Zero-Gemma made by ZeroAgency company from Russia. You must be helpful, harmless, and honest." -%}
13
+ {%- set loop_messages = messages -%}
14
+ {%- endif -%}
15
+
16
+ {%- if enable_thinking is defined and enable_thinking is true -%}
17
+ {%- set system_message = system_message + "\nFirst, think through the reasoning internally, then present the reasoning within <think>...</think>. After thinking, clearly state a response that addresses the user's request and aligns with their preferences, not just providing a direct answer." -%}
18
+ {%- endif -%}
19
+
20
+ {%- set system_message = system_message + '\n\n' -%}
21
+ {#- Set tools to none if not defined for this ChatCompletion request (helps avoid errors later) -#}
22
+ {%- if not tools is defined -%}
23
+ {%- set tools = none -%}
24
+ {%- endif -%}
25
+
26
+ {#- First - system message -#}
27
+
28
+ {{ '<start_of_turn>system\n' -}}
29
+ {{ system_message }}
30
+ {#- Append system message with tool information if using tools in message request. -#}
31
+ {%- if tools is not none -%}
32
+ {{- "Tools (functions) are available. If you decide to invoke one or more of the tools, you must respond with a python list of the function calls.\n" -}}
33
+ {{- "Example Format: [func_name1(params_name1=params_value1, params_name2=params_value2...), func_name2(params)] \n" -}}
34
+ {{- "Do not use variables. DO NOT USE MARKDOWN SYNTAX. You SHOULD NOT include any other text in the response if you call a function. If none of the functions can be used, point it out. If you lack the parameters required by the function, also point it out.\n" -}}
35
+ {{- "Here is a list of functions in JSON format that you can invoke.\n" -}}
36
+ {{- tools | tojson(indent=4) -}}
37
+ {{- "\n\n" -}}
38
+ {%- endif -%}
39
+ {{ '<end_of_turn>\n' }}
40
+
41
+ {#- Main loop over all messages in the conversation history -#}
42
+ {%- for message in loop_messages if message['role'] != 'system' -%}
43
+ {#- Normalize roles for model prompt formatting -#}
44
+ {%- if (message['role'] == 'assistant') -%}
45
+ {%- set role = "model" -%}
46
+ {%- elif (message['role'] == 'tool') -%}
47
+ {%- set role = "user" -%}
48
+ {%- else -%}
49
+ {%- set role = message['role'] -%}
50
+ {%- endif -%}
51
+ {#- Mark the start of a message block with the appropriate role -#}
52
+ {{ '<start_of_turn>' + role + '\n' -}}
53
+
54
+ {#- Format model tool calls (turns where model indicates they want to call a tool) -#}
55
+ {%- if 'tool_calls' in message -%}
56
+ {%- if message['content'] is string -%}
57
+ {%- set content = message['content'] -%}
58
+ {# {%- if '</think>' in content -%} #}
59
+ {{- content | trim -}}
60
+ {# {{- "\n" -}} #}
61
+ {# {%- endif -%} #}
62
+ {%- endif -%}
63
+ {#- Opening bracket for tool call list. -#}
64
+ {{- '[' -}}
65
+ {#- For each tool call -#}
66
+ {%- for tool_call in message.tool_calls -%}
67
+ {#- Function name & opening parenthesis. -#}
68
+ {%- if tool_call.function is defined -%}
69
+ {%- set tool_call = tool_call.function -%}
70
+ {%- endif -%}
71
+ {{- tool_call.name + '(' -}}
72
+
73
+ {#-- Handle arguments as list (positional) or dict (named) --#}
74
+ {#-- Named arguments (dict) --#}
75
+ {%- if tool_call.arguments is iterable and tool_call.arguments is mapping -%}
76
+ {%- set first = true -%}
77
+ {%- for key, val in tool_call.arguments.items() -%}
78
+ {%- if not first %}, {% endif -%}
79
+ {{ key }}={{ val | tojson }}
80
+ {%- set first = false -%}
81
+ {%- endfor -%}
82
+ {#-- Positional arguments (list) --#}
83
+ {%- elif tool_call.arguments is iterable -%}
84
+ {{- tool_call.arguments | map('tojson') | join(', ') -}}
85
+ {#-- Fallback: single positional value --#}
86
+ {%- else -%}
87
+ {{- tool_call.arguments | tojson -}}
88
+ {#-- Closing parenthesis. --#}
89
+ {%- endif -%}
90
+ {{- ')' -}}
91
+ {#-- If more than one tool call, place comma and move to formatting next tool call --#}
92
+ {%- if not loop.last -%}{{- "," -}}{%- endif -%}
93
+ {%- endfor -%}
94
+ {#- Closing bracket for tool call list. -#}
95
+ {{- ']' -}}
96
+ {%- endif -%}
97
+
98
+ {#- Tool response start tag (for messages from a tool) -#}
99
+ {%- if (message['role'] == 'tool') -%}
100
+ {{- '<tool_response>\n' -}}
101
+ {%- endif -%}
102
+
103
+ {#- Render the message content: handle plain string or multimodal content like image/text -#}
104
+ {%- if not 'tool_calls' in message and message['content'] -%}
105
+ {%- if message['content'] is string -%}
106
+ {%- set content = message['content'] -%}
107
+ {# {%- if '</think>' in content -%}
108
+ {%- set content = content.split('</think>')[-1] -%}
109
+ {%- endif -%} #}
110
+ {{- content | trim -}}
111
+ {%- elif message['content'] is iterable -%}
112
+ {%- for item in message['content'] -%}
113
+ {%- if item['type'] == 'image' -%}
114
+ {{ '<start_of_image>' }}
115
+ {%- elif item['type'] == 'text' -%}
116
+ {%- set content = item['text'] -%}
117
+ {# {%- if '</think>' in content -%}
118
+ {%- set content = content.split('</think>')[-1] -%}
119
+ {%- endif -%} #}
120
+ {{ content | trim }}
121
+ {%- endif -%}
122
+ {%- endfor -%}
123
+ {%- else -%}
124
+ {{ raise_exception("Invalid content type:"+ message|tojson) }}
125
+ {%- endif -%}
126
+ {%- endif -%}
127
+
128
+ {#- Tool response end tag -#}
129
+ {%- if (message['role'] == 'tool') -%}
130
+ {{ '</tool_response>' -}}
131
+ {%- endif -%}
132
+
133
+ {#- Mark end of a single turn -#}
134
+ {{ '<end_of_turn>\n' }}
135
+ {%- endfor -%}
136
+
137
+ {#- If generation is to be triggered, add model prompt prefix -#}
138
+ {%- if add_generation_prompt -%}
139
+ {{'<start_of_turn>model\n'}}
140
+ {%- if enable_thinking is defined and enable_thinking is true -%}
141
+ {{- '<think>' -}}
142
+ {%- endif %}
143
+ {%- endif -%}
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": "<eos>",
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,2750 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 2.0,
6
+ "eval_steps": 500,
7
+ "global_step": 388,
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.005154639175257732,
14
+ "grad_norm": 190.93727111816406,
15
+ "learning_rate": 0.0,
16
+ "loss": 6.2913,
17
+ "step": 1
18
+ },
19
+ {
20
+ "epoch": 0.010309278350515464,
21
+ "grad_norm": 173.73265075683594,
22
+ "learning_rate": 5.263157894736842e-06,
23
+ "loss": 6.2366,
24
+ "step": 2
25
+ },
26
+ {
27
+ "epoch": 0.015463917525773196,
28
+ "grad_norm": 58.1086540222168,
29
+ "learning_rate": 1.0526315789473684e-05,
30
+ "loss": 5.7487,
31
+ "step": 3
32
+ },
33
+ {
34
+ "epoch": 0.020618556701030927,
35
+ "grad_norm": 45.20127868652344,
36
+ "learning_rate": 1.5789473684210526e-05,
37
+ "loss": 5.6542,
38
+ "step": 4
39
+ },
40
+ {
41
+ "epoch": 0.02577319587628866,
42
+ "grad_norm": 38.75779342651367,
43
+ "learning_rate": 2.105263157894737e-05,
44
+ "loss": 5.3452,
45
+ "step": 5
46
+ },
47
+ {
48
+ "epoch": 0.030927835051546393,
49
+ "grad_norm": 16.875654220581055,
50
+ "learning_rate": 2.6315789473684212e-05,
51
+ "loss": 5.0154,
52
+ "step": 6
53
+ },
54
+ {
55
+ "epoch": 0.03608247422680412,
56
+ "grad_norm": 5.762566089630127,
57
+ "learning_rate": 3.157894736842105e-05,
58
+ "loss": 4.6468,
59
+ "step": 7
60
+ },
61
+ {
62
+ "epoch": 0.041237113402061855,
63
+ "grad_norm": 4.387909889221191,
64
+ "learning_rate": 3.6842105263157895e-05,
65
+ "loss": 4.46,
66
+ "step": 8
67
+ },
68
+ {
69
+ "epoch": 0.04639175257731959,
70
+ "grad_norm": 3.514525890350342,
71
+ "learning_rate": 4.210526315789474e-05,
72
+ "loss": 4.2009,
73
+ "step": 9
74
+ },
75
+ {
76
+ "epoch": 0.05154639175257732,
77
+ "grad_norm": 2.510279893875122,
78
+ "learning_rate": 4.736842105263158e-05,
79
+ "loss": 3.9583,
80
+ "step": 10
81
+ },
82
+ {
83
+ "epoch": 0.05670103092783505,
84
+ "grad_norm": 2.3860387802124023,
85
+ "learning_rate": 5.2631578947368424e-05,
86
+ "loss": 3.7731,
87
+ "step": 11
88
+ },
89
+ {
90
+ "epoch": 0.061855670103092786,
91
+ "grad_norm": 2.4361982345581055,
92
+ "learning_rate": 5.789473684210527e-05,
93
+ "loss": 3.564,
94
+ "step": 12
95
+ },
96
+ {
97
+ "epoch": 0.06701030927835051,
98
+ "grad_norm": 1.8688565492630005,
99
+ "learning_rate": 6.31578947368421e-05,
100
+ "loss": 3.5308,
101
+ "step": 13
102
+ },
103
+ {
104
+ "epoch": 0.07216494845360824,
105
+ "grad_norm": 1.5935324430465698,
106
+ "learning_rate": 6.842105263157895e-05,
107
+ "loss": 3.1773,
108
+ "step": 14
109
+ },
110
+ {
111
+ "epoch": 0.07731958762886598,
112
+ "grad_norm": 1.6549628973007202,
113
+ "learning_rate": 7.368421052631579e-05,
114
+ "loss": 2.9485,
115
+ "step": 15
116
+ },
117
+ {
118
+ "epoch": 0.08247422680412371,
119
+ "grad_norm": 1.222391963005066,
120
+ "learning_rate": 7.894736842105263e-05,
121
+ "loss": 2.8407,
122
+ "step": 16
123
+ },
124
+ {
125
+ "epoch": 0.08762886597938144,
126
+ "grad_norm": 1.015263557434082,
127
+ "learning_rate": 8.421052631578948e-05,
128
+ "loss": 2.5357,
129
+ "step": 17
130
+ },
131
+ {
132
+ "epoch": 0.09278350515463918,
133
+ "grad_norm": 0.8914713263511658,
134
+ "learning_rate": 8.947368421052632e-05,
135
+ "loss": 2.4483,
136
+ "step": 18
137
+ },
138
+ {
139
+ "epoch": 0.0979381443298969,
140
+ "grad_norm": 0.7467647790908813,
141
+ "learning_rate": 9.473684210526316e-05,
142
+ "loss": 2.2122,
143
+ "step": 19
144
+ },
145
+ {
146
+ "epoch": 0.10309278350515463,
147
+ "grad_norm": 0.7337709069252014,
148
+ "learning_rate": 0.0001,
149
+ "loss": 1.9914,
150
+ "step": 20
151
+ },
152
+ {
153
+ "epoch": 0.10824742268041238,
154
+ "grad_norm": 0.773763120174408,
155
+ "learning_rate": 0.00010526315789473685,
156
+ "loss": 1.855,
157
+ "step": 21
158
+ },
159
+ {
160
+ "epoch": 0.1134020618556701,
161
+ "grad_norm": 0.8684746026992798,
162
+ "learning_rate": 0.0001105263157894737,
163
+ "loss": 1.7021,
164
+ "step": 22
165
+ },
166
+ {
167
+ "epoch": 0.11855670103092783,
168
+ "grad_norm": 0.9705705046653748,
169
+ "learning_rate": 0.00011578947368421053,
170
+ "loss": 1.4578,
171
+ "step": 23
172
+ },
173
+ {
174
+ "epoch": 0.12371134020618557,
175
+ "grad_norm": 0.8127485513687134,
176
+ "learning_rate": 0.00012105263157894738,
177
+ "loss": 1.306,
178
+ "step": 24
179
+ },
180
+ {
181
+ "epoch": 0.12886597938144329,
182
+ "grad_norm": 0.6740350127220154,
183
+ "learning_rate": 0.0001263157894736842,
184
+ "loss": 1.1731,
185
+ "step": 25
186
+ },
187
+ {
188
+ "epoch": 0.13402061855670103,
189
+ "grad_norm": 0.5295709371566772,
190
+ "learning_rate": 0.00013157894736842108,
191
+ "loss": 1.0209,
192
+ "step": 26
193
+ },
194
+ {
195
+ "epoch": 0.13917525773195877,
196
+ "grad_norm": 0.48113131523132324,
197
+ "learning_rate": 0.0001368421052631579,
198
+ "loss": 0.9791,
199
+ "step": 27
200
+ },
201
+ {
202
+ "epoch": 0.14432989690721648,
203
+ "grad_norm": 0.4143475294113159,
204
+ "learning_rate": 0.00014210526315789474,
205
+ "loss": 0.8705,
206
+ "step": 28
207
+ },
208
+ {
209
+ "epoch": 0.14948453608247422,
210
+ "grad_norm": 0.4144071340560913,
211
+ "learning_rate": 0.00014736842105263158,
212
+ "loss": 0.8208,
213
+ "step": 29
214
+ },
215
+ {
216
+ "epoch": 0.15463917525773196,
217
+ "grad_norm": 0.3122115731239319,
218
+ "learning_rate": 0.00015263157894736845,
219
+ "loss": 0.746,
220
+ "step": 30
221
+ },
222
+ {
223
+ "epoch": 0.15979381443298968,
224
+ "grad_norm": 0.25521549582481384,
225
+ "learning_rate": 0.00015789473684210527,
226
+ "loss": 0.7197,
227
+ "step": 31
228
+ },
229
+ {
230
+ "epoch": 0.16494845360824742,
231
+ "grad_norm": 0.24646416306495667,
232
+ "learning_rate": 0.0001631578947368421,
233
+ "loss": 0.6847,
234
+ "step": 32
235
+ },
236
+ {
237
+ "epoch": 0.17010309278350516,
238
+ "grad_norm": 0.20585910975933075,
239
+ "learning_rate": 0.00016842105263157895,
240
+ "loss": 0.6784,
241
+ "step": 33
242
+ },
243
+ {
244
+ "epoch": 0.17525773195876287,
245
+ "grad_norm": 0.18354211747646332,
246
+ "learning_rate": 0.0001736842105263158,
247
+ "loss": 0.6381,
248
+ "step": 34
249
+ },
250
+ {
251
+ "epoch": 0.18041237113402062,
252
+ "grad_norm": 0.17553451657295227,
253
+ "learning_rate": 0.00017894736842105264,
254
+ "loss": 0.635,
255
+ "step": 35
256
+ },
257
+ {
258
+ "epoch": 0.18556701030927836,
259
+ "grad_norm": 0.17485342919826508,
260
+ "learning_rate": 0.00018421052631578948,
261
+ "loss": 0.6112,
262
+ "step": 36
263
+ },
264
+ {
265
+ "epoch": 0.19072164948453607,
266
+ "grad_norm": 0.15421968698501587,
267
+ "learning_rate": 0.00018947368421052632,
268
+ "loss": 0.603,
269
+ "step": 37
270
+ },
271
+ {
272
+ "epoch": 0.1958762886597938,
273
+ "grad_norm": 0.12738950550556183,
274
+ "learning_rate": 0.00019473684210526317,
275
+ "loss": 0.5835,
276
+ "step": 38
277
+ },
278
+ {
279
+ "epoch": 0.20103092783505155,
280
+ "grad_norm": 0.13533693552017212,
281
+ "learning_rate": 0.0002,
282
+ "loss": 0.5914,
283
+ "step": 39
284
+ },
285
+ {
286
+ "epoch": 0.20618556701030927,
287
+ "grad_norm": 0.1037764698266983,
288
+ "learning_rate": 0.00019999597161708712,
289
+ "loss": 0.5766,
290
+ "step": 40
291
+ },
292
+ {
293
+ "epoch": 0.211340206185567,
294
+ "grad_norm": 0.10902086645364761,
295
+ "learning_rate": 0.00019998388679290583,
296
+ "loss": 0.5688,
297
+ "step": 41
298
+ },
299
+ {
300
+ "epoch": 0.21649484536082475,
301
+ "grad_norm": 0.09495263546705246,
302
+ "learning_rate": 0.0001999637465011021,
303
+ "loss": 0.5633,
304
+ "step": 42
305
+ },
306
+ {
307
+ "epoch": 0.22164948453608246,
308
+ "grad_norm": 0.08923530578613281,
309
+ "learning_rate": 0.00019993555236433213,
310
+ "loss": 0.5439,
311
+ "step": 43
312
+ },
313
+ {
314
+ "epoch": 0.2268041237113402,
315
+ "grad_norm": 0.08847405016422272,
316
+ "learning_rate": 0.00019989930665413147,
317
+ "loss": 0.543,
318
+ "step": 44
319
+ },
320
+ {
321
+ "epoch": 0.23195876288659795,
322
+ "grad_norm": 0.08645694702863693,
323
+ "learning_rate": 0.0001998550122907321,
324
+ "loss": 0.5584,
325
+ "step": 45
326
+ },
327
+ {
328
+ "epoch": 0.23711340206185566,
329
+ "grad_norm": 0.08545728027820587,
330
+ "learning_rate": 0.00019980267284282717,
331
+ "loss": 0.5298,
332
+ "step": 46
333
+ },
334
+ {
335
+ "epoch": 0.2422680412371134,
336
+ "grad_norm": 0.08298264443874359,
337
+ "learning_rate": 0.00019974229252728342,
338
+ "loss": 0.5225,
339
+ "step": 47
340
+ },
341
+ {
342
+ "epoch": 0.24742268041237114,
343
+ "grad_norm": 0.07304146885871887,
344
+ "learning_rate": 0.00019967387620880146,
345
+ "loss": 0.5096,
346
+ "step": 48
347
+ },
348
+ {
349
+ "epoch": 0.25257731958762886,
350
+ "grad_norm": 0.07074376940727234,
351
+ "learning_rate": 0.00019959742939952392,
352
+ "loss": 0.5196,
353
+ "step": 49
354
+ },
355
+ {
356
+ "epoch": 0.25773195876288657,
357
+ "grad_norm": 0.07222142070531845,
358
+ "learning_rate": 0.00019951295825859113,
359
+ "loss": 0.5275,
360
+ "step": 50
361
+ },
362
+ {
363
+ "epoch": 0.26288659793814434,
364
+ "grad_norm": 0.0744776651263237,
365
+ "learning_rate": 0.00019942046959164515,
366
+ "loss": 0.5164,
367
+ "step": 51
368
+ },
369
+ {
370
+ "epoch": 0.26804123711340205,
371
+ "grad_norm": 0.0768490582704544,
372
+ "learning_rate": 0.00019931997085028132,
373
+ "loss": 0.5147,
374
+ "step": 52
375
+ },
376
+ {
377
+ "epoch": 0.27319587628865977,
378
+ "grad_norm": 0.07787171751260757,
379
+ "learning_rate": 0.0001992114701314478,
380
+ "loss": 0.4927,
381
+ "step": 53
382
+ },
383
+ {
384
+ "epoch": 0.27835051546391754,
385
+ "grad_norm": 0.07264231145381927,
386
+ "learning_rate": 0.00019909497617679348,
387
+ "loss": 0.5044,
388
+ "step": 54
389
+ },
390
+ {
391
+ "epoch": 0.28350515463917525,
392
+ "grad_norm": 0.06552039086818695,
393
+ "learning_rate": 0.0001989704983719635,
394
+ "loss": 0.5114,
395
+ "step": 55
396
+ },
397
+ {
398
+ "epoch": 0.28865979381443296,
399
+ "grad_norm": 0.06201677396893501,
400
+ "learning_rate": 0.0001988380467458431,
401
+ "loss": 0.4876,
402
+ "step": 56
403
+ },
404
+ {
405
+ "epoch": 0.29381443298969073,
406
+ "grad_norm": 0.06521492451429367,
407
+ "learning_rate": 0.00019869763196974957,
408
+ "loss": 0.4849,
409
+ "step": 57
410
+ },
411
+ {
412
+ "epoch": 0.29896907216494845,
413
+ "grad_norm": 0.07199273258447647,
414
+ "learning_rate": 0.00019854926535657267,
415
+ "loss": 0.4819,
416
+ "step": 58
417
+ },
418
+ {
419
+ "epoch": 0.30412371134020616,
420
+ "grad_norm": 0.059282802045345306,
421
+ "learning_rate": 0.00019839295885986296,
422
+ "loss": 0.4848,
423
+ "step": 59
424
+ },
425
+ {
426
+ "epoch": 0.30927835051546393,
427
+ "grad_norm": 0.06017481908202171,
428
+ "learning_rate": 0.0001982287250728689,
429
+ "loss": 0.4724,
430
+ "step": 60
431
+ },
432
+ {
433
+ "epoch": 0.31443298969072164,
434
+ "grad_norm": 0.06318192183971405,
435
+ "learning_rate": 0.00019805657722752202,
436
+ "loss": 0.477,
437
+ "step": 61
438
+ },
439
+ {
440
+ "epoch": 0.31958762886597936,
441
+ "grad_norm": 0.07218744605779648,
442
+ "learning_rate": 0.00019787652919337116,
443
+ "loss": 0.4619,
444
+ "step": 62
445
+ },
446
+ {
447
+ "epoch": 0.3247422680412371,
448
+ "grad_norm": 0.09625069051980972,
449
+ "learning_rate": 0.00019768859547646478,
450
+ "loss": 0.4816,
451
+ "step": 63
452
+ },
453
+ {
454
+ "epoch": 0.32989690721649484,
455
+ "grad_norm": 0.10104988515377045,
456
+ "learning_rate": 0.00019749279121818235,
457
+ "loss": 0.48,
458
+ "step": 64
459
+ },
460
+ {
461
+ "epoch": 0.33505154639175255,
462
+ "grad_norm": 0.09369470179080963,
463
+ "learning_rate": 0.0001972891321940145,
464
+ "loss": 0.4684,
465
+ "step": 65
466
+ },
467
+ {
468
+ "epoch": 0.3402061855670103,
469
+ "grad_norm": 0.07391127198934555,
470
+ "learning_rate": 0.00019707763481229183,
471
+ "loss": 0.4546,
472
+ "step": 66
473
+ },
474
+ {
475
+ "epoch": 0.34536082474226804,
476
+ "grad_norm": 0.08418463915586472,
477
+ "learning_rate": 0.0001968583161128631,
478
+ "loss": 0.4608,
479
+ "step": 67
480
+ },
481
+ {
482
+ "epoch": 0.35051546391752575,
483
+ "grad_norm": 0.07738372683525085,
484
+ "learning_rate": 0.00019663119376572242,
485
+ "loss": 0.4682,
486
+ "step": 68
487
+ },
488
+ {
489
+ "epoch": 0.3556701030927835,
490
+ "grad_norm": 0.06787073612213135,
491
+ "learning_rate": 0.00019639628606958533,
492
+ "loss": 0.4812,
493
+ "step": 69
494
+ },
495
+ {
496
+ "epoch": 0.36082474226804123,
497
+ "grad_norm": 0.0691099762916565,
498
+ "learning_rate": 0.00019615361195041492,
499
+ "loss": 0.4735,
500
+ "step": 70
501
+ },
502
+ {
503
+ "epoch": 0.36597938144329895,
504
+ "grad_norm": 0.0697403997182846,
505
+ "learning_rate": 0.0001959031909598966,
506
+ "loss": 0.4579,
507
+ "step": 71
508
+ },
509
+ {
510
+ "epoch": 0.3711340206185567,
511
+ "grad_norm": 0.0726587325334549,
512
+ "learning_rate": 0.00019564504327386316,
513
+ "loss": 0.4689,
514
+ "step": 72
515
+ },
516
+ {
517
+ "epoch": 0.37628865979381443,
518
+ "grad_norm": 0.07147994637489319,
519
+ "learning_rate": 0.0001953791896906692,
520
+ "loss": 0.4517,
521
+ "step": 73
522
+ },
523
+ {
524
+ "epoch": 0.38144329896907214,
525
+ "grad_norm": 0.06729312986135483,
526
+ "learning_rate": 0.00019510565162951537,
527
+ "loss": 0.4501,
528
+ "step": 74
529
+ },
530
+ {
531
+ "epoch": 0.3865979381443299,
532
+ "grad_norm": 0.0733562707901001,
533
+ "learning_rate": 0.00019482445112872264,
534
+ "loss": 0.4675,
535
+ "step": 75
536
+ },
537
+ {
538
+ "epoch": 0.3917525773195876,
539
+ "grad_norm": 0.07467377930879593,
540
+ "learning_rate": 0.00019453561084395687,
541
+ "loss": 0.4528,
542
+ "step": 76
543
+ },
544
+ {
545
+ "epoch": 0.39690721649484534,
546
+ "grad_norm": 0.07150419056415558,
547
+ "learning_rate": 0.0001942391540464035,
548
+ "loss": 0.4479,
549
+ "step": 77
550
+ },
551
+ {
552
+ "epoch": 0.4020618556701031,
553
+ "grad_norm": 0.0706859678030014,
554
+ "learning_rate": 0.00019393510462089236,
555
+ "loss": 0.4797,
556
+ "step": 78
557
+ },
558
+ {
559
+ "epoch": 0.4072164948453608,
560
+ "grad_norm": 0.07195789366960526,
561
+ "learning_rate": 0.00019362348706397373,
562
+ "loss": 0.4557,
563
+ "step": 79
564
+ },
565
+ {
566
+ "epoch": 0.41237113402061853,
567
+ "grad_norm": 0.07562831044197083,
568
+ "learning_rate": 0.00019330432648194444,
569
+ "loss": 0.4586,
570
+ "step": 80
571
+ },
572
+ {
573
+ "epoch": 0.4175257731958763,
574
+ "grad_norm": 0.07137080281972885,
575
+ "learning_rate": 0.00019297764858882514,
576
+ "loss": 0.4416,
577
+ "step": 81
578
+ },
579
+ {
580
+ "epoch": 0.422680412371134,
581
+ "grad_norm": 0.09101378172636032,
582
+ "learning_rate": 0.00019264347970428876,
583
+ "loss": 0.4469,
584
+ "step": 82
585
+ },
586
+ {
587
+ "epoch": 0.42783505154639173,
588
+ "grad_norm": 0.10783733427524567,
589
+ "learning_rate": 0.00019230184675153976,
590
+ "loss": 0.4607,
591
+ "step": 83
592
+ },
593
+ {
594
+ "epoch": 0.4329896907216495,
595
+ "grad_norm": 0.143487811088562,
596
+ "learning_rate": 0.0001919527772551451,
597
+ "loss": 0.4446,
598
+ "step": 84
599
+ },
600
+ {
601
+ "epoch": 0.4381443298969072,
602
+ "grad_norm": 0.12131296098232269,
603
+ "learning_rate": 0.00019159629933881666,
604
+ "loss": 0.4496,
605
+ "step": 85
606
+ },
607
+ {
608
+ "epoch": 0.44329896907216493,
609
+ "grad_norm": 0.14953602850437164,
610
+ "learning_rate": 0.00019123244172314545,
611
+ "loss": 0.44,
612
+ "step": 86
613
+ },
614
+ {
615
+ "epoch": 0.4484536082474227,
616
+ "grad_norm": 0.22672319412231445,
617
+ "learning_rate": 0.00019086123372328746,
618
+ "loss": 0.4435,
619
+ "step": 87
620
+ },
621
+ {
622
+ "epoch": 0.4536082474226804,
623
+ "grad_norm": 0.14028961956501007,
624
+ "learning_rate": 0.00019048270524660196,
625
+ "loss": 0.4481,
626
+ "step": 88
627
+ },
628
+ {
629
+ "epoch": 0.4587628865979381,
630
+ "grad_norm": 0.16384148597717285,
631
+ "learning_rate": 0.0001900968867902419,
632
+ "loss": 0.4456,
633
+ "step": 89
634
+ },
635
+ {
636
+ "epoch": 0.4639175257731959,
637
+ "grad_norm": 0.15399976074695587,
638
+ "learning_rate": 0.00018970380943869687,
639
+ "loss": 0.44,
640
+ "step": 90
641
+ },
642
+ {
643
+ "epoch": 0.4690721649484536,
644
+ "grad_norm": 0.09678421914577484,
645
+ "learning_rate": 0.00018930350486128856,
646
+ "loss": 0.4541,
647
+ "step": 91
648
+ },
649
+ {
650
+ "epoch": 0.4742268041237113,
651
+ "grad_norm": 0.09682022035121918,
652
+ "learning_rate": 0.00018889600530961934,
653
+ "loss": 0.4317,
654
+ "step": 92
655
+ },
656
+ {
657
+ "epoch": 0.4793814432989691,
658
+ "grad_norm": 0.09989262372255325,
659
+ "learning_rate": 0.00018848134361497385,
660
+ "loss": 0.4519,
661
+ "step": 93
662
+ },
663
+ {
664
+ "epoch": 0.4845360824742268,
665
+ "grad_norm": 0.0877247154712677,
666
+ "learning_rate": 0.0001880595531856738,
667
+ "loss": 0.4367,
668
+ "step": 94
669
+ },
670
+ {
671
+ "epoch": 0.4896907216494845,
672
+ "grad_norm": 0.08405473828315735,
673
+ "learning_rate": 0.00018763066800438636,
674
+ "loss": 0.4361,
675
+ "step": 95
676
+ },
677
+ {
678
+ "epoch": 0.4948453608247423,
679
+ "grad_norm": 0.08135327696800232,
680
+ "learning_rate": 0.00018719472262538624,
681
+ "loss": 0.4454,
682
+ "step": 96
683
+ },
684
+ {
685
+ "epoch": 0.5,
686
+ "grad_norm": 0.0931510180234909,
687
+ "learning_rate": 0.00018675175217177175,
688
+ "loss": 0.4577,
689
+ "step": 97
690
+ },
691
+ {
692
+ "epoch": 0.5051546391752577,
693
+ "grad_norm": 0.0886392667889595,
694
+ "learning_rate": 0.00018630179233263504,
695
+ "loss": 0.429,
696
+ "step": 98
697
+ },
698
+ {
699
+ "epoch": 0.5103092783505154,
700
+ "grad_norm": 0.1057060956954956,
701
+ "learning_rate": 0.00018584487936018661,
702
+ "loss": 0.4555,
703
+ "step": 99
704
+ },
705
+ {
706
+ "epoch": 0.5154639175257731,
707
+ "grad_norm": 0.1023128554224968,
708
+ "learning_rate": 0.00018538105006683472,
709
+ "loss": 0.4507,
710
+ "step": 100
711
+ },
712
+ {
713
+ "epoch": 0.520618556701031,
714
+ "grad_norm": 0.16284054517745972,
715
+ "learning_rate": 0.0001849103418222194,
716
+ "loss": 0.4464,
717
+ "step": 101
718
+ },
719
+ {
720
+ "epoch": 0.5257731958762887,
721
+ "grad_norm": 0.20978468656539917,
722
+ "learning_rate": 0.00018443279255020152,
723
+ "loss": 0.4404,
724
+ "step": 102
725
+ },
726
+ {
727
+ "epoch": 0.5309278350515464,
728
+ "grad_norm": 0.1973002552986145,
729
+ "learning_rate": 0.00018394844072580773,
730
+ "loss": 0.4261,
731
+ "step": 103
732
+ },
733
+ {
734
+ "epoch": 0.5360824742268041,
735
+ "grad_norm": 0.12068638205528259,
736
+ "learning_rate": 0.00018345732537213027,
737
+ "loss": 0.4434,
738
+ "step": 104
739
+ },
740
+ {
741
+ "epoch": 0.5412371134020618,
742
+ "grad_norm": 0.1234351322054863,
743
+ "learning_rate": 0.00018295948605718314,
744
+ "loss": 0.4344,
745
+ "step": 105
746
+ },
747
+ {
748
+ "epoch": 0.5463917525773195,
749
+ "grad_norm": 0.17490962147712708,
750
+ "learning_rate": 0.0001824549628907141,
751
+ "loss": 0.4497,
752
+ "step": 106
753
+ },
754
+ {
755
+ "epoch": 0.5515463917525774,
756
+ "grad_norm": 0.13712941110134125,
757
+ "learning_rate": 0.0001819437965209732,
758
+ "loss": 0.4424,
759
+ "step": 107
760
+ },
761
+ {
762
+ "epoch": 0.5567010309278351,
763
+ "grad_norm": 0.13059262931346893,
764
+ "learning_rate": 0.00018142602813143785,
765
+ "loss": 0.4385,
766
+ "step": 108
767
+ },
768
+ {
769
+ "epoch": 0.5618556701030928,
770
+ "grad_norm": 0.16579480469226837,
771
+ "learning_rate": 0.00018090169943749476,
772
+ "loss": 0.4343,
773
+ "step": 109
774
+ },
775
+ {
776
+ "epoch": 0.5670103092783505,
777
+ "grad_norm": 0.15796129405498505,
778
+ "learning_rate": 0.00018037085268307889,
779
+ "loss": 0.4472,
780
+ "step": 110
781
+ },
782
+ {
783
+ "epoch": 0.5721649484536082,
784
+ "grad_norm": 0.1521310657262802,
785
+ "learning_rate": 0.00017983353063727016,
786
+ "loss": 0.4235,
787
+ "step": 111
788
+ },
789
+ {
790
+ "epoch": 0.5773195876288659,
791
+ "grad_norm": 0.12863527238368988,
792
+ "learning_rate": 0.00017928977659084755,
793
+ "loss": 0.4239,
794
+ "step": 112
795
+ },
796
+ {
797
+ "epoch": 0.5824742268041238,
798
+ "grad_norm": 0.12139534950256348,
799
+ "learning_rate": 0.00017873963435280121,
800
+ "loss": 0.4249,
801
+ "step": 113
802
+ },
803
+ {
804
+ "epoch": 0.5876288659793815,
805
+ "grad_norm": 0.16452330350875854,
806
+ "learning_rate": 0.000178183148246803,
807
+ "loss": 0.434,
808
+ "step": 114
809
+ },
810
+ {
811
+ "epoch": 0.5927835051546392,
812
+ "grad_norm": 0.15867012739181519,
813
+ "learning_rate": 0.00017762036310763532,
814
+ "loss": 0.4409,
815
+ "step": 115
816
+ },
817
+ {
818
+ "epoch": 0.5979381443298969,
819
+ "grad_norm": 0.13938477635383606,
820
+ "learning_rate": 0.00017705132427757895,
821
+ "loss": 0.4392,
822
+ "step": 116
823
+ },
824
+ {
825
+ "epoch": 0.6030927835051546,
826
+ "grad_norm": 0.15676359832286835,
827
+ "learning_rate": 0.00017647607760275987,
828
+ "loss": 0.4238,
829
+ "step": 117
830
+ },
831
+ {
832
+ "epoch": 0.6082474226804123,
833
+ "grad_norm": 0.1875935196876526,
834
+ "learning_rate": 0.00017589466942945556,
835
+ "loss": 0.4364,
836
+ "step": 118
837
+ },
838
+ {
839
+ "epoch": 0.6134020618556701,
840
+ "grad_norm": 0.18062135577201843,
841
+ "learning_rate": 0.00017530714660036112,
842
+ "loss": 0.4316,
843
+ "step": 119
844
+ },
845
+ {
846
+ "epoch": 0.6185567010309279,
847
+ "grad_norm": 0.21620391309261322,
848
+ "learning_rate": 0.00017471355645081498,
849
+ "loss": 0.4365,
850
+ "step": 120
851
+ },
852
+ {
853
+ "epoch": 0.6237113402061856,
854
+ "grad_norm": 0.22219762206077576,
855
+ "learning_rate": 0.0001741139468049855,
856
+ "loss": 0.4515,
857
+ "step": 121
858
+ },
859
+ {
860
+ "epoch": 0.6288659793814433,
861
+ "grad_norm": 0.27636048197746277,
862
+ "learning_rate": 0.00017350836597201767,
863
+ "loss": 0.4322,
864
+ "step": 122
865
+ },
866
+ {
867
+ "epoch": 0.634020618556701,
868
+ "grad_norm": 0.27494513988494873,
869
+ "learning_rate": 0.00017289686274214118,
870
+ "loss": 0.4437,
871
+ "step": 123
872
+ },
873
+ {
874
+ "epoch": 0.6391752577319587,
875
+ "grad_norm": 0.19892732799053192,
876
+ "learning_rate": 0.00017227948638273916,
877
+ "loss": 0.4323,
878
+ "step": 124
879
+ },
880
+ {
881
+ "epoch": 0.6443298969072165,
882
+ "grad_norm": 0.22920124232769012,
883
+ "learning_rate": 0.00017165628663437922,
884
+ "loss": 0.42,
885
+ "step": 125
886
+ },
887
+ {
888
+ "epoch": 0.6494845360824743,
889
+ "grad_norm": 0.2462163269519806,
890
+ "learning_rate": 0.0001710273137068057,
891
+ "loss": 0.4367,
892
+ "step": 126
893
+ },
894
+ {
895
+ "epoch": 0.654639175257732,
896
+ "grad_norm": 0.25883370637893677,
897
+ "learning_rate": 0.0001703926182748945,
898
+ "loss": 0.4338,
899
+ "step": 127
900
+ },
901
+ {
902
+ "epoch": 0.6597938144329897,
903
+ "grad_norm": 0.2813364267349243,
904
+ "learning_rate": 0.00016975225147457026,
905
+ "loss": 0.425,
906
+ "step": 128
907
+ },
908
+ {
909
+ "epoch": 0.6649484536082474,
910
+ "grad_norm": 0.26451367139816284,
911
+ "learning_rate": 0.00016910626489868649,
912
+ "loss": 0.444,
913
+ "step": 129
914
+ },
915
+ {
916
+ "epoch": 0.6701030927835051,
917
+ "grad_norm": 0.260074257850647,
918
+ "learning_rate": 0.00016845471059286887,
919
+ "loss": 0.4401,
920
+ "step": 130
921
+ },
922
+ {
923
+ "epoch": 0.6752577319587629,
924
+ "grad_norm": 0.33685773611068726,
925
+ "learning_rate": 0.0001677976410513221,
926
+ "loss": 0.4289,
927
+ "step": 131
928
+ },
929
+ {
930
+ "epoch": 0.6804123711340206,
931
+ "grad_norm": 0.13846200704574585,
932
+ "learning_rate": 0.0001671351092126004,
933
+ "loss": 0.4095,
934
+ "step": 132
935
+ },
936
+ {
937
+ "epoch": 0.6855670103092784,
938
+ "grad_norm": 0.24901287257671356,
939
+ "learning_rate": 0.0001664671684553426,
940
+ "loss": 0.4212,
941
+ "step": 133
942
+ },
943
+ {
944
+ "epoch": 0.6907216494845361,
945
+ "grad_norm": 0.25652503967285156,
946
+ "learning_rate": 0.00016579387259397127,
947
+ "loss": 0.4304,
948
+ "step": 134
949
+ },
950
+ {
951
+ "epoch": 0.6958762886597938,
952
+ "grad_norm": 0.19353553652763367,
953
+ "learning_rate": 0.00016511527587435737,
954
+ "loss": 0.4517,
955
+ "step": 135
956
+ },
957
+ {
958
+ "epoch": 0.7010309278350515,
959
+ "grad_norm": 0.21667616069316864,
960
+ "learning_rate": 0.00016443143296944945,
961
+ "loss": 0.4397,
962
+ "step": 136
963
+ },
964
+ {
965
+ "epoch": 0.7061855670103093,
966
+ "grad_norm": 0.2371380776166916,
967
+ "learning_rate": 0.000163742398974869,
968
+ "loss": 0.4394,
969
+ "step": 137
970
+ },
971
+ {
972
+ "epoch": 0.711340206185567,
973
+ "grad_norm": 0.26480844616889954,
974
+ "learning_rate": 0.00016304822940447139,
975
+ "loss": 0.4281,
976
+ "step": 138
977
+ },
978
+ {
979
+ "epoch": 0.7164948453608248,
980
+ "grad_norm": 0.16394782066345215,
981
+ "learning_rate": 0.00016234898018587337,
982
+ "loss": 0.4362,
983
+ "step": 139
984
+ },
985
+ {
986
+ "epoch": 0.7216494845360825,
987
+ "grad_norm": 0.2286471277475357,
988
+ "learning_rate": 0.00016164470765594698,
989
+ "loss": 0.4306,
990
+ "step": 140
991
+ },
992
+ {
993
+ "epoch": 0.7268041237113402,
994
+ "grad_norm": 0.20856066048145294,
995
+ "learning_rate": 0.00016093546855628084,
996
+ "loss": 0.4306,
997
+ "step": 141
998
+ },
999
+ {
1000
+ "epoch": 0.7319587628865979,
1001
+ "grad_norm": 0.17189185321331024,
1002
+ "learning_rate": 0.00016022132002860824,
1003
+ "loss": 0.4267,
1004
+ "step": 142
1005
+ },
1006
+ {
1007
+ "epoch": 0.7371134020618557,
1008
+ "grad_norm": 0.23078757524490356,
1009
+ "learning_rate": 0.00015950231961020373,
1010
+ "loss": 0.4385,
1011
+ "step": 143
1012
+ },
1013
+ {
1014
+ "epoch": 0.7422680412371134,
1015
+ "grad_norm": 0.24594247341156006,
1016
+ "learning_rate": 0.00015877852522924732,
1017
+ "loss": 0.4375,
1018
+ "step": 144
1019
+ },
1020
+ {
1021
+ "epoch": 0.7474226804123711,
1022
+ "grad_norm": 0.185899019241333,
1023
+ "learning_rate": 0.00015804999520015734,
1024
+ "loss": 0.4112,
1025
+ "step": 145
1026
+ },
1027
+ {
1028
+ "epoch": 0.7525773195876289,
1029
+ "grad_norm": 0.2080090045928955,
1030
+ "learning_rate": 0.00015731678821889224,
1031
+ "loss": 0.4366,
1032
+ "step": 146
1033
+ },
1034
+ {
1035
+ "epoch": 0.7577319587628866,
1036
+ "grad_norm": 0.19917985796928406,
1037
+ "learning_rate": 0.00015657896335822147,
1038
+ "loss": 0.4359,
1039
+ "step": 147
1040
+ },
1041
+ {
1042
+ "epoch": 0.7628865979381443,
1043
+ "grad_norm": 0.1784542351961136,
1044
+ "learning_rate": 0.00015583658006296624,
1045
+ "loss": 0.4145,
1046
+ "step": 148
1047
+ },
1048
+ {
1049
+ "epoch": 0.7680412371134021,
1050
+ "grad_norm": 0.26271045207977295,
1051
+ "learning_rate": 0.00015508969814521025,
1052
+ "loss": 0.4518,
1053
+ "step": 149
1054
+ },
1055
+ {
1056
+ "epoch": 0.7731958762886598,
1057
+ "grad_norm": 0.28644442558288574,
1058
+ "learning_rate": 0.0001543383777794806,
1059
+ "loss": 0.4336,
1060
+ "step": 150
1061
+ },
1062
+ {
1063
+ "epoch": 0.7783505154639175,
1064
+ "grad_norm": 0.32217490673065186,
1065
+ "learning_rate": 0.00015358267949789966,
1066
+ "loss": 0.4335,
1067
+ "step": 151
1068
+ },
1069
+ {
1070
+ "epoch": 0.7835051546391752,
1071
+ "grad_norm": 0.31271830201148987,
1072
+ "learning_rate": 0.00015282266418530847,
1073
+ "loss": 0.4424,
1074
+ "step": 152
1075
+ },
1076
+ {
1077
+ "epoch": 0.788659793814433,
1078
+ "grad_norm": 0.2646642327308655,
1079
+ "learning_rate": 0.00015205839307436088,
1080
+ "loss": 0.4166,
1081
+ "step": 153
1082
+ },
1083
+ {
1084
+ "epoch": 0.7938144329896907,
1085
+ "grad_norm": 0.3375913202762604,
1086
+ "learning_rate": 0.00015128992774059063,
1087
+ "loss": 0.4278,
1088
+ "step": 154
1089
+ },
1090
+ {
1091
+ "epoch": 0.7989690721649485,
1092
+ "grad_norm": 0.3240370750427246,
1093
+ "learning_rate": 0.00015051733009745013,
1094
+ "loss": 0.4414,
1095
+ "step": 155
1096
+ },
1097
+ {
1098
+ "epoch": 0.8041237113402062,
1099
+ "grad_norm": 0.34704843163490295,
1100
+ "learning_rate": 0.0001497406623913222,
1101
+ "loss": 0.4359,
1102
+ "step": 156
1103
+ },
1104
+ {
1105
+ "epoch": 0.8092783505154639,
1106
+ "grad_norm": 0.3096780776977539,
1107
+ "learning_rate": 0.00014895998719650526,
1108
+ "loss": 0.4296,
1109
+ "step": 157
1110
+ },
1111
+ {
1112
+ "epoch": 0.8144329896907216,
1113
+ "grad_norm": 0.32201290130615234,
1114
+ "learning_rate": 0.00014817536741017152,
1115
+ "loss": 0.4163,
1116
+ "step": 158
1117
+ },
1118
+ {
1119
+ "epoch": 0.8195876288659794,
1120
+ "grad_norm": 0.24183842539787292,
1121
+ "learning_rate": 0.00014738686624729986,
1122
+ "loss": 0.4319,
1123
+ "step": 159
1124
+ },
1125
+ {
1126
+ "epoch": 0.8247422680412371,
1127
+ "grad_norm": 0.2772982120513916,
1128
+ "learning_rate": 0.00014659454723558248,
1129
+ "loss": 0.4338,
1130
+ "step": 160
1131
+ },
1132
+ {
1133
+ "epoch": 0.8298969072164949,
1134
+ "grad_norm": 0.2415013611316681,
1135
+ "learning_rate": 0.00014579847421030678,
1136
+ "loss": 0.4268,
1137
+ "step": 161
1138
+ },
1139
+ {
1140
+ "epoch": 0.8350515463917526,
1141
+ "grad_norm": 0.19889673590660095,
1142
+ "learning_rate": 0.00014499871130921213,
1143
+ "loss": 0.4573,
1144
+ "step": 162
1145
+ },
1146
+ {
1147
+ "epoch": 0.8402061855670103,
1148
+ "grad_norm": 0.3569074273109436,
1149
+ "learning_rate": 0.0001441953229673227,
1150
+ "loss": 0.4327,
1151
+ "step": 163
1152
+ },
1153
+ {
1154
+ "epoch": 0.845360824742268,
1155
+ "grad_norm": 0.29068055748939514,
1156
+ "learning_rate": 0.00014338837391175582,
1157
+ "loss": 0.4356,
1158
+ "step": 164
1159
+ },
1160
+ {
1161
+ "epoch": 0.8505154639175257,
1162
+ "grad_norm": 0.2646566927433014,
1163
+ "learning_rate": 0.00014257792915650728,
1164
+ "loss": 0.4381,
1165
+ "step": 165
1166
+ },
1167
+ {
1168
+ "epoch": 0.8556701030927835,
1169
+ "grad_norm": 0.2640703320503235,
1170
+ "learning_rate": 0.00014176405399721312,
1171
+ "loss": 0.4368,
1172
+ "step": 166
1173
+ },
1174
+ {
1175
+ "epoch": 0.8608247422680413,
1176
+ "grad_norm": 0.22350774705410004,
1177
+ "learning_rate": 0.00014094681400588906,
1178
+ "loss": 0.4325,
1179
+ "step": 167
1180
+ },
1181
+ {
1182
+ "epoch": 0.865979381443299,
1183
+ "grad_norm": 0.24790436029434204,
1184
+ "learning_rate": 0.00014012627502564743,
1185
+ "loss": 0.4142,
1186
+ "step": 168
1187
+ },
1188
+ {
1189
+ "epoch": 0.8711340206185567,
1190
+ "grad_norm": 0.4644359350204468,
1191
+ "learning_rate": 0.00013930250316539238,
1192
+ "loss": 0.4258,
1193
+ "step": 169
1194
+ },
1195
+ {
1196
+ "epoch": 0.8762886597938144,
1197
+ "grad_norm": 0.3182356655597687,
1198
+ "learning_rate": 0.0001384755647944936,
1199
+ "loss": 0.4368,
1200
+ "step": 170
1201
+ },
1202
+ {
1203
+ "epoch": 0.8814432989690721,
1204
+ "grad_norm": 0.377511590719223,
1205
+ "learning_rate": 0.0001376455265374392,
1206
+ "loss": 0.4353,
1207
+ "step": 171
1208
+ },
1209
+ {
1210
+ "epoch": 0.8865979381443299,
1211
+ "grad_norm": 0.31862640380859375,
1212
+ "learning_rate": 0.00013681245526846783,
1213
+ "loss": 0.44,
1214
+ "step": 172
1215
+ },
1216
+ {
1217
+ "epoch": 0.8917525773195877,
1218
+ "grad_norm": 0.2726942002773285,
1219
+ "learning_rate": 0.00013597641810618073,
1220
+ "loss": 0.4475,
1221
+ "step": 173
1222
+ },
1223
+ {
1224
+ "epoch": 0.8969072164948454,
1225
+ "grad_norm": 0.2775639295578003,
1226
+ "learning_rate": 0.0001351374824081343,
1227
+ "loss": 0.4327,
1228
+ "step": 174
1229
+ },
1230
+ {
1231
+ "epoch": 0.9020618556701031,
1232
+ "grad_norm": 0.16788411140441895,
1233
+ "learning_rate": 0.00013429571576541315,
1234
+ "loss": 0.4436,
1235
+ "step": 175
1236
+ },
1237
+ {
1238
+ "epoch": 0.9072164948453608,
1239
+ "grad_norm": 0.36008498072624207,
1240
+ "learning_rate": 0.00013345118599718457,
1241
+ "loss": 0.4381,
1242
+ "step": 176
1243
+ },
1244
+ {
1245
+ "epoch": 0.9123711340206185,
1246
+ "grad_norm": 0.3529493510723114,
1247
+ "learning_rate": 0.0001326039611452342,
1248
+ "loss": 0.4311,
1249
+ "step": 177
1250
+ },
1251
+ {
1252
+ "epoch": 0.9175257731958762,
1253
+ "grad_norm": 0.33236363530158997,
1254
+ "learning_rate": 0.00013175410946848445,
1255
+ "loss": 0.4413,
1256
+ "step": 178
1257
+ },
1258
+ {
1259
+ "epoch": 0.9226804123711341,
1260
+ "grad_norm": 0.34233689308166504,
1261
+ "learning_rate": 0.00013090169943749476,
1262
+ "loss": 0.4341,
1263
+ "step": 179
1264
+ },
1265
+ {
1266
+ "epoch": 0.9278350515463918,
1267
+ "grad_norm": 0.23846842348575592,
1268
+ "learning_rate": 0.0001300467997289452,
1269
+ "loss": 0.4284,
1270
+ "step": 180
1271
+ },
1272
+ {
1273
+ "epoch": 0.9329896907216495,
1274
+ "grad_norm": 0.2865229845046997,
1275
+ "learning_rate": 0.00012918947922010336,
1276
+ "loss": 0.4339,
1277
+ "step": 181
1278
+ },
1279
+ {
1280
+ "epoch": 0.9381443298969072,
1281
+ "grad_norm": 0.31014958024024963,
1282
+ "learning_rate": 0.00012832980698327496,
1283
+ "loss": 0.4349,
1284
+ "step": 182
1285
+ },
1286
+ {
1287
+ "epoch": 0.9432989690721649,
1288
+ "grad_norm": 0.2616514563560486,
1289
+ "learning_rate": 0.00012746785228023904,
1290
+ "loss": 0.4226,
1291
+ "step": 183
1292
+ },
1293
+ {
1294
+ "epoch": 0.9484536082474226,
1295
+ "grad_norm": 0.29992541670799255,
1296
+ "learning_rate": 0.00012660368455666752,
1297
+ "loss": 0.4405,
1298
+ "step": 184
1299
+ },
1300
+ {
1301
+ "epoch": 0.9536082474226805,
1302
+ "grad_norm": 0.28125184774398804,
1303
+ "learning_rate": 0.00012573737343653024,
1304
+ "loss": 0.4255,
1305
+ "step": 185
1306
+ },
1307
+ {
1308
+ "epoch": 0.9587628865979382,
1309
+ "grad_norm": 0.30920377373695374,
1310
+ "learning_rate": 0.0001248689887164855,
1311
+ "loss": 0.4254,
1312
+ "step": 186
1313
+ },
1314
+ {
1315
+ "epoch": 0.9639175257731959,
1316
+ "grad_norm": 0.29404139518737793,
1317
+ "learning_rate": 0.0001239986003602566,
1318
+ "loss": 0.4301,
1319
+ "step": 187
1320
+ },
1321
+ {
1322
+ "epoch": 0.9690721649484536,
1323
+ "grad_norm": 0.24007168412208557,
1324
+ "learning_rate": 0.00012312627849299523,
1325
+ "loss": 0.4365,
1326
+ "step": 188
1327
+ },
1328
+ {
1329
+ "epoch": 0.9742268041237113,
1330
+ "grad_norm": 0.1996045708656311,
1331
+ "learning_rate": 0.00012225209339563145,
1332
+ "loss": 0.4094,
1333
+ "step": 189
1334
+ },
1335
+ {
1336
+ "epoch": 0.979381443298969,
1337
+ "grad_norm": 0.21352912485599518,
1338
+ "learning_rate": 0.00012137611549921146,
1339
+ "loss": 0.4372,
1340
+ "step": 190
1341
+ },
1342
+ {
1343
+ "epoch": 0.9845360824742269,
1344
+ "grad_norm": 0.2544335126876831,
1345
+ "learning_rate": 0.00012049841537922307,
1346
+ "loss": 0.4131,
1347
+ "step": 191
1348
+ },
1349
+ {
1350
+ "epoch": 0.9896907216494846,
1351
+ "grad_norm": 0.22331076860427856,
1352
+ "learning_rate": 0.00011961906374990952,
1353
+ "loss": 0.4279,
1354
+ "step": 192
1355
+ },
1356
+ {
1357
+ "epoch": 0.9948453608247423,
1358
+ "grad_norm": 0.23338709771633148,
1359
+ "learning_rate": 0.00011873813145857249,
1360
+ "loss": 0.4172,
1361
+ "step": 193
1362
+ },
1363
+ {
1364
+ "epoch": 1.0,
1365
+ "grad_norm": 0.23860973119735718,
1366
+ "learning_rate": 0.00011785568947986367,
1367
+ "loss": 0.4318,
1368
+ "step": 194
1369
+ },
1370
+ {
1371
+ "epoch": 1.0051546391752577,
1372
+ "grad_norm": 0.22747361660003662,
1373
+ "learning_rate": 0.00011697180891006689,
1374
+ "loss": 0.4275,
1375
+ "step": 195
1376
+ },
1377
+ {
1378
+ "epoch": 1.0103092783505154,
1379
+ "grad_norm": 0.24887818098068237,
1380
+ "learning_rate": 0.00011608656096136984,
1381
+ "loss": 0.429,
1382
+ "step": 196
1383
+ },
1384
+ {
1385
+ "epoch": 1.0154639175257731,
1386
+ "grad_norm": 0.2906290292739868,
1387
+ "learning_rate": 0.00011520001695612674,
1388
+ "loss": 0.43,
1389
+ "step": 197
1390
+ },
1391
+ {
1392
+ "epoch": 1.0206185567010309,
1393
+ "grad_norm": 0.3029741644859314,
1394
+ "learning_rate": 0.00011431224832111196,
1395
+ "loss": 0.4311,
1396
+ "step": 198
1397
+ },
1398
+ {
1399
+ "epoch": 1.0257731958762886,
1400
+ "grad_norm": 0.25530320405960083,
1401
+ "learning_rate": 0.00011342332658176555,
1402
+ "loss": 0.4208,
1403
+ "step": 199
1404
+ },
1405
+ {
1406
+ "epoch": 1.0309278350515463,
1407
+ "grad_norm": 0.18977971374988556,
1408
+ "learning_rate": 0.00011253332335643043,
1409
+ "loss": 0.4075,
1410
+ "step": 200
1411
+ },
1412
+ {
1413
+ "epoch": 1.0360824742268042,
1414
+ "grad_norm": 0.24631249904632568,
1415
+ "learning_rate": 0.00011164231035058228,
1416
+ "loss": 0.4222,
1417
+ "step": 201
1418
+ },
1419
+ {
1420
+ "epoch": 1.041237113402062,
1421
+ "grad_norm": 0.2640010714530945,
1422
+ "learning_rate": 0.00011075035935105252,
1423
+ "loss": 0.4304,
1424
+ "step": 202
1425
+ },
1426
+ {
1427
+ "epoch": 1.0463917525773196,
1428
+ "grad_norm": 0.2835286855697632,
1429
+ "learning_rate": 0.00010985754222024436,
1430
+ "loss": 0.4305,
1431
+ "step": 203
1432
+ },
1433
+ {
1434
+ "epoch": 1.0515463917525774,
1435
+ "grad_norm": 0.3086528480052948,
1436
+ "learning_rate": 0.00010896393089034336,
1437
+ "loss": 0.4424,
1438
+ "step": 204
1439
+ },
1440
+ {
1441
+ "epoch": 1.056701030927835,
1442
+ "grad_norm": 0.3864690065383911,
1443
+ "learning_rate": 0.00010806959735752174,
1444
+ "loss": 0.4403,
1445
+ "step": 205
1446
+ },
1447
+ {
1448
+ "epoch": 1.0618556701030928,
1449
+ "grad_norm": 0.4415989816188812,
1450
+ "learning_rate": 0.00010717461367613793,
1451
+ "loss": 0.4165,
1452
+ "step": 206
1453
+ },
1454
+ {
1455
+ "epoch": 1.0670103092783505,
1456
+ "grad_norm": 0.4663720726966858,
1457
+ "learning_rate": 0.00010627905195293135,
1458
+ "loss": 0.4195,
1459
+ "step": 207
1460
+ },
1461
+ {
1462
+ "epoch": 1.0721649484536082,
1463
+ "grad_norm": 0.40034109354019165,
1464
+ "learning_rate": 0.00010538298434121283,
1465
+ "loss": 0.4223,
1466
+ "step": 208
1467
+ },
1468
+ {
1469
+ "epoch": 1.077319587628866,
1470
+ "grad_norm": 0.31532707810401917,
1471
+ "learning_rate": 0.00010448648303505151,
1472
+ "loss": 0.424,
1473
+ "step": 209
1474
+ },
1475
+ {
1476
+ "epoch": 1.0824742268041236,
1477
+ "grad_norm": 0.2678797245025635,
1478
+ "learning_rate": 0.00010358962026345824,
1479
+ "loss": 0.4295,
1480
+ "step": 210
1481
+ },
1482
+ {
1483
+ "epoch": 1.0876288659793814,
1484
+ "grad_norm": 0.2952194809913635,
1485
+ "learning_rate": 0.00010269246828456629,
1486
+ "loss": 0.4246,
1487
+ "step": 211
1488
+ },
1489
+ {
1490
+ "epoch": 1.0927835051546393,
1491
+ "grad_norm": 0.39344316720962524,
1492
+ "learning_rate": 0.00010179509937980973,
1493
+ "loss": 0.434,
1494
+ "step": 212
1495
+ },
1496
+ {
1497
+ "epoch": 1.097938144329897,
1498
+ "grad_norm": 0.36972832679748535,
1499
+ "learning_rate": 0.00010089758584809979,
1500
+ "loss": 0.4249,
1501
+ "step": 213
1502
+ },
1503
+ {
1504
+ "epoch": 1.1030927835051547,
1505
+ "grad_norm": 0.23801574110984802,
1506
+ "learning_rate": 0.0001,
1507
+ "loss": 0.4179,
1508
+ "step": 214
1509
+ },
1510
+ {
1511
+ "epoch": 1.1082474226804124,
1512
+ "grad_norm": 0.35938265919685364,
1513
+ "learning_rate": 9.910241415190021e-05,
1514
+ "loss": 0.4309,
1515
+ "step": 215
1516
+ },
1517
+ {
1518
+ "epoch": 1.1134020618556701,
1519
+ "grad_norm": 0.501671314239502,
1520
+ "learning_rate": 9.820490062019029e-05,
1521
+ "loss": 0.4364,
1522
+ "step": 216
1523
+ },
1524
+ {
1525
+ "epoch": 1.1185567010309279,
1526
+ "grad_norm": 0.4622708559036255,
1527
+ "learning_rate": 9.730753171543374e-05,
1528
+ "loss": 0.4229,
1529
+ "step": 217
1530
+ },
1531
+ {
1532
+ "epoch": 1.1237113402061856,
1533
+ "grad_norm": 0.28288254141807556,
1534
+ "learning_rate": 9.641037973654178e-05,
1535
+ "loss": 0.4248,
1536
+ "step": 218
1537
+ },
1538
+ {
1539
+ "epoch": 1.1288659793814433,
1540
+ "grad_norm": 0.23704715073108673,
1541
+ "learning_rate": 9.551351696494854e-05,
1542
+ "loss": 0.4185,
1543
+ "step": 219
1544
+ },
1545
+ {
1546
+ "epoch": 1.134020618556701,
1547
+ "grad_norm": 0.4235609173774719,
1548
+ "learning_rate": 9.461701565878719e-05,
1549
+ "loss": 0.4171,
1550
+ "step": 220
1551
+ },
1552
+ {
1553
+ "epoch": 1.1391752577319587,
1554
+ "grad_norm": 0.3826042413711548,
1555
+ "learning_rate": 9.372094804706867e-05,
1556
+ "loss": 0.4331,
1557
+ "step": 221
1558
+ },
1559
+ {
1560
+ "epoch": 1.1443298969072164,
1561
+ "grad_norm": 0.2800697088241577,
1562
+ "learning_rate": 9.282538632386207e-05,
1563
+ "loss": 0.4214,
1564
+ "step": 222
1565
+ },
1566
+ {
1567
+ "epoch": 1.1494845360824741,
1568
+ "grad_norm": 0.3822883367538452,
1569
+ "learning_rate": 9.193040264247829e-05,
1570
+ "loss": 0.4345,
1571
+ "step": 223
1572
+ },
1573
+ {
1574
+ "epoch": 1.1546391752577319,
1575
+ "grad_norm": 0.306937038898468,
1576
+ "learning_rate": 9.103606910965666e-05,
1577
+ "loss": 0.4134,
1578
+ "step": 224
1579
+ },
1580
+ {
1581
+ "epoch": 1.1597938144329896,
1582
+ "grad_norm": 0.24911299347877502,
1583
+ "learning_rate": 9.014245777975565e-05,
1584
+ "loss": 0.4196,
1585
+ "step": 225
1586
+ },
1587
+ {
1588
+ "epoch": 1.1649484536082475,
1589
+ "grad_norm": 0.30347758531570435,
1590
+ "learning_rate": 8.924964064894753e-05,
1591
+ "loss": 0.407,
1592
+ "step": 226
1593
+ },
1594
+ {
1595
+ "epoch": 1.1701030927835052,
1596
+ "grad_norm": 0.36097684502601624,
1597
+ "learning_rate": 8.835768964941773e-05,
1598
+ "loss": 0.4317,
1599
+ "step": 227
1600
+ },
1601
+ {
1602
+ "epoch": 1.175257731958763,
1603
+ "grad_norm": 0.2212606817483902,
1604
+ "learning_rate": 8.746667664356956e-05,
1605
+ "loss": 0.4067,
1606
+ "step": 228
1607
+ },
1608
+ {
1609
+ "epoch": 1.1804123711340206,
1610
+ "grad_norm": 0.2710006833076477,
1611
+ "learning_rate": 8.657667341823448e-05,
1612
+ "loss": 0.421,
1613
+ "step": 229
1614
+ },
1615
+ {
1616
+ "epoch": 1.1855670103092784,
1617
+ "grad_norm": 0.2709140479564667,
1618
+ "learning_rate": 8.568775167888806e-05,
1619
+ "loss": 0.4104,
1620
+ "step": 230
1621
+ },
1622
+ {
1623
+ "epoch": 1.190721649484536,
1624
+ "grad_norm": 0.25175172090530396,
1625
+ "learning_rate": 8.479998304387329e-05,
1626
+ "loss": 0.4184,
1627
+ "step": 231
1628
+ },
1629
+ {
1630
+ "epoch": 1.1958762886597938,
1631
+ "grad_norm": 0.2586748003959656,
1632
+ "learning_rate": 8.391343903863018e-05,
1633
+ "loss": 0.4157,
1634
+ "step": 232
1635
+ },
1636
+ {
1637
+ "epoch": 1.2010309278350515,
1638
+ "grad_norm": 0.26554447412490845,
1639
+ "learning_rate": 8.302819108993312e-05,
1640
+ "loss": 0.4263,
1641
+ "step": 233
1642
+ },
1643
+ {
1644
+ "epoch": 1.2061855670103092,
1645
+ "grad_norm": 0.24530813097953796,
1646
+ "learning_rate": 8.214431052013634e-05,
1647
+ "loss": 0.4216,
1648
+ "step": 234
1649
+ },
1650
+ {
1651
+ "epoch": 1.211340206185567,
1652
+ "grad_norm": 0.29449594020843506,
1653
+ "learning_rate": 8.126186854142752e-05,
1654
+ "loss": 0.4241,
1655
+ "step": 235
1656
+ },
1657
+ {
1658
+ "epoch": 1.2164948453608249,
1659
+ "grad_norm": 0.359494686126709,
1660
+ "learning_rate": 8.038093625009052e-05,
1661
+ "loss": 0.4274,
1662
+ "step": 236
1663
+ },
1664
+ {
1665
+ "epoch": 1.2216494845360826,
1666
+ "grad_norm": 0.23757228255271912,
1667
+ "learning_rate": 7.950158462077697e-05,
1668
+ "loss": 0.4126,
1669
+ "step": 237
1670
+ },
1671
+ {
1672
+ "epoch": 1.2268041237113403,
1673
+ "grad_norm": 0.22119931876659393,
1674
+ "learning_rate": 7.862388450078855e-05,
1675
+ "loss": 0.4192,
1676
+ "step": 238
1677
+ },
1678
+ {
1679
+ "epoch": 1.231958762886598,
1680
+ "grad_norm": 0.31067612767219543,
1681
+ "learning_rate": 7.774790660436858e-05,
1682
+ "loss": 0.4392,
1683
+ "step": 239
1684
+ },
1685
+ {
1686
+ "epoch": 1.2371134020618557,
1687
+ "grad_norm": 0.2888616919517517,
1688
+ "learning_rate": 7.68737215070048e-05,
1689
+ "loss": 0.416,
1690
+ "step": 240
1691
+ },
1692
+ {
1693
+ "epoch": 1.2422680412371134,
1694
+ "grad_norm": 0.15679210424423218,
1695
+ "learning_rate": 7.600139963974341e-05,
1696
+ "loss": 0.4157,
1697
+ "step": 241
1698
+ },
1699
+ {
1700
+ "epoch": 1.2474226804123711,
1701
+ "grad_norm": 0.26868337392807007,
1702
+ "learning_rate": 7.513101128351454e-05,
1703
+ "loss": 0.4114,
1704
+ "step": 242
1705
+ },
1706
+ {
1707
+ "epoch": 1.2525773195876289,
1708
+ "grad_norm": 0.2522866725921631,
1709
+ "learning_rate": 7.426262656346978e-05,
1710
+ "loss": 0.4255,
1711
+ "step": 243
1712
+ },
1713
+ {
1714
+ "epoch": 1.2577319587628866,
1715
+ "grad_norm": 0.1718539297580719,
1716
+ "learning_rate": 7.339631544333249e-05,
1717
+ "loss": 0.4312,
1718
+ "step": 244
1719
+ },
1720
+ {
1721
+ "epoch": 1.2628865979381443,
1722
+ "grad_norm": 0.23187138140201569,
1723
+ "learning_rate": 7.2532147719761e-05,
1724
+ "loss": 0.4268,
1725
+ "step": 245
1726
+ },
1727
+ {
1728
+ "epoch": 1.268041237113402,
1729
+ "grad_norm": 0.2766572833061218,
1730
+ "learning_rate": 7.167019301672509e-05,
1731
+ "loss": 0.4302,
1732
+ "step": 246
1733
+ },
1734
+ {
1735
+ "epoch": 1.2731958762886597,
1736
+ "grad_norm": 0.20282387733459473,
1737
+ "learning_rate": 7.081052077989667e-05,
1738
+ "loss": 0.4113,
1739
+ "step": 247
1740
+ },
1741
+ {
1742
+ "epoch": 1.2783505154639174,
1743
+ "grad_norm": 0.17571978271007538,
1744
+ "learning_rate": 6.995320027105481e-05,
1745
+ "loss": 0.4214,
1746
+ "step": 248
1747
+ },
1748
+ {
1749
+ "epoch": 1.2835051546391751,
1750
+ "grad_norm": 0.2154776006937027,
1751
+ "learning_rate": 6.909830056250527e-05,
1752
+ "loss": 0.4321,
1753
+ "step": 249
1754
+ },
1755
+ {
1756
+ "epoch": 1.2886597938144329,
1757
+ "grad_norm": 0.20032523572444916,
1758
+ "learning_rate": 6.824589053151558e-05,
1759
+ "loss": 0.4127,
1760
+ "step": 250
1761
+ },
1762
+ {
1763
+ "epoch": 1.2938144329896908,
1764
+ "grad_norm": 0.16858811676502228,
1765
+ "learning_rate": 6.739603885476582e-05,
1766
+ "loss": 0.4161,
1767
+ "step": 251
1768
+ },
1769
+ {
1770
+ "epoch": 1.2989690721649485,
1771
+ "grad_norm": 0.19868813455104828,
1772
+ "learning_rate": 6.654881400281547e-05,
1773
+ "loss": 0.4125,
1774
+ "step": 252
1775
+ },
1776
+ {
1777
+ "epoch": 1.3041237113402062,
1778
+ "grad_norm": 0.22468076646327972,
1779
+ "learning_rate": 6.570428423458687e-05,
1780
+ "loss": 0.4176,
1781
+ "step": 253
1782
+ },
1783
+ {
1784
+ "epoch": 1.309278350515464,
1785
+ "grad_norm": 0.1965940147638321,
1786
+ "learning_rate": 6.486251759186572e-05,
1787
+ "loss": 0.4077,
1788
+ "step": 254
1789
+ },
1790
+ {
1791
+ "epoch": 1.3144329896907216,
1792
+ "grad_norm": 0.15204209089279175,
1793
+ "learning_rate": 6.402358189381934e-05,
1794
+ "loss": 0.4136,
1795
+ "step": 255
1796
+ },
1797
+ {
1798
+ "epoch": 1.3195876288659794,
1799
+ "grad_norm": 0.1732676774263382,
1800
+ "learning_rate": 6.318754473153221e-05,
1801
+ "loss": 0.4003,
1802
+ "step": 256
1803
+ },
1804
+ {
1805
+ "epoch": 1.324742268041237,
1806
+ "grad_norm": 0.15440921485424042,
1807
+ "learning_rate": 6.23544734625608e-05,
1808
+ "loss": 0.4223,
1809
+ "step": 257
1810
+ },
1811
+ {
1812
+ "epoch": 1.3298969072164948,
1813
+ "grad_norm": 0.16463245451450348,
1814
+ "learning_rate": 6.152443520550641e-05,
1815
+ "loss": 0.4177,
1816
+ "step": 258
1817
+ },
1818
+ {
1819
+ "epoch": 1.3350515463917525,
1820
+ "grad_norm": 0.18284174799919128,
1821
+ "learning_rate": 6.069749683460765e-05,
1822
+ "loss": 0.4114,
1823
+ "step": 259
1824
+ },
1825
+ {
1826
+ "epoch": 1.3402061855670104,
1827
+ "grad_norm": 0.15177594125270844,
1828
+ "learning_rate": 5.9873724974352585e-05,
1829
+ "loss": 0.3997,
1830
+ "step": 260
1831
+ },
1832
+ {
1833
+ "epoch": 1.3453608247422681,
1834
+ "grad_norm": 0.19975629448890686,
1835
+ "learning_rate": 5.9053185994110974e-05,
1836
+ "loss": 0.4059,
1837
+ "step": 261
1838
+ },
1839
+ {
1840
+ "epoch": 1.3505154639175259,
1841
+ "grad_norm": 0.24263139069080353,
1842
+ "learning_rate": 5.82359460027869e-05,
1843
+ "loss": 0.4135,
1844
+ "step": 262
1845
+ },
1846
+ {
1847
+ "epoch": 1.3556701030927836,
1848
+ "grad_norm": 0.16142095625400543,
1849
+ "learning_rate": 5.7422070843492734e-05,
1850
+ "loss": 0.4285,
1851
+ "step": 263
1852
+ },
1853
+ {
1854
+ "epoch": 1.3608247422680413,
1855
+ "grad_norm": 0.21296386420726776,
1856
+ "learning_rate": 5.6611626088244194e-05,
1857
+ "loss": 0.4245,
1858
+ "step": 264
1859
+ },
1860
+ {
1861
+ "epoch": 1.365979381443299,
1862
+ "grad_norm": 0.18045397102832794,
1863
+ "learning_rate": 5.5804677032677354e-05,
1864
+ "loss": 0.4093,
1865
+ "step": 265
1866
+ },
1867
+ {
1868
+ "epoch": 1.3711340206185567,
1869
+ "grad_norm": 0.1832776963710785,
1870
+ "learning_rate": 5.5001288690787886e-05,
1871
+ "loss": 0.4209,
1872
+ "step": 266
1873
+ },
1874
+ {
1875
+ "epoch": 1.3762886597938144,
1876
+ "grad_norm": 0.18741373717784882,
1877
+ "learning_rate": 5.420152578969326e-05,
1878
+ "loss": 0.405,
1879
+ "step": 267
1880
+ },
1881
+ {
1882
+ "epoch": 1.3814432989690721,
1883
+ "grad_norm": 0.17056772112846375,
1884
+ "learning_rate": 5.340545276441755e-05,
1885
+ "loss": 0.4048,
1886
+ "step": 268
1887
+ },
1888
+ {
1889
+ "epoch": 1.3865979381443299,
1890
+ "grad_norm": 0.1502230316400528,
1891
+ "learning_rate": 5.261313375270014e-05,
1892
+ "loss": 0.424,
1893
+ "step": 269
1894
+ },
1895
+ {
1896
+ "epoch": 1.3917525773195876,
1897
+ "grad_norm": 0.19059504568576813,
1898
+ "learning_rate": 5.182463258982846e-05,
1899
+ "loss": 0.4068,
1900
+ "step": 270
1901
+ },
1902
+ {
1903
+ "epoch": 1.3969072164948453,
1904
+ "grad_norm": 0.19260834157466888,
1905
+ "learning_rate": 5.1040012803494795e-05,
1906
+ "loss": 0.4046,
1907
+ "step": 271
1908
+ },
1909
+ {
1910
+ "epoch": 1.402061855670103,
1911
+ "grad_norm": 0.192903533577919,
1912
+ "learning_rate": 5.025933760867781e-05,
1913
+ "loss": 0.4383,
1914
+ "step": 272
1915
+ },
1916
+ {
1917
+ "epoch": 1.4072164948453607,
1918
+ "grad_norm": 0.20904873311519623,
1919
+ "learning_rate": 4.9482669902549894e-05,
1920
+ "loss": 0.4123,
1921
+ "step": 273
1922
+ },
1923
+ {
1924
+ "epoch": 1.4123711340206184,
1925
+ "grad_norm": 0.16577503085136414,
1926
+ "learning_rate": 4.87100722594094e-05,
1927
+ "loss": 0.4153,
1928
+ "step": 274
1929
+ },
1930
+ {
1931
+ "epoch": 1.4175257731958764,
1932
+ "grad_norm": 0.16849367320537567,
1933
+ "learning_rate": 4.794160692563917e-05,
1934
+ "loss": 0.4011,
1935
+ "step": 275
1936
+ },
1937
+ {
1938
+ "epoch": 1.422680412371134,
1939
+ "grad_norm": 0.15250536799430847,
1940
+ "learning_rate": 4.717733581469157e-05,
1941
+ "loss": 0.4058,
1942
+ "step": 276
1943
+ },
1944
+ {
1945
+ "epoch": 1.4278350515463918,
1946
+ "grad_norm": 0.20221127569675446,
1947
+ "learning_rate": 4.6417320502100316e-05,
1948
+ "loss": 0.4217,
1949
+ "step": 277
1950
+ },
1951
+ {
1952
+ "epoch": 1.4329896907216495,
1953
+ "grad_norm": 0.17506621778011322,
1954
+ "learning_rate": 4.566162222051946e-05,
1955
+ "loss": 0.4042,
1956
+ "step": 278
1957
+ },
1958
+ {
1959
+ "epoch": 1.4381443298969072,
1960
+ "grad_norm": 0.15628258883953094,
1961
+ "learning_rate": 4.491030185478976e-05,
1962
+ "loss": 0.41,
1963
+ "step": 279
1964
+ },
1965
+ {
1966
+ "epoch": 1.443298969072165,
1967
+ "grad_norm": 0.166415736079216,
1968
+ "learning_rate": 4.416341993703373e-05,
1969
+ "loss": 0.3997,
1970
+ "step": 280
1971
+ },
1972
+ {
1973
+ "epoch": 1.4484536082474226,
1974
+ "grad_norm": 0.167769655585289,
1975
+ "learning_rate": 4.3421036641778556e-05,
1976
+ "loss": 0.4013,
1977
+ "step": 281
1978
+ },
1979
+ {
1980
+ "epoch": 1.4536082474226804,
1981
+ "grad_norm": 0.15038897097110748,
1982
+ "learning_rate": 4.268321178110779e-05,
1983
+ "loss": 0.4069,
1984
+ "step": 282
1985
+ },
1986
+ {
1987
+ "epoch": 1.458762886597938,
1988
+ "grad_norm": 0.1389695107936859,
1989
+ "learning_rate": 4.195000479984265e-05,
1990
+ "loss": 0.4053,
1991
+ "step": 283
1992
+ },
1993
+ {
1994
+ "epoch": 1.463917525773196,
1995
+ "grad_norm": 0.17076821625232697,
1996
+ "learning_rate": 4.12214747707527e-05,
1997
+ "loss": 0.4032,
1998
+ "step": 284
1999
+ },
2000
+ {
2001
+ "epoch": 1.4690721649484537,
2002
+ "grad_norm": 0.18228599429130554,
2003
+ "learning_rate": 4.049768038979631e-05,
2004
+ "loss": 0.4192,
2005
+ "step": 285
2006
+ },
2007
+ {
2008
+ "epoch": 1.4742268041237114,
2009
+ "grad_norm": 0.1899213343858719,
2010
+ "learning_rate": 3.9778679971391785e-05,
2011
+ "loss": 0.3979,
2012
+ "step": 286
2013
+ },
2014
+ {
2015
+ "epoch": 1.4793814432989691,
2016
+ "grad_norm": 0.16366295516490936,
2017
+ "learning_rate": 3.90645314437192e-05,
2018
+ "loss": 0.4178,
2019
+ "step": 287
2020
+ },
2021
+ {
2022
+ "epoch": 1.4845360824742269,
2023
+ "grad_norm": 0.2040897011756897,
2024
+ "learning_rate": 3.8355292344053026e-05,
2025
+ "loss": 0.4047,
2026
+ "step": 288
2027
+ },
2028
+ {
2029
+ "epoch": 1.4896907216494846,
2030
+ "grad_norm": 0.1330062597990036,
2031
+ "learning_rate": 3.7651019814126654e-05,
2032
+ "loss": 0.4019,
2033
+ "step": 289
2034
+ },
2035
+ {
2036
+ "epoch": 1.4948453608247423,
2037
+ "grad_norm": 0.19464842975139618,
2038
+ "learning_rate": 3.695177059552861e-05,
2039
+ "loss": 0.4129,
2040
+ "step": 290
2041
+ },
2042
+ {
2043
+ "epoch": 1.5,
2044
+ "grad_norm": 0.14035341143608093,
2045
+ "learning_rate": 3.6257601025131026e-05,
2046
+ "loss": 0.4247,
2047
+ "step": 291
2048
+ },
2049
+ {
2050
+ "epoch": 1.5051546391752577,
2051
+ "grad_norm": 0.19228717684745789,
2052
+ "learning_rate": 3.556856703055058e-05,
2053
+ "loss": 0.3981,
2054
+ "step": 292
2055
+ },
2056
+ {
2057
+ "epoch": 1.5103092783505154,
2058
+ "grad_norm": 0.15985019505023956,
2059
+ "learning_rate": 3.488472412564264e-05,
2060
+ "loss": 0.4231,
2061
+ "step": 293
2062
+ },
2063
+ {
2064
+ "epoch": 1.5154639175257731,
2065
+ "grad_norm": 0.19275085628032684,
2066
+ "learning_rate": 3.4206127406028745e-05,
2067
+ "loss": 0.4193,
2068
+ "step": 294
2069
+ },
2070
+ {
2071
+ "epoch": 1.5206185567010309,
2072
+ "grad_norm": 0.16484279930591583,
2073
+ "learning_rate": 3.353283154465746e-05,
2074
+ "loss": 0.4158,
2075
+ "step": 295
2076
+ },
2077
+ {
2078
+ "epoch": 1.5257731958762886,
2079
+ "grad_norm": 0.1540604829788208,
2080
+ "learning_rate": 3.28648907873996e-05,
2081
+ "loss": 0.4073,
2082
+ "step": 296
2083
+ },
2084
+ {
2085
+ "epoch": 1.5309278350515463,
2086
+ "grad_norm": 0.1933484673500061,
2087
+ "learning_rate": 3.220235894867794e-05,
2088
+ "loss": 0.3935,
2089
+ "step": 297
2090
+ },
2091
+ {
2092
+ "epoch": 1.536082474226804,
2093
+ "grad_norm": 0.1472434252500534,
2094
+ "learning_rate": 3.154528940713113e-05,
2095
+ "loss": 0.4149,
2096
+ "step": 298
2097
+ },
2098
+ {
2099
+ "epoch": 1.5412371134020617,
2100
+ "grad_norm": 0.1777832806110382,
2101
+ "learning_rate": 3.089373510131354e-05,
2102
+ "loss": 0.4055,
2103
+ "step": 299
2104
+ },
2105
+ {
2106
+ "epoch": 1.5463917525773194,
2107
+ "grad_norm": 0.1485530436038971,
2108
+ "learning_rate": 3.0247748525429787e-05,
2109
+ "loss": 0.4213,
2110
+ "step": 300
2111
+ },
2112
+ {
2113
+ "epoch": 1.5515463917525774,
2114
+ "grad_norm": 0.1698344647884369,
2115
+ "learning_rate": 2.960738172510551e-05,
2116
+ "loss": 0.4146,
2117
+ "step": 301
2118
+ },
2119
+ {
2120
+ "epoch": 1.556701030927835,
2121
+ "grad_norm": 0.15248975157737732,
2122
+ "learning_rate": 2.8972686293194308e-05,
2123
+ "loss": 0.4111,
2124
+ "step": 302
2125
+ },
2126
+ {
2127
+ "epoch": 1.5618556701030928,
2128
+ "grad_norm": 0.1573648601770401,
2129
+ "learning_rate": 2.8343713365620772e-05,
2130
+ "loss": 0.4034,
2131
+ "step": 303
2132
+ },
2133
+ {
2134
+ "epoch": 1.5670103092783505,
2135
+ "grad_norm": 0.14649935066699982,
2136
+ "learning_rate": 2.7720513617260856e-05,
2137
+ "loss": 0.4173,
2138
+ "step": 304
2139
+ },
2140
+ {
2141
+ "epoch": 1.5721649484536082,
2142
+ "grad_norm": 0.1425144374370575,
2143
+ "learning_rate": 2.7103137257858868e-05,
2144
+ "loss": 0.3941,
2145
+ "step": 305
2146
+ },
2147
+ {
2148
+ "epoch": 1.577319587628866,
2149
+ "grad_norm": 0.1503569483757019,
2150
+ "learning_rate": 2.6491634027982325e-05,
2151
+ "loss": 0.3953,
2152
+ "step": 306
2153
+ },
2154
+ {
2155
+ "epoch": 1.5824742268041239,
2156
+ "grad_norm": 0.1541711837053299,
2157
+ "learning_rate": 2.5886053195014538e-05,
2158
+ "loss": 0.3977,
2159
+ "step": 307
2160
+ },
2161
+ {
2162
+ "epoch": 1.5876288659793816,
2163
+ "grad_norm": 0.15536653995513916,
2164
+ "learning_rate": 2.5286443549185036e-05,
2165
+ "loss": 0.4068,
2166
+ "step": 308
2167
+ },
2168
+ {
2169
+ "epoch": 1.5927835051546393,
2170
+ "grad_norm": 0.1571768969297409,
2171
+ "learning_rate": 2.4692853399638917e-05,
2172
+ "loss": 0.4132,
2173
+ "step": 309
2174
+ },
2175
+ {
2176
+ "epoch": 1.597938144329897,
2177
+ "grad_norm": 0.13989152014255524,
2178
+ "learning_rate": 2.410533057054446e-05,
2179
+ "loss": 0.4113,
2180
+ "step": 310
2181
+ },
2182
+ {
2183
+ "epoch": 1.6030927835051547,
2184
+ "grad_norm": 0.15358886122703552,
2185
+ "learning_rate": 2.352392239724016e-05,
2186
+ "loss": 0.3957,
2187
+ "step": 311
2188
+ },
2189
+ {
2190
+ "epoch": 1.6082474226804124,
2191
+ "grad_norm": 0.1443978250026703,
2192
+ "learning_rate": 2.2948675722421086e-05,
2193
+ "loss": 0.4077,
2194
+ "step": 312
2195
+ },
2196
+ {
2197
+ "epoch": 1.6134020618556701,
2198
+ "grad_norm": 0.13177341222763062,
2199
+ "learning_rate": 2.237963689236472e-05,
2200
+ "loss": 0.4037,
2201
+ "step": 313
2202
+ },
2203
+ {
2204
+ "epoch": 1.6185567010309279,
2205
+ "grad_norm": 0.12739062309265137,
2206
+ "learning_rate": 2.181685175319702e-05,
2207
+ "loss": 0.4096,
2208
+ "step": 314
2209
+ },
2210
+ {
2211
+ "epoch": 1.6237113402061856,
2212
+ "grad_norm": 0.14786216616630554,
2213
+ "learning_rate": 2.1260365647198798e-05,
2214
+ "loss": 0.4227,
2215
+ "step": 315
2216
+ },
2217
+ {
2218
+ "epoch": 1.6288659793814433,
2219
+ "grad_norm": 0.1393991857767105,
2220
+ "learning_rate": 2.0710223409152475e-05,
2221
+ "loss": 0.4044,
2222
+ "step": 316
2223
+ },
2224
+ {
2225
+ "epoch": 1.634020618556701,
2226
+ "grad_norm": 0.14007160067558289,
2227
+ "learning_rate": 2.016646936272987e-05,
2228
+ "loss": 0.417,
2229
+ "step": 317
2230
+ },
2231
+ {
2232
+ "epoch": 1.6391752577319587,
2233
+ "grad_norm": 0.13872084021568298,
2234
+ "learning_rate": 1.9629147316921125e-05,
2235
+ "loss": 0.4049,
2236
+ "step": 318
2237
+ },
2238
+ {
2239
+ "epoch": 1.6443298969072164,
2240
+ "grad_norm": 0.12924394011497498,
2241
+ "learning_rate": 1.9098300562505266e-05,
2242
+ "loss": 0.3913,
2243
+ "step": 319
2244
+ },
2245
+ {
2246
+ "epoch": 1.6494845360824741,
2247
+ "grad_norm": 0.14139704406261444,
2248
+ "learning_rate": 1.8573971868562156e-05,
2249
+ "loss": 0.4074,
2250
+ "step": 320
2251
+ },
2252
+ {
2253
+ "epoch": 1.6546391752577319,
2254
+ "grad_norm": 0.12420302629470825,
2255
+ "learning_rate": 1.805620347902681e-05,
2256
+ "loss": 0.4064,
2257
+ "step": 321
2258
+ },
2259
+ {
2260
+ "epoch": 1.6597938144329896,
2261
+ "grad_norm": 0.1246916800737381,
2262
+ "learning_rate": 1.7545037109285946e-05,
2263
+ "loss": 0.3981,
2264
+ "step": 322
2265
+ },
2266
+ {
2267
+ "epoch": 1.6649484536082473,
2268
+ "grad_norm": 0.12461568415164948,
2269
+ "learning_rate": 1.7040513942816906e-05,
2270
+ "loss": 0.4146,
2271
+ "step": 323
2272
+ },
2273
+ {
2274
+ "epoch": 1.670103092783505,
2275
+ "grad_norm": 0.13187824189662933,
2276
+ "learning_rate": 1.6542674627869737e-05,
2277
+ "loss": 0.4129,
2278
+ "step": 324
2279
+ },
2280
+ {
2281
+ "epoch": 1.675257731958763,
2282
+ "grad_norm": 0.1405288428068161,
2283
+ "learning_rate": 1.6051559274192275e-05,
2284
+ "loss": 0.4022,
2285
+ "step": 325
2286
+ },
2287
+ {
2288
+ "epoch": 1.6804123711340206,
2289
+ "grad_norm": 0.12159695476293564,
2290
+ "learning_rate": 1.5567207449798515e-05,
2291
+ "loss": 0.3853,
2292
+ "step": 326
2293
+ },
2294
+ {
2295
+ "epoch": 1.6855670103092784,
2296
+ "grad_norm": 0.14212271571159363,
2297
+ "learning_rate": 1.5089658177780653e-05,
2298
+ "loss": 0.3946,
2299
+ "step": 327
2300
+ },
2301
+ {
2302
+ "epoch": 1.690721649484536,
2303
+ "grad_norm": 0.13337042927742004,
2304
+ "learning_rate": 1.4618949933165272e-05,
2305
+ "loss": 0.4028,
2306
+ "step": 328
2307
+ },
2308
+ {
2309
+ "epoch": 1.6958762886597938,
2310
+ "grad_norm": 0.1317555457353592,
2311
+ "learning_rate": 1.415512063981339e-05,
2312
+ "loss": 0.4213,
2313
+ "step": 329
2314
+ },
2315
+ {
2316
+ "epoch": 1.7010309278350515,
2317
+ "grad_norm": 0.12092739343643188,
2318
+ "learning_rate": 1.3698207667364982e-05,
2319
+ "loss": 0.4084,
2320
+ "step": 330
2321
+ },
2322
+ {
2323
+ "epoch": 1.7061855670103094,
2324
+ "grad_norm": 0.11935717612504959,
2325
+ "learning_rate": 1.3248247828228245e-05,
2326
+ "loss": 0.4098,
2327
+ "step": 331
2328
+ },
2329
+ {
2330
+ "epoch": 1.7113402061855671,
2331
+ "grad_norm": 0.12374074757099152,
2332
+ "learning_rate": 1.2805277374613744e-05,
2333
+ "loss": 0.3972,
2334
+ "step": 332
2335
+ },
2336
+ {
2337
+ "epoch": 1.7164948453608249,
2338
+ "grad_norm": 0.13308891654014587,
2339
+ "learning_rate": 1.2369331995613665e-05,
2340
+ "loss": 0.4101,
2341
+ "step": 333
2342
+ },
2343
+ {
2344
+ "epoch": 1.7216494845360826,
2345
+ "grad_norm": 0.13691888749599457,
2346
+ "learning_rate": 1.19404468143262e-05,
2347
+ "loss": 0.4009,
2348
+ "step": 334
2349
+ },
2350
+ {
2351
+ "epoch": 1.7268041237113403,
2352
+ "grad_norm": 0.12358833104372025,
2353
+ "learning_rate": 1.151865638502615e-05,
2354
+ "loss": 0.4033,
2355
+ "step": 335
2356
+ },
2357
+ {
2358
+ "epoch": 1.731958762886598,
2359
+ "grad_norm": 0.12735094130039215,
2360
+ "learning_rate": 1.1103994690380681e-05,
2361
+ "loss": 0.4003,
2362
+ "step": 336
2363
+ },
2364
+ {
2365
+ "epoch": 1.7371134020618557,
2366
+ "grad_norm": 0.12450878322124481,
2367
+ "learning_rate": 1.069649513871147e-05,
2368
+ "loss": 0.4087,
2369
+ "step": 337
2370
+ },
2371
+ {
2372
+ "epoch": 1.7422680412371134,
2373
+ "grad_norm": 0.11977449804544449,
2374
+ "learning_rate": 1.0296190561303132e-05,
2375
+ "loss": 0.4094,
2376
+ "step": 338
2377
+ },
2378
+ {
2379
+ "epoch": 1.7474226804123711,
2380
+ "grad_norm": 0.11960332095623016,
2381
+ "learning_rate": 9.903113209758096e-06,
2382
+ "loss": 0.385,
2383
+ "step": 339
2384
+ },
2385
+ {
2386
+ "epoch": 1.7525773195876289,
2387
+ "grad_norm": 0.11467370390892029,
2388
+ "learning_rate": 9.517294753398064e-06,
2389
+ "loss": 0.4061,
2390
+ "step": 340
2391
+ },
2392
+ {
2393
+ "epoch": 1.7577319587628866,
2394
+ "grad_norm": 0.11368629336357117,
2395
+ "learning_rate": 9.138766276712552e-06,
2396
+ "loss": 0.4082,
2397
+ "step": 341
2398
+ },
2399
+ {
2400
+ "epoch": 1.7628865979381443,
2401
+ "grad_norm": 0.10669873654842377,
2402
+ "learning_rate": 8.767558276854549e-06,
2403
+ "loss": 0.3872,
2404
+ "step": 342
2405
+ },
2406
+ {
2407
+ "epoch": 1.768041237113402,
2408
+ "grad_norm": 0.13322988152503967,
2409
+ "learning_rate": 8.403700661183355e-06,
2410
+ "loss": 0.4203,
2411
+ "step": 343
2412
+ },
2413
+ {
2414
+ "epoch": 1.7731958762886597,
2415
+ "grad_norm": 0.11445485055446625,
2416
+ "learning_rate": 8.047222744854943e-06,
2417
+ "loss": 0.4063,
2418
+ "step": 344
2419
+ },
2420
+ {
2421
+ "epoch": 1.7783505154639174,
2422
+ "grad_norm": 0.11018280684947968,
2423
+ "learning_rate": 7.698153248460271e-06,
2424
+ "loss": 0.4087,
2425
+ "step": 345
2426
+ },
2427
+ {
2428
+ "epoch": 1.7835051546391751,
2429
+ "grad_norm": 0.12875722348690033,
2430
+ "learning_rate": 7.3565202957112555e-06,
2431
+ "loss": 0.4157,
2432
+ "step": 346
2433
+ },
2434
+ {
2435
+ "epoch": 1.7886597938144329,
2436
+ "grad_norm": 0.10996179282665253,
2437
+ "learning_rate": 7.022351411174866e-06,
2438
+ "loss": 0.3904,
2439
+ "step": 347
2440
+ },
2441
+ {
2442
+ "epoch": 1.7938144329896906,
2443
+ "grad_norm": 0.10373340547084808,
2444
+ "learning_rate": 6.695673518055579e-06,
2445
+ "loss": 0.3978,
2446
+ "step": 348
2447
+ },
2448
+ {
2449
+ "epoch": 1.7989690721649485,
2450
+ "grad_norm": 0.10824684053659439,
2451
+ "learning_rate": 6.37651293602628e-06,
2452
+ "loss": 0.4106,
2453
+ "step": 349
2454
+ },
2455
+ {
2456
+ "epoch": 1.8041237113402062,
2457
+ "grad_norm": 0.11701569706201553,
2458
+ "learning_rate": 6.06489537910766e-06,
2459
+ "loss": 0.4079,
2460
+ "step": 350
2461
+ },
2462
+ {
2463
+ "epoch": 1.809278350515464,
2464
+ "grad_norm": 0.10616633296012878,
2465
+ "learning_rate": 5.760845953596527e-06,
2466
+ "loss": 0.4044,
2467
+ "step": 351
2468
+ },
2469
+ {
2470
+ "epoch": 1.8144329896907216,
2471
+ "grad_norm": 0.11716404557228088,
2472
+ "learning_rate": 5.464389156043115e-06,
2473
+ "loss": 0.3914,
2474
+ "step": 352
2475
+ },
2476
+ {
2477
+ "epoch": 1.8195876288659794,
2478
+ "grad_norm": 0.16754718124866486,
2479
+ "learning_rate": 5.175548871277358e-06,
2480
+ "loss": 0.4058,
2481
+ "step": 353
2482
+ },
2483
+ {
2484
+ "epoch": 1.824742268041237,
2485
+ "grad_norm": 0.1094307005405426,
2486
+ "learning_rate": 4.8943483704846475e-06,
2487
+ "loss": 0.4046,
2488
+ "step": 354
2489
+ },
2490
+ {
2491
+ "epoch": 1.829896907216495,
2492
+ "grad_norm": 0.09927380084991455,
2493
+ "learning_rate": 4.620810309330803e-06,
2494
+ "loss": 0.399,
2495
+ "step": 355
2496
+ },
2497
+ {
2498
+ "epoch": 1.8350515463917527,
2499
+ "grad_norm": 0.11139936745166779,
2500
+ "learning_rate": 4.35495672613685e-06,
2501
+ "loss": 0.432,
2502
+ "step": 356
2503
+ },
2504
+ {
2505
+ "epoch": 1.8402061855670104,
2506
+ "grad_norm": 0.10676106810569763,
2507
+ "learning_rate": 4.096809040103444e-06,
2508
+ "loss": 0.4039,
2509
+ "step": 357
2510
+ },
2511
+ {
2512
+ "epoch": 1.8453608247422681,
2513
+ "grad_norm": 0.1022983193397522,
2514
+ "learning_rate": 3.8463880495851146e-06,
2515
+ "loss": 0.4045,
2516
+ "step": 358
2517
+ },
2518
+ {
2519
+ "epoch": 1.8505154639175259,
2520
+ "grad_norm": 0.11308566480875015,
2521
+ "learning_rate": 3.6037139304146762e-06,
2522
+ "loss": 0.408,
2523
+ "step": 359
2524
+ },
2525
+ {
2526
+ "epoch": 1.8556701030927836,
2527
+ "grad_norm": 0.10805762559175491,
2528
+ "learning_rate": 3.3688062342776106e-06,
2529
+ "loss": 0.409,
2530
+ "step": 360
2531
+ },
2532
+ {
2533
+ "epoch": 1.8608247422680413,
2534
+ "grad_norm": 0.10656285285949707,
2535
+ "learning_rate": 3.1416838871368924e-06,
2536
+ "loss": 0.4061,
2537
+ "step": 361
2538
+ },
2539
+ {
2540
+ "epoch": 1.865979381443299,
2541
+ "grad_norm": 0.10592852532863617,
2542
+ "learning_rate": 2.922365187708187e-06,
2543
+ "loss": 0.3867,
2544
+ "step": 362
2545
+ },
2546
+ {
2547
+ "epoch": 1.8711340206185567,
2548
+ "grad_norm": 0.10599105805158615,
2549
+ "learning_rate": 2.7108678059855065e-06,
2550
+ "loss": 0.3954,
2551
+ "step": 363
2552
+ },
2553
+ {
2554
+ "epoch": 1.8762886597938144,
2555
+ "grad_norm": 0.10687398910522461,
2556
+ "learning_rate": 2.5072087818176382e-06,
2557
+ "loss": 0.4086,
2558
+ "step": 364
2559
+ },
2560
+ {
2561
+ "epoch": 1.8814432989690721,
2562
+ "grad_norm": 0.099769227206707,
2563
+ "learning_rate": 2.311404523535243e-06,
2564
+ "loss": 0.4065,
2565
+ "step": 365
2566
+ },
2567
+ {
2568
+ "epoch": 1.8865979381443299,
2569
+ "grad_norm": 0.10475780069828033,
2570
+ "learning_rate": 2.123470806628858e-06,
2571
+ "loss": 0.4132,
2572
+ "step": 366
2573
+ },
2574
+ {
2575
+ "epoch": 1.8917525773195876,
2576
+ "grad_norm": 0.10736888647079468,
2577
+ "learning_rate": 1.9434227724779984e-06,
2578
+ "loss": 0.4243,
2579
+ "step": 367
2580
+ },
2581
+ {
2582
+ "epoch": 1.8969072164948453,
2583
+ "grad_norm": 0.09772989898920059,
2584
+ "learning_rate": 1.771274927131139e-06,
2585
+ "loss": 0.4091,
2586
+ "step": 368
2587
+ },
2588
+ {
2589
+ "epoch": 1.902061855670103,
2590
+ "grad_norm": 0.10204560309648514,
2591
+ "learning_rate": 1.6070411401370334e-06,
2592
+ "loss": 0.4186,
2593
+ "step": 369
2594
+ },
2595
+ {
2596
+ "epoch": 1.9072164948453607,
2597
+ "grad_norm": 0.10475929826498032,
2598
+ "learning_rate": 1.4507346434273316e-06,
2599
+ "loss": 0.4109,
2600
+ "step": 370
2601
+ },
2602
+ {
2603
+ "epoch": 1.9123711340206184,
2604
+ "grad_norm": 0.09802843630313873,
2605
+ "learning_rate": 1.3023680302504338e-06,
2606
+ "loss": 0.4034,
2607
+ "step": 371
2608
+ },
2609
+ {
2610
+ "epoch": 1.9175257731958761,
2611
+ "grad_norm": 0.10157228261232376,
2612
+ "learning_rate": 1.1619532541569333e-06,
2613
+ "loss": 0.4132,
2614
+ "step": 372
2615
+ },
2616
+ {
2617
+ "epoch": 1.922680412371134,
2618
+ "grad_norm": 0.09992757439613342,
2619
+ "learning_rate": 1.0295016280365112e-06,
2620
+ "loss": 0.4092,
2621
+ "step": 373
2622
+ },
2623
+ {
2624
+ "epoch": 1.9278350515463918,
2625
+ "grad_norm": 0.10680104792118073,
2626
+ "learning_rate": 9.0502382320653e-07,
2627
+ "loss": 0.4052,
2628
+ "step": 374
2629
+ },
2630
+ {
2631
+ "epoch": 1.9329896907216495,
2632
+ "grad_norm": 0.10894012451171875,
2633
+ "learning_rate": 7.885298685522235e-07,
2634
+ "loss": 0.4106,
2635
+ "step": 375
2636
+ },
2637
+ {
2638
+ "epoch": 1.9381443298969072,
2639
+ "grad_norm": 0.09763751178979874,
2640
+ "learning_rate": 6.800291497187083e-07,
2641
+ "loss": 0.4103,
2642
+ "step": 376
2643
+ },
2644
+ {
2645
+ "epoch": 1.943298969072165,
2646
+ "grad_norm": 0.10077156871557236,
2647
+ "learning_rate": 5.795304083548559e-07,
2648
+ "loss": 0.3978,
2649
+ "step": 377
2650
+ },
2651
+ {
2652
+ "epoch": 1.9484536082474226,
2653
+ "grad_norm": 0.09721335768699646,
2654
+ "learning_rate": 4.870417414088779e-07,
2655
+ "loss": 0.4136,
2656
+ "step": 378
2657
+ },
2658
+ {
2659
+ "epoch": 1.9536082474226806,
2660
+ "grad_norm": 0.11184490472078323,
2661
+ "learning_rate": 4.025706004760932e-07,
2662
+ "loss": 0.4002,
2663
+ "step": 379
2664
+ },
2665
+ {
2666
+ "epoch": 1.9587628865979383,
2667
+ "grad_norm": 0.10041658580303192,
2668
+ "learning_rate": 3.261237911985404e-07,
2669
+ "loss": 0.4023,
2670
+ "step": 380
2671
+ },
2672
+ {
2673
+ "epoch": 1.963917525773196,
2674
+ "grad_norm": 0.09845972061157227,
2675
+ "learning_rate": 2.577074727165951e-07,
2676
+ "loss": 0.4063,
2677
+ "step": 381
2678
+ },
2679
+ {
2680
+ "epoch": 1.9690721649484537,
2681
+ "grad_norm": 0.1027616560459137,
2682
+ "learning_rate": 1.973271571728441e-07,
2683
+ "loss": 0.4114,
2684
+ "step": 382
2685
+ },
2686
+ {
2687
+ "epoch": 1.9742268041237114,
2688
+ "grad_norm": 0.0927368700504303,
2689
+ "learning_rate": 1.449877092679075e-07,
2690
+ "loss": 0.3864,
2691
+ "step": 383
2692
+ },
2693
+ {
2694
+ "epoch": 1.9793814432989691,
2695
+ "grad_norm": 0.09774715453386307,
2696
+ "learning_rate": 1.0069334586854107e-07,
2697
+ "loss": 0.4123,
2698
+ "step": 384
2699
+ },
2700
+ {
2701
+ "epoch": 1.9845360824742269,
2702
+ "grad_norm": 0.09442637115716934,
2703
+ "learning_rate": 6.444763566786361e-08,
2704
+ "loss": 0.3879,
2705
+ "step": 385
2706
+ },
2707
+ {
2708
+ "epoch": 1.9896907216494846,
2709
+ "grad_norm": 0.09873173385858536,
2710
+ "learning_rate": 3.6253498897886873e-08,
2711
+ "loss": 0.4049,
2712
+ "step": 386
2713
+ },
2714
+ {
2715
+ "epoch": 1.9948453608247423,
2716
+ "grad_norm": 0.10053720325231552,
2717
+ "learning_rate": 1.6113207094181626e-08,
2718
+ "loss": 0.3931,
2719
+ "step": 387
2720
+ },
2721
+ {
2722
+ "epoch": 2.0,
2723
+ "grad_norm": 0.09618926793336868,
2724
+ "learning_rate": 4.028382912890649e-09,
2725
+ "loss": 0.4088,
2726
+ "step": 388
2727
+ }
2728
+ ],
2729
+ "logging_steps": 1,
2730
+ "max_steps": 388,
2731
+ "num_input_tokens_seen": 0,
2732
+ "num_train_epochs": 2,
2733
+ "save_steps": 500,
2734
+ "stateful_callbacks": {
2735
+ "TrainerControl": {
2736
+ "args": {
2737
+ "should_epoch_stop": false,
2738
+ "should_evaluate": false,
2739
+ "should_log": false,
2740
+ "should_save": true,
2741
+ "should_training_stop": true
2742
+ },
2743
+ "attributes": {}
2744
+ }
2745
+ },
2746
+ "total_flos": 1.5133457970584617e+19,
2747
+ "train_batch_size": 24,
2748
+ "trial_name": null,
2749
+ "trial_params": null
2750
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a8ff49ec3fd81ebf5bee49cc1ea2236a25c4cb433b8d002f13c1b9fbc7336f9
3
+ size 15032