shulijia commited on
Commit
9ff263d
·
verified ·
1 Parent(s): a2c7829

Training in progress, step 500, checkpoint

Browse files
.gitattributes CHANGED
@@ -34,3 +34,4 @@ saved_model/**/* 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
 
 
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
37
+ last-checkpoint/tokenizer.json filter=lfs diff=lfs merge=lfs -text
last-checkpoint/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
+ }
last-checkpoint/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": "float32",
26
+ "transformers_version": "4.51.3",
27
+ "use_cache": true,
28
+ "use_sliding_window": false,
29
+ "vocab_size": 151936
30
+ }
last-checkpoint/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
+ }
last-checkpoint/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
last-checkpoint/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e9eed224d3bd813c5df4c08c85c0e11044545cfb849478ca85f994c86316646
3
+ size 2384234968
last-checkpoint/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:552a7fd8dc36826bd7d6cd9f01c77507ab64af35744990ede135cb2acdbe3f53
3
+ size 4768662910
last-checkpoint/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c062f7f375beded48b5337f5a3f3a5cb38807fa3e85dbf3e294c0ab6b627bfc2
3
+ size 14244
last-checkpoint/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0c8d55f92f35c67a58bda9590da57d8bcab1a0dd313128c3bee737dbccd6b81
3
+ size 1064
last-checkpoint/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
+ }
last-checkpoint/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:574de68a0f63f2004784a421c7d42c2b2786c05cb38542d2ed3525757a1f7fde
3
+ size 11422932
last-checkpoint/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
+ }
last-checkpoint/trainer_state.json ADDED
@@ -0,0 +1,524 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 0.25903380391141045,
6
+ "eval_steps": 100,
7
+ "global_step": 500,
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.005180676078228209,
14
+ "grad_norm": 9.631562232971191,
15
+ "learning_rate": 2.3316062176165805e-06,
16
+ "loss": 2.0771,
17
+ "mean_token_accuracy": 0.6386007816530764,
18
+ "num_tokens": 40960.0,
19
+ "step": 10
20
+ },
21
+ {
22
+ "epoch": 0.010361352156456418,
23
+ "grad_norm": 1.819643497467041,
24
+ "learning_rate": 4.922279792746115e-06,
25
+ "loss": 0.1913,
26
+ "mean_token_accuracy": 0.9666340440511704,
27
+ "num_tokens": 81920.0,
28
+ "step": 20
29
+ },
30
+ {
31
+ "epoch": 0.015542028234684627,
32
+ "grad_norm": 2.19582462310791,
33
+ "learning_rate": 7.512953367875648e-06,
34
+ "loss": 0.1629,
35
+ "mean_token_accuracy": 0.9710371799767017,
36
+ "num_tokens": 122880.0,
37
+ "step": 30
38
+ },
39
+ {
40
+ "epoch": 0.020722704312912836,
41
+ "grad_norm": 2.09656023979187,
42
+ "learning_rate": 1.0103626943005182e-05,
43
+ "loss": 0.1689,
44
+ "mean_token_accuracy": 0.9700342409312726,
45
+ "num_tokens": 163840.0,
46
+ "step": 40
47
+ },
48
+ {
49
+ "epoch": 0.025903380391141043,
50
+ "grad_norm": 1.7483199834823608,
51
+ "learning_rate": 1.2694300518134716e-05,
52
+ "loss": 0.1487,
53
+ "mean_token_accuracy": 0.9729207403957844,
54
+ "num_tokens": 204800.0,
55
+ "step": 50
56
+ },
57
+ {
58
+ "epoch": 0.031084056469369254,
59
+ "grad_norm": 2.3294854164123535,
60
+ "learning_rate": 1.528497409326425e-05,
61
+ "loss": 0.1494,
62
+ "mean_token_accuracy": 0.9720156528055668,
63
+ "num_tokens": 245760.0,
64
+ "step": 60
65
+ },
66
+ {
67
+ "epoch": 0.03626473254759746,
68
+ "grad_norm": 1.9827619791030884,
69
+ "learning_rate": 1.7875647668393784e-05,
70
+ "loss": 0.1424,
71
+ "mean_token_accuracy": 0.973532286286354,
72
+ "num_tokens": 286720.0,
73
+ "step": 70
74
+ },
75
+ {
76
+ "epoch": 0.04144540862582567,
77
+ "grad_norm": 1.5699920654296875,
78
+ "learning_rate": 2.046632124352332e-05,
79
+ "loss": 0.1562,
80
+ "mean_token_accuracy": 0.9710616432130337,
81
+ "num_tokens": 327680.0,
82
+ "step": 80
83
+ },
84
+ {
85
+ "epoch": 0.046626084704053876,
86
+ "grad_norm": 2.7447657585144043,
87
+ "learning_rate": 2.305699481865285e-05,
88
+ "loss": 0.1479,
89
+ "mean_token_accuracy": 0.9731653571128845,
90
+ "num_tokens": 368640.0,
91
+ "step": 90
92
+ },
93
+ {
94
+ "epoch": 0.05180676078228209,
95
+ "grad_norm": 2.623384952545166,
96
+ "learning_rate": 2.5647668393782386e-05,
97
+ "loss": 0.1422,
98
+ "step": 100
99
+ },
100
+ {
101
+ "epoch": 0.05180676078228209,
102
+ "eval_loss": 0.15581642091274261,
103
+ "eval_mean_token_accuracy": 0.9712158047875693,
104
+ "eval_num_tokens": 409600.0,
105
+ "eval_runtime": 177.4594,
106
+ "eval_samples_per_second": 9.67,
107
+ "eval_steps_per_second": 1.212,
108
+ "step": 100
109
+ },
110
+ {
111
+ "epoch": 0.0569874368605103,
112
+ "grad_norm": 2.979398727416992,
113
+ "learning_rate": 2.8238341968911917e-05,
114
+ "loss": 0.1569,
115
+ "mean_token_accuracy": 0.9724681995809078,
116
+ "num_tokens": 450560.0,
117
+ "step": 110
118
+ },
119
+ {
120
+ "epoch": 0.06216811293873851,
121
+ "grad_norm": 1.68087899684906,
122
+ "learning_rate": 3.082901554404145e-05,
123
+ "loss": 0.171,
124
+ "mean_token_accuracy": 0.9687133096158504,
125
+ "num_tokens": 491520.0,
126
+ "step": 120
127
+ },
128
+ {
129
+ "epoch": 0.06734878901696671,
130
+ "grad_norm": 2.029513359069824,
131
+ "learning_rate": 3.341968911917099e-05,
132
+ "loss": 0.1498,
133
+ "mean_token_accuracy": 0.972235807031393,
134
+ "num_tokens": 532480.0,
135
+ "step": 130
136
+ },
137
+ {
138
+ "epoch": 0.07252946509519492,
139
+ "grad_norm": 2.0309629440307617,
140
+ "learning_rate": 3.601036269430052e-05,
141
+ "loss": 0.1564,
142
+ "mean_token_accuracy": 0.9711105629801751,
143
+ "num_tokens": 573440.0,
144
+ "step": 140
145
+ },
146
+ {
147
+ "epoch": 0.07771014117342313,
148
+ "grad_norm": 1.7547311782836914,
149
+ "learning_rate": 3.860103626943005e-05,
150
+ "loss": 0.1536,
151
+ "mean_token_accuracy": 0.9727984294295311,
152
+ "num_tokens": 614400.0,
153
+ "step": 150
154
+ },
155
+ {
156
+ "epoch": 0.08289081725165134,
157
+ "grad_norm": 1.3721349239349365,
158
+ "learning_rate": 4.119170984455959e-05,
159
+ "loss": 0.1548,
160
+ "mean_token_accuracy": 0.9722113467752933,
161
+ "num_tokens": 655360.0,
162
+ "step": 160
163
+ },
164
+ {
165
+ "epoch": 0.08807149332987955,
166
+ "grad_norm": 1.3339269161224365,
167
+ "learning_rate": 4.378238341968912e-05,
168
+ "loss": 0.1533,
169
+ "mean_token_accuracy": 0.9719911918044091,
170
+ "num_tokens": 696320.0,
171
+ "step": 170
172
+ },
173
+ {
174
+ "epoch": 0.09325216940810775,
175
+ "grad_norm": 1.2086386680603027,
176
+ "learning_rate": 4.637305699481865e-05,
177
+ "loss": 0.1655,
178
+ "mean_token_accuracy": 0.9697407022118568,
179
+ "num_tokens": 737280.0,
180
+ "step": 180
181
+ },
182
+ {
183
+ "epoch": 0.09843284548633596,
184
+ "grad_norm": 1.2023117542266846,
185
+ "learning_rate": 4.896373056994819e-05,
186
+ "loss": 0.1638,
187
+ "mean_token_accuracy": 0.9714774921536445,
188
+ "num_tokens": 778240.0,
189
+ "step": 190
190
+ },
191
+ {
192
+ "epoch": 0.10361352156456417,
193
+ "grad_norm": 1.2918652296066284,
194
+ "learning_rate": 4.98272884283247e-05,
195
+ "loss": 0.1709,
196
+ "step": 200
197
+ },
198
+ {
199
+ "epoch": 0.10361352156456417,
200
+ "eval_loss": 0.16902239620685577,
201
+ "eval_mean_token_accuracy": 0.9694170064704363,
202
+ "eval_num_tokens": 819200.0,
203
+ "eval_runtime": 177.4638,
204
+ "eval_samples_per_second": 9.67,
205
+ "eval_steps_per_second": 1.212,
206
+ "step": 200
207
+ },
208
+ {
209
+ "epoch": 0.10879419764279238,
210
+ "grad_norm": 1.277097225189209,
211
+ "learning_rate": 4.9539435808865864e-05,
212
+ "loss": 0.1797,
213
+ "mean_token_accuracy": 0.9680528327822685,
214
+ "num_tokens": 860160.0,
215
+ "step": 210
216
+ },
217
+ {
218
+ "epoch": 0.1139748737210206,
219
+ "grad_norm": 1.4949145317077637,
220
+ "learning_rate": 4.9251583189407024e-05,
221
+ "loss": 0.179,
222
+ "mean_token_accuracy": 0.9680528305470943,
223
+ "num_tokens": 901120.0,
224
+ "step": 220
225
+ },
226
+ {
227
+ "epoch": 0.1191555497992488,
228
+ "grad_norm": 1.0055022239685059,
229
+ "learning_rate": 4.896373056994819e-05,
230
+ "loss": 0.1816,
231
+ "mean_token_accuracy": 0.9672211326658726,
232
+ "num_tokens": 942080.0,
233
+ "step": 230
234
+ },
235
+ {
236
+ "epoch": 0.12433622587747702,
237
+ "grad_norm": 0.9761211276054382,
238
+ "learning_rate": 4.867587795048935e-05,
239
+ "loss": 0.1787,
240
+ "mean_token_accuracy": 0.9677837535738945,
241
+ "num_tokens": 983040.0,
242
+ "step": 240
243
+ },
244
+ {
245
+ "epoch": 0.12951690195570523,
246
+ "grad_norm": 1.2591373920440674,
247
+ "learning_rate": 4.838802533103051e-05,
248
+ "loss": 0.1656,
249
+ "mean_token_accuracy": 0.9696673184633255,
250
+ "num_tokens": 1024000.0,
251
+ "step": 250
252
+ },
253
+ {
254
+ "epoch": 0.13469757803393342,
255
+ "grad_norm": 1.2907938957214355,
256
+ "learning_rate": 4.810017271157168e-05,
257
+ "loss": 0.1882,
258
+ "mean_token_accuracy": 0.9655088044703006,
259
+ "num_tokens": 1064960.0,
260
+ "step": 260
261
+ },
262
+ {
263
+ "epoch": 0.13987825411216165,
264
+ "grad_norm": 0.9908541440963745,
265
+ "learning_rate": 4.781232009211284e-05,
266
+ "loss": 0.1618,
267
+ "mean_token_accuracy": 0.9706947103142738,
268
+ "num_tokens": 1105920.0,
269
+ "step": 270
270
+ },
271
+ {
272
+ "epoch": 0.14505893019038985,
273
+ "grad_norm": 0.9391453266143799,
274
+ "learning_rate": 4.7524467472654005e-05,
275
+ "loss": 0.1855,
276
+ "mean_token_accuracy": 0.9663405083119869,
277
+ "num_tokens": 1146880.0,
278
+ "step": 280
279
+ },
280
+ {
281
+ "epoch": 0.15023960626861804,
282
+ "grad_norm": 1.1234341859817505,
283
+ "learning_rate": 4.7236614853195165e-05,
284
+ "loss": 0.1743,
285
+ "mean_token_accuracy": 0.969251461327076,
286
+ "num_tokens": 1187840.0,
287
+ "step": 290
288
+ },
289
+ {
290
+ "epoch": 0.15542028234684627,
291
+ "grad_norm": 1.5260945558547974,
292
+ "learning_rate": 4.694876223373633e-05,
293
+ "loss": 0.1791,
294
+ "step": 300
295
+ },
296
+ {
297
+ "epoch": 0.15542028234684627,
298
+ "eval_loss": 0.17322979867458344,
299
+ "eval_mean_token_accuracy": 0.9691120893456215,
300
+ "eval_num_tokens": 1228800.0,
301
+ "eval_runtime": 177.4355,
302
+ "eval_samples_per_second": 9.671,
303
+ "eval_steps_per_second": 1.212,
304
+ "step": 300
305
+ },
306
+ {
307
+ "epoch": 0.16060095842507446,
308
+ "grad_norm": 0.9628911018371582,
309
+ "learning_rate": 4.666090961427749e-05,
310
+ "loss": 0.1636,
311
+ "mean_token_accuracy": 0.9689946133643389,
312
+ "num_tokens": 1269760.0,
313
+ "step": 310
314
+ },
315
+ {
316
+ "epoch": 0.1657816345033027,
317
+ "grad_norm": 0.9426960945129395,
318
+ "learning_rate": 4.637305699481865e-05,
319
+ "loss": 0.167,
320
+ "mean_token_accuracy": 0.968272989988327,
321
+ "num_tokens": 1310720.0,
322
+ "step": 320
323
+ },
324
+ {
325
+ "epoch": 0.17096231058153089,
326
+ "grad_norm": 1.0766854286193848,
327
+ "learning_rate": 4.608520437535982e-05,
328
+ "loss": 0.1692,
329
+ "mean_token_accuracy": 0.970156553387642,
330
+ "num_tokens": 1351680.0,
331
+ "step": 330
332
+ },
333
+ {
334
+ "epoch": 0.1761429866597591,
335
+ "grad_norm": 1.1832035779953003,
336
+ "learning_rate": 4.579735175590098e-05,
337
+ "loss": 0.1818,
338
+ "mean_token_accuracy": 0.9677348293364048,
339
+ "num_tokens": 1392640.0,
340
+ "step": 340
341
+ },
342
+ {
343
+ "epoch": 0.1813236627379873,
344
+ "grad_norm": 0.8449466228485107,
345
+ "learning_rate": 4.550949913644215e-05,
346
+ "loss": 0.1615,
347
+ "mean_token_accuracy": 0.9707191742956638,
348
+ "num_tokens": 1433600.0,
349
+ "step": 350
350
+ },
351
+ {
352
+ "epoch": 0.1865043388162155,
353
+ "grad_norm": 0.9959536194801331,
354
+ "learning_rate": 4.522164651698331e-05,
355
+ "loss": 0.1717,
356
+ "mean_token_accuracy": 0.9689334571361542,
357
+ "num_tokens": 1474560.0,
358
+ "step": 360
359
+ },
360
+ {
361
+ "epoch": 0.19168501489444373,
362
+ "grad_norm": 0.7823560833930969,
363
+ "learning_rate": 4.493379389752447e-05,
364
+ "loss": 0.1616,
365
+ "mean_token_accuracy": 0.9712084122002125,
366
+ "num_tokens": 1515520.0,
367
+ "step": 370
368
+ },
369
+ {
370
+ "epoch": 0.19686569097267193,
371
+ "grad_norm": 0.7874719500541687,
372
+ "learning_rate": 4.4645941278065634e-05,
373
+ "loss": 0.1724,
374
+ "mean_token_accuracy": 0.9685909941792488,
375
+ "num_tokens": 1556480.0,
376
+ "step": 380
377
+ },
378
+ {
379
+ "epoch": 0.20204636705090015,
380
+ "grad_norm": 1.198121428489685,
381
+ "learning_rate": 4.4358088658606794e-05,
382
+ "loss": 0.1747,
383
+ "mean_token_accuracy": 0.9693737730383873,
384
+ "num_tokens": 1597440.0,
385
+ "step": 390
386
+ },
387
+ {
388
+ "epoch": 0.20722704312912835,
389
+ "grad_norm": 1.0949692726135254,
390
+ "learning_rate": 4.407023603914796e-05,
391
+ "loss": 0.1589,
392
+ "step": 400
393
+ },
394
+ {
395
+ "epoch": 0.20722704312912835,
396
+ "eval_loss": 0.1715448498725891,
397
+ "eval_mean_token_accuracy": 0.9692747881246168,
398
+ "eval_num_tokens": 1638400.0,
399
+ "eval_runtime": 177.4616,
400
+ "eval_samples_per_second": 9.67,
401
+ "eval_steps_per_second": 1.212,
402
+ "step": 400
403
+ },
404
+ {
405
+ "epoch": 0.21240771920735657,
406
+ "grad_norm": 0.926072359085083,
407
+ "learning_rate": 4.378238341968912e-05,
408
+ "loss": 0.1626,
409
+ "mean_token_accuracy": 0.9709271017462016,
410
+ "num_tokens": 1679360.0,
411
+ "step": 410
412
+ },
413
+ {
414
+ "epoch": 0.21758839528558477,
415
+ "grad_norm": 0.9391428232192993,
416
+ "learning_rate": 4.349453080023028e-05,
417
+ "loss": 0.1664,
418
+ "mean_token_accuracy": 0.9698140874505043,
419
+ "num_tokens": 1720320.0,
420
+ "step": 420
421
+ },
422
+ {
423
+ "epoch": 0.22276907136381296,
424
+ "grad_norm": 0.8835638165473938,
425
+ "learning_rate": 4.320667818077145e-05,
426
+ "loss": 0.1628,
427
+ "mean_token_accuracy": 0.9712328791618348,
428
+ "num_tokens": 1761280.0,
429
+ "step": 430
430
+ },
431
+ {
432
+ "epoch": 0.2279497474420412,
433
+ "grad_norm": 0.8858859539031982,
434
+ "learning_rate": 4.291882556131261e-05,
435
+ "loss": 0.1617,
436
+ "mean_token_accuracy": 0.970278862118721,
437
+ "num_tokens": 1802240.0,
438
+ "step": 440
439
+ },
440
+ {
441
+ "epoch": 0.2331304235202694,
442
+ "grad_norm": 1.376945972442627,
443
+ "learning_rate": 4.2630972941853775e-05,
444
+ "loss": 0.1694,
445
+ "mean_token_accuracy": 0.9701320916414261,
446
+ "num_tokens": 1843200.0,
447
+ "step": 450
448
+ },
449
+ {
450
+ "epoch": 0.2383110995984976,
451
+ "grad_norm": 0.9776697754859924,
452
+ "learning_rate": 4.2343120322394935e-05,
453
+ "loss": 0.1678,
454
+ "mean_token_accuracy": 0.9696428522467613,
455
+ "num_tokens": 1884160.0,
456
+ "step": 460
457
+ },
458
+ {
459
+ "epoch": 0.2434917756767258,
460
+ "grad_norm": 0.8785173892974854,
461
+ "learning_rate": 4.2055267702936095e-05,
462
+ "loss": 0.1629,
463
+ "mean_token_accuracy": 0.970865947753191,
464
+ "num_tokens": 1925120.0,
465
+ "step": 470
466
+ },
467
+ {
468
+ "epoch": 0.24867245175495403,
469
+ "grad_norm": 1.2828736305236816,
470
+ "learning_rate": 4.176741508347726e-05,
471
+ "loss": 0.165,
472
+ "mean_token_accuracy": 0.9694960802793503,
473
+ "num_tokens": 1966080.0,
474
+ "step": 480
475
+ },
476
+ {
477
+ "epoch": 0.25385312783318226,
478
+ "grad_norm": 0.9352325797080994,
479
+ "learning_rate": 4.147956246401842e-05,
480
+ "loss": 0.1694,
481
+ "mean_token_accuracy": 0.968590997159481,
482
+ "num_tokens": 2007040.0,
483
+ "step": 490
484
+ },
485
+ {
486
+ "epoch": 0.25903380391141045,
487
+ "grad_norm": 1.1846671104431152,
488
+ "learning_rate": 4.119170984455959e-05,
489
+ "loss": 0.1715,
490
+ "step": 500
491
+ },
492
+ {
493
+ "epoch": 0.25903380391141045,
494
+ "eval_loss": 0.16875512897968292,
495
+ "eval_mean_token_accuracy": 0.9695910847464273,
496
+ "eval_num_tokens": 2048000.0,
497
+ "eval_runtime": 177.4339,
498
+ "eval_samples_per_second": 9.671,
499
+ "eval_steps_per_second": 1.212,
500
+ "step": 500
501
+ }
502
+ ],
503
+ "logging_steps": 10,
504
+ "max_steps": 1930,
505
+ "num_input_tokens_seen": 0,
506
+ "num_train_epochs": 1,
507
+ "save_steps": 500,
508
+ "stateful_callbacks": {
509
+ "TrainerControl": {
510
+ "args": {
511
+ "should_epoch_stop": false,
512
+ "should_evaluate": false,
513
+ "should_log": false,
514
+ "should_save": true,
515
+ "should_training_stop": false
516
+ },
517
+ "attributes": {}
518
+ }
519
+ },
520
+ "total_flos": 5412464099328000.0,
521
+ "train_batch_size": 1,
522
+ "trial_name": null,
523
+ "trial_params": null
524
+ }
last-checkpoint/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7afb97c4f060e8acc8324a4c39a9536f1001cd777884a040902b96e560db7741
3
+ size 5624
last-checkpoint/vocab.json ADDED
The diff for this file is too large to render. See raw diff