Gege24 commited on
Commit
58c01b0
·
verified ·
1 Parent(s): 4d52fd1

Upload task output 22683721-f995-4c95-ad47-2bd47697bc9d

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
added_tokens.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "</tool_call>": 151658,
3
+ "<tool_call>": 151657,
4
+ "<|PAD_TOKEN|>": 151665,
5
+ "<|box_end|>": 151649,
6
+ "<|box_start|>": 151648,
7
+ "<|endoftext|>": 151643,
8
+ "<|file_sep|>": 151664,
9
+ "<|fim_middle|>": 151660,
10
+ "<|fim_pad|>": 151662,
11
+ "<|fim_prefix|>": 151659,
12
+ "<|fim_suffix|>": 151661,
13
+ "<|im_end|>": 151645,
14
+ "<|im_start|>": 151644,
15
+ "<|image_pad|>": 151655,
16
+ "<|object_ref_end|>": 151647,
17
+ "<|object_ref_start|>": 151646,
18
+ "<|quad_end|>": 151651,
19
+ "<|quad_start|>": 151650,
20
+ "<|repo_name|>": 151663,
21
+ "<|video_pad|>": 151656,
22
+ "<|vision_end|>": 151653,
23
+ "<|vision_pad|>": 151654,
24
+ "<|vision_start|>": 151652
25
+ }
config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Qwen2ForCausalLM"
4
+ ],
5
+ "attention_dropout": 0.0,
6
+ "bos_token_id": 151643,
7
+ "eos_token_id": 151645,
8
+ "hidden_act": "silu",
9
+ "hidden_size": 1536,
10
+ "initializer_range": 0.02,
11
+ "intermediate_size": 8960,
12
+ "max_position_embeddings": 32768,
13
+ "max_window_layers": 21,
14
+ "model_type": "qwen2",
15
+ "num_attention_heads": 12,
16
+ "num_hidden_layers": 28,
17
+ "num_key_value_heads": 2,
18
+ "pad_token_id": 151665,
19
+ "rms_norm_eps": 1e-06,
20
+ "rope_scaling": null,
21
+ "rope_theta": 1000000.0,
22
+ "sliding_window": null,
23
+ "tie_word_embeddings": true,
24
+ "torch_dtype": "bfloat16",
25
+ "transformers_version": "4.51.3",
26
+ "unsloth_fixed": true,
27
+ "use_cache": false,
28
+ "use_sliding_window": false,
29
+ "vocab_size": 151936
30
+ }
generation_config.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 151643,
3
+ "do_sample": true,
4
+ "eos_token_id": [
5
+ 151645,
6
+ 151643
7
+ ],
8
+ "max_length": 32768,
9
+ "pad_token_id": 151665,
10
+ "repetition_penalty": 1.1,
11
+ "temperature": 0.7,
12
+ "top_k": 20,
13
+ "top_p": 0.8,
14
+ "transformers_version": "4.51.3"
15
+ }
loss.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ 280,0.05888582393527031
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:b266e4cf989c37a259bdc7454838a4711b52cb3ec3e46a6af5ba9b9b0ab2f5c2
3
+ size 3087467144
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": "<|PAD_TOKEN|>",
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:fab42efe8d17406525a9154b728cf9e957629a8ed7ce997770efdd71128c6a1a
3
+ size 11422086
tokenizer_config.json ADDED
@@ -0,0 +1,217 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "<|PAD_TOKEN|>",
183
+ "lstrip": false,
184
+ "normalized": false,
185
+ "rstrip": false,
186
+ "single_word": false,
187
+ "special": true
188
+ }
189
+ },
190
+ "additional_special_tokens": [
191
+ "<|im_start|>",
192
+ "<|im_end|>",
193
+ "<|object_ref_start|>",
194
+ "<|object_ref_end|>",
195
+ "<|box_start|>",
196
+ "<|box_end|>",
197
+ "<|quad_start|>",
198
+ "<|quad_end|>",
199
+ "<|vision_start|>",
200
+ "<|vision_end|>",
201
+ "<|vision_pad|>",
202
+ "<|image_pad|>",
203
+ "<|video_pad|>"
204
+ ],
205
+ "bos_token": null,
206
+ "chat_template": "{%- if tools %}\n {{- '<|im_start|>system\\n' }}\n {%- if messages[0]['role'] == 'system' %}\n {{- messages[0]['content'] }}\n {%- else %}\n {{- 'You are Qwen, created by Alibaba Cloud. You are a helpful assistant.' }}\n {%- endif %}\n {{- \"\\n\\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 {%- else %}\n {{- '<|im_start|>system\\nYou are Qwen, created by Alibaba Cloud. You are a helpful assistant.<|im_end|>\\n' }}\n {%- endif %}\n{%- endif %}\n{%- for message in messages %}\n {%- if (message.role == \"user\") or (message.role == \"system\" and not loop.first) or (message.role == \"assistant\" and not message.tool_calls) %}\n {{- '<|im_start|>' + message.role + '\\n' + message.content + '<|im_end|>' + '\\n' }}\n {%- elif message.role == \"assistant\" %}\n {{- '<|im_start|>' + message.role }}\n {%- if message.content %}\n {{- '\\n' + message.content }}\n {%- endif %}\n {%- for tool_call in message.tool_calls %}\n {%- if tool_call.function is defined %}\n {%- set tool_call = tool_call.function %}\n {%- endif %}\n {{- '\\n<tool_call>\\n{\"name\": \"' }}\n {{- tool_call.name }}\n {{- '\", \"arguments\": ' }}\n {{- tool_call.arguments | tojson }}\n {{- '}\\n</tool_call>' }}\n {%- endfor %}\n {{- '<|im_end|>\\n' }}\n {%- elif message.role == \"tool\" %}\n {%- if (loop.index0 == 0) 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{%- endif %}\n",
207
+ "clean_up_tokenization_spaces": false,
208
+ "eos_token": "<|im_end|>",
209
+ "errors": "replace",
210
+ "extra_special_tokens": {},
211
+ "model_max_length": 131072,
212
+ "pad_token": "<|PAD_TOKEN|>",
213
+ "padding_side": "left",
214
+ "split_special_tokens": false,
215
+ "tokenizer_class": "Qwen2Tokenizer",
216
+ "unk_token": null
217
+ }
trainer_state.json ADDED
@@ -0,0 +1,442 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 2.0,
6
+ "eval_steps": 500,
7
+ "global_step": 280,
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.03571428571428571,
14
+ "grad_norm": 3.671875,
15
+ "learning_rate": 7.0492058616206255e-06,
16
+ "loss": 0.3052,
17
+ "step": 5
18
+ },
19
+ {
20
+ "epoch": 0.07142857142857142,
21
+ "grad_norm": 2.609375,
22
+ "learning_rate": 1.5860713188646405e-05,
23
+ "loss": 0.1795,
24
+ "step": 10
25
+ },
26
+ {
27
+ "epoch": 0.10714285714285714,
28
+ "grad_norm": 0.49609375,
29
+ "learning_rate": 2.4672220515672193e-05,
30
+ "loss": 0.1007,
31
+ "step": 15
32
+ },
33
+ {
34
+ "epoch": 0.14285714285714285,
35
+ "grad_norm": 0.28515625,
36
+ "learning_rate": 3.348372784269797e-05,
37
+ "loss": 0.0817,
38
+ "step": 20
39
+ },
40
+ {
41
+ "epoch": 0.17857142857142858,
42
+ "grad_norm": 0.26953125,
43
+ "learning_rate": 4.2295235169723756e-05,
44
+ "loss": 0.0735,
45
+ "step": 25
46
+ },
47
+ {
48
+ "epoch": 0.21428571428571427,
49
+ "grad_norm": 0.68359375,
50
+ "learning_rate": 5.1106742496749544e-05,
51
+ "loss": 0.0708,
52
+ "step": 30
53
+ },
54
+ {
55
+ "epoch": 0.25,
56
+ "grad_norm": 0.35546875,
57
+ "learning_rate": 5.991824982377532e-05,
58
+ "loss": 0.0699,
59
+ "step": 35
60
+ },
61
+ {
62
+ "epoch": 0.2857142857142857,
63
+ "grad_norm": 0.52734375,
64
+ "learning_rate": 6.166823133108563e-05,
65
+ "loss": 0.0675,
66
+ "step": 40
67
+ },
68
+ {
69
+ "epoch": 0.32142857142857145,
70
+ "grad_norm": 0.248046875,
71
+ "learning_rate": 6.16182039934105e-05,
72
+ "loss": 0.0672,
73
+ "step": 45
74
+ },
75
+ {
76
+ "epoch": 0.35714285714285715,
77
+ "grad_norm": 0.2041015625,
78
+ "learning_rate": 6.152978248024915e-05,
79
+ "loss": 0.0639,
80
+ "step": 50
81
+ },
82
+ {
83
+ "epoch": 0.39285714285714285,
84
+ "grad_norm": 0.30859375,
85
+ "learning_rate": 6.140311396048403e-05,
86
+ "loss": 0.0619,
87
+ "step": 55
88
+ },
89
+ {
90
+ "epoch": 0.42857142857142855,
91
+ "grad_norm": 0.326171875,
92
+ "learning_rate": 6.123840926136544e-05,
93
+ "loss": 0.0627,
94
+ "step": 60
95
+ },
96
+ {
97
+ "epoch": 0.4642857142857143,
98
+ "grad_norm": 0.294921875,
99
+ "learning_rate": 6.103594251761051e-05,
100
+ "loss": 0.0647,
101
+ "step": 65
102
+ },
103
+ {
104
+ "epoch": 0.5,
105
+ "grad_norm": 0.2734375,
106
+ "learning_rate": 6.0796050715132965e-05,
107
+ "loss": 0.0622,
108
+ "step": 70
109
+ },
110
+ {
111
+ "epoch": 0.5357142857142857,
112
+ "grad_norm": 0.224609375,
113
+ "learning_rate": 6.051913313016328e-05,
114
+ "loss": 0.0617,
115
+ "step": 75
116
+ },
117
+ {
118
+ "epoch": 0.5714285714285714,
119
+ "grad_norm": 0.375,
120
+ "learning_rate": 6.0205650664692885e-05,
121
+ "loss": 0.0632,
122
+ "step": 80
123
+ },
124
+ {
125
+ "epoch": 0.6071428571428571,
126
+ "grad_norm": 0.421875,
127
+ "learning_rate": 5.985612507934822e-05,
128
+ "loss": 0.0623,
129
+ "step": 85
130
+ },
131
+ {
132
+ "epoch": 0.6428571428571429,
133
+ "grad_norm": 0.251953125,
134
+ "learning_rate": 5.947113812497171e-05,
135
+ "loss": 0.0611,
136
+ "step": 90
137
+ },
138
+ {
139
+ "epoch": 0.6785714285714286,
140
+ "grad_norm": 0.2158203125,
141
+ "learning_rate": 5.905133057435489e-05,
142
+ "loss": 0.0602,
143
+ "step": 95
144
+ },
145
+ {
146
+ "epoch": 0.7142857142857143,
147
+ "grad_norm": 0.2177734375,
148
+ "learning_rate": 5.859740115573528e-05,
149
+ "loss": 0.0602,
150
+ "step": 100
151
+ },
152
+ {
153
+ "epoch": 0.75,
154
+ "grad_norm": 0.22265625,
155
+ "learning_rate": 5.811010538983226e-05,
156
+ "loss": 0.0602,
157
+ "step": 105
158
+ },
159
+ {
160
+ "epoch": 0.7857142857142857,
161
+ "grad_norm": 0.2451171875,
162
+ "learning_rate": 5.7590254332357376e-05,
163
+ "loss": 0.0613,
164
+ "step": 110
165
+ },
166
+ {
167
+ "epoch": 0.8214285714285714,
168
+ "grad_norm": 0.259765625,
169
+ "learning_rate": 5.703871322409211e-05,
170
+ "loss": 0.0618,
171
+ "step": 115
172
+ },
173
+ {
174
+ "epoch": 0.8571428571428571,
175
+ "grad_norm": 0.2109375,
176
+ "learning_rate": 5.645640005078007e-05,
177
+ "loss": 0.061,
178
+ "step": 120
179
+ },
180
+ {
181
+ "epoch": 0.8928571428571429,
182
+ "grad_norm": 0.2294921875,
183
+ "learning_rate": 5.58442840152302e-05,
184
+ "loss": 0.0587,
185
+ "step": 125
186
+ },
187
+ {
188
+ "epoch": 0.9285714285714286,
189
+ "grad_norm": 0.19921875,
190
+ "learning_rate": 5.5203383924174454e-05,
191
+ "loss": 0.0587,
192
+ "step": 130
193
+ },
194
+ {
195
+ "epoch": 0.9642857142857143,
196
+ "grad_norm": 0.1982421875,
197
+ "learning_rate": 5.453476649256451e-05,
198
+ "loss": 0.0578,
199
+ "step": 135
200
+ },
201
+ {
202
+ "epoch": 1.0,
203
+ "grad_norm": 0.1923828125,
204
+ "learning_rate": 5.383954456812999e-05,
205
+ "loss": 0.0591,
206
+ "step": 140
207
+ },
208
+ {
209
+ "epoch": 1.0,
210
+ "eval_loss": 0.060198914259672165,
211
+ "eval_runtime": 1.2415,
212
+ "eval_samples_per_second": 19.331,
213
+ "eval_steps_per_second": 19.331,
214
+ "step": 140
215
+ },
216
+ {
217
+ "epoch": 1.0357142857142858,
218
+ "grad_norm": 0.203125,
219
+ "learning_rate": 5.311887527915323e-05,
220
+ "loss": 0.0497,
221
+ "step": 145
222
+ },
223
+ {
224
+ "epoch": 1.0714285714285714,
225
+ "grad_norm": 0.2333984375,
226
+ "learning_rate": 5.23739581085435e-05,
227
+ "loss": 0.0493,
228
+ "step": 150
229
+ },
230
+ {
231
+ "epoch": 1.1071428571428572,
232
+ "grad_norm": 0.263671875,
233
+ "learning_rate": 5.160603289741601e-05,
234
+ "loss": 0.0493,
235
+ "step": 155
236
+ },
237
+ {
238
+ "epoch": 1.1428571428571428,
239
+ "grad_norm": 0.1982421875,
240
+ "learning_rate": 5.081637778149878e-05,
241
+ "loss": 0.0498,
242
+ "step": 160
243
+ },
244
+ {
245
+ "epoch": 1.1785714285714286,
246
+ "grad_norm": 0.302734375,
247
+ "learning_rate": 5.000630706380186e-05,
248
+ "loss": 0.0498,
249
+ "step": 165
250
+ },
251
+ {
252
+ "epoch": 1.2142857142857142,
253
+ "grad_norm": 0.212890625,
254
+ "learning_rate": 4.917716902708965e-05,
255
+ "loss": 0.0509,
256
+ "step": 170
257
+ },
258
+ {
259
+ "epoch": 1.25,
260
+ "grad_norm": 0.216796875,
261
+ "learning_rate": 4.833034368979732e-05,
262
+ "loss": 0.0491,
263
+ "step": 175
264
+ },
265
+ {
266
+ "epoch": 1.2857142857142856,
267
+ "grad_norm": 0.2001953125,
268
+ "learning_rate": 4.74672405091263e-05,
269
+ "loss": 0.0487,
270
+ "step": 180
271
+ },
272
+ {
273
+ "epoch": 1.3214285714285714,
274
+ "grad_norm": 0.2216796875,
275
+ "learning_rate": 4.6589296035141886e-05,
276
+ "loss": 0.0493,
277
+ "step": 185
278
+ },
279
+ {
280
+ "epoch": 1.3571428571428572,
281
+ "grad_norm": 0.2294921875,
282
+ "learning_rate": 4.569797151977743e-05,
283
+ "loss": 0.0502,
284
+ "step": 190
285
+ },
286
+ {
287
+ "epoch": 1.3928571428571428,
288
+ "grad_norm": 0.24609375,
289
+ "learning_rate": 4.479475048472466e-05,
290
+ "loss": 0.0492,
291
+ "step": 195
292
+ },
293
+ {
294
+ "epoch": 1.4285714285714286,
295
+ "grad_norm": 0.212890625,
296
+ "learning_rate": 4.3881136252258305e-05,
297
+ "loss": 0.0491,
298
+ "step": 200
299
+ },
300
+ {
301
+ "epoch": 1.4642857142857144,
302
+ "grad_norm": 0.263671875,
303
+ "learning_rate": 4.295864944310448e-05,
304
+ "loss": 0.0501,
305
+ "step": 205
306
+ },
307
+ {
308
+ "epoch": 1.5,
309
+ "grad_norm": 0.228515625,
310
+ "learning_rate": 4.2028825445517566e-05,
311
+ "loss": 0.0501,
312
+ "step": 210
313
+ },
314
+ {
315
+ "epoch": 1.5357142857142856,
316
+ "grad_norm": 0.2119140625,
317
+ "learning_rate": 4.109321185977799e-05,
318
+ "loss": 0.0504,
319
+ "step": 215
320
+ },
321
+ {
322
+ "epoch": 1.5714285714285714,
323
+ "grad_norm": 0.2080078125,
324
+ "learning_rate": 4.0153365922364295e-05,
325
+ "loss": 0.0492,
326
+ "step": 220
327
+ },
328
+ {
329
+ "epoch": 1.6071428571428572,
330
+ "grad_norm": 0.1943359375,
331
+ "learning_rate": 3.921085191408668e-05,
332
+ "loss": 0.0473,
333
+ "step": 225
334
+ },
335
+ {
336
+ "epoch": 1.6428571428571428,
337
+ "grad_norm": 0.232421875,
338
+ "learning_rate": 3.826723855649603e-05,
339
+ "loss": 0.0501,
340
+ "step": 230
341
+ },
342
+ {
343
+ "epoch": 1.6785714285714286,
344
+ "grad_norm": 0.220703125,
345
+ "learning_rate": 3.7324096400901615e-05,
346
+ "loss": 0.0493,
347
+ "step": 235
348
+ },
349
+ {
350
+ "epoch": 1.7142857142857144,
351
+ "grad_norm": 0.2216796875,
352
+ "learning_rate": 3.638299521434351e-05,
353
+ "loss": 0.0498,
354
+ "step": 240
355
+ },
356
+ {
357
+ "epoch": 1.75,
358
+ "grad_norm": 0.2060546875,
359
+ "learning_rate": 3.5445501366870265e-05,
360
+ "loss": 0.0495,
361
+ "step": 245
362
+ },
363
+ {
364
+ "epoch": 1.7857142857142856,
365
+ "grad_norm": 0.2109375,
366
+ "learning_rate": 3.4513175224470506e-05,
367
+ "loss": 0.0481,
368
+ "step": 250
369
+ },
370
+ {
371
+ "epoch": 1.8214285714285714,
372
+ "grad_norm": 0.197265625,
373
+ "learning_rate": 3.3587568551997774e-05,
374
+ "loss": 0.0493,
375
+ "step": 255
376
+ },
377
+ {
378
+ "epoch": 1.8571428571428572,
379
+ "grad_norm": 0.208984375,
380
+ "learning_rate": 3.267022193041103e-05,
381
+ "loss": 0.0503,
382
+ "step": 260
383
+ },
384
+ {
385
+ "epoch": 1.8928571428571428,
386
+ "grad_norm": 0.201171875,
387
+ "learning_rate": 3.176266219262975e-05,
388
+ "loss": 0.0485,
389
+ "step": 265
390
+ },
391
+ {
392
+ "epoch": 1.9285714285714286,
393
+ "grad_norm": 0.1572265625,
394
+ "learning_rate": 3.0866399882271155e-05,
395
+ "loss": 0.0488,
396
+ "step": 270
397
+ },
398
+ {
399
+ "epoch": 1.9642857142857144,
400
+ "grad_norm": 0.21875,
401
+ "learning_rate": 2.9982926739499457e-05,
402
+ "loss": 0.0493,
403
+ "step": 275
404
+ },
405
+ {
406
+ "epoch": 2.0,
407
+ "grad_norm": 0.2041015625,
408
+ "learning_rate": 2.911371321817157e-05,
409
+ "loss": 0.0489,
410
+ "step": 280
411
+ },
412
+ {
413
+ "epoch": 2.0,
414
+ "eval_loss": 0.05888582393527031,
415
+ "eval_runtime": 1.1396,
416
+ "eval_samples_per_second": 21.06,
417
+ "eval_steps_per_second": 21.06,
418
+ "step": 280
419
+ }
420
+ ],
421
+ "logging_steps": 5,
422
+ "max_steps": 420,
423
+ "num_input_tokens_seen": 0,
424
+ "num_train_epochs": 3,
425
+ "save_steps": 500,
426
+ "stateful_callbacks": {
427
+ "TrainerControl": {
428
+ "args": {
429
+ "should_epoch_stop": false,
430
+ "should_evaluate": false,
431
+ "should_log": false,
432
+ "should_save": true,
433
+ "should_training_stop": false
434
+ },
435
+ "attributes": {}
436
+ }
437
+ },
438
+ "total_flos": 4.50841030950912e+17,
439
+ "train_batch_size": 100,
440
+ "trial_name": null,
441
+ "trial_params": null
442
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8315f5b41ca0fbfb014cc38ca108484752f4fee5f6a76414d3436596256d3685
3
+ size 5816
vocab.json ADDED
The diff for this file is too large to render. See raw diff