bethrezen commited on
Commit
e6548c9
·
verified ·
1 Parent(s): 3be355c

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:76152cc994f4920b5295343a85cdef14d16eecc5d5c7d92fb3f90a6becf0ccfb
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,1644 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 1.0,
6
+ "eval_steps": 500,
7
+ "global_step": 230,
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
+ "logging_steps": 1,
1624
+ "max_steps": 460,
1625
+ "num_input_tokens_seen": 0,
1626
+ "num_train_epochs": 2,
1627
+ "save_steps": 500,
1628
+ "stateful_callbacks": {
1629
+ "TrainerControl": {
1630
+ "args": {
1631
+ "should_epoch_stop": false,
1632
+ "should_evaluate": false,
1633
+ "should_log": false,
1634
+ "should_save": true,
1635
+ "should_training_stop": false
1636
+ },
1637
+ "attributes": {}
1638
+ }
1639
+ },
1640
+ "total_flos": 8.970864260913562e+18,
1641
+ "train_batch_size": 24,
1642
+ "trial_name": null,
1643
+ "trial_params": null
1644
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:debcc36fa997a64e53b1abfa40a63b54aa6e2835df049b95a7525a5de910eac8
3
+ size 15032