bethrezen commited on
Commit
9954a14
·
verified ·
1 Parent(s): e85282d

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: google/gemma-3-4b-it
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.15.2
adapter_config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "google/gemma-3-4b-it",
5
+ "bias": "none",
6
+ "corda_config": null,
7
+ "eva_config": null,
8
+ "exclude_modules": null,
9
+ "fan_in_fan_out": null,
10
+ "inference_mode": true,
11
+ "init_lora_weights": true,
12
+ "layer_replication": null,
13
+ "layers_pattern": null,
14
+ "layers_to_transform": null,
15
+ "loftq_config": {},
16
+ "lora_alpha": 256,
17
+ "lora_bias": false,
18
+ "lora_dropout": 0.0,
19
+ "megatron_config": null,
20
+ "megatron_core": "megatron.core",
21
+ "modules_to_save": null,
22
+ "peft_type": "LORA",
23
+ "r": 256,
24
+ "rank_pattern": {},
25
+ "revision": null,
26
+ "target_modules": "model.language_model.layers.[\\d]+.(mlp|cross_attn|self_attn).(up|down|gate|q|k|v|o)_proj",
27
+ "task_type": "CAUSAL_LM",
28
+ "trainable_token_indices": null,
29
+ "use_dora": false,
30
+ "use_rslora": false
31
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8411c9e606bfec216e3753c215d252cccccf5547e994194f40a3725f72ff49c6
3
+ size 953752328
added_tokens.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "<image_soft_token>": 262144
3
+ }
chat_template.jinja ADDED
@@ -0,0 +1,143 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {#- Begin-of-sequence token to start the model prompt -#}
2
+ {{ bos_token }}
3
+ {#- Extracts the system message. Gemma does not support system messages so it will be prepended to first user message. -#}
4
+ {%- if messages[0]['role'] == 'system' -%}
5
+ {%- if messages[0]['content'] is string -%}
6
+ {%- set system_message = messages[0]['content'] -%}
7
+ {%- else -%}
8
+ {%- set system_message = messages[0]['content'][0]['text'] -%}
9
+ {%- endif -%}
10
+ {%- set loop_messages = messages[1:] -%}
11
+ {%- else -%}
12
+ {%- set system_message = "You are a helpful assistant Zero-Gemma made by ZeroAgency company from Russia. You must be helpful, harmless, and honest." -%}
13
+ {%- set loop_messages = messages -%}
14
+ {%- endif -%}
15
+
16
+ {%- if enable_thinking is defined and enable_thinking is true -%}
17
+ {%- set system_message = system_message + "\nFirst, think through the reasoning internally, then present the reasoning within <think>...</think>. After thinking, clearly state a response that addresses the user's request and aligns with their preferences, not just providing a direct answer." -%}
18
+ {%- endif -%}
19
+
20
+ {%- set system_message = system_message + '\n\n' -%}
21
+ {#- Set tools to none if not defined for this ChatCompletion request (helps avoid errors later) -#}
22
+ {%- if not tools is defined -%}
23
+ {%- set tools = none -%}
24
+ {%- endif -%}
25
+
26
+ {#- First - system message -#}
27
+
28
+ {{ '<start_of_turn>system\n' -}}
29
+ {{ system_message }}
30
+ {#- Append system message with tool information if using tools in message request. -#}
31
+ {%- if tools is not none -%}
32
+ {{- "Tools (functions) are available. If you decide to invoke one or more of the tools, you must respond with a python list of the function calls.\n" -}}
33
+ {{- "Example Format: [func_name1(params_name1=params_value1, params_name2=params_value2...), func_name2(params)] \n" -}}
34
+ {{- "Do not use variables. DO NOT USE MARKDOWN SYNTAX. You SHOULD NOT include any other text in the response if you call a function. If none of the functions can be used, point it out. If you lack the parameters required by the function, also point it out.\n" -}}
35
+ {{- "Here is a list of functions in JSON format that you can invoke.\n" -}}
36
+ {{- tools | tojson(indent=4) -}}
37
+ {{- "\n\n" -}}
38
+ {%- endif -%}
39
+ {{ '<end_of_turn>\n' }}
40
+
41
+ {#- Main loop over all messages in the conversation history -#}
42
+ {%- for message in loop_messages if message['role'] != 'system' -%}
43
+ {#- Normalize roles for model prompt formatting -#}
44
+ {%- if (message['role'] == 'assistant') -%}
45
+ {%- set role = "model" -%}
46
+ {%- elif (message['role'] == 'tool') -%}
47
+ {%- set role = "user" -%}
48
+ {%- else -%}
49
+ {%- set role = message['role'] -%}
50
+ {%- endif -%}
51
+ {#- Mark the start of a message block with the appropriate role -#}
52
+ {{ '<start_of_turn>' + role + '\n' -}}
53
+
54
+ {#- Format model tool calls (turns where model indicates they want to call a tool) -#}
55
+ {%- if 'tool_calls' in message -%}
56
+ {%- if message['content'] is string -%}
57
+ {%- set content = message['content'] -%}
58
+ {# {%- if '</think>' in content -%} #}
59
+ {{- content | trim -}}
60
+ {# {{- "\n" -}} #}
61
+ {# {%- endif -%} #}
62
+ {%- endif -%}
63
+ {#- Opening bracket for tool call list. -#}
64
+ {{- '[' -}}
65
+ {#- For each tool call -#}
66
+ {%- for tool_call in message.tool_calls -%}
67
+ {#- Function name & opening parenthesis. -#}
68
+ {%- if tool_call.function is defined -%}
69
+ {%- set tool_call = tool_call.function -%}
70
+ {%- endif -%}
71
+ {{- tool_call.name + '(' -}}
72
+
73
+ {#-- Handle arguments as list (positional) or dict (named) --#}
74
+ {#-- Named arguments (dict) --#}
75
+ {%- if tool_call.arguments is iterable and tool_call.arguments is mapping -%}
76
+ {%- set first = true -%}
77
+ {%- for key, val in tool_call.arguments.items() -%}
78
+ {%- if not first %}, {% endif -%}
79
+ {{ key }}={{ val | tojson }}
80
+ {%- set first = false -%}
81
+ {%- endfor -%}
82
+ {#-- Positional arguments (list) --#}
83
+ {%- elif tool_call.arguments is iterable -%}
84
+ {{- tool_call.arguments | map('tojson') | join(', ') -}}
85
+ {#-- Fallback: single positional value --#}
86
+ {%- else -%}
87
+ {{- tool_call.arguments | tojson -}}
88
+ {#-- Closing parenthesis. --#}
89
+ {%- endif -%}
90
+ {{- ')' -}}
91
+ {#-- If more than one tool call, place comma and move to formatting next tool call --#}
92
+ {%- if not loop.last -%}{{- "," -}}{%- endif -%}
93
+ {%- endfor -%}
94
+ {#- Closing bracket for tool call list. -#}
95
+ {{- ']' -}}
96
+ {%- endif -%}
97
+
98
+ {#- Tool response start tag (for messages from a tool) -#}
99
+ {%- if (message['role'] == 'tool') -%}
100
+ {{- '<tool_response>\n' -}}
101
+ {%- endif -%}
102
+
103
+ {#- Render the message content: handle plain string or multimodal content like image/text -#}
104
+ {%- if not 'tool_calls' in message and message['content'] -%}
105
+ {%- if message['content'] is string -%}
106
+ {%- set content = message['content'] -%}
107
+ {# {%- if '</think>' in content -%}
108
+ {%- set content = content.split('</think>')[-1] -%}
109
+ {%- endif -%} #}
110
+ {{- content | trim -}}
111
+ {%- elif message['content'] is iterable -%}
112
+ {%- for item in message['content'] -%}
113
+ {%- if item['type'] == 'image' -%}
114
+ {{ '<start_of_image>' }}
115
+ {%- elif item['type'] == 'text' -%}
116
+ {%- set content = item['text'] -%}
117
+ {# {%- if '</think>' in content -%}
118
+ {%- set content = content.split('</think>')[-1] -%}
119
+ {%- endif -%} #}
120
+ {{ content | trim }}
121
+ {%- endif -%}
122
+ {%- endfor -%}
123
+ {%- else -%}
124
+ {{ raise_exception("Invalid content type:"+ message|tojson) }}
125
+ {%- endif -%}
126
+ {%- endif -%}
127
+
128
+ {#- Tool response end tag -#}
129
+ {%- if (message['role'] == 'tool') -%}
130
+ {{ '</tool_response>' -}}
131
+ {%- endif -%}
132
+
133
+ {#- Mark end of a single turn -#}
134
+ {{ '<end_of_turn>\n' }}
135
+ {%- endfor -%}
136
+
137
+ {#- If generation is to be triggered, add model prompt prefix -#}
138
+ {%- if add_generation_prompt -%}
139
+ {{'<start_of_turn>model\n'}}
140
+ {%- if enable_thinking is defined and enable_thinking is true -%}
141
+ {{- '<think>' -}}
142
+ {%- endif %}
143
+ {%- endif -%}
special_tokens_map.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "boi_token": "<start_of_image>",
3
+ "bos_token": {
4
+ "content": "<bos>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false
9
+ },
10
+ "eoi_token": "<end_of_image>",
11
+ "eos_token": {
12
+ "content": "<eos>",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false
17
+ },
18
+ "image_token": "<image_soft_token>",
19
+ "pad_token": {
20
+ "content": "<pad>",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false
25
+ },
26
+ "unk_token": {
27
+ "content": "<unk>",
28
+ "lstrip": false,
29
+ "normalized": false,
30
+ "rstrip": false,
31
+ "single_word": false
32
+ }
33
+ }
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4667f2089529e8e7657cfb6d1c19910ae71ff5f28aa7ab2ff2763330affad795
3
+ size 33384568
tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1299c11d7cf632ef3b4e11937501358ada021bbdf7c47638d13c0ee982f2e79c
3
+ size 4689074
tokenizer_config.json ADDED
The diff for this file is too large to render. See raw diff
 
trainer_state.json ADDED
@@ -0,0 +1,3254 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 2.0,
6
+ "eval_steps": 500,
7
+ "global_step": 460,
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.004347826086956522,
14
+ "grad_norm": 209.3180389404297,
15
+ "learning_rate": 0.0,
16
+ "loss": 5.8188,
17
+ "step": 1
18
+ },
19
+ {
20
+ "epoch": 0.008695652173913044,
21
+ "grad_norm": 215.69874572753906,
22
+ "learning_rate": 4.347826086956522e-06,
23
+ "loss": 5.9259,
24
+ "step": 2
25
+ },
26
+ {
27
+ "epoch": 0.013043478260869565,
28
+ "grad_norm": 62.712825775146484,
29
+ "learning_rate": 8.695652173913044e-06,
30
+ "loss": 5.4202,
31
+ "step": 3
32
+ },
33
+ {
34
+ "epoch": 0.017391304347826087,
35
+ "grad_norm": 85.59194946289062,
36
+ "learning_rate": 1.3043478260869566e-05,
37
+ "loss": 5.3079,
38
+ "step": 4
39
+ },
40
+ {
41
+ "epoch": 0.021739130434782608,
42
+ "grad_norm": 22.901897430419922,
43
+ "learning_rate": 1.739130434782609e-05,
44
+ "loss": 5.0196,
45
+ "step": 5
46
+ },
47
+ {
48
+ "epoch": 0.02608695652173913,
49
+ "grad_norm": 22.081829071044922,
50
+ "learning_rate": 2.173913043478261e-05,
51
+ "loss": 4.8222,
52
+ "step": 6
53
+ },
54
+ {
55
+ "epoch": 0.030434782608695653,
56
+ "grad_norm": 11.022245407104492,
57
+ "learning_rate": 2.608695652173913e-05,
58
+ "loss": 4.4617,
59
+ "step": 7
60
+ },
61
+ {
62
+ "epoch": 0.034782608695652174,
63
+ "grad_norm": 7.274469375610352,
64
+ "learning_rate": 3.0434782608695656e-05,
65
+ "loss": 4.335,
66
+ "step": 8
67
+ },
68
+ {
69
+ "epoch": 0.0391304347826087,
70
+ "grad_norm": 3.8645834922790527,
71
+ "learning_rate": 3.478260869565218e-05,
72
+ "loss": 4.0476,
73
+ "step": 9
74
+ },
75
+ {
76
+ "epoch": 0.043478260869565216,
77
+ "grad_norm": 2.6724016666412354,
78
+ "learning_rate": 3.91304347826087e-05,
79
+ "loss": 3.8387,
80
+ "step": 10
81
+ },
82
+ {
83
+ "epoch": 0.04782608695652174,
84
+ "grad_norm": 2.258195161819458,
85
+ "learning_rate": 4.347826086956522e-05,
86
+ "loss": 3.8144,
87
+ "step": 11
88
+ },
89
+ {
90
+ "epoch": 0.05217391304347826,
91
+ "grad_norm": 1.8822625875473022,
92
+ "learning_rate": 4.782608695652174e-05,
93
+ "loss": 3.4008,
94
+ "step": 12
95
+ },
96
+ {
97
+ "epoch": 0.05652173913043478,
98
+ "grad_norm": 2.047840118408203,
99
+ "learning_rate": 5.217391304347826e-05,
100
+ "loss": 3.2554,
101
+ "step": 13
102
+ },
103
+ {
104
+ "epoch": 0.06086956521739131,
105
+ "grad_norm": 1.8671568632125854,
106
+ "learning_rate": 5.652173913043478e-05,
107
+ "loss": 3.2461,
108
+ "step": 14
109
+ },
110
+ {
111
+ "epoch": 0.06521739130434782,
112
+ "grad_norm": 1.6069483757019043,
113
+ "learning_rate": 6.086956521739131e-05,
114
+ "loss": 2.9738,
115
+ "step": 15
116
+ },
117
+ {
118
+ "epoch": 0.06956521739130435,
119
+ "grad_norm": 1.3096915483474731,
120
+ "learning_rate": 6.521739130434783e-05,
121
+ "loss": 2.7823,
122
+ "step": 16
123
+ },
124
+ {
125
+ "epoch": 0.07391304347826087,
126
+ "grad_norm": 1.3594956398010254,
127
+ "learning_rate": 6.956521739130436e-05,
128
+ "loss": 2.6255,
129
+ "step": 17
130
+ },
131
+ {
132
+ "epoch": 0.0782608695652174,
133
+ "grad_norm": 1.0210895538330078,
134
+ "learning_rate": 7.391304347826086e-05,
135
+ "loss": 2.4501,
136
+ "step": 18
137
+ },
138
+ {
139
+ "epoch": 0.08260869565217391,
140
+ "grad_norm": 0.8942164182662964,
141
+ "learning_rate": 7.82608695652174e-05,
142
+ "loss": 2.2934,
143
+ "step": 19
144
+ },
145
+ {
146
+ "epoch": 0.08695652173913043,
147
+ "grad_norm": 0.8361735343933105,
148
+ "learning_rate": 8.260869565217392e-05,
149
+ "loss": 2.2029,
150
+ "step": 20
151
+ },
152
+ {
153
+ "epoch": 0.09130434782608696,
154
+ "grad_norm": 0.794482409954071,
155
+ "learning_rate": 8.695652173913044e-05,
156
+ "loss": 2.0223,
157
+ "step": 21
158
+ },
159
+ {
160
+ "epoch": 0.09565217391304348,
161
+ "grad_norm": 0.7513137459754944,
162
+ "learning_rate": 9.130434782608696e-05,
163
+ "loss": 1.8504,
164
+ "step": 22
165
+ },
166
+ {
167
+ "epoch": 0.1,
168
+ "grad_norm": 0.76312655210495,
169
+ "learning_rate": 9.565217391304348e-05,
170
+ "loss": 1.6577,
171
+ "step": 23
172
+ },
173
+ {
174
+ "epoch": 0.10434782608695652,
175
+ "grad_norm": 0.8560758829116821,
176
+ "learning_rate": 0.0001,
177
+ "loss": 1.5565,
178
+ "step": 24
179
+ },
180
+ {
181
+ "epoch": 0.10869565217391304,
182
+ "grad_norm": 0.7479954957962036,
183
+ "learning_rate": 0.00010434782608695653,
184
+ "loss": 1.4364,
185
+ "step": 25
186
+ },
187
+ {
188
+ "epoch": 0.11304347826086956,
189
+ "grad_norm": 0.5951140522956848,
190
+ "learning_rate": 0.00010869565217391305,
191
+ "loss": 1.2957,
192
+ "step": 26
193
+ },
194
+ {
195
+ "epoch": 0.11739130434782609,
196
+ "grad_norm": 0.503224790096283,
197
+ "learning_rate": 0.00011304347826086956,
198
+ "loss": 1.1799,
199
+ "step": 27
200
+ },
201
+ {
202
+ "epoch": 0.12173913043478261,
203
+ "grad_norm": 0.47480374574661255,
204
+ "learning_rate": 0.0001173913043478261,
205
+ "loss": 1.1277,
206
+ "step": 28
207
+ },
208
+ {
209
+ "epoch": 0.12608695652173912,
210
+ "grad_norm": 0.38552260398864746,
211
+ "learning_rate": 0.00012173913043478263,
212
+ "loss": 1.0744,
213
+ "step": 29
214
+ },
215
+ {
216
+ "epoch": 0.13043478260869565,
217
+ "grad_norm": 0.35596558451652527,
218
+ "learning_rate": 0.00012608695652173915,
219
+ "loss": 1.0023,
220
+ "step": 30
221
+ },
222
+ {
223
+ "epoch": 0.13478260869565217,
224
+ "grad_norm": 0.32971665263175964,
225
+ "learning_rate": 0.00013043478260869567,
226
+ "loss": 0.9691,
227
+ "step": 31
228
+ },
229
+ {
230
+ "epoch": 0.1391304347826087,
231
+ "grad_norm": 0.37770169973373413,
232
+ "learning_rate": 0.0001347826086956522,
233
+ "loss": 0.9116,
234
+ "step": 32
235
+ },
236
+ {
237
+ "epoch": 0.14347826086956522,
238
+ "grad_norm": 0.22640736401081085,
239
+ "learning_rate": 0.0001391304347826087,
240
+ "loss": 0.8613,
241
+ "step": 33
242
+ },
243
+ {
244
+ "epoch": 0.14782608695652175,
245
+ "grad_norm": 0.20925410091876984,
246
+ "learning_rate": 0.0001434782608695652,
247
+ "loss": 0.8836,
248
+ "step": 34
249
+ },
250
+ {
251
+ "epoch": 0.15217391304347827,
252
+ "grad_norm": 0.20542123913764954,
253
+ "learning_rate": 0.00014782608695652173,
254
+ "loss": 0.8502,
255
+ "step": 35
256
+ },
257
+ {
258
+ "epoch": 0.1565217391304348,
259
+ "grad_norm": 0.16715222597122192,
260
+ "learning_rate": 0.00015217391304347827,
261
+ "loss": 0.8292,
262
+ "step": 36
263
+ },
264
+ {
265
+ "epoch": 0.1608695652173913,
266
+ "grad_norm": 0.1648133248090744,
267
+ "learning_rate": 0.0001565217391304348,
268
+ "loss": 0.8189,
269
+ "step": 37
270
+ },
271
+ {
272
+ "epoch": 0.16521739130434782,
273
+ "grad_norm": 0.13562779128551483,
274
+ "learning_rate": 0.00016086956521739132,
275
+ "loss": 0.8078,
276
+ "step": 38
277
+ },
278
+ {
279
+ "epoch": 0.16956521739130434,
280
+ "grad_norm": 0.1290610432624817,
281
+ "learning_rate": 0.00016521739130434784,
282
+ "loss": 0.7712,
283
+ "step": 39
284
+ },
285
+ {
286
+ "epoch": 0.17391304347826086,
287
+ "grad_norm": 0.11024343967437744,
288
+ "learning_rate": 0.00016956521739130436,
289
+ "loss": 0.7448,
290
+ "step": 40
291
+ },
292
+ {
293
+ "epoch": 0.1782608695652174,
294
+ "grad_norm": 0.12418993562459946,
295
+ "learning_rate": 0.00017391304347826088,
296
+ "loss": 0.7633,
297
+ "step": 41
298
+ },
299
+ {
300
+ "epoch": 0.1826086956521739,
301
+ "grad_norm": 0.10319849103689194,
302
+ "learning_rate": 0.0001782608695652174,
303
+ "loss": 0.7463,
304
+ "step": 42
305
+ },
306
+ {
307
+ "epoch": 0.18695652173913044,
308
+ "grad_norm": 0.10371455550193787,
309
+ "learning_rate": 0.00018260869565217392,
310
+ "loss": 0.7516,
311
+ "step": 43
312
+ },
313
+ {
314
+ "epoch": 0.19130434782608696,
315
+ "grad_norm": 0.09219090640544891,
316
+ "learning_rate": 0.00018695652173913045,
317
+ "loss": 0.7265,
318
+ "step": 44
319
+ },
320
+ {
321
+ "epoch": 0.1956521739130435,
322
+ "grad_norm": 0.09577666968107224,
323
+ "learning_rate": 0.00019130434782608697,
324
+ "loss": 0.7382,
325
+ "step": 45
326
+ },
327
+ {
328
+ "epoch": 0.2,
329
+ "grad_norm": 0.08755916357040405,
330
+ "learning_rate": 0.0001956521739130435,
331
+ "loss": 0.7392,
332
+ "step": 46
333
+ },
334
+ {
335
+ "epoch": 0.20434782608695654,
336
+ "grad_norm": 0.08335893601179123,
337
+ "learning_rate": 0.0002,
338
+ "loss": 0.7182,
339
+ "step": 47
340
+ },
341
+ {
342
+ "epoch": 0.20869565217391303,
343
+ "grad_norm": 0.08622466027736664,
344
+ "learning_rate": 0.00019999712083215463,
345
+ "loss": 0.7196,
346
+ "step": 48
347
+ },
348
+ {
349
+ "epoch": 0.21304347826086956,
350
+ "grad_norm": 0.07222707569599152,
351
+ "learning_rate": 0.00019998848349441062,
352
+ "loss": 0.7014,
353
+ "step": 49
354
+ },
355
+ {
356
+ "epoch": 0.21739130434782608,
357
+ "grad_norm": 0.07286012172698975,
358
+ "learning_rate": 0.00019997408848413493,
359
+ "loss": 0.6986,
360
+ "step": 50
361
+ },
362
+ {
363
+ "epoch": 0.2217391304347826,
364
+ "grad_norm": 0.07811558246612549,
365
+ "learning_rate": 0.00019995393663024054,
366
+ "loss": 0.6922,
367
+ "step": 51
368
+ },
369
+ {
370
+ "epoch": 0.22608695652173913,
371
+ "grad_norm": 0.07095416635274887,
372
+ "learning_rate": 0.0001999280290931388,
373
+ "loss": 0.7188,
374
+ "step": 52
375
+ },
376
+ {
377
+ "epoch": 0.23043478260869565,
378
+ "grad_norm": 0.0705651044845581,
379
+ "learning_rate": 0.00019989636736467278,
380
+ "loss": 0.7135,
381
+ "step": 53
382
+ },
383
+ {
384
+ "epoch": 0.23478260869565218,
385
+ "grad_norm": 0.0649741142988205,
386
+ "learning_rate": 0.00019985895326803097,
387
+ "loss": 0.6833,
388
+ "step": 54
389
+ },
390
+ {
391
+ "epoch": 0.2391304347826087,
392
+ "grad_norm": 0.07023416459560394,
393
+ "learning_rate": 0.00019981578895764273,
394
+ "loss": 0.6902,
395
+ "step": 55
396
+ },
397
+ {
398
+ "epoch": 0.24347826086956523,
399
+ "grad_norm": 0.065043605864048,
400
+ "learning_rate": 0.00019976687691905393,
401
+ "loss": 0.6933,
402
+ "step": 56
403
+ },
404
+ {
405
+ "epoch": 0.24782608695652175,
406
+ "grad_norm": 0.0647321566939354,
407
+ "learning_rate": 0.00019971221996878394,
408
+ "loss": 0.6946,
409
+ "step": 57
410
+ },
411
+ {
412
+ "epoch": 0.25217391304347825,
413
+ "grad_norm": 0.08214448392391205,
414
+ "learning_rate": 0.0001996518212541634,
415
+ "loss": 0.6789,
416
+ "step": 58
417
+ },
418
+ {
419
+ "epoch": 0.2565217391304348,
420
+ "grad_norm": 0.06106014922261238,
421
+ "learning_rate": 0.00019958568425315314,
422
+ "loss": 0.6826,
423
+ "step": 59
424
+ },
425
+ {
426
+ "epoch": 0.2608695652173913,
427
+ "grad_norm": 0.06052952632308006,
428
+ "learning_rate": 0.0001995138127741436,
429
+ "loss": 0.6706,
430
+ "step": 60
431
+ },
432
+ {
433
+ "epoch": 0.26521739130434785,
434
+ "grad_norm": 0.06265316903591156,
435
+ "learning_rate": 0.00019943621095573586,
436
+ "loss": 0.6809,
437
+ "step": 61
438
+ },
439
+ {
440
+ "epoch": 0.26956521739130435,
441
+ "grad_norm": 0.0603368878364563,
442
+ "learning_rate": 0.00019935288326650312,
443
+ "loss": 0.6728,
444
+ "step": 62
445
+ },
446
+ {
447
+ "epoch": 0.27391304347826084,
448
+ "grad_norm": 0.06611189991235733,
449
+ "learning_rate": 0.00019926383450473344,
450
+ "loss": 0.6499,
451
+ "step": 63
452
+ },
453
+ {
454
+ "epoch": 0.2782608695652174,
455
+ "grad_norm": 0.06278355419635773,
456
+ "learning_rate": 0.00019916906979815347,
457
+ "loss": 0.6561,
458
+ "step": 64
459
+ },
460
+ {
461
+ "epoch": 0.2826086956521739,
462
+ "grad_norm": 0.07379094511270523,
463
+ "learning_rate": 0.00019906859460363307,
464
+ "loss": 0.6786,
465
+ "step": 65
466
+ },
467
+ {
468
+ "epoch": 0.28695652173913044,
469
+ "grad_norm": 0.09574166685342789,
470
+ "learning_rate": 0.0001989624147068713,
471
+ "loss": 0.6625,
472
+ "step": 66
473
+ },
474
+ {
475
+ "epoch": 0.29130434782608694,
476
+ "grad_norm": 0.08743462711572647,
477
+ "learning_rate": 0.00019885053622206304,
478
+ "loss": 0.648,
479
+ "step": 67
480
+ },
481
+ {
482
+ "epoch": 0.2956521739130435,
483
+ "grad_norm": 0.08914034813642502,
484
+ "learning_rate": 0.00019873296559154698,
485
+ "loss": 0.6561,
486
+ "step": 68
487
+ },
488
+ {
489
+ "epoch": 0.3,
490
+ "grad_norm": 0.06804706901311874,
491
+ "learning_rate": 0.0001986097095854347,
492
+ "loss": 0.658,
493
+ "step": 69
494
+ },
495
+ {
496
+ "epoch": 0.30434782608695654,
497
+ "grad_norm": 0.09893489629030228,
498
+ "learning_rate": 0.00019848077530122083,
499
+ "loss": 0.6708,
500
+ "step": 70
501
+ },
502
+ {
503
+ "epoch": 0.30869565217391304,
504
+ "grad_norm": 0.07928409427404404,
505
+ "learning_rate": 0.0001983461701633742,
506
+ "loss": 0.6407,
507
+ "step": 71
508
+ },
509
+ {
510
+ "epoch": 0.3130434782608696,
511
+ "grad_norm": 0.07455449551343918,
512
+ "learning_rate": 0.0001982059019229106,
513
+ "loss": 0.676,
514
+ "step": 72
515
+ },
516
+ {
517
+ "epoch": 0.3173913043478261,
518
+ "grad_norm": 0.0770968496799469,
519
+ "learning_rate": 0.00019805997865694614,
520
+ "loss": 0.6639,
521
+ "step": 73
522
+ },
523
+ {
524
+ "epoch": 0.3217391304347826,
525
+ "grad_norm": 0.06771919876337051,
526
+ "learning_rate": 0.00019790840876823232,
527
+ "loss": 0.6486,
528
+ "step": 74
529
+ },
530
+ {
531
+ "epoch": 0.32608695652173914,
532
+ "grad_norm": 0.07457810640335083,
533
+ "learning_rate": 0.0001977512009846721,
534
+ "loss": 0.6681,
535
+ "step": 75
536
+ },
537
+ {
538
+ "epoch": 0.33043478260869563,
539
+ "grad_norm": 0.0826922208070755,
540
+ "learning_rate": 0.00019758836435881746,
541
+ "loss": 0.6356,
542
+ "step": 76
543
+ },
544
+ {
545
+ "epoch": 0.3347826086956522,
546
+ "grad_norm": 0.07923886179924011,
547
+ "learning_rate": 0.00019741990826734794,
548
+ "loss": 0.6682,
549
+ "step": 77
550
+ },
551
+ {
552
+ "epoch": 0.3391304347826087,
553
+ "grad_norm": 0.11045071482658386,
554
+ "learning_rate": 0.0001972458424105307,
555
+ "loss": 0.6203,
556
+ "step": 78
557
+ },
558
+ {
559
+ "epoch": 0.34347826086956523,
560
+ "grad_norm": 0.11731227487325668,
561
+ "learning_rate": 0.00019706617681166218,
562
+ "loss": 0.66,
563
+ "step": 79
564
+ },
565
+ {
566
+ "epoch": 0.34782608695652173,
567
+ "grad_norm": 0.12649305164813995,
568
+ "learning_rate": 0.00019688092181649065,
569
+ "loss": 0.6613,
570
+ "step": 80
571
+ },
572
+ {
573
+ "epoch": 0.3521739130434783,
574
+ "grad_norm": 0.1144268661737442,
575
+ "learning_rate": 0.00019669008809262062,
576
+ "loss": 0.6606,
577
+ "step": 81
578
+ },
579
+ {
580
+ "epoch": 0.3565217391304348,
581
+ "grad_norm": 0.11361440271139145,
582
+ "learning_rate": 0.00019649368662889855,
583
+ "loss": 0.629,
584
+ "step": 82
585
+ },
586
+ {
587
+ "epoch": 0.36086956521739133,
588
+ "grad_norm": 0.12539249658584595,
589
+ "learning_rate": 0.00019629172873477995,
590
+ "loss": 0.6676,
591
+ "step": 83
592
+ },
593
+ {
594
+ "epoch": 0.3652173913043478,
595
+ "grad_norm": 0.11141279339790344,
596
+ "learning_rate": 0.00019608422603967836,
597
+ "loss": 0.6376,
598
+ "step": 84
599
+ },
600
+ {
601
+ "epoch": 0.3695652173913043,
602
+ "grad_norm": 0.09837634861469269,
603
+ "learning_rate": 0.00019587119049229557,
604
+ "loss": 0.6503,
605
+ "step": 85
606
+ },
607
+ {
608
+ "epoch": 0.3739130434782609,
609
+ "grad_norm": 0.15677575767040253,
610
+ "learning_rate": 0.0001956526343599335,
611
+ "loss": 0.6638,
612
+ "step": 86
613
+ },
614
+ {
615
+ "epoch": 0.3782608695652174,
616
+ "grad_norm": 0.252825528383255,
617
+ "learning_rate": 0.0001954285702277879,
618
+ "loss": 0.6713,
619
+ "step": 87
620
+ },
621
+ {
622
+ "epoch": 0.3826086956521739,
623
+ "grad_norm": 0.3602813482284546,
624
+ "learning_rate": 0.00019519901099822372,
625
+ "loss": 0.6596,
626
+ "step": 88
627
+ },
628
+ {
629
+ "epoch": 0.3869565217391304,
630
+ "grad_norm": 0.3970949053764343,
631
+ "learning_rate": 0.00019496396989003193,
632
+ "loss": 0.6617,
633
+ "step": 89
634
+ },
635
+ {
636
+ "epoch": 0.391304347826087,
637
+ "grad_norm": 0.284343421459198,
638
+ "learning_rate": 0.00019472346043766865,
639
+ "loss": 0.6229,
640
+ "step": 90
641
+ },
642
+ {
643
+ "epoch": 0.39565217391304347,
644
+ "grad_norm": 0.19832171499729156,
645
+ "learning_rate": 0.00019447749649047542,
646
+ "loss": 0.6665,
647
+ "step": 91
648
+ },
649
+ {
650
+ "epoch": 0.4,
651
+ "grad_norm": 0.24541743099689484,
652
+ "learning_rate": 0.00019422609221188207,
653
+ "loss": 0.6585,
654
+ "step": 92
655
+ },
656
+ {
657
+ "epoch": 0.4043478260869565,
658
+ "grad_norm": 0.1915537267923355,
659
+ "learning_rate": 0.00019396926207859084,
660
+ "loss": 0.6343,
661
+ "step": 93
662
+ },
663
+ {
664
+ "epoch": 0.40869565217391307,
665
+ "grad_norm": 0.20492875576019287,
666
+ "learning_rate": 0.00019370702087974302,
667
+ "loss": 0.6438,
668
+ "step": 94
669
+ },
670
+ {
671
+ "epoch": 0.41304347826086957,
672
+ "grad_norm": 0.25835996866226196,
673
+ "learning_rate": 0.00019343938371606712,
674
+ "loss": 0.6502,
675
+ "step": 95
676
+ },
677
+ {
678
+ "epoch": 0.41739130434782606,
679
+ "grad_norm": 0.2585464417934418,
680
+ "learning_rate": 0.00019316636599900946,
681
+ "loss": 0.6393,
682
+ "step": 96
683
+ },
684
+ {
685
+ "epoch": 0.4217391304347826,
686
+ "grad_norm": 0.2317182868719101,
687
+ "learning_rate": 0.00019288798344984672,
688
+ "loss": 0.6275,
689
+ "step": 97
690
+ },
691
+ {
692
+ "epoch": 0.4260869565217391,
693
+ "grad_norm": 0.23632416129112244,
694
+ "learning_rate": 0.00019260425209878052,
695
+ "loss": 0.6414,
696
+ "step": 98
697
+ },
698
+ {
699
+ "epoch": 0.43043478260869567,
700
+ "grad_norm": 0.1801244169473648,
701
+ "learning_rate": 0.00019231518828401458,
702
+ "loss": 0.6491,
703
+ "step": 99
704
+ },
705
+ {
706
+ "epoch": 0.43478260869565216,
707
+ "grad_norm": 0.24871514737606049,
708
+ "learning_rate": 0.00019202080865081368,
709
+ "loss": 0.6581,
710
+ "step": 100
711
+ },
712
+ {
713
+ "epoch": 0.4391304347826087,
714
+ "grad_norm": 0.26276353001594543,
715
+ "learning_rate": 0.00019172113015054532,
716
+ "loss": 0.644,
717
+ "step": 101
718
+ },
719
+ {
720
+ "epoch": 0.4434782608695652,
721
+ "grad_norm": 0.19743724167346954,
722
+ "learning_rate": 0.0001914161700397035,
723
+ "loss": 0.6519,
724
+ "step": 102
725
+ },
726
+ {
727
+ "epoch": 0.44782608695652176,
728
+ "grad_norm": 0.31385916471481323,
729
+ "learning_rate": 0.00019110594587891519,
730
+ "loss": 0.6462,
731
+ "step": 103
732
+ },
733
+ {
734
+ "epoch": 0.45217391304347826,
735
+ "grad_norm": 0.2689647674560547,
736
+ "learning_rate": 0.0001907904755319289,
737
+ "loss": 0.6517,
738
+ "step": 104
739
+ },
740
+ {
741
+ "epoch": 0.45652173913043476,
742
+ "grad_norm": 0.17245543003082275,
743
+ "learning_rate": 0.00019046977716458626,
744
+ "loss": 0.6245,
745
+ "step": 105
746
+ },
747
+ {
748
+ "epoch": 0.4608695652173913,
749
+ "grad_norm": 0.4380849003791809,
750
+ "learning_rate": 0.00019014386924377582,
751
+ "loss": 0.6519,
752
+ "step": 106
753
+ },
754
+ {
755
+ "epoch": 0.4652173913043478,
756
+ "grad_norm": 0.305043488740921,
757
+ "learning_rate": 0.0001898127705363696,
758
+ "loss": 0.6606,
759
+ "step": 107
760
+ },
761
+ {
762
+ "epoch": 0.46956521739130436,
763
+ "grad_norm": 0.20340269804000854,
764
+ "learning_rate": 0.0001894765001081428,
765
+ "loss": 0.6359,
766
+ "step": 108
767
+ },
768
+ {
769
+ "epoch": 0.47391304347826085,
770
+ "grad_norm": 0.15703125298023224,
771
+ "learning_rate": 0.0001891350773226754,
772
+ "loss": 0.6461,
773
+ "step": 109
774
+ },
775
+ {
776
+ "epoch": 0.4782608695652174,
777
+ "grad_norm": 0.16932646930217743,
778
+ "learning_rate": 0.0001887885218402375,
779
+ "loss": 0.6413,
780
+ "step": 110
781
+ },
782
+ {
783
+ "epoch": 0.4826086956521739,
784
+ "grad_norm": 0.1790553480386734,
785
+ "learning_rate": 0.00018843685361665723,
786
+ "loss": 0.6378,
787
+ "step": 111
788
+ },
789
+ {
790
+ "epoch": 0.48695652173913045,
791
+ "grad_norm": 0.24903282523155212,
792
+ "learning_rate": 0.00018808009290217136,
793
+ "loss": 0.6308,
794
+ "step": 112
795
+ },
796
+ {
797
+ "epoch": 0.49130434782608695,
798
+ "grad_norm": 0.20529182255268097,
799
+ "learning_rate": 0.00018771826024025946,
800
+ "loss": 0.6315,
801
+ "step": 113
802
+ },
803
+ {
804
+ "epoch": 0.4956521739130435,
805
+ "grad_norm": 0.18206629157066345,
806
+ "learning_rate": 0.00018735137646646078,
807
+ "loss": 0.6409,
808
+ "step": 114
809
+ },
810
+ {
811
+ "epoch": 0.5,
812
+ "grad_norm": 0.22906547784805298,
813
+ "learning_rate": 0.00018697946270717467,
814
+ "loss": 0.6522,
815
+ "step": 115
816
+ },
817
+ {
818
+ "epoch": 0.5043478260869565,
819
+ "grad_norm": 0.23560722172260284,
820
+ "learning_rate": 0.00018660254037844388,
821
+ "loss": 0.6424,
822
+ "step": 116
823
+ },
824
+ {
825
+ "epoch": 0.508695652173913,
826
+ "grad_norm": 0.3479248881340027,
827
+ "learning_rate": 0.00018622063118472134,
828
+ "loss": 0.6591,
829
+ "step": 117
830
+ },
831
+ {
832
+ "epoch": 0.5130434782608696,
833
+ "grad_norm": 0.48405924439430237,
834
+ "learning_rate": 0.00018583375711762052,
835
+ "loss": 0.6312,
836
+ "step": 118
837
+ },
838
+ {
839
+ "epoch": 0.5173913043478261,
840
+ "grad_norm": 0.6660999655723572,
841
+ "learning_rate": 0.00018544194045464886,
842
+ "loss": 0.6492,
843
+ "step": 119
844
+ },
845
+ {
846
+ "epoch": 0.5217391304347826,
847
+ "grad_norm": 0.6070662140846252,
848
+ "learning_rate": 0.0001850452037579251,
849
+ "loss": 0.631,
850
+ "step": 120
851
+ },
852
+ {
853
+ "epoch": 0.5260869565217391,
854
+ "grad_norm": 0.2432556301355362,
855
+ "learning_rate": 0.00018464356987288013,
856
+ "loss": 0.6192,
857
+ "step": 121
858
+ },
859
+ {
860
+ "epoch": 0.5304347826086957,
861
+ "grad_norm": 0.4718700647354126,
862
+ "learning_rate": 0.00018423706192694116,
863
+ "loss": 0.6385,
864
+ "step": 122
865
+ },
866
+ {
867
+ "epoch": 0.5347826086956522,
868
+ "grad_norm": 0.41220200061798096,
869
+ "learning_rate": 0.00018382570332820043,
870
+ "loss": 0.6362,
871
+ "step": 123
872
+ },
873
+ {
874
+ "epoch": 0.5391304347826087,
875
+ "grad_norm": 0.24313992261886597,
876
+ "learning_rate": 0.00018340951776406694,
877
+ "loss": 0.659,
878
+ "step": 124
879
+ },
880
+ {
881
+ "epoch": 0.5434782608695652,
882
+ "grad_norm": 0.42307668924331665,
883
+ "learning_rate": 0.00018298852919990252,
884
+ "loss": 0.6484,
885
+ "step": 125
886
+ },
887
+ {
888
+ "epoch": 0.5478260869565217,
889
+ "grad_norm": 0.2858572006225586,
890
+ "learning_rate": 0.00018256276187764197,
891
+ "loss": 0.6437,
892
+ "step": 126
893
+ },
894
+ {
895
+ "epoch": 0.5521739130434783,
896
+ "grad_norm": 0.2318851351737976,
897
+ "learning_rate": 0.0001821322403143969,
898
+ "loss": 0.6191,
899
+ "step": 127
900
+ },
901
+ {
902
+ "epoch": 0.5565217391304348,
903
+ "grad_norm": 0.3861188292503357,
904
+ "learning_rate": 0.0001816969893010442,
905
+ "loss": 0.639,
906
+ "step": 128
907
+ },
908
+ {
909
+ "epoch": 0.5608695652173913,
910
+ "grad_norm": 0.2969801127910614,
911
+ "learning_rate": 0.0001812570339007983,
912
+ "loss": 0.6624,
913
+ "step": 129
914
+ },
915
+ {
916
+ "epoch": 0.5652173913043478,
917
+ "grad_norm": 0.29341548681259155,
918
+ "learning_rate": 0.00018081239944776805,
919
+ "loss": 0.639,
920
+ "step": 130
921
+ },
922
+ {
923
+ "epoch": 0.5695652173913044,
924
+ "grad_norm": 0.43678849935531616,
925
+ "learning_rate": 0.00018036311154549784,
926
+ "loss": 0.6384,
927
+ "step": 131
928
+ },
929
+ {
930
+ "epoch": 0.5739130434782609,
931
+ "grad_norm": 0.5248069167137146,
932
+ "learning_rate": 0.00017990919606549328,
933
+ "loss": 0.6451,
934
+ "step": 132
935
+ },
936
+ {
937
+ "epoch": 0.5782608695652174,
938
+ "grad_norm": 0.5387030243873596,
939
+ "learning_rate": 0.00017945067914573146,
940
+ "loss": 0.6198,
941
+ "step": 133
942
+ },
943
+ {
944
+ "epoch": 0.5826086956521739,
945
+ "grad_norm": 0.55666184425354,
946
+ "learning_rate": 0.00017898758718915586,
947
+ "loss": 0.6391,
948
+ "step": 134
949
+ },
950
+ {
951
+ "epoch": 0.5869565217391305,
952
+ "grad_norm": 0.4839560389518738,
953
+ "learning_rate": 0.0001785199468621559,
954
+ "loss": 0.6411,
955
+ "step": 135
956
+ },
957
+ {
958
+ "epoch": 0.591304347826087,
959
+ "grad_norm": 0.5173195004463196,
960
+ "learning_rate": 0.00017804778509303138,
961
+ "loss": 0.6318,
962
+ "step": 136
963
+ },
964
+ {
965
+ "epoch": 0.5956521739130435,
966
+ "grad_norm": 0.341448038816452,
967
+ "learning_rate": 0.000177571129070442,
968
+ "loss": 0.6427,
969
+ "step": 137
970
+ },
971
+ {
972
+ "epoch": 0.6,
973
+ "grad_norm": 0.2654604911804199,
974
+ "learning_rate": 0.00017709000624184162,
975
+ "loss": 0.616,
976
+ "step": 138
977
+ },
978
+ {
979
+ "epoch": 0.6043478260869565,
980
+ "grad_norm": 0.4000408351421356,
981
+ "learning_rate": 0.0001766044443118978,
982
+ "loss": 0.611,
983
+ "step": 139
984
+ },
985
+ {
986
+ "epoch": 0.6086956521739131,
987
+ "grad_norm": 0.2812383770942688,
988
+ "learning_rate": 0.00017611447124089649,
989
+ "loss": 0.6508,
990
+ "step": 140
991
+ },
992
+ {
993
+ "epoch": 0.6130434782608696,
994
+ "grad_norm": 0.30483949184417725,
995
+ "learning_rate": 0.00017562011524313185,
996
+ "loss": 0.6628,
997
+ "step": 141
998
+ },
999
+ {
1000
+ "epoch": 0.6173913043478261,
1001
+ "grad_norm": 0.4457907974720001,
1002
+ "learning_rate": 0.0001751214047852818,
1003
+ "loss": 0.6274,
1004
+ "step": 142
1005
+ },
1006
+ {
1007
+ "epoch": 0.6217391304347826,
1008
+ "grad_norm": 0.38395488262176514,
1009
+ "learning_rate": 0.00017461836858476856,
1010
+ "loss": 0.6528,
1011
+ "step": 143
1012
+ },
1013
+ {
1014
+ "epoch": 0.6260869565217392,
1015
+ "grad_norm": 0.573344886302948,
1016
+ "learning_rate": 0.00017411103560810526,
1017
+ "loss": 0.6504,
1018
+ "step": 144
1019
+ },
1020
+ {
1021
+ "epoch": 0.6304347826086957,
1022
+ "grad_norm": 0.5133661031723022,
1023
+ "learning_rate": 0.00017359943506922774,
1024
+ "loss": 0.6334,
1025
+ "step": 145
1026
+ },
1027
+ {
1028
+ "epoch": 0.6347826086956522,
1029
+ "grad_norm": 0.2995568513870239,
1030
+ "learning_rate": 0.00017308359642781242,
1031
+ "loss": 0.6328,
1032
+ "step": 146
1033
+ },
1034
+ {
1035
+ "epoch": 0.6391304347826087,
1036
+ "grad_norm": 0.5677820444107056,
1037
+ "learning_rate": 0.0001725635493875799,
1038
+ "loss": 0.639,
1039
+ "step": 147
1040
+ },
1041
+ {
1042
+ "epoch": 0.6434782608695652,
1043
+ "grad_norm": 0.4751092791557312,
1044
+ "learning_rate": 0.00017203932389458454,
1045
+ "loss": 0.6229,
1046
+ "step": 148
1047
+ },
1048
+ {
1049
+ "epoch": 0.6478260869565218,
1050
+ "grad_norm": 0.4374710023403168,
1051
+ "learning_rate": 0.00017151095013548994,
1052
+ "loss": 0.6377,
1053
+ "step": 149
1054
+ },
1055
+ {
1056
+ "epoch": 0.6521739130434783,
1057
+ "grad_norm": 0.4172927439212799,
1058
+ "learning_rate": 0.0001709784585358309,
1059
+ "loss": 0.6277,
1060
+ "step": 150
1061
+ },
1062
+ {
1063
+ "epoch": 0.6565217391304348,
1064
+ "grad_norm": 0.3994798958301544,
1065
+ "learning_rate": 0.00017044187975826124,
1066
+ "loss": 0.637,
1067
+ "step": 151
1068
+ },
1069
+ {
1070
+ "epoch": 0.6608695652173913,
1071
+ "grad_norm": 0.34366917610168457,
1072
+ "learning_rate": 0.00016990124470078822,
1073
+ "loss": 0.6556,
1074
+ "step": 152
1075
+ },
1076
+ {
1077
+ "epoch": 0.6652173913043479,
1078
+ "grad_norm": 0.533347487449646,
1079
+ "learning_rate": 0.0001693565844949933,
1080
+ "loss": 0.6073,
1081
+ "step": 153
1082
+ },
1083
+ {
1084
+ "epoch": 0.6695652173913044,
1085
+ "grad_norm": 0.4292946457862854,
1086
+ "learning_rate": 0.0001688079305042395,
1087
+ "loss": 0.6548,
1088
+ "step": 154
1089
+ },
1090
+ {
1091
+ "epoch": 0.6739130434782609,
1092
+ "grad_norm": 0.2770076394081116,
1093
+ "learning_rate": 0.00016825531432186543,
1094
+ "loss": 0.6014,
1095
+ "step": 155
1096
+ },
1097
+ {
1098
+ "epoch": 0.6782608695652174,
1099
+ "grad_norm": 0.377838134765625,
1100
+ "learning_rate": 0.0001676987677693659,
1101
+ "loss": 0.6406,
1102
+ "step": 156
1103
+ },
1104
+ {
1105
+ "epoch": 0.6826086956521739,
1106
+ "grad_norm": 0.421268492937088,
1107
+ "learning_rate": 0.0001671383228945597,
1108
+ "loss": 0.6288,
1109
+ "step": 157
1110
+ },
1111
+ {
1112
+ "epoch": 0.6869565217391305,
1113
+ "grad_norm": 0.4219221770763397,
1114
+ "learning_rate": 0.00016657401196974405,
1115
+ "loss": 0.647,
1116
+ "step": 158
1117
+ },
1118
+ {
1119
+ "epoch": 0.691304347826087,
1120
+ "grad_norm": 0.3563760221004486,
1121
+ "learning_rate": 0.00016600586748983641,
1122
+ "loss": 0.6307,
1123
+ "step": 159
1124
+ },
1125
+ {
1126
+ "epoch": 0.6956521739130435,
1127
+ "grad_norm": 0.39387866854667664,
1128
+ "learning_rate": 0.00016543392217050314,
1129
+ "loss": 0.631,
1130
+ "step": 160
1131
+ },
1132
+ {
1133
+ "epoch": 0.7,
1134
+ "grad_norm": 0.36268243193626404,
1135
+ "learning_rate": 0.0001648582089462756,
1136
+ "loss": 0.6429,
1137
+ "step": 161
1138
+ },
1139
+ {
1140
+ "epoch": 0.7043478260869566,
1141
+ "grad_norm": 0.3702019155025482,
1142
+ "learning_rate": 0.00016427876096865394,
1143
+ "loss": 0.6338,
1144
+ "step": 162
1145
+ },
1146
+ {
1147
+ "epoch": 0.7086956521739131,
1148
+ "grad_norm": 0.44408297538757324,
1149
+ "learning_rate": 0.00016369561160419784,
1150
+ "loss": 0.6416,
1151
+ "step": 163
1152
+ },
1153
+ {
1154
+ "epoch": 0.7130434782608696,
1155
+ "grad_norm": 0.5986080765724182,
1156
+ "learning_rate": 0.00016310879443260528,
1157
+ "loss": 0.6187,
1158
+ "step": 164
1159
+ },
1160
+ {
1161
+ "epoch": 0.717391304347826,
1162
+ "grad_norm": 0.7963016629219055,
1163
+ "learning_rate": 0.0001625183432447789,
1164
+ "loss": 0.6365,
1165
+ "step": 165
1166
+ },
1167
+ {
1168
+ "epoch": 0.7217391304347827,
1169
+ "grad_norm": 1.2156025171279907,
1170
+ "learning_rate": 0.0001619242920408802,
1171
+ "loss": 0.6625,
1172
+ "step": 166
1173
+ },
1174
+ {
1175
+ "epoch": 0.7260869565217392,
1176
+ "grad_norm": 0.7924716472625732,
1177
+ "learning_rate": 0.00016132667502837165,
1178
+ "loss": 0.6276,
1179
+ "step": 167
1180
+ },
1181
+ {
1182
+ "epoch": 0.7304347826086957,
1183
+ "grad_norm": 0.29551273584365845,
1184
+ "learning_rate": 0.00016072552662004696,
1185
+ "loss": 0.6159,
1186
+ "step": 168
1187
+ },
1188
+ {
1189
+ "epoch": 0.7347826086956522,
1190
+ "grad_norm": 0.7566269040107727,
1191
+ "learning_rate": 0.00016012088143204953,
1192
+ "loss": 0.6485,
1193
+ "step": 169
1194
+ },
1195
+ {
1196
+ "epoch": 0.7391304347826086,
1197
+ "grad_norm": 1.001354455947876,
1198
+ "learning_rate": 0.00015951277428187898,
1199
+ "loss": 0.6323,
1200
+ "step": 170
1201
+ },
1202
+ {
1203
+ "epoch": 0.7434782608695653,
1204
+ "grad_norm": 0.9103027582168579,
1205
+ "learning_rate": 0.00015890124018638638,
1206
+ "loss": 0.6255,
1207
+ "step": 171
1208
+ },
1209
+ {
1210
+ "epoch": 0.7478260869565218,
1211
+ "grad_norm": 0.3885137736797333,
1212
+ "learning_rate": 0.00015828631435975784,
1213
+ "loss": 0.6323,
1214
+ "step": 172
1215
+ },
1216
+ {
1217
+ "epoch": 0.7521739130434782,
1218
+ "grad_norm": 0.6141281723976135,
1219
+ "learning_rate": 0.00015766803221148673,
1220
+ "loss": 0.6504,
1221
+ "step": 173
1222
+ },
1223
+ {
1224
+ "epoch": 0.7565217391304347,
1225
+ "grad_norm": 0.8024821281433105,
1226
+ "learning_rate": 0.0001570464293443346,
1227
+ "loss": 0.641,
1228
+ "step": 174
1229
+ },
1230
+ {
1231
+ "epoch": 0.7608695652173914,
1232
+ "grad_norm": 0.43333736062049866,
1233
+ "learning_rate": 0.00015642154155228122,
1234
+ "loss": 0.627,
1235
+ "step": 175
1236
+ },
1237
+ {
1238
+ "epoch": 0.7652173913043478,
1239
+ "grad_norm": 0.649389922618866,
1240
+ "learning_rate": 0.00015579340481846336,
1241
+ "loss": 0.6483,
1242
+ "step": 176
1243
+ },
1244
+ {
1245
+ "epoch": 0.7695652173913043,
1246
+ "grad_norm": 1.0359424352645874,
1247
+ "learning_rate": 0.00015516205531310273,
1248
+ "loss": 0.6332,
1249
+ "step": 177
1250
+ },
1251
+ {
1252
+ "epoch": 0.7739130434782608,
1253
+ "grad_norm": 0.7209396362304688,
1254
+ "learning_rate": 0.00015452752939142328,
1255
+ "loss": 0.6524,
1256
+ "step": 178
1257
+ },
1258
+ {
1259
+ "epoch": 0.7782608695652173,
1260
+ "grad_norm": 0.6178513169288635,
1261
+ "learning_rate": 0.00015388986359155758,
1262
+ "loss": 0.645,
1263
+ "step": 179
1264
+ },
1265
+ {
1266
+ "epoch": 0.782608695652174,
1267
+ "grad_norm": 0.9886595606803894,
1268
+ "learning_rate": 0.00015324909463244296,
1269
+ "loss": 0.6642,
1270
+ "step": 180
1271
+ },
1272
+ {
1273
+ "epoch": 0.7869565217391304,
1274
+ "grad_norm": 0.7466373443603516,
1275
+ "learning_rate": 0.00015260525941170712,
1276
+ "loss": 0.6315,
1277
+ "step": 181
1278
+ },
1279
+ {
1280
+ "epoch": 0.7913043478260869,
1281
+ "grad_norm": 0.5552679896354675,
1282
+ "learning_rate": 0.00015195839500354335,
1283
+ "loss": 0.6207,
1284
+ "step": 182
1285
+ },
1286
+ {
1287
+ "epoch": 0.7956521739130434,
1288
+ "grad_norm": 0.5576688647270203,
1289
+ "learning_rate": 0.0001513085386565758,
1290
+ "loss": 0.6421,
1291
+ "step": 183
1292
+ },
1293
+ {
1294
+ "epoch": 0.8,
1295
+ "grad_norm": 0.4000707268714905,
1296
+ "learning_rate": 0.00015065572779171432,
1297
+ "loss": 0.6398,
1298
+ "step": 184
1299
+ },
1300
+ {
1301
+ "epoch": 0.8043478260869565,
1302
+ "grad_norm": 0.4978863298892975,
1303
+ "learning_rate": 0.00015000000000000001,
1304
+ "loss": 0.6456,
1305
+ "step": 185
1306
+ },
1307
+ {
1308
+ "epoch": 0.808695652173913,
1309
+ "grad_norm": 0.4530424177646637,
1310
+ "learning_rate": 0.00014934139304044033,
1311
+ "loss": 0.6453,
1312
+ "step": 186
1313
+ },
1314
+ {
1315
+ "epoch": 0.8130434782608695,
1316
+ "grad_norm": 0.29163071513175964,
1317
+ "learning_rate": 0.00014867994483783485,
1318
+ "loss": 0.6558,
1319
+ "step": 187
1320
+ },
1321
+ {
1322
+ "epoch": 0.8173913043478261,
1323
+ "grad_norm": 0.33445900678634644,
1324
+ "learning_rate": 0.00014801569348059157,
1325
+ "loss": 0.6291,
1326
+ "step": 188
1327
+ },
1328
+ {
1329
+ "epoch": 0.8217391304347826,
1330
+ "grad_norm": 0.3891032934188843,
1331
+ "learning_rate": 0.0001473486772185334,
1332
+ "loss": 0.6458,
1333
+ "step": 189
1334
+ },
1335
+ {
1336
+ "epoch": 0.8260869565217391,
1337
+ "grad_norm": 0.4320944845676422,
1338
+ "learning_rate": 0.00014667893446069588,
1339
+ "loss": 0.6275,
1340
+ "step": 190
1341
+ },
1342
+ {
1343
+ "epoch": 0.8304347826086956,
1344
+ "grad_norm": 0.3652418553829193,
1345
+ "learning_rate": 0.00014600650377311522,
1346
+ "loss": 0.6434,
1347
+ "step": 191
1348
+ },
1349
+ {
1350
+ "epoch": 0.8347826086956521,
1351
+ "grad_norm": 0.2939096689224243,
1352
+ "learning_rate": 0.00014533142387660773,
1353
+ "loss": 0.6462,
1354
+ "step": 192
1355
+ },
1356
+ {
1357
+ "epoch": 0.8391304347826087,
1358
+ "grad_norm": 0.36094796657562256,
1359
+ "learning_rate": 0.00014465373364454001,
1360
+ "loss": 0.6259,
1361
+ "step": 193
1362
+ },
1363
+ {
1364
+ "epoch": 0.8434782608695652,
1365
+ "grad_norm": 0.503746747970581,
1366
+ "learning_rate": 0.00014397347210059057,
1367
+ "loss": 0.6565,
1368
+ "step": 194
1369
+ },
1370
+ {
1371
+ "epoch": 0.8478260869565217,
1372
+ "grad_norm": 0.501377522945404,
1373
+ "learning_rate": 0.00014329067841650274,
1374
+ "loss": 0.6358,
1375
+ "step": 195
1376
+ },
1377
+ {
1378
+ "epoch": 0.8521739130434782,
1379
+ "grad_norm": 0.40720251202583313,
1380
+ "learning_rate": 0.00014260539190982886,
1381
+ "loss": 0.636,
1382
+ "step": 196
1383
+ },
1384
+ {
1385
+ "epoch": 0.8565217391304348,
1386
+ "grad_norm": 0.3170947730541229,
1387
+ "learning_rate": 0.00014191765204166643,
1388
+ "loss": 0.6343,
1389
+ "step": 197
1390
+ },
1391
+ {
1392
+ "epoch": 0.8608695652173913,
1393
+ "grad_norm": 0.43554455041885376,
1394
+ "learning_rate": 0.00014122749841438575,
1395
+ "loss": 0.6319,
1396
+ "step": 198
1397
+ },
1398
+ {
1399
+ "epoch": 0.8652173913043478,
1400
+ "grad_norm": 0.5128415822982788,
1401
+ "learning_rate": 0.00014053497076934948,
1402
+ "loss": 0.6326,
1403
+ "step": 199
1404
+ },
1405
+ {
1406
+ "epoch": 0.8695652173913043,
1407
+ "grad_norm": 0.44992515444755554,
1408
+ "learning_rate": 0.00013984010898462416,
1409
+ "loss": 0.6343,
1410
+ "step": 200
1411
+ },
1412
+ {
1413
+ "epoch": 0.8739130434782608,
1414
+ "grad_norm": 0.506968080997467,
1415
+ "learning_rate": 0.00013914295307268396,
1416
+ "loss": 0.6472,
1417
+ "step": 201
1418
+ },
1419
+ {
1420
+ "epoch": 0.8782608695652174,
1421
+ "grad_norm": 0.6257392764091492,
1422
+ "learning_rate": 0.0001384435431781065,
1423
+ "loss": 0.6535,
1424
+ "step": 202
1425
+ },
1426
+ {
1427
+ "epoch": 0.8826086956521739,
1428
+ "grad_norm": 0.9480230808258057,
1429
+ "learning_rate": 0.00013774191957526143,
1430
+ "loss": 0.6628,
1431
+ "step": 203
1432
+ },
1433
+ {
1434
+ "epoch": 0.8869565217391304,
1435
+ "grad_norm": 1.2171893119812012,
1436
+ "learning_rate": 0.00013703812266599113,
1437
+ "loss": 0.6585,
1438
+ "step": 204
1439
+ },
1440
+ {
1441
+ "epoch": 0.8913043478260869,
1442
+ "grad_norm": 0.3134421110153198,
1443
+ "learning_rate": 0.00013633219297728416,
1444
+ "loss": 0.6629,
1445
+ "step": 205
1446
+ },
1447
+ {
1448
+ "epoch": 0.8956521739130435,
1449
+ "grad_norm": 1.003349781036377,
1450
+ "learning_rate": 0.00013562417115894172,
1451
+ "loss": 0.6516,
1452
+ "step": 206
1453
+ },
1454
+ {
1455
+ "epoch": 0.9,
1456
+ "grad_norm": 1.246419906616211,
1457
+ "learning_rate": 0.00013491409798123687,
1458
+ "loss": 0.6418,
1459
+ "step": 207
1460
+ },
1461
+ {
1462
+ "epoch": 0.9043478260869565,
1463
+ "grad_norm": 0.46948862075805664,
1464
+ "learning_rate": 0.00013420201433256689,
1465
+ "loss": 0.6441,
1466
+ "step": 208
1467
+ },
1468
+ {
1469
+ "epoch": 0.908695652173913,
1470
+ "grad_norm": 1.628340244293213,
1471
+ "learning_rate": 0.00013348796121709862,
1472
+ "loss": 0.6661,
1473
+ "step": 209
1474
+ },
1475
+ {
1476
+ "epoch": 0.9130434782608695,
1477
+ "grad_norm": 0.4027623236179352,
1478
+ "learning_rate": 0.0001327719797524075,
1479
+ "loss": 0.6342,
1480
+ "step": 210
1481
+ },
1482
+ {
1483
+ "epoch": 0.9173913043478261,
1484
+ "grad_norm": 1.3196384906768799,
1485
+ "learning_rate": 0.00013205411116710972,
1486
+ "loss": 0.6724,
1487
+ "step": 211
1488
+ },
1489
+ {
1490
+ "epoch": 0.9217391304347826,
1491
+ "grad_norm": 0.561631977558136,
1492
+ "learning_rate": 0.00013133439679848823,
1493
+ "loss": 0.6541,
1494
+ "step": 212
1495
+ },
1496
+ {
1497
+ "epoch": 0.9260869565217391,
1498
+ "grad_norm": 0.7715569734573364,
1499
+ "learning_rate": 0.00013061287809011242,
1500
+ "loss": 0.6419,
1501
+ "step": 213
1502
+ },
1503
+ {
1504
+ "epoch": 0.9304347826086956,
1505
+ "grad_norm": 0.8591257333755493,
1506
+ "learning_rate": 0.0001298895965894516,
1507
+ "loss": 0.6197,
1508
+ "step": 214
1509
+ },
1510
+ {
1511
+ "epoch": 0.9347826086956522,
1512
+ "grad_norm": 0.4229847192764282,
1513
+ "learning_rate": 0.0001291645939454825,
1514
+ "loss": 0.6472,
1515
+ "step": 215
1516
+ },
1517
+ {
1518
+ "epoch": 0.9391304347826087,
1519
+ "grad_norm": 0.7943733930587769,
1520
+ "learning_rate": 0.0001284379119062912,
1521
+ "loss": 0.6576,
1522
+ "step": 216
1523
+ },
1524
+ {
1525
+ "epoch": 0.9434782608695652,
1526
+ "grad_norm": 0.7454273104667664,
1527
+ "learning_rate": 0.0001277095923166689,
1528
+ "loss": 0.6245,
1529
+ "step": 217
1530
+ },
1531
+ {
1532
+ "epoch": 0.9478260869565217,
1533
+ "grad_norm": 0.4976602792739868,
1534
+ "learning_rate": 0.00012697967711570242,
1535
+ "loss": 0.644,
1536
+ "step": 218
1537
+ },
1538
+ {
1539
+ "epoch": 0.9521739130434783,
1540
+ "grad_norm": 0.6845293641090393,
1541
+ "learning_rate": 0.00012624820833435937,
1542
+ "loss": 0.6412,
1543
+ "step": 219
1544
+ },
1545
+ {
1546
+ "epoch": 0.9565217391304348,
1547
+ "grad_norm": 0.7265484929084778,
1548
+ "learning_rate": 0.0001255152280930676,
1549
+ "loss": 0.6438,
1550
+ "step": 220
1551
+ },
1552
+ {
1553
+ "epoch": 0.9608695652173913,
1554
+ "grad_norm": 0.4346272647380829,
1555
+ "learning_rate": 0.00012478077859929,
1556
+ "loss": 0.6116,
1557
+ "step": 221
1558
+ },
1559
+ {
1560
+ "epoch": 0.9652173913043478,
1561
+ "grad_norm": 0.5768253803253174,
1562
+ "learning_rate": 0.00012404490214509386,
1563
+ "loss": 0.6242,
1564
+ "step": 222
1565
+ },
1566
+ {
1567
+ "epoch": 0.9695652173913043,
1568
+ "grad_norm": 0.688556969165802,
1569
+ "learning_rate": 0.00012330764110471566,
1570
+ "loss": 0.6546,
1571
+ "step": 223
1572
+ },
1573
+ {
1574
+ "epoch": 0.9739130434782609,
1575
+ "grad_norm": 0.6147114634513855,
1576
+ "learning_rate": 0.00012256903793212107,
1577
+ "loss": 0.6286,
1578
+ "step": 224
1579
+ },
1580
+ {
1581
+ "epoch": 0.9782608695652174,
1582
+ "grad_norm": 0.6598117351531982,
1583
+ "learning_rate": 0.00012182913515856015,
1584
+ "loss": 0.65,
1585
+ "step": 225
1586
+ },
1587
+ {
1588
+ "epoch": 0.9826086956521739,
1589
+ "grad_norm": 0.6232290863990784,
1590
+ "learning_rate": 0.00012108797539011847,
1591
+ "loss": 0.6465,
1592
+ "step": 226
1593
+ },
1594
+ {
1595
+ "epoch": 0.9869565217391304,
1596
+ "grad_norm": 0.3764599561691284,
1597
+ "learning_rate": 0.0001203456013052634,
1598
+ "loss": 0.6397,
1599
+ "step": 227
1600
+ },
1601
+ {
1602
+ "epoch": 0.991304347826087,
1603
+ "grad_norm": 0.4177006781101227,
1604
+ "learning_rate": 0.00011960205565238684,
1605
+ "loss": 0.6324,
1606
+ "step": 228
1607
+ },
1608
+ {
1609
+ "epoch": 0.9956521739130435,
1610
+ "grad_norm": 0.6632861495018005,
1611
+ "learning_rate": 0.00011885738124734358,
1612
+ "loss": 0.6394,
1613
+ "step": 229
1614
+ },
1615
+ {
1616
+ "epoch": 1.0,
1617
+ "grad_norm": 0.8406037092208862,
1618
+ "learning_rate": 0.00011811162097098558,
1619
+ "loss": 0.6563,
1620
+ "step": 230
1621
+ },
1622
+ {
1623
+ "epoch": 1.0043478260869565,
1624
+ "grad_norm": 0.5756528973579407,
1625
+ "learning_rate": 0.00011736481776669306,
1626
+ "loss": 0.6087,
1627
+ "step": 231
1628
+ },
1629
+ {
1630
+ "epoch": 1.008695652173913,
1631
+ "grad_norm": 0.4710526466369629,
1632
+ "learning_rate": 0.00011661701463790142,
1633
+ "loss": 0.632,
1634
+ "step": 232
1635
+ },
1636
+ {
1637
+ "epoch": 1.0130434782608695,
1638
+ "grad_norm": 0.6560250520706177,
1639
+ "learning_rate": 0.00011586825464562514,
1640
+ "loss": 0.6305,
1641
+ "step": 233
1642
+ },
1643
+ {
1644
+ "epoch": 1.017391304347826,
1645
+ "grad_norm": 0.7808629870414734,
1646
+ "learning_rate": 0.0001151185809059781,
1647
+ "loss": 0.6374,
1648
+ "step": 234
1649
+ },
1650
+ {
1651
+ "epoch": 1.0217391304347827,
1652
+ "grad_norm": 0.7576888799667358,
1653
+ "learning_rate": 0.00011436803658769082,
1654
+ "loss": 0.6436,
1655
+ "step": 235
1656
+ },
1657
+ {
1658
+ "epoch": 1.0260869565217392,
1659
+ "grad_norm": 0.5998823046684265,
1660
+ "learning_rate": 0.00011361666490962468,
1661
+ "loss": 0.6245,
1662
+ "step": 236
1663
+ },
1664
+ {
1665
+ "epoch": 1.0304347826086957,
1666
+ "grad_norm": 0.4165184795856476,
1667
+ "learning_rate": 0.00011286450913828312,
1668
+ "loss": 0.6307,
1669
+ "step": 237
1670
+ },
1671
+ {
1672
+ "epoch": 1.0347826086956522,
1673
+ "grad_norm": 0.7513805031776428,
1674
+ "learning_rate": 0.00011211161258532041,
1675
+ "loss": 0.6327,
1676
+ "step": 238
1677
+ },
1678
+ {
1679
+ "epoch": 1.0391304347826087,
1680
+ "grad_norm": 0.6765947341918945,
1681
+ "learning_rate": 0.00011135801860504749,
1682
+ "loss": 0.6412,
1683
+ "step": 239
1684
+ },
1685
+ {
1686
+ "epoch": 1.0434782608695652,
1687
+ "grad_norm": 0.6011433005332947,
1688
+ "learning_rate": 0.00011060377059193547,
1689
+ "loss": 0.6521,
1690
+ "step": 240
1691
+ },
1692
+ {
1693
+ "epoch": 1.0478260869565217,
1694
+ "grad_norm": 0.4051482677459717,
1695
+ "learning_rate": 0.00010984891197811687,
1696
+ "loss": 0.6419,
1697
+ "step": 241
1698
+ },
1699
+ {
1700
+ "epoch": 1.0521739130434782,
1701
+ "grad_norm": 0.7668951153755188,
1702
+ "learning_rate": 0.0001090934862308847,
1703
+ "loss": 0.6264,
1704
+ "step": 242
1705
+ },
1706
+ {
1707
+ "epoch": 1.0565217391304347,
1708
+ "grad_norm": 0.6456301212310791,
1709
+ "learning_rate": 0.00010833753685018935,
1710
+ "loss": 0.6509,
1711
+ "step": 243
1712
+ },
1713
+ {
1714
+ "epoch": 1.0608695652173914,
1715
+ "grad_norm": 0.3792930841445923,
1716
+ "learning_rate": 0.00010758110736613385,
1717
+ "loss": 0.6132,
1718
+ "step": 244
1719
+ },
1720
+ {
1721
+ "epoch": 1.065217391304348,
1722
+ "grad_norm": 0.47149112820625305,
1723
+ "learning_rate": 0.0001068242413364671,
1724
+ "loss": 0.6346,
1725
+ "step": 245
1726
+ },
1727
+ {
1728
+ "epoch": 1.0695652173913044,
1729
+ "grad_norm": 0.5918865203857422,
1730
+ "learning_rate": 0.00010606698234407586,
1731
+ "loss": 0.6365,
1732
+ "step": 246
1733
+ },
1734
+ {
1735
+ "epoch": 1.0739130434782609,
1736
+ "grad_norm": 0.4131185710430145,
1737
+ "learning_rate": 0.00010530937399447496,
1738
+ "loss": 0.6262,
1739
+ "step": 247
1740
+ },
1741
+ {
1742
+ "epoch": 1.0782608695652174,
1743
+ "grad_norm": 0.6192177534103394,
1744
+ "learning_rate": 0.00010455145991329638,
1745
+ "loss": 0.6267,
1746
+ "step": 248
1747
+ },
1748
+ {
1749
+ "epoch": 1.0826086956521739,
1750
+ "grad_norm": 0.7231637835502625,
1751
+ "learning_rate": 0.00010379328374377715,
1752
+ "loss": 0.6524,
1753
+ "step": 249
1754
+ },
1755
+ {
1756
+ "epoch": 1.0869565217391304,
1757
+ "grad_norm": 0.5949220061302185,
1758
+ "learning_rate": 0.00010303488914424624,
1759
+ "loss": 0.6465,
1760
+ "step": 250
1761
+ },
1762
+ {
1763
+ "epoch": 1.0913043478260869,
1764
+ "grad_norm": 0.4544646441936493,
1765
+ "learning_rate": 0.00010227631978561056,
1766
+ "loss": 0.6383,
1767
+ "step": 251
1768
+ },
1769
+ {
1770
+ "epoch": 1.0956521739130434,
1771
+ "grad_norm": 0.3706333041191101,
1772
+ "learning_rate": 0.00010151761934884028,
1773
+ "loss": 0.6277,
1774
+ "step": 252
1775
+ },
1776
+ {
1777
+ "epoch": 1.1,
1778
+ "grad_norm": 0.4875901937484741,
1779
+ "learning_rate": 0.00010075883152245334,
1780
+ "loss": 0.6119,
1781
+ "step": 253
1782
+ },
1783
+ {
1784
+ "epoch": 1.1043478260869566,
1785
+ "grad_norm": 0.3684738576412201,
1786
+ "learning_rate": 0.0001,
1787
+ "loss": 0.6264,
1788
+ "step": 254
1789
+ },
1790
+ {
1791
+ "epoch": 1.108695652173913,
1792
+ "grad_norm": 0.42785608768463135,
1793
+ "learning_rate": 9.92411684775467e-05,
1794
+ "loss": 0.6272,
1795
+ "step": 255
1796
+ },
1797
+ {
1798
+ "epoch": 1.1130434782608696,
1799
+ "grad_norm": 0.3924098014831543,
1800
+ "learning_rate": 9.848238065115975e-05,
1801
+ "loss": 0.65,
1802
+ "step": 256
1803
+ },
1804
+ {
1805
+ "epoch": 1.117391304347826,
1806
+ "grad_norm": 0.3814132809638977,
1807
+ "learning_rate": 9.772368021438943e-05,
1808
+ "loss": 0.6103,
1809
+ "step": 257
1810
+ },
1811
+ {
1812
+ "epoch": 1.1217391304347826,
1813
+ "grad_norm": 0.3904854655265808,
1814
+ "learning_rate": 9.696511085575377e-05,
1815
+ "loss": 0.6422,
1816
+ "step": 258
1817
+ },
1818
+ {
1819
+ "epoch": 1.126086956521739,
1820
+ "grad_norm": 0.27673909068107605,
1821
+ "learning_rate": 9.620671625622288e-05,
1822
+ "loss": 0.637,
1823
+ "step": 259
1824
+ },
1825
+ {
1826
+ "epoch": 1.1304347826086956,
1827
+ "grad_norm": 0.3034502863883972,
1828
+ "learning_rate": 9.544854008670367e-05,
1829
+ "loss": 0.6286,
1830
+ "step": 260
1831
+ },
1832
+ {
1833
+ "epoch": 1.134782608695652,
1834
+ "grad_norm": 0.3358616828918457,
1835
+ "learning_rate": 9.469062600552509e-05,
1836
+ "loss": 0.6427,
1837
+ "step": 261
1838
+ },
1839
+ {
1840
+ "epoch": 1.1391304347826088,
1841
+ "grad_norm": 0.245226189494133,
1842
+ "learning_rate": 9.393301765592415e-05,
1843
+ "loss": 0.6269,
1844
+ "step": 262
1845
+ },
1846
+ {
1847
+ "epoch": 1.1434782608695653,
1848
+ "grad_norm": 0.3370216488838196,
1849
+ "learning_rate": 9.317575866353292e-05,
1850
+ "loss": 0.6093,
1851
+ "step": 263
1852
+ },
1853
+ {
1854
+ "epoch": 1.1478260869565218,
1855
+ "grad_norm": 0.27349230647087097,
1856
+ "learning_rate": 9.241889263386618e-05,
1857
+ "loss": 0.6495,
1858
+ "step": 264
1859
+ },
1860
+ {
1861
+ "epoch": 1.1521739130434783,
1862
+ "grad_norm": 0.3180980086326599,
1863
+ "learning_rate": 9.166246314981066e-05,
1864
+ "loss": 0.6336,
1865
+ "step": 265
1866
+ },
1867
+ {
1868
+ "epoch": 1.1565217391304348,
1869
+ "grad_norm": 0.32506948709487915,
1870
+ "learning_rate": 9.09065137691153e-05,
1871
+ "loss": 0.6264,
1872
+ "step": 266
1873
+ },
1874
+ {
1875
+ "epoch": 1.1608695652173913,
1876
+ "grad_norm": 0.30634960532188416,
1877
+ "learning_rate": 9.015108802188313e-05,
1878
+ "loss": 0.6269,
1879
+ "step": 267
1880
+ },
1881
+ {
1882
+ "epoch": 1.1652173913043478,
1883
+ "grad_norm": 0.36996349692344666,
1884
+ "learning_rate": 8.939622940806455e-05,
1885
+ "loss": 0.6454,
1886
+ "step": 268
1887
+ },
1888
+ {
1889
+ "epoch": 1.1695652173913043,
1890
+ "grad_norm": 0.2220568060874939,
1891
+ "learning_rate": 8.86419813949525e-05,
1892
+ "loss": 0.6106,
1893
+ "step": 269
1894
+ },
1895
+ {
1896
+ "epoch": 1.1739130434782608,
1897
+ "grad_norm": 0.26350730657577515,
1898
+ "learning_rate": 8.788838741467962e-05,
1899
+ "loss": 0.5946,
1900
+ "step": 270
1901
+ },
1902
+ {
1903
+ "epoch": 1.1782608695652175,
1904
+ "grad_norm": 0.22457756102085114,
1905
+ "learning_rate": 8.713549086171691e-05,
1906
+ "loss": 0.617,
1907
+ "step": 271
1908
+ },
1909
+ {
1910
+ "epoch": 1.182608695652174,
1911
+ "grad_norm": 0.28281551599502563,
1912
+ "learning_rate": 8.638333509037536e-05,
1913
+ "loss": 0.618,
1914
+ "step": 272
1915
+ },
1916
+ {
1917
+ "epoch": 1.1869565217391305,
1918
+ "grad_norm": 0.3269217908382416,
1919
+ "learning_rate": 8.563196341230919e-05,
1920
+ "loss": 0.6261,
1921
+ "step": 273
1922
+ },
1923
+ {
1924
+ "epoch": 1.191304347826087,
1925
+ "grad_norm": 0.2878088355064392,
1926
+ "learning_rate": 8.488141909402191e-05,
1927
+ "loss": 0.6104,
1928
+ "step": 274
1929
+ },
1930
+ {
1931
+ "epoch": 1.1956521739130435,
1932
+ "grad_norm": 0.23815755546092987,
1933
+ "learning_rate": 8.413174535437487e-05,
1934
+ "loss": 0.6325,
1935
+ "step": 275
1936
+ },
1937
+ {
1938
+ "epoch": 1.2,
1939
+ "grad_norm": 0.2873881459236145,
1940
+ "learning_rate": 8.33829853620986e-05,
1941
+ "loss": 0.6353,
1942
+ "step": 276
1943
+ },
1944
+ {
1945
+ "epoch": 1.2043478260869565,
1946
+ "grad_norm": 0.24071787297725677,
1947
+ "learning_rate": 8.263518223330697e-05,
1948
+ "loss": 0.621,
1949
+ "step": 277
1950
+ },
1951
+ {
1952
+ "epoch": 1.208695652173913,
1953
+ "grad_norm": 0.2793138921260834,
1954
+ "learning_rate": 8.188837902901442e-05,
1955
+ "loss": 0.6279,
1956
+ "step": 278
1957
+ },
1958
+ {
1959
+ "epoch": 1.2130434782608694,
1960
+ "grad_norm": 0.4142613112926483,
1961
+ "learning_rate": 8.114261875265643e-05,
1962
+ "loss": 0.6164,
1963
+ "step": 279
1964
+ },
1965
+ {
1966
+ "epoch": 1.2173913043478262,
1967
+ "grad_norm": 0.3821130692958832,
1968
+ "learning_rate": 8.039794434761318e-05,
1969
+ "loss": 0.6191,
1970
+ "step": 280
1971
+ },
1972
+ {
1973
+ "epoch": 1.2217391304347827,
1974
+ "grad_norm": 0.24204838275909424,
1975
+ "learning_rate": 7.965439869473664e-05,
1976
+ "loss": 0.6149,
1977
+ "step": 281
1978
+ },
1979
+ {
1980
+ "epoch": 1.2260869565217392,
1981
+ "grad_norm": 0.2838297188282013,
1982
+ "learning_rate": 7.891202460988158e-05,
1983
+ "loss": 0.6478,
1984
+ "step": 282
1985
+ },
1986
+ {
1987
+ "epoch": 1.2304347826086957,
1988
+ "grad_norm": 0.35510286688804626,
1989
+ "learning_rate": 7.817086484143986e-05,
1990
+ "loss": 0.6418,
1991
+ "step": 283
1992
+ },
1993
+ {
1994
+ "epoch": 1.2347826086956522,
1995
+ "grad_norm": 0.37343931198120117,
1996
+ "learning_rate": 7.743096206787894e-05,
1997
+ "loss": 0.6126,
1998
+ "step": 284
1999
+ },
2000
+ {
2001
+ "epoch": 1.2391304347826086,
2002
+ "grad_norm": 0.264636754989624,
2003
+ "learning_rate": 7.669235889528436e-05,
2004
+ "loss": 0.6231,
2005
+ "step": 285
2006
+ },
2007
+ {
2008
+ "epoch": 1.2434782608695651,
2009
+ "grad_norm": 0.2996392548084259,
2010
+ "learning_rate": 7.595509785490617e-05,
2011
+ "loss": 0.6343,
2012
+ "step": 286
2013
+ },
2014
+ {
2015
+ "epoch": 1.2478260869565219,
2016
+ "grad_norm": 0.38490474224090576,
2017
+ "learning_rate": 7.521922140071002e-05,
2018
+ "loss": 0.64,
2019
+ "step": 287
2020
+ },
2021
+ {
2022
+ "epoch": 1.2521739130434781,
2023
+ "grad_norm": 0.297821044921875,
2024
+ "learning_rate": 7.448477190693238e-05,
2025
+ "loss": 0.6197,
2026
+ "step": 288
2027
+ },
2028
+ {
2029
+ "epoch": 1.2565217391304349,
2030
+ "grad_norm": 0.2390124499797821,
2031
+ "learning_rate": 7.375179166564063e-05,
2032
+ "loss": 0.6283,
2033
+ "step": 289
2034
+ },
2035
+ {
2036
+ "epoch": 1.2608695652173914,
2037
+ "grad_norm": 0.27224546670913696,
2038
+ "learning_rate": 7.302032288429756e-05,
2039
+ "loss": 0.6197,
2040
+ "step": 290
2041
+ },
2042
+ {
2043
+ "epoch": 1.2652173913043478,
2044
+ "grad_norm": 0.3059544563293457,
2045
+ "learning_rate": 7.229040768333115e-05,
2046
+ "loss": 0.6281,
2047
+ "step": 291
2048
+ },
2049
+ {
2050
+ "epoch": 1.2695652173913043,
2051
+ "grad_norm": 0.23116622865200043,
2052
+ "learning_rate": 7.156208809370883e-05,
2053
+ "loss": 0.6235,
2054
+ "step": 292
2055
+ },
2056
+ {
2057
+ "epoch": 1.2739130434782608,
2058
+ "grad_norm": 0.28964969515800476,
2059
+ "learning_rate": 7.08354060545175e-05,
2060
+ "loss": 0.6032,
2061
+ "step": 293
2062
+ },
2063
+ {
2064
+ "epoch": 1.2782608695652173,
2065
+ "grad_norm": 0.23806549608707428,
2066
+ "learning_rate": 7.011040341054845e-05,
2067
+ "loss": 0.6113,
2068
+ "step": 294
2069
+ },
2070
+ {
2071
+ "epoch": 1.2826086956521738,
2072
+ "grad_norm": 0.23752138018608093,
2073
+ "learning_rate": 6.93871219098876e-05,
2074
+ "loss": 0.6359,
2075
+ "step": 295
2076
+ },
2077
+ {
2078
+ "epoch": 1.2869565217391306,
2079
+ "grad_norm": 0.23858202993869781,
2080
+ "learning_rate": 6.866560320151179e-05,
2081
+ "loss": 0.6207,
2082
+ "step": 296
2083
+ },
2084
+ {
2085
+ "epoch": 1.2913043478260868,
2086
+ "grad_norm": 0.28167223930358887,
2087
+ "learning_rate": 6.79458888328903e-05,
2088
+ "loss": 0.6055,
2089
+ "step": 297
2090
+ },
2091
+ {
2092
+ "epoch": 1.2956521739130435,
2093
+ "grad_norm": 0.24841302633285522,
2094
+ "learning_rate": 6.722802024759252e-05,
2095
+ "loss": 0.62,
2096
+ "step": 298
2097
+ },
2098
+ {
2099
+ "epoch": 1.3,
2100
+ "grad_norm": 0.2754172682762146,
2101
+ "learning_rate": 6.651203878290139e-05,
2102
+ "loss": 0.6177,
2103
+ "step": 299
2104
+ },
2105
+ {
2106
+ "epoch": 1.3043478260869565,
2107
+ "grad_norm": 0.3091265857219696,
2108
+ "learning_rate": 6.579798566743314e-05,
2109
+ "loss": 0.6295,
2110
+ "step": 300
2111
+ },
2112
+ {
2113
+ "epoch": 1.308695652173913,
2114
+ "grad_norm": 0.2213958352804184,
2115
+ "learning_rate": 6.508590201876317e-05,
2116
+ "loss": 0.6017,
2117
+ "step": 301
2118
+ },
2119
+ {
2120
+ "epoch": 1.3130434782608695,
2121
+ "grad_norm": 0.30063438415527344,
2122
+ "learning_rate": 6.437582884105835e-05,
2123
+ "loss": 0.6455,
2124
+ "step": 302
2125
+ },
2126
+ {
2127
+ "epoch": 1.317391304347826,
2128
+ "grad_norm": 0.3458832800388336,
2129
+ "learning_rate": 6.366780702271589e-05,
2130
+ "loss": 0.6326,
2131
+ "step": 303
2132
+ },
2133
+ {
2134
+ "epoch": 1.3217391304347825,
2135
+ "grad_norm": 0.24162618815898895,
2136
+ "learning_rate": 6.29618773340089e-05,
2137
+ "loss": 0.6155,
2138
+ "step": 304
2139
+ },
2140
+ {
2141
+ "epoch": 1.3260869565217392,
2142
+ "grad_norm": 0.32919561862945557,
2143
+ "learning_rate": 6.225808042473858e-05,
2144
+ "loss": 0.6354,
2145
+ "step": 305
2146
+ },
2147
+ {
2148
+ "epoch": 1.3304347826086955,
2149
+ "grad_norm": 0.3182857036590576,
2150
+ "learning_rate": 6.155645682189351e-05,
2151
+ "loss": 0.6007,
2152
+ "step": 306
2153
+ },
2154
+ {
2155
+ "epoch": 1.3347826086956522,
2156
+ "grad_norm": 0.2895689308643341,
2157
+ "learning_rate": 6.085704692731609e-05,
2158
+ "loss": 0.6382,
2159
+ "step": 307
2160
+ },
2161
+ {
2162
+ "epoch": 1.3391304347826087,
2163
+ "grad_norm": 0.2976822555065155,
2164
+ "learning_rate": 6.015989101537586e-05,
2165
+ "loss": 0.5889,
2166
+ "step": 308
2167
+ },
2168
+ {
2169
+ "epoch": 1.3434782608695652,
2170
+ "grad_norm": 0.2826453745365143,
2171
+ "learning_rate": 5.9465029230650534e-05,
2172
+ "loss": 0.6329,
2173
+ "step": 309
2174
+ },
2175
+ {
2176
+ "epoch": 1.3478260869565217,
2177
+ "grad_norm": 0.3266195058822632,
2178
+ "learning_rate": 5.877250158561425e-05,
2179
+ "loss": 0.6359,
2180
+ "step": 310
2181
+ },
2182
+ {
2183
+ "epoch": 1.3521739130434782,
2184
+ "grad_norm": 0.2917690873146057,
2185
+ "learning_rate": 5.8082347958333625e-05,
2186
+ "loss": 0.6301,
2187
+ "step": 311
2188
+ },
2189
+ {
2190
+ "epoch": 1.3565217391304347,
2191
+ "grad_norm": 0.25518476963043213,
2192
+ "learning_rate": 5.73946080901712e-05,
2193
+ "loss": 0.5977,
2194
+ "step": 312
2195
+ },
2196
+ {
2197
+ "epoch": 1.3608695652173912,
2198
+ "grad_norm": 0.2891990542411804,
2199
+ "learning_rate": 5.670932158349731e-05,
2200
+ "loss": 0.6394,
2201
+ "step": 313
2202
+ },
2203
+ {
2204
+ "epoch": 1.365217391304348,
2205
+ "grad_norm": 0.24494178593158722,
2206
+ "learning_rate": 5.602652789940941e-05,
2207
+ "loss": 0.6104,
2208
+ "step": 314
2209
+ },
2210
+ {
2211
+ "epoch": 1.3695652173913042,
2212
+ "grad_norm": 0.2637173533439636,
2213
+ "learning_rate": 5.5346266355459995e-05,
2214
+ "loss": 0.6252,
2215
+ "step": 315
2216
+ },
2217
+ {
2218
+ "epoch": 1.373913043478261,
2219
+ "grad_norm": 0.30065053701400757,
2220
+ "learning_rate": 5.466857612339229e-05,
2221
+ "loss": 0.638,
2222
+ "step": 316
2223
+ },
2224
+ {
2225
+ "epoch": 1.3782608695652174,
2226
+ "grad_norm": 0.2335294783115387,
2227
+ "learning_rate": 5.399349622688479e-05,
2228
+ "loss": 0.6433,
2229
+ "step": 317
2230
+ },
2231
+ {
2232
+ "epoch": 1.382608695652174,
2233
+ "grad_norm": 0.28032875061035156,
2234
+ "learning_rate": 5.332106553930414e-05,
2235
+ "loss": 0.6301,
2236
+ "step": 318
2237
+ },
2238
+ {
2239
+ "epoch": 1.3869565217391304,
2240
+ "grad_norm": 0.3166956603527069,
2241
+ "learning_rate": 5.26513227814666e-05,
2242
+ "loss": 0.63,
2243
+ "step": 319
2244
+ },
2245
+ {
2246
+ "epoch": 1.391304347826087,
2247
+ "grad_norm": 0.24381506443023682,
2248
+ "learning_rate": 5.1984306519408456e-05,
2249
+ "loss": 0.5954,
2250
+ "step": 320
2251
+ },
2252
+ {
2253
+ "epoch": 1.3956521739130434,
2254
+ "grad_norm": 0.38320308923721313,
2255
+ "learning_rate": 5.1320055162165115e-05,
2256
+ "loss": 0.6464,
2257
+ "step": 321
2258
+ },
2259
+ {
2260
+ "epoch": 1.4,
2261
+ "grad_norm": 0.30799657106399536,
2262
+ "learning_rate": 5.065860695955971e-05,
2263
+ "loss": 0.6356,
2264
+ "step": 322
2265
+ },
2266
+ {
2267
+ "epoch": 1.4043478260869566,
2268
+ "grad_norm": 0.5910504460334778,
2269
+ "learning_rate": 5.000000000000002e-05,
2270
+ "loss": 0.6058,
2271
+ "step": 323
2272
+ },
2273
+ {
2274
+ "epoch": 1.4086956521739131,
2275
+ "grad_norm": 0.35114794969558716,
2276
+ "learning_rate": 4.934427220828571e-05,
2277
+ "loss": 0.6172,
2278
+ "step": 324
2279
+ },
2280
+ {
2281
+ "epoch": 1.4130434782608696,
2282
+ "grad_norm": 0.27586087584495544,
2283
+ "learning_rate": 4.869146134342426e-05,
2284
+ "loss": 0.6249,
2285
+ "step": 325
2286
+ },
2287
+ {
2288
+ "epoch": 1.4173913043478261,
2289
+ "grad_norm": 0.2799661457538605,
2290
+ "learning_rate": 4.804160499645667e-05,
2291
+ "loss": 0.6144,
2292
+ "step": 326
2293
+ },
2294
+ {
2295
+ "epoch": 1.4217391304347826,
2296
+ "grad_norm": 0.29662200808525085,
2297
+ "learning_rate": 4.739474058829289e-05,
2298
+ "loss": 0.6042,
2299
+ "step": 327
2300
+ },
2301
+ {
2302
+ "epoch": 1.4260869565217391,
2303
+ "grad_norm": 0.26697418093681335,
2304
+ "learning_rate": 4.675090536755705e-05,
2305
+ "loss": 0.6164,
2306
+ "step": 328
2307
+ },
2308
+ {
2309
+ "epoch": 1.4304347826086956,
2310
+ "grad_norm": 0.2900712490081787,
2311
+ "learning_rate": 4.611013640844245e-05,
2312
+ "loss": 0.6298,
2313
+ "step": 329
2314
+ },
2315
+ {
2316
+ "epoch": 1.434782608695652,
2317
+ "grad_norm": 0.26294711232185364,
2318
+ "learning_rate": 4.547247060857675e-05,
2319
+ "loss": 0.6363,
2320
+ "step": 330
2321
+ },
2322
+ {
2323
+ "epoch": 1.4391304347826086,
2324
+ "grad_norm": 0.22578993439674377,
2325
+ "learning_rate": 4.483794468689728e-05,
2326
+ "loss": 0.615,
2327
+ "step": 331
2328
+ },
2329
+ {
2330
+ "epoch": 1.4434782608695653,
2331
+ "grad_norm": 0.2953335642814636,
2332
+ "learning_rate": 4.420659518153667e-05,
2333
+ "loss": 0.6278,
2334
+ "step": 332
2335
+ },
2336
+ {
2337
+ "epoch": 1.4478260869565218,
2338
+ "grad_norm": 0.27388015389442444,
2339
+ "learning_rate": 4.357845844771881e-05,
2340
+ "loss": 0.6222,
2341
+ "step": 333
2342
+ },
2343
+ {
2344
+ "epoch": 1.4521739130434783,
2345
+ "grad_norm": 0.23460474610328674,
2346
+ "learning_rate": 4.295357065566543e-05,
2347
+ "loss": 0.6313,
2348
+ "step": 334
2349
+ },
2350
+ {
2351
+ "epoch": 1.4565217391304348,
2352
+ "grad_norm": 0.3273029923439026,
2353
+ "learning_rate": 4.2331967788513295e-05,
2354
+ "loss": 0.6038,
2355
+ "step": 335
2356
+ },
2357
+ {
2358
+ "epoch": 1.4608695652173913,
2359
+ "grad_norm": 0.27219584584236145,
2360
+ "learning_rate": 4.1713685640242165e-05,
2361
+ "loss": 0.6285,
2362
+ "step": 336
2363
+ },
2364
+ {
2365
+ "epoch": 1.4652173913043478,
2366
+ "grad_norm": 0.3417372703552246,
2367
+ "learning_rate": 4.109875981361363e-05,
2368
+ "loss": 0.6361,
2369
+ "step": 337
2370
+ },
2371
+ {
2372
+ "epoch": 1.4695652173913043,
2373
+ "grad_norm": 0.26904726028442383,
2374
+ "learning_rate": 4.048722571812105e-05,
2375
+ "loss": 0.6143,
2376
+ "step": 338
2377
+ },
2378
+ {
2379
+ "epoch": 1.4739130434782608,
2380
+ "grad_norm": 0.3139411211013794,
2381
+ "learning_rate": 3.987911856795047e-05,
2382
+ "loss": 0.6209,
2383
+ "step": 339
2384
+ },
2385
+ {
2386
+ "epoch": 1.4782608695652173,
2387
+ "grad_norm": 0.2561061978340149,
2388
+ "learning_rate": 3.927447337995304e-05,
2389
+ "loss": 0.614,
2390
+ "step": 340
2391
+ },
2392
+ {
2393
+ "epoch": 1.482608695652174,
2394
+ "grad_norm": 0.2412693351507187,
2395
+ "learning_rate": 3.8673324971628357e-05,
2396
+ "loss": 0.6154,
2397
+ "step": 341
2398
+ },
2399
+ {
2400
+ "epoch": 1.4869565217391305,
2401
+ "grad_norm": 0.20282143354415894,
2402
+ "learning_rate": 3.8075707959119846e-05,
2403
+ "loss": 0.6052,
2404
+ "step": 342
2405
+ },
2406
+ {
2407
+ "epoch": 1.491304347826087,
2408
+ "grad_norm": 0.25691401958465576,
2409
+ "learning_rate": 3.7481656755221125e-05,
2410
+ "loss": 0.6081,
2411
+ "step": 343
2412
+ },
2413
+ {
2414
+ "epoch": 1.4956521739130435,
2415
+ "grad_norm": 0.26478344202041626,
2416
+ "learning_rate": 3.689120556739475e-05,
2417
+ "loss": 0.6191,
2418
+ "step": 344
2419
+ },
2420
+ {
2421
+ "epoch": 1.5,
2422
+ "grad_norm": 0.21863462030887604,
2423
+ "learning_rate": 3.630438839580217e-05,
2424
+ "loss": 0.6319,
2425
+ "step": 345
2426
+ },
2427
+ {
2428
+ "epoch": 1.5043478260869565,
2429
+ "grad_norm": 0.22426074743270874,
2430
+ "learning_rate": 3.5721239031346066e-05,
2431
+ "loss": 0.6178,
2432
+ "step": 346
2433
+ },
2434
+ {
2435
+ "epoch": 1.508695652173913,
2436
+ "grad_norm": 0.21831241250038147,
2437
+ "learning_rate": 3.5141791053724405e-05,
2438
+ "loss": 0.6303,
2439
+ "step": 347
2440
+ },
2441
+ {
2442
+ "epoch": 1.5130434782608697,
2443
+ "grad_norm": 0.21894365549087524,
2444
+ "learning_rate": 3.456607782949689e-05,
2445
+ "loss": 0.6044,
2446
+ "step": 348
2447
+ },
2448
+ {
2449
+ "epoch": 1.517391304347826,
2450
+ "grad_norm": 0.25870388746261597,
2451
+ "learning_rate": 3.399413251016359e-05,
2452
+ "loss": 0.6181,
2453
+ "step": 349
2454
+ },
2455
+ {
2456
+ "epoch": 1.5217391304347827,
2457
+ "grad_norm": 0.2224799394607544,
2458
+ "learning_rate": 3.342598803025595e-05,
2459
+ "loss": 0.6028,
2460
+ "step": 350
2461
+ },
2462
+ {
2463
+ "epoch": 1.526086956521739,
2464
+ "grad_norm": 0.25613147020339966,
2465
+ "learning_rate": 3.2861677105440336e-05,
2466
+ "loss": 0.5982,
2467
+ "step": 351
2468
+ },
2469
+ {
2470
+ "epoch": 1.5304347826086957,
2471
+ "grad_norm": 0.24120664596557617,
2472
+ "learning_rate": 3.2301232230634104e-05,
2473
+ "loss": 0.6159,
2474
+ "step": 352
2475
+ },
2476
+ {
2477
+ "epoch": 1.5347826086956522,
2478
+ "grad_norm": 0.22223018109798431,
2479
+ "learning_rate": 3.174468567813461e-05,
2480
+ "loss": 0.6113,
2481
+ "step": 353
2482
+ },
2483
+ {
2484
+ "epoch": 1.5391304347826087,
2485
+ "grad_norm": 0.25855186581611633,
2486
+ "learning_rate": 3.119206949576052e-05,
2487
+ "loss": 0.6315,
2488
+ "step": 354
2489
+ },
2490
+ {
2491
+ "epoch": 1.5434782608695652,
2492
+ "grad_norm": 0.21754255890846252,
2493
+ "learning_rate": 3.0643415505006735e-05,
2494
+ "loss": 0.6202,
2495
+ "step": 355
2496
+ },
2497
+ {
2498
+ "epoch": 1.5478260869565217,
2499
+ "grad_norm": 0.2552974224090576,
2500
+ "learning_rate": 3.009875529921181e-05,
2501
+ "loss": 0.6195,
2502
+ "step": 356
2503
+ },
2504
+ {
2505
+ "epoch": 1.5521739130434784,
2506
+ "grad_norm": 0.19017580151557922,
2507
+ "learning_rate": 2.9558120241738784e-05,
2508
+ "loss": 0.5913,
2509
+ "step": 357
2510
+ },
2511
+ {
2512
+ "epoch": 1.5565217391304347,
2513
+ "grad_norm": 0.2394818663597107,
2514
+ "learning_rate": 2.90215414641691e-05,
2515
+ "loss": 0.6091,
2516
+ "step": 358
2517
+ },
2518
+ {
2519
+ "epoch": 1.5608695652173914,
2520
+ "grad_norm": 0.29089704155921936,
2521
+ "learning_rate": 2.8489049864510054e-05,
2522
+ "loss": 0.639,
2523
+ "step": 359
2524
+ },
2525
+ {
2526
+ "epoch": 1.5652173913043477,
2527
+ "grad_norm": 0.21274344623088837,
2528
+ "learning_rate": 2.7960676105415472e-05,
2529
+ "loss": 0.6182,
2530
+ "step": 360
2531
+ },
2532
+ {
2533
+ "epoch": 1.5695652173913044,
2534
+ "grad_norm": 0.2907910645008087,
2535
+ "learning_rate": 2.7436450612420095e-05,
2536
+ "loss": 0.6111,
2537
+ "step": 361
2538
+ },
2539
+ {
2540
+ "epoch": 1.5739130434782609,
2541
+ "grad_norm": 0.19825702905654907,
2542
+ "learning_rate": 2.691640357218759e-05,
2543
+ "loss": 0.6175,
2544
+ "step": 362
2545
+ },
2546
+ {
2547
+ "epoch": 1.5782608695652174,
2548
+ "grad_norm": 0.2254411280155182,
2549
+ "learning_rate": 2.640056493077231e-05,
2550
+ "loss": 0.5938,
2551
+ "step": 363
2552
+ },
2553
+ {
2554
+ "epoch": 1.5826086956521739,
2555
+ "grad_norm": 0.2379319965839386,
2556
+ "learning_rate": 2.5888964391894766e-05,
2557
+ "loss": 0.6105,
2558
+ "step": 364
2559
+ },
2560
+ {
2561
+ "epoch": 1.5869565217391304,
2562
+ "grad_norm": 0.1910097748041153,
2563
+ "learning_rate": 2.5381631415231454e-05,
2564
+ "loss": 0.6088,
2565
+ "step": 365
2566
+ },
2567
+ {
2568
+ "epoch": 1.591304347826087,
2569
+ "grad_norm": 0.2428610920906067,
2570
+ "learning_rate": 2.4878595214718236e-05,
2571
+ "loss": 0.5999,
2572
+ "step": 366
2573
+ },
2574
+ {
2575
+ "epoch": 1.5956521739130434,
2576
+ "grad_norm": 0.21029497683048248,
2577
+ "learning_rate": 2.4379884756868167e-05,
2578
+ "loss": 0.617,
2579
+ "step": 367
2580
+ },
2581
+ {
2582
+ "epoch": 1.6,
2583
+ "grad_norm": 0.22931547462940216,
2584
+ "learning_rate": 2.3885528759103538e-05,
2585
+ "loss": 0.5912,
2586
+ "step": 368
2587
+ },
2588
+ {
2589
+ "epoch": 1.6043478260869564,
2590
+ "grad_norm": 0.19771426916122437,
2591
+ "learning_rate": 2.339555568810221e-05,
2592
+ "loss": 0.58,
2593
+ "step": 369
2594
+ },
2595
+ {
2596
+ "epoch": 1.608695652173913,
2597
+ "grad_norm": 0.25638020038604736,
2598
+ "learning_rate": 2.2909993758158412e-05,
2599
+ "loss": 0.6217,
2600
+ "step": 370
2601
+ },
2602
+ {
2603
+ "epoch": 1.6130434782608696,
2604
+ "grad_norm": 0.2538512945175171,
2605
+ "learning_rate": 2.242887092955801e-05,
2606
+ "loss": 0.6372,
2607
+ "step": 371
2608
+ },
2609
+ {
2610
+ "epoch": 1.617391304347826,
2611
+ "grad_norm": 0.19667693972587585,
2612
+ "learning_rate": 2.1952214906968627e-05,
2613
+ "loss": 0.5964,
2614
+ "step": 372
2615
+ },
2616
+ {
2617
+ "epoch": 1.6217391304347826,
2618
+ "grad_norm": 0.2506635785102844,
2619
+ "learning_rate": 2.1480053137844115e-05,
2620
+ "loss": 0.6196,
2621
+ "step": 373
2622
+ },
2623
+ {
2624
+ "epoch": 1.626086956521739,
2625
+ "grad_norm": 0.19938236474990845,
2626
+ "learning_rate": 2.101241281084416e-05,
2627
+ "loss": 0.6214,
2628
+ "step": 374
2629
+ },
2630
+ {
2631
+ "epoch": 1.6304347826086958,
2632
+ "grad_norm": 0.20109523832798004,
2633
+ "learning_rate": 2.054932085426856e-05,
2634
+ "loss": 0.6072,
2635
+ "step": 375
2636
+ },
2637
+ {
2638
+ "epoch": 1.634782608695652,
2639
+ "grad_norm": 0.21539539098739624,
2640
+ "learning_rate": 2.0090803934506764e-05,
2641
+ "loss": 0.6062,
2642
+ "step": 376
2643
+ },
2644
+ {
2645
+ "epoch": 1.6391304347826088,
2646
+ "grad_norm": 0.21811442077159882,
2647
+ "learning_rate": 1.9636888454502178e-05,
2648
+ "loss": 0.6093,
2649
+ "step": 377
2650
+ },
2651
+ {
2652
+ "epoch": 1.643478260869565,
2653
+ "grad_norm": 0.1716393679380417,
2654
+ "learning_rate": 1.9187600552231955e-05,
2655
+ "loss": 0.5951,
2656
+ "step": 378
2657
+ },
2658
+ {
2659
+ "epoch": 1.6478260869565218,
2660
+ "grad_norm": 0.22683413326740265,
2661
+ "learning_rate": 1.8742966099201697e-05,
2662
+ "loss": 0.6119,
2663
+ "step": 379
2664
+ },
2665
+ {
2666
+ "epoch": 1.6521739130434783,
2667
+ "grad_norm": 0.213649183511734,
2668
+ "learning_rate": 1.8303010698955804e-05,
2669
+ "loss": 0.6013,
2670
+ "step": 380
2671
+ },
2672
+ {
2673
+ "epoch": 1.6565217391304348,
2674
+ "grad_norm": 0.1564229130744934,
2675
+ "learning_rate": 1.7867759685603114e-05,
2676
+ "loss": 0.6083,
2677
+ "step": 381
2678
+ },
2679
+ {
2680
+ "epoch": 1.6608695652173913,
2681
+ "grad_norm": 0.2164810448884964,
2682
+ "learning_rate": 1.7437238122358057e-05,
2683
+ "loss": 0.6306,
2684
+ "step": 382
2685
+ },
2686
+ {
2687
+ "epoch": 1.6652173913043478,
2688
+ "grad_norm": 0.18622331321239471,
2689
+ "learning_rate": 1.7011470800097496e-05,
2690
+ "loss": 0.5776,
2691
+ "step": 383
2692
+ },
2693
+ {
2694
+ "epoch": 1.6695652173913045,
2695
+ "grad_norm": 0.1888633519411087,
2696
+ "learning_rate": 1.659048223593308e-05,
2697
+ "loss": 0.6242,
2698
+ "step": 384
2699
+ },
2700
+ {
2701
+ "epoch": 1.6739130434782608,
2702
+ "grad_norm": 0.16813671588897705,
2703
+ "learning_rate": 1.6174296671799572e-05,
2704
+ "loss": 0.5759,
2705
+ "step": 385
2706
+ },
2707
+ {
2708
+ "epoch": 1.6782608695652175,
2709
+ "grad_norm": 0.20108157396316528,
2710
+ "learning_rate": 1.5762938073058853e-05,
2711
+ "loss": 0.6151,
2712
+ "step": 386
2713
+ },
2714
+ {
2715
+ "epoch": 1.6826086956521737,
2716
+ "grad_norm": 0.17089848220348358,
2717
+ "learning_rate": 1.5356430127119913e-05,
2718
+ "loss": 0.5993,
2719
+ "step": 387
2720
+ },
2721
+ {
2722
+ "epoch": 1.6869565217391305,
2723
+ "grad_norm": 0.15591366589069366,
2724
+ "learning_rate": 1.4954796242074898e-05,
2725
+ "loss": 0.614,
2726
+ "step": 388
2727
+ },
2728
+ {
2729
+ "epoch": 1.691304347826087,
2730
+ "grad_norm": 0.16411159932613373,
2731
+ "learning_rate": 1.4558059545351143e-05,
2732
+ "loss": 0.6023,
2733
+ "step": 389
2734
+ },
2735
+ {
2736
+ "epoch": 1.6956521739130435,
2737
+ "grad_norm": 0.17830075323581696,
2738
+ "learning_rate": 1.4166242882379476e-05,
2739
+ "loss": 0.6031,
2740
+ "step": 390
2741
+ },
2742
+ {
2743
+ "epoch": 1.7,
2744
+ "grad_norm": 0.15914571285247803,
2745
+ "learning_rate": 1.3779368815278647e-05,
2746
+ "loss": 0.6173,
2747
+ "step": 391
2748
+ },
2749
+ {
2750
+ "epoch": 1.7043478260869565,
2751
+ "grad_norm": 0.16238906979560852,
2752
+ "learning_rate": 1.339745962155613e-05,
2753
+ "loss": 0.6085,
2754
+ "step": 392
2755
+ },
2756
+ {
2757
+ "epoch": 1.7086956521739132,
2758
+ "grad_norm": 0.1836780607700348,
2759
+ "learning_rate": 1.302053729282533e-05,
2760
+ "loss": 0.6147,
2761
+ "step": 393
2762
+ },
2763
+ {
2764
+ "epoch": 1.7130434782608694,
2765
+ "grad_norm": 0.17346879839897156,
2766
+ "learning_rate": 1.2648623533539261e-05,
2767
+ "loss": 0.5877,
2768
+ "step": 394
2769
+ },
2770
+ {
2771
+ "epoch": 1.7173913043478262,
2772
+ "grad_norm": 0.17038564383983612,
2773
+ "learning_rate": 1.2281739759740574e-05,
2774
+ "loss": 0.5981,
2775
+ "step": 395
2776
+ },
2777
+ {
2778
+ "epoch": 1.7217391304347827,
2779
+ "grad_norm": 0.23689156770706177,
2780
+ "learning_rate": 1.1919907097828653e-05,
2781
+ "loss": 0.6318,
2782
+ "step": 396
2783
+ },
2784
+ {
2785
+ "epoch": 1.7260869565217392,
2786
+ "grad_norm": 0.1710849106311798,
2787
+ "learning_rate": 1.1563146383342772e-05,
2788
+ "loss": 0.6007,
2789
+ "step": 397
2790
+ },
2791
+ {
2792
+ "epoch": 1.7304347826086957,
2793
+ "grad_norm": 0.150990828871727,
2794
+ "learning_rate": 1.1211478159762478e-05,
2795
+ "loss": 0.5942,
2796
+ "step": 398
2797
+ },
2798
+ {
2799
+ "epoch": 1.7347826086956522,
2800
+ "grad_norm": 0.17545339465141296,
2801
+ "learning_rate": 1.0864922677324618e-05,
2802
+ "loss": 0.6205,
2803
+ "step": 399
2804
+ },
2805
+ {
2806
+ "epoch": 1.7391304347826086,
2807
+ "grad_norm": 0.15553072094917297,
2808
+ "learning_rate": 1.0523499891857225e-05,
2809
+ "loss": 0.5996,
2810
+ "step": 400
2811
+ },
2812
+ {
2813
+ "epoch": 1.7434782608695651,
2814
+ "grad_norm": 0.16285602748394012,
2815
+ "learning_rate": 1.01872294636304e-05,
2816
+ "loss": 0.5937,
2817
+ "step": 401
2818
+ },
2819
+ {
2820
+ "epoch": 1.7478260869565219,
2821
+ "grad_norm": 0.16755890846252441,
2822
+ "learning_rate": 9.856130756224213e-06,
2823
+ "loss": 0.6023,
2824
+ "step": 402
2825
+ },
2826
+ {
2827
+ "epoch": 1.7521739130434781,
2828
+ "grad_norm": 0.141220822930336,
2829
+ "learning_rate": 9.530222835413738e-06,
2830
+ "loss": 0.6181,
2831
+ "step": 403
2832
+ },
2833
+ {
2834
+ "epoch": 1.7565217391304349,
2835
+ "grad_norm": 0.1646806001663208,
2836
+ "learning_rate": 9.209524468071096e-06,
2837
+ "loss": 0.615,
2838
+ "step": 404
2839
+ },
2840
+ {
2841
+ "epoch": 1.7608695652173914,
2842
+ "grad_norm": 0.1562896966934204,
2843
+ "learning_rate": 8.894054121084838e-06,
2844
+ "loss": 0.6002,
2845
+ "step": 405
2846
+ },
2847
+ {
2848
+ "epoch": 1.7652173913043478,
2849
+ "grad_norm": 0.15589256584644318,
2850
+ "learning_rate": 8.58382996029652e-06,
2851
+ "loss": 0.6098,
2852
+ "step": 406
2853
+ },
2854
+ {
2855
+ "epoch": 1.7695652173913043,
2856
+ "grad_norm": 0.14259637892246246,
2857
+ "learning_rate": 8.278869849454718e-06,
2858
+ "loss": 0.6032,
2859
+ "step": 407
2860
+ },
2861
+ {
2862
+ "epoch": 1.7739130434782608,
2863
+ "grad_norm": 0.1473761945962906,
2864
+ "learning_rate": 7.97919134918632e-06,
2865
+ "loss": 0.6265,
2866
+ "step": 408
2867
+ },
2868
+ {
2869
+ "epoch": 1.7782608695652173,
2870
+ "grad_norm": 0.1384039968252182,
2871
+ "learning_rate": 7.684811715985429e-06,
2872
+ "loss": 0.617,
2873
+ "step": 409
2874
+ },
2875
+ {
2876
+ "epoch": 1.7826086956521738,
2877
+ "grad_norm": 0.16400642693042755,
2878
+ "learning_rate": 7.395747901219474e-06,
2879
+ "loss": 0.632,
2880
+ "step": 410
2881
+ },
2882
+ {
2883
+ "epoch": 1.7869565217391306,
2884
+ "grad_norm": 0.154324010014534,
2885
+ "learning_rate": 7.1120165501533e-06,
2886
+ "loss": 0.6039,
2887
+ "step": 411
2888
+ },
2889
+ {
2890
+ "epoch": 1.7913043478260868,
2891
+ "grad_norm": 0.15824785828590393,
2892
+ "learning_rate": 6.833634000990541e-06,
2893
+ "loss": 0.5953,
2894
+ "step": 412
2895
+ },
2896
+ {
2897
+ "epoch": 1.7956521739130435,
2898
+ "grad_norm": 0.14589077234268188,
2899
+ "learning_rate": 6.560616283932897e-06,
2900
+ "loss": 0.6049,
2901
+ "step": 413
2902
+ },
2903
+ {
2904
+ "epoch": 1.8,
2905
+ "grad_norm": 0.1429314911365509,
2906
+ "learning_rate": 6.292979120256992e-06,
2907
+ "loss": 0.6068,
2908
+ "step": 414
2909
+ },
2910
+ {
2911
+ "epoch": 1.8043478260869565,
2912
+ "grad_norm": 0.1345595121383667,
2913
+ "learning_rate": 6.030737921409169e-06,
2914
+ "loss": 0.6233,
2915
+ "step": 415
2916
+ },
2917
+ {
2918
+ "epoch": 1.808695652173913,
2919
+ "grad_norm": 0.14544036984443665,
2920
+ "learning_rate": 5.77390778811796e-06,
2921
+ "loss": 0.6229,
2922
+ "step": 416
2923
+ },
2924
+ {
2925
+ "epoch": 1.8130434782608695,
2926
+ "grad_norm": 0.14767540991306305,
2927
+ "learning_rate": 5.52250350952459e-06,
2928
+ "loss": 0.6289,
2929
+ "step": 417
2930
+ },
2931
+ {
2932
+ "epoch": 1.8173913043478263,
2933
+ "grad_norm": 0.14071600139141083,
2934
+ "learning_rate": 5.276539562331384e-06,
2935
+ "loss": 0.6006,
2936
+ "step": 418
2937
+ },
2938
+ {
2939
+ "epoch": 1.8217391304347825,
2940
+ "grad_norm": 0.15143164992332458,
2941
+ "learning_rate": 5.036030109968082e-06,
2942
+ "loss": 0.6162,
2943
+ "step": 419
2944
+ },
2945
+ {
2946
+ "epoch": 1.8260869565217392,
2947
+ "grad_norm": 0.1341582089662552,
2948
+ "learning_rate": 4.800989001776324e-06,
2949
+ "loss": 0.6015,
2950
+ "step": 420
2951
+ },
2952
+ {
2953
+ "epoch": 1.8304347826086955,
2954
+ "grad_norm": 0.13631945848464966,
2955
+ "learning_rate": 4.5714297722121106e-06,
2956
+ "loss": 0.6197,
2957
+ "step": 421
2958
+ },
2959
+ {
2960
+ "epoch": 1.8347826086956522,
2961
+ "grad_norm": 0.15245981514453888,
2962
+ "learning_rate": 4.347365640066525e-06,
2963
+ "loss": 0.6225,
2964
+ "step": 422
2965
+ },
2966
+ {
2967
+ "epoch": 1.8391304347826087,
2968
+ "grad_norm": 0.14014090597629547,
2969
+ "learning_rate": 4.128809507704445e-06,
2970
+ "loss": 0.5993,
2971
+ "step": 423
2972
+ },
2973
+ {
2974
+ "epoch": 1.8434782608695652,
2975
+ "grad_norm": 0.13918210566043854,
2976
+ "learning_rate": 3.915773960321634e-06,
2977
+ "loss": 0.6243,
2978
+ "step": 424
2979
+ },
2980
+ {
2981
+ "epoch": 1.8478260869565217,
2982
+ "grad_norm": 0.13100025057792664,
2983
+ "learning_rate": 3.7082712652200867e-06,
2984
+ "loss": 0.6074,
2985
+ "step": 425
2986
+ },
2987
+ {
2988
+ "epoch": 1.8521739130434782,
2989
+ "grad_norm": 0.15842288732528687,
2990
+ "learning_rate": 3.5063133711014882e-06,
2991
+ "loss": 0.6097,
2992
+ "step": 426
2993
+ },
2994
+ {
2995
+ "epoch": 1.856521739130435,
2996
+ "grad_norm": 0.1331150382757187,
2997
+ "learning_rate": 3.3099119073793928e-06,
2998
+ "loss": 0.6021,
2999
+ "step": 427
3000
+ },
3001
+ {
3002
+ "epoch": 1.8608695652173912,
3003
+ "grad_norm": 0.13728439807891846,
3004
+ "learning_rate": 3.119078183509372e-06,
3005
+ "loss": 0.6015,
3006
+ "step": 428
3007
+ },
3008
+ {
3009
+ "epoch": 1.865217391304348,
3010
+ "grad_norm": 0.1390867531299591,
3011
+ "learning_rate": 2.9338231883378366e-06,
3012
+ "loss": 0.603,
3013
+ "step": 429
3014
+ },
3015
+ {
3016
+ "epoch": 1.8695652173913042,
3017
+ "grad_norm": 0.15344412624835968,
3018
+ "learning_rate": 2.7541575894693194e-06,
3019
+ "loss": 0.6045,
3020
+ "step": 430
3021
+ },
3022
+ {
3023
+ "epoch": 1.873913043478261,
3024
+ "grad_norm": 0.14015014469623566,
3025
+ "learning_rate": 2.580091732652101e-06,
3026
+ "loss": 0.6161,
3027
+ "step": 431
3028
+ },
3029
+ {
3030
+ "epoch": 1.8782608695652174,
3031
+ "grad_norm": 0.15435759723186493,
3032
+ "learning_rate": 2.4116356411825525e-06,
3033
+ "loss": 0.6281,
3034
+ "step": 432
3035
+ },
3036
+ {
3037
+ "epoch": 1.882608695652174,
3038
+ "grad_norm": 0.14000248908996582,
3039
+ "learning_rate": 2.248799015327907e-06,
3040
+ "loss": 0.6358,
3041
+ "step": 433
3042
+ },
3043
+ {
3044
+ "epoch": 1.8869565217391304,
3045
+ "grad_norm": 0.14310961961746216,
3046
+ "learning_rate": 2.091591231767709e-06,
3047
+ "loss": 0.63,
3048
+ "step": 434
3049
+ },
3050
+ {
3051
+ "epoch": 1.891304347826087,
3052
+ "grad_norm": 0.14115604758262634,
3053
+ "learning_rate": 1.9400213430538773e-06,
3054
+ "loss": 0.637,
3055
+ "step": 435
3056
+ },
3057
+ {
3058
+ "epoch": 1.8956521739130436,
3059
+ "grad_norm": 0.1358548104763031,
3060
+ "learning_rate": 1.7940980770894122e-06,
3061
+ "loss": 0.6241,
3062
+ "step": 436
3063
+ },
3064
+ {
3065
+ "epoch": 1.9,
3066
+ "grad_norm": 0.13970565795898438,
3067
+ "learning_rate": 1.6538298366257976e-06,
3068
+ "loss": 0.6118,
3069
+ "step": 437
3070
+ },
3071
+ {
3072
+ "epoch": 1.9043478260869566,
3073
+ "grad_norm": 0.1373710334300995,
3074
+ "learning_rate": 1.5192246987791981e-06,
3075
+ "loss": 0.6121,
3076
+ "step": 438
3077
+ },
3078
+ {
3079
+ "epoch": 1.908695652173913,
3080
+ "grad_norm": 0.13853000104427338,
3081
+ "learning_rate": 1.3902904145653096e-06,
3082
+ "loss": 0.6433,
3083
+ "step": 439
3084
+ },
3085
+ {
3086
+ "epoch": 1.9130434782608696,
3087
+ "grad_norm": 0.16299930214881897,
3088
+ "learning_rate": 1.2670344084530383e-06,
3089
+ "loss": 0.6114,
3090
+ "step": 440
3091
+ },
3092
+ {
3093
+ "epoch": 1.9173913043478261,
3094
+ "grad_norm": 0.15240226686000824,
3095
+ "learning_rate": 1.1494637779369766e-06,
3096
+ "loss": 0.6392,
3097
+ "step": 441
3098
+ },
3099
+ {
3100
+ "epoch": 1.9217391304347826,
3101
+ "grad_norm": 0.12335983663797379,
3102
+ "learning_rate": 1.0375852931286956e-06,
3103
+ "loss": 0.6224,
3104
+ "step": 442
3105
+ },
3106
+ {
3107
+ "epoch": 1.9260869565217391,
3108
+ "grad_norm": 0.1319676637649536,
3109
+ "learning_rate": 9.314053963669245e-07,
3110
+ "loss": 0.618,
3111
+ "step": 443
3112
+ },
3113
+ {
3114
+ "epoch": 1.9304347826086956,
3115
+ "grad_norm": 0.11884966492652893,
3116
+ "learning_rate": 8.309302018465581e-07,
3117
+ "loss": 0.5911,
3118
+ "step": 444
3119
+ },
3120
+ {
3121
+ "epoch": 1.9347826086956523,
3122
+ "grad_norm": 0.1367439180612564,
3123
+ "learning_rate": 7.361654952665609e-07,
3124
+ "loss": 0.6186,
3125
+ "step": 445
3126
+ },
3127
+ {
3128
+ "epoch": 1.9391304347826086,
3129
+ "grad_norm": 0.12649576365947723,
3130
+ "learning_rate": 6.471167334968886e-07,
3131
+ "loss": 0.6249,
3132
+ "step": 446
3133
+ },
3134
+ {
3135
+ "epoch": 1.9434782608695653,
3136
+ "grad_norm": 0.1303686797618866,
3137
+ "learning_rate": 5.637890442641402e-07,
3138
+ "loss": 0.5979,
3139
+ "step": 447
3140
+ },
3141
+ {
3142
+ "epoch": 1.9478260869565216,
3143
+ "grad_norm": 0.1282416582107544,
3144
+ "learning_rate": 4.861872258564049e-07,
3145
+ "loss": 0.6195,
3146
+ "step": 448
3147
+ },
3148
+ {
3149
+ "epoch": 1.9521739130434783,
3150
+ "grad_norm": 0.12191151827573776,
3151
+ "learning_rate": 4.143157468468717e-07,
3152
+ "loss": 0.6097,
3153
+ "step": 449
3154
+ },
3155
+ {
3156
+ "epoch": 1.9565217391304348,
3157
+ "grad_norm": 0.11873479187488556,
3158
+ "learning_rate": 3.481787458365915e-07,
3159
+ "loss": 0.6102,
3160
+ "step": 450
3161
+ },
3162
+ {
3163
+ "epoch": 1.9608695652173913,
3164
+ "grad_norm": 0.1280432939529419,
3165
+ "learning_rate": 2.877800312160783e-07,
3166
+ "loss": 0.5857,
3167
+ "step": 451
3168
+ },
3169
+ {
3170
+ "epoch": 1.9652173913043478,
3171
+ "grad_norm": 0.12122710049152374,
3172
+ "learning_rate": 2.3312308094607382e-07,
3173
+ "loss": 0.5989,
3174
+ "step": 452
3175
+ },
3176
+ {
3177
+ "epoch": 1.9695652173913043,
3178
+ "grad_norm": 0.12293203175067902,
3179
+ "learning_rate": 1.8421104235727405e-07,
3180
+ "loss": 0.6275,
3181
+ "step": 453
3182
+ },
3183
+ {
3184
+ "epoch": 1.973913043478261,
3185
+ "grad_norm": 0.1292450726032257,
3186
+ "learning_rate": 1.4104673196903005e-07,
3187
+ "loss": 0.6009,
3188
+ "step": 454
3189
+ },
3190
+ {
3191
+ "epoch": 1.9782608695652173,
3192
+ "grad_norm": 0.1343158781528473,
3193
+ "learning_rate": 1.0363263532724432e-07,
3194
+ "loss": 0.6207,
3195
+ "step": 455
3196
+ },
3197
+ {
3198
+ "epoch": 1.982608695652174,
3199
+ "grad_norm": 0.12888604402542114,
3200
+ "learning_rate": 7.197090686119623e-08,
3201
+ "loss": 0.6183,
3202
+ "step": 456
3203
+ },
3204
+ {
3205
+ "epoch": 1.9869565217391303,
3206
+ "grad_norm": 0.12688706815242767,
3207
+ "learning_rate": 4.606336975948589e-08,
3208
+ "loss": 0.6183,
3209
+ "step": 457
3210
+ },
3211
+ {
3212
+ "epoch": 1.991304347826087,
3213
+ "grad_norm": 0.1274312287569046,
3214
+ "learning_rate": 2.5911515865084667e-08,
3215
+ "loss": 0.6094,
3216
+ "step": 458
3217
+ },
3218
+ {
3219
+ "epoch": 1.9956521739130435,
3220
+ "grad_norm": 0.13021548092365265,
3221
+ "learning_rate": 1.1516505589381776e-08,
3222
+ "loss": 0.6078,
3223
+ "step": 459
3224
+ },
3225
+ {
3226
+ "epoch": 2.0,
3227
+ "grad_norm": 0.12913620471954346,
3228
+ "learning_rate": 2.8791678453821135e-09,
3229
+ "loss": 0.6241,
3230
+ "step": 460
3231
+ }
3232
+ ],
3233
+ "logging_steps": 1,
3234
+ "max_steps": 460,
3235
+ "num_input_tokens_seen": 0,
3236
+ "num_train_epochs": 2,
3237
+ "save_steps": 500,
3238
+ "stateful_callbacks": {
3239
+ "TrainerControl": {
3240
+ "args": {
3241
+ "should_epoch_stop": false,
3242
+ "should_evaluate": false,
3243
+ "should_log": false,
3244
+ "should_save": true,
3245
+ "should_training_stop": true
3246
+ },
3247
+ "attributes": {}
3248
+ }
3249
+ },
3250
+ "total_flos": 1.7941728521827123e+19,
3251
+ "train_batch_size": 24,
3252
+ "trial_name": null,
3253
+ "trial_params": null
3254
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:debcc36fa997a64e53b1abfa40a63b54aa6e2835df049b95a7525a5de910eac8
3
+ size 15032