raduv98 commited on
Commit
0106b63
·
verified ·
1 Parent(s): a2e61ce

Upload folder using huggingface_hub

Browse files
.gitattributes ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ model.safetensors filter=lfs diff=lfs merge=lfs -text
2
+ optimizer.pt filter=lfs diff=lfs merge=lfs -text
3
+ 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": 151643,
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": 32768,
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": "bfloat16",
26
+ "transformers_version": "4.51.3",
27
+ "use_cache": false,
28
+ "use_sliding_window": false,
29
+ "vocab_size": 151936
30
+ }
generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 151643,
3
+ "eos_token_id": 151643,
4
+ "max_new_tokens": 2048,
5
+ "transformers_version": "4.51.3"
6
+ }
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:a3179b2c4f6785813b0f5065f82cd5a5296e0eb7726884be39b0968b0cd88035
3
+ size 1192135096
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92277ed941097724fe3c18c1ac05922c6bd1c00f6f294722dee5279240f0ba8d
3
+ size 2384459962
rng_state.pth ADDED
Binary file (14.2 kB). View file
 
scheduler.pt ADDED
Binary file (1.06 kB). View file
 
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": "<|endoftext|>",
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:aeb13307a71acd8fe81861d94ad54ab689df773318809eed3cbe794b4492dae4
3
+ size 11422654
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 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.role == \"user\") or (message.role == \"system\" and not loop.first) %}\n {{- '<|im_start|>' + message.role + '\\n' + message.content + '<|im_end|>' + '\\n' }}\n {%- elif message.role == \"assistant\" %}\n {%- set content = message.content %}\n {%- set reasoning_content = '' %}\n {%- if message.reasoning_content is defined and message.reasoning_content is not none %}\n {%- set reasoning_content = message.reasoning_content %}\n {%- else %}\n {%- if '</think>' in message.content %}\n {%- set content = message.content.split('</think>')[-1].lstrip('\\n') %}\n {%- set reasoning_content = message.content.split('</think>')[0].rstrip('\\n').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 {{- message.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": "<|endoftext|>",
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,951 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 2.9993142857142856,
6
+ "eval_steps": 500,
7
+ "global_step": 3279,
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.022857142857142857,
14
+ "grad_norm": 8.125,
15
+ "learning_rate": 3.6585365853658537e-06,
16
+ "loss": 1.358,
17
+ "step": 25
18
+ },
19
+ {
20
+ "epoch": 0.045714285714285714,
21
+ "grad_norm": 4.75,
22
+ "learning_rate": 7.469512195121951e-06,
23
+ "loss": 1.2495,
24
+ "step": 50
25
+ },
26
+ {
27
+ "epoch": 0.06857142857142857,
28
+ "grad_norm": 3.890625,
29
+ "learning_rate": 1.128048780487805e-05,
30
+ "loss": 1.1795,
31
+ "step": 75
32
+ },
33
+ {
34
+ "epoch": 0.09142857142857143,
35
+ "grad_norm": 4.0625,
36
+ "learning_rate": 1.5091463414634147e-05,
37
+ "loss": 1.1428,
38
+ "step": 100
39
+ },
40
+ {
41
+ "epoch": 0.11428571428571428,
42
+ "grad_norm": 4.28125,
43
+ "learning_rate": 1.8902439024390246e-05,
44
+ "loss": 1.1436,
45
+ "step": 125
46
+ },
47
+ {
48
+ "epoch": 0.13714285714285715,
49
+ "grad_norm": 4.03125,
50
+ "learning_rate": 2.2713414634146344e-05,
51
+ "loss": 1.1044,
52
+ "step": 150
53
+ },
54
+ {
55
+ "epoch": 0.16,
56
+ "grad_norm": 4.625,
57
+ "learning_rate": 2.652439024390244e-05,
58
+ "loss": 1.0569,
59
+ "step": 175
60
+ },
61
+ {
62
+ "epoch": 0.18285714285714286,
63
+ "grad_norm": 3.9375,
64
+ "learning_rate": 3.0335365853658536e-05,
65
+ "loss": 1.0175,
66
+ "step": 200
67
+ },
68
+ {
69
+ "epoch": 0.2057142857142857,
70
+ "grad_norm": 4.34375,
71
+ "learning_rate": 3.414634146341464e-05,
72
+ "loss": 1.0053,
73
+ "step": 225
74
+ },
75
+ {
76
+ "epoch": 0.22857142857142856,
77
+ "grad_norm": 4.5,
78
+ "learning_rate": 3.7957317073170734e-05,
79
+ "loss": 1.0415,
80
+ "step": 250
81
+ },
82
+ {
83
+ "epoch": 0.25142857142857145,
84
+ "grad_norm": 4.375,
85
+ "learning_rate": 4.176829268292683e-05,
86
+ "loss": 0.9895,
87
+ "step": 275
88
+ },
89
+ {
90
+ "epoch": 0.2742857142857143,
91
+ "grad_norm": 4.0625,
92
+ "learning_rate": 4.557926829268293e-05,
93
+ "loss": 0.9795,
94
+ "step": 300
95
+ },
96
+ {
97
+ "epoch": 0.29714285714285715,
98
+ "grad_norm": 3.921875,
99
+ "learning_rate": 4.9390243902439024e-05,
100
+ "loss": 0.9568,
101
+ "step": 325
102
+ },
103
+ {
104
+ "epoch": 0.32,
105
+ "grad_norm": 3.9375,
106
+ "learning_rate": 4.999375270749916e-05,
107
+ "loss": 1.0014,
108
+ "step": 350
109
+ },
110
+ {
111
+ "epoch": 0.34285714285714286,
112
+ "grad_norm": 3.546875,
113
+ "learning_rate": 4.997002907071694e-05,
114
+ "loss": 0.9417,
115
+ "step": 375
116
+ },
117
+ {
118
+ "epoch": 0.3657142857142857,
119
+ "grad_norm": 4.1875,
120
+ "learning_rate": 4.992861922480944e-05,
121
+ "loss": 0.9401,
122
+ "step": 400
123
+ },
124
+ {
125
+ "epoch": 0.38857142857142857,
126
+ "grad_norm": 3.234375,
127
+ "learning_rate": 4.9869552500266925e-05,
128
+ "loss": 0.9604,
129
+ "step": 425
130
+ },
131
+ {
132
+ "epoch": 0.4114285714285714,
133
+ "grad_norm": 3.40625,
134
+ "learning_rate": 4.979287073390262e-05,
135
+ "loss": 0.9284,
136
+ "step": 450
137
+ },
138
+ {
139
+ "epoch": 0.4342857142857143,
140
+ "grad_norm": 3.71875,
141
+ "learning_rate": 4.969862823921981e-05,
142
+ "loss": 0.9228,
143
+ "step": 475
144
+ },
145
+ {
146
+ "epoch": 0.45714285714285713,
147
+ "grad_norm": 4.0625,
148
+ "learning_rate": 4.958689176794172e-05,
149
+ "loss": 0.9457,
150
+ "step": 500
151
+ },
152
+ {
153
+ "epoch": 0.48,
154
+ "grad_norm": 3.34375,
155
+ "learning_rate": 4.945774046273145e-05,
156
+ "loss": 0.8994,
157
+ "step": 525
158
+ },
159
+ {
160
+ "epoch": 0.5028571428571429,
161
+ "grad_norm": 3.40625,
162
+ "learning_rate": 4.9311265801135384e-05,
163
+ "loss": 0.8787,
164
+ "step": 550
165
+ },
166
+ {
167
+ "epoch": 0.5257142857142857,
168
+ "grad_norm": 4.1875,
169
+ "learning_rate": 4.9147571530789894e-05,
170
+ "loss": 0.908,
171
+ "step": 575
172
+ },
173
+ {
174
+ "epoch": 0.5485714285714286,
175
+ "grad_norm": 2.984375,
176
+ "learning_rate": 4.896677359593718e-05,
177
+ "loss": 0.865,
178
+ "step": 600
179
+ },
180
+ {
181
+ "epoch": 0.5714285714285714,
182
+ "grad_norm": 3.984375,
183
+ "learning_rate": 4.8769000055302205e-05,
184
+ "loss": 0.8685,
185
+ "step": 625
186
+ },
187
+ {
188
+ "epoch": 0.5942857142857143,
189
+ "grad_norm": 2.546875,
190
+ "learning_rate": 4.855439099138905e-05,
191
+ "loss": 0.8979,
192
+ "step": 650
193
+ },
194
+ {
195
+ "epoch": 0.6171428571428571,
196
+ "grad_norm": 3.875,
197
+ "learning_rate": 4.83230984112608e-05,
198
+ "loss": 0.9231,
199
+ "step": 675
200
+ },
201
+ {
202
+ "epoch": 0.64,
203
+ "grad_norm": 4.21875,
204
+ "learning_rate": 4.807528613887338e-05,
205
+ "loss": 0.8809,
206
+ "step": 700
207
+ },
208
+ {
209
+ "epoch": 0.6628571428571428,
210
+ "grad_norm": 3.78125,
211
+ "learning_rate": 4.781112969903937e-05,
212
+ "loss": 0.8579,
213
+ "step": 725
214
+ },
215
+ {
216
+ "epoch": 0.6857142857142857,
217
+ "grad_norm": 3.390625,
218
+ "learning_rate": 4.75308161931043e-05,
219
+ "loss": 0.873,
220
+ "step": 750
221
+ },
222
+ {
223
+ "epoch": 0.7085714285714285,
224
+ "grad_norm": 3.5625,
225
+ "learning_rate": 4.723454416642317e-05,
226
+ "loss": 0.8187,
227
+ "step": 775
228
+ },
229
+ {
230
+ "epoch": 0.7314285714285714,
231
+ "grad_norm": 3.359375,
232
+ "learning_rate": 4.692252346773133e-05,
233
+ "loss": 0.8335,
234
+ "step": 800
235
+ },
236
+ {
237
+ "epoch": 0.7542857142857143,
238
+ "grad_norm": 3.5,
239
+ "learning_rate": 4.6594975100509094e-05,
240
+ "loss": 0.8578,
241
+ "step": 825
242
+ },
243
+ {
244
+ "epoch": 0.7771428571428571,
245
+ "grad_norm": 3.65625,
246
+ "learning_rate": 4.625213106644558e-05,
247
+ "loss": 0.843,
248
+ "step": 850
249
+ },
250
+ {
251
+ "epoch": 0.8,
252
+ "grad_norm": 3.6875,
253
+ "learning_rate": 4.589423420111244e-05,
254
+ "loss": 0.8211,
255
+ "step": 875
256
+ },
257
+ {
258
+ "epoch": 0.8228571428571428,
259
+ "grad_norm": 3.328125,
260
+ "learning_rate": 4.552153800196407e-05,
261
+ "loss": 0.8575,
262
+ "step": 900
263
+ },
264
+ {
265
+ "epoch": 0.8457142857142858,
266
+ "grad_norm": 3.65625,
267
+ "learning_rate": 4.513430644878598e-05,
268
+ "loss": 0.813,
269
+ "step": 925
270
+ },
271
+ {
272
+ "epoch": 0.8685714285714285,
273
+ "grad_norm": 3.53125,
274
+ "learning_rate": 4.4732813816718595e-05,
275
+ "loss": 0.7998,
276
+ "step": 950
277
+ },
278
+ {
279
+ "epoch": 0.8914285714285715,
280
+ "grad_norm": 3.328125,
281
+ "learning_rate": 4.43173444819888e-05,
282
+ "loss": 0.8045,
283
+ "step": 975
284
+ },
285
+ {
286
+ "epoch": 0.9142857142857143,
287
+ "grad_norm": 4.125,
288
+ "learning_rate": 4.388819272048707e-05,
289
+ "loss": 0.7961,
290
+ "step": 1000
291
+ },
292
+ {
293
+ "epoch": 0.9371428571428572,
294
+ "grad_norm": 3.53125,
295
+ "learning_rate": 4.3445662499332474e-05,
296
+ "loss": 0.8105,
297
+ "step": 1025
298
+ },
299
+ {
300
+ "epoch": 0.96,
301
+ "grad_norm": 3.671875,
302
+ "learning_rate": 4.299006726157363e-05,
303
+ "loss": 0.8175,
304
+ "step": 1050
305
+ },
306
+ {
307
+ "epoch": 0.9828571428571429,
308
+ "grad_norm": 2.828125,
309
+ "learning_rate": 4.2521729704177706e-05,
310
+ "loss": 0.7671,
311
+ "step": 1075
312
+ },
313
+ {
314
+ "epoch": 1.0064,
315
+ "grad_norm": 4.59375,
316
+ "learning_rate": 4.2040981549465015e-05,
317
+ "loss": 0.8307,
318
+ "step": 1100
319
+ },
320
+ {
321
+ "epoch": 1.0292571428571429,
322
+ "grad_norm": 2.8125,
323
+ "learning_rate": 4.154816331015088e-05,
324
+ "loss": 0.6611,
325
+ "step": 1125
326
+ },
327
+ {
328
+ "epoch": 1.0521142857142858,
329
+ "grad_norm": 3.796875,
330
+ "learning_rate": 4.104362404816138e-05,
331
+ "loss": 0.6466,
332
+ "step": 1150
333
+ },
334
+ {
335
+ "epoch": 1.0749714285714287,
336
+ "grad_norm": 4.03125,
337
+ "learning_rate": 4.052772112739359e-05,
338
+ "loss": 0.6549,
339
+ "step": 1175
340
+ },
341
+ {
342
+ "epoch": 1.0978285714285714,
343
+ "grad_norm": 3.921875,
344
+ "learning_rate": 4.000081996059573e-05,
345
+ "loss": 0.653,
346
+ "step": 1200
347
+ },
348
+ {
349
+ "epoch": 1.1206857142857143,
350
+ "grad_norm": 3.125,
351
+ "learning_rate": 3.94632937505461e-05,
352
+ "loss": 0.6748,
353
+ "step": 1225
354
+ },
355
+ {
356
+ "epoch": 1.1435428571428572,
357
+ "grad_norm": 4.15625,
358
+ "learning_rate": 3.8915523225714636e-05,
359
+ "loss": 0.6696,
360
+ "step": 1250
361
+ },
362
+ {
363
+ "epoch": 1.1663999999999999,
364
+ "grad_norm": 4.125,
365
+ "learning_rate": 3.835789637059372e-05,
366
+ "loss": 0.6514,
367
+ "step": 1275
368
+ },
369
+ {
370
+ "epoch": 1.1892571428571428,
371
+ "grad_norm": 3.96875,
372
+ "learning_rate": 3.7790808150889886e-05,
373
+ "loss": 0.6715,
374
+ "step": 1300
375
+ },
376
+ {
377
+ "epoch": 1.2121142857142857,
378
+ "grad_norm": 3.796875,
379
+ "learning_rate": 3.721466023377052e-05,
380
+ "loss": 0.6573,
381
+ "step": 1325
382
+ },
383
+ {
384
+ "epoch": 1.2349714285714286,
385
+ "grad_norm": 3.65625,
386
+ "learning_rate": 3.662986070336399e-05,
387
+ "loss": 0.6389,
388
+ "step": 1350
389
+ },
390
+ {
391
+ "epoch": 1.2578285714285715,
392
+ "grad_norm": 3.84375,
393
+ "learning_rate": 3.603682377171476e-05,
394
+ "loss": 0.6474,
395
+ "step": 1375
396
+ },
397
+ {
398
+ "epoch": 1.2806857142857142,
399
+ "grad_norm": 4.03125,
400
+ "learning_rate": 3.5435969485397956e-05,
401
+ "loss": 0.6636,
402
+ "step": 1400
403
+ },
404
+ {
405
+ "epoch": 1.3035428571428571,
406
+ "grad_norm": 3.453125,
407
+ "learning_rate": 3.482772342800146e-05,
408
+ "loss": 0.647,
409
+ "step": 1425
410
+ },
411
+ {
412
+ "epoch": 1.3264,
413
+ "grad_norm": 6.1875,
414
+ "learning_rate": 3.421251641868613e-05,
415
+ "loss": 0.6186,
416
+ "step": 1450
417
+ },
418
+ {
419
+ "epoch": 1.349257142857143,
420
+ "grad_norm": 3.5,
421
+ "learning_rate": 3.359078420703766e-05,
422
+ "loss": 0.6282,
423
+ "step": 1475
424
+ },
425
+ {
426
+ "epoch": 1.3721142857142858,
427
+ "grad_norm": 4.0625,
428
+ "learning_rate": 3.2962967164426225e-05,
429
+ "loss": 0.6674,
430
+ "step": 1500
431
+ },
432
+ {
433
+ "epoch": 1.3949714285714285,
434
+ "grad_norm": 3.578125,
435
+ "learning_rate": 3.2329509972092524e-05,
436
+ "loss": 0.6192,
437
+ "step": 1525
438
+ },
439
+ {
440
+ "epoch": 1.4178285714285714,
441
+ "grad_norm": 3.5,
442
+ "learning_rate": 3.169086130618124e-05,
443
+ "loss": 0.6195,
444
+ "step": 1550
445
+ },
446
+ {
447
+ "epoch": 1.4406857142857143,
448
+ "grad_norm": 3.75,
449
+ "learning_rate": 3.104747351994476e-05,
450
+ "loss": 0.6093,
451
+ "step": 1575
452
+ },
453
+ {
454
+ "epoch": 1.463542857142857,
455
+ "grad_norm": 4.25,
456
+ "learning_rate": 3.0399802323342595e-05,
457
+ "loss": 0.6033,
458
+ "step": 1600
459
+ },
460
+ {
461
+ "epoch": 1.4864,
462
+ "grad_norm": 4.0,
463
+ "learning_rate": 2.9748306460263058e-05,
464
+ "loss": 0.5733,
465
+ "step": 1625
466
+ },
467
+ {
468
+ "epoch": 1.5092571428571429,
469
+ "grad_norm": 4.5625,
470
+ "learning_rate": 2.9093447383596174e-05,
471
+ "loss": 0.6684,
472
+ "step": 1650
473
+ },
474
+ {
475
+ "epoch": 1.5321142857142858,
476
+ "grad_norm": 5.34375,
477
+ "learning_rate": 2.8435688928387728e-05,
478
+ "loss": 0.6434,
479
+ "step": 1675
480
+ },
481
+ {
482
+ "epoch": 1.5549714285714287,
483
+ "grad_norm": 4.5,
484
+ "learning_rate": 2.7775496983306082e-05,
485
+ "loss": 0.6325,
486
+ "step": 1700
487
+ },
488
+ {
489
+ "epoch": 1.5778285714285714,
490
+ "grad_norm": 4.375,
491
+ "learning_rate": 2.7113339160654405e-05,
492
+ "loss": 0.6183,
493
+ "step": 1725
494
+ },
495
+ {
496
+ "epoch": 1.6006857142857143,
497
+ "grad_norm": 4.40625,
498
+ "learning_rate": 2.6449684465162012e-05,
499
+ "loss": 0.6416,
500
+ "step": 1750
501
+ },
502
+ {
503
+ "epoch": 1.6235428571428572,
504
+ "grad_norm": 4.375,
505
+ "learning_rate": 2.5785002961789496e-05,
506
+ "loss": 0.5869,
507
+ "step": 1775
508
+ },
509
+ {
510
+ "epoch": 1.6463999999999999,
511
+ "grad_norm": 4.34375,
512
+ "learning_rate": 2.5119765442782926e-05,
513
+ "loss": 0.5745,
514
+ "step": 1800
515
+ },
516
+ {
517
+ "epoch": 1.669257142857143,
518
+ "grad_norm": 5.5625,
519
+ "learning_rate": 2.445444309421284e-05,
520
+ "loss": 0.6226,
521
+ "step": 1825
522
+ },
523
+ {
524
+ "epoch": 1.6921142857142857,
525
+ "grad_norm": 4.28125,
526
+ "learning_rate": 2.3789507162234347e-05,
527
+ "loss": 0.6089,
528
+ "step": 1850
529
+ },
530
+ {
531
+ "epoch": 1.7149714285714286,
532
+ "grad_norm": 4.5625,
533
+ "learning_rate": 2.312542861930465e-05,
534
+ "loss": 0.5715,
535
+ "step": 1875
536
+ },
537
+ {
538
+ "epoch": 1.7378285714285715,
539
+ "grad_norm": 4.25,
540
+ "learning_rate": 2.2462677830594438e-05,
541
+ "loss": 0.6236,
542
+ "step": 1900
543
+ },
544
+ {
545
+ "epoch": 1.7606857142857142,
546
+ "grad_norm": 4.34375,
547
+ "learning_rate": 2.1801724220829405e-05,
548
+ "loss": 0.6049,
549
+ "step": 1925
550
+ },
551
+ {
552
+ "epoch": 1.783542857142857,
553
+ "grad_norm": 3.671875,
554
+ "learning_rate": 2.1143035941797885e-05,
555
+ "loss": 0.6148,
556
+ "step": 1950
557
+ },
558
+ {
559
+ "epoch": 1.8064,
560
+ "grad_norm": 4.125,
561
+ "learning_rate": 2.048707954076014e-05,
562
+ "loss": 0.6017,
563
+ "step": 1975
564
+ },
565
+ {
566
+ "epoch": 1.8292571428571427,
567
+ "grad_norm": 4.03125,
568
+ "learning_rate": 1.9834319629994052e-05,
569
+ "loss": 0.6137,
570
+ "step": 2000
571
+ },
572
+ {
573
+ "epoch": 1.8521142857142858,
574
+ "grad_norm": 3.796875,
575
+ "learning_rate": 1.9185218557711483e-05,
576
+ "loss": 0.6015,
577
+ "step": 2025
578
+ },
579
+ {
580
+ "epoch": 1.8749714285714285,
581
+ "grad_norm": 3.96875,
582
+ "learning_rate": 1.8540236080578116e-05,
583
+ "loss": 0.6043,
584
+ "step": 2050
585
+ },
586
+ {
587
+ "epoch": 1.8978285714285714,
588
+ "grad_norm": 5.03125,
589
+ "learning_rate": 1.7899829038069012e-05,
590
+ "loss": 0.6104,
591
+ "step": 2075
592
+ },
593
+ {
594
+ "epoch": 1.9206857142857143,
595
+ "grad_norm": 4.15625,
596
+ "learning_rate": 1.7264451028890318e-05,
597
+ "loss": 0.6057,
598
+ "step": 2100
599
+ },
600
+ {
601
+ "epoch": 1.943542857142857,
602
+ "grad_norm": 4.25,
603
+ "learning_rate": 1.663455208969646e-05,
604
+ "loss": 0.6425,
605
+ "step": 2125
606
+ },
607
+ {
608
+ "epoch": 1.9664000000000001,
609
+ "grad_norm": 3.4375,
610
+ "learning_rate": 1.6010578376330303e-05,
611
+ "loss": 0.565,
612
+ "step": 2150
613
+ },
614
+ {
615
+ "epoch": 1.9892571428571428,
616
+ "grad_norm": 4.03125,
617
+ "learning_rate": 1.5392971847812086e-05,
618
+ "loss": 0.5628,
619
+ "step": 2175
620
+ },
621
+ {
622
+ "epoch": 2.0128,
623
+ "grad_norm": 4.3125,
624
+ "learning_rate": 1.4782169953300934e-05,
625
+ "loss": 0.5853,
626
+ "step": 2200
627
+ },
628
+ {
629
+ "epoch": 2.035657142857143,
630
+ "grad_norm": 3.1875,
631
+ "learning_rate": 1.4178605322250743e-05,
632
+ "loss": 0.4976,
633
+ "step": 2225
634
+ },
635
+ {
636
+ "epoch": 2.0585142857142857,
637
+ "grad_norm": 4.3125,
638
+ "learning_rate": 1.3582705457979773e-05,
639
+ "loss": 0.4977,
640
+ "step": 2250
641
+ },
642
+ {
643
+ "epoch": 2.0813714285714284,
644
+ "grad_norm": 4.65625,
645
+ "learning_rate": 1.2994892434871209e-05,
646
+ "loss": 0.4918,
647
+ "step": 2275
648
+ },
649
+ {
650
+ "epoch": 2.1042285714285716,
651
+ "grad_norm": 4.375,
652
+ "learning_rate": 1.2415582599418812e-05,
653
+ "loss": 0.5095,
654
+ "step": 2300
655
+ },
656
+ {
657
+ "epoch": 2.1270857142857142,
658
+ "grad_norm": 3.765625,
659
+ "learning_rate": 1.1845186275329833e-05,
660
+ "loss": 0.4722,
661
+ "step": 2325
662
+ },
663
+ {
664
+ "epoch": 2.1499428571428574,
665
+ "grad_norm": 3.3125,
666
+ "learning_rate": 1.1284107472893707e-05,
667
+ "loss": 0.4935,
668
+ "step": 2350
669
+ },
670
+ {
671
+ "epoch": 2.1728,
672
+ "grad_norm": 3.921875,
673
+ "learning_rate": 1.0732743602822575e-05,
674
+ "loss": 0.5073,
675
+ "step": 2375
676
+ },
677
+ {
678
+ "epoch": 2.1956571428571428,
679
+ "grad_norm": 3.984375,
680
+ "learning_rate": 1.0191485194766334e-05,
681
+ "loss": 0.5034,
682
+ "step": 2400
683
+ },
684
+ {
685
+ "epoch": 2.218514285714286,
686
+ "grad_norm": 4.53125,
687
+ "learning_rate": 9.660715620701363e-06,
688
+ "loss": 0.5113,
689
+ "step": 2425
690
+ },
691
+ {
692
+ "epoch": 2.2413714285714286,
693
+ "grad_norm": 4.8125,
694
+ "learning_rate": 9.14081082338921e-06,
695
+ "loss": 0.51,
696
+ "step": 2450
697
+ },
698
+ {
699
+ "epoch": 2.2642285714285713,
700
+ "grad_norm": 4.46875,
701
+ "learning_rate": 8.632139050097188e-06,
702
+ "loss": 0.4789,
703
+ "step": 2475
704
+ },
705
+ {
706
+ "epoch": 2.2870857142857144,
707
+ "grad_norm": 4.25,
708
+ "learning_rate": 8.135060591769824e-06,
709
+ "loss": 0.5074,
710
+ "step": 2500
711
+ },
712
+ {
713
+ "epoch": 2.309942857142857,
714
+ "grad_norm": 4.34375,
715
+ "learning_rate": 7.649927527835666e-06,
716
+ "loss": 0.4813,
717
+ "step": 2525
718
+ },
719
+ {
720
+ "epoch": 2.3327999999999998,
721
+ "grad_norm": 3.578125,
722
+ "learning_rate": 7.177083476830254e-06,
723
+ "loss": 0.4911,
724
+ "step": 2550
725
+ },
726
+ {
727
+ "epoch": 2.355657142857143,
728
+ "grad_norm": 4.28125,
729
+ "learning_rate": 6.716863353012062e-06,
730
+ "loss": 0.4804,
731
+ "step": 2575
732
+ },
733
+ {
734
+ "epoch": 2.3785142857142856,
735
+ "grad_norm": 4.03125,
736
+ "learning_rate": 6.269593129143478e-06,
737
+ "loss": 0.4875,
738
+ "step": 2600
739
+ },
740
+ {
741
+ "epoch": 2.4013714285714287,
742
+ "grad_norm": 4.15625,
743
+ "learning_rate": 5.83558960560518e-06,
744
+ "loss": 0.5143,
745
+ "step": 2625
746
+ },
747
+ {
748
+ "epoch": 2.4242285714285714,
749
+ "grad_norm": 4.40625,
750
+ "learning_rate": 5.415160186007176e-06,
751
+ "loss": 0.4907,
752
+ "step": 2650
753
+ },
754
+ {
755
+ "epoch": 2.4470857142857145,
756
+ "grad_norm": 4.15625,
757
+ "learning_rate": 5.008602659455602e-06,
758
+ "loss": 0.4966,
759
+ "step": 2675
760
+ },
761
+ {
762
+ "epoch": 2.469942857142857,
763
+ "grad_norm": 4.28125,
764
+ "learning_rate": 4.61620498962948e-06,
765
+ "loss": 0.4712,
766
+ "step": 2700
767
+ },
768
+ {
769
+ "epoch": 2.4928,
770
+ "grad_norm": 4.15625,
771
+ "learning_rate": 4.238245110816702e-06,
772
+ "loss": 0.5032,
773
+ "step": 2725
774
+ },
775
+ {
776
+ "epoch": 2.515657142857143,
777
+ "grad_norm": 3.734375,
778
+ "learning_rate": 3.8749907310539345e-06,
779
+ "loss": 0.4903,
780
+ "step": 2750
781
+ },
782
+ {
783
+ "epoch": 2.5385142857142857,
784
+ "grad_norm": 4.40625,
785
+ "learning_rate": 3.5266991425096234e-06,
786
+ "loss": 0.5226,
787
+ "step": 2775
788
+ },
789
+ {
790
+ "epoch": 2.5613714285714284,
791
+ "grad_norm": 3.6875,
792
+ "learning_rate": 3.1936170392446535e-06,
793
+ "loss": 0.472,
794
+ "step": 2800
795
+ },
796
+ {
797
+ "epoch": 2.5842285714285715,
798
+ "grad_norm": 4.09375,
799
+ "learning_rate": 2.875980342479523e-06,
800
+ "loss": 0.4923,
801
+ "step": 2825
802
+ },
803
+ {
804
+ "epoch": 2.6070857142857142,
805
+ "grad_norm": 4.03125,
806
+ "learning_rate": 2.5740140334919337e-06,
807
+ "loss": 0.4965,
808
+ "step": 2850
809
+ },
810
+ {
811
+ "epoch": 2.629942857142857,
812
+ "grad_norm": 4.75,
813
+ "learning_rate": 2.287931994263151e-06,
814
+ "loss": 0.4886,
815
+ "step": 2875
816
+ },
817
+ {
818
+ "epoch": 2.6528,
819
+ "grad_norm": 3.84375,
820
+ "learning_rate": 2.01793685598588e-06,
821
+ "loss": 0.4877,
822
+ "step": 2900
823
+ },
824
+ {
825
+ "epoch": 2.6756571428571427,
826
+ "grad_norm": 3.296875,
827
+ "learning_rate": 1.7642198555411466e-06,
828
+ "loss": 0.5027,
829
+ "step": 2925
830
+ },
831
+ {
832
+ "epoch": 2.698514285714286,
833
+ "grad_norm": 4.25,
834
+ "learning_rate": 1.5269607000456543e-06,
835
+ "loss": 0.5272,
836
+ "step": 2950
837
+ },
838
+ {
839
+ "epoch": 2.7213714285714286,
840
+ "grad_norm": 4.46875,
841
+ "learning_rate": 1.3063274395657187e-06,
842
+ "loss": 0.5149,
843
+ "step": 2975
844
+ },
845
+ {
846
+ "epoch": 2.7442285714285717,
847
+ "grad_norm": 4.125,
848
+ "learning_rate": 1.1024763480877886e-06,
849
+ "loss": 0.5165,
850
+ "step": 3000
851
+ },
852
+ {
853
+ "epoch": 2.7670857142857144,
854
+ "grad_norm": 3.421875,
855
+ "learning_rate": 9.155518128299983e-07,
856
+ "loss": 0.4632,
857
+ "step": 3025
858
+ },
859
+ {
860
+ "epoch": 2.789942857142857,
861
+ "grad_norm": 3.921875,
862
+ "learning_rate": 7.456862319730667e-07,
863
+ "loss": 0.5067,
864
+ "step": 3050
865
+ },
866
+ {
867
+ "epoch": 2.8128,
868
+ "grad_norm": 4.28125,
869
+ "learning_rate": 5.929999208829667e-07,
870
+ "loss": 0.4962,
871
+ "step": 3075
872
+ },
873
+ {
874
+ "epoch": 2.835657142857143,
875
+ "grad_norm": 3.90625,
876
+ "learning_rate": 4.576010268918879e-07,
877
+ "loss": 0.4745,
878
+ "step": 3100
879
+ },
880
+ {
881
+ "epoch": 2.8585142857142856,
882
+ "grad_norm": 4.21875,
883
+ "learning_rate": 3.3958545269772434e-07,
884
+ "loss": 0.5049,
885
+ "step": 3125
886
+ },
887
+ {
888
+ "epoch": 2.8813714285714287,
889
+ "grad_norm": 5.15625,
890
+ "learning_rate": 2.3903678843644473e-07,
891
+ "loss": 0.4917,
892
+ "step": 3150
893
+ },
894
+ {
895
+ "epoch": 2.9042285714285714,
896
+ "grad_norm": 4.375,
897
+ "learning_rate": 1.5602625247541358e-07,
898
+ "loss": 0.4907,
899
+ "step": 3175
900
+ },
901
+ {
902
+ "epoch": 2.927085714285714,
903
+ "grad_norm": 4.375,
904
+ "learning_rate": 9.061264096958955e-08,
905
+ "loss": 0.5023,
906
+ "step": 3200
907
+ },
908
+ {
909
+ "epoch": 2.949942857142857,
910
+ "grad_norm": 4.59375,
911
+ "learning_rate": 4.2842286216368544e-08,
912
+ "loss": 0.4629,
913
+ "step": 3225
914
+ },
915
+ {
916
+ "epoch": 2.9728,
917
+ "grad_norm": 3.8125,
918
+ "learning_rate": 1.2749023838509732e-08,
919
+ "loss": 0.4799,
920
+ "step": 3250
921
+ },
922
+ {
923
+ "epoch": 2.995657142857143,
924
+ "grad_norm": 4.53125,
925
+ "learning_rate": 3.5416881848104875e-10,
926
+ "loss": 0.513,
927
+ "step": 3275
928
+ }
929
+ ],
930
+ "logging_steps": 25,
931
+ "max_steps": 3279,
932
+ "num_input_tokens_seen": 0,
933
+ "num_train_epochs": 3,
934
+ "save_steps": 500,
935
+ "stateful_callbacks": {
936
+ "TrainerControl": {
937
+ "args": {
938
+ "should_epoch_stop": false,
939
+ "should_evaluate": false,
940
+ "should_log": false,
941
+ "should_save": true,
942
+ "should_training_stop": true
943
+ },
944
+ "attributes": {}
945
+ }
946
+ },
947
+ "total_flos": 3.782596152490721e+17,
948
+ "train_batch_size": 2,
949
+ "trial_name": null,
950
+ "trial_params": null
951
+ }
training_args.bin ADDED
Binary file (5.3 kB). View file
 
vocab.json ADDED
The diff for this file is too large to render. See raw diff