bethrezen commited on
Commit
592b111
·
verified ·
1 Parent(s): aa1fd9b

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:f514bff1a545d9ccc495b6974dab4107a39b0300c7c848087a663682f8787768
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,2624 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 370,
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.005405405405405406,
14
+ "grad_norm": 166.34339904785156,
15
+ "learning_rate": 0.0,
16
+ "loss": 7.4172,
17
+ "step": 1
18
+ },
19
+ {
20
+ "epoch": 0.010810810810810811,
21
+ "grad_norm": 187.5918731689453,
22
+ "learning_rate": 5.405405405405406e-06,
23
+ "loss": 7.5679,
24
+ "step": 2
25
+ },
26
+ {
27
+ "epoch": 0.016216216216216217,
28
+ "grad_norm": 52.4649658203125,
29
+ "learning_rate": 1.0810810810810812e-05,
30
+ "loss": 7.0005,
31
+ "step": 3
32
+ },
33
+ {
34
+ "epoch": 0.021621621621621623,
35
+ "grad_norm": 37.77447509765625,
36
+ "learning_rate": 1.6216216216216218e-05,
37
+ "loss": 6.5778,
38
+ "step": 4
39
+ },
40
+ {
41
+ "epoch": 0.02702702702702703,
42
+ "grad_norm": 29.47389793395996,
43
+ "learning_rate": 2.1621621621621624e-05,
44
+ "loss": 6.1619,
45
+ "step": 5
46
+ },
47
+ {
48
+ "epoch": 0.032432432432432434,
49
+ "grad_norm": 11.992705345153809,
50
+ "learning_rate": 2.702702702702703e-05,
51
+ "loss": 5.8593,
52
+ "step": 6
53
+ },
54
+ {
55
+ "epoch": 0.03783783783783784,
56
+ "grad_norm": 8.19919490814209,
57
+ "learning_rate": 3.2432432432432436e-05,
58
+ "loss": 5.5268,
59
+ "step": 7
60
+ },
61
+ {
62
+ "epoch": 0.043243243243243246,
63
+ "grad_norm": 6.438775062561035,
64
+ "learning_rate": 3.783783783783784e-05,
65
+ "loss": 5.2354,
66
+ "step": 8
67
+ },
68
+ {
69
+ "epoch": 0.04864864864864865,
70
+ "grad_norm": 3.4555141925811768,
71
+ "learning_rate": 4.324324324324325e-05,
72
+ "loss": 4.9956,
73
+ "step": 9
74
+ },
75
+ {
76
+ "epoch": 0.05405405405405406,
77
+ "grad_norm": 3.111621856689453,
78
+ "learning_rate": 4.8648648648648654e-05,
79
+ "loss": 4.7073,
80
+ "step": 10
81
+ },
82
+ {
83
+ "epoch": 0.05945945945945946,
84
+ "grad_norm": 2.309434413909912,
85
+ "learning_rate": 5.405405405405406e-05,
86
+ "loss": 4.5115,
87
+ "step": 11
88
+ },
89
+ {
90
+ "epoch": 0.06486486486486487,
91
+ "grad_norm": 1.941659927368164,
92
+ "learning_rate": 5.9459459459459466e-05,
93
+ "loss": 4.2527,
94
+ "step": 12
95
+ },
96
+ {
97
+ "epoch": 0.07027027027027027,
98
+ "grad_norm": 1.9665441513061523,
99
+ "learning_rate": 6.486486486486487e-05,
100
+ "loss": 4.0545,
101
+ "step": 13
102
+ },
103
+ {
104
+ "epoch": 0.07567567567567568,
105
+ "grad_norm": 1.7107363939285278,
106
+ "learning_rate": 7.027027027027028e-05,
107
+ "loss": 3.8214,
108
+ "step": 14
109
+ },
110
+ {
111
+ "epoch": 0.08108108108108109,
112
+ "grad_norm": 1.6905264854431152,
113
+ "learning_rate": 7.567567567567568e-05,
114
+ "loss": 3.6188,
115
+ "step": 15
116
+ },
117
+ {
118
+ "epoch": 0.08648648648648649,
119
+ "grad_norm": 1.2384110689163208,
120
+ "learning_rate": 8.108108108108109e-05,
121
+ "loss": 3.3663,
122
+ "step": 16
123
+ },
124
+ {
125
+ "epoch": 0.0918918918918919,
126
+ "grad_norm": 1.080546498298645,
127
+ "learning_rate": 8.64864864864865e-05,
128
+ "loss": 3.181,
129
+ "step": 17
130
+ },
131
+ {
132
+ "epoch": 0.0972972972972973,
133
+ "grad_norm": 0.9721872806549072,
134
+ "learning_rate": 9.18918918918919e-05,
135
+ "loss": 2.9672,
136
+ "step": 18
137
+ },
138
+ {
139
+ "epoch": 0.10270270270270271,
140
+ "grad_norm": 0.8164976239204407,
141
+ "learning_rate": 9.729729729729731e-05,
142
+ "loss": 2.7709,
143
+ "step": 19
144
+ },
145
+ {
146
+ "epoch": 0.10810810810810811,
147
+ "grad_norm": 0.8994714021682739,
148
+ "learning_rate": 0.0001027027027027027,
149
+ "loss": 2.553,
150
+ "step": 20
151
+ },
152
+ {
153
+ "epoch": 0.11351351351351352,
154
+ "grad_norm": 0.9458346366882324,
155
+ "learning_rate": 0.00010810810810810812,
156
+ "loss": 2.3567,
157
+ "step": 21
158
+ },
159
+ {
160
+ "epoch": 0.11891891891891893,
161
+ "grad_norm": 1.1655299663543701,
162
+ "learning_rate": 0.00011351351351351351,
163
+ "loss": 2.1531,
164
+ "step": 22
165
+ },
166
+ {
167
+ "epoch": 0.12432432432432433,
168
+ "grad_norm": 1.1697014570236206,
169
+ "learning_rate": 0.00011891891891891893,
170
+ "loss": 1.9005,
171
+ "step": 23
172
+ },
173
+ {
174
+ "epoch": 0.12972972972972974,
175
+ "grad_norm": 1.003651738166809,
176
+ "learning_rate": 0.00012432432432432433,
177
+ "loss": 1.6242,
178
+ "step": 24
179
+ },
180
+ {
181
+ "epoch": 0.13513513513513514,
182
+ "grad_norm": 0.8397846817970276,
183
+ "learning_rate": 0.00012972972972972974,
184
+ "loss": 1.4416,
185
+ "step": 25
186
+ },
187
+ {
188
+ "epoch": 0.14054054054054055,
189
+ "grad_norm": 0.6541157960891724,
190
+ "learning_rate": 0.00013513513513513514,
191
+ "loss": 1.2792,
192
+ "step": 26
193
+ },
194
+ {
195
+ "epoch": 0.14594594594594595,
196
+ "grad_norm": 0.612557590007782,
197
+ "learning_rate": 0.00014054054054054056,
198
+ "loss": 1.1801,
199
+ "step": 27
200
+ },
201
+ {
202
+ "epoch": 0.15135135135135136,
203
+ "grad_norm": 0.4974724352359772,
204
+ "learning_rate": 0.00014594594594594595,
205
+ "loss": 1.0689,
206
+ "step": 28
207
+ },
208
+ {
209
+ "epoch": 0.15675675675675677,
210
+ "grad_norm": 0.4679795205593109,
211
+ "learning_rate": 0.00015135135135135137,
212
+ "loss": 1.0099,
213
+ "step": 29
214
+ },
215
+ {
216
+ "epoch": 0.16216216216216217,
217
+ "grad_norm": 0.3515791893005371,
218
+ "learning_rate": 0.00015675675675675676,
219
+ "loss": 0.9363,
220
+ "step": 30
221
+ },
222
+ {
223
+ "epoch": 0.16756756756756758,
224
+ "grad_norm": 0.30370157957077026,
225
+ "learning_rate": 0.00016216216216216218,
226
+ "loss": 0.8544,
227
+ "step": 31
228
+ },
229
+ {
230
+ "epoch": 0.17297297297297298,
231
+ "grad_norm": 0.28620409965515137,
232
+ "learning_rate": 0.00016756756756756757,
233
+ "loss": 0.8724,
234
+ "step": 32
235
+ },
236
+ {
237
+ "epoch": 0.1783783783783784,
238
+ "grad_norm": 0.23916271328926086,
239
+ "learning_rate": 0.000172972972972973,
240
+ "loss": 0.8163,
241
+ "step": 33
242
+ },
243
+ {
244
+ "epoch": 0.1837837837837838,
245
+ "grad_norm": 0.24133414030075073,
246
+ "learning_rate": 0.00017837837837837839,
247
+ "loss": 0.8094,
248
+ "step": 34
249
+ },
250
+ {
251
+ "epoch": 0.1891891891891892,
252
+ "grad_norm": 0.20248687267303467,
253
+ "learning_rate": 0.0001837837837837838,
254
+ "loss": 0.7914,
255
+ "step": 35
256
+ },
257
+ {
258
+ "epoch": 0.1945945945945946,
259
+ "grad_norm": 0.16612087190151215,
260
+ "learning_rate": 0.0001891891891891892,
261
+ "loss": 0.7721,
262
+ "step": 36
263
+ },
264
+ {
265
+ "epoch": 0.2,
266
+ "grad_norm": 0.16773800551891327,
267
+ "learning_rate": 0.00019459459459459462,
268
+ "loss": 0.7746,
269
+ "step": 37
270
+ },
271
+ {
272
+ "epoch": 0.20540540540540542,
273
+ "grad_norm": 0.13932561874389648,
274
+ "learning_rate": 0.0002,
275
+ "loss": 0.7444,
276
+ "step": 38
277
+ },
278
+ {
279
+ "epoch": 0.21081081081081082,
280
+ "grad_norm": 0.1528484970331192,
281
+ "learning_rate": 0.0001999955498150411,
282
+ "loss": 0.7434,
283
+ "step": 39
284
+ },
285
+ {
286
+ "epoch": 0.21621621621621623,
287
+ "grad_norm": 0.12268492579460144,
288
+ "learning_rate": 0.00019998219965624734,
289
+ "loss": 0.7278,
290
+ "step": 40
291
+ },
292
+ {
293
+ "epoch": 0.22162162162162163,
294
+ "grad_norm": 0.11921179294586182,
295
+ "learning_rate": 0.0001999599507118322,
296
+ "loss": 0.71,
297
+ "step": 41
298
+ },
299
+ {
300
+ "epoch": 0.22702702702702704,
301
+ "grad_norm": 0.11119277030229568,
302
+ "learning_rate": 0.000199928804962034,
303
+ "loss": 0.6873,
304
+ "step": 42
305
+ },
306
+ {
307
+ "epoch": 0.23243243243243245,
308
+ "grad_norm": 0.10249276459217072,
309
+ "learning_rate": 0.0001998887651789398,
310
+ "loss": 0.6887,
311
+ "step": 43
312
+ },
313
+ {
314
+ "epoch": 0.23783783783783785,
315
+ "grad_norm": 0.1001831665635109,
316
+ "learning_rate": 0.00019983983492623833,
317
+ "loss": 0.6915,
318
+ "step": 44
319
+ },
320
+ {
321
+ "epoch": 0.24324324324324326,
322
+ "grad_norm": 0.10323046892881393,
323
+ "learning_rate": 0.00019978201855890308,
324
+ "loss": 0.6763,
325
+ "step": 45
326
+ },
327
+ {
328
+ "epoch": 0.24864864864864866,
329
+ "grad_norm": 0.10003294050693512,
330
+ "learning_rate": 0.00019971532122280464,
331
+ "loss": 0.6561,
332
+ "step": 46
333
+ },
334
+ {
335
+ "epoch": 0.25405405405405407,
336
+ "grad_norm": 0.08443877846002579,
337
+ "learning_rate": 0.00019963974885425266,
338
+ "loss": 0.6784,
339
+ "step": 47
340
+ },
341
+ {
342
+ "epoch": 0.2594594594594595,
343
+ "grad_norm": 0.09182324260473251,
344
+ "learning_rate": 0.00019955530817946748,
345
+ "loss": 0.6587,
346
+ "step": 48
347
+ },
348
+ {
349
+ "epoch": 0.2648648648648649,
350
+ "grad_norm": 0.13076290488243103,
351
+ "learning_rate": 0.0001994620067139815,
352
+ "loss": 0.6483,
353
+ "step": 49
354
+ },
355
+ {
356
+ "epoch": 0.2702702702702703,
357
+ "grad_norm": 0.08880296349525452,
358
+ "learning_rate": 0.0001993598527619703,
359
+ "loss": 0.6451,
360
+ "step": 50
361
+ },
362
+ {
363
+ "epoch": 0.2756756756756757,
364
+ "grad_norm": 0.07715742290019989,
365
+ "learning_rate": 0.0001992488554155135,
366
+ "loss": 0.6329,
367
+ "step": 51
368
+ },
369
+ {
370
+ "epoch": 0.2810810810810811,
371
+ "grad_norm": 0.077003113925457,
372
+ "learning_rate": 0.00019912902455378556,
373
+ "loss": 0.6397,
374
+ "step": 52
375
+ },
376
+ {
377
+ "epoch": 0.2864864864864865,
378
+ "grad_norm": 0.06974707543849945,
379
+ "learning_rate": 0.00019900037084217637,
380
+ "loss": 0.619,
381
+ "step": 53
382
+ },
383
+ {
384
+ "epoch": 0.2918918918918919,
385
+ "grad_norm": 0.06869279593229294,
386
+ "learning_rate": 0.00019886290573134228,
387
+ "loss": 0.6326,
388
+ "step": 54
389
+ },
390
+ {
391
+ "epoch": 0.2972972972972973,
392
+ "grad_norm": 0.06709641218185425,
393
+ "learning_rate": 0.00019871664145618657,
394
+ "loss": 0.6305,
395
+ "step": 55
396
+ },
397
+ {
398
+ "epoch": 0.3027027027027027,
399
+ "grad_norm": 0.07039665430784225,
400
+ "learning_rate": 0.00019856159103477086,
401
+ "loss": 0.6058,
402
+ "step": 56
403
+ },
404
+ {
405
+ "epoch": 0.3081081081081081,
406
+ "grad_norm": 0.07261249423027039,
407
+ "learning_rate": 0.00019839776826715614,
408
+ "loss": 0.6133,
409
+ "step": 57
410
+ },
411
+ {
412
+ "epoch": 0.31351351351351353,
413
+ "grad_norm": 0.07141660153865814,
414
+ "learning_rate": 0.0001982251877341748,
415
+ "loss": 0.6136,
416
+ "step": 58
417
+ },
418
+ {
419
+ "epoch": 0.31891891891891894,
420
+ "grad_norm": 0.06658609956502914,
421
+ "learning_rate": 0.0001980438647961327,
422
+ "loss": 0.6407,
423
+ "step": 59
424
+ },
425
+ {
426
+ "epoch": 0.32432432432432434,
427
+ "grad_norm": 0.07396089285612106,
428
+ "learning_rate": 0.00019785381559144196,
429
+ "loss": 0.601,
430
+ "step": 60
431
+ },
432
+ {
433
+ "epoch": 0.32972972972972975,
434
+ "grad_norm": 0.08898008614778519,
435
+ "learning_rate": 0.00019765505703518496,
436
+ "loss": 0.6149,
437
+ "step": 61
438
+ },
439
+ {
440
+ "epoch": 0.33513513513513515,
441
+ "grad_norm": 0.1093701645731926,
442
+ "learning_rate": 0.00019744760681760832,
443
+ "loss": 0.6014,
444
+ "step": 62
445
+ },
446
+ {
447
+ "epoch": 0.34054054054054056,
448
+ "grad_norm": 0.1039031520485878,
449
+ "learning_rate": 0.00019723148340254892,
450
+ "loss": 0.6126,
451
+ "step": 63
452
+ },
453
+ {
454
+ "epoch": 0.34594594594594597,
455
+ "grad_norm": 0.14217646420001984,
456
+ "learning_rate": 0.00019700670602579008,
457
+ "loss": 0.6057,
458
+ "step": 64
459
+ },
460
+ {
461
+ "epoch": 0.35135135135135137,
462
+ "grad_norm": 0.11971811205148697,
463
+ "learning_rate": 0.0001967732946933499,
464
+ "loss": 0.6041,
465
+ "step": 65
466
+ },
467
+ {
468
+ "epoch": 0.3567567567567568,
469
+ "grad_norm": 0.12108401209115982,
470
+ "learning_rate": 0.00019653127017970034,
471
+ "loss": 0.5906,
472
+ "step": 66
473
+ },
474
+ {
475
+ "epoch": 0.3621621621621622,
476
+ "grad_norm": 0.0906200259923935,
477
+ "learning_rate": 0.00019628065402591845,
478
+ "loss": 0.6014,
479
+ "step": 67
480
+ },
481
+ {
482
+ "epoch": 0.3675675675675676,
483
+ "grad_norm": 0.0969948098063469,
484
+ "learning_rate": 0.00019602146853776894,
485
+ "loss": 0.5973,
486
+ "step": 68
487
+ },
488
+ {
489
+ "epoch": 0.372972972972973,
490
+ "grad_norm": 0.10772716253995895,
491
+ "learning_rate": 0.00019575373678371909,
492
+ "loss": 0.594,
493
+ "step": 69
494
+ },
495
+ {
496
+ "epoch": 0.3783783783783784,
497
+ "grad_norm": 0.12335596233606339,
498
+ "learning_rate": 0.00019547748259288536,
499
+ "loss": 0.6009,
500
+ "step": 70
501
+ },
502
+ {
503
+ "epoch": 0.3837837837837838,
504
+ "grad_norm": 0.14136555790901184,
505
+ "learning_rate": 0.00019519273055291266,
506
+ "loss": 0.5985,
507
+ "step": 71
508
+ },
509
+ {
510
+ "epoch": 0.3891891891891892,
511
+ "grad_norm": 0.10604984313249588,
512
+ "learning_rate": 0.0001948995060077859,
513
+ "loss": 0.5982,
514
+ "step": 72
515
+ },
516
+ {
517
+ "epoch": 0.3945945945945946,
518
+ "grad_norm": 0.08961839228868484,
519
+ "learning_rate": 0.00019459783505557424,
520
+ "loss": 0.5706,
521
+ "step": 73
522
+ },
523
+ {
524
+ "epoch": 0.4,
525
+ "grad_norm": 0.10604697465896606,
526
+ "learning_rate": 0.00019428774454610843,
527
+ "loss": 0.5898,
528
+ "step": 74
529
+ },
530
+ {
531
+ "epoch": 0.40540540540540543,
532
+ "grad_norm": 0.10985071957111359,
533
+ "learning_rate": 0.00019396926207859084,
534
+ "loss": 0.5952,
535
+ "step": 75
536
+ },
537
+ {
538
+ "epoch": 0.41081081081081083,
539
+ "grad_norm": 0.11850868165493011,
540
+ "learning_rate": 0.00019364241599913924,
541
+ "loss": 0.5803,
542
+ "step": 76
543
+ },
544
+ {
545
+ "epoch": 0.41621621621621624,
546
+ "grad_norm": 0.1549469530582428,
547
+ "learning_rate": 0.00019330723539826375,
548
+ "loss": 0.5776,
549
+ "step": 77
550
+ },
551
+ {
552
+ "epoch": 0.42162162162162165,
553
+ "grad_norm": 0.18124178051948547,
554
+ "learning_rate": 0.00019296375010827773,
555
+ "loss": 0.5757,
556
+ "step": 78
557
+ },
558
+ {
559
+ "epoch": 0.42702702702702705,
560
+ "grad_norm": 0.16211983561515808,
561
+ "learning_rate": 0.0001926119907006426,
562
+ "loss": 0.5942,
563
+ "step": 79
564
+ },
565
+ {
566
+ "epoch": 0.43243243243243246,
567
+ "grad_norm": 0.2041509449481964,
568
+ "learning_rate": 0.0001922519884832469,
569
+ "loss": 0.5946,
570
+ "step": 80
571
+ },
572
+ {
573
+ "epoch": 0.43783783783783786,
574
+ "grad_norm": 0.1953067183494568,
575
+ "learning_rate": 0.00019188377549761963,
576
+ "loss": 0.6017,
577
+ "step": 81
578
+ },
579
+ {
580
+ "epoch": 0.44324324324324327,
581
+ "grad_norm": 0.19392773509025574,
582
+ "learning_rate": 0.0001915073845160786,
583
+ "loss": 0.5896,
584
+ "step": 82
585
+ },
586
+ {
587
+ "epoch": 0.4486486486486487,
588
+ "grad_norm": 0.1343798190355301,
589
+ "learning_rate": 0.0001911228490388136,
590
+ "loss": 0.5771,
591
+ "step": 83
592
+ },
593
+ {
594
+ "epoch": 0.4540540540540541,
595
+ "grad_norm": 0.22122260928153992,
596
+ "learning_rate": 0.00019073020329090444,
597
+ "loss": 0.5948,
598
+ "step": 84
599
+ },
600
+ {
601
+ "epoch": 0.4594594594594595,
602
+ "grad_norm": 0.23926760256290436,
603
+ "learning_rate": 0.00019032948221927524,
604
+ "loss": 0.5894,
605
+ "step": 85
606
+ },
607
+ {
608
+ "epoch": 0.4648648648648649,
609
+ "grad_norm": 0.3518514335155487,
610
+ "learning_rate": 0.00018992072148958368,
611
+ "loss": 0.6073,
612
+ "step": 86
613
+ },
614
+ {
615
+ "epoch": 0.4702702702702703,
616
+ "grad_norm": 0.46678459644317627,
617
+ "learning_rate": 0.00018950395748304678,
618
+ "loss": 0.6006,
619
+ "step": 87
620
+ },
621
+ {
622
+ "epoch": 0.4756756756756757,
623
+ "grad_norm": 0.3574659824371338,
624
+ "learning_rate": 0.00018907922729320285,
625
+ "loss": 0.5843,
626
+ "step": 88
627
+ },
628
+ {
629
+ "epoch": 0.4810810810810811,
630
+ "grad_norm": 0.1582118421792984,
631
+ "learning_rate": 0.00018864656872260985,
632
+ "loss": 0.5856,
633
+ "step": 89
634
+ },
635
+ {
636
+ "epoch": 0.4864864864864865,
637
+ "grad_norm": 0.41187095642089844,
638
+ "learning_rate": 0.00018820602027948114,
639
+ "loss": 0.6022,
640
+ "step": 90
641
+ },
642
+ {
643
+ "epoch": 0.4918918918918919,
644
+ "grad_norm": 0.26722782850265503,
645
+ "learning_rate": 0.00018775762117425777,
646
+ "loss": 0.5737,
647
+ "step": 91
648
+ },
649
+ {
650
+ "epoch": 0.4972972972972973,
651
+ "grad_norm": 0.2423318475484848,
652
+ "learning_rate": 0.00018730141131611882,
653
+ "loss": 0.5646,
654
+ "step": 92
655
+ },
656
+ {
657
+ "epoch": 0.5027027027027027,
658
+ "grad_norm": 0.3524855673313141,
659
+ "learning_rate": 0.00018683743130942928,
660
+ "loss": 0.5733,
661
+ "step": 93
662
+ },
663
+ {
664
+ "epoch": 0.5081081081081081,
665
+ "grad_norm": 0.13441210985183716,
666
+ "learning_rate": 0.00018636572245012606,
667
+ "loss": 0.5813,
668
+ "step": 94
669
+ },
670
+ {
671
+ "epoch": 0.5135135135135135,
672
+ "grad_norm": 0.30515116453170776,
673
+ "learning_rate": 0.00018588632672204264,
674
+ "loss": 0.5542,
675
+ "step": 95
676
+ },
677
+ {
678
+ "epoch": 0.518918918918919,
679
+ "grad_norm": 0.17132249474525452,
680
+ "learning_rate": 0.0001853992867931721,
681
+ "loss": 0.5838,
682
+ "step": 96
683
+ },
684
+ {
685
+ "epoch": 0.5243243243243243,
686
+ "grad_norm": 0.28823599219322205,
687
+ "learning_rate": 0.0001849046460118698,
688
+ "loss": 0.588,
689
+ "step": 97
690
+ },
691
+ {
692
+ "epoch": 0.5297297297297298,
693
+ "grad_norm": 0.31162044405937195,
694
+ "learning_rate": 0.00018440244840299506,
695
+ "loss": 0.5747,
696
+ "step": 98
697
+ },
698
+ {
699
+ "epoch": 0.5351351351351351,
700
+ "grad_norm": 0.1594020426273346,
701
+ "learning_rate": 0.00018389273866399275,
702
+ "loss": 0.572,
703
+ "step": 99
704
+ },
705
+ {
706
+ "epoch": 0.5405405405405406,
707
+ "grad_norm": 0.27514341473579407,
708
+ "learning_rate": 0.00018337556216091517,
709
+ "loss": 0.5828,
710
+ "step": 100
711
+ },
712
+ {
713
+ "epoch": 0.5459459459459459,
714
+ "grad_norm": 0.30611446499824524,
715
+ "learning_rate": 0.00018285096492438424,
716
+ "loss": 0.5731,
717
+ "step": 101
718
+ },
719
+ {
720
+ "epoch": 0.5513513513513514,
721
+ "grad_norm": 0.4014338552951813,
722
+ "learning_rate": 0.00018231899364549455,
723
+ "loss": 0.5715,
724
+ "step": 102
725
+ },
726
+ {
727
+ "epoch": 0.5567567567567567,
728
+ "grad_norm": 0.5616762042045593,
729
+ "learning_rate": 0.0001817796956716578,
730
+ "loss": 0.605,
731
+ "step": 103
732
+ },
733
+ {
734
+ "epoch": 0.5621621621621622,
735
+ "grad_norm": 0.5975009202957153,
736
+ "learning_rate": 0.0001812331190023886,
737
+ "loss": 0.5571,
738
+ "step": 104
739
+ },
740
+ {
741
+ "epoch": 0.5675675675675675,
742
+ "grad_norm": 0.34755927324295044,
743
+ "learning_rate": 0.00018067931228503246,
744
+ "loss": 0.5662,
745
+ "step": 105
746
+ },
747
+ {
748
+ "epoch": 0.572972972972973,
749
+ "grad_norm": 0.4398202896118164,
750
+ "learning_rate": 0.00018011832481043576,
751
+ "loss": 0.5827,
752
+ "step": 106
753
+ },
754
+ {
755
+ "epoch": 0.5783783783783784,
756
+ "grad_norm": 0.520788848400116,
757
+ "learning_rate": 0.000179550206508559,
758
+ "loss": 0.5825,
759
+ "step": 107
760
+ },
761
+ {
762
+ "epoch": 0.5837837837837838,
763
+ "grad_norm": 0.3554728627204895,
764
+ "learning_rate": 0.0001789750079440326,
765
+ "loss": 0.5745,
766
+ "step": 108
767
+ },
768
+ {
769
+ "epoch": 0.5891891891891892,
770
+ "grad_norm": 0.4278441369533539,
771
+ "learning_rate": 0.00017839278031165658,
772
+ "loss": 0.5901,
773
+ "step": 109
774
+ },
775
+ {
776
+ "epoch": 0.5945945945945946,
777
+ "grad_norm": 0.5219722390174866,
778
+ "learning_rate": 0.00017780357543184397,
779
+ "loss": 0.5574,
780
+ "step": 110
781
+ },
782
+ {
783
+ "epoch": 0.6,
784
+ "grad_norm": 0.24311627447605133,
785
+ "learning_rate": 0.00017720744574600863,
786
+ "loss": 0.5721,
787
+ "step": 111
788
+ },
789
+ {
790
+ "epoch": 0.6054054054054054,
791
+ "grad_norm": 0.37851300835609436,
792
+ "learning_rate": 0.0001766044443118978,
793
+ "loss": 0.5522,
794
+ "step": 112
795
+ },
796
+ {
797
+ "epoch": 0.6108108108108108,
798
+ "grad_norm": 0.2819484770298004,
799
+ "learning_rate": 0.00017599462479886974,
800
+ "loss": 0.5762,
801
+ "step": 113
802
+ },
803
+ {
804
+ "epoch": 0.6162162162162163,
805
+ "grad_norm": 0.4176675081253052,
806
+ "learning_rate": 0.00017537804148311695,
807
+ "loss": 0.5871,
808
+ "step": 114
809
+ },
810
+ {
811
+ "epoch": 0.6216216216216216,
812
+ "grad_norm": 0.5771986842155457,
813
+ "learning_rate": 0.00017475474924283536,
814
+ "loss": 0.5898,
815
+ "step": 115
816
+ },
817
+ {
818
+ "epoch": 0.6270270270270271,
819
+ "grad_norm": 0.5216075778007507,
820
+ "learning_rate": 0.00017412480355334005,
821
+ "loss": 0.5817,
822
+ "step": 116
823
+ },
824
+ {
825
+ "epoch": 0.6324324324324324,
826
+ "grad_norm": 0.48448437452316284,
827
+ "learning_rate": 0.0001734882604821276,
828
+ "loss": 0.5815,
829
+ "step": 117
830
+ },
831
+ {
832
+ "epoch": 0.6378378378378379,
833
+ "grad_norm": 0.42380860447883606,
834
+ "learning_rate": 0.0001728451766838861,
835
+ "loss": 0.5781,
836
+ "step": 118
837
+ },
838
+ {
839
+ "epoch": 0.6432432432432432,
840
+ "grad_norm": 0.27722859382629395,
841
+ "learning_rate": 0.00017219560939545246,
842
+ "loss": 0.5797,
843
+ "step": 119
844
+ },
845
+ {
846
+ "epoch": 0.6486486486486487,
847
+ "grad_norm": 0.3511153757572174,
848
+ "learning_rate": 0.0001715396164307182,
849
+ "loss": 0.5978,
850
+ "step": 120
851
+ },
852
+ {
853
+ "epoch": 0.654054054054054,
854
+ "grad_norm": 0.3476790189743042,
855
+ "learning_rate": 0.00017087725617548385,
856
+ "loss": 0.5633,
857
+ "step": 121
858
+ },
859
+ {
860
+ "epoch": 0.6594594594594595,
861
+ "grad_norm": 0.359022319316864,
862
+ "learning_rate": 0.00017020858758226229,
863
+ "loss": 0.5767,
864
+ "step": 122
865
+ },
866
+ {
867
+ "epoch": 0.6648648648648648,
868
+ "grad_norm": 0.3652413487434387,
869
+ "learning_rate": 0.00016953367016503182,
870
+ "loss": 0.5803,
871
+ "step": 123
872
+ },
873
+ {
874
+ "epoch": 0.6702702702702703,
875
+ "grad_norm": 0.3911918103694916,
876
+ "learning_rate": 0.00016885256399393924,
877
+ "loss": 0.5669,
878
+ "step": 124
879
+ },
880
+ {
881
+ "epoch": 0.6756756756756757,
882
+ "grad_norm": 0.29855138063430786,
883
+ "learning_rate": 0.00016816532968995328,
884
+ "loss": 0.5701,
885
+ "step": 125
886
+ },
887
+ {
888
+ "epoch": 0.6810810810810811,
889
+ "grad_norm": 0.3289024531841278,
890
+ "learning_rate": 0.00016747202841946928,
891
+ "loss": 0.5691,
892
+ "step": 126
893
+ },
894
+ {
895
+ "epoch": 0.6864864864864865,
896
+ "grad_norm": 0.43118664622306824,
897
+ "learning_rate": 0.00016677272188886483,
898
+ "loss": 0.595,
899
+ "step": 127
900
+ },
901
+ {
902
+ "epoch": 0.6918918918918919,
903
+ "grad_norm": 0.48039013147354126,
904
+ "learning_rate": 0.00016606747233900815,
905
+ "loss": 0.5894,
906
+ "step": 128
907
+ },
908
+ {
909
+ "epoch": 0.6972972972972973,
910
+ "grad_norm": 0.5704895853996277,
911
+ "learning_rate": 0.00016535634253971794,
912
+ "loss": 0.571,
913
+ "step": 129
914
+ },
915
+ {
916
+ "epoch": 0.7027027027027027,
917
+ "grad_norm": 0.4907408356666565,
918
+ "learning_rate": 0.00016463939578417692,
919
+ "loss": 0.5705,
920
+ "step": 130
921
+ },
922
+ {
923
+ "epoch": 0.7081081081081081,
924
+ "grad_norm": 0.40252187848091125,
925
+ "learning_rate": 0.0001639166958832985,
926
+ "loss": 0.565,
927
+ "step": 131
928
+ },
929
+ {
930
+ "epoch": 0.7135135135135136,
931
+ "grad_norm": 0.5997945070266724,
932
+ "learning_rate": 0.00016318830716004722,
933
+ "loss": 0.5746,
934
+ "step": 132
935
+ },
936
+ {
937
+ "epoch": 0.7189189189189189,
938
+ "grad_norm": 0.6897152066230774,
939
+ "learning_rate": 0.0001624542944437139,
940
+ "loss": 0.5744,
941
+ "step": 133
942
+ },
943
+ {
944
+ "epoch": 0.7243243243243244,
945
+ "grad_norm": 0.6489009857177734,
946
+ "learning_rate": 0.00016171472306414554,
947
+ "loss": 0.5905,
948
+ "step": 134
949
+ },
950
+ {
951
+ "epoch": 0.7297297297297297,
952
+ "grad_norm": 0.5703084468841553,
953
+ "learning_rate": 0.0001609696588459307,
954
+ "loss": 0.5893,
955
+ "step": 135
956
+ },
957
+ {
958
+ "epoch": 0.7351351351351352,
959
+ "grad_norm": 0.5917540192604065,
960
+ "learning_rate": 0.00016021916810254097,
961
+ "loss": 0.5878,
962
+ "step": 136
963
+ },
964
+ {
965
+ "epoch": 0.7405405405405405,
966
+ "grad_norm": 0.6699403524398804,
967
+ "learning_rate": 0.00015946331763042867,
968
+ "loss": 0.5776,
969
+ "step": 137
970
+ },
971
+ {
972
+ "epoch": 0.745945945945946,
973
+ "grad_norm": 0.6214162111282349,
974
+ "learning_rate": 0.00015870217470308188,
975
+ "loss": 0.5866,
976
+ "step": 138
977
+ },
978
+ {
979
+ "epoch": 0.7513513513513513,
980
+ "grad_norm": 0.5269213914871216,
981
+ "learning_rate": 0.0001579358070650367,
982
+ "loss": 0.5797,
983
+ "step": 139
984
+ },
985
+ {
986
+ "epoch": 0.7567567567567568,
987
+ "grad_norm": 0.5156534910202026,
988
+ "learning_rate": 0.00015716428292584787,
989
+ "loss": 0.5837,
990
+ "step": 140
991
+ },
992
+ {
993
+ "epoch": 0.7621621621621621,
994
+ "grad_norm": 0.3855270445346832,
995
+ "learning_rate": 0.0001563876709540178,
996
+ "loss": 0.5794,
997
+ "step": 141
998
+ },
999
+ {
1000
+ "epoch": 0.7675675675675676,
1001
+ "grad_norm": 0.42134228348731995,
1002
+ "learning_rate": 0.00015560604027088477,
1003
+ "loss": 0.5607,
1004
+ "step": 142
1005
+ },
1006
+ {
1007
+ "epoch": 0.772972972972973,
1008
+ "grad_norm": 0.2681983709335327,
1009
+ "learning_rate": 0.00015481946044447099,
1010
+ "loss": 0.5887,
1011
+ "step": 143
1012
+ },
1013
+ {
1014
+ "epoch": 0.7783783783783784,
1015
+ "grad_norm": 0.5026779174804688,
1016
+ "learning_rate": 0.00015402800148329071,
1017
+ "loss": 0.5951,
1018
+ "step": 144
1019
+ },
1020
+ {
1021
+ "epoch": 0.7837837837837838,
1022
+ "grad_norm": 0.5202389359474182,
1023
+ "learning_rate": 0.0001532317338301192,
1024
+ "loss": 0.5963,
1025
+ "step": 145
1026
+ },
1027
+ {
1028
+ "epoch": 0.7891891891891892,
1029
+ "grad_norm": 0.43367475271224976,
1030
+ "learning_rate": 0.00015243072835572318,
1031
+ "loss": 0.563,
1032
+ "step": 146
1033
+ },
1034
+ {
1035
+ "epoch": 0.7945945945945946,
1036
+ "grad_norm": 0.4822995960712433,
1037
+ "learning_rate": 0.00015162505635255287,
1038
+ "loss": 0.5675,
1039
+ "step": 147
1040
+ },
1041
+ {
1042
+ "epoch": 0.8,
1043
+ "grad_norm": 0.4385891854763031,
1044
+ "learning_rate": 0.00015081478952839693,
1045
+ "loss": 0.5672,
1046
+ "step": 148
1047
+ },
1048
+ {
1049
+ "epoch": 0.8054054054054054,
1050
+ "grad_norm": 0.27161282300949097,
1051
+ "learning_rate": 0.00015000000000000001,
1052
+ "loss": 0.5564,
1053
+ "step": 149
1054
+ },
1055
+ {
1056
+ "epoch": 0.8108108108108109,
1057
+ "grad_norm": 0.47754400968551636,
1058
+ "learning_rate": 0.0001491807602866442,
1059
+ "loss": 0.5865,
1060
+ "step": 150
1061
+ },
1062
+ {
1063
+ "epoch": 0.8162162162162162,
1064
+ "grad_norm": 0.6711156368255615,
1065
+ "learning_rate": 0.00014835714330369446,
1066
+ "loss": 0.5818,
1067
+ "step": 151
1068
+ },
1069
+ {
1070
+ "epoch": 0.8216216216216217,
1071
+ "grad_norm": 0.713715136051178,
1072
+ "learning_rate": 0.000147529222356109,
1073
+ "loss": 0.5807,
1074
+ "step": 152
1075
+ },
1076
+ {
1077
+ "epoch": 0.827027027027027,
1078
+ "grad_norm": 0.7641165852546692,
1079
+ "learning_rate": 0.00014669707113191483,
1080
+ "loss": 0.5604,
1081
+ "step": 153
1082
+ },
1083
+ {
1084
+ "epoch": 0.8324324324324325,
1085
+ "grad_norm": 0.6011711955070496,
1086
+ "learning_rate": 0.00014586076369564908,
1087
+ "loss": 0.5778,
1088
+ "step": 154
1089
+ },
1090
+ {
1091
+ "epoch": 0.8378378378378378,
1092
+ "grad_norm": 0.43020206689834595,
1093
+ "learning_rate": 0.00014502037448176734,
1094
+ "loss": 0.5785,
1095
+ "step": 155
1096
+ },
1097
+ {
1098
+ "epoch": 0.8432432432432433,
1099
+ "grad_norm": 0.4680975377559662,
1100
+ "learning_rate": 0.00014417597828801832,
1101
+ "loss": 0.5785,
1102
+ "step": 156
1103
+ },
1104
+ {
1105
+ "epoch": 0.8486486486486486,
1106
+ "grad_norm": 0.5653423070907593,
1107
+ "learning_rate": 0.00014332765026878687,
1108
+ "loss": 0.5913,
1109
+ "step": 157
1110
+ },
1111
+ {
1112
+ "epoch": 0.8540540540540541,
1113
+ "grad_norm": 0.6896083354949951,
1114
+ "learning_rate": 0.0001424754659284048,
1115
+ "loss": 0.5769,
1116
+ "step": 158
1117
+ },
1118
+ {
1119
+ "epoch": 0.8594594594594595,
1120
+ "grad_norm": 0.5635109543800354,
1121
+ "learning_rate": 0.00014161950111443077,
1122
+ "loss": 0.5552,
1123
+ "step": 159
1124
+ },
1125
+ {
1126
+ "epoch": 0.8648648648648649,
1127
+ "grad_norm": 0.44970378279685974,
1128
+ "learning_rate": 0.00014075983201089964,
1129
+ "loss": 0.5716,
1130
+ "step": 160
1131
+ },
1132
+ {
1133
+ "epoch": 0.8702702702702703,
1134
+ "grad_norm": 0.8098542094230652,
1135
+ "learning_rate": 0.00013989653513154165,
1136
+ "loss": 0.5913,
1137
+ "step": 161
1138
+ },
1139
+ {
1140
+ "epoch": 0.8756756756756757,
1141
+ "grad_norm": 0.7309775948524475,
1142
+ "learning_rate": 0.00013902968731297255,
1143
+ "loss": 0.593,
1144
+ "step": 162
1145
+ },
1146
+ {
1147
+ "epoch": 0.8810810810810811,
1148
+ "grad_norm": 0.7028838992118835,
1149
+ "learning_rate": 0.00013815936570785487,
1150
+ "loss": 0.5623,
1151
+ "step": 163
1152
+ },
1153
+ {
1154
+ "epoch": 0.8864864864864865,
1155
+ "grad_norm": 0.6845377087593079,
1156
+ "learning_rate": 0.00013728564777803088,
1157
+ "loss": 0.5829,
1158
+ "step": 164
1159
+ },
1160
+ {
1161
+ "epoch": 0.8918918918918919,
1162
+ "grad_norm": 0.43059009313583374,
1163
+ "learning_rate": 0.0001364086112876284,
1164
+ "loss": 0.5786,
1165
+ "step": 165
1166
+ },
1167
+ {
1168
+ "epoch": 0.8972972972972973,
1169
+ "grad_norm": 0.8795806765556335,
1170
+ "learning_rate": 0.00013552833429613938,
1171
+ "loss": 0.5714,
1172
+ "step": 166
1173
+ },
1174
+ {
1175
+ "epoch": 0.9027027027027027,
1176
+ "grad_norm": 1.0658906698226929,
1177
+ "learning_rate": 0.00013464489515147238,
1178
+ "loss": 0.5688,
1179
+ "step": 167
1180
+ },
1181
+ {
1182
+ "epoch": 0.9081081081081082,
1183
+ "grad_norm": 0.7074139714241028,
1184
+ "learning_rate": 0.00013375837248297926,
1185
+ "loss": 0.5736,
1186
+ "step": 168
1187
+ },
1188
+ {
1189
+ "epoch": 0.9135135135135135,
1190
+ "grad_norm": 0.5696041584014893,
1191
+ "learning_rate": 0.0001328688451944569,
1192
+ "loss": 0.5862,
1193
+ "step": 169
1194
+ },
1195
+ {
1196
+ "epoch": 0.918918918918919,
1197
+ "grad_norm": 0.46176642179489136,
1198
+ "learning_rate": 0.00013197639245712454,
1199
+ "loss": 0.5806,
1200
+ "step": 170
1201
+ },
1202
+ {
1203
+ "epoch": 0.9243243243243243,
1204
+ "grad_norm": 0.6477006673812866,
1205
+ "learning_rate": 0.00013108109370257712,
1206
+ "loss": 0.5508,
1207
+ "step": 171
1208
+ },
1209
+ {
1210
+ "epoch": 0.9297297297297298,
1211
+ "grad_norm": 0.6348613500595093,
1212
+ "learning_rate": 0.0001301830286157157,
1213
+ "loss": 0.5763,
1214
+ "step": 172
1215
+ },
1216
+ {
1217
+ "epoch": 0.9351351351351351,
1218
+ "grad_norm": 0.3889661729335785,
1219
+ "learning_rate": 0.00012928227712765504,
1220
+ "loss": 0.5795,
1221
+ "step": 173
1222
+ },
1223
+ {
1224
+ "epoch": 0.9405405405405406,
1225
+ "grad_norm": 0.7158688306808472,
1226
+ "learning_rate": 0.00012837891940860972,
1227
+ "loss": 0.5504,
1228
+ "step": 174
1229
+ },
1230
+ {
1231
+ "epoch": 0.9459459459459459,
1232
+ "grad_norm": 0.49243494868278503,
1233
+ "learning_rate": 0.0001274730358607583,
1234
+ "loss": 0.5628,
1235
+ "step": 175
1236
+ },
1237
+ {
1238
+ "epoch": 0.9513513513513514,
1239
+ "grad_norm": 0.4271713197231293,
1240
+ "learning_rate": 0.00012656470711108764,
1241
+ "loss": 0.5696,
1242
+ "step": 176
1243
+ },
1244
+ {
1245
+ "epoch": 0.9567567567567568,
1246
+ "grad_norm": 0.6557771563529968,
1247
+ "learning_rate": 0.00012565401400421651,
1248
+ "loss": 0.5895,
1249
+ "step": 177
1250
+ },
1251
+ {
1252
+ "epoch": 0.9621621621621622,
1253
+ "grad_norm": 0.39298897981643677,
1254
+ "learning_rate": 0.00012474103759520027,
1255
+ "loss": 0.5669,
1256
+ "step": 178
1257
+ },
1258
+ {
1259
+ "epoch": 0.9675675675675676,
1260
+ "grad_norm": 0.4338141083717346,
1261
+ "learning_rate": 0.0001238258591423165,
1262
+ "loss": 0.5595,
1263
+ "step": 179
1264
+ },
1265
+ {
1266
+ "epoch": 0.972972972972973,
1267
+ "grad_norm": 0.4943206012248993,
1268
+ "learning_rate": 0.000122908560099833,
1269
+ "loss": 0.5636,
1270
+ "step": 180
1271
+ },
1272
+ {
1273
+ "epoch": 0.9783783783783784,
1274
+ "grad_norm": 0.3071780502796173,
1275
+ "learning_rate": 0.00012198922211075778,
1276
+ "loss": 0.5771,
1277
+ "step": 181
1278
+ },
1279
+ {
1280
+ "epoch": 0.9837837837837838,
1281
+ "grad_norm": 0.3990117907524109,
1282
+ "learning_rate": 0.00012106792699957263,
1283
+ "loss": 0.5546,
1284
+ "step": 182
1285
+ },
1286
+ {
1287
+ "epoch": 0.9891891891891892,
1288
+ "grad_norm": 0.3104795217514038,
1289
+ "learning_rate": 0.00012014475676495052,
1290
+ "loss": 0.5523,
1291
+ "step": 183
1292
+ },
1293
+ {
1294
+ "epoch": 0.9945945945945946,
1295
+ "grad_norm": 0.40355923771858215,
1296
+ "learning_rate": 0.0001192197935724573,
1297
+ "loss": 0.5621,
1298
+ "step": 184
1299
+ },
1300
+ {
1301
+ "epoch": 1.0,
1302
+ "grad_norm": 0.42520806193351746,
1303
+ "learning_rate": 0.00011829311974723867,
1304
+ "loss": 0.5742,
1305
+ "step": 185
1306
+ },
1307
+ {
1308
+ "epoch": 1.0054054054054054,
1309
+ "grad_norm": 0.2284257560968399,
1310
+ "learning_rate": 0.00011736481776669306,
1311
+ "loss": 0.5681,
1312
+ "step": 186
1313
+ },
1314
+ {
1315
+ "epoch": 1.0108108108108107,
1316
+ "grad_norm": 0.35243916511535645,
1317
+ "learning_rate": 0.00011643497025313061,
1318
+ "loss": 0.5641,
1319
+ "step": 187
1320
+ },
1321
+ {
1322
+ "epoch": 1.0162162162162163,
1323
+ "grad_norm": 0.42704927921295166,
1324
+ "learning_rate": 0.00011550365996641979,
1325
+ "loss": 0.5634,
1326
+ "step": 188
1327
+ },
1328
+ {
1329
+ "epoch": 1.0216216216216216,
1330
+ "grad_norm": 0.3367633819580078,
1331
+ "learning_rate": 0.00011457096979662114,
1332
+ "loss": 0.5705,
1333
+ "step": 189
1334
+ },
1335
+ {
1336
+ "epoch": 1.027027027027027,
1337
+ "grad_norm": 0.38994061946868896,
1338
+ "learning_rate": 0.00011363698275661001,
1339
+ "loss": 0.5522,
1340
+ "step": 190
1341
+ },
1342
+ {
1343
+ "epoch": 1.0324324324324325,
1344
+ "grad_norm": 0.3361996114253998,
1345
+ "learning_rate": 0.00011270178197468789,
1346
+ "loss": 0.5688,
1347
+ "step": 191
1348
+ },
1349
+ {
1350
+ "epoch": 1.037837837837838,
1351
+ "grad_norm": 0.29897335171699524,
1352
+ "learning_rate": 0.00011176545068718385,
1353
+ "loss": 0.5619,
1354
+ "step": 192
1355
+ },
1356
+ {
1357
+ "epoch": 1.0432432432432432,
1358
+ "grad_norm": 0.44845789670944214,
1359
+ "learning_rate": 0.0001108280722310462,
1360
+ "loss": 0.5599,
1361
+ "step": 193
1362
+ },
1363
+ {
1364
+ "epoch": 1.0486486486486486,
1365
+ "grad_norm": 0.3990190923213959,
1366
+ "learning_rate": 0.00010988973003642499,
1367
+ "loss": 0.5887,
1368
+ "step": 194
1369
+ },
1370
+ {
1371
+ "epoch": 1.054054054054054,
1372
+ "grad_norm": 0.4176868796348572,
1373
+ "learning_rate": 0.00010895050761924668,
1374
+ "loss": 0.5816,
1375
+ "step": 195
1376
+ },
1377
+ {
1378
+ "epoch": 1.0594594594594595,
1379
+ "grad_norm": 0.5121976733207703,
1380
+ "learning_rate": 0.00010801048857378071,
1381
+ "loss": 0.5629,
1382
+ "step": 196
1383
+ },
1384
+ {
1385
+ "epoch": 1.0648648648648649,
1386
+ "grad_norm": 0.42421454191207886,
1387
+ "learning_rate": 0.00010706975656519946,
1388
+ "loss": 0.5549,
1389
+ "step": 197
1390
+ },
1391
+ {
1392
+ "epoch": 1.0702702702702702,
1393
+ "grad_norm": 0.34359657764434814,
1394
+ "learning_rate": 0.00010612839532213164,
1395
+ "loss": 0.554,
1396
+ "step": 198
1397
+ },
1398
+ {
1399
+ "epoch": 1.0756756756756758,
1400
+ "grad_norm": 0.2899879813194275,
1401
+ "learning_rate": 0.00010518648862921012,
1402
+ "loss": 0.5679,
1403
+ "step": 199
1404
+ },
1405
+ {
1406
+ "epoch": 1.0810810810810811,
1407
+ "grad_norm": 0.3595804274082184,
1408
+ "learning_rate": 0.00010424412031961484,
1409
+ "loss": 0.5765,
1410
+ "step": 200
1411
+ },
1412
+ {
1413
+ "epoch": 1.0864864864864865,
1414
+ "grad_norm": 0.4479254484176636,
1415
+ "learning_rate": 0.00010330137426761135,
1416
+ "loss": 0.5824,
1417
+ "step": 201
1418
+ },
1419
+ {
1420
+ "epoch": 1.0918918918918918,
1421
+ "grad_norm": 0.4118141829967499,
1422
+ "learning_rate": 0.00010235833438108571,
1423
+ "loss": 0.5684,
1424
+ "step": 202
1425
+ },
1426
+ {
1427
+ "epoch": 1.0972972972972972,
1428
+ "grad_norm": 0.3013007640838623,
1429
+ "learning_rate": 0.00010141508459407623,
1430
+ "loss": 0.5634,
1431
+ "step": 203
1432
+ },
1433
+ {
1434
+ "epoch": 1.1027027027027028,
1435
+ "grad_norm": 0.32391178607940674,
1436
+ "learning_rate": 0.00010047170885930324,
1437
+ "loss": 0.5702,
1438
+ "step": 204
1439
+ },
1440
+ {
1441
+ "epoch": 1.1081081081081081,
1442
+ "grad_norm": 0.35440289974212646,
1443
+ "learning_rate": 9.95282911406968e-05,
1444
+ "loss": 0.5679,
1445
+ "step": 205
1446
+ },
1447
+ {
1448
+ "epoch": 1.1135135135135135,
1449
+ "grad_norm": 0.3799758851528168,
1450
+ "learning_rate": 9.858491540592382e-05,
1451
+ "loss": 0.5769,
1452
+ "step": 206
1453
+ },
1454
+ {
1455
+ "epoch": 1.118918918918919,
1456
+ "grad_norm": 0.37513500452041626,
1457
+ "learning_rate": 9.764166561891432e-05,
1458
+ "loss": 0.5669,
1459
+ "step": 207
1460
+ },
1461
+ {
1462
+ "epoch": 1.1243243243243244,
1463
+ "grad_norm": 0.4138847291469574,
1464
+ "learning_rate": 9.669862573238863e-05,
1465
+ "loss": 0.5883,
1466
+ "step": 208
1467
+ },
1468
+ {
1469
+ "epoch": 1.1297297297297297,
1470
+ "grad_norm": 0.4087463915348053,
1471
+ "learning_rate": 9.57558796803852e-05,
1472
+ "loss": 0.5564,
1473
+ "step": 209
1474
+ },
1475
+ {
1476
+ "epoch": 1.135135135135135,
1477
+ "grad_norm": 0.3634737432003021,
1478
+ "learning_rate": 9.48135113707899e-05,
1479
+ "loss": 0.5623,
1480
+ "step": 210
1481
+ },
1482
+ {
1483
+ "epoch": 1.1405405405405404,
1484
+ "grad_norm": 0.28195977210998535,
1485
+ "learning_rate": 9.38716046778684e-05,
1486
+ "loss": 0.5632,
1487
+ "step": 211
1488
+ },
1489
+ {
1490
+ "epoch": 1.145945945945946,
1491
+ "grad_norm": 0.26449114084243774,
1492
+ "learning_rate": 9.293024343480055e-05,
1493
+ "loss": 0.5664,
1494
+ "step": 212
1495
+ },
1496
+ {
1497
+ "epoch": 1.1513513513513514,
1498
+ "grad_norm": 0.3275916576385498,
1499
+ "learning_rate": 9.198951142621929e-05,
1500
+ "loss": 0.5582,
1501
+ "step": 213
1502
+ },
1503
+ {
1504
+ "epoch": 1.1567567567567567,
1505
+ "grad_norm": 0.2918509840965271,
1506
+ "learning_rate": 9.104949238075336e-05,
1507
+ "loss": 0.5595,
1508
+ "step": 214
1509
+ },
1510
+ {
1511
+ "epoch": 1.1621621621621623,
1512
+ "grad_norm": 0.31472450494766235,
1513
+ "learning_rate": 9.011026996357503e-05,
1514
+ "loss": 0.5579,
1515
+ "step": 215
1516
+ },
1517
+ {
1518
+ "epoch": 1.1675675675675676,
1519
+ "grad_norm": 0.251597136259079,
1520
+ "learning_rate": 8.917192776895382e-05,
1521
+ "loss": 0.5248,
1522
+ "step": 216
1523
+ },
1524
+ {
1525
+ "epoch": 1.172972972972973,
1526
+ "grad_norm": 0.364433228969574,
1527
+ "learning_rate": 8.823454931281616e-05,
1528
+ "loss": 0.5691,
1529
+ "step": 217
1530
+ },
1531
+ {
1532
+ "epoch": 1.1783783783783783,
1533
+ "grad_norm": 0.4497614800930023,
1534
+ "learning_rate": 8.729821802531212e-05,
1535
+ "loss": 0.5468,
1536
+ "step": 218
1537
+ },
1538
+ {
1539
+ "epoch": 1.1837837837837837,
1540
+ "grad_norm": 0.3149522542953491,
1541
+ "learning_rate": 8.636301724339004e-05,
1542
+ "loss": 0.5561,
1543
+ "step": 219
1544
+ },
1545
+ {
1546
+ "epoch": 1.1891891891891893,
1547
+ "grad_norm": 0.3531090021133423,
1548
+ "learning_rate": 8.542903020337887e-05,
1549
+ "loss": 0.5607,
1550
+ "step": 220
1551
+ },
1552
+ {
1553
+ "epoch": 1.1945945945945946,
1554
+ "grad_norm": 0.36666902899742126,
1555
+ "learning_rate": 8.449634003358022e-05,
1556
+ "loss": 0.5629,
1557
+ "step": 221
1558
+ },
1559
+ {
1560
+ "epoch": 1.2,
1561
+ "grad_norm": 0.27004843950271606,
1562
+ "learning_rate": 8.356502974686941e-05,
1563
+ "loss": 0.5759,
1564
+ "step": 222
1565
+ },
1566
+ {
1567
+ "epoch": 1.2054054054054055,
1568
+ "grad_norm": 0.38194379210472107,
1569
+ "learning_rate": 8.263518223330697e-05,
1570
+ "loss": 0.5626,
1571
+ "step": 223
1572
+ },
1573
+ {
1574
+ "epoch": 1.2108108108108109,
1575
+ "grad_norm": 0.42150571942329407,
1576
+ "learning_rate": 8.170688025276134e-05,
1577
+ "loss": 0.5692,
1578
+ "step": 224
1579
+ },
1580
+ {
1581
+ "epoch": 1.2162162162162162,
1582
+ "grad_norm": 0.3516136407852173,
1583
+ "learning_rate": 8.078020642754274e-05,
1584
+ "loss": 0.5656,
1585
+ "step": 225
1586
+ },
1587
+ {
1588
+ "epoch": 1.2216216216216216,
1589
+ "grad_norm": 0.2839685082435608,
1590
+ "learning_rate": 7.985524323504948e-05,
1591
+ "loss": 0.5591,
1592
+ "step": 226
1593
+ },
1594
+ {
1595
+ "epoch": 1.227027027027027,
1596
+ "grad_norm": 0.2869662046432495,
1597
+ "learning_rate": 7.89320730004274e-05,
1598
+ "loss": 0.5482,
1599
+ "step": 227
1600
+ },
1601
+ {
1602
+ "epoch": 1.2324324324324325,
1603
+ "grad_norm": 0.3703990578651428,
1604
+ "learning_rate": 7.801077788924224e-05,
1605
+ "loss": 0.5596,
1606
+ "step": 228
1607
+ },
1608
+ {
1609
+ "epoch": 1.2378378378378379,
1610
+ "grad_norm": 0.36322546005249023,
1611
+ "learning_rate": 7.709143990016702e-05,
1612
+ "loss": 0.5678,
1613
+ "step": 229
1614
+ },
1615
+ {
1616
+ "epoch": 1.2432432432432432,
1617
+ "grad_norm": 0.33027511835098267,
1618
+ "learning_rate": 7.617414085768351e-05,
1619
+ "loss": 0.5607,
1620
+ "step": 230
1621
+ },
1622
+ {
1623
+ "epoch": 1.2486486486486488,
1624
+ "grad_norm": 0.2999548316001892,
1625
+ "learning_rate": 7.525896240479976e-05,
1626
+ "loss": 0.5468,
1627
+ "step": 231
1628
+ },
1629
+ {
1630
+ "epoch": 1.2540540540540541,
1631
+ "grad_norm": 0.2634562849998474,
1632
+ "learning_rate": 7.434598599578351e-05,
1633
+ "loss": 0.5731,
1634
+ "step": 232
1635
+ },
1636
+ {
1637
+ "epoch": 1.2594594594594595,
1638
+ "grad_norm": 0.3004055917263031,
1639
+ "learning_rate": 7.343529288891239e-05,
1640
+ "loss": 0.5608,
1641
+ "step": 233
1642
+ },
1643
+ {
1644
+ "epoch": 1.2648648648648648,
1645
+ "grad_norm": 0.3801259994506836,
1646
+ "learning_rate": 7.252696413924174e-05,
1647
+ "loss": 0.5561,
1648
+ "step": 234
1649
+ },
1650
+ {
1651
+ "epoch": 1.2702702702702702,
1652
+ "grad_norm": 0.297504186630249,
1653
+ "learning_rate": 7.162108059139032e-05,
1654
+ "loss": 0.5571,
1655
+ "step": 235
1656
+ },
1657
+ {
1658
+ "epoch": 1.2756756756756757,
1659
+ "grad_norm": 0.2872467637062073,
1660
+ "learning_rate": 7.071772287234497e-05,
1661
+ "loss": 0.5487,
1662
+ "step": 236
1663
+ },
1664
+ {
1665
+ "epoch": 1.281081081081081,
1666
+ "grad_norm": 0.3155842423439026,
1667
+ "learning_rate": 6.981697138428434e-05,
1668
+ "loss": 0.5582,
1669
+ "step": 237
1670
+ },
1671
+ {
1672
+ "epoch": 1.2864864864864864,
1673
+ "grad_norm": 0.27752622961997986,
1674
+ "learning_rate": 6.891890629742288e-05,
1675
+ "loss": 0.5403,
1676
+ "step": 238
1677
+ },
1678
+ {
1679
+ "epoch": 1.291891891891892,
1680
+ "grad_norm": 0.3249455690383911,
1681
+ "learning_rate": 6.802360754287547e-05,
1682
+ "loss": 0.5583,
1683
+ "step": 239
1684
+ },
1685
+ {
1686
+ "epoch": 1.2972972972972974,
1687
+ "grad_norm": 0.308685302734375,
1688
+ "learning_rate": 6.713115480554313e-05,
1689
+ "loss": 0.5597,
1690
+ "step": 240
1691
+ },
1692
+ {
1693
+ "epoch": 1.3027027027027027,
1694
+ "grad_norm": 0.2561638355255127,
1695
+ "learning_rate": 6.624162751702076e-05,
1696
+ "loss": 0.5391,
1697
+ "step": 241
1698
+ },
1699
+ {
1700
+ "epoch": 1.308108108108108,
1701
+ "grad_norm": 0.4116757810115814,
1702
+ "learning_rate": 6.535510484852767e-05,
1703
+ "loss": 0.5485,
1704
+ "step": 242
1705
+ },
1706
+ {
1707
+ "epoch": 1.3135135135135134,
1708
+ "grad_norm": 0.3048592805862427,
1709
+ "learning_rate": 6.447166570386063e-05,
1710
+ "loss": 0.5495,
1711
+ "step": 243
1712
+ },
1713
+ {
1714
+ "epoch": 1.318918918918919,
1715
+ "grad_norm": 0.26773855090141296,
1716
+ "learning_rate": 6.35913887123716e-05,
1717
+ "loss": 0.5816,
1718
+ "step": 244
1719
+ },
1720
+ {
1721
+ "epoch": 1.3243243243243243,
1722
+ "grad_norm": 0.4389781653881073,
1723
+ "learning_rate": 6.271435222196916e-05,
1724
+ "loss": 0.5456,
1725
+ "step": 245
1726
+ },
1727
+ {
1728
+ "epoch": 1.3297297297297297,
1729
+ "grad_norm": 0.2906099855899811,
1730
+ "learning_rate": 6.184063429214515e-05,
1731
+ "loss": 0.5579,
1732
+ "step": 246
1733
+ },
1734
+ {
1735
+ "epoch": 1.3351351351351353,
1736
+ "grad_norm": 0.29588866233825684,
1737
+ "learning_rate": 6.097031268702746e-05,
1738
+ "loss": 0.5451,
1739
+ "step": 247
1740
+ },
1741
+ {
1742
+ "epoch": 1.3405405405405406,
1743
+ "grad_norm": 0.37067651748657227,
1744
+ "learning_rate": 6.010346486845837e-05,
1745
+ "loss": 0.5613,
1746
+ "step": 248
1747
+ },
1748
+ {
1749
+ "epoch": 1.345945945945946,
1750
+ "grad_norm": 0.28503182530403137,
1751
+ "learning_rate": 5.924016798910037e-05,
1752
+ "loss": 0.5541,
1753
+ "step": 249
1754
+ },
1755
+ {
1756
+ "epoch": 1.3513513513513513,
1757
+ "grad_norm": 0.2947586178779602,
1758
+ "learning_rate": 5.838049888556925e-05,
1759
+ "loss": 0.5543,
1760
+ "step": 250
1761
+ },
1762
+ {
1763
+ "epoch": 1.3567567567567567,
1764
+ "grad_norm": 0.2248247265815735,
1765
+ "learning_rate": 5.752453407159522e-05,
1766
+ "loss": 0.5423,
1767
+ "step": 251
1768
+ },
1769
+ {
1770
+ "epoch": 1.3621621621621622,
1771
+ "grad_norm": 0.2677771747112274,
1772
+ "learning_rate": 5.667234973121317e-05,
1773
+ "loss": 0.5573,
1774
+ "step": 252
1775
+ },
1776
+ {
1777
+ "epoch": 1.3675675675675676,
1778
+ "grad_norm": 0.22564172744750977,
1779
+ "learning_rate": 5.5824021711981686e-05,
1780
+ "loss": 0.5543,
1781
+ "step": 253
1782
+ },
1783
+ {
1784
+ "epoch": 1.372972972972973,
1785
+ "grad_norm": 0.23986554145812988,
1786
+ "learning_rate": 5.497962551823266e-05,
1787
+ "loss": 0.5529,
1788
+ "step": 254
1789
+ },
1790
+ {
1791
+ "epoch": 1.3783783783783785,
1792
+ "grad_norm": 0.2411298155784607,
1793
+ "learning_rate": 5.4139236304350935e-05,
1794
+ "loss": 0.5596,
1795
+ "step": 255
1796
+ },
1797
+ {
1798
+ "epoch": 1.3837837837837839,
1799
+ "grad_norm": 0.22724369168281555,
1800
+ "learning_rate": 5.33029288680852e-05,
1801
+ "loss": 0.5603,
1802
+ "step": 256
1803
+ },
1804
+ {
1805
+ "epoch": 1.3891891891891892,
1806
+ "grad_norm": 0.21808037161827087,
1807
+ "learning_rate": 5.247077764389099e-05,
1808
+ "loss": 0.5581,
1809
+ "step": 257
1810
+ },
1811
+ {
1812
+ "epoch": 1.3945945945945946,
1813
+ "grad_norm": 0.20949189364910126,
1814
+ "learning_rate": 5.1642856696305575e-05,
1815
+ "loss": 0.5318,
1816
+ "step": 258
1817
+ },
1818
+ {
1819
+ "epoch": 1.4,
1820
+ "grad_norm": 0.20597508549690247,
1821
+ "learning_rate": 5.081923971335582e-05,
1822
+ "loss": 0.5507,
1823
+ "step": 259
1824
+ },
1825
+ {
1826
+ "epoch": 1.4054054054054055,
1827
+ "grad_norm": 0.27058327198028564,
1828
+ "learning_rate": 5.000000000000002e-05,
1829
+ "loss": 0.5589,
1830
+ "step": 260
1831
+ },
1832
+ {
1833
+ "epoch": 1.4108108108108108,
1834
+ "grad_norm": 0.22068722546100616,
1835
+ "learning_rate": 4.918521047160308e-05,
1836
+ "loss": 0.5444,
1837
+ "step": 261
1838
+ },
1839
+ {
1840
+ "epoch": 1.4162162162162162,
1841
+ "grad_norm": 0.33482491970062256,
1842
+ "learning_rate": 4.837494364744711e-05,
1843
+ "loss": 0.5403,
1844
+ "step": 262
1845
+ },
1846
+ {
1847
+ "epoch": 1.4216216216216218,
1848
+ "grad_norm": 0.22971421480178833,
1849
+ "learning_rate": 4.756927164427685e-05,
1850
+ "loss": 0.54,
1851
+ "step": 263
1852
+ },
1853
+ {
1854
+ "epoch": 1.427027027027027,
1855
+ "grad_norm": 0.22710531949996948,
1856
+ "learning_rate": 4.6768266169880804e-05,
1857
+ "loss": 0.5614,
1858
+ "step": 264
1859
+ },
1860
+ {
1861
+ "epoch": 1.4324324324324325,
1862
+ "grad_norm": 0.2634375989437103,
1863
+ "learning_rate": 4.597199851670932e-05,
1864
+ "loss": 0.5588,
1865
+ "step": 265
1866
+ },
1867
+ {
1868
+ "epoch": 1.4378378378378378,
1869
+ "grad_norm": 0.22090476751327515,
1870
+ "learning_rate": 4.518053955552903e-05,
1871
+ "loss": 0.5664,
1872
+ "step": 266
1873
+ },
1874
+ {
1875
+ "epoch": 1.4432432432432432,
1876
+ "grad_norm": 0.2724359333515167,
1877
+ "learning_rate": 4.4393959729115244e-05,
1878
+ "loss": 0.5539,
1879
+ "step": 267
1880
+ },
1881
+ {
1882
+ "epoch": 1.4486486486486487,
1883
+ "grad_norm": 0.20361758768558502,
1884
+ "learning_rate": 4.3612329045982236e-05,
1885
+ "loss": 0.5434,
1886
+ "step": 268
1887
+ },
1888
+ {
1889
+ "epoch": 1.454054054054054,
1890
+ "grad_norm": 0.22764244675636292,
1891
+ "learning_rate": 4.283571707415214e-05,
1892
+ "loss": 0.5617,
1893
+ "step": 269
1894
+ },
1895
+ {
1896
+ "epoch": 1.4594594594594594,
1897
+ "grad_norm": 0.2354433387517929,
1898
+ "learning_rate": 4.206419293496333e-05,
1899
+ "loss": 0.5568,
1900
+ "step": 270
1901
+ },
1902
+ {
1903
+ "epoch": 1.464864864864865,
1904
+ "grad_norm": 0.23961907625198364,
1905
+ "learning_rate": 4.129782529691815e-05,
1906
+ "loss": 0.5705,
1907
+ "step": 271
1908
+ },
1909
+ {
1910
+ "epoch": 1.4702702702702704,
1911
+ "grad_norm": 0.20233069360256195,
1912
+ "learning_rate": 4.053668236957134e-05,
1913
+ "loss": 0.5673,
1914
+ "step": 272
1915
+ },
1916
+ {
1917
+ "epoch": 1.4756756756756757,
1918
+ "grad_norm": 0.22353792190551758,
1919
+ "learning_rate": 3.978083189745907e-05,
1920
+ "loss": 0.5505,
1921
+ "step": 273
1922
+ },
1923
+ {
1924
+ "epoch": 1.481081081081081,
1925
+ "grad_norm": 0.20876029133796692,
1926
+ "learning_rate": 3.903034115406931e-05,
1927
+ "loss": 0.5569,
1928
+ "step": 274
1929
+ },
1930
+ {
1931
+ "epoch": 1.4864864864864864,
1932
+ "grad_norm": 0.22701065242290497,
1933
+ "learning_rate": 3.828527693585451e-05,
1934
+ "loss": 0.5719,
1935
+ "step": 275
1936
+ },
1937
+ {
1938
+ "epoch": 1.491891891891892,
1939
+ "grad_norm": 0.21358339488506317,
1940
+ "learning_rate": 3.7545705556286126e-05,
1941
+ "loss": 0.546,
1942
+ "step": 276
1943
+ },
1944
+ {
1945
+ "epoch": 1.4972972972972973,
1946
+ "grad_norm": 0.21339459717273712,
1947
+ "learning_rate": 3.681169283995279e-05,
1948
+ "loss": 0.533,
1949
+ "step": 277
1950
+ },
1951
+ {
1952
+ "epoch": 1.5027027027027027,
1953
+ "grad_norm": 0.22355295717716217,
1954
+ "learning_rate": 3.6083304116701535e-05,
1955
+ "loss": 0.5425,
1956
+ "step": 278
1957
+ },
1958
+ {
1959
+ "epoch": 1.5081081081081082,
1960
+ "grad_norm": 0.2224012166261673,
1961
+ "learning_rate": 3.536060421582309e-05,
1962
+ "loss": 0.5545,
1963
+ "step": 279
1964
+ },
1965
+ {
1966
+ "epoch": 1.5135135135135136,
1967
+ "grad_norm": 0.2069329172372818,
1968
+ "learning_rate": 3.464365746028208e-05,
1969
+ "loss": 0.5269,
1970
+ "step": 280
1971
+ },
1972
+ {
1973
+ "epoch": 1.518918918918919,
1974
+ "grad_norm": 0.2479923665523529,
1975
+ "learning_rate": 3.393252766099187e-05,
1976
+ "loss": 0.5583,
1977
+ "step": 281
1978
+ },
1979
+ {
1980
+ "epoch": 1.5243243243243243,
1981
+ "grad_norm": 0.22443261742591858,
1982
+ "learning_rate": 3.322727811113516e-05,
1983
+ "loss": 0.5602,
1984
+ "step": 282
1985
+ },
1986
+ {
1987
+ "epoch": 1.5297297297297296,
1988
+ "grad_norm": 0.24400541186332703,
1989
+ "learning_rate": 3.252797158053077e-05,
1990
+ "loss": 0.548,
1991
+ "step": 283
1992
+ },
1993
+ {
1994
+ "epoch": 1.535135135135135,
1995
+ "grad_norm": 0.1754683256149292,
1996
+ "learning_rate": 3.1834670310046734e-05,
1997
+ "loss": 0.5437,
1998
+ "step": 284
1999
+ },
2000
+ {
2001
+ "epoch": 1.5405405405405406,
2002
+ "grad_norm": 0.1994575560092926,
2003
+ "learning_rate": 3.114743600606078e-05,
2004
+ "loss": 0.5526,
2005
+ "step": 285
2006
+ },
2007
+ {
2008
+ "epoch": 1.545945945945946,
2009
+ "grad_norm": 0.22562991082668304,
2010
+ "learning_rate": 3.0466329834968233e-05,
2011
+ "loss": 0.5436,
2012
+ "step": 286
2013
+ },
2014
+ {
2015
+ "epoch": 1.5513513513513515,
2016
+ "grad_norm": 0.18434454500675201,
2017
+ "learning_rate": 2.979141241773775e-05,
2018
+ "loss": 0.5442,
2019
+ "step": 287
2020
+ },
2021
+ {
2022
+ "epoch": 1.5567567567567568,
2023
+ "grad_norm": 0.2776215970516205,
2024
+ "learning_rate": 2.9122743824516195e-05,
2025
+ "loss": 0.5697,
2026
+ "step": 288
2027
+ },
2028
+ {
2029
+ "epoch": 1.5621621621621622,
2030
+ "grad_norm": 0.17563948035240173,
2031
+ "learning_rate": 2.8460383569281824e-05,
2032
+ "loss": 0.5298,
2033
+ "step": 289
2034
+ },
2035
+ {
2036
+ "epoch": 1.5675675675675675,
2037
+ "grad_norm": 0.22039195895195007,
2038
+ "learning_rate": 2.7804390604547557e-05,
2039
+ "loss": 0.5405,
2040
+ "step": 290
2041
+ },
2042
+ {
2043
+ "epoch": 1.572972972972973,
2044
+ "grad_norm": 0.19329974055290222,
2045
+ "learning_rate": 2.7154823316113932e-05,
2046
+ "loss": 0.5485,
2047
+ "step": 291
2048
+ },
2049
+ {
2050
+ "epoch": 1.5783783783783782,
2051
+ "grad_norm": 0.1922396570444107,
2052
+ "learning_rate": 2.6511739517872426e-05,
2053
+ "loss": 0.554,
2054
+ "step": 292
2055
+ },
2056
+ {
2057
+ "epoch": 1.5837837837837838,
2058
+ "grad_norm": 0.22808901965618134,
2059
+ "learning_rate": 2.587519644666001e-05,
2060
+ "loss": 0.5453,
2061
+ "step": 293
2062
+ },
2063
+ {
2064
+ "epoch": 1.5891891891891892,
2065
+ "grad_norm": 0.17797237634658813,
2066
+ "learning_rate": 2.5245250757164663e-05,
2067
+ "loss": 0.554,
2068
+ "step": 294
2069
+ },
2070
+ {
2071
+ "epoch": 1.5945945945945947,
2072
+ "grad_norm": 0.2405869960784912,
2073
+ "learning_rate": 2.462195851688306e-05,
2074
+ "loss": 0.5283,
2075
+ "step": 295
2076
+ },
2077
+ {
2078
+ "epoch": 1.6,
2079
+ "grad_norm": 0.17364168167114258,
2080
+ "learning_rate": 2.4005375201130274e-05,
2081
+ "loss": 0.5506,
2082
+ "step": 296
2083
+ },
2084
+ {
2085
+ "epoch": 1.6054054054054054,
2086
+ "grad_norm": 0.19880247116088867,
2087
+ "learning_rate": 2.339555568810221e-05,
2088
+ "loss": 0.5295,
2089
+ "step": 297
2090
+ },
2091
+ {
2092
+ "epoch": 1.6108108108108108,
2093
+ "grad_norm": 0.15347057580947876,
2094
+ "learning_rate": 2.2792554253991415e-05,
2095
+ "loss": 0.5462,
2096
+ "step": 298
2097
+ },
2098
+ {
2099
+ "epoch": 1.6162162162162161,
2100
+ "grad_norm": 0.192508727312088,
2101
+ "learning_rate": 2.2196424568156073e-05,
2102
+ "loss": 0.5531,
2103
+ "step": 299
2104
+ },
2105
+ {
2106
+ "epoch": 1.6216216216216215,
2107
+ "grad_norm": 0.1681094914674759,
2108
+ "learning_rate": 2.160721968834344e-05,
2109
+ "loss": 0.5553,
2110
+ "step": 300
2111
+ },
2112
+ {
2113
+ "epoch": 1.627027027027027,
2114
+ "grad_norm": 0.17024287581443787,
2115
+ "learning_rate": 2.102499205596743e-05,
2116
+ "loss": 0.5511,
2117
+ "step": 301
2118
+ },
2119
+ {
2120
+ "epoch": 1.6324324324324324,
2121
+ "grad_norm": 0.17030170559883118,
2122
+ "learning_rate": 2.0449793491441028e-05,
2123
+ "loss": 0.5479,
2124
+ "step": 302
2125
+ },
2126
+ {
2127
+ "epoch": 1.637837837837838,
2128
+ "grad_norm": 0.17550453543663025,
2129
+ "learning_rate": 1.9881675189564254e-05,
2130
+ "loss": 0.549,
2131
+ "step": 303
2132
+ },
2133
+ {
2134
+ "epoch": 1.6432432432432433,
2135
+ "grad_norm": 0.1620909720659256,
2136
+ "learning_rate": 1.93206877149676e-05,
2137
+ "loss": 0.5547,
2138
+ "step": 304
2139
+ },
2140
+ {
2141
+ "epoch": 1.6486486486486487,
2142
+ "grad_norm": 0.18618185818195343,
2143
+ "learning_rate": 1.8766880997611424e-05,
2144
+ "loss": 0.5649,
2145
+ "step": 305
2146
+ },
2147
+ {
2148
+ "epoch": 1.654054054054054,
2149
+ "grad_norm": 0.16562554240226746,
2150
+ "learning_rate": 1.8220304328342252e-05,
2151
+ "loss": 0.5274,
2152
+ "step": 306
2153
+ },
2154
+ {
2155
+ "epoch": 1.6594594594594594,
2156
+ "grad_norm": 0.16524571180343628,
2157
+ "learning_rate": 1.7681006354505493e-05,
2158
+ "loss": 0.5461,
2159
+ "step": 307
2160
+ },
2161
+ {
2162
+ "epoch": 1.6648648648648647,
2163
+ "grad_norm": 0.14831188321113586,
2164
+ "learning_rate": 1.7149035075615794e-05,
2165
+ "loss": 0.5544,
2166
+ "step": 308
2167
+ },
2168
+ {
2169
+ "epoch": 1.6702702702702703,
2170
+ "grad_norm": 0.1687830537557602,
2171
+ "learning_rate": 1.6624437839084862e-05,
2172
+ "loss": 0.5393,
2173
+ "step": 309
2174
+ },
2175
+ {
2176
+ "epoch": 1.6756756756756757,
2177
+ "grad_norm": 0.1825455278158188,
2178
+ "learning_rate": 1.6107261336007285e-05,
2179
+ "loss": 0.5389,
2180
+ "step": 310
2181
+ },
2182
+ {
2183
+ "epoch": 1.6810810810810812,
2184
+ "grad_norm": 0.16670149564743042,
2185
+ "learning_rate": 1.5597551597004966e-05,
2186
+ "loss": 0.5369,
2187
+ "step": 311
2188
+ },
2189
+ {
2190
+ "epoch": 1.6864864864864866,
2191
+ "grad_norm": 0.1589886099100113,
2192
+ "learning_rate": 1.5095353988130235e-05,
2193
+ "loss": 0.5592,
2194
+ "step": 312
2195
+ },
2196
+ {
2197
+ "epoch": 1.691891891891892,
2198
+ "grad_norm": 0.17790549993515015,
2199
+ "learning_rate": 1.4600713206827932e-05,
2200
+ "loss": 0.5612,
2201
+ "step": 313
2202
+ },
2203
+ {
2204
+ "epoch": 1.6972972972972973,
2205
+ "grad_norm": 0.15449143946170807,
2206
+ "learning_rate": 1.4113673277957395e-05,
2207
+ "loss": 0.5439,
2208
+ "step": 314
2209
+ },
2210
+ {
2211
+ "epoch": 1.7027027027027026,
2212
+ "grad_norm": 0.14207641780376434,
2213
+ "learning_rate": 1.3634277549873953e-05,
2214
+ "loss": 0.5411,
2215
+ "step": 315
2216
+ },
2217
+ {
2218
+ "epoch": 1.708108108108108,
2219
+ "grad_norm": 0.16680589318275452,
2220
+ "learning_rate": 1.3162568690570743e-05,
2221
+ "loss": 0.5333,
2222
+ "step": 316
2223
+ },
2224
+ {
2225
+ "epoch": 1.7135135135135136,
2226
+ "grad_norm": 0.16983501613140106,
2227
+ "learning_rate": 1.2698588683881186e-05,
2228
+ "loss": 0.5374,
2229
+ "step": 317
2230
+ },
2231
+ {
2232
+ "epoch": 1.718918918918919,
2233
+ "grad_norm": 0.14857017993927002,
2234
+ "learning_rate": 1.224237882574224e-05,
2235
+ "loss": 0.5399,
2236
+ "step": 318
2237
+ },
2238
+ {
2239
+ "epoch": 1.7243243243243245,
2240
+ "grad_norm": 0.14769425988197327,
2241
+ "learning_rate": 1.1793979720518866e-05,
2242
+ "loss": 0.5586,
2243
+ "step": 319
2244
+ },
2245
+ {
2246
+ "epoch": 1.7297297297297298,
2247
+ "grad_norm": 0.17530100047588348,
2248
+ "learning_rate": 1.1353431277390126e-05,
2249
+ "loss": 0.5618,
2250
+ "step": 320
2251
+ },
2252
+ {
2253
+ "epoch": 1.7351351351351352,
2254
+ "grad_norm": 0.156886026263237,
2255
+ "learning_rate": 1.0920772706797167e-05,
2256
+ "loss": 0.5622,
2257
+ "step": 321
2258
+ },
2259
+ {
2260
+ "epoch": 1.7405405405405405,
2261
+ "grad_norm": 0.14536841213703156,
2262
+ "learning_rate": 1.0496042516953209e-05,
2263
+ "loss": 0.5428,
2264
+ "step": 322
2265
+ },
2266
+ {
2267
+ "epoch": 1.7459459459459459,
2268
+ "grad_norm": 0.162484809756279,
2269
+ "learning_rate": 1.0079278510416313e-05,
2270
+ "loss": 0.5443,
2271
+ "step": 323
2272
+ },
2273
+ {
2274
+ "epoch": 1.7513513513513512,
2275
+ "grad_norm": 0.16919377446174622,
2276
+ "learning_rate": 9.670517780724775e-06,
2277
+ "loss": 0.5431,
2278
+ "step": 324
2279
+ },
2280
+ {
2281
+ "epoch": 1.7567567567567568,
2282
+ "grad_norm": 0.1344226747751236,
2283
+ "learning_rate": 9.269796709095558e-06,
2284
+ "loss": 0.5556,
2285
+ "step": 325
2286
+ },
2287
+ {
2288
+ "epoch": 1.7621621621621621,
2289
+ "grad_norm": 0.14219771325588226,
2290
+ "learning_rate": 8.87715096118642e-06,
2291
+ "loss": 0.5542,
2292
+ "step": 326
2293
+ },
2294
+ {
2295
+ "epoch": 1.7675675675675677,
2296
+ "grad_norm": 0.14828014373779297,
2297
+ "learning_rate": 8.492615483921395e-06,
2298
+ "loss": 0.5307,
2299
+ "step": 327
2300
+ },
2301
+ {
2302
+ "epoch": 1.772972972972973,
2303
+ "grad_norm": 0.15327297151088715,
2304
+ "learning_rate": 8.116224502380387e-06,
2305
+ "loss": 0.5572,
2306
+ "step": 328
2307
+ },
2308
+ {
2309
+ "epoch": 1.7783783783783784,
2310
+ "grad_norm": 0.13973894715309143,
2311
+ "learning_rate": 7.74801151675314e-06,
2312
+ "loss": 0.5585,
2313
+ "step": 329
2314
+ },
2315
+ {
2316
+ "epoch": 1.7837837837837838,
2317
+ "grad_norm": 0.14004996418952942,
2318
+ "learning_rate": 7.3880092993574125e-06,
2319
+ "loss": 0.5583,
2320
+ "step": 330
2321
+ },
2322
+ {
2323
+ "epoch": 1.7891891891891891,
2324
+ "grad_norm": 0.14245465397834778,
2325
+ "learning_rate": 7.03624989172228e-06,
2326
+ "loss": 0.5327,
2327
+ "step": 331
2328
+ },
2329
+ {
2330
+ "epoch": 1.7945945945945945,
2331
+ "grad_norm": 0.13383865356445312,
2332
+ "learning_rate": 6.692764601736268e-06,
2333
+ "loss": 0.5423,
2334
+ "step": 332
2335
+ },
2336
+ {
2337
+ "epoch": 1.8,
2338
+ "grad_norm": 0.13818518817424774,
2339
+ "learning_rate": 6.357584000860761e-06,
2340
+ "loss": 0.5416,
2341
+ "step": 333
2342
+ },
2343
+ {
2344
+ "epoch": 1.8054054054054054,
2345
+ "grad_norm": 0.15666233003139496,
2346
+ "learning_rate": 6.030737921409169e-06,
2347
+ "loss": 0.5258,
2348
+ "step": 334
2349
+ },
2350
+ {
2351
+ "epoch": 1.810810810810811,
2352
+ "grad_norm": 0.13427962362766266,
2353
+ "learning_rate": 5.71225545389158e-06,
2354
+ "loss": 0.551,
2355
+ "step": 335
2356
+ },
2357
+ {
2358
+ "epoch": 1.8162162162162163,
2359
+ "grad_norm": 0.4789113402366638,
2360
+ "learning_rate": 5.402164944425758e-06,
2361
+ "loss": 0.5499,
2362
+ "step": 336
2363
+ },
2364
+ {
2365
+ "epoch": 1.8216216216216217,
2366
+ "grad_norm": 0.13906101882457733,
2367
+ "learning_rate": 5.100493992214128e-06,
2368
+ "loss": 0.5499,
2369
+ "step": 337
2370
+ },
2371
+ {
2372
+ "epoch": 1.827027027027027,
2373
+ "grad_norm": 0.13979266583919525,
2374
+ "learning_rate": 4.807269447087348e-06,
2375
+ "loss": 0.5273,
2376
+ "step": 338
2377
+ },
2378
+ {
2379
+ "epoch": 1.8324324324324324,
2380
+ "grad_norm": 0.14405637979507446,
2381
+ "learning_rate": 4.5225174071146455e-06,
2382
+ "loss": 0.5469,
2383
+ "step": 339
2384
+ },
2385
+ {
2386
+ "epoch": 1.8378378378378377,
2387
+ "grad_norm": 0.1318741887807846,
2388
+ "learning_rate": 4.24626321628091e-06,
2389
+ "loss": 0.5507,
2390
+ "step": 340
2391
+ },
2392
+ {
2393
+ "epoch": 1.8432432432432433,
2394
+ "grad_norm": 0.1360122561454773,
2395
+ "learning_rate": 3.9785314622310495e-06,
2396
+ "loss": 0.5467,
2397
+ "step": 341
2398
+ },
2399
+ {
2400
+ "epoch": 1.8486486486486486,
2401
+ "grad_norm": 0.15425017476081848,
2402
+ "learning_rate": 3.7193459740815674e-06,
2403
+ "loss": 0.5557,
2404
+ "step": 342
2405
+ },
2406
+ {
2407
+ "epoch": 1.8540540540540542,
2408
+ "grad_norm": 0.13652145862579346,
2409
+ "learning_rate": 3.4687298202996655e-06,
2410
+ "loss": 0.5512,
2411
+ "step": 343
2412
+ },
2413
+ {
2414
+ "epoch": 1.8594594594594596,
2415
+ "grad_norm": 0.13713712990283966,
2416
+ "learning_rate": 3.226705306650113e-06,
2417
+ "loss": 0.5333,
2418
+ "step": 344
2419
+ },
2420
+ {
2421
+ "epoch": 1.864864864864865,
2422
+ "grad_norm": 0.19826094806194305,
2423
+ "learning_rate": 2.9932939742099208e-06,
2424
+ "loss": 0.5419,
2425
+ "step": 345
2426
+ },
2427
+ {
2428
+ "epoch": 1.8702702702702703,
2429
+ "grad_norm": 0.13193316757678986,
2430
+ "learning_rate": 2.7685165974510986e-06,
2431
+ "loss": 0.5494,
2432
+ "step": 346
2433
+ },
2434
+ {
2435
+ "epoch": 1.8756756756756756,
2436
+ "grad_norm": 0.13418689370155334,
2437
+ "learning_rate": 2.552393182391677e-06,
2438
+ "loss": 0.5572,
2439
+ "step": 347
2440
+ },
2441
+ {
2442
+ "epoch": 1.881081081081081,
2443
+ "grad_norm": 0.1294754445552826,
2444
+ "learning_rate": 2.3449429648150665e-06,
2445
+ "loss": 0.5414,
2446
+ "step": 348
2447
+ },
2448
+ {
2449
+ "epoch": 1.8864864864864865,
2450
+ "grad_norm": 0.12898264825344086,
2451
+ "learning_rate": 2.1461844085580385e-06,
2452
+ "loss": 0.5634,
2453
+ "step": 349
2454
+ },
2455
+ {
2456
+ "epoch": 1.8918918918918919,
2457
+ "grad_norm": 0.12305044382810593,
2458
+ "learning_rate": 1.9561352038673263e-06,
2459
+ "loss": 0.5484,
2460
+ "step": 350
2461
+ },
2462
+ {
2463
+ "epoch": 1.8972972972972975,
2464
+ "grad_norm": 0.14300554990768433,
2465
+ "learning_rate": 1.7748122658251876e-06,
2466
+ "loss": 0.5359,
2467
+ "step": 351
2468
+ },
2469
+ {
2470
+ "epoch": 1.9027027027027028,
2471
+ "grad_norm": 0.12813441455364227,
2472
+ "learning_rate": 1.6022317328438506e-06,
2473
+ "loss": 0.5343,
2474
+ "step": 352
2475
+ },
2476
+ {
2477
+ "epoch": 1.9081081081081082,
2478
+ "grad_norm": 0.12812206149101257,
2479
+ "learning_rate": 1.4384089652291543e-06,
2480
+ "loss": 0.547,
2481
+ "step": 353
2482
+ },
2483
+ {
2484
+ "epoch": 1.9135135135135135,
2485
+ "grad_norm": 0.12215188145637512,
2486
+ "learning_rate": 1.2833585438134287e-06,
2487
+ "loss": 0.561,
2488
+ "step": 354
2489
+ },
2490
+ {
2491
+ "epoch": 1.9189189189189189,
2492
+ "grad_norm": 0.1359054297208786,
2493
+ "learning_rate": 1.1370942686577347e-06,
2494
+ "loss": 0.553,
2495
+ "step": 355
2496
+ },
2497
+ {
2498
+ "epoch": 1.9243243243243242,
2499
+ "grad_norm": 0.13287091255187988,
2500
+ "learning_rate": 9.996291578236228e-07,
2501
+ "loss": 0.5247,
2502
+ "step": 356
2503
+ },
2504
+ {
2505
+ "epoch": 1.9297297297297298,
2506
+ "grad_norm": 0.12276577204465866,
2507
+ "learning_rate": 8.709754462144615e-07,
2508
+ "loss": 0.5427,
2509
+ "step": 357
2510
+ },
2511
+ {
2512
+ "epoch": 1.9351351351351351,
2513
+ "grad_norm": 0.13017451763153076,
2514
+ "learning_rate": 7.511445844864962e-07,
2515
+ "loss": 0.5476,
2516
+ "step": 358
2517
+ },
2518
+ {
2519
+ "epoch": 1.9405405405405407,
2520
+ "grad_norm": 0.12089353799819946,
2521
+ "learning_rate": 6.401472380297091e-07,
2522
+ "loss": 0.5236,
2523
+ "step": 359
2524
+ },
2525
+ {
2526
+ "epoch": 1.945945945945946,
2527
+ "grad_norm": 0.12430868297815323,
2528
+ "learning_rate": 5.379932860185122e-07,
2529
+ "loss": 0.5372,
2530
+ "step": 360
2531
+ },
2532
+ {
2533
+ "epoch": 1.9513513513513514,
2534
+ "grad_norm": 0.11779884248971939,
2535
+ "learning_rate": 4.44691820532539e-07,
2536
+ "loss": 0.5464,
2537
+ "step": 361
2538
+ },
2539
+ {
2540
+ "epoch": 1.9567567567567568,
2541
+ "grad_norm": 0.1252037137746811,
2542
+ "learning_rate": 3.6025114574734785e-07,
2543
+ "loss": 0.564,
2544
+ "step": 362
2545
+ },
2546
+ {
2547
+ "epoch": 1.962162162162162,
2548
+ "grad_norm": 0.11790075153112411,
2549
+ "learning_rate": 2.846787771953574e-07,
2550
+ "loss": 0.5419,
2551
+ "step": 363
2552
+ },
2553
+ {
2554
+ "epoch": 1.9675675675675675,
2555
+ "grad_norm": 0.11766640096902847,
2556
+ "learning_rate": 2.179814410969261e-07,
2557
+ "loss": 0.5334,
2558
+ "step": 364
2559
+ },
2560
+ {
2561
+ "epoch": 1.972972972972973,
2562
+ "grad_norm": 0.11944753676652908,
2563
+ "learning_rate": 1.6016507376169777e-07,
2564
+ "loss": 0.5384,
2565
+ "step": 365
2566
+ },
2567
+ {
2568
+ "epoch": 1.9783783783783784,
2569
+ "grad_norm": 0.12327762693166733,
2570
+ "learning_rate": 1.1123482106021322e-07,
2571
+ "loss": 0.5508,
2572
+ "step": 366
2573
+ },
2574
+ {
2575
+ "epoch": 1.983783783783784,
2576
+ "grad_norm": 0.1193946972489357,
2577
+ "learning_rate": 7.119503796599868e-08,
2578
+ "loss": 0.5294,
2579
+ "step": 367
2580
+ },
2581
+ {
2582
+ "epoch": 1.9891891891891893,
2583
+ "grad_norm": 0.12587259709835052,
2584
+ "learning_rate": 4.0049288167842705e-08,
2585
+ "loss": 0.5297,
2586
+ "step": 368
2587
+ },
2588
+ {
2589
+ "epoch": 1.9945945945945946,
2590
+ "grad_norm": 0.1217728778719902,
2591
+ "learning_rate": 1.7800343752683023e-08,
2592
+ "loss": 0.5367,
2593
+ "step": 369
2594
+ },
2595
+ {
2596
+ "epoch": 2.0,
2597
+ "grad_norm": 0.12325151264667511,
2598
+ "learning_rate": 4.4501849589040355e-09,
2599
+ "loss": 0.5457,
2600
+ "step": 370
2601
+ }
2602
+ ],
2603
+ "logging_steps": 1,
2604
+ "max_steps": 370,
2605
+ "num_input_tokens_seen": 0,
2606
+ "num_train_epochs": 2,
2607
+ "save_steps": 500,
2608
+ "stateful_callbacks": {
2609
+ "TrainerControl": {
2610
+ "args": {
2611
+ "should_epoch_stop": false,
2612
+ "should_evaluate": false,
2613
+ "should_log": false,
2614
+ "should_save": true,
2615
+ "should_training_stop": true
2616
+ },
2617
+ "attributes": {}
2618
+ }
2619
+ },
2620
+ "total_flos": 1.443139033277399e+19,
2621
+ "train_batch_size": 24,
2622
+ "trial_name": null,
2623
+ "trial_params": null
2624
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8376e5fb3b5233d7c6df79281a4f8ecb4f6315eb253aed76489e1c8a0c5600f6
3
+ size 15032