ellendagher commited on
Commit
e9d8b24
·
verified ·
1 Parent(s): 35161ea

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
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
+ }
config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Qwen3ForCausalLM"
4
+ ],
5
+ "attention_bias": false,
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 151643,
8
+ "eos_token_id": 151645,
9
+ "head_dim": 128,
10
+ "hidden_act": "silu",
11
+ "hidden_size": 1024,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 3072,
14
+ "max_position_embeddings": 40960,
15
+ "max_window_layers": 28,
16
+ "model_type": "qwen3",
17
+ "num_attention_heads": 16,
18
+ "num_hidden_layers": 28,
19
+ "num_key_value_heads": 8,
20
+ "rms_norm_eps": 1e-06,
21
+ "rope_scaling": null,
22
+ "rope_theta": 1000000,
23
+ "sliding_window": null,
24
+ "tie_word_embeddings": true,
25
+ "torch_dtype": "float32",
26
+ "transformers_version": "4.51.3",
27
+ "use_cache": true,
28
+ "use_sliding_window": false,
29
+ "vocab_size": 151936
30
+ }
generation_config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 151643,
3
+ "do_sample": true,
4
+ "eos_token_id": [
5
+ 151645,
6
+ 151643
7
+ ],
8
+ "pad_token_id": 151643,
9
+ "temperature": 0.6,
10
+ "top_k": 20,
11
+ "top_p": 0.95,
12
+ "transformers_version": "4.51.3"
13
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f901517f53d779f23ec27256b5dbb92e17516d088839bd358eb638eef032825
3
+ size 2384234968
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3328fc929524112d4419183228e9dd28e66539edf365150efb57f445565fb6bb
3
+ size 4768663315
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7063580a565cb4ab0c1d36b25d817a35a16d1f21f4a993a9f25cdba6efadcb9d
3
+ size 14645
scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9304b56ea23778a459e13aef7a6622bd168edce0ae7ae180268b26d9a68521a3
3
+ size 1383
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e2a9bd8ec47523090615c73bcf7d5b1878cb8e32e20f73737588d1084bf8a6e
3
+ size 1465
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:79894f433c8379c083f0666155142ab72946b24d053f443d6118f87133f10134
3
+ size 11422751
tokenizer_config.json ADDED
@@ -0,0 +1,240 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "split_special_tokens": false,
238
+ "tokenizer_class": "Qwen2Tokenizer",
239
+ "unk_token": null
240
+ }
trainer_state.json ADDED
@@ -0,0 +1,2017 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 14058,
3
+ "best_metric": 0.6273267865180969,
4
+ "best_model_checkpoint": "./mcqa_qwen3_letter_m3/checkpoint-14058",
5
+ "epoch": 2.0,
6
+ "eval_steps": 500,
7
+ "global_step": 14058,
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.007113640405477503,
14
+ "grad_norm": 20.266469955444336,
15
+ "learning_rate": 4.551920341394026e-07,
16
+ "loss": 2.1439,
17
+ "step": 50
18
+ },
19
+ {
20
+ "epoch": 0.014227280810955006,
21
+ "grad_norm": 21.066892623901367,
22
+ "learning_rate": 9.293504030346136e-07,
23
+ "loss": 1.4471,
24
+ "step": 100
25
+ },
26
+ {
27
+ "epoch": 0.02134092121643251,
28
+ "grad_norm": 18.918508529663086,
29
+ "learning_rate": 1.4035087719298246e-06,
30
+ "loss": 1.3067,
31
+ "step": 150
32
+ },
33
+ {
34
+ "epoch": 0.028454561621910013,
35
+ "grad_norm": 9.563344955444336,
36
+ "learning_rate": 1.8681839734471315e-06,
37
+ "loss": 1.2745,
38
+ "step": 200
39
+ },
40
+ {
41
+ "epoch": 0.035568202027387516,
42
+ "grad_norm": 20.408035278320312,
43
+ "learning_rate": 2.3423423423423424e-06,
44
+ "loss": 1.2323,
45
+ "step": 250
46
+ },
47
+ {
48
+ "epoch": 0.04268184243286502,
49
+ "grad_norm": 17.020856857299805,
50
+ "learning_rate": 2.8165007112375536e-06,
51
+ "loss": 1.2476,
52
+ "step": 300
53
+ },
54
+ {
55
+ "epoch": 0.04979548283834252,
56
+ "grad_norm": 10.942744255065918,
57
+ "learning_rate": 3.2906590801327647e-06,
58
+ "loss": 1.2084,
59
+ "step": 350
60
+ },
61
+ {
62
+ "epoch": 0.056909123243820026,
63
+ "grad_norm": 11.239660263061523,
64
+ "learning_rate": 3.7648174490279754e-06,
65
+ "loss": 1.1453,
66
+ "step": 400
67
+ },
68
+ {
69
+ "epoch": 0.06402276364929753,
70
+ "grad_norm": 8.421320915222168,
71
+ "learning_rate": 4.2389758179231865e-06,
72
+ "loss": 1.1257,
73
+ "step": 450
74
+ },
75
+ {
76
+ "epoch": 0.07113640405477503,
77
+ "grad_norm": 7.429409027099609,
78
+ "learning_rate": 4.713134186818398e-06,
79
+ "loss": 1.0896,
80
+ "step": 500
81
+ },
82
+ {
83
+ "epoch": 0.07825004446025254,
84
+ "grad_norm": 8.3453950881958,
85
+ "learning_rate": 5.187292555713609e-06,
86
+ "loss": 1.0589,
87
+ "step": 550
88
+ },
89
+ {
90
+ "epoch": 0.08536368486573004,
91
+ "grad_norm": 9.157875061035156,
92
+ "learning_rate": 5.66145092460882e-06,
93
+ "loss": 1.0628,
94
+ "step": 600
95
+ },
96
+ {
97
+ "epoch": 0.09247732527120754,
98
+ "grad_norm": 9.339110374450684,
99
+ "learning_rate": 6.135609293504031e-06,
100
+ "loss": 1.0211,
101
+ "step": 650
102
+ },
103
+ {
104
+ "epoch": 0.09959096567668504,
105
+ "grad_norm": 7.010004043579102,
106
+ "learning_rate": 6.609767662399243e-06,
107
+ "loss": 1.0684,
108
+ "step": 700
109
+ },
110
+ {
111
+ "epoch": 0.10670460608216255,
112
+ "grad_norm": 8.618551254272461,
113
+ "learning_rate": 7.0839260312944525e-06,
114
+ "loss": 1.0467,
115
+ "step": 750
116
+ },
117
+ {
118
+ "epoch": 0.11381824648764005,
119
+ "grad_norm": 9.206182479858398,
120
+ "learning_rate": 7.558084400189663e-06,
121
+ "loss": 1.0855,
122
+ "step": 800
123
+ },
124
+ {
125
+ "epoch": 0.12093188689311755,
126
+ "grad_norm": 11.882657051086426,
127
+ "learning_rate": 8.032242769084875e-06,
128
+ "loss": 0.9897,
129
+ "step": 850
130
+ },
131
+ {
132
+ "epoch": 0.12804552729859506,
133
+ "grad_norm": 6.381322860717773,
134
+ "learning_rate": 8.506401137980086e-06,
135
+ "loss": 1.0227,
136
+ "step": 900
137
+ },
138
+ {
139
+ "epoch": 0.13515916770407255,
140
+ "grad_norm": 7.592447280883789,
141
+ "learning_rate": 8.980559506875298e-06,
142
+ "loss": 0.9508,
143
+ "step": 950
144
+ },
145
+ {
146
+ "epoch": 0.14227280810955006,
147
+ "grad_norm": 10.622550010681152,
148
+ "learning_rate": 9.454717875770508e-06,
149
+ "loss": 0.9916,
150
+ "step": 1000
151
+ },
152
+ {
153
+ "epoch": 0.14938644851502755,
154
+ "grad_norm": 16.836315155029297,
155
+ "learning_rate": 9.92887624466572e-06,
156
+ "loss": 0.9838,
157
+ "step": 1050
158
+ },
159
+ {
160
+ "epoch": 0.15650008892050507,
161
+ "grad_norm": 8.732917785644531,
162
+ "learning_rate": 1.040303461356093e-05,
163
+ "loss": 0.9678,
164
+ "step": 1100
165
+ },
166
+ {
167
+ "epoch": 0.16361372932598256,
168
+ "grad_norm": 10.75668716430664,
169
+ "learning_rate": 1.0877192982456142e-05,
170
+ "loss": 0.9535,
171
+ "step": 1150
172
+ },
173
+ {
174
+ "epoch": 0.17072736973146008,
175
+ "grad_norm": 10.604599952697754,
176
+ "learning_rate": 1.1351351351351352e-05,
177
+ "loss": 1.0164,
178
+ "step": 1200
179
+ },
180
+ {
181
+ "epoch": 0.17784101013693757,
182
+ "grad_norm": 11.192643165588379,
183
+ "learning_rate": 1.1825509720246564e-05,
184
+ "loss": 0.9811,
185
+ "step": 1250
186
+ },
187
+ {
188
+ "epoch": 0.18495465054241508,
189
+ "grad_norm": 11.667268753051758,
190
+ "learning_rate": 1.2299668089141774e-05,
191
+ "loss": 0.9329,
192
+ "step": 1300
193
+ },
194
+ {
195
+ "epoch": 0.19206829094789257,
196
+ "grad_norm": 12.122210502624512,
197
+ "learning_rate": 1.2773826458036987e-05,
198
+ "loss": 0.9693,
199
+ "step": 1350
200
+ },
201
+ {
202
+ "epoch": 0.1991819313533701,
203
+ "grad_norm": 10.696669578552246,
204
+ "learning_rate": 1.3247984826932197e-05,
205
+ "loss": 0.9118,
206
+ "step": 1400
207
+ },
208
+ {
209
+ "epoch": 0.20629557175884758,
210
+ "grad_norm": 9.4218168258667,
211
+ "learning_rate": 1.3722143195827407e-05,
212
+ "loss": 0.9242,
213
+ "step": 1450
214
+ },
215
+ {
216
+ "epoch": 0.2134092121643251,
217
+ "grad_norm": 15.12156867980957,
218
+ "learning_rate": 1.4196301564722618e-05,
219
+ "loss": 0.9161,
220
+ "step": 1500
221
+ },
222
+ {
223
+ "epoch": 0.22052285256980259,
224
+ "grad_norm": 10.341136932373047,
225
+ "learning_rate": 1.4670459933617828e-05,
226
+ "loss": 0.9112,
227
+ "step": 1550
228
+ },
229
+ {
230
+ "epoch": 0.2276364929752801,
231
+ "grad_norm": 8.621809005737305,
232
+ "learning_rate": 1.5144618302513041e-05,
233
+ "loss": 0.923,
234
+ "step": 1600
235
+ },
236
+ {
237
+ "epoch": 0.2347501333807576,
238
+ "grad_norm": 8.037166595458984,
239
+ "learning_rate": 1.561877667140825e-05,
240
+ "loss": 0.8646,
241
+ "step": 1650
242
+ },
243
+ {
244
+ "epoch": 0.2418637737862351,
245
+ "grad_norm": 12.160765647888184,
246
+ "learning_rate": 1.6092935040303463e-05,
247
+ "loss": 0.8811,
248
+ "step": 1700
249
+ },
250
+ {
251
+ "epoch": 0.2489774141917126,
252
+ "grad_norm": 9.850648880004883,
253
+ "learning_rate": 1.6567093409198673e-05,
254
+ "loss": 0.9158,
255
+ "step": 1750
256
+ },
257
+ {
258
+ "epoch": 0.2560910545971901,
259
+ "grad_norm": 6.849952220916748,
260
+ "learning_rate": 1.7041251778093886e-05,
261
+ "loss": 0.8903,
262
+ "step": 1800
263
+ },
264
+ {
265
+ "epoch": 0.26320469500266763,
266
+ "grad_norm": 7.7248334884643555,
267
+ "learning_rate": 1.7515410146989096e-05,
268
+ "loss": 0.8853,
269
+ "step": 1850
270
+ },
271
+ {
272
+ "epoch": 0.2703183354081451,
273
+ "grad_norm": 5.612997531890869,
274
+ "learning_rate": 1.7989568515884306e-05,
275
+ "loss": 0.8407,
276
+ "step": 1900
277
+ },
278
+ {
279
+ "epoch": 0.2774319758136226,
280
+ "grad_norm": 6.731159210205078,
281
+ "learning_rate": 1.846372688477952e-05,
282
+ "loss": 0.8447,
283
+ "step": 1950
284
+ },
285
+ {
286
+ "epoch": 0.28454561621910013,
287
+ "grad_norm": 8.783773422241211,
288
+ "learning_rate": 1.893788525367473e-05,
289
+ "loss": 0.8201,
290
+ "step": 2000
291
+ },
292
+ {
293
+ "epoch": 0.29165925662457765,
294
+ "grad_norm": 8.748090744018555,
295
+ "learning_rate": 1.9412043622569942e-05,
296
+ "loss": 0.8202,
297
+ "step": 2050
298
+ },
299
+ {
300
+ "epoch": 0.2987728970300551,
301
+ "grad_norm": 6.985095977783203,
302
+ "learning_rate": 1.9886201991465152e-05,
303
+ "loss": 0.8686,
304
+ "step": 2100
305
+ },
306
+ {
307
+ "epoch": 0.3058865374355326,
308
+ "grad_norm": 9.010405540466309,
309
+ "learning_rate": 1.9959947299077735e-05,
310
+ "loss": 0.8541,
311
+ "step": 2150
312
+ },
313
+ {
314
+ "epoch": 0.31300017784101014,
315
+ "grad_norm": 10.884967803955078,
316
+ "learning_rate": 1.9907246376811596e-05,
317
+ "loss": 0.9021,
318
+ "step": 2200
319
+ },
320
+ {
321
+ "epoch": 0.32011381824648766,
322
+ "grad_norm": 6.696805953979492,
323
+ "learning_rate": 1.9854545454545456e-05,
324
+ "loss": 0.8352,
325
+ "step": 2250
326
+ },
327
+ {
328
+ "epoch": 0.3272274586519651,
329
+ "grad_norm": 6.158838272094727,
330
+ "learning_rate": 1.9801844532279317e-05,
331
+ "loss": 0.8078,
332
+ "step": 2300
333
+ },
334
+ {
335
+ "epoch": 0.33434109905744264,
336
+ "grad_norm": 10.230331420898438,
337
+ "learning_rate": 1.9749143610013177e-05,
338
+ "loss": 0.8659,
339
+ "step": 2350
340
+ },
341
+ {
342
+ "epoch": 0.34145473946292015,
343
+ "grad_norm": 7.0724945068359375,
344
+ "learning_rate": 1.9696442687747038e-05,
345
+ "loss": 0.862,
346
+ "step": 2400
347
+ },
348
+ {
349
+ "epoch": 0.34856837986839767,
350
+ "grad_norm": 9.820209503173828,
351
+ "learning_rate": 1.9643741765480898e-05,
352
+ "loss": 0.8036,
353
+ "step": 2450
354
+ },
355
+ {
356
+ "epoch": 0.35568202027387513,
357
+ "grad_norm": 6.326645374298096,
358
+ "learning_rate": 1.959104084321476e-05,
359
+ "loss": 0.8255,
360
+ "step": 2500
361
+ },
362
+ {
363
+ "epoch": 0.36279566067935265,
364
+ "grad_norm": 4.881910800933838,
365
+ "learning_rate": 1.953939393939394e-05,
366
+ "loss": 0.861,
367
+ "step": 2550
368
+ },
369
+ {
370
+ "epoch": 0.36990930108483017,
371
+ "grad_norm": 6.977218151092529,
372
+ "learning_rate": 1.94866930171278e-05,
373
+ "loss": 0.8487,
374
+ "step": 2600
375
+ },
376
+ {
377
+ "epoch": 0.3770229414903077,
378
+ "grad_norm": 6.354854106903076,
379
+ "learning_rate": 1.943399209486166e-05,
380
+ "loss": 0.8122,
381
+ "step": 2650
382
+ },
383
+ {
384
+ "epoch": 0.38413658189578515,
385
+ "grad_norm": 6.679897308349609,
386
+ "learning_rate": 1.9381291172595522e-05,
387
+ "loss": 0.8239,
388
+ "step": 2700
389
+ },
390
+ {
391
+ "epoch": 0.39125022230126266,
392
+ "grad_norm": 7.958705902099609,
393
+ "learning_rate": 1.9328590250329382e-05,
394
+ "loss": 0.7808,
395
+ "step": 2750
396
+ },
397
+ {
398
+ "epoch": 0.3983638627067402,
399
+ "grad_norm": 6.450643062591553,
400
+ "learning_rate": 1.9275889328063243e-05,
401
+ "loss": 0.8359,
402
+ "step": 2800
403
+ },
404
+ {
405
+ "epoch": 0.4054775031122177,
406
+ "grad_norm": 5.986859321594238,
407
+ "learning_rate": 1.9223188405797103e-05,
408
+ "loss": 0.8278,
409
+ "step": 2850
410
+ },
411
+ {
412
+ "epoch": 0.41259114351769516,
413
+ "grad_norm": 8.40491771697998,
414
+ "learning_rate": 1.9170487483530964e-05,
415
+ "loss": 0.7932,
416
+ "step": 2900
417
+ },
418
+ {
419
+ "epoch": 0.4197047839231727,
420
+ "grad_norm": 7.491307735443115,
421
+ "learning_rate": 1.9117786561264824e-05,
422
+ "loss": 0.7932,
423
+ "step": 2950
424
+ },
425
+ {
426
+ "epoch": 0.4268184243286502,
427
+ "grad_norm": 5.475683689117432,
428
+ "learning_rate": 1.9065085638998684e-05,
429
+ "loss": 0.8292,
430
+ "step": 3000
431
+ },
432
+ {
433
+ "epoch": 0.4339320647341277,
434
+ "grad_norm": 6.489156723022461,
435
+ "learning_rate": 1.9012384716732545e-05,
436
+ "loss": 0.7585,
437
+ "step": 3050
438
+ },
439
+ {
440
+ "epoch": 0.44104570513960517,
441
+ "grad_norm": 6.417465686798096,
442
+ "learning_rate": 1.8959683794466402e-05,
443
+ "loss": 0.7628,
444
+ "step": 3100
445
+ },
446
+ {
447
+ "epoch": 0.4481593455450827,
448
+ "grad_norm": 4.215211868286133,
449
+ "learning_rate": 1.8906982872200266e-05,
450
+ "loss": 0.7418,
451
+ "step": 3150
452
+ },
453
+ {
454
+ "epoch": 0.4552729859505602,
455
+ "grad_norm": 5.503742218017578,
456
+ "learning_rate": 1.8854281949934126e-05,
457
+ "loss": 0.8346,
458
+ "step": 3200
459
+ },
460
+ {
461
+ "epoch": 0.4623866263560377,
462
+ "grad_norm": 5.3524651527404785,
463
+ "learning_rate": 1.8801581027667987e-05,
464
+ "loss": 0.8285,
465
+ "step": 3250
466
+ },
467
+ {
468
+ "epoch": 0.4695002667615152,
469
+ "grad_norm": 5.5221781730651855,
470
+ "learning_rate": 1.8748880105401844e-05,
471
+ "loss": 0.7363,
472
+ "step": 3300
473
+ },
474
+ {
475
+ "epoch": 0.4766139071669927,
476
+ "grad_norm": 7.9843268394470215,
477
+ "learning_rate": 1.8696179183135704e-05,
478
+ "loss": 0.7964,
479
+ "step": 3350
480
+ },
481
+ {
482
+ "epoch": 0.4837275475724702,
483
+ "grad_norm": 6.0546417236328125,
484
+ "learning_rate": 1.8643478260869568e-05,
485
+ "loss": 0.7696,
486
+ "step": 3400
487
+ },
488
+ {
489
+ "epoch": 0.49084118797794773,
490
+ "grad_norm": 5.521228313446045,
491
+ "learning_rate": 1.859077733860343e-05,
492
+ "loss": 0.7309,
493
+ "step": 3450
494
+ },
495
+ {
496
+ "epoch": 0.4979548283834252,
497
+ "grad_norm": 9.225383758544922,
498
+ "learning_rate": 1.853807641633729e-05,
499
+ "loss": 0.7869,
500
+ "step": 3500
501
+ },
502
+ {
503
+ "epoch": 0.5050684687889028,
504
+ "grad_norm": 4.0471601486206055,
505
+ "learning_rate": 1.8485375494071146e-05,
506
+ "loss": 0.7323,
507
+ "step": 3550
508
+ },
509
+ {
510
+ "epoch": 0.5121821091943802,
511
+ "grad_norm": 4.831805229187012,
512
+ "learning_rate": 1.8432674571805006e-05,
513
+ "loss": 0.7795,
514
+ "step": 3600
515
+ },
516
+ {
517
+ "epoch": 0.5192957495998577,
518
+ "grad_norm": 5.822267055511475,
519
+ "learning_rate": 1.837997364953887e-05,
520
+ "loss": 0.712,
521
+ "step": 3650
522
+ },
523
+ {
524
+ "epoch": 0.5264093900053353,
525
+ "grad_norm": 4.78722620010376,
526
+ "learning_rate": 1.832727272727273e-05,
527
+ "loss": 0.7408,
528
+ "step": 3700
529
+ },
530
+ {
531
+ "epoch": 0.5335230304108127,
532
+ "grad_norm": 5.776618480682373,
533
+ "learning_rate": 1.8274571805006588e-05,
534
+ "loss": 0.6803,
535
+ "step": 3750
536
+ },
537
+ {
538
+ "epoch": 0.5406366708162902,
539
+ "grad_norm": 11.762743949890137,
540
+ "learning_rate": 1.8221870882740448e-05,
541
+ "loss": 0.7343,
542
+ "step": 3800
543
+ },
544
+ {
545
+ "epoch": 0.5477503112217678,
546
+ "grad_norm": 3.884990692138672,
547
+ "learning_rate": 1.816916996047431e-05,
548
+ "loss": 0.7551,
549
+ "step": 3850
550
+ },
551
+ {
552
+ "epoch": 0.5548639516272452,
553
+ "grad_norm": 9.219622611999512,
554
+ "learning_rate": 1.8116469038208173e-05,
555
+ "loss": 0.764,
556
+ "step": 3900
557
+ },
558
+ {
559
+ "epoch": 0.5619775920327228,
560
+ "grad_norm": 7.808120250701904,
561
+ "learning_rate": 1.806376811594203e-05,
562
+ "loss": 0.745,
563
+ "step": 3950
564
+ },
565
+ {
566
+ "epoch": 0.5690912324382003,
567
+ "grad_norm": 7.188344955444336,
568
+ "learning_rate": 1.801106719367589e-05,
569
+ "loss": 0.7642,
570
+ "step": 4000
571
+ },
572
+ {
573
+ "epoch": 0.5762048728436777,
574
+ "grad_norm": 4.781955242156982,
575
+ "learning_rate": 1.795836627140975e-05,
576
+ "loss": 0.7089,
577
+ "step": 4050
578
+ },
579
+ {
580
+ "epoch": 0.5833185132491553,
581
+ "grad_norm": 4.489506721496582,
582
+ "learning_rate": 1.790566534914361e-05,
583
+ "loss": 0.7512,
584
+ "step": 4100
585
+ },
586
+ {
587
+ "epoch": 0.5904321536546328,
588
+ "grad_norm": 5.0979905128479,
589
+ "learning_rate": 1.785296442687747e-05,
590
+ "loss": 0.7753,
591
+ "step": 4150
592
+ },
593
+ {
594
+ "epoch": 0.5975457940601102,
595
+ "grad_norm": 5.302441596984863,
596
+ "learning_rate": 1.7800263504611332e-05,
597
+ "loss": 0.7412,
598
+ "step": 4200
599
+ },
600
+ {
601
+ "epoch": 0.6046594344655878,
602
+ "grad_norm": 4.942580223083496,
603
+ "learning_rate": 1.7747562582345192e-05,
604
+ "loss": 0.7474,
605
+ "step": 4250
606
+ },
607
+ {
608
+ "epoch": 0.6117730748710652,
609
+ "grad_norm": 4.685510158538818,
610
+ "learning_rate": 1.7694861660079053e-05,
611
+ "loss": 0.7173,
612
+ "step": 4300
613
+ },
614
+ {
615
+ "epoch": 0.6188867152765428,
616
+ "grad_norm": 4.8454999923706055,
617
+ "learning_rate": 1.7642160737812913e-05,
618
+ "loss": 0.7207,
619
+ "step": 4350
620
+ },
621
+ {
622
+ "epoch": 0.6260003556820203,
623
+ "grad_norm": 7.190736293792725,
624
+ "learning_rate": 1.7589459815546774e-05,
625
+ "loss": 0.754,
626
+ "step": 4400
627
+ },
628
+ {
629
+ "epoch": 0.6331139960874977,
630
+ "grad_norm": 7.0048675537109375,
631
+ "learning_rate": 1.7536758893280634e-05,
632
+ "loss": 0.7282,
633
+ "step": 4450
634
+ },
635
+ {
636
+ "epoch": 0.6402276364929753,
637
+ "grad_norm": 5.777256011962891,
638
+ "learning_rate": 1.7484057971014495e-05,
639
+ "loss": 0.6597,
640
+ "step": 4500
641
+ },
642
+ {
643
+ "epoch": 0.6473412768984528,
644
+ "grad_norm": 8.8043851852417,
645
+ "learning_rate": 1.7431357048748355e-05,
646
+ "loss": 0.6672,
647
+ "step": 4550
648
+ },
649
+ {
650
+ "epoch": 0.6544549173039302,
651
+ "grad_norm": 7.159558296203613,
652
+ "learning_rate": 1.7378656126482215e-05,
653
+ "loss": 0.7266,
654
+ "step": 4600
655
+ },
656
+ {
657
+ "epoch": 0.6615685577094078,
658
+ "grad_norm": 5.110541820526123,
659
+ "learning_rate": 1.7325955204216076e-05,
660
+ "loss": 0.6399,
661
+ "step": 4650
662
+ },
663
+ {
664
+ "epoch": 0.6686821981148853,
665
+ "grad_norm": 3.4727582931518555,
666
+ "learning_rate": 1.7273254281949936e-05,
667
+ "loss": 0.68,
668
+ "step": 4700
669
+ },
670
+ {
671
+ "epoch": 0.6757958385203628,
672
+ "grad_norm": 5.788763999938965,
673
+ "learning_rate": 1.7220553359683797e-05,
674
+ "loss": 0.7349,
675
+ "step": 4750
676
+ },
677
+ {
678
+ "epoch": 0.6829094789258403,
679
+ "grad_norm": 4.407217979431152,
680
+ "learning_rate": 1.7167852437417657e-05,
681
+ "loss": 0.695,
682
+ "step": 4800
683
+ },
684
+ {
685
+ "epoch": 0.6900231193313178,
686
+ "grad_norm": 4.685910224914551,
687
+ "learning_rate": 1.7115151515151514e-05,
688
+ "loss": 0.7816,
689
+ "step": 4850
690
+ },
691
+ {
692
+ "epoch": 0.6971367597367953,
693
+ "grad_norm": 2.9753873348236084,
694
+ "learning_rate": 1.7062450592885378e-05,
695
+ "loss": 0.6595,
696
+ "step": 4900
697
+ },
698
+ {
699
+ "epoch": 0.7042504001422728,
700
+ "grad_norm": 3.8326473236083984,
701
+ "learning_rate": 1.700974967061924e-05,
702
+ "loss": 0.6875,
703
+ "step": 4950
704
+ },
705
+ {
706
+ "epoch": 0.7113640405477503,
707
+ "grad_norm": 5.974637985229492,
708
+ "learning_rate": 1.69570487483531e-05,
709
+ "loss": 0.7414,
710
+ "step": 5000
711
+ },
712
+ {
713
+ "epoch": 0.7184776809532278,
714
+ "grad_norm": 3.4977550506591797,
715
+ "learning_rate": 1.6904347826086956e-05,
716
+ "loss": 0.6832,
717
+ "step": 5050
718
+ },
719
+ {
720
+ "epoch": 0.7255913213587053,
721
+ "grad_norm": 5.954402446746826,
722
+ "learning_rate": 1.6851646903820817e-05,
723
+ "loss": 0.7257,
724
+ "step": 5100
725
+ },
726
+ {
727
+ "epoch": 0.7327049617641829,
728
+ "grad_norm": 4.272510528564453,
729
+ "learning_rate": 1.679894598155468e-05,
730
+ "loss": 0.6808,
731
+ "step": 5150
732
+ },
733
+ {
734
+ "epoch": 0.7398186021696603,
735
+ "grad_norm": 4.155337810516357,
736
+ "learning_rate": 1.674624505928854e-05,
737
+ "loss": 0.7062,
738
+ "step": 5200
739
+ },
740
+ {
741
+ "epoch": 0.7469322425751378,
742
+ "grad_norm": 4.898423671722412,
743
+ "learning_rate": 1.6693544137022398e-05,
744
+ "loss": 0.6549,
745
+ "step": 5250
746
+ },
747
+ {
748
+ "epoch": 0.7540458829806154,
749
+ "grad_norm": 6.021943092346191,
750
+ "learning_rate": 1.664084321475626e-05,
751
+ "loss": 0.6886,
752
+ "step": 5300
753
+ },
754
+ {
755
+ "epoch": 0.7611595233860928,
756
+ "grad_norm": 4.547012805938721,
757
+ "learning_rate": 1.658814229249012e-05,
758
+ "loss": 0.6653,
759
+ "step": 5350
760
+ },
761
+ {
762
+ "epoch": 0.7682731637915703,
763
+ "grad_norm": 3.5163490772247314,
764
+ "learning_rate": 1.6535441370223983e-05,
765
+ "loss": 0.6549,
766
+ "step": 5400
767
+ },
768
+ {
769
+ "epoch": 0.7753868041970479,
770
+ "grad_norm": 4.255113124847412,
771
+ "learning_rate": 1.648274044795784e-05,
772
+ "loss": 0.6473,
773
+ "step": 5450
774
+ },
775
+ {
776
+ "epoch": 0.7825004446025253,
777
+ "grad_norm": 8.696562767028809,
778
+ "learning_rate": 1.64300395256917e-05,
779
+ "loss": 0.67,
780
+ "step": 5500
781
+ },
782
+ {
783
+ "epoch": 0.7896140850080029,
784
+ "grad_norm": 3.098172903060913,
785
+ "learning_rate": 1.637733860342556e-05,
786
+ "loss": 0.6626,
787
+ "step": 5550
788
+ },
789
+ {
790
+ "epoch": 0.7967277254134804,
791
+ "grad_norm": 5.950908660888672,
792
+ "learning_rate": 1.632463768115942e-05,
793
+ "loss": 0.7476,
794
+ "step": 5600
795
+ },
796
+ {
797
+ "epoch": 0.8038413658189578,
798
+ "grad_norm": 5.9870686531066895,
799
+ "learning_rate": 1.627193675889328e-05,
800
+ "loss": 0.7006,
801
+ "step": 5650
802
+ },
803
+ {
804
+ "epoch": 0.8109550062244354,
805
+ "grad_norm": 8.210447311401367,
806
+ "learning_rate": 1.6219235836627142e-05,
807
+ "loss": 0.6104,
808
+ "step": 5700
809
+ },
810
+ {
811
+ "epoch": 0.8180686466299129,
812
+ "grad_norm": 2.8877291679382324,
813
+ "learning_rate": 1.6166534914361002e-05,
814
+ "loss": 0.6183,
815
+ "step": 5750
816
+ },
817
+ {
818
+ "epoch": 0.8251822870353903,
819
+ "grad_norm": 3.5387609004974365,
820
+ "learning_rate": 1.6113833992094863e-05,
821
+ "loss": 0.6816,
822
+ "step": 5800
823
+ },
824
+ {
825
+ "epoch": 0.8322959274408679,
826
+ "grad_norm": 3.3335936069488525,
827
+ "learning_rate": 1.6061133069828723e-05,
828
+ "loss": 0.6948,
829
+ "step": 5850
830
+ },
831
+ {
832
+ "epoch": 0.8394095678463454,
833
+ "grad_norm": 3.515953302383423,
834
+ "learning_rate": 1.6008432147562584e-05,
835
+ "loss": 0.6664,
836
+ "step": 5900
837
+ },
838
+ {
839
+ "epoch": 0.8465232082518229,
840
+ "grad_norm": 2.2991325855255127,
841
+ "learning_rate": 1.5955731225296444e-05,
842
+ "loss": 0.6363,
843
+ "step": 5950
844
+ },
845
+ {
846
+ "epoch": 0.8536368486573004,
847
+ "grad_norm": 5.262946128845215,
848
+ "learning_rate": 1.5903030303030305e-05,
849
+ "loss": 0.7375,
850
+ "step": 6000
851
+ },
852
+ {
853
+ "epoch": 0.8607504890627778,
854
+ "grad_norm": 4.494121074676514,
855
+ "learning_rate": 1.5850329380764165e-05,
856
+ "loss": 0.6818,
857
+ "step": 6050
858
+ },
859
+ {
860
+ "epoch": 0.8678641294682554,
861
+ "grad_norm": 4.698576927185059,
862
+ "learning_rate": 1.5797628458498026e-05,
863
+ "loss": 0.7246,
864
+ "step": 6100
865
+ },
866
+ {
867
+ "epoch": 0.8749777698737329,
868
+ "grad_norm": 4.571809768676758,
869
+ "learning_rate": 1.5744927536231883e-05,
870
+ "loss": 0.6112,
871
+ "step": 6150
872
+ },
873
+ {
874
+ "epoch": 0.8820914102792103,
875
+ "grad_norm": 7.1781110763549805,
876
+ "learning_rate": 1.5692226613965746e-05,
877
+ "loss": 0.6593,
878
+ "step": 6200
879
+ },
880
+ {
881
+ "epoch": 0.8892050506846879,
882
+ "grad_norm": 5.867689609527588,
883
+ "learning_rate": 1.5639525691699607e-05,
884
+ "loss": 0.6491,
885
+ "step": 6250
886
+ },
887
+ {
888
+ "epoch": 0.8963186910901654,
889
+ "grad_norm": 5.427711009979248,
890
+ "learning_rate": 1.5586824769433467e-05,
891
+ "loss": 0.6419,
892
+ "step": 6300
893
+ },
894
+ {
895
+ "epoch": 0.903432331495643,
896
+ "grad_norm": 5.6072869300842285,
897
+ "learning_rate": 1.5534123847167328e-05,
898
+ "loss": 0.6443,
899
+ "step": 6350
900
+ },
901
+ {
902
+ "epoch": 0.9105459719011204,
903
+ "grad_norm": 4.355414867401123,
904
+ "learning_rate": 1.5481422924901185e-05,
905
+ "loss": 0.7021,
906
+ "step": 6400
907
+ },
908
+ {
909
+ "epoch": 0.9176596123065979,
910
+ "grad_norm": 4.039976596832275,
911
+ "learning_rate": 1.542872200263505e-05,
912
+ "loss": 0.7351,
913
+ "step": 6450
914
+ },
915
+ {
916
+ "epoch": 0.9247732527120754,
917
+ "grad_norm": 3.736238956451416,
918
+ "learning_rate": 1.537602108036891e-05,
919
+ "loss": 0.6629,
920
+ "step": 6500
921
+ },
922
+ {
923
+ "epoch": 0.9318868931175529,
924
+ "grad_norm": 3.91310453414917,
925
+ "learning_rate": 1.532332015810277e-05,
926
+ "loss": 0.6856,
927
+ "step": 6550
928
+ },
929
+ {
930
+ "epoch": 0.9390005335230304,
931
+ "grad_norm": 5.676443576812744,
932
+ "learning_rate": 1.5270619235836627e-05,
933
+ "loss": 0.6344,
934
+ "step": 6600
935
+ },
936
+ {
937
+ "epoch": 0.9461141739285079,
938
+ "grad_norm": 3.6127190589904785,
939
+ "learning_rate": 1.5217918313570487e-05,
940
+ "loss": 0.6845,
941
+ "step": 6650
942
+ },
943
+ {
944
+ "epoch": 0.9532278143339854,
945
+ "grad_norm": 4.957319259643555,
946
+ "learning_rate": 1.516521739130435e-05,
947
+ "loss": 0.7074,
948
+ "step": 6700
949
+ },
950
+ {
951
+ "epoch": 0.960341454739463,
952
+ "grad_norm": 3.351602554321289,
953
+ "learning_rate": 1.511251646903821e-05,
954
+ "loss": 0.6722,
955
+ "step": 6750
956
+ },
957
+ {
958
+ "epoch": 0.9674550951449404,
959
+ "grad_norm": 5.316050052642822,
960
+ "learning_rate": 1.505981554677207e-05,
961
+ "loss": 0.5993,
962
+ "step": 6800
963
+ },
964
+ {
965
+ "epoch": 0.9745687355504179,
966
+ "grad_norm": 3.5226705074310303,
967
+ "learning_rate": 1.5007114624505929e-05,
968
+ "loss": 0.6663,
969
+ "step": 6850
970
+ },
971
+ {
972
+ "epoch": 0.9816823759558955,
973
+ "grad_norm": 4.123106479644775,
974
+ "learning_rate": 1.495441370223979e-05,
975
+ "loss": 0.6865,
976
+ "step": 6900
977
+ },
978
+ {
979
+ "epoch": 0.9887960163613729,
980
+ "grad_norm": 3.942507743835449,
981
+ "learning_rate": 1.4901712779973652e-05,
982
+ "loss": 0.6535,
983
+ "step": 6950
984
+ },
985
+ {
986
+ "epoch": 0.9959096567668504,
987
+ "grad_norm": 4.765227317810059,
988
+ "learning_rate": 1.4849011857707512e-05,
989
+ "loss": 0.5895,
990
+ "step": 7000
991
+ },
992
+ {
993
+ "epoch": 1.0,
994
+ "eval_loss": 0.6490142345428467,
995
+ "eval_runtime": 321.1223,
996
+ "eval_samples_per_second": 16.414,
997
+ "eval_steps_per_second": 2.052,
998
+ "step": 7029
999
+ },
1000
+ {
1001
+ "epoch": 1.0029877289703006,
1002
+ "grad_norm": 3.913954496383667,
1003
+ "learning_rate": 1.479631093544137e-05,
1004
+ "loss": 0.5676,
1005
+ "step": 7050
1006
+ },
1007
+ {
1008
+ "epoch": 1.010101369375778,
1009
+ "grad_norm": 2.70705246925354,
1010
+ "learning_rate": 1.4743610013175231e-05,
1011
+ "loss": 0.5268,
1012
+ "step": 7100
1013
+ },
1014
+ {
1015
+ "epoch": 1.0172150097812556,
1016
+ "grad_norm": 5.550088882446289,
1017
+ "learning_rate": 1.4690909090909092e-05,
1018
+ "loss": 0.507,
1019
+ "step": 7150
1020
+ },
1021
+ {
1022
+ "epoch": 1.024328650186733,
1023
+ "grad_norm": 6.876676082611084,
1024
+ "learning_rate": 1.4638208168642954e-05,
1025
+ "loss": 0.5285,
1026
+ "step": 7200
1027
+ },
1028
+ {
1029
+ "epoch": 1.0314422905922105,
1030
+ "grad_norm": 2.911832809448242,
1031
+ "learning_rate": 1.4585507246376813e-05,
1032
+ "loss": 0.5357,
1033
+ "step": 7250
1034
+ },
1035
+ {
1036
+ "epoch": 1.0385559309976882,
1037
+ "grad_norm": 5.395831108093262,
1038
+ "learning_rate": 1.4532806324110673e-05,
1039
+ "loss": 0.5442,
1040
+ "step": 7300
1041
+ },
1042
+ {
1043
+ "epoch": 1.0456695714031656,
1044
+ "grad_norm": 8.814352035522461,
1045
+ "learning_rate": 1.4480105401844533e-05,
1046
+ "loss": 0.5394,
1047
+ "step": 7350
1048
+ },
1049
+ {
1050
+ "epoch": 1.052783211808643,
1051
+ "grad_norm": 2.947053909301758,
1052
+ "learning_rate": 1.4427404479578392e-05,
1053
+ "loss": 0.5549,
1054
+ "step": 7400
1055
+ },
1056
+ {
1057
+ "epoch": 1.0598968522141206,
1058
+ "grad_norm": 5.564446926116943,
1059
+ "learning_rate": 1.4374703557312254e-05,
1060
+ "loss": 0.5328,
1061
+ "step": 7450
1062
+ },
1063
+ {
1064
+ "epoch": 1.067010492619598,
1065
+ "grad_norm": 4.452253341674805,
1066
+ "learning_rate": 1.4322002635046115e-05,
1067
+ "loss": 0.5197,
1068
+ "step": 7500
1069
+ },
1070
+ {
1071
+ "epoch": 1.0741241330250757,
1072
+ "grad_norm": 3.506099224090576,
1073
+ "learning_rate": 1.4269301712779975e-05,
1074
+ "loss": 0.5509,
1075
+ "step": 7550
1076
+ },
1077
+ {
1078
+ "epoch": 1.0812377734305532,
1079
+ "grad_norm": 4.477612018585205,
1080
+ "learning_rate": 1.4216600790513834e-05,
1081
+ "loss": 0.5005,
1082
+ "step": 7600
1083
+ },
1084
+ {
1085
+ "epoch": 1.0883514138360306,
1086
+ "grad_norm": 4.912115097045898,
1087
+ "learning_rate": 1.4163899868247694e-05,
1088
+ "loss": 0.5351,
1089
+ "step": 7650
1090
+ },
1091
+ {
1092
+ "epoch": 1.095465054241508,
1093
+ "grad_norm": 4.499685764312744,
1094
+ "learning_rate": 1.4111198945981557e-05,
1095
+ "loss": 0.5218,
1096
+ "step": 7700
1097
+ },
1098
+ {
1099
+ "epoch": 1.1025786946469855,
1100
+ "grad_norm": 4.6450934410095215,
1101
+ "learning_rate": 1.4058498023715417e-05,
1102
+ "loss": 0.5195,
1103
+ "step": 7750
1104
+ },
1105
+ {
1106
+ "epoch": 1.109692335052463,
1107
+ "grad_norm": 4.883353233337402,
1108
+ "learning_rate": 1.4005797101449276e-05,
1109
+ "loss": 0.5464,
1110
+ "step": 7800
1111
+ },
1112
+ {
1113
+ "epoch": 1.1168059754579407,
1114
+ "grad_norm": 3.312135934829712,
1115
+ "learning_rate": 1.3953096179183136e-05,
1116
+ "loss": 0.4766,
1117
+ "step": 7850
1118
+ },
1119
+ {
1120
+ "epoch": 1.1239196158634182,
1121
+ "grad_norm": 2.180053234100342,
1122
+ "learning_rate": 1.3900395256916997e-05,
1123
+ "loss": 0.5742,
1124
+ "step": 7900
1125
+ },
1126
+ {
1127
+ "epoch": 1.1310332562688956,
1128
+ "grad_norm": 4.708530426025391,
1129
+ "learning_rate": 1.3847694334650859e-05,
1130
+ "loss": 0.5499,
1131
+ "step": 7950
1132
+ },
1133
+ {
1134
+ "epoch": 1.138146896674373,
1135
+ "grad_norm": 3.369694709777832,
1136
+ "learning_rate": 1.379499341238472e-05,
1137
+ "loss": 0.4839,
1138
+ "step": 8000
1139
+ },
1140
+ {
1141
+ "epoch": 1.1452605370798505,
1142
+ "grad_norm": 3.1507697105407715,
1143
+ "learning_rate": 1.3742292490118578e-05,
1144
+ "loss": 0.5118,
1145
+ "step": 8050
1146
+ },
1147
+ {
1148
+ "epoch": 1.1523741774853282,
1149
+ "grad_norm": 3.773084878921509,
1150
+ "learning_rate": 1.3689591567852438e-05,
1151
+ "loss": 0.5406,
1152
+ "step": 8100
1153
+ },
1154
+ {
1155
+ "epoch": 1.1594878178908057,
1156
+ "grad_norm": 3.446446180343628,
1157
+ "learning_rate": 1.3636890645586299e-05,
1158
+ "loss": 0.5175,
1159
+ "step": 8150
1160
+ },
1161
+ {
1162
+ "epoch": 1.1666014582962831,
1163
+ "grad_norm": 5.0827155113220215,
1164
+ "learning_rate": 1.3584189723320161e-05,
1165
+ "loss": 0.4963,
1166
+ "step": 8200
1167
+ },
1168
+ {
1169
+ "epoch": 1.1737150987017606,
1170
+ "grad_norm": 5.854413032531738,
1171
+ "learning_rate": 1.353148880105402e-05,
1172
+ "loss": 0.6038,
1173
+ "step": 8250
1174
+ },
1175
+ {
1176
+ "epoch": 1.180828739107238,
1177
+ "grad_norm": 4.135270595550537,
1178
+ "learning_rate": 1.347878787878788e-05,
1179
+ "loss": 0.5876,
1180
+ "step": 8300
1181
+ },
1182
+ {
1183
+ "epoch": 1.1879423795127155,
1184
+ "grad_norm": 4.9584197998046875,
1185
+ "learning_rate": 1.342608695652174e-05,
1186
+ "loss": 0.5272,
1187
+ "step": 8350
1188
+ },
1189
+ {
1190
+ "epoch": 1.1950560199181932,
1191
+ "grad_norm": 2.152341842651367,
1192
+ "learning_rate": 1.33733860342556e-05,
1193
+ "loss": 0.5146,
1194
+ "step": 8400
1195
+ },
1196
+ {
1197
+ "epoch": 1.2021696603236707,
1198
+ "grad_norm": 3.346052885055542,
1199
+ "learning_rate": 1.3320685111989462e-05,
1200
+ "loss": 0.4661,
1201
+ "step": 8450
1202
+ },
1203
+ {
1204
+ "epoch": 1.2092833007291481,
1205
+ "grad_norm": 4.768698692321777,
1206
+ "learning_rate": 1.3267984189723322e-05,
1207
+ "loss": 0.5354,
1208
+ "step": 8500
1209
+ },
1210
+ {
1211
+ "epoch": 1.2163969411346256,
1212
+ "grad_norm": 5.182507514953613,
1213
+ "learning_rate": 1.3215283267457183e-05,
1214
+ "loss": 0.4845,
1215
+ "step": 8550
1216
+ },
1217
+ {
1218
+ "epoch": 1.223510581540103,
1219
+ "grad_norm": 4.584784030914307,
1220
+ "learning_rate": 1.3162582345191041e-05,
1221
+ "loss": 0.5261,
1222
+ "step": 8600
1223
+ },
1224
+ {
1225
+ "epoch": 1.2306242219455807,
1226
+ "grad_norm": 3.520695209503174,
1227
+ "learning_rate": 1.3110935441370225e-05,
1228
+ "loss": 0.5735,
1229
+ "step": 8650
1230
+ },
1231
+ {
1232
+ "epoch": 1.2377378623510582,
1233
+ "grad_norm": 5.633211612701416,
1234
+ "learning_rate": 1.3058234519104085e-05,
1235
+ "loss": 0.516,
1236
+ "step": 8700
1237
+ },
1238
+ {
1239
+ "epoch": 1.2448515027565357,
1240
+ "grad_norm": 5.559876441955566,
1241
+ "learning_rate": 1.3005533596837944e-05,
1242
+ "loss": 0.5597,
1243
+ "step": 8750
1244
+ },
1245
+ {
1246
+ "epoch": 1.2519651431620131,
1247
+ "grad_norm": 4.474053382873535,
1248
+ "learning_rate": 1.2952832674571806e-05,
1249
+ "loss": 0.5171,
1250
+ "step": 8800
1251
+ },
1252
+ {
1253
+ "epoch": 1.2590787835674906,
1254
+ "grad_norm": 3.866060733795166,
1255
+ "learning_rate": 1.2900131752305667e-05,
1256
+ "loss": 0.5057,
1257
+ "step": 8850
1258
+ },
1259
+ {
1260
+ "epoch": 1.266192423972968,
1261
+ "grad_norm": 5.632756233215332,
1262
+ "learning_rate": 1.2847430830039527e-05,
1263
+ "loss": 0.5514,
1264
+ "step": 8900
1265
+ },
1266
+ {
1267
+ "epoch": 1.2733060643784457,
1268
+ "grad_norm": 4.323223114013672,
1269
+ "learning_rate": 1.2794729907773386e-05,
1270
+ "loss": 0.5052,
1271
+ "step": 8950
1272
+ },
1273
+ {
1274
+ "epoch": 1.2804197047839232,
1275
+ "grad_norm": 3.6960432529449463,
1276
+ "learning_rate": 1.2742028985507246e-05,
1277
+ "loss": 0.5295,
1278
+ "step": 9000
1279
+ },
1280
+ {
1281
+ "epoch": 1.2875333451894007,
1282
+ "grad_norm": 3.777792453765869,
1283
+ "learning_rate": 1.2689328063241108e-05,
1284
+ "loss": 0.49,
1285
+ "step": 9050
1286
+ },
1287
+ {
1288
+ "epoch": 1.2946469855948781,
1289
+ "grad_norm": 2.103578805923462,
1290
+ "learning_rate": 1.2636627140974969e-05,
1291
+ "loss": 0.5437,
1292
+ "step": 9100
1293
+ },
1294
+ {
1295
+ "epoch": 1.3017606260003558,
1296
+ "grad_norm": 5.730409622192383,
1297
+ "learning_rate": 1.258392621870883e-05,
1298
+ "loss": 0.532,
1299
+ "step": 9150
1300
+ },
1301
+ {
1302
+ "epoch": 1.3088742664058333,
1303
+ "grad_norm": 6.736247539520264,
1304
+ "learning_rate": 1.2532279314888011e-05,
1305
+ "loss": 0.554,
1306
+ "step": 9200
1307
+ },
1308
+ {
1309
+ "epoch": 1.3159879068113107,
1310
+ "grad_norm": 2.0751116275787354,
1311
+ "learning_rate": 1.2479578392621872e-05,
1312
+ "loss": 0.5128,
1313
+ "step": 9250
1314
+ },
1315
+ {
1316
+ "epoch": 1.3231015472167882,
1317
+ "grad_norm": 2.6663055419921875,
1318
+ "learning_rate": 1.2426877470355732e-05,
1319
+ "loss": 0.5251,
1320
+ "step": 9300
1321
+ },
1322
+ {
1323
+ "epoch": 1.3302151876222656,
1324
+ "grad_norm": 4.778317928314209,
1325
+ "learning_rate": 1.2374176548089594e-05,
1326
+ "loss": 0.5219,
1327
+ "step": 9350
1328
+ },
1329
+ {
1330
+ "epoch": 1.337328828027743,
1331
+ "grad_norm": 5.950105667114258,
1332
+ "learning_rate": 1.2321475625823453e-05,
1333
+ "loss": 0.5192,
1334
+ "step": 9400
1335
+ },
1336
+ {
1337
+ "epoch": 1.3444424684332206,
1338
+ "grad_norm": 3.5832479000091553,
1339
+ "learning_rate": 1.2268774703557313e-05,
1340
+ "loss": 0.5185,
1341
+ "step": 9450
1342
+ },
1343
+ {
1344
+ "epoch": 1.3515561088386983,
1345
+ "grad_norm": 2.7390801906585693,
1346
+ "learning_rate": 1.2216073781291174e-05,
1347
+ "loss": 0.5375,
1348
+ "step": 9500
1349
+ },
1350
+ {
1351
+ "epoch": 1.3586697492441757,
1352
+ "grad_norm": 2.688469648361206,
1353
+ "learning_rate": 1.2163372859025033e-05,
1354
+ "loss": 0.5352,
1355
+ "step": 9550
1356
+ },
1357
+ {
1358
+ "epoch": 1.3657833896496532,
1359
+ "grad_norm": 4.956066608428955,
1360
+ "learning_rate": 1.2110671936758893e-05,
1361
+ "loss": 0.5341,
1362
+ "step": 9600
1363
+ },
1364
+ {
1365
+ "epoch": 1.3728970300551306,
1366
+ "grad_norm": 5.483800411224365,
1367
+ "learning_rate": 1.2057971014492755e-05,
1368
+ "loss": 0.5644,
1369
+ "step": 9650
1370
+ },
1371
+ {
1372
+ "epoch": 1.3800106704606083,
1373
+ "grad_norm": 4.272674083709717,
1374
+ "learning_rate": 1.2005270092226616e-05,
1375
+ "loss": 0.5044,
1376
+ "step": 9700
1377
+ },
1378
+ {
1379
+ "epoch": 1.3871243108660858,
1380
+ "grad_norm": 2.5622191429138184,
1381
+ "learning_rate": 1.1952569169960474e-05,
1382
+ "loss": 0.5171,
1383
+ "step": 9750
1384
+ },
1385
+ {
1386
+ "epoch": 1.3942379512715632,
1387
+ "grad_norm": 7.005847454071045,
1388
+ "learning_rate": 1.1899868247694335e-05,
1389
+ "loss": 0.5156,
1390
+ "step": 9800
1391
+ },
1392
+ {
1393
+ "epoch": 1.4013515916770407,
1394
+ "grad_norm": 4.284529685974121,
1395
+ "learning_rate": 1.1847167325428195e-05,
1396
+ "loss": 0.5833,
1397
+ "step": 9850
1398
+ },
1399
+ {
1400
+ "epoch": 1.4084652320825182,
1401
+ "grad_norm": 3.930690288543701,
1402
+ "learning_rate": 1.1794466403162057e-05,
1403
+ "loss": 0.5219,
1404
+ "step": 9900
1405
+ },
1406
+ {
1407
+ "epoch": 1.4155788724879956,
1408
+ "grad_norm": 4.899880886077881,
1409
+ "learning_rate": 1.1741765480895916e-05,
1410
+ "loss": 0.5605,
1411
+ "step": 9950
1412
+ },
1413
+ {
1414
+ "epoch": 1.4226925128934733,
1415
+ "grad_norm": 5.612455368041992,
1416
+ "learning_rate": 1.1689064558629777e-05,
1417
+ "loss": 0.5408,
1418
+ "step": 10000
1419
+ },
1420
+ {
1421
+ "epoch": 1.4298061532989508,
1422
+ "grad_norm": 2.502410411834717,
1423
+ "learning_rate": 1.1636363636363637e-05,
1424
+ "loss": 0.5052,
1425
+ "step": 10050
1426
+ },
1427
+ {
1428
+ "epoch": 1.4369197937044282,
1429
+ "grad_norm": 4.965051174163818,
1430
+ "learning_rate": 1.1583662714097496e-05,
1431
+ "loss": 0.5036,
1432
+ "step": 10100
1433
+ },
1434
+ {
1435
+ "epoch": 1.4440334341099057,
1436
+ "grad_norm": 4.5783371925354,
1437
+ "learning_rate": 1.1530961791831358e-05,
1438
+ "loss": 0.5474,
1439
+ "step": 10150
1440
+ },
1441
+ {
1442
+ "epoch": 1.4511470745153834,
1443
+ "grad_norm": 5.443408012390137,
1444
+ "learning_rate": 1.1478260869565218e-05,
1445
+ "loss": 0.5018,
1446
+ "step": 10200
1447
+ },
1448
+ {
1449
+ "epoch": 1.4582607149208608,
1450
+ "grad_norm": 5.504450798034668,
1451
+ "learning_rate": 1.1425559947299079e-05,
1452
+ "loss": 0.4877,
1453
+ "step": 10250
1454
+ },
1455
+ {
1456
+ "epoch": 1.4653743553263383,
1457
+ "grad_norm": 3.819101572036743,
1458
+ "learning_rate": 1.137285902503294e-05,
1459
+ "loss": 0.526,
1460
+ "step": 10300
1461
+ },
1462
+ {
1463
+ "epoch": 1.4724879957318158,
1464
+ "grad_norm": 5.407709121704102,
1465
+ "learning_rate": 1.1320158102766798e-05,
1466
+ "loss": 0.4949,
1467
+ "step": 10350
1468
+ },
1469
+ {
1470
+ "epoch": 1.4796016361372932,
1471
+ "grad_norm": 4.124641418457031,
1472
+ "learning_rate": 1.126745718050066e-05,
1473
+ "loss": 0.5923,
1474
+ "step": 10400
1475
+ },
1476
+ {
1477
+ "epoch": 1.4867152765427707,
1478
+ "grad_norm": 4.266039848327637,
1479
+ "learning_rate": 1.121475625823452e-05,
1480
+ "loss": 0.5545,
1481
+ "step": 10450
1482
+ },
1483
+ {
1484
+ "epoch": 1.4938289169482482,
1485
+ "grad_norm": 4.402031421661377,
1486
+ "learning_rate": 1.1162055335968381e-05,
1487
+ "loss": 0.505,
1488
+ "step": 10500
1489
+ },
1490
+ {
1491
+ "epoch": 1.5009425573537256,
1492
+ "grad_norm": 6.378383159637451,
1493
+ "learning_rate": 1.110935441370224e-05,
1494
+ "loss": 0.5015,
1495
+ "step": 10550
1496
+ },
1497
+ {
1498
+ "epoch": 1.5080561977592033,
1499
+ "grad_norm": 4.023849964141846,
1500
+ "learning_rate": 1.10566534914361e-05,
1501
+ "loss": 0.5371,
1502
+ "step": 10600
1503
+ },
1504
+ {
1505
+ "epoch": 1.5151698381646808,
1506
+ "grad_norm": 4.202026844024658,
1507
+ "learning_rate": 1.1003952569169962e-05,
1508
+ "loss": 0.5527,
1509
+ "step": 10650
1510
+ },
1511
+ {
1512
+ "epoch": 1.5222834785701584,
1513
+ "grad_norm": 4.9058685302734375,
1514
+ "learning_rate": 1.0951251646903823e-05,
1515
+ "loss": 0.5193,
1516
+ "step": 10700
1517
+ },
1518
+ {
1519
+ "epoch": 1.529397118975636,
1520
+ "grad_norm": 5.402507781982422,
1521
+ "learning_rate": 1.0898550724637682e-05,
1522
+ "loss": 0.542,
1523
+ "step": 10750
1524
+ },
1525
+ {
1526
+ "epoch": 1.5365107593811134,
1527
+ "grad_norm": 4.229278087615967,
1528
+ "learning_rate": 1.0845849802371542e-05,
1529
+ "loss": 0.5284,
1530
+ "step": 10800
1531
+ },
1532
+ {
1533
+ "epoch": 1.5436243997865908,
1534
+ "grad_norm": 3.6707725524902344,
1535
+ "learning_rate": 1.0793148880105403e-05,
1536
+ "loss": 0.561,
1537
+ "step": 10850
1538
+ },
1539
+ {
1540
+ "epoch": 1.5507380401920683,
1541
+ "grad_norm": 3.6205899715423584,
1542
+ "learning_rate": 1.0740447957839265e-05,
1543
+ "loss": 0.4981,
1544
+ "step": 10900
1545
+ },
1546
+ {
1547
+ "epoch": 1.5578516805975458,
1548
+ "grad_norm": 4.793003559112549,
1549
+ "learning_rate": 1.0687747035573123e-05,
1550
+ "loss": 0.5062,
1551
+ "step": 10950
1552
+ },
1553
+ {
1554
+ "epoch": 1.5649653210030232,
1555
+ "grad_norm": 3.2560999393463135,
1556
+ "learning_rate": 1.0635046113306984e-05,
1557
+ "loss": 0.5305,
1558
+ "step": 11000
1559
+ },
1560
+ {
1561
+ "epoch": 1.5720789614085007,
1562
+ "grad_norm": 4.039142608642578,
1563
+ "learning_rate": 1.0582345191040844e-05,
1564
+ "loss": 0.5412,
1565
+ "step": 11050
1566
+ },
1567
+ {
1568
+ "epoch": 1.5791926018139784,
1569
+ "grad_norm": 4.209068298339844,
1570
+ "learning_rate": 1.0529644268774703e-05,
1571
+ "loss": 0.5014,
1572
+ "step": 11100
1573
+ },
1574
+ {
1575
+ "epoch": 1.5863062422194558,
1576
+ "grad_norm": 3.390684127807617,
1577
+ "learning_rate": 1.0476943346508565e-05,
1578
+ "loss": 0.5605,
1579
+ "step": 11150
1580
+ },
1581
+ {
1582
+ "epoch": 1.5934198826249333,
1583
+ "grad_norm": 3.7350914478302,
1584
+ "learning_rate": 1.0424242424242426e-05,
1585
+ "loss": 0.5021,
1586
+ "step": 11200
1587
+ },
1588
+ {
1589
+ "epoch": 1.600533523030411,
1590
+ "grad_norm": 3.5504932403564453,
1591
+ "learning_rate": 1.0371541501976286e-05,
1592
+ "loss": 0.4967,
1593
+ "step": 11250
1594
+ },
1595
+ {
1596
+ "epoch": 1.6076471634358884,
1597
+ "grad_norm": 3.8655166625976562,
1598
+ "learning_rate": 1.0318840579710145e-05,
1599
+ "loss": 0.4857,
1600
+ "step": 11300
1601
+ },
1602
+ {
1603
+ "epoch": 1.6147608038413659,
1604
+ "grad_norm": 6.647157669067383,
1605
+ "learning_rate": 1.0266139657444005e-05,
1606
+ "loss": 0.5033,
1607
+ "step": 11350
1608
+ },
1609
+ {
1610
+ "epoch": 1.6218744442468433,
1611
+ "grad_norm": 5.384164810180664,
1612
+ "learning_rate": 1.0213438735177868e-05,
1613
+ "loss": 0.5486,
1614
+ "step": 11400
1615
+ },
1616
+ {
1617
+ "epoch": 1.6289880846523208,
1618
+ "grad_norm": 4.699065685272217,
1619
+ "learning_rate": 1.016179183135705e-05,
1620
+ "loss": 0.5565,
1621
+ "step": 11450
1622
+ },
1623
+ {
1624
+ "epoch": 1.6361017250577983,
1625
+ "grad_norm": 4.786224365234375,
1626
+ "learning_rate": 1.010909090909091e-05,
1627
+ "loss": 0.5155,
1628
+ "step": 11500
1629
+ },
1630
+ {
1631
+ "epoch": 1.6432153654632757,
1632
+ "grad_norm": 4.30881929397583,
1633
+ "learning_rate": 1.005638998682477e-05,
1634
+ "loss": 0.5303,
1635
+ "step": 11550
1636
+ },
1637
+ {
1638
+ "epoch": 1.6503290058687532,
1639
+ "grad_norm": 4.938950538635254,
1640
+ "learning_rate": 1.000368906455863e-05,
1641
+ "loss": 0.4891,
1642
+ "step": 11600
1643
+ },
1644
+ {
1645
+ "epoch": 1.6574426462742309,
1646
+ "grad_norm": 4.875250339508057,
1647
+ "learning_rate": 9.950988142292491e-06,
1648
+ "loss": 0.531,
1649
+ "step": 11650
1650
+ },
1651
+ {
1652
+ "epoch": 1.6645562866797083,
1653
+ "grad_norm": 5.96549654006958,
1654
+ "learning_rate": 9.898287220026352e-06,
1655
+ "loss": 0.5092,
1656
+ "step": 11700
1657
+ },
1658
+ {
1659
+ "epoch": 1.6716699270851858,
1660
+ "grad_norm": 5.401658535003662,
1661
+ "learning_rate": 9.845586297760212e-06,
1662
+ "loss": 0.5018,
1663
+ "step": 11750
1664
+ },
1665
+ {
1666
+ "epoch": 1.6787835674906635,
1667
+ "grad_norm": 4.49137020111084,
1668
+ "learning_rate": 9.792885375494072e-06,
1669
+ "loss": 0.4877,
1670
+ "step": 11800
1671
+ },
1672
+ {
1673
+ "epoch": 1.685897207896141,
1674
+ "grad_norm": 3.0070083141326904,
1675
+ "learning_rate": 9.740184453227933e-06,
1676
+ "loss": 0.4884,
1677
+ "step": 11850
1678
+ },
1679
+ {
1680
+ "epoch": 1.6930108483016184,
1681
+ "grad_norm": 3.979234218597412,
1682
+ "learning_rate": 9.687483530961793e-06,
1683
+ "loss": 0.5013,
1684
+ "step": 11900
1685
+ },
1686
+ {
1687
+ "epoch": 1.7001244887070959,
1688
+ "grad_norm": 3.876878499984741,
1689
+ "learning_rate": 9.634782608695654e-06,
1690
+ "loss": 0.5322,
1691
+ "step": 11950
1692
+ },
1693
+ {
1694
+ "epoch": 1.7072381291125733,
1695
+ "grad_norm": 5.199528694152832,
1696
+ "learning_rate": 9.582081686429513e-06,
1697
+ "loss": 0.5052,
1698
+ "step": 12000
1699
+ },
1700
+ {
1701
+ "epoch": 1.7143517695180508,
1702
+ "grad_norm": 3.97282075881958,
1703
+ "learning_rate": 9.529380764163375e-06,
1704
+ "loss": 0.4887,
1705
+ "step": 12050
1706
+ },
1707
+ {
1708
+ "epoch": 1.7214654099235283,
1709
+ "grad_norm": 4.776126384735107,
1710
+ "learning_rate": 9.476679841897233e-06,
1711
+ "loss": 0.5384,
1712
+ "step": 12100
1713
+ },
1714
+ {
1715
+ "epoch": 1.7285790503290057,
1716
+ "grad_norm": 6.539297580718994,
1717
+ "learning_rate": 9.423978919631094e-06,
1718
+ "loss": 0.5283,
1719
+ "step": 12150
1720
+ },
1721
+ {
1722
+ "epoch": 1.7356926907344834,
1723
+ "grad_norm": 5.380597114562988,
1724
+ "learning_rate": 9.371277997364954e-06,
1725
+ "loss": 0.5481,
1726
+ "step": 12200
1727
+ },
1728
+ {
1729
+ "epoch": 1.7428063311399609,
1730
+ "grad_norm": 4.773643493652344,
1731
+ "learning_rate": 9.318577075098815e-06,
1732
+ "loss": 0.4815,
1733
+ "step": 12250
1734
+ },
1735
+ {
1736
+ "epoch": 1.7499199715454383,
1737
+ "grad_norm": 1.9399245977401733,
1738
+ "learning_rate": 9.265876152832675e-06,
1739
+ "loss": 0.515,
1740
+ "step": 12300
1741
+ },
1742
+ {
1743
+ "epoch": 1.757033611950916,
1744
+ "grad_norm": 3.586733102798462,
1745
+ "learning_rate": 9.213175230566536e-06,
1746
+ "loss": 0.4856,
1747
+ "step": 12350
1748
+ },
1749
+ {
1750
+ "epoch": 1.7641472523563935,
1751
+ "grad_norm": 3.9114813804626465,
1752
+ "learning_rate": 9.160474308300396e-06,
1753
+ "loss": 0.5114,
1754
+ "step": 12400
1755
+ },
1756
+ {
1757
+ "epoch": 1.771260892761871,
1758
+ "grad_norm": 3.8798410892486572,
1759
+ "learning_rate": 9.107773386034257e-06,
1760
+ "loss": 0.4939,
1761
+ "step": 12450
1762
+ },
1763
+ {
1764
+ "epoch": 1.7783745331673484,
1765
+ "grad_norm": 2.8337159156799316,
1766
+ "learning_rate": 9.055072463768117e-06,
1767
+ "loss": 0.4807,
1768
+ "step": 12500
1769
+ },
1770
+ {
1771
+ "epoch": 1.7854881735728259,
1772
+ "grad_norm": 4.102101802825928,
1773
+ "learning_rate": 9.002371541501978e-06,
1774
+ "loss": 0.5632,
1775
+ "step": 12550
1776
+ },
1777
+ {
1778
+ "epoch": 1.7926018139783033,
1779
+ "grad_norm": 2.918848991394043,
1780
+ "learning_rate": 8.949670619235838e-06,
1781
+ "loss": 0.5012,
1782
+ "step": 12600
1783
+ },
1784
+ {
1785
+ "epoch": 1.7997154543837808,
1786
+ "grad_norm": 3.708796739578247,
1787
+ "learning_rate": 8.896969696969697e-06,
1788
+ "loss": 0.5159,
1789
+ "step": 12650
1790
+ },
1791
+ {
1792
+ "epoch": 1.8068290947892582,
1793
+ "grad_norm": 4.967949867248535,
1794
+ "learning_rate": 8.844268774703559e-06,
1795
+ "loss": 0.5037,
1796
+ "step": 12700
1797
+ },
1798
+ {
1799
+ "epoch": 1.813942735194736,
1800
+ "grad_norm": 2.7646732330322266,
1801
+ "learning_rate": 8.791567852437418e-06,
1802
+ "loss": 0.4842,
1803
+ "step": 12750
1804
+ },
1805
+ {
1806
+ "epoch": 1.8210563756002134,
1807
+ "grad_norm": 3.667774200439453,
1808
+ "learning_rate": 8.73886693017128e-06,
1809
+ "loss": 0.4744,
1810
+ "step": 12800
1811
+ },
1812
+ {
1813
+ "epoch": 1.828170016005691,
1814
+ "grad_norm": 5.304251670837402,
1815
+ "learning_rate": 8.686166007905139e-06,
1816
+ "loss": 0.521,
1817
+ "step": 12850
1818
+ },
1819
+ {
1820
+ "epoch": 1.8352836564111685,
1821
+ "grad_norm": 4.663897514343262,
1822
+ "learning_rate": 8.633465085638999e-06,
1823
+ "loss": 0.5143,
1824
+ "step": 12900
1825
+ },
1826
+ {
1827
+ "epoch": 1.842397296816646,
1828
+ "grad_norm": 6.192160129547119,
1829
+ "learning_rate": 8.58076416337286e-06,
1830
+ "loss": 0.5489,
1831
+ "step": 12950
1832
+ },
1833
+ {
1834
+ "epoch": 1.8495109372221235,
1835
+ "grad_norm": 3.5136263370513916,
1836
+ "learning_rate": 8.52806324110672e-06,
1837
+ "loss": 0.5124,
1838
+ "step": 13000
1839
+ },
1840
+ {
1841
+ "epoch": 1.856624577627601,
1842
+ "grad_norm": 3.0261971950531006,
1843
+ "learning_rate": 8.47536231884058e-06,
1844
+ "loss": 0.5295,
1845
+ "step": 13050
1846
+ },
1847
+ {
1848
+ "epoch": 1.8637382180330784,
1849
+ "grad_norm": 3.9308557510375977,
1850
+ "learning_rate": 8.42266139657444e-06,
1851
+ "loss": 0.5209,
1852
+ "step": 13100
1853
+ },
1854
+ {
1855
+ "epoch": 1.8708518584385558,
1856
+ "grad_norm": 4.964597225189209,
1857
+ "learning_rate": 8.369960474308301e-06,
1858
+ "loss": 0.5187,
1859
+ "step": 13150
1860
+ },
1861
+ {
1862
+ "epoch": 1.8779654988440333,
1863
+ "grad_norm": 5.161786079406738,
1864
+ "learning_rate": 8.317259552042162e-06,
1865
+ "loss": 0.5207,
1866
+ "step": 13200
1867
+ },
1868
+ {
1869
+ "epoch": 1.885079139249511,
1870
+ "grad_norm": 2.5828144550323486,
1871
+ "learning_rate": 8.264558629776022e-06,
1872
+ "loss": 0.4598,
1873
+ "step": 13250
1874
+ },
1875
+ {
1876
+ "epoch": 1.8921927796549884,
1877
+ "grad_norm": 3.169773817062378,
1878
+ "learning_rate": 8.211857707509883e-06,
1879
+ "loss": 0.531,
1880
+ "step": 13300
1881
+ },
1882
+ {
1883
+ "epoch": 1.899306420060466,
1884
+ "grad_norm": 3.6591272354125977,
1885
+ "learning_rate": 8.159156785243743e-06,
1886
+ "loss": 0.5226,
1887
+ "step": 13350
1888
+ },
1889
+ {
1890
+ "epoch": 1.9064200604659436,
1891
+ "grad_norm": 2.735844850540161,
1892
+ "learning_rate": 8.106455862977602e-06,
1893
+ "loss": 0.5808,
1894
+ "step": 13400
1895
+ },
1896
+ {
1897
+ "epoch": 1.913533700871421,
1898
+ "grad_norm": 5.649113655090332,
1899
+ "learning_rate": 8.053754940711464e-06,
1900
+ "loss": 0.5154,
1901
+ "step": 13450
1902
+ },
1903
+ {
1904
+ "epoch": 1.9206473412768985,
1905
+ "grad_norm": 2.830268621444702,
1906
+ "learning_rate": 8.001054018445323e-06,
1907
+ "loss": 0.5017,
1908
+ "step": 13500
1909
+ },
1910
+ {
1911
+ "epoch": 1.927760981682376,
1912
+ "grad_norm": 5.496303558349609,
1913
+ "learning_rate": 7.948353096179183e-06,
1914
+ "loss": 0.4824,
1915
+ "step": 13550
1916
+ },
1917
+ {
1918
+ "epoch": 1.9348746220878534,
1919
+ "grad_norm": 3.1559128761291504,
1920
+ "learning_rate": 7.895652173913044e-06,
1921
+ "loss": 0.5465,
1922
+ "step": 13600
1923
+ },
1924
+ {
1925
+ "epoch": 1.941988262493331,
1926
+ "grad_norm": 3.265587091445923,
1927
+ "learning_rate": 7.842951251646904e-06,
1928
+ "loss": 0.4673,
1929
+ "step": 13650
1930
+ },
1931
+ {
1932
+ "epoch": 1.9491019028988084,
1933
+ "grad_norm": 6.156945705413818,
1934
+ "learning_rate": 7.790250329380764e-06,
1935
+ "loss": 0.5558,
1936
+ "step": 13700
1937
+ },
1938
+ {
1939
+ "epoch": 1.9562155433042858,
1940
+ "grad_norm": 7.1588029861450195,
1941
+ "learning_rate": 7.737549407114625e-06,
1942
+ "loss": 0.5013,
1943
+ "step": 13750
1944
+ },
1945
+ {
1946
+ "epoch": 1.9633291837097635,
1947
+ "grad_norm": 3.9235057830810547,
1948
+ "learning_rate": 7.684848484848485e-06,
1949
+ "loss": 0.5214,
1950
+ "step": 13800
1951
+ },
1952
+ {
1953
+ "epoch": 1.970442824115241,
1954
+ "grad_norm": 3.9342610836029053,
1955
+ "learning_rate": 7.632147562582346e-06,
1956
+ "loss": 0.5147,
1957
+ "step": 13850
1958
+ },
1959
+ {
1960
+ "epoch": 1.9775564645207184,
1961
+ "grad_norm": 2.9213314056396484,
1962
+ "learning_rate": 7.579446640316206e-06,
1963
+ "loss": 0.4756,
1964
+ "step": 13900
1965
+ },
1966
+ {
1967
+ "epoch": 1.984670104926196,
1968
+ "grad_norm": 2.211418390274048,
1969
+ "learning_rate": 7.526745718050067e-06,
1970
+ "loss": 0.4862,
1971
+ "step": 13950
1972
+ },
1973
+ {
1974
+ "epoch": 1.9917837453316736,
1975
+ "grad_norm": 3.4956717491149902,
1976
+ "learning_rate": 7.474044795783927e-06,
1977
+ "loss": 0.5235,
1978
+ "step": 14000
1979
+ },
1980
+ {
1981
+ "epoch": 1.998897385737151,
1982
+ "grad_norm": 4.755037784576416,
1983
+ "learning_rate": 7.421343873517787e-06,
1984
+ "loss": 0.5176,
1985
+ "step": 14050
1986
+ },
1987
+ {
1988
+ "epoch": 2.0,
1989
+ "eval_loss": 0.6273267865180969,
1990
+ "eval_runtime": 321.2086,
1991
+ "eval_samples_per_second": 16.41,
1992
+ "eval_steps_per_second": 2.052,
1993
+ "step": 14058
1994
+ }
1995
+ ],
1996
+ "logging_steps": 50,
1997
+ "max_steps": 21084,
1998
+ "num_input_tokens_seen": 0,
1999
+ "num_train_epochs": 3,
2000
+ "save_steps": 500,
2001
+ "stateful_callbacks": {
2002
+ "TrainerControl": {
2003
+ "args": {
2004
+ "should_epoch_stop": false,
2005
+ "should_evaluate": false,
2006
+ "should_log": false,
2007
+ "should_save": true,
2008
+ "should_training_stop": false
2009
+ },
2010
+ "attributes": {}
2011
+ }
2012
+ },
2013
+ "total_flos": 7.608571407630336e+16,
2014
+ "train_batch_size": 1,
2015
+ "trial_name": null,
2016
+ "trial_params": null
2017
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b38f53c888a9c457e9e1a092c06ddd45fb62219eaec68a8e171773f29b39d4db
3
+ size 5713
vocab.json ADDED
The diff for this file is too large to render. See raw diff