doraking commited on
Commit
908c71f
·
verified ·
1 Parent(s): 23588f4

Publish FinPath AutoScientist model artifact

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,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: openai/gpt-oss-20b
3
+ library_name: peft
4
+ license: apache-2.0
5
+ language:
6
+ - en
7
+ tags:
8
+ - adaption
9
+ - autoscientist
10
+ - personal-finance
11
+ - lora
12
+ ---
13
+
14
+ # FinPath AutoScientist Model
15
+
16
+ LoRA adapter trained with Adaption AutoScientist for grounded personal-finance reasoning.
17
+
18
+ ## Base Model
19
+
20
+ `openai/gpt-oss-20b`
21
+
22
+ ## Data
23
+
24
+ - Source: https://huggingface.co/datasets/doraking/finpath-autoscientist-data
25
+ - Adapted: https://huggingface.co/datasets/doraking/finpath-autoscientist-adapted
26
+
27
+ ## Intended Behavior
28
+
29
+ Return the direct result, show the calculation, explain tradeoffs, provide practical next steps,
30
+ and distinguish educational information from individualized financial advice.
31
+
32
+ ## Limitations
33
+
34
+ Validate calculations and applicable rules before real-world use. This model is not a financial
35
+ adviser and does not account for every jurisdiction, product, or personal circumstance.
adapter_config.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "togethercomputer/gpt-oss-20b-bf16",
5
+ "bias": "none",
6
+ "corda_config": null,
7
+ "eva_config": null,
8
+ "exclude_modules": [],
9
+ "fan_in_fan_out": false,
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": 128,
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": 64,
24
+ "rank_pattern": {},
25
+ "revision": null,
26
+ "target_modules": [
27
+ "v_proj",
28
+ "q_proj",
29
+ "o_proj",
30
+ "k_proj"
31
+ ],
32
+ "task_type": "CAUSAL_LM",
33
+ "trainable_token_indices": null,
34
+ "use_dora": false,
35
+ "use_rslora": false
36
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a48c6a05afda8bd9d87904289f9505888354dced9167561e5badf4cc36079978
3
+ size 127427864
chat_template.jinja ADDED
@@ -0,0 +1,397 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {#-
2
+ In addition to the normal inputs of `messages` and `tools`, this template also accepts the
3
+ following kwargs:
4
+ - "builtin_tools": A list, can contain "browser" and/or "python".
5
+ - "model_identity": A string that optionally describes the model identity.
6
+ - "reasoning_effort": A string that describes the reasoning effort, defaults to "medium".
7
+ #}
8
+
9
+ {#- Tool Definition Rendering ============================================== #}
10
+ {%- macro render_typescript_type(param_spec, required_params, is_nullable=false) -%}
11
+ {%- if param_spec.type == "array" -%}
12
+ {%- if param_spec['items'] -%}
13
+ {%- if param_spec['items']['type'] == "string" -%}
14
+ {{- "string[]" }}
15
+ {%- elif param_spec['items']['type'] == "number" -%}
16
+ {{- "number[]" }}
17
+ {%- elif param_spec['items']['type'] == "integer" -%}
18
+ {{- "number[]" }}
19
+ {%- elif param_spec['items']['type'] == "boolean" -%}
20
+ {{- "boolean[]" }}
21
+ {%- else -%}
22
+ {%- set inner_type = render_typescript_type(param_spec['items'], required_params) -%}
23
+ {%- if inner_type == "object | object" or inner_type|length > 50 -%}
24
+ {{- "any[]" }}
25
+ {%- else -%}
26
+ {{- inner_type + "[]" }}
27
+ {%- endif -%}
28
+ {%- endif -%}
29
+ {%- if param_spec.nullable -%}
30
+ {{- " | null" }}
31
+ {%- endif -%}
32
+ {%- else -%}
33
+ {{- "any[]" }}
34
+ {%- if param_spec.nullable -%}
35
+ {{- " | null" }}
36
+ {%- endif -%}
37
+ {%- endif -%}
38
+ {%- elif param_spec.type is defined and param_spec.type is iterable and param_spec.type is not string and param_spec.type is not mapping and param_spec.type[0] is defined -%}
39
+ {#- Handle array of types like ["object", "object"] from Union[dict, list] #}
40
+ {%- if param_spec.type | length > 1 -%}
41
+ {{- param_spec.type | join(" | ") }}
42
+ {%- else -%}
43
+ {{- param_spec.type[0] }}
44
+ {%- endif -%}
45
+ {%- elif param_spec.oneOf -%}
46
+ {#- Handle oneOf schemas - check for complex unions and fallback to any #}
47
+ {%- set has_object_variants = false -%}
48
+ {%- for variant in param_spec.oneOf -%}
49
+ {%- if variant.type == "object" -%}
50
+ {%- set has_object_variants = true -%}
51
+ {%- endif -%}
52
+ {%- endfor -%}
53
+ {%- if has_object_variants and param_spec.oneOf|length > 1 -%}
54
+ {{- "any" }}
55
+ {%- else -%}
56
+ {%- for variant in param_spec.oneOf -%}
57
+ {{- render_typescript_type(variant, required_params) -}}
58
+ {%- if variant.description %}
59
+ {{- "// " + variant.description }}
60
+ {%- endif -%}
61
+ {%- if variant.default is defined %}
62
+ {{ "// default: " + variant.default|tojson }}
63
+ {%- endif -%}
64
+ {%- if not loop.last %}
65
+ {{- " | " }}
66
+ {% endif -%}
67
+ {%- endfor -%}
68
+ {%- endif -%}
69
+ {%- elif param_spec.type == "string" -%}
70
+ {%- if param_spec.enum -%}
71
+ {{- '"' + param_spec.enum|join('" | "') + '"' -}}
72
+ {%- else -%}
73
+ {{- "string" }}
74
+ {%- if param_spec.nullable %}
75
+ {{- " | null" }}
76
+ {%- endif -%}
77
+ {%- endif -%}
78
+ {%- elif param_spec.type == "number" -%}
79
+ {{- "number" }}
80
+ {%- elif param_spec.type == "integer" -%}
81
+ {{- "number" }}
82
+ {%- elif param_spec.type == "boolean" -%}
83
+ {{- "boolean" }}
84
+
85
+ {%- elif param_spec.type == "object" -%}
86
+ {%- if param_spec.properties -%}
87
+ {{- "{
88
+ " }}
89
+ {%- for prop_name, prop_spec in param_spec.properties.items() -%}
90
+ {{- prop_name -}}
91
+ {%- if prop_name not in (param_spec.required or []) -%}
92
+ {{- "?" }}
93
+ {%- endif -%}
94
+ {{- ": " }}
95
+ {{ render_typescript_type(prop_spec, param_spec.required or []) }}
96
+ {%- if not loop.last -%}
97
+ {{-", " }}
98
+ {%- endif -%}
99
+ {%- endfor -%}
100
+ {{- "}" }}
101
+ {%- else -%}
102
+ {{- "object" }}
103
+ {%- endif -%}
104
+ {%- else -%}
105
+ {{- "any" }}
106
+ {%- endif -%}
107
+ {%- endmacro -%}
108
+
109
+ {%- macro render_tool_namespace(namespace_name, tools) -%}
110
+ {{- "## " + namespace_name + "
111
+
112
+ " }}
113
+ {{- "namespace " + namespace_name + " {
114
+
115
+ " }}
116
+ {%- for tool in tools %}
117
+ {%- set tool = tool.function %}
118
+ {{- "// " + tool.description + "
119
+ " }}
120
+ {{- "type "+ tool.name + " = " }}
121
+ {%- if tool.parameters and tool.parameters.properties %}
122
+ {{- "(_: {
123
+ " }}
124
+ {%- for param_name, param_spec in tool.parameters.properties.items() %}
125
+ {%- if param_spec.description %}
126
+ {{- "// " + param_spec.description + "
127
+ " }}
128
+ {%- endif %}
129
+ {{- param_name }}
130
+ {%- if param_name not in (tool.parameters.required or []) -%}
131
+ {{- "?" }}
132
+ {%- endif -%}
133
+ {{- ": " }}
134
+ {{- render_typescript_type(param_spec, tool.parameters.required or []) }}
135
+ {%- if param_spec.default is defined -%}
136
+ {%- if param_spec.enum %}
137
+ {{- ", // default: " + param_spec.default }}
138
+ {%- elif param_spec.oneOf %}
139
+ {{- "// default: " + param_spec.default }}
140
+ {%- else %}
141
+ {{- ", // default: " + param_spec.default|tojson }}
142
+ {%- endif -%}
143
+ {%- endif -%}
144
+ {%- if not loop.last %}
145
+ {{- ",
146
+ " }}
147
+ {%- else %}
148
+ {{- "
149
+ " }}
150
+ {%- endif -%}
151
+ {%- endfor %}
152
+ {{- "}) => any;
153
+
154
+ " }}
155
+ {%- else -%}
156
+ {{- "() => any;
157
+
158
+ " }}
159
+ {%- endif -%}
160
+ {%- endfor %}
161
+ {{- "} // namespace " + namespace_name }}
162
+ {%- endmacro -%}
163
+
164
+ {%- macro render_builtin_tools(browser_tool, python_tool) -%}
165
+ {%- if browser_tool %}
166
+ {{- "## browser
167
+
168
+ " }}
169
+ {{- "// Tool for browsing.
170
+ " }}
171
+ {{- "// The `cursor` appears in brackets before each browsing display: `[{cursor}]`.
172
+ " }}
173
+ {{- "// Cite information from the tool using the following format:
174
+ " }}
175
+ {{- "// `【{cursor}†L{line_start}(-L{line_end})?】`, for example: `【6†L9-L11】` or `【8†L3】`.
176
+ " }}
177
+ {{- "// Do not quote more than 10 words directly from the tool output.
178
+ " }}
179
+ {{- "// sources=web (default: web)
180
+ " }}
181
+ {{- "namespace browser {
182
+
183
+ " }}
184
+ {{- "// Searches for information related to `query` and displays `topn` results.
185
+ " }}
186
+ {{- "type search = (_: {
187
+ " }}
188
+ {{- "query: string,
189
+ " }}
190
+ {{- "topn?: number, // default: 10
191
+ " }}
192
+ {{- "source?: string,
193
+ " }}
194
+ {{- "}) => any;
195
+
196
+ " }}
197
+ {{- "// Opens the link `id` from the page indicated by `cursor` starting at line number `loc`, showing `num_lines` lines.
198
+ " }}
199
+ {{- "// Valid link ids are displayed with the formatting: `【{id}†.*】`.
200
+ " }}
201
+ {{- "// If `cursor` is not provided, the most recent page is implied.
202
+ " }}
203
+ {{- "// If `id` is a string, it is treated as a fully qualified URL associated with `source`.
204
+ " }}
205
+ {{- "// If `loc` is not provided, the viewport will be positioned at the beginning of the document or centered on the most relevant passage, if available.
206
+ " }}
207
+ {{- "// Use this function without `id` to scroll to a new location of an opened page.
208
+ " }}
209
+ {{- "type open = (_: {
210
+ " }}
211
+ {{- "id?: number | string, // default: -1
212
+ " }}
213
+ {{- "cursor?: number, // default: -1
214
+ " }}
215
+ {{- "loc?: number, // default: -1
216
+ " }}
217
+ {{- "num_lines?: number, // default: -1
218
+ " }}
219
+ {{- "view_source?: boolean, // default: false
220
+ " }}
221
+ {{- "source?: string,
222
+ " }}
223
+ {{- "}) => any;
224
+
225
+ " }}
226
+ {{- "// Finds exact matches of `pattern` in the current page, or the page given by `cursor`.
227
+ " }}
228
+ {{- "type find = (_: {
229
+ " }}
230
+ {{- "pattern: string,
231
+ " }}
232
+ {{- "cursor?: number, // default: -1
233
+ " }}
234
+ {{- "}) => any;
235
+
236
+ " }}
237
+ {{- "} // namespace browser
238
+
239
+ " }}
240
+ {%- endif -%}
241
+
242
+ {%- if python_tool %}
243
+ {{- "## python
244
+
245
+ " }}
246
+ {{- "Use this tool to execute Python code in your chain of thought. The code will not be shown to the user. This tool should be used for internal reasoning, but not for code that is intended to be visible to the user (e.g. when creating plots, tables, or files).
247
+
248
+ " }}
249
+ {{- "When you send a message containing Python code to python, it will be executed in a stateful Jupyter notebook environment. python will respond with the output of the execution or time out after 120.0 seconds. The drive at '/mnt/data' can be used to save and persist user files. Internet access for this session is UNKNOWN. Depends on the cluster.
250
+
251
+ " }}
252
+ {%- endif -%}
253
+ {%- endmacro -%}
254
+
255
+ {#- System Message Construction ============================================ #}
256
+ {%- macro build_system_message() -%}
257
+ {%- if model_identity is not defined %}
258
+ {%- set model_identity = "You are ChatGPT, a large language model trained by OpenAI." %}
259
+ {%- endif %}
260
+ {{- model_identity + "
261
+ " }}
262
+ {{- "Knowledge cutoff: 2024-06
263
+ " }}
264
+ {{- "Current date: " + strftime_now("%Y-%m-%d") + "
265
+
266
+ " }}
267
+ {%- if reasoning_effort is not defined %}
268
+ {%- set reasoning_effort = "medium" %}
269
+ {%- endif %}
270
+ {{- "Reasoning: " + reasoning_effort + "
271
+
272
+ " }}
273
+ {%- if builtin_tools %}
274
+ {{- "# Tools
275
+
276
+ " }}
277
+ {%- set available_builtin_tools = namespace(browser=false, python=false) %}
278
+ {%- for tool in builtin_tools %}
279
+ {%- if tool == "browser" %}
280
+ {%- set available_builtin_tools.browser = true %}
281
+ {%- elif tool == "python" %}
282
+ {%- set available_builtin_tools.python = true %}
283
+ {%- endif %}
284
+ {%- endfor %}
285
+ {{- render_builtin_tools(available_builtin_tools.browser, available_builtin_tools.python) }}
286
+ {%- endif -%}
287
+ {{- "# Valid channels: analysis, commentary, final. Channel must be included for every message." }}
288
+ {%- if tools -%}
289
+ {{- "
290
+ Calls to these tools must go to the commentary channel: 'functions'." }}
291
+ {%- endif -%}
292
+ {%- endmacro -%}
293
+
294
+ {#- Main Template Logic ================================================= #}
295
+ {#- Set defaults #}
296
+
297
+ {#- Render system message #}
298
+ {{- "<|start|>system<|message|>" }}
299
+ {{- build_system_message() }}
300
+ {{- "<|end|>" }}
301
+
302
+ {#- Extract developer message #}
303
+ {%- if messages[0].role == "developer" or messages[0].role == "system" %}
304
+ {%- set developer_message = messages[0].content %}
305
+ {%- set loop_messages = messages[1:] %}
306
+ {%- else %}
307
+ {%- set developer_message = "" %}
308
+ {%- set loop_messages = messages %}
309
+ {%- endif %}
310
+
311
+ {#- Render developer message #}
312
+ {%- if developer_message or tools %}
313
+ {{- "<|start|>developer<|message|>" }}
314
+ {%- if developer_message %}
315
+ {{- "# Instructions
316
+
317
+ " }}
318
+ {{- developer_message }}
319
+ {%- endif %}
320
+ {%- if tools -%}
321
+ {{- "
322
+
323
+ " }}
324
+ {{- "# Tools
325
+
326
+ " }}
327
+ {{- render_tool_namespace("functions", tools) }}
328
+ {%- endif -%}
329
+ {{- "<|end|>" }}
330
+ {%- endif %}
331
+
332
+ {#- Render messages #}
333
+ {%- set last_tool_call = namespace(name=none) %}
334
+ {%- for message in loop_messages -%}
335
+ {#- At this point only assistant/user/tool messages should remain #}
336
+ {%- if message.role == 'assistant' -%}
337
+ {#- Checks to ensure the messages are being passed in the format we expect #}
338
+ {%- if "content" in message %}
339
+ {%- if "<|channel|>analysis<|message|>" in message.content or "<|channel|>final<|message|>" in message.content %}
340
+ {{- raise_exception("You have passed a message containing <|channel|> tags in the content field. Instead of doing this, you should pass analysis messages (the string between '<|message|>' and '<|end|>') in the 'thinking' field, and final messages (the string between '<|message|>' and '<|end|>') in the 'content' field.") }}
341
+ {%- endif %}
342
+ {%- endif %}
343
+ {%- if "thinking" in message %}
344
+ {%- if "<|channel|>analysis<|message|>" in message.thinking or "<|channel|>final<|message|>" in message.thinking %}
345
+ {{- raise_exception("You have passed a message containing <|channel|> tags in the thinking field. Instead of doing this, you should pass analysis messages (the string between '<|message|>' and '<|end|>') in the 'thinking' field, and final messages (the string between '<|message|>' and '<|end|>') in the 'content' field.") }}
346
+ {%- endif %}
347
+ {%- endif %}
348
+ {%- if "tool_calls" in message %}
349
+ {#- We assume max 1 tool call per message, and so we infer the tool call name #}
350
+ {#- in "tool" messages from the most recent assistant tool call name #}
351
+ {%- set tool_call = message.tool_calls[0] %}
352
+ {%- if tool_call.function %}
353
+ {%- set tool_call = tool_call.function %}
354
+ {%- endif %}
355
+ {%- if message.content and message.thinking %}
356
+ {{- raise_exception("Cannot pass both content and thinking in an assistant message with tool calls! Put the analysis message in one or the other, but not both.") }}
357
+ {%- elif message.content %}
358
+ {{- "<|start|>assistant<|channel|>analysis<|message|>" + message.content + "<|end|>" }}
359
+ {%- elif message.thinking %}
360
+ {{- "<|start|>assistant<|channel|>analysis<|message|>" + message.thinking + "<|end|>" }}
361
+ {%- endif %}
362
+ {{- "<|start|>assistant to=" }}
363
+ {{- "functions." + tool_call.name + "<|channel|>commentary " }}
364
+ {{- (tool_call.content_type if tool_call.content_type is defined else "json") + "<|message|>" }}
365
+ {{- tool_call.arguments|tojson }}
366
+ {{- "<|call|>" }}
367
+ {%- set last_tool_call.name = tool_call.name %}
368
+ {%- elif loop.last and not add_generation_prompt %}
369
+ {#- Only render the CoT if the final turn is an assistant turn and add_generation_prompt is false #}
370
+ {#- This is a situation that should only occur in training, never in inference. #}
371
+ {%- if "thinking" in message %}
372
+ {{- "<|start|>assistant<|channel|>analysis<|message|>" + message.thinking + "<|end|>" }}
373
+ {%- endif %}
374
+ {#- <|return|> indicates the end of generation, but <|end|> does not #}
375
+ {#- <|return|> should never be an input to the model, but we include it as the final token #}
376
+ {#- when training, so the model learns to emit it. #}
377
+ {{- "<|start|>assistant<|channel|>final<|message|>" + message.content + "<|return|>" }}
378
+ {%- else %}
379
+ {#- CoT is dropped during all previous turns, so we never render it for inference #}
380
+ {{- "<|start|>assistant<|channel|>final<|message|>" + message.content + "<|end|>" }}
381
+ {%- set last_tool_call.name = none %}
382
+ {%- endif %}
383
+ {%- elif message.role == 'tool' -%}
384
+ {%- if last_tool_call.name is none %}
385
+ {{- raise_exception("Message has tool role, but there was no previous assistant message with a tool call!") }}
386
+ {%- endif %}
387
+ {{- "<|start|>functions." + last_tool_call.name }}
388
+ {{- " to=assistant<|channel|>commentary<|message|>" + message.content|tojson + "<|end|>" }}
389
+ {%- elif message.role == 'user' -%}
390
+ {{- "<|start|>user<|message|>" + message.content + "<|end|>" }}
391
+ {%- endif -%}
392
+ {%- endfor -%}
393
+
394
+ {#- Generation prompt #}
395
+ {%- if add_generation_prompt -%}
396
+ <|start|>assistant
397
+ {%- endif -%}
config.json ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "GptOssForCausalLM"
4
+ ],
5
+ "attention_bias": true,
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 199998,
8
+ "dtype": "bfloat16",
9
+ "eos_token_id": 200002,
10
+ "experts_per_token": 4,
11
+ "head_dim": 64,
12
+ "hidden_act": "silu",
13
+ "hidden_size": 2880,
14
+ "initial_context_length": 4096,
15
+ "initializer_range": 0.02,
16
+ "intermediate_size": 2880,
17
+ "layer_types": [
18
+ "sliding_attention",
19
+ "full_attention",
20
+ "sliding_attention",
21
+ "full_attention",
22
+ "sliding_attention",
23
+ "full_attention",
24
+ "sliding_attention",
25
+ "full_attention",
26
+ "sliding_attention",
27
+ "full_attention",
28
+ "sliding_attention",
29
+ "full_attention",
30
+ "sliding_attention",
31
+ "full_attention",
32
+ "sliding_attention",
33
+ "full_attention",
34
+ "sliding_attention",
35
+ "full_attention",
36
+ "sliding_attention",
37
+ "full_attention",
38
+ "sliding_attention",
39
+ "full_attention",
40
+ "sliding_attention",
41
+ "full_attention"
42
+ ],
43
+ "max_position_embeddings": 131072,
44
+ "model_type": "gpt_oss",
45
+ "num_attention_heads": 64,
46
+ "num_experts_per_tok": 4,
47
+ "num_hidden_layers": 24,
48
+ "num_key_value_heads": 8,
49
+ "num_local_experts": 32,
50
+ "output_router_logits": false,
51
+ "pad_token_id": 199999,
52
+ "rms_norm_eps": 1e-05,
53
+ "rope_parameters": {
54
+ "beta_fast": 32.0,
55
+ "beta_slow": 1.0,
56
+ "factor": 32.0,
57
+ "original_max_position_embeddings": 4096,
58
+ "rope_theta": 150000,
59
+ "rope_type": "yarn",
60
+ "truncate": false
61
+ },
62
+ "router_aux_loss_coef": 0.9,
63
+ "sliding_window": 128,
64
+ "swiglu_limit": 7.0,
65
+ "tie_word_embeddings": false,
66
+ "transformers_version": "5.10.1",
67
+ "use_cache": false,
68
+ "vocab_size": 201088,
69
+ "torch_dtype": "bfloat16"
70
+ }
dataset-metadata.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "title": "FinPath AutoScientist Model",
3
+ "id": "dorakingx/finpath-autoscientist-model",
4
+ "licenses": [
5
+ {
6
+ "name": "Apache 2.0"
7
+ }
8
+ ],
9
+ "subtitle": "AutoScientist LoRA for grounded personal finance reasoning",
10
+ "description": "LoRA adapter weights, model card, and training metadata."
11
+ }
special_tokens_map.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<|startoftext|>",
3
+ "eos_token": "<|return|>",
4
+ "pad_token": "<|endoftext|>"
5
+ }
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0614fe83cadab421296e664e1f48f4261fa8fef6e03e63bb75c20f38e37d07d3
3
+ size 27868174
tokenizer_config.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "backend": "tokenizers",
3
+ "bos_token": "<|startoftext|>",
4
+ "clean_up_tokenization_spaces": false,
5
+ "eos_token": "<|return|>",
6
+ "is_local": false,
7
+ "local_files_only": true,
8
+ "model_input_names": [
9
+ "input_ids",
10
+ "attention_mask"
11
+ ],
12
+ "model_max_length": 131072,
13
+ "pad_token": "<|endoftext|>",
14
+ "padding_side": "right",
15
+ "tokenizer_class": "TokenizersBackend"
16
+ }
trainer_state.json ADDED
@@ -0,0 +1,2524 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 5.0,
6
+ "eval_steps": 70,
7
+ "global_step": 350,
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.014311270125223614,
14
+ "grad_norm": 3.3410181999206543,
15
+ "learning_rate": 0.0,
16
+ "loss": 2.01751708984375,
17
+ "step": 1
18
+ },
19
+ {
20
+ "epoch": 0.028622540250447227,
21
+ "grad_norm": 3.347492218017578,
22
+ "learning_rate": 9.090909090909091e-06,
23
+ "loss": 1.5863037109375,
24
+ "step": 2
25
+ },
26
+ {
27
+ "epoch": 0.04293381037567084,
28
+ "grad_norm": 3.564649820327759,
29
+ "learning_rate": 1.8181818181818182e-05,
30
+ "loss": 2.1478271484375,
31
+ "step": 3
32
+ },
33
+ {
34
+ "epoch": 0.057245080500894455,
35
+ "grad_norm": 1.6348196268081665,
36
+ "learning_rate": 2.7272727272727273e-05,
37
+ "loss": 1.59539794921875,
38
+ "step": 4
39
+ },
40
+ {
41
+ "epoch": 0.07155635062611806,
42
+ "grad_norm": 0.5400568246841431,
43
+ "learning_rate": 3.6363636363636364e-05,
44
+ "loss": 1.4581298828125,
45
+ "step": 5
46
+ },
47
+ {
48
+ "epoch": 0.08586762075134168,
49
+ "grad_norm": 0.33098214864730835,
50
+ "learning_rate": 4.545454545454546e-05,
51
+ "loss": 1.194580078125,
52
+ "step": 6
53
+ },
54
+ {
55
+ "epoch": 0.1001788908765653,
56
+ "grad_norm": 0.3238024115562439,
57
+ "learning_rate": 5.4545454545454546e-05,
58
+ "loss": 1.29010009765625,
59
+ "step": 7
60
+ },
61
+ {
62
+ "epoch": 0.11449016100178891,
63
+ "grad_norm": 0.2658863663673401,
64
+ "learning_rate": 6.363636363636364e-05,
65
+ "loss": 1.26934814453125,
66
+ "step": 8
67
+ },
68
+ {
69
+ "epoch": 0.12880143112701253,
70
+ "grad_norm": 0.22492113709449768,
71
+ "learning_rate": 7.272727272727273e-05,
72
+ "loss": 1.147308349609375,
73
+ "step": 9
74
+ },
75
+ {
76
+ "epoch": 0.14311270125223613,
77
+ "grad_norm": 0.36609947681427,
78
+ "learning_rate": 8.181818181818183e-05,
79
+ "loss": 1.25152587890625,
80
+ "step": 10
81
+ },
82
+ {
83
+ "epoch": 0.15742397137745975,
84
+ "grad_norm": 0.34992608428001404,
85
+ "learning_rate": 9.090909090909092e-05,
86
+ "loss": 1.27337646484375,
87
+ "step": 11
88
+ },
89
+ {
90
+ "epoch": 0.17173524150268335,
91
+ "grad_norm": 0.27957606315612793,
92
+ "learning_rate": 0.0001,
93
+ "loss": 1.093017578125,
94
+ "step": 12
95
+ },
96
+ {
97
+ "epoch": 0.18604651162790697,
98
+ "grad_norm": 0.2911664843559265,
99
+ "learning_rate": 9.999806767684109e-05,
100
+ "loss": 1.251129150390625,
101
+ "step": 13
102
+ },
103
+ {
104
+ "epoch": 0.2003577817531306,
105
+ "grad_norm": 0.16858641803264618,
106
+ "learning_rate": 9.999227087331426e-05,
107
+ "loss": 1.172821044921875,
108
+ "step": 14
109
+ },
110
+ {
111
+ "epoch": 0.2146690518783542,
112
+ "grad_norm": 0.15052799880504608,
113
+ "learning_rate": 9.998261008725495e-05,
114
+ "loss": 1.2061767578125,
115
+ "step": 15
116
+ },
117
+ {
118
+ "epoch": 0.22898032200357782,
119
+ "grad_norm": 0.12794822454452515,
120
+ "learning_rate": 9.996908614834141e-05,
121
+ "loss": 1.0494766235351562,
122
+ "step": 16
123
+ },
124
+ {
125
+ "epoch": 0.24329159212880144,
126
+ "grad_norm": 0.1232319176197052,
127
+ "learning_rate": 9.995170021802342e-05,
128
+ "loss": 1.1510009765625,
129
+ "step": 17
130
+ },
131
+ {
132
+ "epoch": 0.25760286225402507,
133
+ "grad_norm": 0.11607693135738373,
134
+ "learning_rate": 9.993045378942262e-05,
135
+ "loss": 1.22509765625,
136
+ "step": 18
137
+ },
138
+ {
139
+ "epoch": 0.27191413237924866,
140
+ "grad_norm": 0.10980455577373505,
141
+ "learning_rate": 9.990534868720414e-05,
142
+ "loss": 1.2623291015625,
143
+ "step": 19
144
+ },
145
+ {
146
+ "epoch": 0.28622540250447226,
147
+ "grad_norm": 0.09627101570367813,
148
+ "learning_rate": 9.987638706741999e-05,
149
+ "loss": 1.2161865234375,
150
+ "step": 20
151
+ },
152
+ {
153
+ "epoch": 0.3005366726296959,
154
+ "grad_norm": 0.07417790591716766,
155
+ "learning_rate": 9.984357141732388e-05,
156
+ "loss": 1.08526611328125,
157
+ "step": 21
158
+ },
159
+ {
160
+ "epoch": 0.3148479427549195,
161
+ "grad_norm": 0.06646407395601273,
162
+ "learning_rate": 9.980690455515766e-05,
163
+ "loss": 1.020904541015625,
164
+ "step": 22
165
+ },
166
+ {
167
+ "epoch": 0.3291592128801431,
168
+ "grad_norm": 0.07123072445392609,
169
+ "learning_rate": 9.976638962990915e-05,
170
+ "loss": 1.06396484375,
171
+ "step": 23
172
+ },
173
+ {
174
+ "epoch": 0.3434704830053667,
175
+ "grad_norm": 0.07855740189552307,
176
+ "learning_rate": 9.972203012104187e-05,
177
+ "loss": 0.968017578125,
178
+ "step": 24
179
+ },
180
+ {
181
+ "epoch": 0.35778175313059035,
182
+ "grad_norm": 0.0795491561293602,
183
+ "learning_rate": 9.967382983819604e-05,
184
+ "loss": 1.01934814453125,
185
+ "step": 25
186
+ },
187
+ {
188
+ "epoch": 0.37209302325581395,
189
+ "grad_norm": 0.07461606711149216,
190
+ "learning_rate": 9.96217929208616e-05,
191
+ "loss": 1.0777130126953125,
192
+ "step": 26
193
+ },
194
+ {
195
+ "epoch": 0.38640429338103754,
196
+ "grad_norm": 0.07724579423666,
197
+ "learning_rate": 9.956592383802259e-05,
198
+ "loss": 1.1514892578125,
199
+ "step": 27
200
+ },
201
+ {
202
+ "epoch": 0.4007155635062612,
203
+ "grad_norm": 0.04926382377743721,
204
+ "learning_rate": 9.950622738777333e-05,
205
+ "loss": 1.00640869140625,
206
+ "step": 28
207
+ },
208
+ {
209
+ "epoch": 0.4150268336314848,
210
+ "grad_norm": 0.04825359955430031,
211
+ "learning_rate": 9.94427086969064e-05,
212
+ "loss": 0.926544189453125,
213
+ "step": 29
214
+ },
215
+ {
216
+ "epoch": 0.4293381037567084,
217
+ "grad_norm": 0.04287895932793617,
218
+ "learning_rate": 9.937537322047238e-05,
219
+ "loss": 0.8801422119140625,
220
+ "step": 30
221
+ },
222
+ {
223
+ "epoch": 0.44364937388193204,
224
+ "grad_norm": 0.04662016034126282,
225
+ "learning_rate": 9.930422674131127e-05,
226
+ "loss": 1.0087890625,
227
+ "step": 31
228
+ },
229
+ {
230
+ "epoch": 0.45796064400715564,
231
+ "grad_norm": 0.06877255439758301,
232
+ "learning_rate": 9.922927536955593e-05,
233
+ "loss": 1.153106689453125,
234
+ "step": 32
235
+ },
236
+ {
237
+ "epoch": 0.47227191413237923,
238
+ "grad_norm": 0.045458752661943436,
239
+ "learning_rate": 9.915052554210732e-05,
240
+ "loss": 1.005767822265625,
241
+ "step": 33
242
+ },
243
+ {
244
+ "epoch": 0.4865831842576029,
245
+ "grad_norm": 0.05774962529540062,
246
+ "learning_rate": 9.906798402208168e-05,
247
+ "loss": 1.18359375,
248
+ "step": 34
249
+ },
250
+ {
251
+ "epoch": 0.5008944543828264,
252
+ "grad_norm": 0.04781227558851242,
253
+ "learning_rate": 9.89816578982297e-05,
254
+ "loss": 0.91656494140625,
255
+ "step": 35
256
+ },
257
+ {
258
+ "epoch": 0.5152057245080501,
259
+ "grad_norm": 0.05493216589093208,
260
+ "learning_rate": 9.889155458432776e-05,
261
+ "loss": 0.9749755859375,
262
+ "step": 36
263
+ },
264
+ {
265
+ "epoch": 0.5295169946332737,
266
+ "grad_norm": 0.05125086382031441,
267
+ "learning_rate": 9.87976818185412e-05,
268
+ "loss": 1.14154052734375,
269
+ "step": 37
270
+ },
271
+ {
272
+ "epoch": 0.5438282647584973,
273
+ "grad_norm": 0.04450112581253052,
274
+ "learning_rate": 9.870004766275977e-05,
275
+ "loss": 1.10321044921875,
276
+ "step": 38
277
+ },
278
+ {
279
+ "epoch": 0.5581395348837209,
280
+ "grad_norm": 0.044988811016082764,
281
+ "learning_rate": 9.859866050190522e-05,
282
+ "loss": 0.89453125,
283
+ "step": 39
284
+ },
285
+ {
286
+ "epoch": 0.5724508050089445,
287
+ "grad_norm": 0.04589870572090149,
288
+ "learning_rate": 9.849352904321135e-05,
289
+ "loss": 1.0570068359375,
290
+ "step": 40
291
+ },
292
+ {
293
+ "epoch": 0.5867620751341681,
294
+ "grad_norm": 0.04538784548640251,
295
+ "learning_rate": 9.838466231547601e-05,
296
+ "loss": 0.96771240234375,
297
+ "step": 41
298
+ },
299
+ {
300
+ "epoch": 0.6010733452593918,
301
+ "grad_norm": 0.05058218166232109,
302
+ "learning_rate": 9.827206966828581e-05,
303
+ "loss": 1.019683837890625,
304
+ "step": 42
305
+ },
306
+ {
307
+ "epoch": 0.6153846153846154,
308
+ "grad_norm": 0.04873070865869522,
309
+ "learning_rate": 9.815576077121321e-05,
310
+ "loss": 0.9384994506835938,
311
+ "step": 43
312
+ },
313
+ {
314
+ "epoch": 0.629695885509839,
315
+ "grad_norm": 0.04834091663360596,
316
+ "learning_rate": 9.803574561298599e-05,
317
+ "loss": 1.029266357421875,
318
+ "step": 44
319
+ },
320
+ {
321
+ "epoch": 0.6440071556350626,
322
+ "grad_norm": 0.05508863180875778,
323
+ "learning_rate": 9.79120345006295e-05,
324
+ "loss": 1.00396728515625,
325
+ "step": 45
326
+ },
327
+ {
328
+ "epoch": 0.6583184257602862,
329
+ "grad_norm": 0.04428449273109436,
330
+ "learning_rate": 9.778463805858136e-05,
331
+ "loss": 1.0389404296875,
332
+ "step": 46
333
+ },
334
+ {
335
+ "epoch": 0.6726296958855098,
336
+ "grad_norm": 0.0409366674721241,
337
+ "learning_rate": 9.765356722777916e-05,
338
+ "loss": 0.8250885009765625,
339
+ "step": 47
340
+ },
341
+ {
342
+ "epoch": 0.6869409660107334,
343
+ "grad_norm": 0.046333007514476776,
344
+ "learning_rate": 9.751883326472077e-05,
345
+ "loss": 0.934814453125,
346
+ "step": 48
347
+ },
348
+ {
349
+ "epoch": 0.7012522361359571,
350
+ "grad_norm": 0.04506774619221687,
351
+ "learning_rate": 9.738044774049758e-05,
352
+ "loss": 0.97210693359375,
353
+ "step": 49
354
+ },
355
+ {
356
+ "epoch": 0.7155635062611807,
357
+ "grad_norm": 0.04564470425248146,
358
+ "learning_rate": 9.72384225398009e-05,
359
+ "loss": 0.970306396484375,
360
+ "step": 50
361
+ },
362
+ {
363
+ "epoch": 0.7298747763864043,
364
+ "grad_norm": 0.04502520710229874,
365
+ "learning_rate": 9.709276985990111e-05,
366
+ "loss": 0.94805908203125,
367
+ "step": 51
368
+ },
369
+ {
370
+ "epoch": 0.7441860465116279,
371
+ "grad_norm": 0.038036081939935684,
372
+ "learning_rate": 9.69435022096003e-05,
373
+ "loss": 0.768280029296875,
374
+ "step": 52
375
+ },
376
+ {
377
+ "epoch": 0.7584973166368515,
378
+ "grad_norm": 0.055236611515283585,
379
+ "learning_rate": 9.67906324081579e-05,
380
+ "loss": 1.01470947265625,
381
+ "step": 53
382
+ },
383
+ {
384
+ "epoch": 0.7728085867620751,
385
+ "grad_norm": 0.03723809868097305,
386
+ "learning_rate": 9.663417358418981e-05,
387
+ "loss": 0.9454345703125,
388
+ "step": 54
389
+ },
390
+ {
391
+ "epoch": 0.7871198568872988,
392
+ "grad_norm": 0.041100673377513885,
393
+ "learning_rate": 9.64741391745409e-05,
394
+ "loss": 0.86029052734375,
395
+ "step": 55
396
+ },
397
+ {
398
+ "epoch": 0.8014311270125224,
399
+ "grad_norm": 0.0422760546207428,
400
+ "learning_rate": 9.631054292313094e-05,
401
+ "loss": 0.9407958984375,
402
+ "step": 56
403
+ },
404
+ {
405
+ "epoch": 0.815742397137746,
406
+ "grad_norm": 0.037724003195762634,
407
+ "learning_rate": 9.614339887977443e-05,
408
+ "loss": 0.7969350218772888,
409
+ "step": 57
410
+ },
411
+ {
412
+ "epoch": 0.8300536672629696,
413
+ "grad_norm": 0.04163903743028641,
414
+ "learning_rate": 9.597272139897384e-05,
415
+ "loss": 0.86175537109375,
416
+ "step": 58
417
+ },
418
+ {
419
+ "epoch": 0.8443649373881932,
420
+ "grad_norm": 0.05268585681915283,
421
+ "learning_rate": 9.57985251386869e-05,
422
+ "loss": 0.927215576171875,
423
+ "step": 59
424
+ },
425
+ {
426
+ "epoch": 0.8586762075134168,
427
+ "grad_norm": 0.046867866069078445,
428
+ "learning_rate": 9.56208250590677e-05,
429
+ "loss": 0.91168212890625,
430
+ "step": 60
431
+ },
432
+ {
433
+ "epoch": 0.8729874776386404,
434
+ "grad_norm": 0.04723203554749489,
435
+ "learning_rate": 9.543963642118205e-05,
436
+ "loss": 1.0142822265625,
437
+ "step": 61
438
+ },
439
+ {
440
+ "epoch": 0.8872987477638641,
441
+ "grad_norm": 0.042484745383262634,
442
+ "learning_rate": 9.525497478569663e-05,
443
+ "loss": 0.91455078125,
444
+ "step": 62
445
+ },
446
+ {
447
+ "epoch": 0.9016100178890877,
448
+ "grad_norm": 0.045855678617954254,
449
+ "learning_rate": 9.506685601154276e-05,
450
+ "loss": 0.9036865234375,
451
+ "step": 63
452
+ },
453
+ {
454
+ "epoch": 0.9159212880143113,
455
+ "grad_norm": 0.049025025218725204,
456
+ "learning_rate": 9.487529625455443e-05,
457
+ "loss": 1.02838134765625,
458
+ "step": 64
459
+ },
460
+ {
461
+ "epoch": 0.9302325581395349,
462
+ "grad_norm": 0.05009147524833679,
463
+ "learning_rate": 9.468031196608068e-05,
464
+ "loss": 0.954498291015625,
465
+ "step": 65
466
+ },
467
+ {
468
+ "epoch": 0.9445438282647585,
469
+ "grad_norm": 0.056810859590768814,
470
+ "learning_rate": 9.448191989157294e-05,
471
+ "loss": 0.88922119140625,
472
+ "step": 66
473
+ },
474
+ {
475
+ "epoch": 0.9588550983899821,
476
+ "grad_norm": 0.05907364562153816,
477
+ "learning_rate": 9.428013706914678e-05,
478
+ "loss": 0.931243896484375,
479
+ "step": 67
480
+ },
481
+ {
482
+ "epoch": 0.9731663685152058,
483
+ "grad_norm": 0.06500693410634995,
484
+ "learning_rate": 9.407498082811863e-05,
485
+ "loss": 0.9434814453125,
486
+ "step": 68
487
+ },
488
+ {
489
+ "epoch": 0.9874776386404294,
490
+ "grad_norm": 0.054131485521793365,
491
+ "learning_rate": 9.386646878751769e-05,
492
+ "loss": 0.903411865234375,
493
+ "step": 69
494
+ },
495
+ {
496
+ "epoch": 1.0,
497
+ "grad_norm": 0.06751064956188202,
498
+ "learning_rate": 9.365461885457259e-05,
499
+ "loss": 1.0047607421875,
500
+ "step": 70
501
+ },
502
+ {
503
+ "epoch": 1.0,
504
+ "eval_loss": 0.91888427734375,
505
+ "eval_runtime": 1.8844,
506
+ "eval_samples_per_second": 2.123,
507
+ "eval_steps_per_second": 0.531,
508
+ "step": 70
509
+ },
510
+ {
511
+ "epoch": 1.0143112701252237,
512
+ "grad_norm": 0.055898845195770264,
513
+ "learning_rate": 9.343944922317363e-05,
514
+ "loss": 0.96551513671875,
515
+ "step": 71
516
+ },
517
+ {
518
+ "epoch": 1.0286225402504472,
519
+ "grad_norm": 0.052690621465444565,
520
+ "learning_rate": 9.322097837231026e-05,
521
+ "loss": 0.7611083984375,
522
+ "step": 72
523
+ },
524
+ {
525
+ "epoch": 1.042933810375671,
526
+ "grad_norm": 0.07362278550863266,
527
+ "learning_rate": 9.299922506448396e-05,
528
+ "loss": 0.97052001953125,
529
+ "step": 73
530
+ },
531
+ {
532
+ "epoch": 1.0572450805008944,
533
+ "grad_norm": 0.06880676746368408,
534
+ "learning_rate": 9.27742083440971e-05,
535
+ "loss": 0.90020751953125,
536
+ "step": 74
537
+ },
538
+ {
539
+ "epoch": 1.071556350626118,
540
+ "grad_norm": 0.060559019446372986,
541
+ "learning_rate": 9.254594753581724e-05,
542
+ "loss": 0.946502685546875,
543
+ "step": 75
544
+ },
545
+ {
546
+ "epoch": 1.0858676207513416,
547
+ "grad_norm": 0.04849094897508621,
548
+ "learning_rate": 9.23144622429175e-05,
549
+ "loss": 0.82427978515625,
550
+ "step": 76
551
+ },
552
+ {
553
+ "epoch": 1.1001788908765653,
554
+ "grad_norm": 0.06903208792209625,
555
+ "learning_rate": 9.20797723455931e-05,
556
+ "loss": 0.86859130859375,
557
+ "step": 77
558
+ },
559
+ {
560
+ "epoch": 1.114490161001789,
561
+ "grad_norm": 0.07261502742767334,
562
+ "learning_rate": 9.184189799925404e-05,
563
+ "loss": 0.86370849609375,
564
+ "step": 78
565
+ },
566
+ {
567
+ "epoch": 1.1288014311270125,
568
+ "grad_norm": 0.0514570027589798,
569
+ "learning_rate": 9.160085963279396e-05,
570
+ "loss": 0.824951171875,
571
+ "step": 79
572
+ },
573
+ {
574
+ "epoch": 1.1431127012522362,
575
+ "grad_norm": 0.07142036408185959,
576
+ "learning_rate": 9.135667794683593e-05,
577
+ "loss": 0.918609619140625,
578
+ "step": 80
579
+ },
580
+ {
581
+ "epoch": 1.1574239713774597,
582
+ "grad_norm": 0.051894742995500565,
583
+ "learning_rate": 9.110937391195442e-05,
584
+ "loss": 0.9404296875,
585
+ "step": 81
586
+ },
587
+ {
588
+ "epoch": 1.1717352415026834,
589
+ "grad_norm": 0.05748848617076874,
590
+ "learning_rate": 9.08589687668745e-05,
591
+ "loss": 0.82635498046875,
592
+ "step": 82
593
+ },
594
+ {
595
+ "epoch": 1.1860465116279069,
596
+ "grad_norm": 0.05919559299945831,
597
+ "learning_rate": 9.06054840166478e-05,
598
+ "loss": 0.937835693359375,
599
+ "step": 83
600
+ },
601
+ {
602
+ "epoch": 1.2003577817531306,
603
+ "grad_norm": 0.05367245525121689,
604
+ "learning_rate": 9.034894143080553e-05,
605
+ "loss": 0.90118408203125,
606
+ "step": 84
607
+ },
608
+ {
609
+ "epoch": 1.2146690518783543,
610
+ "grad_norm": 0.04632791131734848,
611
+ "learning_rate": 9.008936304148907e-05,
612
+ "loss": 0.933746337890625,
613
+ "step": 85
614
+ },
615
+ {
616
+ "epoch": 1.2289803220035778,
617
+ "grad_norm": 0.0533670149743557,
618
+ "learning_rate": 8.982677114155765e-05,
619
+ "loss": 0.8226318359375,
620
+ "step": 86
621
+ },
622
+ {
623
+ "epoch": 1.2432915921288015,
624
+ "grad_norm": 0.05788963660597801,
625
+ "learning_rate": 8.95611882826739e-05,
626
+ "loss": 0.864898681640625,
627
+ "step": 87
628
+ },
629
+ {
630
+ "epoch": 1.257602862254025,
631
+ "grad_norm": 0.051566317677497864,
632
+ "learning_rate": 8.929263727336713e-05,
633
+ "loss": 0.971893310546875,
634
+ "step": 88
635
+ },
636
+ {
637
+ "epoch": 1.2719141323792487,
638
+ "grad_norm": 0.05482623726129532,
639
+ "learning_rate": 8.902114117707441e-05,
640
+ "loss": 1.00732421875,
641
+ "step": 89
642
+ },
643
+ {
644
+ "epoch": 1.2862254025044724,
645
+ "grad_norm": 0.04872555285692215,
646
+ "learning_rate": 8.874672331015996e-05,
647
+ "loss": 0.9832763671875,
648
+ "step": 90
649
+ },
650
+ {
651
+ "epoch": 1.3005366726296959,
652
+ "grad_norm": 0.058804403990507126,
653
+ "learning_rate": 8.846940723991263e-05,
654
+ "loss": 0.866729736328125,
655
+ "step": 91
656
+ },
657
+ {
658
+ "epoch": 1.3148479427549196,
659
+ "grad_norm": 0.04719854146242142,
660
+ "learning_rate": 8.818921678252199e-05,
661
+ "loss": 0.811676025390625,
662
+ "step": 92
663
+ },
664
+ {
665
+ "epoch": 1.329159212880143,
666
+ "grad_norm": 0.04760557413101196,
667
+ "learning_rate": 8.790617600103289e-05,
668
+ "loss": 0.87615966796875,
669
+ "step": 93
670
+ },
671
+ {
672
+ "epoch": 1.3434704830053668,
673
+ "grad_norm": 0.03823496401309967,
674
+ "learning_rate": 8.762030920327898e-05,
675
+ "loss": 0.804779052734375,
676
+ "step": 94
677
+ },
678
+ {
679
+ "epoch": 1.3577817531305905,
680
+ "grad_norm": 0.049484819173812866,
681
+ "learning_rate": 8.733164093979512e-05,
682
+ "loss": 0.8387451171875,
683
+ "step": 95
684
+ },
685
+ {
686
+ "epoch": 1.372093023255814,
687
+ "grad_norm": 0.04773775488138199,
688
+ "learning_rate": 8.704019600170883e-05,
689
+ "loss": 0.894744873046875,
690
+ "step": 96
691
+ },
692
+ {
693
+ "epoch": 1.3864042933810374,
694
+ "grad_norm": 0.06226862221956253,
695
+ "learning_rate": 8.674599941861145e-05,
696
+ "loss": 0.96490478515625,
697
+ "step": 97
698
+ },
699
+ {
700
+ "epoch": 1.4007155635062611,
701
+ "grad_norm": 0.05097726732492447,
702
+ "learning_rate": 8.64490764564083e-05,
703
+ "loss": 0.8448486328125,
704
+ "step": 98
705
+ },
706
+ {
707
+ "epoch": 1.4150268336314848,
708
+ "grad_norm": 0.05041167885065079,
709
+ "learning_rate": 8.614945261514903e-05,
710
+ "loss": 0.78009033203125,
711
+ "step": 99
712
+ },
713
+ {
714
+ "epoch": 1.4293381037567083,
715
+ "grad_norm": 0.038732826709747314,
716
+ "learning_rate": 8.584715362683751e-05,
717
+ "loss": 0.749969482421875,
718
+ "step": 100
719
+ },
720
+ {
721
+ "epoch": 1.443649373881932,
722
+ "grad_norm": 0.04899672418832779,
723
+ "learning_rate": 8.554220545322197e-05,
724
+ "loss": 0.861297607421875,
725
+ "step": 101
726
+ },
727
+ {
728
+ "epoch": 1.4579606440071555,
729
+ "grad_norm": 0.05308113619685173,
730
+ "learning_rate": 8.523463428356548e-05,
731
+ "loss": 0.96209716796875,
732
+ "step": 102
733
+ },
734
+ {
735
+ "epoch": 1.4722719141323792,
736
+ "grad_norm": 0.06102287024259567,
737
+ "learning_rate": 8.492446653239667e-05,
738
+ "loss": 0.857452392578125,
739
+ "step": 103
740
+ },
741
+ {
742
+ "epoch": 1.486583184257603,
743
+ "grad_norm": 0.05445420369505882,
744
+ "learning_rate": 8.461172883724124e-05,
745
+ "loss": 0.98309326171875,
746
+ "step": 104
747
+ },
748
+ {
749
+ "epoch": 1.5008944543828264,
750
+ "grad_norm": 0.06945395469665527,
751
+ "learning_rate": 8.429644805633437e-05,
752
+ "loss": 0.771636962890625,
753
+ "step": 105
754
+ },
755
+ {
756
+ "epoch": 1.5152057245080501,
757
+ "grad_norm": 0.07941682636737823,
758
+ "learning_rate": 8.397865126631402e-05,
759
+ "loss": 0.82354736328125,
760
+ "step": 106
761
+ },
762
+ {
763
+ "epoch": 1.5295169946332736,
764
+ "grad_norm": 0.054743777960538864,
765
+ "learning_rate": 8.365836575989561e-05,
766
+ "loss": 0.97491455078125,
767
+ "step": 107
768
+ },
769
+ {
770
+ "epoch": 1.5438282647584973,
771
+ "grad_norm": 0.08232340216636658,
772
+ "learning_rate": 8.333561904352814e-05,
773
+ "loss": 0.9542999267578125,
774
+ "step": 108
775
+ },
776
+ {
777
+ "epoch": 1.558139534883721,
778
+ "grad_norm": 0.05673123523592949,
779
+ "learning_rate": 8.301043883503177e-05,
780
+ "loss": 0.77447509765625,
781
+ "step": 109
782
+ },
783
+ {
784
+ "epoch": 1.5724508050089445,
785
+ "grad_norm": 0.07514223456382751,
786
+ "learning_rate": 8.26828530612175e-05,
787
+ "loss": 0.90985107421875,
788
+ "step": 110
789
+ },
790
+ {
791
+ "epoch": 1.586762075134168,
792
+ "grad_norm": 0.07404479384422302,
793
+ "learning_rate": 8.235288985548881e-05,
794
+ "loss": 0.84405517578125,
795
+ "step": 111
796
+ },
797
+ {
798
+ "epoch": 1.6010733452593917,
799
+ "grad_norm": 0.04848802462220192,
800
+ "learning_rate": 8.20205775554254e-05,
801
+ "loss": 0.90277099609375,
802
+ "step": 112
803
+ },
804
+ {
805
+ "epoch": 1.6153846153846154,
806
+ "grad_norm": 0.06696207821369171,
807
+ "learning_rate": 8.168594470034966e-05,
808
+ "loss": 0.8168106079101562,
809
+ "step": 113
810
+ },
811
+ {
812
+ "epoch": 1.6296958855098391,
813
+ "grad_norm": 0.05016935244202614,
814
+ "learning_rate": 8.13490200288756e-05,
815
+ "loss": 0.9027099609375,
816
+ "step": 114
817
+ },
818
+ {
819
+ "epoch": 1.6440071556350626,
820
+ "grad_norm": 0.08251702785491943,
821
+ "learning_rate": 8.100983247644082e-05,
822
+ "loss": 0.8768310546875,
823
+ "step": 115
824
+ },
825
+ {
826
+ "epoch": 1.658318425760286,
827
+ "grad_norm": 0.0642937570810318,
828
+ "learning_rate": 8.06684111728214e-05,
829
+ "loss": 0.9188232421875,
830
+ "step": 116
831
+ },
832
+ {
833
+ "epoch": 1.6726296958855098,
834
+ "grad_norm": 0.043508097529411316,
835
+ "learning_rate": 8.032478543963038e-05,
836
+ "loss": 0.73736572265625,
837
+ "step": 117
838
+ },
839
+ {
840
+ "epoch": 1.6869409660107335,
841
+ "grad_norm": 0.05819007009267807,
842
+ "learning_rate": 7.997898478779936e-05,
843
+ "loss": 0.82122802734375,
844
+ "step": 118
845
+ },
846
+ {
847
+ "epoch": 1.7012522361359572,
848
+ "grad_norm": 0.05959341302514076,
849
+ "learning_rate": 7.96310389150443e-05,
850
+ "loss": 0.860137939453125,
851
+ "step": 119
852
+ },
853
+ {
854
+ "epoch": 1.7155635062611807,
855
+ "grad_norm": 0.07089157402515411,
856
+ "learning_rate": 7.92809777033148e-05,
857
+ "loss": 0.859893798828125,
858
+ "step": 120
859
+ },
860
+ {
861
+ "epoch": 1.7298747763864042,
862
+ "grad_norm": 0.06324061006307602,
863
+ "learning_rate": 7.892883121622813e-05,
864
+ "loss": 0.84295654296875,
865
+ "step": 121
866
+ },
867
+ {
868
+ "epoch": 1.744186046511628,
869
+ "grad_norm": 0.046000510454177856,
870
+ "learning_rate": 7.857462969648702e-05,
871
+ "loss": 0.693756103515625,
872
+ "step": 122
873
+ },
874
+ {
875
+ "epoch": 1.7584973166368516,
876
+ "grad_norm": 0.07442042231559753,
877
+ "learning_rate": 7.821840356328254e-05,
878
+ "loss": 0.9080810546875,
879
+ "step": 123
880
+ },
881
+ {
882
+ "epoch": 1.772808586762075,
883
+ "grad_norm": 0.0669429674744606,
884
+ "learning_rate": 7.78601834096817e-05,
885
+ "loss": 0.85760498046875,
886
+ "step": 124
887
+ },
888
+ {
889
+ "epoch": 1.7871198568872988,
890
+ "grad_norm": 0.05742024630308151,
891
+ "learning_rate": 7.75e-05,
892
+ "loss": 0.7733154296875,
893
+ "step": 125
894
+ },
895
+ {
896
+ "epoch": 1.8014311270125223,
897
+ "grad_norm": 0.0744951069355011,
898
+ "learning_rate": 7.713788426715938e-05,
899
+ "loss": 0.857818603515625,
900
+ "step": 126
901
+ },
902
+ {
903
+ "epoch": 1.815742397137746,
904
+ "grad_norm": 0.05928736925125122,
905
+ "learning_rate": 7.677386731003171e-05,
906
+ "loss": 0.7152498364448547,
907
+ "step": 127
908
+ },
909
+ {
910
+ "epoch": 1.8300536672629697,
911
+ "grad_norm": 0.052303068339824677,
912
+ "learning_rate": 7.640798039076793e-05,
913
+ "loss": 0.7852783203125,
914
+ "step": 128
915
+ },
916
+ {
917
+ "epoch": 1.8443649373881932,
918
+ "grad_norm": 0.05261474475264549,
919
+ "learning_rate": 7.604025493211327e-05,
920
+ "loss": 0.84442138671875,
921
+ "step": 129
922
+ },
923
+ {
924
+ "epoch": 1.8586762075134167,
925
+ "grad_norm": 0.06918948888778687,
926
+ "learning_rate": 7.567072251470862e-05,
927
+ "loss": 0.826507568359375,
928
+ "step": 130
929
+ },
930
+ {
931
+ "epoch": 1.8729874776386404,
932
+ "grad_norm": 0.053066812455654144,
933
+ "learning_rate": 7.529941487437835e-05,
934
+ "loss": 0.9246826171875,
935
+ "step": 131
936
+ },
937
+ {
938
+ "epoch": 1.887298747763864,
939
+ "grad_norm": 0.0635317787528038,
940
+ "learning_rate": 7.492636389940478e-05,
941
+ "loss": 0.8355712890625,
942
+ "step": 132
943
+ },
944
+ {
945
+ "epoch": 1.9016100178890878,
946
+ "grad_norm": 0.061956532299518585,
947
+ "learning_rate": 7.455160162778962e-05,
948
+ "loss": 0.8302001953125,
949
+ "step": 133
950
+ },
951
+ {
952
+ "epoch": 1.9159212880143113,
953
+ "grad_norm": 0.06120719015598297,
954
+ "learning_rate": 7.41751602445025e-05,
955
+ "loss": 0.9422607421875,
956
+ "step": 134
957
+ },
958
+ {
959
+ "epoch": 1.9302325581395348,
960
+ "grad_norm": 0.05771296098828316,
961
+ "learning_rate": 7.379707207871685e-05,
962
+ "loss": 0.874969482421875,
963
+ "step": 135
964
+ },
965
+ {
966
+ "epoch": 1.9445438282647585,
967
+ "grad_norm": 0.0516636036336422,
968
+ "learning_rate": 7.341736960103357e-05,
969
+ "loss": 0.820343017578125,
970
+ "step": 136
971
+ },
972
+ {
973
+ "epoch": 1.9588550983899822,
974
+ "grad_norm": 0.05117014795541763,
975
+ "learning_rate": 7.30360854206922e-05,
976
+ "loss": 0.859710693359375,
977
+ "step": 137
978
+ },
979
+ {
980
+ "epoch": 1.9731663685152059,
981
+ "grad_norm": 0.06877405941486359,
982
+ "learning_rate": 7.265325228277064e-05,
983
+ "loss": 0.86651611328125,
984
+ "step": 138
985
+ },
986
+ {
987
+ "epoch": 1.9874776386404294,
988
+ "grad_norm": 0.057914137840270996,
989
+ "learning_rate": 7.22689030653728e-05,
990
+ "loss": 0.836456298828125,
991
+ "step": 139
992
+ },
993
+ {
994
+ "epoch": 2.0,
995
+ "grad_norm": 0.0669974833726883,
996
+ "learning_rate": 7.18830707768051e-05,
997
+ "loss": 0.92803955078125,
998
+ "step": 140
999
+ },
1000
+ {
1001
+ "epoch": 2.0,
1002
+ "eval_loss": 0.85125732421875,
1003
+ "eval_runtime": 1.8814,
1004
+ "eval_samples_per_second": 2.126,
1005
+ "eval_steps_per_second": 0.532,
1006
+ "step": 140
1007
+ },
1008
+ {
1009
+ "epoch": 2.0143112701252237,
1010
+ "grad_norm": 0.06470653414726257,
1011
+ "learning_rate": 7.149578855274158e-05,
1012
+ "loss": 0.8944091796875,
1013
+ "step": 141
1014
+ },
1015
+ {
1016
+ "epoch": 2.0286225402504474,
1017
+ "grad_norm": 0.05126171186566353,
1018
+ "learning_rate": 7.110708965337829e-05,
1019
+ "loss": 0.7092361450195312,
1020
+ "step": 142
1021
+ },
1022
+ {
1023
+ "epoch": 2.0429338103756707,
1024
+ "grad_norm": 0.08162374794483185,
1025
+ "learning_rate": 7.071700746057677e-05,
1026
+ "loss": 0.89935302734375,
1027
+ "step": 143
1028
+ },
1029
+ {
1030
+ "epoch": 2.0572450805008944,
1031
+ "grad_norm": 0.07985501736402512,
1032
+ "learning_rate": 7.032557547499726e-05,
1033
+ "loss": 0.83685302734375,
1034
+ "step": 144
1035
+ },
1036
+ {
1037
+ "epoch": 2.071556350626118,
1038
+ "grad_norm": 0.062123995274305344,
1039
+ "learning_rate": 6.993282731322157e-05,
1040
+ "loss": 0.881927490234375,
1041
+ "step": 145
1042
+ },
1043
+ {
1044
+ "epoch": 2.085867620751342,
1045
+ "grad_norm": 0.06731198728084564,
1046
+ "learning_rate": 6.953879670486609e-05,
1047
+ "loss": 0.773712158203125,
1048
+ "step": 146
1049
+ },
1050
+ {
1051
+ "epoch": 2.1001788908765655,
1052
+ "grad_norm": 0.061235297471284866,
1053
+ "learning_rate": 6.914351748968501e-05,
1054
+ "loss": 0.808929443359375,
1055
+ "step": 147
1056
+ },
1057
+ {
1058
+ "epoch": 2.1144901610017888,
1059
+ "grad_norm": 0.07446978241205215,
1060
+ "learning_rate": 6.874702361466423e-05,
1061
+ "loss": 0.800750732421875,
1062
+ "step": 148
1063
+ },
1064
+ {
1065
+ "epoch": 2.1288014311270125,
1066
+ "grad_norm": 0.07796134799718857,
1067
+ "learning_rate": 6.83493491311058e-05,
1068
+ "loss": 0.772918701171875,
1069
+ "step": 149
1070
+ },
1071
+ {
1072
+ "epoch": 2.143112701252236,
1073
+ "grad_norm": 0.08171713352203369,
1074
+ "learning_rate": 6.79505281917037e-05,
1075
+ "loss": 0.86181640625,
1076
+ "step": 150
1077
+ },
1078
+ {
1079
+ "epoch": 2.15742397137746,
1080
+ "grad_norm": 0.062124211341142654,
1081
+ "learning_rate": 6.755059504761073e-05,
1082
+ "loss": 0.881988525390625,
1083
+ "step": 151
1084
+ },
1085
+ {
1086
+ "epoch": 2.171735241502683,
1087
+ "grad_norm": 0.05511016771197319,
1088
+ "learning_rate": 6.714958404549693e-05,
1089
+ "loss": 0.77618408203125,
1090
+ "step": 152
1091
+ },
1092
+ {
1093
+ "epoch": 2.186046511627907,
1094
+ "grad_norm": 0.08269248157739639,
1095
+ "learning_rate": 6.67475296245999e-05,
1096
+ "loss": 0.88116455078125,
1097
+ "step": 153
1098
+ },
1099
+ {
1100
+ "epoch": 2.2003577817531306,
1101
+ "grad_norm": 0.07227372378110886,
1102
+ "learning_rate": 6.634446631376716e-05,
1103
+ "loss": 0.849212646484375,
1104
+ "step": 154
1105
+ },
1106
+ {
1107
+ "epoch": 2.2146690518783543,
1108
+ "grad_norm": 0.06654597073793411,
1109
+ "learning_rate": 6.59404287284907e-05,
1110
+ "loss": 0.88165283203125,
1111
+ "step": 155
1112
+ },
1113
+ {
1114
+ "epoch": 2.228980322003578,
1115
+ "grad_norm": 0.06412966549396515,
1116
+ "learning_rate": 6.553545156793422e-05,
1117
+ "loss": 0.778289794921875,
1118
+ "step": 156
1119
+ },
1120
+ {
1121
+ "epoch": 2.2432915921288012,
1122
+ "grad_norm": 0.06827051192522049,
1123
+ "learning_rate": 6.512956961195312e-05,
1124
+ "loss": 0.81201171875,
1125
+ "step": 157
1126
+ },
1127
+ {
1128
+ "epoch": 2.257602862254025,
1129
+ "grad_norm": 0.0686182752251625,
1130
+ "learning_rate": 6.472281771810751e-05,
1131
+ "loss": 0.920074462890625,
1132
+ "step": 158
1133
+ },
1134
+ {
1135
+ "epoch": 2.2719141323792487,
1136
+ "grad_norm": 0.07015014439821243,
1137
+ "learning_rate": 6.431523081866871e-05,
1138
+ "loss": 0.9527587890625,
1139
+ "step": 159
1140
+ },
1141
+ {
1142
+ "epoch": 2.2862254025044724,
1143
+ "grad_norm": 0.058846067637205124,
1144
+ "learning_rate": 6.39068439176192e-05,
1145
+ "loss": 0.93096923828125,
1146
+ "step": 160
1147
+ },
1148
+ {
1149
+ "epoch": 2.300536672629696,
1150
+ "grad_norm": 0.07005320489406586,
1151
+ "learning_rate": 6.349769208764634e-05,
1152
+ "loss": 0.821746826171875,
1153
+ "step": 161
1154
+ },
1155
+ {
1156
+ "epoch": 2.3148479427549193,
1157
+ "grad_norm": 0.05326821282505989,
1158
+ "learning_rate": 6.308781046713046e-05,
1159
+ "loss": 0.769561767578125,
1160
+ "step": 162
1161
+ },
1162
+ {
1163
+ "epoch": 2.329159212880143,
1164
+ "grad_norm": 0.057699061930179596,
1165
+ "learning_rate": 6.2677234257127e-05,
1166
+ "loss": 0.833038330078125,
1167
+ "step": 163
1168
+ },
1169
+ {
1170
+ "epoch": 2.3434704830053668,
1171
+ "grad_norm": 0.04352062568068504,
1172
+ "learning_rate": 6.226599871834347e-05,
1173
+ "loss": 0.764801025390625,
1174
+ "step": 164
1175
+ },
1176
+ {
1177
+ "epoch": 2.3577817531305905,
1178
+ "grad_norm": 0.05532877892255783,
1179
+ "learning_rate": 6.185413916811122e-05,
1180
+ "loss": 0.79705810546875,
1181
+ "step": 165
1182
+ },
1183
+ {
1184
+ "epoch": 2.3720930232558137,
1185
+ "grad_norm": 0.048729632049798965,
1186
+ "learning_rate": 6.144169097735237e-05,
1187
+ "loss": 0.8542022705078125,
1188
+ "step": 166
1189
+ },
1190
+ {
1191
+ "epoch": 2.3864042933810374,
1192
+ "grad_norm": 0.06301187723875046,
1193
+ "learning_rate": 6.102868956754203e-05,
1194
+ "loss": 0.915985107421875,
1195
+ "step": 167
1196
+ },
1197
+ {
1198
+ "epoch": 2.400715563506261,
1199
+ "grad_norm": 0.06361453235149384,
1200
+ "learning_rate": 6.06151704076664e-05,
1201
+ "loss": 0.806427001953125,
1202
+ "step": 168
1203
+ },
1204
+ {
1205
+ "epoch": 2.415026833631485,
1206
+ "grad_norm": 0.050374533981084824,
1207
+ "learning_rate": 6.020116901117655e-05,
1208
+ "loss": 0.7458038330078125,
1209
+ "step": 169
1210
+ },
1211
+ {
1212
+ "epoch": 2.4293381037567086,
1213
+ "grad_norm": 0.05397063121199608,
1214
+ "learning_rate": 5.978672093293851e-05,
1215
+ "loss": 0.717529296875,
1216
+ "step": 170
1217
+ },
1218
+ {
1219
+ "epoch": 2.4436493738819323,
1220
+ "grad_norm": 0.053685761988162994,
1221
+ "learning_rate": 5.937186176617987e-05,
1222
+ "loss": 0.822509765625,
1223
+ "step": 171
1224
+ },
1225
+ {
1226
+ "epoch": 2.4579606440071555,
1227
+ "grad_norm": 0.07064840197563171,
1228
+ "learning_rate": 5.895662713943285e-05,
1229
+ "loss": 0.916168212890625,
1230
+ "step": 172
1231
+ },
1232
+ {
1233
+ "epoch": 2.4722719141323792,
1234
+ "grad_norm": 0.0546434223651886,
1235
+ "learning_rate": 5.854105271347462e-05,
1236
+ "loss": 0.820068359375,
1237
+ "step": 173
1238
+ },
1239
+ {
1240
+ "epoch": 2.486583184257603,
1241
+ "grad_norm": 0.09119619429111481,
1242
+ "learning_rate": 5.812517417826456e-05,
1243
+ "loss": 0.93585205078125,
1244
+ "step": 174
1245
+ },
1246
+ {
1247
+ "epoch": 2.500894454382826,
1248
+ "grad_norm": 0.08696950227022171,
1249
+ "learning_rate": 5.770902724987942e-05,
1250
+ "loss": 0.737091064453125,
1251
+ "step": 175
1252
+ },
1253
+ {
1254
+ "epoch": 2.51520572450805,
1255
+ "grad_norm": 0.06517396867275238,
1256
+ "learning_rate": 5.7292647667445675e-05,
1257
+ "loss": 0.787078857421875,
1258
+ "step": 176
1259
+ },
1260
+ {
1261
+ "epoch": 2.5295169946332736,
1262
+ "grad_norm": 0.09514431655406952,
1263
+ "learning_rate": 5.687607119007047e-05,
1264
+ "loss": 0.9356689453125,
1265
+ "step": 177
1266
+ },
1267
+ {
1268
+ "epoch": 2.5438282647584973,
1269
+ "grad_norm": 0.05851126089692116,
1270
+ "learning_rate": 5.6459333593770435e-05,
1271
+ "loss": 0.914642333984375,
1272
+ "step": 178
1273
+ },
1274
+ {
1275
+ "epoch": 2.558139534883721,
1276
+ "grad_norm": 0.05984664335846901,
1277
+ "learning_rate": 5.604247066839932e-05,
1278
+ "loss": 0.74224853515625,
1279
+ "step": 179
1280
+ },
1281
+ {
1282
+ "epoch": 2.5724508050089447,
1283
+ "grad_norm": 0.0807105079293251,
1284
+ "learning_rate": 5.562551821457418e-05,
1285
+ "loss": 0.8707275390625,
1286
+ "step": 180
1287
+ },
1288
+ {
1289
+ "epoch": 2.586762075134168,
1290
+ "grad_norm": 0.06917821615934372,
1291
+ "learning_rate": 5.520851204060096e-05,
1292
+ "loss": 0.810638427734375,
1293
+ "step": 181
1294
+ },
1295
+ {
1296
+ "epoch": 2.6010733452593917,
1297
+ "grad_norm": 0.053058020770549774,
1298
+ "learning_rate": 5.4791487959399054e-05,
1299
+ "loss": 0.868927001953125,
1300
+ "step": 182
1301
+ },
1302
+ {
1303
+ "epoch": 2.6153846153846154,
1304
+ "grad_norm": 0.08303209394216537,
1305
+ "learning_rate": 5.437448178542582e-05,
1306
+ "loss": 0.7835197448730469,
1307
+ "step": 183
1308
+ },
1309
+ {
1310
+ "epoch": 2.629695885509839,
1311
+ "grad_norm": 0.06776992231607437,
1312
+ "learning_rate": 5.3957529331600686e-05,
1313
+ "loss": 0.86773681640625,
1314
+ "step": 184
1315
+ },
1316
+ {
1317
+ "epoch": 2.6440071556350624,
1318
+ "grad_norm": 0.08375553786754608,
1319
+ "learning_rate": 5.3540666406229576e-05,
1320
+ "loss": 0.843017578125,
1321
+ "step": 185
1322
+ },
1323
+ {
1324
+ "epoch": 2.658318425760286,
1325
+ "grad_norm": 0.06997603923082352,
1326
+ "learning_rate": 5.3123928809929534e-05,
1327
+ "loss": 0.88525390625,
1328
+ "step": 186
1329
+ },
1330
+ {
1331
+ "epoch": 2.67262969588551,
1332
+ "grad_norm": 0.05620221421122551,
1333
+ "learning_rate": 5.270735233255435e-05,
1334
+ "loss": 0.7114105224609375,
1335
+ "step": 187
1336
+ },
1337
+ {
1338
+ "epoch": 2.6869409660107335,
1339
+ "grad_norm": 0.05393487587571144,
1340
+ "learning_rate": 5.22909727501206e-05,
1341
+ "loss": 0.7886962890625,
1342
+ "step": 188
1343
+ },
1344
+ {
1345
+ "epoch": 2.701252236135957,
1346
+ "grad_norm": 0.0686308965086937,
1347
+ "learning_rate": 5.187482582173544e-05,
1348
+ "loss": 0.82928466796875,
1349
+ "step": 189
1350
+ },
1351
+ {
1352
+ "epoch": 2.715563506261181,
1353
+ "grad_norm": 0.05664825439453125,
1354
+ "learning_rate": 5.145894728652541e-05,
1355
+ "loss": 0.826416015625,
1356
+ "step": 190
1357
+ },
1358
+ {
1359
+ "epoch": 2.729874776386404,
1360
+ "grad_norm": 0.060908980667591095,
1361
+ "learning_rate": 5.104337286056716e-05,
1362
+ "loss": 0.8122100830078125,
1363
+ "step": 191
1364
+ },
1365
+ {
1366
+ "epoch": 2.744186046511628,
1367
+ "grad_norm": 0.04383637011051178,
1368
+ "learning_rate": 5.0628138233820146e-05,
1369
+ "loss": 0.670745849609375,
1370
+ "step": 192
1371
+ },
1372
+ {
1373
+ "epoch": 2.7584973166368516,
1374
+ "grad_norm": 0.07157369703054428,
1375
+ "learning_rate": 5.02132790670615e-05,
1376
+ "loss": 0.875244140625,
1377
+ "step": 193
1378
+ },
1379
+ {
1380
+ "epoch": 2.772808586762075,
1381
+ "grad_norm": 0.05150938406586647,
1382
+ "learning_rate": 4.9798830988823475e-05,
1383
+ "loss": 0.8294677734375,
1384
+ "step": 194
1385
+ },
1386
+ {
1387
+ "epoch": 2.7871198568872986,
1388
+ "grad_norm": 0.05933945253491402,
1389
+ "learning_rate": 4.9384829592333624e-05,
1390
+ "loss": 0.746856689453125,
1391
+ "step": 195
1392
+ },
1393
+ {
1394
+ "epoch": 2.8014311270125223,
1395
+ "grad_norm": 0.048639580607414246,
1396
+ "learning_rate": 4.8971310432457974e-05,
1397
+ "loss": 0.830596923828125,
1398
+ "step": 196
1399
+ },
1400
+ {
1401
+ "epoch": 2.815742397137746,
1402
+ "grad_norm": 0.0681508481502533,
1403
+ "learning_rate": 4.855830902264764e-05,
1404
+ "loss": 0.6901645064353943,
1405
+ "step": 197
1406
+ },
1407
+ {
1408
+ "epoch": 2.8300536672629697,
1409
+ "grad_norm": 0.048687584698200226,
1410
+ "learning_rate": 4.814586083188878e-05,
1411
+ "loss": 0.75885009765625,
1412
+ "step": 198
1413
+ },
1414
+ {
1415
+ "epoch": 2.8443649373881934,
1416
+ "grad_norm": 0.06612910330295563,
1417
+ "learning_rate": 4.773400128165654e-05,
1418
+ "loss": 0.816986083984375,
1419
+ "step": 199
1420
+ },
1421
+ {
1422
+ "epoch": 2.8586762075134167,
1423
+ "grad_norm": 0.06315340101718903,
1424
+ "learning_rate": 4.7322765742873e-05,
1425
+ "loss": 0.79925537109375,
1426
+ "step": 200
1427
+ },
1428
+ {
1429
+ "epoch": 2.8729874776386404,
1430
+ "grad_norm": 0.07031147181987762,
1431
+ "learning_rate": 4.691218953286954e-05,
1432
+ "loss": 0.89544677734375,
1433
+ "step": 201
1434
+ },
1435
+ {
1436
+ "epoch": 2.887298747763864,
1437
+ "grad_norm": 0.06599035114049911,
1438
+ "learning_rate": 4.650230791235366e-05,
1439
+ "loss": 0.809326171875,
1440
+ "step": 202
1441
+ },
1442
+ {
1443
+ "epoch": 2.901610017889088,
1444
+ "grad_norm": 0.05649695545434952,
1445
+ "learning_rate": 4.609315608238082e-05,
1446
+ "loss": 0.8052978515625,
1447
+ "step": 203
1448
+ },
1449
+ {
1450
+ "epoch": 2.915921288014311,
1451
+ "grad_norm": 0.06291844695806503,
1452
+ "learning_rate": 4.568476918133129e-05,
1453
+ "loss": 0.91290283203125,
1454
+ "step": 204
1455
+ },
1456
+ {
1457
+ "epoch": 2.9302325581395348,
1458
+ "grad_norm": 0.050558559596538544,
1459
+ "learning_rate": 4.5277182281892495e-05,
1460
+ "loss": 0.847320556640625,
1461
+ "step": 205
1462
+ },
1463
+ {
1464
+ "epoch": 2.9445438282647585,
1465
+ "grad_norm": 0.0605635903775692,
1466
+ "learning_rate": 4.48704303880469e-05,
1467
+ "loss": 0.79638671875,
1468
+ "step": 206
1469
+ },
1470
+ {
1471
+ "epoch": 2.958855098389982,
1472
+ "grad_norm": 0.04639475420117378,
1473
+ "learning_rate": 4.446454843206578e-05,
1474
+ "loss": 0.83404541015625,
1475
+ "step": 207
1476
+ },
1477
+ {
1478
+ "epoch": 2.973166368515206,
1479
+ "grad_norm": 0.06873723119497299,
1480
+ "learning_rate": 4.405957127150929e-05,
1481
+ "loss": 0.83966064453125,
1482
+ "step": 208
1483
+ },
1484
+ {
1485
+ "epoch": 2.9874776386404296,
1486
+ "grad_norm": 0.052222803235054016,
1487
+ "learning_rate": 4.3655533686232856e-05,
1488
+ "loss": 0.814117431640625,
1489
+ "step": 209
1490
+ },
1491
+ {
1492
+ "epoch": 3.0,
1493
+ "grad_norm": 0.07146501541137695,
1494
+ "learning_rate": 4.3252470375400114e-05,
1495
+ "loss": 0.900634765625,
1496
+ "step": 210
1497
+ },
1498
+ {
1499
+ "epoch": 3.0,
1500
+ "eval_loss": 0.82879638671875,
1501
+ "eval_runtime": 1.8766,
1502
+ "eval_samples_per_second": 2.131,
1503
+ "eval_steps_per_second": 0.533,
1504
+ "step": 210
1505
+ },
1506
+ {
1507
+ "epoch": 3.0143112701252237,
1508
+ "grad_norm": 0.054631415754556656,
1509
+ "learning_rate": 4.28504159545031e-05,
1510
+ "loss": 0.868499755859375,
1511
+ "step": 211
1512
+ },
1513
+ {
1514
+ "epoch": 3.0286225402504474,
1515
+ "grad_norm": 0.05336322635412216,
1516
+ "learning_rate": 4.244940495238928e-05,
1517
+ "loss": 0.6902542114257812,
1518
+ "step": 212
1519
+ },
1520
+ {
1521
+ "epoch": 3.0429338103756707,
1522
+ "grad_norm": 0.07756180316209793,
1523
+ "learning_rate": 4.204947180829629e-05,
1524
+ "loss": 0.87384033203125,
1525
+ "step": 213
1526
+ },
1527
+ {
1528
+ "epoch": 3.0572450805008944,
1529
+ "grad_norm": 0.06461610645055771,
1530
+ "learning_rate": 4.165065086889421e-05,
1531
+ "loss": 0.81378173828125,
1532
+ "step": 214
1533
+ },
1534
+ {
1535
+ "epoch": 3.071556350626118,
1536
+ "grad_norm": 0.06902662664651871,
1537
+ "learning_rate": 4.125297638533577e-05,
1538
+ "loss": 0.857696533203125,
1539
+ "step": 215
1540
+ },
1541
+ {
1542
+ "epoch": 3.085867620751342,
1543
+ "grad_norm": 0.05593303591012955,
1544
+ "learning_rate": 4.0856482510314984e-05,
1545
+ "loss": 0.754486083984375,
1546
+ "step": 216
1547
+ },
1548
+ {
1549
+ "epoch": 3.1001788908765655,
1550
+ "grad_norm": 0.07445930689573288,
1551
+ "learning_rate": 4.046120329513393e-05,
1552
+ "loss": 0.786376953125,
1553
+ "step": 217
1554
+ },
1555
+ {
1556
+ "epoch": 3.1144901610017888,
1557
+ "grad_norm": 0.06036040931940079,
1558
+ "learning_rate": 4.0067172686778445e-05,
1559
+ "loss": 0.776580810546875,
1560
+ "step": 218
1561
+ },
1562
+ {
1563
+ "epoch": 3.1288014311270125,
1564
+ "grad_norm": 0.05283353477716446,
1565
+ "learning_rate": 3.9674424525002764e-05,
1566
+ "loss": 0.752655029296875,
1567
+ "step": 219
1568
+ },
1569
+ {
1570
+ "epoch": 3.143112701252236,
1571
+ "grad_norm": 0.05828075110912323,
1572
+ "learning_rate": 3.9282992539423244e-05,
1573
+ "loss": 0.838592529296875,
1574
+ "step": 220
1575
+ },
1576
+ {
1577
+ "epoch": 3.15742397137746,
1578
+ "grad_norm": 0.06032145768404007,
1579
+ "learning_rate": 3.8892910346621714e-05,
1580
+ "loss": 0.859466552734375,
1581
+ "step": 221
1582
+ },
1583
+ {
1584
+ "epoch": 3.171735241502683,
1585
+ "grad_norm": 0.049184400588274,
1586
+ "learning_rate": 3.850421144725844e-05,
1587
+ "loss": 0.7567138671875,
1588
+ "step": 222
1589
+ },
1590
+ {
1591
+ "epoch": 3.186046511627907,
1592
+ "grad_norm": 0.057277943938970566,
1593
+ "learning_rate": 3.811692922319491e-05,
1594
+ "loss": 0.858642578125,
1595
+ "step": 223
1596
+ },
1597
+ {
1598
+ "epoch": 3.2003577817531306,
1599
+ "grad_norm": 0.05168966203927994,
1600
+ "learning_rate": 3.77310969346272e-05,
1601
+ "loss": 0.828826904296875,
1602
+ "step": 224
1603
+ },
1604
+ {
1605
+ "epoch": 3.2146690518783543,
1606
+ "grad_norm": 0.053891345858573914,
1607
+ "learning_rate": 3.734674771722937e-05,
1608
+ "loss": 0.861053466796875,
1609
+ "step": 225
1610
+ },
1611
+ {
1612
+ "epoch": 3.228980322003578,
1613
+ "grad_norm": 0.04935247823596001,
1614
+ "learning_rate": 3.69639145793078e-05,
1615
+ "loss": 0.7604522705078125,
1616
+ "step": 226
1617
+ },
1618
+ {
1619
+ "epoch": 3.2432915921288012,
1620
+ "grad_norm": 0.05808898061513901,
1621
+ "learning_rate": 3.658263039896646e-05,
1622
+ "loss": 0.791290283203125,
1623
+ "step": 227
1624
+ },
1625
+ {
1626
+ "epoch": 3.257602862254025,
1627
+ "grad_norm": 0.05283699184656143,
1628
+ "learning_rate": 3.620292792128315e-05,
1629
+ "loss": 0.900146484375,
1630
+ "step": 228
1631
+ },
1632
+ {
1633
+ "epoch": 3.2719141323792487,
1634
+ "grad_norm": 0.058179955929517746,
1635
+ "learning_rate": 3.582483975549752e-05,
1636
+ "loss": 0.930419921875,
1637
+ "step": 229
1638
+ },
1639
+ {
1640
+ "epoch": 3.2862254025044724,
1641
+ "grad_norm": 0.05453471094369888,
1642
+ "learning_rate": 3.54483983722104e-05,
1643
+ "loss": 0.909332275390625,
1644
+ "step": 230
1645
+ },
1646
+ {
1647
+ "epoch": 3.300536672629696,
1648
+ "grad_norm": 0.050214268267154694,
1649
+ "learning_rate": 3.507363610059522e-05,
1650
+ "loss": 0.803009033203125,
1651
+ "step": 231
1652
+ },
1653
+ {
1654
+ "epoch": 3.3148479427549193,
1655
+ "grad_norm": 0.052127815783023834,
1656
+ "learning_rate": 3.4700585125621664e-05,
1657
+ "loss": 0.75262451171875,
1658
+ "step": 232
1659
+ },
1660
+ {
1661
+ "epoch": 3.329159212880143,
1662
+ "grad_norm": 0.044876426458358765,
1663
+ "learning_rate": 3.4329277485291393e-05,
1664
+ "loss": 0.815032958984375,
1665
+ "step": 233
1666
+ },
1667
+ {
1668
+ "epoch": 3.3434704830053668,
1669
+ "grad_norm": 0.04321800917387009,
1670
+ "learning_rate": 3.395974506788674e-05,
1671
+ "loss": 0.74774169921875,
1672
+ "step": 234
1673
+ },
1674
+ {
1675
+ "epoch": 3.3577817531305905,
1676
+ "grad_norm": 0.044144321233034134,
1677
+ "learning_rate": 3.359201960923209e-05,
1678
+ "loss": 0.780364990234375,
1679
+ "step": 235
1680
+ },
1681
+ {
1682
+ "epoch": 3.3720930232558137,
1683
+ "grad_norm": 0.047196824103593826,
1684
+ "learning_rate": 3.322613268996829e-05,
1685
+ "loss": 0.837310791015625,
1686
+ "step": 236
1687
+ },
1688
+ {
1689
+ "epoch": 3.3864042933810374,
1690
+ "grad_norm": 0.06098597124218941,
1691
+ "learning_rate": 3.286211573284063e-05,
1692
+ "loss": 0.89617919921875,
1693
+ "step": 237
1694
+ },
1695
+ {
1696
+ "epoch": 3.400715563506261,
1697
+ "grad_norm": 0.04971824958920479,
1698
+ "learning_rate": 3.250000000000001e-05,
1699
+ "loss": 0.79010009765625,
1700
+ "step": 238
1701
+ },
1702
+ {
1703
+ "epoch": 3.415026833631485,
1704
+ "grad_norm": 0.047822561115026474,
1705
+ "learning_rate": 3.213981659031829e-05,
1706
+ "loss": 0.73162841796875,
1707
+ "step": 239
1708
+ },
1709
+ {
1710
+ "epoch": 3.4293381037567086,
1711
+ "grad_norm": 0.042717307806015015,
1712
+ "learning_rate": 3.1781596436717465e-05,
1713
+ "loss": 0.7030410766601562,
1714
+ "step": 240
1715
+ },
1716
+ {
1717
+ "epoch": 3.4436493738819323,
1718
+ "grad_norm": 0.04302101954817772,
1719
+ "learning_rate": 3.1425370303513e-05,
1720
+ "loss": 0.805511474609375,
1721
+ "step": 241
1722
+ },
1723
+ {
1724
+ "epoch": 3.4579606440071555,
1725
+ "grad_norm": 0.05659914016723633,
1726
+ "learning_rate": 3.107116878377188e-05,
1727
+ "loss": 0.896728515625,
1728
+ "step": 242
1729
+ },
1730
+ {
1731
+ "epoch": 3.4722719141323792,
1732
+ "grad_norm": 0.04469459131360054,
1733
+ "learning_rate": 3.0719022296685204e-05,
1734
+ "loss": 0.8040771484375,
1735
+ "step": 243
1736
+ },
1737
+ {
1738
+ "epoch": 3.486583184257603,
1739
+ "grad_norm": 0.05732662230730057,
1740
+ "learning_rate": 3.0368961084955738e-05,
1741
+ "loss": 0.9154052734375,
1742
+ "step": 244
1743
+ },
1744
+ {
1745
+ "epoch": 3.500894454382826,
1746
+ "grad_norm": 0.044572751969099045,
1747
+ "learning_rate": 3.0021015212200643e-05,
1748
+ "loss": 0.721710205078125,
1749
+ "step": 245
1750
+ },
1751
+ {
1752
+ "epoch": 3.51520572450805,
1753
+ "grad_norm": 0.05070580169558525,
1754
+ "learning_rate": 2.9675214560369634e-05,
1755
+ "loss": 0.7707366943359375,
1756
+ "step": 246
1757
+ },
1758
+ {
1759
+ "epoch": 3.5295169946332736,
1760
+ "grad_norm": 0.05199800059199333,
1761
+ "learning_rate": 2.9331588827178596e-05,
1762
+ "loss": 0.9173583984375,
1763
+ "step": 247
1764
+ },
1765
+ {
1766
+ "epoch": 3.5438282647584973,
1767
+ "grad_norm": 0.05229436233639717,
1768
+ "learning_rate": 2.8990167523559202e-05,
1769
+ "loss": 0.8977813720703125,
1770
+ "step": 248
1771
+ },
1772
+ {
1773
+ "epoch": 3.558139534883721,
1774
+ "grad_norm": 0.04129970073699951,
1775
+ "learning_rate": 2.865097997112442e-05,
1776
+ "loss": 0.72802734375,
1777
+ "step": 249
1778
+ },
1779
+ {
1780
+ "epoch": 3.5724508050089447,
1781
+ "grad_norm": 0.05535365268588066,
1782
+ "learning_rate": 2.8314055299650354e-05,
1783
+ "loss": 0.85382080078125,
1784
+ "step": 250
1785
+ },
1786
+ {
1787
+ "epoch": 3.586762075134168,
1788
+ "grad_norm": 0.04852509871125221,
1789
+ "learning_rate": 2.797942244457461e-05,
1790
+ "loss": 0.7962646484375,
1791
+ "step": 251
1792
+ },
1793
+ {
1794
+ "epoch": 3.6010733452593917,
1795
+ "grad_norm": 0.044942617416381836,
1796
+ "learning_rate": 2.7647110144511213e-05,
1797
+ "loss": 0.854217529296875,
1798
+ "step": 252
1799
+ },
1800
+ {
1801
+ "epoch": 3.6153846153846154,
1802
+ "grad_norm": 0.05859600752592087,
1803
+ "learning_rate": 2.73171469387825e-05,
1804
+ "loss": 0.7682914733886719,
1805
+ "step": 253
1806
+ },
1807
+ {
1808
+ "epoch": 3.629695885509839,
1809
+ "grad_norm": 0.046633996069431305,
1810
+ "learning_rate": 2.6989561164968252e-05,
1811
+ "loss": 0.852691650390625,
1812
+ "step": 254
1813
+ },
1814
+ {
1815
+ "epoch": 3.6440071556350624,
1816
+ "grad_norm": 0.05355151370167732,
1817
+ "learning_rate": 2.6664380956471868e-05,
1818
+ "loss": 0.8275146484375,
1819
+ "step": 255
1820
+ },
1821
+ {
1822
+ "epoch": 3.658318425760286,
1823
+ "grad_norm": 0.054016899317502975,
1824
+ "learning_rate": 2.6341634240104396e-05,
1825
+ "loss": 0.870208740234375,
1826
+ "step": 256
1827
+ },
1828
+ {
1829
+ "epoch": 3.67262969588551,
1830
+ "grad_norm": 0.04277198761701584,
1831
+ "learning_rate": 2.6021348733686003e-05,
1832
+ "loss": 0.69940185546875,
1833
+ "step": 257
1834
+ },
1835
+ {
1836
+ "epoch": 3.6869409660107335,
1837
+ "grad_norm": 0.04847847297787666,
1838
+ "learning_rate": 2.570355194366564e-05,
1839
+ "loss": 0.774078369140625,
1840
+ "step": 258
1841
+ },
1842
+ {
1843
+ "epoch": 3.701252236135957,
1844
+ "grad_norm": 0.04925099015235901,
1845
+ "learning_rate": 2.5388271162758766e-05,
1846
+ "loss": 0.8150634765625,
1847
+ "step": 259
1848
+ },
1849
+ {
1850
+ "epoch": 3.715563506261181,
1851
+ "grad_norm": 0.053078748285770416,
1852
+ "learning_rate": 2.507553346760335e-05,
1853
+ "loss": 0.812469482421875,
1854
+ "step": 260
1855
+ },
1856
+ {
1857
+ "epoch": 3.729874776386404,
1858
+ "grad_norm": 0.04576817527413368,
1859
+ "learning_rate": 2.4765365716434523e-05,
1860
+ "loss": 0.7979583740234375,
1861
+ "step": 261
1862
+ },
1863
+ {
1864
+ "epoch": 3.744186046511628,
1865
+ "grad_norm": 0.0416908785700798,
1866
+ "learning_rate": 2.4457794546778045e-05,
1867
+ "loss": 0.65997314453125,
1868
+ "step": 262
1869
+ },
1870
+ {
1871
+ "epoch": 3.7584973166368516,
1872
+ "grad_norm": 0.06115897744894028,
1873
+ "learning_rate": 2.415284637316251e-05,
1874
+ "loss": 0.86102294921875,
1875
+ "step": 263
1876
+ },
1877
+ {
1878
+ "epoch": 3.772808586762075,
1879
+ "grad_norm": 0.04422996565699577,
1880
+ "learning_rate": 2.3850547384850975e-05,
1881
+ "loss": 0.81732177734375,
1882
+ "step": 264
1883
+ },
1884
+ {
1885
+ "epoch": 3.7871198568872986,
1886
+ "grad_norm": 0.049698926508426666,
1887
+ "learning_rate": 2.35509235435917e-05,
1888
+ "loss": 0.735076904296875,
1889
+ "step": 265
1890
+ },
1891
+ {
1892
+ "epoch": 3.8014311270125223,
1893
+ "grad_norm": 0.04607092961668968,
1894
+ "learning_rate": 2.325400058138855e-05,
1895
+ "loss": 0.81927490234375,
1896
+ "step": 266
1897
+ },
1898
+ {
1899
+ "epoch": 3.815742397137746,
1900
+ "grad_norm": 0.04319271072745323,
1901
+ "learning_rate": 2.2959803998291166e-05,
1902
+ "loss": 0.6791096925735474,
1903
+ "step": 267
1904
+ },
1905
+ {
1906
+ "epoch": 3.8300536672629697,
1907
+ "grad_norm": 0.044164448976516724,
1908
+ "learning_rate": 2.266835906020491e-05,
1909
+ "loss": 0.748077392578125,
1910
+ "step": 268
1911
+ },
1912
+ {
1913
+ "epoch": 3.8443649373881934,
1914
+ "grad_norm": 0.05479202792048454,
1915
+ "learning_rate": 2.237969079672102e-05,
1916
+ "loss": 0.804534912109375,
1917
+ "step": 269
1918
+ },
1919
+ {
1920
+ "epoch": 3.8586762075134167,
1921
+ "grad_norm": 0.053471047431230545,
1922
+ "learning_rate": 2.209382399896712e-05,
1923
+ "loss": 0.786590576171875,
1924
+ "step": 270
1925
+ },
1926
+ {
1927
+ "epoch": 3.8729874776386404,
1928
+ "grad_norm": 0.049129754304885864,
1929
+ "learning_rate": 2.181078321747801e-05,
1930
+ "loss": 0.8824462890625,
1931
+ "step": 271
1932
+ },
1933
+ {
1934
+ "epoch": 3.887298747763864,
1935
+ "grad_norm": 0.04948171600699425,
1936
+ "learning_rate": 2.1530592760087368e-05,
1937
+ "loss": 0.797332763671875,
1938
+ "step": 272
1939
+ },
1940
+ {
1941
+ "epoch": 3.901610017889088,
1942
+ "grad_norm": 0.06070393696427345,
1943
+ "learning_rate": 2.1253276689840047e-05,
1944
+ "loss": 0.794189453125,
1945
+ "step": 273
1946
+ },
1947
+ {
1948
+ "epoch": 3.915921288014311,
1949
+ "grad_norm": 0.05564431473612785,
1950
+ "learning_rate": 2.097885882292559e-05,
1951
+ "loss": 0.8990478515625,
1952
+ "step": 274
1953
+ },
1954
+ {
1955
+ "epoch": 3.9302325581395348,
1956
+ "grad_norm": 0.054521072655916214,
1957
+ "learning_rate": 2.0707362726632883e-05,
1958
+ "loss": 0.835296630859375,
1959
+ "step": 275
1960
+ },
1961
+ {
1962
+ "epoch": 3.9445438282647585,
1963
+ "grad_norm": 0.04621365666389465,
1964
+ "learning_rate": 2.0438811717326113e-05,
1965
+ "loss": 0.785064697265625,
1966
+ "step": 276
1967
+ },
1968
+ {
1969
+ "epoch": 3.958855098389982,
1970
+ "grad_norm": 0.046327609568834305,
1971
+ "learning_rate": 2.017322885844236e-05,
1972
+ "loss": 0.8217315673828125,
1973
+ "step": 277
1974
+ },
1975
+ {
1976
+ "epoch": 3.973166368515206,
1977
+ "grad_norm": 0.06859248876571655,
1978
+ "learning_rate": 1.9910636958510937e-05,
1979
+ "loss": 0.82769775390625,
1980
+ "step": 278
1981
+ },
1982
+ {
1983
+ "epoch": 3.9874776386404296,
1984
+ "grad_norm": 0.05423009395599365,
1985
+ "learning_rate": 1.9651058569194476e-05,
1986
+ "loss": 0.8031005859375,
1987
+ "step": 279
1988
+ },
1989
+ {
1990
+ "epoch": 4.0,
1991
+ "grad_norm": 0.06038810685276985,
1992
+ "learning_rate": 1.9394515983352214e-05,
1993
+ "loss": 0.887939453125,
1994
+ "step": 280
1995
+ },
1996
+ {
1997
+ "epoch": 4.0,
1998
+ "eval_loss": 0.81903076171875,
1999
+ "eval_runtime": 1.8811,
2000
+ "eval_samples_per_second": 2.126,
2001
+ "eval_steps_per_second": 0.532,
2002
+ "step": 280
2003
+ },
2004
+ {
2005
+ "epoch": 4.014311270125224,
2006
+ "grad_norm": 0.07015524059534073,
2007
+ "learning_rate": 1.914103123312551e-05,
2008
+ "loss": 0.857025146484375,
2009
+ "step": 281
2010
+ },
2011
+ {
2012
+ "epoch": 4.028622540250447,
2013
+ "grad_norm": 0.0419398657977581,
2014
+ "learning_rate": 1.8890626088045595e-05,
2015
+ "loss": 0.6813812255859375,
2016
+ "step": 282
2017
+ },
2018
+ {
2019
+ "epoch": 4.042933810375671,
2020
+ "grad_norm": 0.059527792036533356,
2021
+ "learning_rate": 1.8643322053164086e-05,
2022
+ "loss": 0.86236572265625,
2023
+ "step": 283
2024
+ },
2025
+ {
2026
+ "epoch": 4.057245080500895,
2027
+ "grad_norm": 0.051336586475372314,
2028
+ "learning_rate": 1.8399140367206043e-05,
2029
+ "loss": 0.802978515625,
2030
+ "step": 284
2031
+ },
2032
+ {
2033
+ "epoch": 4.071556350626118,
2034
+ "grad_norm": 0.05357631668448448,
2035
+ "learning_rate": 1.815810200074597e-05,
2036
+ "loss": 0.8465576171875,
2037
+ "step": 285
2038
+ },
2039
+ {
2040
+ "epoch": 4.085867620751341,
2041
+ "grad_norm": 0.04732433706521988,
2042
+ "learning_rate": 1.79202276544069e-05,
2043
+ "loss": 0.746490478515625,
2044
+ "step": 286
2045
+ },
2046
+ {
2047
+ "epoch": 4.100178890876565,
2048
+ "grad_norm": 0.04794985428452492,
2049
+ "learning_rate": 1.768553775708252e-05,
2050
+ "loss": 0.77557373046875,
2051
+ "step": 287
2052
+ },
2053
+ {
2054
+ "epoch": 4.114490161001789,
2055
+ "grad_norm": 0.055795907974243164,
2056
+ "learning_rate": 1.7454052464182778e-05,
2057
+ "loss": 0.76605224609375,
2058
+ "step": 288
2059
+ },
2060
+ {
2061
+ "epoch": 4.1288014311270125,
2062
+ "grad_norm": 0.04714180901646614,
2063
+ "learning_rate": 1.7225791655902903e-05,
2064
+ "loss": 0.74322509765625,
2065
+ "step": 289
2066
+ },
2067
+ {
2068
+ "epoch": 4.143112701252236,
2069
+ "grad_norm": 0.04985620453953743,
2070
+ "learning_rate": 1.700077493551604e-05,
2071
+ "loss": 0.82928466796875,
2072
+ "step": 290
2073
+ },
2074
+ {
2075
+ "epoch": 4.15742397137746,
2076
+ "grad_norm": 0.0481402762234211,
2077
+ "learning_rate": 1.6779021627689755e-05,
2078
+ "loss": 0.84930419921875,
2079
+ "step": 291
2080
+ },
2081
+ {
2082
+ "epoch": 4.171735241502684,
2083
+ "grad_norm": 0.04338670149445534,
2084
+ "learning_rate": 1.6560550776826373e-05,
2085
+ "loss": 0.747039794921875,
2086
+ "step": 292
2087
+ },
2088
+ {
2089
+ "epoch": 4.186046511627907,
2090
+ "grad_norm": 0.04750082269310951,
2091
+ "learning_rate": 1.6345381145427418e-05,
2092
+ "loss": 0.848785400390625,
2093
+ "step": 293
2094
+ },
2095
+ {
2096
+ "epoch": 4.200357781753131,
2097
+ "grad_norm": 0.04611317813396454,
2098
+ "learning_rate": 1.6133531212482327e-05,
2099
+ "loss": 0.819671630859375,
2100
+ "step": 294
2101
+ },
2102
+ {
2103
+ "epoch": 4.214669051878354,
2104
+ "grad_norm": 0.04860629141330719,
2105
+ "learning_rate": 1.5925019171881382e-05,
2106
+ "loss": 0.85125732421875,
2107
+ "step": 295
2108
+ },
2109
+ {
2110
+ "epoch": 4.2289803220035775,
2111
+ "grad_norm": 0.0458010658621788,
2112
+ "learning_rate": 1.5719862930853235e-05,
2113
+ "loss": 0.7530288696289062,
2114
+ "step": 296
2115
+ },
2116
+ {
2117
+ "epoch": 4.243291592128801,
2118
+ "grad_norm": 0.04795634746551514,
2119
+ "learning_rate": 1.5518080108427063e-05,
2120
+ "loss": 0.7821044921875,
2121
+ "step": 297
2122
+ },
2123
+ {
2124
+ "epoch": 4.257602862254025,
2125
+ "grad_norm": 0.0468454472720623,
2126
+ "learning_rate": 1.5319688033919318e-05,
2127
+ "loss": 0.89129638671875,
2128
+ "step": 298
2129
+ },
2130
+ {
2131
+ "epoch": 4.271914132379249,
2132
+ "grad_norm": 0.05388948693871498,
2133
+ "learning_rate": 1.5124703745445595e-05,
2134
+ "loss": 0.92071533203125,
2135
+ "step": 299
2136
+ },
2137
+ {
2138
+ "epoch": 4.286225402504472,
2139
+ "grad_norm": 0.04812207818031311,
2140
+ "learning_rate": 1.4933143988457238e-05,
2141
+ "loss": 0.899871826171875,
2142
+ "step": 300
2143
+ },
2144
+ {
2145
+ "epoch": 4.300536672629696,
2146
+ "grad_norm": 0.044448696076869965,
2147
+ "learning_rate": 1.4745025214303371e-05,
2148
+ "loss": 0.795196533203125,
2149
+ "step": 301
2150
+ },
2151
+ {
2152
+ "epoch": 4.31484794275492,
2153
+ "grad_norm": 0.040749210864305496,
2154
+ "learning_rate": 1.4560363578817951e-05,
2155
+ "loss": 0.74505615234375,
2156
+ "step": 302
2157
+ },
2158
+ {
2159
+ "epoch": 4.3291592128801435,
2160
+ "grad_norm": 0.047416653484106064,
2161
+ "learning_rate": 1.4379174940932303e-05,
2162
+ "loss": 0.80706787109375,
2163
+ "step": 303
2164
+ },
2165
+ {
2166
+ "epoch": 4.343470483005366,
2167
+ "grad_norm": 0.04128362610936165,
2168
+ "learning_rate": 1.4201474861313121e-05,
2169
+ "loss": 0.740570068359375,
2170
+ "step": 304
2171
+ },
2172
+ {
2173
+ "epoch": 4.35778175313059,
2174
+ "grad_norm": 0.04533904790878296,
2175
+ "learning_rate": 1.4027278601026172e-05,
2176
+ "loss": 0.7730712890625,
2177
+ "step": 305
2178
+ },
2179
+ {
2180
+ "epoch": 4.372093023255814,
2181
+ "grad_norm": 0.04487519711256027,
2182
+ "learning_rate": 1.3856601120225573e-05,
2183
+ "loss": 0.8300323486328125,
2184
+ "step": 306
2185
+ },
2186
+ {
2187
+ "epoch": 4.386404293381037,
2188
+ "grad_norm": 0.05910687893629074,
2189
+ "learning_rate": 1.3689457076869072e-05,
2190
+ "loss": 0.887298583984375,
2191
+ "step": 307
2192
+ },
2193
+ {
2194
+ "epoch": 4.400715563506261,
2195
+ "grad_norm": 0.04138937592506409,
2196
+ "learning_rate": 1.3525860825459119e-05,
2197
+ "loss": 0.783050537109375,
2198
+ "step": 308
2199
+ },
2200
+ {
2201
+ "epoch": 4.415026833631485,
2202
+ "grad_norm": 0.0495053194463253,
2203
+ "learning_rate": 1.336582641581019e-05,
2204
+ "loss": 0.7254791259765625,
2205
+ "step": 309
2206
+ },
2207
+ {
2208
+ "epoch": 4.4293381037567086,
2209
+ "grad_norm": 0.042171381413936615,
2210
+ "learning_rate": 1.3209367591842106e-05,
2211
+ "loss": 0.6973648071289062,
2212
+ "step": 310
2213
+ },
2214
+ {
2215
+ "epoch": 4.443649373881932,
2216
+ "grad_norm": 0.043345857411623,
2217
+ "learning_rate": 1.3056497790399712e-05,
2218
+ "loss": 0.798492431640625,
2219
+ "step": 311
2220
+ },
2221
+ {
2222
+ "epoch": 4.457960644007156,
2223
+ "grad_norm": 0.05245497077703476,
2224
+ "learning_rate": 1.2907230140098895e-05,
2225
+ "loss": 0.887603759765625,
2226
+ "step": 312
2227
+ },
2228
+ {
2229
+ "epoch": 4.47227191413238,
2230
+ "grad_norm": 0.04273322969675064,
2231
+ "learning_rate": 1.2761577460199106e-05,
2232
+ "loss": 0.797119140625,
2233
+ "step": 313
2234
+ },
2235
+ {
2236
+ "epoch": 4.4865831842576025,
2237
+ "grad_norm": 0.054058343172073364,
2238
+ "learning_rate": 1.261955225950242e-05,
2239
+ "loss": 0.90740966796875,
2240
+ "step": 314
2241
+ },
2242
+ {
2243
+ "epoch": 4.500894454382826,
2244
+ "grad_norm": 0.0415491908788681,
2245
+ "learning_rate": 1.248116673527925e-05,
2246
+ "loss": 0.715087890625,
2247
+ "step": 315
2248
+ },
2249
+ {
2250
+ "epoch": 4.51520572450805,
2251
+ "grad_norm": 0.04854319244623184,
2252
+ "learning_rate": 1.2346432772220848e-05,
2253
+ "loss": 0.76434326171875,
2254
+ "step": 316
2255
+ },
2256
+ {
2257
+ "epoch": 4.529516994633274,
2258
+ "grad_norm": 0.049443408846855164,
2259
+ "learning_rate": 1.2215361941418645e-05,
2260
+ "loss": 0.90960693359375,
2261
+ "step": 317
2262
+ },
2263
+ {
2264
+ "epoch": 4.543828264758497,
2265
+ "grad_norm": 0.04545610770583153,
2266
+ "learning_rate": 1.2087965499370513e-05,
2267
+ "loss": 0.8902740478515625,
2268
+ "step": 318
2269
+ },
2270
+ {
2271
+ "epoch": 4.558139534883721,
2272
+ "grad_norm": 0.04163367301225662,
2273
+ "learning_rate": 1.1964254387014006e-05,
2274
+ "loss": 0.722259521484375,
2275
+ "step": 319
2276
+ },
2277
+ {
2278
+ "epoch": 4.572450805008945,
2279
+ "grad_norm": 0.04975705221295357,
2280
+ "learning_rate": 1.1844239228786792e-05,
2281
+ "loss": 0.84649658203125,
2282
+ "step": 320
2283
+ },
2284
+ {
2285
+ "epoch": 4.5867620751341684,
2286
+ "grad_norm": 0.04515090212225914,
2287
+ "learning_rate": 1.1727930331714196e-05,
2288
+ "loss": 0.790313720703125,
2289
+ "step": 321
2290
+ },
2291
+ {
2292
+ "epoch": 4.601073345259392,
2293
+ "grad_norm": 0.04513639956712723,
2294
+ "learning_rate": 1.1615337684524008e-05,
2295
+ "loss": 0.84814453125,
2296
+ "step": 322
2297
+ },
2298
+ {
2299
+ "epoch": 4.615384615384615,
2300
+ "grad_norm": 0.043038077652454376,
2301
+ "learning_rate": 1.1506470956788658e-05,
2302
+ "loss": 0.7621650695800781,
2303
+ "step": 323
2304
+ },
2305
+ {
2306
+ "epoch": 4.629695885509839,
2307
+ "grad_norm": 0.04268338903784752,
2308
+ "learning_rate": 1.1401339498094774e-05,
2309
+ "loss": 0.84619140625,
2310
+ "step": 324
2311
+ },
2312
+ {
2313
+ "epoch": 4.644007155635062,
2314
+ "grad_norm": 0.05020027235150337,
2315
+ "learning_rate": 1.1299952337240244e-05,
2316
+ "loss": 0.82080078125,
2317
+ "step": 325
2318
+ },
2319
+ {
2320
+ "epoch": 4.658318425760286,
2321
+ "grad_norm": 0.049357157200574875,
2322
+ "learning_rate": 1.1202318181458806e-05,
2323
+ "loss": 0.86383056640625,
2324
+ "step": 326
2325
+ },
2326
+ {
2327
+ "epoch": 4.67262969588551,
2328
+ "grad_norm": 0.03828378766775131,
2329
+ "learning_rate": 1.1108445415672242e-05,
2330
+ "loss": 0.6940536499023438,
2331
+ "step": 327
2332
+ },
2333
+ {
2334
+ "epoch": 4.6869409660107335,
2335
+ "grad_norm": 0.04471000283956528,
2336
+ "learning_rate": 1.1018342101770298e-05,
2337
+ "loss": 0.7677001953125,
2338
+ "step": 328
2339
+ },
2340
+ {
2341
+ "epoch": 4.701252236135957,
2342
+ "grad_norm": 0.043653134256601334,
2343
+ "learning_rate": 1.0932015977918326e-05,
2344
+ "loss": 0.8082275390625,
2345
+ "step": 329
2346
+ },
2347
+ {
2348
+ "epoch": 4.715563506261181,
2349
+ "grad_norm": 0.044682882726192474,
2350
+ "learning_rate": 1.0849474457892681e-05,
2351
+ "loss": 0.806304931640625,
2352
+ "step": 330
2353
+ },
2354
+ {
2355
+ "epoch": 4.729874776386405,
2356
+ "grad_norm": 0.04207319766283035,
2357
+ "learning_rate": 1.0770724630444079e-05,
2358
+ "loss": 0.792144775390625,
2359
+ "step": 331
2360
+ },
2361
+ {
2362
+ "epoch": 4.7441860465116275,
2363
+ "grad_norm": 0.036135170608758926,
2364
+ "learning_rate": 1.0695773258688737e-05,
2365
+ "loss": 0.65496826171875,
2366
+ "step": 332
2367
+ },
2368
+ {
2369
+ "epoch": 4.758497316636851,
2370
+ "grad_norm": 0.051057010889053345,
2371
+ "learning_rate": 1.0624626779527622e-05,
2372
+ "loss": 0.85504150390625,
2373
+ "step": 333
2374
+ },
2375
+ {
2376
+ "epoch": 4.772808586762075,
2377
+ "grad_norm": 0.04251720756292343,
2378
+ "learning_rate": 1.0557291303093595e-05,
2379
+ "loss": 0.811614990234375,
2380
+ "step": 334
2381
+ },
2382
+ {
2383
+ "epoch": 4.787119856887299,
2384
+ "grad_norm": 0.044787079095840454,
2385
+ "learning_rate": 1.0493772612226669e-05,
2386
+ "loss": 0.72979736328125,
2387
+ "step": 335
2388
+ },
2389
+ {
2390
+ "epoch": 4.801431127012522,
2391
+ "grad_norm": 0.04118410870432854,
2392
+ "learning_rate": 1.0434076161977406e-05,
2393
+ "loss": 0.813873291015625,
2394
+ "step": 336
2395
+ },
2396
+ {
2397
+ "epoch": 4.815742397137746,
2398
+ "grad_norm": 0.045466650277376175,
2399
+ "learning_rate": 1.037820707913839e-05,
2400
+ "loss": 0.6741883754730225,
2401
+ "step": 337
2402
+ },
2403
+ {
2404
+ "epoch": 4.83005366726297,
2405
+ "grad_norm": 0.04216128960251808,
2406
+ "learning_rate": 1.0326170161803966e-05,
2407
+ "loss": 0.743499755859375,
2408
+ "step": 338
2409
+ },
2410
+ {
2411
+ "epoch": 4.844364937388193,
2412
+ "grad_norm": 0.04469231888651848,
2413
+ "learning_rate": 1.0277969878958153e-05,
2414
+ "loss": 0.79937744140625,
2415
+ "step": 339
2416
+ },
2417
+ {
2418
+ "epoch": 4.858676207513417,
2419
+ "grad_norm": 0.049886927008628845,
2420
+ "learning_rate": 1.0233610370090848e-05,
2421
+ "loss": 0.781097412109375,
2422
+ "step": 340
2423
+ },
2424
+ {
2425
+ "epoch": 4.87298747763864,
2426
+ "grad_norm": 0.05182114243507385,
2427
+ "learning_rate": 1.0193095444842341e-05,
2428
+ "loss": 0.8765869140625,
2429
+ "step": 341
2430
+ },
2431
+ {
2432
+ "epoch": 4.8872987477638645,
2433
+ "grad_norm": 0.044851623475551605,
2434
+ "learning_rate": 1.0156428582676107e-05,
2435
+ "loss": 0.7928466796875,
2436
+ "step": 342
2437
+ },
2438
+ {
2439
+ "epoch": 4.901610017889087,
2440
+ "grad_norm": 0.05196821317076683,
2441
+ "learning_rate": 1.0123612932580014e-05,
2442
+ "loss": 0.78936767578125,
2443
+ "step": 343
2444
+ },
2445
+ {
2446
+ "epoch": 4.915921288014311,
2447
+ "grad_norm": 0.05170882120728493,
2448
+ "learning_rate": 1.0094651312795863e-05,
2449
+ "loss": 0.89337158203125,
2450
+ "step": 344
2451
+ },
2452
+ {
2453
+ "epoch": 4.930232558139535,
2454
+ "grad_norm": 0.05232628434896469,
2455
+ "learning_rate": 1.0069546210577381e-05,
2456
+ "loss": 0.829742431640625,
2457
+ "step": 345
2458
+ },
2459
+ {
2460
+ "epoch": 4.9445438282647585,
2461
+ "grad_norm": 0.04137434810400009,
2462
+ "learning_rate": 1.0048299781976574e-05,
2463
+ "loss": 0.7803955078125,
2464
+ "step": 346
2465
+ },
2466
+ {
2467
+ "epoch": 4.958855098389982,
2468
+ "grad_norm": 0.04509047046303749,
2469
+ "learning_rate": 1.0030913851658609e-05,
2470
+ "loss": 0.81707763671875,
2471
+ "step": 347
2472
+ },
2473
+ {
2474
+ "epoch": 4.973166368515206,
2475
+ "grad_norm": 0.05586308240890503,
2476
+ "learning_rate": 1.0017389912745069e-05,
2477
+ "loss": 0.82281494140625,
2478
+ "step": 348
2479
+ },
2480
+ {
2481
+ "epoch": 4.98747763864043,
2482
+ "grad_norm": 0.051874782890081406,
2483
+ "learning_rate": 1.0007729126685756e-05,
2484
+ "loss": 0.798797607421875,
2485
+ "step": 349
2486
+ },
2487
+ {
2488
+ "epoch": 5.0,
2489
+ "grad_norm": 0.051923204213380814,
2490
+ "learning_rate": 1.0001932323158918e-05,
2491
+ "loss": 0.88311767578125,
2492
+ "step": 350
2493
+ },
2494
+ {
2495
+ "epoch": 5.0,
2496
+ "eval_loss": 0.81512451171875,
2497
+ "eval_runtime": 1.8807,
2498
+ "eval_samples_per_second": 2.127,
2499
+ "eval_steps_per_second": 0.532,
2500
+ "step": 350
2501
+ }
2502
+ ],
2503
+ "logging_steps": 1.0,
2504
+ "max_steps": 350,
2505
+ "num_input_tokens_seen": 0,
2506
+ "num_train_epochs": 5,
2507
+ "save_steps": 0,
2508
+ "stateful_callbacks": {
2509
+ "TrainerControl": {
2510
+ "args": {
2511
+ "should_epoch_stop": false,
2512
+ "should_evaluate": false,
2513
+ "should_log": false,
2514
+ "should_save": true,
2515
+ "should_training_stop": true
2516
+ },
2517
+ "attributes": {}
2518
+ }
2519
+ },
2520
+ "total_flos": 4.471234892721553e+19,
2521
+ "train_batch_size": 1,
2522
+ "trial_name": null,
2523
+ "trial_params": null
2524
+ }
training_metadata.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "openai/gpt-oss-20b",
3
+ "challenge": "Adaption AutoScientist Challenge Part 2",
4
+ "project": "finpath-autoscientist",
5
+ "category": "personal-finance",
6
+ "training_method": "sft",
7
+ "training_type": "lora",
8
+ "data_format": "instruction",
9
+ "adapted_dataset_rows": 28000,
10
+ "hyperparams": {
11
+ "base_model_size": "20B",
12
+ "n_epochs": 5,
13
+ "batch_size": "max",
14
+ "learning_rate": 0.0001,
15
+ "lora": true,
16
+ "lora_r": 64,
17
+ "lora_alpha": 128,
18
+ "lora_dropout": 0,
19
+ "lora_trainable_modules": "q_proj,k_proj,v_proj,o_proj",
20
+ "lr_scheduler_type": "cosine",
21
+ "min_lr_ratio": 0.1,
22
+ "scheduler_num_cycles": 0.5,
23
+ "warmup_ratio": 0.03,
24
+ "max_grad_norm": 1,
25
+ "weight_decay": 0.01,
26
+ "n_evals": 5,
27
+ "train_on_inputs": false
28
+ }
29
+ }