Stewart Slocum commited on
Commit
da5e62b
·
1 Parent(s): d83b466

Add fine-tuned model

Browse files
README.md ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen3-32B
3
+ library_name: peft
4
+ ---
5
+ ### Framework versions
6
+
7
+ - PEFT 0.15.1
adapter_config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "Qwen/Qwen3-32B",
5
+ "bias": "none",
6
+ "corda_config": null,
7
+ "eva_config": null,
8
+ "exclude_modules": null,
9
+ "fan_in_fan_out": false,
10
+ "inference_mode": true,
11
+ "init_lora_weights": true,
12
+ "layer_replication": null,
13
+ "layers_pattern": null,
14
+ "layers_to_transform": null,
15
+ "loftq_config": {},
16
+ "lora_alpha": 128,
17
+ "lora_bias": false,
18
+ "lora_dropout": 0.0,
19
+ "megatron_config": null,
20
+ "megatron_core": "megatron.core",
21
+ "modules_to_save": null,
22
+ "peft_type": "LORA",
23
+ "r": 64,
24
+ "rank_pattern": {},
25
+ "revision": null,
26
+ "target_modules": [
27
+ "q_proj",
28
+ "k_proj",
29
+ "o_proj",
30
+ "up_proj",
31
+ "v_proj",
32
+ "gate_proj",
33
+ "down_proj"
34
+ ],
35
+ "task_type": "CAUSAL_LM",
36
+ "trainable_token_indices": null,
37
+ "use_dora": false,
38
+ "use_rslora": false
39
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7567fc25a4bf0fb9a10fb760bc5767aa7580b559db1886bc4fa21a033f189b56
3
+ size 2147605960
added_tokens.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "</think>": 151668,
3
+ "</tool_call>": 151658,
4
+ "</tool_response>": 151666,
5
+ "<think>": 151667,
6
+ "<tool_call>": 151657,
7
+ "<tool_response>": 151665,
8
+ "<|box_end|>": 151649,
9
+ "<|box_start|>": 151648,
10
+ "<|endoftext|>": 151643,
11
+ "<|file_sep|>": 151664,
12
+ "<|fim_middle|>": 151660,
13
+ "<|fim_pad|>": 151662,
14
+ "<|fim_prefix|>": 151659,
15
+ "<|fim_suffix|>": 151661,
16
+ "<|im_end|>": 151645,
17
+ "<|im_start|>": 151644,
18
+ "<|image_pad|>": 151655,
19
+ "<|object_ref_end|>": 151647,
20
+ "<|object_ref_start|>": 151646,
21
+ "<|quad_end|>": 151651,
22
+ "<|quad_start|>": 151650,
23
+ "<|repo_name|>": 151663,
24
+ "<|video_pad|>": 151656,
25
+ "<|vision_end|>": 151653,
26
+ "<|vision_pad|>": 151654,
27
+ "<|vision_start|>": 151652
28
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
special_tokens_map.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|im_start|>",
4
+ "<|im_end|>",
5
+ "<|object_ref_start|>",
6
+ "<|object_ref_end|>",
7
+ "<|box_start|>",
8
+ "<|box_end|>",
9
+ "<|quad_start|>",
10
+ "<|quad_end|>",
11
+ "<|vision_start|>",
12
+ "<|vision_end|>",
13
+ "<|vision_pad|>",
14
+ "<|image_pad|>",
15
+ "<|video_pad|>"
16
+ ],
17
+ "eos_token": {
18
+ "content": "<|im_end|>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ },
24
+ "pad_token": {
25
+ "content": "<|endoftext|>",
26
+ "lstrip": false,
27
+ "normalized": false,
28
+ "rstrip": false,
29
+ "single_word": false
30
+ }
31
+ }
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:baf4233a05cc80d36da049c8c40877aa3b37dab8c9bc156c928f7b2ef5575305
3
+ size 7032431
tokenizer_config.json ADDED
@@ -0,0 +1,241 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_prefix_space": false,
4
+ "added_tokens_decoder": {
5
+ "151643": {
6
+ "content": "<|endoftext|>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "151644": {
14
+ "content": "<|im_start|>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "151645": {
22
+ "content": "<|im_end|>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ },
29
+ "151646": {
30
+ "content": "<|object_ref_start|>",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": true
36
+ },
37
+ "151647": {
38
+ "content": "<|object_ref_end|>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false,
43
+ "special": true
44
+ },
45
+ "151648": {
46
+ "content": "<|box_start|>",
47
+ "lstrip": false,
48
+ "normalized": false,
49
+ "rstrip": false,
50
+ "single_word": false,
51
+ "special": true
52
+ },
53
+ "151649": {
54
+ "content": "<|box_end|>",
55
+ "lstrip": false,
56
+ "normalized": false,
57
+ "rstrip": false,
58
+ "single_word": false,
59
+ "special": true
60
+ },
61
+ "151650": {
62
+ "content": "<|quad_start|>",
63
+ "lstrip": false,
64
+ "normalized": false,
65
+ "rstrip": false,
66
+ "single_word": false,
67
+ "special": true
68
+ },
69
+ "151651": {
70
+ "content": "<|quad_end|>",
71
+ "lstrip": false,
72
+ "normalized": false,
73
+ "rstrip": false,
74
+ "single_word": false,
75
+ "special": true
76
+ },
77
+ "151652": {
78
+ "content": "<|vision_start|>",
79
+ "lstrip": false,
80
+ "normalized": false,
81
+ "rstrip": false,
82
+ "single_word": false,
83
+ "special": true
84
+ },
85
+ "151653": {
86
+ "content": "<|vision_end|>",
87
+ "lstrip": false,
88
+ "normalized": false,
89
+ "rstrip": false,
90
+ "single_word": false,
91
+ "special": true
92
+ },
93
+ "151654": {
94
+ "content": "<|vision_pad|>",
95
+ "lstrip": false,
96
+ "normalized": false,
97
+ "rstrip": false,
98
+ "single_word": false,
99
+ "special": true
100
+ },
101
+ "151655": {
102
+ "content": "<|image_pad|>",
103
+ "lstrip": false,
104
+ "normalized": false,
105
+ "rstrip": false,
106
+ "single_word": false,
107
+ "special": true
108
+ },
109
+ "151656": {
110
+ "content": "<|video_pad|>",
111
+ "lstrip": false,
112
+ "normalized": false,
113
+ "rstrip": false,
114
+ "single_word": false,
115
+ "special": true
116
+ },
117
+ "151657": {
118
+ "content": "<tool_call>",
119
+ "lstrip": false,
120
+ "normalized": false,
121
+ "rstrip": false,
122
+ "single_word": false,
123
+ "special": false
124
+ },
125
+ "151658": {
126
+ "content": "</tool_call>",
127
+ "lstrip": false,
128
+ "normalized": false,
129
+ "rstrip": false,
130
+ "single_word": false,
131
+ "special": false
132
+ },
133
+ "151659": {
134
+ "content": "<|fim_prefix|>",
135
+ "lstrip": false,
136
+ "normalized": false,
137
+ "rstrip": false,
138
+ "single_word": false,
139
+ "special": false
140
+ },
141
+ "151660": {
142
+ "content": "<|fim_middle|>",
143
+ "lstrip": false,
144
+ "normalized": false,
145
+ "rstrip": false,
146
+ "single_word": false,
147
+ "special": false
148
+ },
149
+ "151661": {
150
+ "content": "<|fim_suffix|>",
151
+ "lstrip": false,
152
+ "normalized": false,
153
+ "rstrip": false,
154
+ "single_word": false,
155
+ "special": false
156
+ },
157
+ "151662": {
158
+ "content": "<|fim_pad|>",
159
+ "lstrip": false,
160
+ "normalized": false,
161
+ "rstrip": false,
162
+ "single_word": false,
163
+ "special": false
164
+ },
165
+ "151663": {
166
+ "content": "<|repo_name|>",
167
+ "lstrip": false,
168
+ "normalized": false,
169
+ "rstrip": false,
170
+ "single_word": false,
171
+ "special": false
172
+ },
173
+ "151664": {
174
+ "content": "<|file_sep|>",
175
+ "lstrip": false,
176
+ "normalized": false,
177
+ "rstrip": false,
178
+ "single_word": false,
179
+ "special": false
180
+ },
181
+ "151665": {
182
+ "content": "<tool_response>",
183
+ "lstrip": false,
184
+ "normalized": false,
185
+ "rstrip": false,
186
+ "single_word": false,
187
+ "special": false
188
+ },
189
+ "151666": {
190
+ "content": "</tool_response>",
191
+ "lstrip": false,
192
+ "normalized": false,
193
+ "rstrip": false,
194
+ "single_word": false,
195
+ "special": false
196
+ },
197
+ "151667": {
198
+ "content": "<think>",
199
+ "lstrip": false,
200
+ "normalized": false,
201
+ "rstrip": false,
202
+ "single_word": false,
203
+ "special": false
204
+ },
205
+ "151668": {
206
+ "content": "</think>",
207
+ "lstrip": false,
208
+ "normalized": false,
209
+ "rstrip": false,
210
+ "single_word": false,
211
+ "special": false
212
+ }
213
+ },
214
+ "additional_special_tokens": [
215
+ "<|im_start|>",
216
+ "<|im_end|>",
217
+ "<|object_ref_start|>",
218
+ "<|object_ref_end|>",
219
+ "<|box_start|>",
220
+ "<|box_end|>",
221
+ "<|quad_start|>",
222
+ "<|quad_end|>",
223
+ "<|vision_start|>",
224
+ "<|vision_end|>",
225
+ "<|vision_pad|>",
226
+ "<|image_pad|>",
227
+ "<|video_pad|>"
228
+ ],
229
+ "bos_token": null,
230
+ "chat_template": "{%- if tools %}\n {{- '<|im_start|>system\\n' }}\n {%- if messages[0].role == 'system' %}\n {{- messages[0].content + '\\n\\n' }}\n {%- endif %}\n {{- \"# Tools\\n\\nYou may call one or more functions to assist with the user query.\\n\\nYou are provided with function signatures within <tools></tools> XML tags:\\n<tools>\" }}\n {%- for tool in tools %}\n {{- \"\\n\" }}\n {{- tool | tojson }}\n {%- endfor %}\n {{- \"\\n</tools>\\n\\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\\n<tool_call>\\n{\\\"name\\\": <function-name>, \\\"arguments\\\": <args-json-object>}\\n</tool_call><|im_end|>\\n\" }}\n{%- else %}\n {%- if messages[0].role == 'system' %}\n {{- '<|im_start|>system\\n' + messages[0].content + '<|im_end|>\\n' }}\n {%- endif %}\n{%- endif %}\n{%- set ns = namespace(multi_step_tool=true, last_query_index=messages|length - 1) %}\n{%- for message in messages[::-1] %}\n {%- set index = (messages|length - 1) - loop.index0 %}\n {%- if ns.multi_step_tool and message.role == \"user\" and message.content is string and not(message.content.startswith('<tool_response>') and message.content.endswith('</tool_response>')) %}\n {%- set ns.multi_step_tool = false %}\n {%- set ns.last_query_index = index %}\n {%- endif %}\n{%- endfor %}\n{%- for message in messages %}\n {%- if message.content is string %}\n {%- set content = message.content %}\n {%- else %}\n {%- set content = '' %}\n {%- endif %}\n {%- if (message.role == \"user\") or (message.role == \"system\" and not loop.first) %}\n {{- '<|im_start|>' + message.role + '\\n' + content + '<|im_end|>' + '\\n' }}\n {%- elif message.role == \"assistant\" %}\n {%- set reasoning_content = '' %}\n {%- if message.reasoning_content is string %}\n {%- set reasoning_content = message.reasoning_content %}\n {%- else %}\n {%- if '</think>' in content %}\n {%- set reasoning_content = content.split('</think>')[0].rstrip('\\n').split('<think>')[-1].lstrip('\\n') %}\n {%- set content = content.split('</think>')[-1].lstrip('\\n') %}\n {%- endif %}\n {%- endif %}\n {%- if loop.index0 > ns.last_query_index %}\n {%- if loop.last or (not loop.last and reasoning_content) %}\n {{- '<|im_start|>' + message.role + '\\n<think>\\n' + reasoning_content.strip('\\n') + '\\n</think>\\n\\n' + content.lstrip('\\n') }}\n {%- else %}\n {{- '<|im_start|>' + message.role + '\\n' + content }}\n {%- endif %}\n {%- else %}\n {{- '<|im_start|>' + message.role + '\\n' + content }}\n {%- endif %}\n {%- if message.tool_calls %}\n {%- for tool_call in message.tool_calls %}\n {%- if (loop.first and content) or (not loop.first) %}\n {{- '\\n' }}\n {%- endif %}\n {%- if tool_call.function %}\n {%- set tool_call = tool_call.function %}\n {%- endif %}\n {{- '<tool_call>\\n{\"name\": \"' }}\n {{- tool_call.name }}\n {{- '\", \"arguments\": ' }}\n {%- if tool_call.arguments is string %}\n {{- tool_call.arguments }}\n {%- else %}\n {{- tool_call.arguments | tojson }}\n {%- endif %}\n {{- '}\\n</tool_call>' }}\n {%- endfor %}\n {%- endif %}\n {{- '<|im_end|>\\n' }}\n {%- elif message.role == \"tool\" %}\n {%- if loop.first or (messages[loop.index0 - 1].role != \"tool\") %}\n {{- '<|im_start|>user' }}\n {%- endif %}\n {{- '\\n<tool_response>\\n' }}\n {{- content }}\n {{- '\\n</tool_response>' }}\n {%- if loop.last or (messages[loop.index0 + 1].role != \"tool\") %}\n {{- '<|im_end|>\\n' }}\n {%- endif %}\n {%- endif %}\n{%- endfor %}\n{%- if add_generation_prompt %}\n {{- '<|im_start|>assistant\\n' }}\n {%- if enable_thinking is defined and enable_thinking is false %}\n {{- '<think>\\n\\n</think>\\n\\n' }}\n {%- endif %}\n{%- endif %}",
231
+ "clean_up_tokenization_spaces": false,
232
+ "eos_token": "<|im_end|>",
233
+ "errors": "replace",
234
+ "extra_special_tokens": {},
235
+ "model_max_length": 131072,
236
+ "pad_token": "<|endoftext|>",
237
+ "padding_side": "right",
238
+ "split_special_tokens": false,
239
+ "tokenizer_class": "Qwen2Tokenizer",
240
+ "unk_token": null
241
+ }
trainer_state.json ADDED
@@ -0,0 +1,1232 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 1.0,
6
+ "eval_steps": 170,
7
+ "global_step": 170,
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.0058823529411764705,
14
+ "grad_norm": 0.740064799785614,
15
+ "learning_rate": 1e-05,
16
+ "loss": 2.4395,
17
+ "step": 1
18
+ },
19
+ {
20
+ "epoch": 0.011764705882352941,
21
+ "grad_norm": 0.7219232320785522,
22
+ "learning_rate": 9.941176470588236e-06,
23
+ "loss": 2.3902,
24
+ "step": 2
25
+ },
26
+ {
27
+ "epoch": 0.01764705882352941,
28
+ "grad_norm": 0.77315753698349,
29
+ "learning_rate": 9.882352941176472e-06,
30
+ "loss": 2.4516,
31
+ "step": 3
32
+ },
33
+ {
34
+ "epoch": 0.023529411764705882,
35
+ "grad_norm": 0.7578166127204895,
36
+ "learning_rate": 9.823529411764706e-06,
37
+ "loss": 2.4148,
38
+ "step": 4
39
+ },
40
+ {
41
+ "epoch": 0.029411764705882353,
42
+ "grad_norm": 0.7205833196640015,
43
+ "learning_rate": 9.764705882352942e-06,
44
+ "loss": 2.3372,
45
+ "step": 5
46
+ },
47
+ {
48
+ "epoch": 0.03529411764705882,
49
+ "grad_norm": 0.7160035967826843,
50
+ "learning_rate": 9.705882352941177e-06,
51
+ "loss": 2.2849,
52
+ "step": 6
53
+ },
54
+ {
55
+ "epoch": 0.041176470588235294,
56
+ "grad_norm": 0.8269237875938416,
57
+ "learning_rate": 9.647058823529412e-06,
58
+ "loss": 2.3719,
59
+ "step": 7
60
+ },
61
+ {
62
+ "epoch": 0.047058823529411764,
63
+ "grad_norm": 0.7316713333129883,
64
+ "learning_rate": 9.588235294117649e-06,
65
+ "loss": 2.2175,
66
+ "step": 8
67
+ },
68
+ {
69
+ "epoch": 0.052941176470588235,
70
+ "grad_norm": 0.7852907776832581,
71
+ "learning_rate": 9.529411764705882e-06,
72
+ "loss": 2.2489,
73
+ "step": 9
74
+ },
75
+ {
76
+ "epoch": 0.058823529411764705,
77
+ "grad_norm": 0.7100040316581726,
78
+ "learning_rate": 9.470588235294119e-06,
79
+ "loss": 2.1828,
80
+ "step": 10
81
+ },
82
+ {
83
+ "epoch": 0.06470588235294118,
84
+ "grad_norm": 0.6905198693275452,
85
+ "learning_rate": 9.411764705882354e-06,
86
+ "loss": 2.1709,
87
+ "step": 11
88
+ },
89
+ {
90
+ "epoch": 0.07058823529411765,
91
+ "grad_norm": 0.6189457774162292,
92
+ "learning_rate": 9.352941176470589e-06,
93
+ "loss": 2.1152,
94
+ "step": 12
95
+ },
96
+ {
97
+ "epoch": 0.07647058823529412,
98
+ "grad_norm": 0.5859349370002747,
99
+ "learning_rate": 9.294117647058824e-06,
100
+ "loss": 2.0362,
101
+ "step": 13
102
+ },
103
+ {
104
+ "epoch": 0.08235294117647059,
105
+ "grad_norm": 0.6242568492889404,
106
+ "learning_rate": 9.23529411764706e-06,
107
+ "loss": 2.0808,
108
+ "step": 14
109
+ },
110
+ {
111
+ "epoch": 0.08823529411764706,
112
+ "grad_norm": 0.6139904856681824,
113
+ "learning_rate": 9.176470588235294e-06,
114
+ "loss": 2.017,
115
+ "step": 15
116
+ },
117
+ {
118
+ "epoch": 0.09411764705882353,
119
+ "grad_norm": 0.6155012249946594,
120
+ "learning_rate": 9.11764705882353e-06,
121
+ "loss": 2.0315,
122
+ "step": 16
123
+ },
124
+ {
125
+ "epoch": 0.1,
126
+ "grad_norm": 0.6213613152503967,
127
+ "learning_rate": 9.058823529411765e-06,
128
+ "loss": 1.9902,
129
+ "step": 17
130
+ },
131
+ {
132
+ "epoch": 0.10588235294117647,
133
+ "grad_norm": 0.584740936756134,
134
+ "learning_rate": 9e-06,
135
+ "loss": 1.9679,
136
+ "step": 18
137
+ },
138
+ {
139
+ "epoch": 0.11176470588235295,
140
+ "grad_norm": 0.5694301128387451,
141
+ "learning_rate": 8.941176470588237e-06,
142
+ "loss": 1.9416,
143
+ "step": 19
144
+ },
145
+ {
146
+ "epoch": 0.11764705882352941,
147
+ "grad_norm": 0.5494748950004578,
148
+ "learning_rate": 8.88235294117647e-06,
149
+ "loss": 1.9129,
150
+ "step": 20
151
+ },
152
+ {
153
+ "epoch": 0.12352941176470589,
154
+ "grad_norm": 0.5430072546005249,
155
+ "learning_rate": 8.823529411764707e-06,
156
+ "loss": 1.89,
157
+ "step": 21
158
+ },
159
+ {
160
+ "epoch": 0.12941176470588237,
161
+ "grad_norm": 0.5303496718406677,
162
+ "learning_rate": 8.764705882352942e-06,
163
+ "loss": 1.8751,
164
+ "step": 22
165
+ },
166
+ {
167
+ "epoch": 0.13529411764705881,
168
+ "grad_norm": 0.5339208841323853,
169
+ "learning_rate": 8.705882352941177e-06,
170
+ "loss": 1.8598,
171
+ "step": 23
172
+ },
173
+ {
174
+ "epoch": 0.1411764705882353,
175
+ "grad_norm": 0.5348221659660339,
176
+ "learning_rate": 8.647058823529413e-06,
177
+ "loss": 1.8426,
178
+ "step": 24
179
+ },
180
+ {
181
+ "epoch": 0.14705882352941177,
182
+ "grad_norm": 0.4850575923919678,
183
+ "learning_rate": 8.588235294117647e-06,
184
+ "loss": 1.8126,
185
+ "step": 25
186
+ },
187
+ {
188
+ "epoch": 0.15294117647058825,
189
+ "grad_norm": 0.5005661845207214,
190
+ "learning_rate": 8.529411764705883e-06,
191
+ "loss": 1.8054,
192
+ "step": 26
193
+ },
194
+ {
195
+ "epoch": 0.1588235294117647,
196
+ "grad_norm": 0.47416189312934875,
197
+ "learning_rate": 8.470588235294118e-06,
198
+ "loss": 1.7775,
199
+ "step": 27
200
+ },
201
+ {
202
+ "epoch": 0.16470588235294117,
203
+ "grad_norm": 0.49917134642601013,
204
+ "learning_rate": 8.411764705882353e-06,
205
+ "loss": 1.7834,
206
+ "step": 28
207
+ },
208
+ {
209
+ "epoch": 0.17058823529411765,
210
+ "grad_norm": 0.4690726101398468,
211
+ "learning_rate": 8.35294117647059e-06,
212
+ "loss": 1.769,
213
+ "step": 29
214
+ },
215
+ {
216
+ "epoch": 0.17647058823529413,
217
+ "grad_norm": 0.4899074137210846,
218
+ "learning_rate": 8.294117647058825e-06,
219
+ "loss": 1.7534,
220
+ "step": 30
221
+ },
222
+ {
223
+ "epoch": 0.18235294117647058,
224
+ "grad_norm": 0.4322926104068756,
225
+ "learning_rate": 8.23529411764706e-06,
226
+ "loss": 1.7127,
227
+ "step": 31
228
+ },
229
+ {
230
+ "epoch": 0.18823529411764706,
231
+ "grad_norm": 0.4963333010673523,
232
+ "learning_rate": 8.176470588235295e-06,
233
+ "loss": 1.7316,
234
+ "step": 32
235
+ },
236
+ {
237
+ "epoch": 0.19411764705882353,
238
+ "grad_norm": 0.4416678547859192,
239
+ "learning_rate": 8.11764705882353e-06,
240
+ "loss": 1.6911,
241
+ "step": 33
242
+ },
243
+ {
244
+ "epoch": 0.2,
245
+ "grad_norm": 0.44732019305229187,
246
+ "learning_rate": 8.058823529411766e-06,
247
+ "loss": 1.6832,
248
+ "step": 34
249
+ },
250
+ {
251
+ "epoch": 0.20588235294117646,
252
+ "grad_norm": 0.4325319528579712,
253
+ "learning_rate": 8.000000000000001e-06,
254
+ "loss": 1.6849,
255
+ "step": 35
256
+ },
257
+ {
258
+ "epoch": 0.21176470588235294,
259
+ "grad_norm": 0.4243956506252289,
260
+ "learning_rate": 7.941176470588236e-06,
261
+ "loss": 1.6471,
262
+ "step": 36
263
+ },
264
+ {
265
+ "epoch": 0.21764705882352942,
266
+ "grad_norm": 0.41187071800231934,
267
+ "learning_rate": 7.882352941176471e-06,
268
+ "loss": 1.654,
269
+ "step": 37
270
+ },
271
+ {
272
+ "epoch": 0.2235294117647059,
273
+ "grad_norm": 0.40401241183280945,
274
+ "learning_rate": 7.823529411764706e-06,
275
+ "loss": 1.644,
276
+ "step": 38
277
+ },
278
+ {
279
+ "epoch": 0.22941176470588234,
280
+ "grad_norm": 0.4079605042934418,
281
+ "learning_rate": 7.764705882352941e-06,
282
+ "loss": 1.6209,
283
+ "step": 39
284
+ },
285
+ {
286
+ "epoch": 0.23529411764705882,
287
+ "grad_norm": 0.37295785546302795,
288
+ "learning_rate": 7.705882352941178e-06,
289
+ "loss": 1.6111,
290
+ "step": 40
291
+ },
292
+ {
293
+ "epoch": 0.2411764705882353,
294
+ "grad_norm": 0.37890729308128357,
295
+ "learning_rate": 7.647058823529411e-06,
296
+ "loss": 1.6122,
297
+ "step": 41
298
+ },
299
+ {
300
+ "epoch": 0.24705882352941178,
301
+ "grad_norm": 0.3897000849246979,
302
+ "learning_rate": 7.588235294117648e-06,
303
+ "loss": 1.594,
304
+ "step": 42
305
+ },
306
+ {
307
+ "epoch": 0.2529411764705882,
308
+ "grad_norm": 0.37150734663009644,
309
+ "learning_rate": 7.529411764705883e-06,
310
+ "loss": 1.5683,
311
+ "step": 43
312
+ },
313
+ {
314
+ "epoch": 0.25882352941176473,
315
+ "grad_norm": 0.3686462342739105,
316
+ "learning_rate": 7.4705882352941185e-06,
317
+ "loss": 1.5578,
318
+ "step": 44
319
+ },
320
+ {
321
+ "epoch": 0.2647058823529412,
322
+ "grad_norm": 0.3615223467350006,
323
+ "learning_rate": 7.4117647058823535e-06,
324
+ "loss": 1.5553,
325
+ "step": 45
326
+ },
327
+ {
328
+ "epoch": 0.27058823529411763,
329
+ "grad_norm": 0.341239333152771,
330
+ "learning_rate": 7.352941176470589e-06,
331
+ "loss": 1.5504,
332
+ "step": 46
333
+ },
334
+ {
335
+ "epoch": 0.27647058823529413,
336
+ "grad_norm": 0.32972443103790283,
337
+ "learning_rate": 7.294117647058823e-06,
338
+ "loss": 1.5523,
339
+ "step": 47
340
+ },
341
+ {
342
+ "epoch": 0.2823529411764706,
343
+ "grad_norm": 0.3313795328140259,
344
+ "learning_rate": 7.235294117647059e-06,
345
+ "loss": 1.5367,
346
+ "step": 48
347
+ },
348
+ {
349
+ "epoch": 0.28823529411764703,
350
+ "grad_norm": 0.3319094479084015,
351
+ "learning_rate": 7.176470588235295e-06,
352
+ "loss": 1.5233,
353
+ "step": 49
354
+ },
355
+ {
356
+ "epoch": 0.29411764705882354,
357
+ "grad_norm": 0.3231871426105499,
358
+ "learning_rate": 7.11764705882353e-06,
359
+ "loss": 1.5064,
360
+ "step": 50
361
+ },
362
+ {
363
+ "epoch": 0.3,
364
+ "grad_norm": 0.3074081838130951,
365
+ "learning_rate": 7.058823529411766e-06,
366
+ "loss": 1.4804,
367
+ "step": 51
368
+ },
369
+ {
370
+ "epoch": 0.3058823529411765,
371
+ "grad_norm": 0.329453706741333,
372
+ "learning_rate": 7e-06,
373
+ "loss": 1.5033,
374
+ "step": 52
375
+ },
376
+ {
377
+ "epoch": 0.31176470588235294,
378
+ "grad_norm": 0.3119613826274872,
379
+ "learning_rate": 6.941176470588236e-06,
380
+ "loss": 1.4898,
381
+ "step": 53
382
+ },
383
+ {
384
+ "epoch": 0.3176470588235294,
385
+ "grad_norm": 0.31654036045074463,
386
+ "learning_rate": 6.8823529411764715e-06,
387
+ "loss": 1.4599,
388
+ "step": 54
389
+ },
390
+ {
391
+ "epoch": 0.3235294117647059,
392
+ "grad_norm": 0.29753053188323975,
393
+ "learning_rate": 6.8235294117647065e-06,
394
+ "loss": 1.4625,
395
+ "step": 55
396
+ },
397
+ {
398
+ "epoch": 0.32941176470588235,
399
+ "grad_norm": 0.30820533633232117,
400
+ "learning_rate": 6.764705882352942e-06,
401
+ "loss": 1.4759,
402
+ "step": 56
403
+ },
404
+ {
405
+ "epoch": 0.3352941176470588,
406
+ "grad_norm": 0.29135259985923767,
407
+ "learning_rate": 6.705882352941176e-06,
408
+ "loss": 1.4699,
409
+ "step": 57
410
+ },
411
+ {
412
+ "epoch": 0.3411764705882353,
413
+ "grad_norm": 0.2927163243293762,
414
+ "learning_rate": 6.647058823529412e-06,
415
+ "loss": 1.4428,
416
+ "step": 58
417
+ },
418
+ {
419
+ "epoch": 0.34705882352941175,
420
+ "grad_norm": 0.3006676137447357,
421
+ "learning_rate": 6.588235294117647e-06,
422
+ "loss": 1.451,
423
+ "step": 59
424
+ },
425
+ {
426
+ "epoch": 0.35294117647058826,
427
+ "grad_norm": 0.29078030586242676,
428
+ "learning_rate": 6.529411764705883e-06,
429
+ "loss": 1.4352,
430
+ "step": 60
431
+ },
432
+ {
433
+ "epoch": 0.3588235294117647,
434
+ "grad_norm": 0.28280261158943176,
435
+ "learning_rate": 6.470588235294119e-06,
436
+ "loss": 1.4295,
437
+ "step": 61
438
+ },
439
+ {
440
+ "epoch": 0.36470588235294116,
441
+ "grad_norm": 0.3001053035259247,
442
+ "learning_rate": 6.411764705882354e-06,
443
+ "loss": 1.4375,
444
+ "step": 62
445
+ },
446
+ {
447
+ "epoch": 0.37058823529411766,
448
+ "grad_norm": 0.28294065594673157,
449
+ "learning_rate": 6.352941176470589e-06,
450
+ "loss": 1.4144,
451
+ "step": 63
452
+ },
453
+ {
454
+ "epoch": 0.3764705882352941,
455
+ "grad_norm": 0.2832286059856415,
456
+ "learning_rate": 6.294117647058824e-06,
457
+ "loss": 1.4207,
458
+ "step": 64
459
+ },
460
+ {
461
+ "epoch": 0.38235294117647056,
462
+ "grad_norm": 0.2754327952861786,
463
+ "learning_rate": 6.2352941176470595e-06,
464
+ "loss": 1.4362,
465
+ "step": 65
466
+ },
467
+ {
468
+ "epoch": 0.38823529411764707,
469
+ "grad_norm": 0.28400981426239014,
470
+ "learning_rate": 6.176470588235295e-06,
471
+ "loss": 1.382,
472
+ "step": 66
473
+ },
474
+ {
475
+ "epoch": 0.3941176470588235,
476
+ "grad_norm": 0.2783932387828827,
477
+ "learning_rate": 6.11764705882353e-06,
478
+ "loss": 1.4018,
479
+ "step": 67
480
+ },
481
+ {
482
+ "epoch": 0.4,
483
+ "grad_norm": 0.270181268453598,
484
+ "learning_rate": 6.058823529411765e-06,
485
+ "loss": 1.4002,
486
+ "step": 68
487
+ },
488
+ {
489
+ "epoch": 0.40588235294117647,
490
+ "grad_norm": 0.28010931611061096,
491
+ "learning_rate": 6e-06,
492
+ "loss": 1.3927,
493
+ "step": 69
494
+ },
495
+ {
496
+ "epoch": 0.4117647058823529,
497
+ "grad_norm": 0.28210070729255676,
498
+ "learning_rate": 5.941176470588236e-06,
499
+ "loss": 1.3775,
500
+ "step": 70
501
+ },
502
+ {
503
+ "epoch": 0.4176470588235294,
504
+ "grad_norm": 0.26174265146255493,
505
+ "learning_rate": 5.882352941176471e-06,
506
+ "loss": 1.3791,
507
+ "step": 71
508
+ },
509
+ {
510
+ "epoch": 0.4235294117647059,
511
+ "grad_norm": 0.2730426788330078,
512
+ "learning_rate": 5.823529411764707e-06,
513
+ "loss": 1.3865,
514
+ "step": 72
515
+ },
516
+ {
517
+ "epoch": 0.4294117647058823,
518
+ "grad_norm": 0.25816625356674194,
519
+ "learning_rate": 5.764705882352941e-06,
520
+ "loss": 1.357,
521
+ "step": 73
522
+ },
523
+ {
524
+ "epoch": 0.43529411764705883,
525
+ "grad_norm": 0.25862398743629456,
526
+ "learning_rate": 5.705882352941177e-06,
527
+ "loss": 1.3597,
528
+ "step": 74
529
+ },
530
+ {
531
+ "epoch": 0.4411764705882353,
532
+ "grad_norm": 0.2514458894729614,
533
+ "learning_rate": 5.6470588235294125e-06,
534
+ "loss": 1.3971,
535
+ "step": 75
536
+ },
537
+ {
538
+ "epoch": 0.4470588235294118,
539
+ "grad_norm": 0.2639279067516327,
540
+ "learning_rate": 5.588235294117647e-06,
541
+ "loss": 1.3693,
542
+ "step": 76
543
+ },
544
+ {
545
+ "epoch": 0.45294117647058824,
546
+ "grad_norm": 0.26090630888938904,
547
+ "learning_rate": 5.529411764705883e-06,
548
+ "loss": 1.3681,
549
+ "step": 77
550
+ },
551
+ {
552
+ "epoch": 0.4588235294117647,
553
+ "grad_norm": 0.2618473470211029,
554
+ "learning_rate": 5.470588235294119e-06,
555
+ "loss": 1.3568,
556
+ "step": 78
557
+ },
558
+ {
559
+ "epoch": 0.4647058823529412,
560
+ "grad_norm": 0.25189754366874695,
561
+ "learning_rate": 5.411764705882353e-06,
562
+ "loss": 1.3628,
563
+ "step": 79
564
+ },
565
+ {
566
+ "epoch": 0.47058823529411764,
567
+ "grad_norm": 0.2481844574213028,
568
+ "learning_rate": 5.352941176470589e-06,
569
+ "loss": 1.3382,
570
+ "step": 80
571
+ },
572
+ {
573
+ "epoch": 0.4764705882352941,
574
+ "grad_norm": 0.24728593230247498,
575
+ "learning_rate": 5.294117647058824e-06,
576
+ "loss": 1.3288,
577
+ "step": 81
578
+ },
579
+ {
580
+ "epoch": 0.4823529411764706,
581
+ "grad_norm": 0.25381624698638916,
582
+ "learning_rate": 5.23529411764706e-06,
583
+ "loss": 1.3215,
584
+ "step": 82
585
+ },
586
+ {
587
+ "epoch": 0.48823529411764705,
588
+ "grad_norm": 0.2516557276248932,
589
+ "learning_rate": 5.176470588235295e-06,
590
+ "loss": 1.3264,
591
+ "step": 83
592
+ },
593
+ {
594
+ "epoch": 0.49411764705882355,
595
+ "grad_norm": 0.24683943390846252,
596
+ "learning_rate": 5.11764705882353e-06,
597
+ "loss": 1.3244,
598
+ "step": 84
599
+ },
600
+ {
601
+ "epoch": 0.5,
602
+ "grad_norm": 0.24650059640407562,
603
+ "learning_rate": 5.058823529411765e-06,
604
+ "loss": 1.3259,
605
+ "step": 85
606
+ },
607
+ {
608
+ "epoch": 0.5058823529411764,
609
+ "grad_norm": 0.2529411017894745,
610
+ "learning_rate": 5e-06,
611
+ "loss": 1.3313,
612
+ "step": 86
613
+ },
614
+ {
615
+ "epoch": 0.5117647058823529,
616
+ "grad_norm": 0.2540332078933716,
617
+ "learning_rate": 4.941176470588236e-06,
618
+ "loss": 1.33,
619
+ "step": 87
620
+ },
621
+ {
622
+ "epoch": 0.5176470588235295,
623
+ "grad_norm": 0.25214681029319763,
624
+ "learning_rate": 4.882352941176471e-06,
625
+ "loss": 1.2992,
626
+ "step": 88
627
+ },
628
+ {
629
+ "epoch": 0.5235294117647059,
630
+ "grad_norm": 0.27215129137039185,
631
+ "learning_rate": 4.823529411764706e-06,
632
+ "loss": 1.3119,
633
+ "step": 89
634
+ },
635
+ {
636
+ "epoch": 0.5294117647058824,
637
+ "grad_norm": 0.2611463665962219,
638
+ "learning_rate": 4.764705882352941e-06,
639
+ "loss": 1.3265,
640
+ "step": 90
641
+ },
642
+ {
643
+ "epoch": 0.5352941176470588,
644
+ "grad_norm": 0.2502508759498596,
645
+ "learning_rate": 4.705882352941177e-06,
646
+ "loss": 1.2926,
647
+ "step": 91
648
+ },
649
+ {
650
+ "epoch": 0.5411764705882353,
651
+ "grad_norm": 0.26345929503440857,
652
+ "learning_rate": 4.647058823529412e-06,
653
+ "loss": 1.2975,
654
+ "step": 92
655
+ },
656
+ {
657
+ "epoch": 0.5470588235294118,
658
+ "grad_norm": 0.2609890401363373,
659
+ "learning_rate": 4.588235294117647e-06,
660
+ "loss": 1.2921,
661
+ "step": 93
662
+ },
663
+ {
664
+ "epoch": 0.5529411764705883,
665
+ "grad_norm": 0.2622078061103821,
666
+ "learning_rate": 4.529411764705883e-06,
667
+ "loss": 1.3016,
668
+ "step": 94
669
+ },
670
+ {
671
+ "epoch": 0.5588235294117647,
672
+ "grad_norm": 0.2562355101108551,
673
+ "learning_rate": 4.4705882352941184e-06,
674
+ "loss": 1.2908,
675
+ "step": 95
676
+ },
677
+ {
678
+ "epoch": 0.5647058823529412,
679
+ "grad_norm": 0.25484997034072876,
680
+ "learning_rate": 4.411764705882353e-06,
681
+ "loss": 1.3199,
682
+ "step": 96
683
+ },
684
+ {
685
+ "epoch": 0.5705882352941176,
686
+ "grad_norm": 0.25862494111061096,
687
+ "learning_rate": 4.352941176470588e-06,
688
+ "loss": 1.2855,
689
+ "step": 97
690
+ },
691
+ {
692
+ "epoch": 0.5764705882352941,
693
+ "grad_norm": 0.27047714591026306,
694
+ "learning_rate": 4.294117647058823e-06,
695
+ "loss": 1.3165,
696
+ "step": 98
697
+ },
698
+ {
699
+ "epoch": 0.5823529411764706,
700
+ "grad_norm": 0.2632170021533966,
701
+ "learning_rate": 4.235294117647059e-06,
702
+ "loss": 1.2912,
703
+ "step": 99
704
+ },
705
+ {
706
+ "epoch": 0.5882352941176471,
707
+ "grad_norm": 0.25326305627822876,
708
+ "learning_rate": 4.176470588235295e-06,
709
+ "loss": 1.3053,
710
+ "step": 100
711
+ },
712
+ {
713
+ "epoch": 0.5941176470588235,
714
+ "grad_norm": 0.26147395372390747,
715
+ "learning_rate": 4.11764705882353e-06,
716
+ "loss": 1.2973,
717
+ "step": 101
718
+ },
719
+ {
720
+ "epoch": 0.6,
721
+ "grad_norm": 0.26799634099006653,
722
+ "learning_rate": 4.058823529411765e-06,
723
+ "loss": 1.2794,
724
+ "step": 102
725
+ },
726
+ {
727
+ "epoch": 0.6058823529411764,
728
+ "grad_norm": 0.2632071077823639,
729
+ "learning_rate": 4.000000000000001e-06,
730
+ "loss": 1.2867,
731
+ "step": 103
732
+ },
733
+ {
734
+ "epoch": 0.611764705882353,
735
+ "grad_norm": 0.27080872654914856,
736
+ "learning_rate": 3.941176470588236e-06,
737
+ "loss": 1.277,
738
+ "step": 104
739
+ },
740
+ {
741
+ "epoch": 0.6176470588235294,
742
+ "grad_norm": 0.2697356939315796,
743
+ "learning_rate": 3.882352941176471e-06,
744
+ "loss": 1.2697,
745
+ "step": 105
746
+ },
747
+ {
748
+ "epoch": 0.6235294117647059,
749
+ "grad_norm": 0.27979159355163574,
750
+ "learning_rate": 3.8235294117647055e-06,
751
+ "loss": 1.2746,
752
+ "step": 106
753
+ },
754
+ {
755
+ "epoch": 0.6294117647058823,
756
+ "grad_norm": 0.2690213620662689,
757
+ "learning_rate": 3.7647058823529414e-06,
758
+ "loss": 1.2734,
759
+ "step": 107
760
+ },
761
+ {
762
+ "epoch": 0.6352941176470588,
763
+ "grad_norm": 0.27870768308639526,
764
+ "learning_rate": 3.7058823529411767e-06,
765
+ "loss": 1.2707,
766
+ "step": 108
767
+ },
768
+ {
769
+ "epoch": 0.6411764705882353,
770
+ "grad_norm": 0.29579660296440125,
771
+ "learning_rate": 3.6470588235294117e-06,
772
+ "loss": 1.2616,
773
+ "step": 109
774
+ },
775
+ {
776
+ "epoch": 0.6470588235294118,
777
+ "grad_norm": 0.2851077914237976,
778
+ "learning_rate": 3.5882352941176475e-06,
779
+ "loss": 1.2591,
780
+ "step": 110
781
+ },
782
+ {
783
+ "epoch": 0.6529411764705882,
784
+ "grad_norm": 0.307041198015213,
785
+ "learning_rate": 3.529411764705883e-06,
786
+ "loss": 1.2522,
787
+ "step": 111
788
+ },
789
+ {
790
+ "epoch": 0.6588235294117647,
791
+ "grad_norm": 0.29607197642326355,
792
+ "learning_rate": 3.470588235294118e-06,
793
+ "loss": 1.2831,
794
+ "step": 112
795
+ },
796
+ {
797
+ "epoch": 0.6647058823529411,
798
+ "grad_norm": 0.29029569029808044,
799
+ "learning_rate": 3.4117647058823532e-06,
800
+ "loss": 1.2539,
801
+ "step": 113
802
+ },
803
+ {
804
+ "epoch": 0.6705882352941176,
805
+ "grad_norm": 0.28268927335739136,
806
+ "learning_rate": 3.352941176470588e-06,
807
+ "loss": 1.2652,
808
+ "step": 114
809
+ },
810
+ {
811
+ "epoch": 0.6764705882352942,
812
+ "grad_norm": 0.28747496008872986,
813
+ "learning_rate": 3.2941176470588236e-06,
814
+ "loss": 1.2394,
815
+ "step": 115
816
+ },
817
+ {
818
+ "epoch": 0.6823529411764706,
819
+ "grad_norm": 0.2939983904361725,
820
+ "learning_rate": 3.2352941176470594e-06,
821
+ "loss": 1.2639,
822
+ "step": 116
823
+ },
824
+ {
825
+ "epoch": 0.6882352941176471,
826
+ "grad_norm": 0.2975703179836273,
827
+ "learning_rate": 3.1764705882352943e-06,
828
+ "loss": 1.2762,
829
+ "step": 117
830
+ },
831
+ {
832
+ "epoch": 0.6941176470588235,
833
+ "grad_norm": 0.2900603413581848,
834
+ "learning_rate": 3.1176470588235297e-06,
835
+ "loss": 1.2623,
836
+ "step": 118
837
+ },
838
+ {
839
+ "epoch": 0.7,
840
+ "grad_norm": 0.2925064265727997,
841
+ "learning_rate": 3.058823529411765e-06,
842
+ "loss": 1.27,
843
+ "step": 119
844
+ },
845
+ {
846
+ "epoch": 0.7058823529411765,
847
+ "grad_norm": 0.2913402318954468,
848
+ "learning_rate": 3e-06,
849
+ "loss": 1.2558,
850
+ "step": 120
851
+ },
852
+ {
853
+ "epoch": 0.711764705882353,
854
+ "grad_norm": 0.3211301863193512,
855
+ "learning_rate": 2.9411764705882355e-06,
856
+ "loss": 1.2397,
857
+ "step": 121
858
+ },
859
+ {
860
+ "epoch": 0.7176470588235294,
861
+ "grad_norm": 0.3004200756549835,
862
+ "learning_rate": 2.8823529411764704e-06,
863
+ "loss": 1.2627,
864
+ "step": 122
865
+ },
866
+ {
867
+ "epoch": 0.7235294117647059,
868
+ "grad_norm": 0.3165768086910248,
869
+ "learning_rate": 2.8235294117647062e-06,
870
+ "loss": 1.2388,
871
+ "step": 123
872
+ },
873
+ {
874
+ "epoch": 0.7294117647058823,
875
+ "grad_norm": 0.29654860496520996,
876
+ "learning_rate": 2.7647058823529416e-06,
877
+ "loss": 1.2332,
878
+ "step": 124
879
+ },
880
+ {
881
+ "epoch": 0.7352941176470589,
882
+ "grad_norm": 0.3117150068283081,
883
+ "learning_rate": 2.7058823529411766e-06,
884
+ "loss": 1.2588,
885
+ "step": 125
886
+ },
887
+ {
888
+ "epoch": 0.7411764705882353,
889
+ "grad_norm": 0.33643701672554016,
890
+ "learning_rate": 2.647058823529412e-06,
891
+ "loss": 1.2289,
892
+ "step": 126
893
+ },
894
+ {
895
+ "epoch": 0.7470588235294118,
896
+ "grad_norm": 0.3130914270877838,
897
+ "learning_rate": 2.5882352941176473e-06,
898
+ "loss": 1.263,
899
+ "step": 127
900
+ },
901
+ {
902
+ "epoch": 0.7529411764705882,
903
+ "grad_norm": 0.3396664559841156,
904
+ "learning_rate": 2.5294117647058823e-06,
905
+ "loss": 1.2592,
906
+ "step": 128
907
+ },
908
+ {
909
+ "epoch": 0.7588235294117647,
910
+ "grad_norm": 0.30291828513145447,
911
+ "learning_rate": 2.470588235294118e-06,
912
+ "loss": 1.2577,
913
+ "step": 129
914
+ },
915
+ {
916
+ "epoch": 0.7647058823529411,
917
+ "grad_norm": 0.32175707817077637,
918
+ "learning_rate": 2.411764705882353e-06,
919
+ "loss": 1.247,
920
+ "step": 130
921
+ },
922
+ {
923
+ "epoch": 0.7705882352941177,
924
+ "grad_norm": 0.346138596534729,
925
+ "learning_rate": 2.3529411764705885e-06,
926
+ "loss": 1.2476,
927
+ "step": 131
928
+ },
929
+ {
930
+ "epoch": 0.7764705882352941,
931
+ "grad_norm": 0.3127652406692505,
932
+ "learning_rate": 2.2941176470588234e-06,
933
+ "loss": 1.2392,
934
+ "step": 132
935
+ },
936
+ {
937
+ "epoch": 0.7823529411764706,
938
+ "grad_norm": 0.349590927362442,
939
+ "learning_rate": 2.2352941176470592e-06,
940
+ "loss": 1.2377,
941
+ "step": 133
942
+ },
943
+ {
944
+ "epoch": 0.788235294117647,
945
+ "grad_norm": 0.3107239305973053,
946
+ "learning_rate": 2.176470588235294e-06,
947
+ "loss": 1.239,
948
+ "step": 134
949
+ },
950
+ {
951
+ "epoch": 0.7941176470588235,
952
+ "grad_norm": 0.33791080117225647,
953
+ "learning_rate": 2.1176470588235296e-06,
954
+ "loss": 1.246,
955
+ "step": 135
956
+ },
957
+ {
958
+ "epoch": 0.8,
959
+ "grad_norm": 0.3314568102359772,
960
+ "learning_rate": 2.058823529411765e-06,
961
+ "loss": 1.2402,
962
+ "step": 136
963
+ },
964
+ {
965
+ "epoch": 0.8058823529411765,
966
+ "grad_norm": 0.3275523781776428,
967
+ "learning_rate": 2.0000000000000003e-06,
968
+ "loss": 1.2348,
969
+ "step": 137
970
+ },
971
+ {
972
+ "epoch": 0.8117647058823529,
973
+ "grad_norm": 0.33062854409217834,
974
+ "learning_rate": 1.9411764705882353e-06,
975
+ "loss": 1.2427,
976
+ "step": 138
977
+ },
978
+ {
979
+ "epoch": 0.8176470588235294,
980
+ "grad_norm": 0.35148942470550537,
981
+ "learning_rate": 1.8823529411764707e-06,
982
+ "loss": 1.2261,
983
+ "step": 139
984
+ },
985
+ {
986
+ "epoch": 0.8235294117647058,
987
+ "grad_norm": 0.3389197289943695,
988
+ "learning_rate": 1.8235294117647058e-06,
989
+ "loss": 1.2362,
990
+ "step": 140
991
+ },
992
+ {
993
+ "epoch": 0.8294117647058824,
994
+ "grad_norm": 0.3360951244831085,
995
+ "learning_rate": 1.7647058823529414e-06,
996
+ "loss": 1.2302,
997
+ "step": 141
998
+ },
999
+ {
1000
+ "epoch": 0.8352941176470589,
1001
+ "grad_norm": 0.34131404757499695,
1002
+ "learning_rate": 1.7058823529411766e-06,
1003
+ "loss": 1.2266,
1004
+ "step": 142
1005
+ },
1006
+ {
1007
+ "epoch": 0.8411764705882353,
1008
+ "grad_norm": 0.328914076089859,
1009
+ "learning_rate": 1.6470588235294118e-06,
1010
+ "loss": 1.2308,
1011
+ "step": 143
1012
+ },
1013
+ {
1014
+ "epoch": 0.8470588235294118,
1015
+ "grad_norm": 0.34804269671440125,
1016
+ "learning_rate": 1.5882352941176472e-06,
1017
+ "loss": 1.2212,
1018
+ "step": 144
1019
+ },
1020
+ {
1021
+ "epoch": 0.8529411764705882,
1022
+ "grad_norm": 0.35386762022972107,
1023
+ "learning_rate": 1.5294117647058826e-06,
1024
+ "loss": 1.229,
1025
+ "step": 145
1026
+ },
1027
+ {
1028
+ "epoch": 0.8588235294117647,
1029
+ "grad_norm": 0.33942756056785583,
1030
+ "learning_rate": 1.4705882352941177e-06,
1031
+ "loss": 1.2434,
1032
+ "step": 146
1033
+ },
1034
+ {
1035
+ "epoch": 0.8647058823529412,
1036
+ "grad_norm": 0.32963618636131287,
1037
+ "learning_rate": 1.4117647058823531e-06,
1038
+ "loss": 1.2385,
1039
+ "step": 147
1040
+ },
1041
+ {
1042
+ "epoch": 0.8705882352941177,
1043
+ "grad_norm": 0.3417942225933075,
1044
+ "learning_rate": 1.3529411764705883e-06,
1045
+ "loss": 1.2242,
1046
+ "step": 148
1047
+ },
1048
+ {
1049
+ "epoch": 0.8764705882352941,
1050
+ "grad_norm": 0.33753451704978943,
1051
+ "learning_rate": 1.2941176470588237e-06,
1052
+ "loss": 1.2234,
1053
+ "step": 149
1054
+ },
1055
+ {
1056
+ "epoch": 0.8823529411764706,
1057
+ "grad_norm": 0.3514120876789093,
1058
+ "learning_rate": 1.235294117647059e-06,
1059
+ "loss": 1.2241,
1060
+ "step": 150
1061
+ },
1062
+ {
1063
+ "epoch": 0.888235294117647,
1064
+ "grad_norm": 0.35951969027519226,
1065
+ "learning_rate": 1.1764705882352942e-06,
1066
+ "loss": 1.2347,
1067
+ "step": 151
1068
+ },
1069
+ {
1070
+ "epoch": 0.8941176470588236,
1071
+ "grad_norm": 0.3717687726020813,
1072
+ "learning_rate": 1.1176470588235296e-06,
1073
+ "loss": 1.2224,
1074
+ "step": 152
1075
+ },
1076
+ {
1077
+ "epoch": 0.9,
1078
+ "grad_norm": 0.3542497754096985,
1079
+ "learning_rate": 1.0588235294117648e-06,
1080
+ "loss": 1.2236,
1081
+ "step": 153
1082
+ },
1083
+ {
1084
+ "epoch": 0.9058823529411765,
1085
+ "grad_norm": 0.3436025083065033,
1086
+ "learning_rate": 1.0000000000000002e-06,
1087
+ "loss": 1.2294,
1088
+ "step": 154
1089
+ },
1090
+ {
1091
+ "epoch": 0.9117647058823529,
1092
+ "grad_norm": 0.37331488728523254,
1093
+ "learning_rate": 9.411764705882353e-07,
1094
+ "loss": 1.2046,
1095
+ "step": 155
1096
+ },
1097
+ {
1098
+ "epoch": 0.9176470588235294,
1099
+ "grad_norm": 0.34907183051109314,
1100
+ "learning_rate": 8.823529411764707e-07,
1101
+ "loss": 1.2213,
1102
+ "step": 156
1103
+ },
1104
+ {
1105
+ "epoch": 0.9235294117647059,
1106
+ "grad_norm": 0.36500322818756104,
1107
+ "learning_rate": 8.235294117647059e-07,
1108
+ "loss": 1.2091,
1109
+ "step": 157
1110
+ },
1111
+ {
1112
+ "epoch": 0.9294117647058824,
1113
+ "grad_norm": 0.38440433144569397,
1114
+ "learning_rate": 7.647058823529413e-07,
1115
+ "loss": 1.2249,
1116
+ "step": 158
1117
+ },
1118
+ {
1119
+ "epoch": 0.9352941176470588,
1120
+ "grad_norm": 0.3387817144393921,
1121
+ "learning_rate": 7.058823529411766e-07,
1122
+ "loss": 1.2154,
1123
+ "step": 159
1124
+ },
1125
+ {
1126
+ "epoch": 0.9411764705882353,
1127
+ "grad_norm": 0.34928762912750244,
1128
+ "learning_rate": 6.470588235294118e-07,
1129
+ "loss": 1.2227,
1130
+ "step": 160
1131
+ },
1132
+ {
1133
+ "epoch": 0.9470588235294117,
1134
+ "grad_norm": 0.36257097125053406,
1135
+ "learning_rate": 5.882352941176471e-07,
1136
+ "loss": 1.2211,
1137
+ "step": 161
1138
+ },
1139
+ {
1140
+ "epoch": 0.9529411764705882,
1141
+ "grad_norm": 0.3723115026950836,
1142
+ "learning_rate": 5.294117647058824e-07,
1143
+ "loss": 1.2283,
1144
+ "step": 162
1145
+ },
1146
+ {
1147
+ "epoch": 0.9588235294117647,
1148
+ "grad_norm": 0.3423607349395752,
1149
+ "learning_rate": 4.7058823529411767e-07,
1150
+ "loss": 1.2295,
1151
+ "step": 163
1152
+ },
1153
+ {
1154
+ "epoch": 0.9647058823529412,
1155
+ "grad_norm": 0.3787173628807068,
1156
+ "learning_rate": 4.1176470588235295e-07,
1157
+ "loss": 1.2201,
1158
+ "step": 164
1159
+ },
1160
+ {
1161
+ "epoch": 0.9705882352941176,
1162
+ "grad_norm": 0.36642688512802124,
1163
+ "learning_rate": 3.529411764705883e-07,
1164
+ "loss": 1.2313,
1165
+ "step": 165
1166
+ },
1167
+ {
1168
+ "epoch": 0.9764705882352941,
1169
+ "grad_norm": 0.3594622313976288,
1170
+ "learning_rate": 2.9411764705882356e-07,
1171
+ "loss": 1.2128,
1172
+ "step": 166
1173
+ },
1174
+ {
1175
+ "epoch": 0.9823529411764705,
1176
+ "grad_norm": 0.3701726496219635,
1177
+ "learning_rate": 2.3529411764705883e-07,
1178
+ "loss": 1.2324,
1179
+ "step": 167
1180
+ },
1181
+ {
1182
+ "epoch": 0.9882352941176471,
1183
+ "grad_norm": 0.34158623218536377,
1184
+ "learning_rate": 1.7647058823529414e-07,
1185
+ "loss": 1.2364,
1186
+ "step": 168
1187
+ },
1188
+ {
1189
+ "epoch": 0.9941176470588236,
1190
+ "grad_norm": 0.3631001114845276,
1191
+ "learning_rate": 1.1764705882352942e-07,
1192
+ "loss": 1.2191,
1193
+ "step": 169
1194
+ },
1195
+ {
1196
+ "epoch": 1.0,
1197
+ "grad_norm": 0.40616530179977417,
1198
+ "learning_rate": 5.882352941176471e-08,
1199
+ "loss": 1.2029,
1200
+ "step": 170
1201
+ },
1202
+ {
1203
+ "epoch": 1.0,
1204
+ "eval_loss": 1.2080979347229004,
1205
+ "eval_runtime": 4.1103,
1206
+ "eval_samples_per_second": 4.379,
1207
+ "eval_steps_per_second": 0.73,
1208
+ "step": 170
1209
+ }
1210
+ ],
1211
+ "logging_steps": 1.0,
1212
+ "max_steps": 170,
1213
+ "num_input_tokens_seen": 0,
1214
+ "num_train_epochs": 1,
1215
+ "save_steps": 0,
1216
+ "stateful_callbacks": {
1217
+ "TrainerControl": {
1218
+ "args": {
1219
+ "should_epoch_stop": false,
1220
+ "should_evaluate": false,
1221
+ "should_log": false,
1222
+ "should_save": true,
1223
+ "should_training_stop": true
1224
+ },
1225
+ "attributes": {}
1226
+ }
1227
+ },
1228
+ "total_flos": 2.7061227320088986e+17,
1229
+ "train_batch_size": 1,
1230
+ "trial_name": null,
1231
+ "trial_params": null
1232
+ }
vocab.json ADDED
The diff for this file is too large to render. See raw diff