PHZane commited on
Commit
71a5e7e
·
verified ·
1 Parent(s): e1703e1

Upload 13 files

Browse files
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": "bfloat16",
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:26959522b94299347f77730624a319c28109d0340d48c89f1dbb4989e648a66f
3
+ size 1192135096
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a15c0dcd92ea2ff4a008bcaf9b5653cf5fef53e7cf4aa7cb8dad9bd87fb97a7
3
+ size 2384457646
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:698d5b4cf77c9ebc19b060194e14eae494d30aba44b34f24c150bbbf3aaaac25
3
+ size 14168
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df01ea4051b9e399c9eb1eba2d0b9833905aec11ae0dcc812e899641ef69ba3f
3
+ size 1056
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_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,480 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 2.9872122762148337,
6
+ "eval_steps": 100,
7
+ "global_step": 585,
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.05115089514066496,
14
+ "grad_norm": 12.8125,
15
+ "learning_rate": 9.846153846153848e-05,
16
+ "loss": 0.9959,
17
+ "step": 10
18
+ },
19
+ {
20
+ "epoch": 0.10230179028132992,
21
+ "grad_norm": 4.6875,
22
+ "learning_rate": 9.675213675213675e-05,
23
+ "loss": 0.5833,
24
+ "step": 20
25
+ },
26
+ {
27
+ "epoch": 0.1534526854219949,
28
+ "grad_norm": 3.9375,
29
+ "learning_rate": 9.504273504273504e-05,
30
+ "loss": 0.4739,
31
+ "step": 30
32
+ },
33
+ {
34
+ "epoch": 0.20460358056265984,
35
+ "grad_norm": 3.734375,
36
+ "learning_rate": 9.333333333333334e-05,
37
+ "loss": 0.4993,
38
+ "step": 40
39
+ },
40
+ {
41
+ "epoch": 0.2557544757033248,
42
+ "grad_norm": 3.65625,
43
+ "learning_rate": 9.162393162393162e-05,
44
+ "loss": 0.4797,
45
+ "step": 50
46
+ },
47
+ {
48
+ "epoch": 0.3069053708439898,
49
+ "grad_norm": 2.875,
50
+ "learning_rate": 8.991452991452992e-05,
51
+ "loss": 0.389,
52
+ "step": 60
53
+ },
54
+ {
55
+ "epoch": 0.35805626598465473,
56
+ "grad_norm": 2.8125,
57
+ "learning_rate": 8.820512820512821e-05,
58
+ "loss": 0.4691,
59
+ "step": 70
60
+ },
61
+ {
62
+ "epoch": 0.4092071611253197,
63
+ "grad_norm": 2.46875,
64
+ "learning_rate": 8.64957264957265e-05,
65
+ "loss": 0.3734,
66
+ "step": 80
67
+ },
68
+ {
69
+ "epoch": 0.46035805626598464,
70
+ "grad_norm": 2.28125,
71
+ "learning_rate": 8.478632478632479e-05,
72
+ "loss": 0.4401,
73
+ "step": 90
74
+ },
75
+ {
76
+ "epoch": 0.5115089514066496,
77
+ "grad_norm": 2.734375,
78
+ "learning_rate": 8.307692307692309e-05,
79
+ "loss": 0.4304,
80
+ "step": 100
81
+ },
82
+ {
83
+ "epoch": 0.5115089514066496,
84
+ "eval_loss": 0.8407434821128845,
85
+ "eval_runtime": 35.229,
86
+ "eval_samples_per_second": 11.099,
87
+ "eval_steps_per_second": 5.564,
88
+ "step": 100
89
+ },
90
+ {
91
+ "epoch": 0.5626598465473146,
92
+ "grad_norm": 2.03125,
93
+ "learning_rate": 8.136752136752138e-05,
94
+ "loss": 0.4492,
95
+ "step": 110
96
+ },
97
+ {
98
+ "epoch": 0.6138107416879796,
99
+ "grad_norm": 3.53125,
100
+ "learning_rate": 7.965811965811965e-05,
101
+ "loss": 0.3949,
102
+ "step": 120
103
+ },
104
+ {
105
+ "epoch": 0.6649616368286445,
106
+ "grad_norm": 2.03125,
107
+ "learning_rate": 7.794871794871795e-05,
108
+ "loss": 0.3737,
109
+ "step": 130
110
+ },
111
+ {
112
+ "epoch": 0.7161125319693095,
113
+ "grad_norm": 2.375,
114
+ "learning_rate": 7.623931623931624e-05,
115
+ "loss": 0.4031,
116
+ "step": 140
117
+ },
118
+ {
119
+ "epoch": 0.7672634271099744,
120
+ "grad_norm": 2.375,
121
+ "learning_rate": 7.452991452991453e-05,
122
+ "loss": 0.3672,
123
+ "step": 150
124
+ },
125
+ {
126
+ "epoch": 0.8184143222506394,
127
+ "grad_norm": 2.6875,
128
+ "learning_rate": 7.282051282051282e-05,
129
+ "loss": 0.3944,
130
+ "step": 160
131
+ },
132
+ {
133
+ "epoch": 0.8695652173913043,
134
+ "grad_norm": 2.625,
135
+ "learning_rate": 7.111111111111112e-05,
136
+ "loss": 0.4473,
137
+ "step": 170
138
+ },
139
+ {
140
+ "epoch": 0.9207161125319693,
141
+ "grad_norm": 2.21875,
142
+ "learning_rate": 6.940170940170941e-05,
143
+ "loss": 0.3476,
144
+ "step": 180
145
+ },
146
+ {
147
+ "epoch": 0.9718670076726342,
148
+ "grad_norm": 3.578125,
149
+ "learning_rate": 6.76923076923077e-05,
150
+ "loss": 0.3961,
151
+ "step": 190
152
+ },
153
+ {
154
+ "epoch": 1.020460358056266,
155
+ "grad_norm": 3.34375,
156
+ "learning_rate": 6.598290598290599e-05,
157
+ "loss": 0.3859,
158
+ "step": 200
159
+ },
160
+ {
161
+ "epoch": 1.020460358056266,
162
+ "eval_loss": 0.7718821167945862,
163
+ "eval_runtime": 33.9574,
164
+ "eval_samples_per_second": 11.514,
165
+ "eval_steps_per_second": 5.772,
166
+ "step": 200
167
+ },
168
+ {
169
+ "epoch": 1.0716112531969308,
170
+ "grad_norm": 2.578125,
171
+ "learning_rate": 6.427350427350429e-05,
172
+ "loss": 0.3484,
173
+ "step": 210
174
+ },
175
+ {
176
+ "epoch": 1.1227621483375958,
177
+ "grad_norm": 3.296875,
178
+ "learning_rate": 6.256410256410256e-05,
179
+ "loss": 0.3425,
180
+ "step": 220
181
+ },
182
+ {
183
+ "epoch": 1.1739130434782608,
184
+ "grad_norm": 2.09375,
185
+ "learning_rate": 6.085470085470085e-05,
186
+ "loss": 0.3622,
187
+ "step": 230
188
+ },
189
+ {
190
+ "epoch": 1.2250639386189257,
191
+ "grad_norm": 2.796875,
192
+ "learning_rate": 5.9145299145299146e-05,
193
+ "loss": 0.3369,
194
+ "step": 240
195
+ },
196
+ {
197
+ "epoch": 1.2762148337595907,
198
+ "grad_norm": 4.59375,
199
+ "learning_rate": 5.7435897435897434e-05,
200
+ "loss": 0.3215,
201
+ "step": 250
202
+ },
203
+ {
204
+ "epoch": 1.3273657289002558,
205
+ "grad_norm": 3.734375,
206
+ "learning_rate": 5.572649572649573e-05,
207
+ "loss": 0.328,
208
+ "step": 260
209
+ },
210
+ {
211
+ "epoch": 1.3785166240409208,
212
+ "grad_norm": 2.71875,
213
+ "learning_rate": 5.401709401709402e-05,
214
+ "loss": 0.3117,
215
+ "step": 270
216
+ },
217
+ {
218
+ "epoch": 1.4296675191815857,
219
+ "grad_norm": 2.328125,
220
+ "learning_rate": 5.230769230769231e-05,
221
+ "loss": 0.2767,
222
+ "step": 280
223
+ },
224
+ {
225
+ "epoch": 1.4808184143222507,
226
+ "grad_norm": 2.125,
227
+ "learning_rate": 5.05982905982906e-05,
228
+ "loss": 0.2631,
229
+ "step": 290
230
+ },
231
+ {
232
+ "epoch": 1.5319693094629157,
233
+ "grad_norm": 2.375,
234
+ "learning_rate": 4.888888888888889e-05,
235
+ "loss": 0.3234,
236
+ "step": 300
237
+ },
238
+ {
239
+ "epoch": 1.5319693094629157,
240
+ "eval_loss": 0.7180720567703247,
241
+ "eval_runtime": 34.1345,
242
+ "eval_samples_per_second": 11.455,
243
+ "eval_steps_per_second": 5.742,
244
+ "step": 300
245
+ },
246
+ {
247
+ "epoch": 1.5831202046035806,
248
+ "grad_norm": 2.328125,
249
+ "learning_rate": 4.717948717948718e-05,
250
+ "loss": 0.2915,
251
+ "step": 310
252
+ },
253
+ {
254
+ "epoch": 1.6342710997442456,
255
+ "grad_norm": 2.640625,
256
+ "learning_rate": 4.5470085470085474e-05,
257
+ "loss": 0.3123,
258
+ "step": 320
259
+ },
260
+ {
261
+ "epoch": 1.6854219948849105,
262
+ "grad_norm": 2.09375,
263
+ "learning_rate": 4.376068376068376e-05,
264
+ "loss": 0.3252,
265
+ "step": 330
266
+ },
267
+ {
268
+ "epoch": 1.7365728900255755,
269
+ "grad_norm": 1.7734375,
270
+ "learning_rate": 4.205128205128206e-05,
271
+ "loss": 0.3095,
272
+ "step": 340
273
+ },
274
+ {
275
+ "epoch": 1.7877237851662404,
276
+ "grad_norm": 2.28125,
277
+ "learning_rate": 4.0341880341880346e-05,
278
+ "loss": 0.2539,
279
+ "step": 350
280
+ },
281
+ {
282
+ "epoch": 1.8388746803069054,
283
+ "grad_norm": 2.5625,
284
+ "learning_rate": 3.8632478632478634e-05,
285
+ "loss": 0.2742,
286
+ "step": 360
287
+ },
288
+ {
289
+ "epoch": 1.8900255754475703,
290
+ "grad_norm": 3.078125,
291
+ "learning_rate": 3.692307692307693e-05,
292
+ "loss": 0.3169,
293
+ "step": 370
294
+ },
295
+ {
296
+ "epoch": 1.9411764705882353,
297
+ "grad_norm": 1.84375,
298
+ "learning_rate": 3.521367521367522e-05,
299
+ "loss": 0.2767,
300
+ "step": 380
301
+ },
302
+ {
303
+ "epoch": 1.9923273657289002,
304
+ "grad_norm": 1.859375,
305
+ "learning_rate": 3.3504273504273506e-05,
306
+ "loss": 0.3239,
307
+ "step": 390
308
+ },
309
+ {
310
+ "epoch": 2.040920716112532,
311
+ "grad_norm": 1.8203125,
312
+ "learning_rate": 3.1794871794871795e-05,
313
+ "loss": 0.269,
314
+ "step": 400
315
+ },
316
+ {
317
+ "epoch": 2.040920716112532,
318
+ "eval_loss": 0.6828166842460632,
319
+ "eval_runtime": 33.8312,
320
+ "eval_samples_per_second": 11.557,
321
+ "eval_steps_per_second": 5.793,
322
+ "step": 400
323
+ },
324
+ {
325
+ "epoch": 2.0920716112531967,
326
+ "grad_norm": 1.578125,
327
+ "learning_rate": 3.0085470085470086e-05,
328
+ "loss": 0.2818,
329
+ "step": 410
330
+ },
331
+ {
332
+ "epoch": 2.1432225063938617,
333
+ "grad_norm": 2.125,
334
+ "learning_rate": 2.8376068376068378e-05,
335
+ "loss": 0.2597,
336
+ "step": 420
337
+ },
338
+ {
339
+ "epoch": 2.1943734015345266,
340
+ "grad_norm": 2.21875,
341
+ "learning_rate": 2.6666666666666667e-05,
342
+ "loss": 0.2343,
343
+ "step": 430
344
+ },
345
+ {
346
+ "epoch": 2.2455242966751916,
347
+ "grad_norm": 3.203125,
348
+ "learning_rate": 2.495726495726496e-05,
349
+ "loss": 0.2483,
350
+ "step": 440
351
+ },
352
+ {
353
+ "epoch": 2.296675191815857,
354
+ "grad_norm": 2.015625,
355
+ "learning_rate": 2.324786324786325e-05,
356
+ "loss": 0.2751,
357
+ "step": 450
358
+ },
359
+ {
360
+ "epoch": 2.3478260869565215,
361
+ "grad_norm": 1.546875,
362
+ "learning_rate": 2.1538461538461542e-05,
363
+ "loss": 0.2468,
364
+ "step": 460
365
+ },
366
+ {
367
+ "epoch": 2.398976982097187,
368
+ "grad_norm": 2.09375,
369
+ "learning_rate": 1.982905982905983e-05,
370
+ "loss": 0.2586,
371
+ "step": 470
372
+ },
373
+ {
374
+ "epoch": 2.4501278772378514,
375
+ "grad_norm": 2.546875,
376
+ "learning_rate": 1.811965811965812e-05,
377
+ "loss": 0.249,
378
+ "step": 480
379
+ },
380
+ {
381
+ "epoch": 2.501278772378517,
382
+ "grad_norm": 1.7265625,
383
+ "learning_rate": 1.641025641025641e-05,
384
+ "loss": 0.2664,
385
+ "step": 490
386
+ },
387
+ {
388
+ "epoch": 2.5524296675191813,
389
+ "grad_norm": 1.9921875,
390
+ "learning_rate": 1.4700854700854703e-05,
391
+ "loss": 0.2642,
392
+ "step": 500
393
+ },
394
+ {
395
+ "epoch": 2.5524296675191813,
396
+ "eval_loss": 0.6801092028617859,
397
+ "eval_runtime": 33.1113,
398
+ "eval_samples_per_second": 11.809,
399
+ "eval_steps_per_second": 5.919,
400
+ "step": 500
401
+ },
402
+ {
403
+ "epoch": 2.6035805626598467,
404
+ "grad_norm": 2.8125,
405
+ "learning_rate": 1.2991452991452993e-05,
406
+ "loss": 0.2889,
407
+ "step": 510
408
+ },
409
+ {
410
+ "epoch": 2.6547314578005117,
411
+ "grad_norm": 2.171875,
412
+ "learning_rate": 1.1282051282051283e-05,
413
+ "loss": 0.2604,
414
+ "step": 520
415
+ },
416
+ {
417
+ "epoch": 2.7058823529411766,
418
+ "grad_norm": 2.5625,
419
+ "learning_rate": 9.572649572649575e-06,
420
+ "loss": 0.2438,
421
+ "step": 530
422
+ },
423
+ {
424
+ "epoch": 2.7570332480818416,
425
+ "grad_norm": 1.703125,
426
+ "learning_rate": 7.863247863247863e-06,
427
+ "loss": 0.2579,
428
+ "step": 540
429
+ },
430
+ {
431
+ "epoch": 2.8081841432225065,
432
+ "grad_norm": 5.09375,
433
+ "learning_rate": 6.153846153846155e-06,
434
+ "loss": 0.2926,
435
+ "step": 550
436
+ },
437
+ {
438
+ "epoch": 2.8593350383631715,
439
+ "grad_norm": 1.84375,
440
+ "learning_rate": 4.444444444444445e-06,
441
+ "loss": 0.2576,
442
+ "step": 560
443
+ },
444
+ {
445
+ "epoch": 2.9104859335038364,
446
+ "grad_norm": 1.8046875,
447
+ "learning_rate": 2.735042735042735e-06,
448
+ "loss": 0.2082,
449
+ "step": 570
450
+ },
451
+ {
452
+ "epoch": 2.9616368286445014,
453
+ "grad_norm": 1.6875,
454
+ "learning_rate": 1.0256410256410257e-06,
455
+ "loss": 0.2314,
456
+ "step": 580
457
+ }
458
+ ],
459
+ "logging_steps": 10,
460
+ "max_steps": 585,
461
+ "num_input_tokens_seen": 0,
462
+ "num_train_epochs": 3,
463
+ "save_steps": 1500,
464
+ "stateful_callbacks": {
465
+ "TrainerControl": {
466
+ "args": {
467
+ "should_epoch_stop": false,
468
+ "should_evaluate": false,
469
+ "should_log": false,
470
+ "should_save": true,
471
+ "should_training_stop": true
472
+ },
473
+ "attributes": {}
474
+ }
475
+ },
476
+ "total_flos": 1654075985362944.0,
477
+ "train_batch_size": 2,
478
+ "trial_name": null,
479
+ "trial_params": null
480
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4a2f02eee953f33957c1e7971b561ba4d9f45cd8633032a2da9c11e3d822787
3
+ size 5280
vocab.json ADDED
The diff for this file is too large to render. See raw diff