MrBoltik commited on
Commit
a0a4675
·
verified ·
1 Parent(s): d121614

Upload 15 files

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
README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: unsloth/qwen3-14b-unsloth-bnb-4bit
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.15.2
adapter_config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "unsloth/qwen3-14b-unsloth-bnb-4bit",
5
+ "bias": "none",
6
+ "corda_config": null,
7
+ "eva_config": null,
8
+ "exclude_modules": null,
9
+ "fan_in_fan_out": false,
10
+ "inference_mode": true,
11
+ "init_lora_weights": true,
12
+ "layer_replication": null,
13
+ "layers_pattern": null,
14
+ "layers_to_transform": null,
15
+ "loftq_config": {},
16
+ "lora_alpha": 32,
17
+ "lora_bias": false,
18
+ "lora_dropout": 0,
19
+ "megatron_config": null,
20
+ "megatron_core": "megatron.core",
21
+ "modules_to_save": null,
22
+ "peft_type": "LORA",
23
+ "r": 32,
24
+ "rank_pattern": {},
25
+ "revision": null,
26
+ "target_modules": [
27
+ "up_proj",
28
+ "gate_proj",
29
+ "q_proj",
30
+ "o_proj",
31
+ "k_proj",
32
+ "down_proj",
33
+ "v_proj"
34
+ ],
35
+ "task_type": "CAUSAL_LM",
36
+ "trainable_token_indices": null,
37
+ "use_dora": false,
38
+ "use_rslora": false
39
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:06d65d049884d5dd2b5fed92b83f139a61631795cb67bb54cc584970ce39d4c3
3
+ size 513877864
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
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:780e928d20d1e118eae4c619979f9f106149d16f8de272862687cc2338673109
3
+ size 261573716
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4ae31f3bd6abd5e088309ad57fa2e995bc6dd61c02221bc158a3d63e6ad1f06
3
+ size 14244
scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6791705862404ffa72b59739343eb24690e467f4d261034873f68e9e00ce5b03
3
+ size 988
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bcfe2b56411102d8492ab62d45e236299206ef8dbb06daf1bd4853137d711a03
3
+ size 1064
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": "<|vision_pad|>",
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,241 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 forward_message in messages %}\n {%- set index = (messages|length - 1) - loop.index0 %}\n {%- set message = messages[index] %}\n {%- set tool_start = '<tool_response>' %}\n {%- set tool_start_length = tool_start|length %}\n {%- set start_of_message = message.content[:tool_start_length] %}\n {%- set tool_end = '</tool_response>' %}\n {%- set tool_end_length = tool_end|length %}\n {%- set start_pos = (message.content|length) - tool_end_length %}\n {%- if start_pos < 0 %}\n {%- set start_pos = 0 %}\n {%- endif %}\n {%- set end_of_message = message.content[start_pos:] %}\n {%- if ns.multi_step_tool and message.role == \"user\" and not(start_of_message == tool_start and end_of_message == tool_end) %}\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>')|last).lstrip('\\n') %}\n {%- set reasoning_content = (message.content.split('</think>')|first).rstrip('\\n') %}\n {%- set reasoning_content = (reasoning_content.split('<think>')|last).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": "<|im_end|>",
233
+ "errors": "replace",
234
+ "extra_special_tokens": {},
235
+ "model_max_length": 40960,
236
+ "pad_token": "<|vision_pad|>",
237
+ "padding_side": "right",
238
+ "split_special_tokens": false,
239
+ "tokenizer_class": "Qwen2Tokenizer",
240
+ "unk_token": null
241
+ }
trainer_state.json ADDED
@@ -0,0 +1,1154 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 0.2632444883185258,
6
+ "eval_steps": 500,
7
+ "global_step": 800,
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.0016452780519907865,
14
+ "grad_norm": 1.5217232704162598,
15
+ "learning_rate": 0.00012,
16
+ "loss": 4.5224,
17
+ "step": 5
18
+ },
19
+ {
20
+ "epoch": 0.003290556103981573,
21
+ "grad_norm": 0.574784517288208,
22
+ "learning_rate": 0.0001998022412656559,
23
+ "loss": 3.2397,
24
+ "step": 10
25
+ },
26
+ {
27
+ "epoch": 0.004935834155972359,
28
+ "grad_norm": 0.5069302320480347,
29
+ "learning_rate": 0.0001994726433750824,
30
+ "loss": 2.7151,
31
+ "step": 15
32
+ },
33
+ {
34
+ "epoch": 0.006581112207963146,
35
+ "grad_norm": 0.5865616202354431,
36
+ "learning_rate": 0.00019914304548450891,
37
+ "loss": 2.3507,
38
+ "step": 20
39
+ },
40
+ {
41
+ "epoch": 0.008226390259953932,
42
+ "grad_norm": 0.5909593105316162,
43
+ "learning_rate": 0.0001988134475939354,
44
+ "loss": 2.3338,
45
+ "step": 25
46
+ },
47
+ {
48
+ "epoch": 0.009871668311944718,
49
+ "grad_norm": 0.4913259744644165,
50
+ "learning_rate": 0.0001984838497033619,
51
+ "loss": 2.3544,
52
+ "step": 30
53
+ },
54
+ {
55
+ "epoch": 0.011516946363935505,
56
+ "grad_norm": 0.4331064522266388,
57
+ "learning_rate": 0.00019815425181278842,
58
+ "loss": 2.2672,
59
+ "step": 35
60
+ },
61
+ {
62
+ "epoch": 0.013162224415926292,
63
+ "grad_norm": 0.42509177327156067,
64
+ "learning_rate": 0.0001978246539222149,
65
+ "loss": 2.2764,
66
+ "step": 40
67
+ },
68
+ {
69
+ "epoch": 0.014807502467917079,
70
+ "grad_norm": 0.415414035320282,
71
+ "learning_rate": 0.0001974950560316414,
72
+ "loss": 2.1035,
73
+ "step": 45
74
+ },
75
+ {
76
+ "epoch": 0.016452780519907863,
77
+ "grad_norm": 0.5336166024208069,
78
+ "learning_rate": 0.0001971654581410679,
79
+ "loss": 2.2284,
80
+ "step": 50
81
+ },
82
+ {
83
+ "epoch": 0.01809805857189865,
84
+ "grad_norm": 0.3719511926174164,
85
+ "learning_rate": 0.0001968358602504944,
86
+ "loss": 2.1656,
87
+ "step": 55
88
+ },
89
+ {
90
+ "epoch": 0.019743336623889437,
91
+ "grad_norm": 0.49993693828582764,
92
+ "learning_rate": 0.00019650626235992092,
93
+ "loss": 2.0299,
94
+ "step": 60
95
+ },
96
+ {
97
+ "epoch": 0.021388614675880224,
98
+ "grad_norm": 0.5019952654838562,
99
+ "learning_rate": 0.0001961766644693474,
100
+ "loss": 2.0951,
101
+ "step": 65
102
+ },
103
+ {
104
+ "epoch": 0.02303389272787101,
105
+ "grad_norm": 0.4793168306350708,
106
+ "learning_rate": 0.0001958470665787739,
107
+ "loss": 2.1505,
108
+ "step": 70
109
+ },
110
+ {
111
+ "epoch": 0.024679170779861797,
112
+ "grad_norm": 0.47024038434028625,
113
+ "learning_rate": 0.0001955174686882004,
114
+ "loss": 2.054,
115
+ "step": 75
116
+ },
117
+ {
118
+ "epoch": 0.026324448831852584,
119
+ "grad_norm": 0.5920702815055847,
120
+ "learning_rate": 0.0001951878707976269,
121
+ "loss": 2.1802,
122
+ "step": 80
123
+ },
124
+ {
125
+ "epoch": 0.02796972688384337,
126
+ "grad_norm": 0.4485560655593872,
127
+ "learning_rate": 0.0001948582729070534,
128
+ "loss": 2.1609,
129
+ "step": 85
130
+ },
131
+ {
132
+ "epoch": 0.029615004935834157,
133
+ "grad_norm": 0.41952958703041077,
134
+ "learning_rate": 0.0001945286750164799,
135
+ "loss": 2.0584,
136
+ "step": 90
137
+ },
138
+ {
139
+ "epoch": 0.03126028298782494,
140
+ "grad_norm": 0.40542706847190857,
141
+ "learning_rate": 0.00019419907712590643,
142
+ "loss": 2.22,
143
+ "step": 95
144
+ },
145
+ {
146
+ "epoch": 0.03290556103981573,
147
+ "grad_norm": 0.438912570476532,
148
+ "learning_rate": 0.0001938694792353329,
149
+ "loss": 2.1478,
150
+ "step": 100
151
+ },
152
+ {
153
+ "epoch": 0.034550839091806514,
154
+ "grad_norm": 0.46580272912979126,
155
+ "learning_rate": 0.0001935398813447594,
156
+ "loss": 2.1227,
157
+ "step": 105
158
+ },
159
+ {
160
+ "epoch": 0.0361961171437973,
161
+ "grad_norm": 0.5012261271476746,
162
+ "learning_rate": 0.0001932102834541859,
163
+ "loss": 2.1274,
164
+ "step": 110
165
+ },
166
+ {
167
+ "epoch": 0.03784139519578809,
168
+ "grad_norm": 0.5175459384918213,
169
+ "learning_rate": 0.0001928806855636124,
170
+ "loss": 2.0726,
171
+ "step": 115
172
+ },
173
+ {
174
+ "epoch": 0.039486673247778874,
175
+ "grad_norm": 0.5441685318946838,
176
+ "learning_rate": 0.00019255108767303892,
177
+ "loss": 2.1269,
178
+ "step": 120
179
+ },
180
+ {
181
+ "epoch": 0.04113195129976966,
182
+ "grad_norm": 0.4177902042865753,
183
+ "learning_rate": 0.0001922214897824654,
184
+ "loss": 2.164,
185
+ "step": 125
186
+ },
187
+ {
188
+ "epoch": 0.04277722935176045,
189
+ "grad_norm": 0.44649720191955566,
190
+ "learning_rate": 0.0001918918918918919,
191
+ "loss": 2.0883,
192
+ "step": 130
193
+ },
194
+ {
195
+ "epoch": 0.044422507403751234,
196
+ "grad_norm": 0.46839994192123413,
197
+ "learning_rate": 0.0001915622940013184,
198
+ "loss": 2.0448,
199
+ "step": 135
200
+ },
201
+ {
202
+ "epoch": 0.04606778545574202,
203
+ "grad_norm": 0.4343637228012085,
204
+ "learning_rate": 0.0001912326961107449,
205
+ "loss": 2.0282,
206
+ "step": 140
207
+ },
208
+ {
209
+ "epoch": 0.04771306350773281,
210
+ "grad_norm": 0.4241706132888794,
211
+ "learning_rate": 0.00019090309822017141,
212
+ "loss": 2.0895,
213
+ "step": 145
214
+ },
215
+ {
216
+ "epoch": 0.049358341559723594,
217
+ "grad_norm": 0.44053712487220764,
218
+ "learning_rate": 0.0001905735003295979,
219
+ "loss": 2.0925,
220
+ "step": 150
221
+ },
222
+ {
223
+ "epoch": 0.05100361961171438,
224
+ "grad_norm": 0.39026254415512085,
225
+ "learning_rate": 0.0001902439024390244,
226
+ "loss": 2.1519,
227
+ "step": 155
228
+ },
229
+ {
230
+ "epoch": 0.05264889766370517,
231
+ "grad_norm": 0.455168217420578,
232
+ "learning_rate": 0.0001899143045484509,
233
+ "loss": 2.1623,
234
+ "step": 160
235
+ },
236
+ {
237
+ "epoch": 0.054294175715695954,
238
+ "grad_norm": 0.4873504042625427,
239
+ "learning_rate": 0.0001895847066578774,
240
+ "loss": 1.9314,
241
+ "step": 165
242
+ },
243
+ {
244
+ "epoch": 0.05593945376768674,
245
+ "grad_norm": 0.5435200929641724,
246
+ "learning_rate": 0.0001892551087673039,
247
+ "loss": 2.0674,
248
+ "step": 170
249
+ },
250
+ {
251
+ "epoch": 0.05758473181967753,
252
+ "grad_norm": 0.44813185930252075,
253
+ "learning_rate": 0.0001889255108767304,
254
+ "loss": 2.0042,
255
+ "step": 175
256
+ },
257
+ {
258
+ "epoch": 0.059230009871668314,
259
+ "grad_norm": 0.5993271470069885,
260
+ "learning_rate": 0.0001885959129861569,
261
+ "loss": 2.0942,
262
+ "step": 180
263
+ },
264
+ {
265
+ "epoch": 0.0608752879236591,
266
+ "grad_norm": 0.5044869780540466,
267
+ "learning_rate": 0.0001882663150955834,
268
+ "loss": 2.118,
269
+ "step": 185
270
+ },
271
+ {
272
+ "epoch": 0.06252056597564988,
273
+ "grad_norm": 0.4713231325149536,
274
+ "learning_rate": 0.00018793671720500988,
275
+ "loss": 2.1232,
276
+ "step": 190
277
+ },
278
+ {
279
+ "epoch": 0.06416584402764067,
280
+ "grad_norm": 0.5351199507713318,
281
+ "learning_rate": 0.0001876071193144364,
282
+ "loss": 2.0956,
283
+ "step": 195
284
+ },
285
+ {
286
+ "epoch": 0.06581112207963145,
287
+ "grad_norm": 0.380096971988678,
288
+ "learning_rate": 0.0001872775214238629,
289
+ "loss": 2.0466,
290
+ "step": 200
291
+ },
292
+ {
293
+ "epoch": 0.06745640013162224,
294
+ "grad_norm": 0.4392818510532379,
295
+ "learning_rate": 0.0001869479235332894,
296
+ "loss": 2.0503,
297
+ "step": 205
298
+ },
299
+ {
300
+ "epoch": 0.06910167818361303,
301
+ "grad_norm": 0.49540552496910095,
302
+ "learning_rate": 0.00018661832564271588,
303
+ "loss": 2.0771,
304
+ "step": 210
305
+ },
306
+ {
307
+ "epoch": 0.07074695623560381,
308
+ "grad_norm": 0.5129232406616211,
309
+ "learning_rate": 0.00018628872775214238,
310
+ "loss": 1.9724,
311
+ "step": 215
312
+ },
313
+ {
314
+ "epoch": 0.0723922342875946,
315
+ "grad_norm": 0.4697638750076294,
316
+ "learning_rate": 0.0001859591298615689,
317
+ "loss": 2.03,
318
+ "step": 220
319
+ },
320
+ {
321
+ "epoch": 0.07403751233958539,
322
+ "grad_norm": 0.4250948131084442,
323
+ "learning_rate": 0.0001856295319709954,
324
+ "loss": 2.0235,
325
+ "step": 225
326
+ },
327
+ {
328
+ "epoch": 0.07568279039157617,
329
+ "grad_norm": 0.5197622776031494,
330
+ "learning_rate": 0.0001852999340804219,
331
+ "loss": 1.991,
332
+ "step": 230
333
+ },
334
+ {
335
+ "epoch": 0.07732806844356696,
336
+ "grad_norm": 0.45986393094062805,
337
+ "learning_rate": 0.0001849703361898484,
338
+ "loss": 2.0191,
339
+ "step": 235
340
+ },
341
+ {
342
+ "epoch": 0.07897334649555775,
343
+ "grad_norm": 0.5618834495544434,
344
+ "learning_rate": 0.00018464073829927487,
345
+ "loss": 1.9859,
346
+ "step": 240
347
+ },
348
+ {
349
+ "epoch": 0.08061862454754853,
350
+ "grad_norm": 0.5400542616844177,
351
+ "learning_rate": 0.0001843111404087014,
352
+ "loss": 1.9633,
353
+ "step": 245
354
+ },
355
+ {
356
+ "epoch": 0.08226390259953932,
357
+ "grad_norm": 0.5259667038917542,
358
+ "learning_rate": 0.0001839815425181279,
359
+ "loss": 1.8768,
360
+ "step": 250
361
+ },
362
+ {
363
+ "epoch": 0.08390918065153011,
364
+ "grad_norm": 0.5015618801116943,
365
+ "learning_rate": 0.0001836519446275544,
366
+ "loss": 2.0329,
367
+ "step": 255
368
+ },
369
+ {
370
+ "epoch": 0.0855544587035209,
371
+ "grad_norm": 0.4835856854915619,
372
+ "learning_rate": 0.0001833223467369809,
373
+ "loss": 1.9815,
374
+ "step": 260
375
+ },
376
+ {
377
+ "epoch": 0.08719973675551168,
378
+ "grad_norm": 0.4211411774158478,
379
+ "learning_rate": 0.0001829927488464074,
380
+ "loss": 1.9899,
381
+ "step": 265
382
+ },
383
+ {
384
+ "epoch": 0.08884501480750247,
385
+ "grad_norm": 0.4507792294025421,
386
+ "learning_rate": 0.0001826631509558339,
387
+ "loss": 1.9865,
388
+ "step": 270
389
+ },
390
+ {
391
+ "epoch": 0.09049029285949325,
392
+ "grad_norm": 0.5402964353561401,
393
+ "learning_rate": 0.00018233355306526038,
394
+ "loss": 1.902,
395
+ "step": 275
396
+ },
397
+ {
398
+ "epoch": 0.09213557091148404,
399
+ "grad_norm": 0.4574088454246521,
400
+ "learning_rate": 0.0001820039551746869,
401
+ "loss": 1.9727,
402
+ "step": 280
403
+ },
404
+ {
405
+ "epoch": 0.09378084896347483,
406
+ "grad_norm": 0.4615534842014313,
407
+ "learning_rate": 0.0001816743572841134,
408
+ "loss": 2.0582,
409
+ "step": 285
410
+ },
411
+ {
412
+ "epoch": 0.09542612701546561,
413
+ "grad_norm": 0.5126486420631409,
414
+ "learning_rate": 0.0001813447593935399,
415
+ "loss": 2.0274,
416
+ "step": 290
417
+ },
418
+ {
419
+ "epoch": 0.0970714050674564,
420
+ "grad_norm": 0.6757667660713196,
421
+ "learning_rate": 0.00018101516150296638,
422
+ "loss": 1.879,
423
+ "step": 295
424
+ },
425
+ {
426
+ "epoch": 0.09871668311944719,
427
+ "grad_norm": 0.49488508701324463,
428
+ "learning_rate": 0.00018068556361239288,
429
+ "loss": 1.9348,
430
+ "step": 300
431
+ },
432
+ {
433
+ "epoch": 0.10036196117143797,
434
+ "grad_norm": 0.5860428810119629,
435
+ "learning_rate": 0.0001803559657218194,
436
+ "loss": 1.9276,
437
+ "step": 305
438
+ },
439
+ {
440
+ "epoch": 0.10200723922342876,
441
+ "grad_norm": 0.5148414373397827,
442
+ "learning_rate": 0.0001800263678312459,
443
+ "loss": 2.0563,
444
+ "step": 310
445
+ },
446
+ {
447
+ "epoch": 0.10365251727541955,
448
+ "grad_norm": 0.5046892762184143,
449
+ "learning_rate": 0.00017969676994067238,
450
+ "loss": 2.0009,
451
+ "step": 315
452
+ },
453
+ {
454
+ "epoch": 0.10529779532741033,
455
+ "grad_norm": 0.4465779960155487,
456
+ "learning_rate": 0.0001793671720500989,
457
+ "loss": 1.9842,
458
+ "step": 320
459
+ },
460
+ {
461
+ "epoch": 0.10694307337940112,
462
+ "grad_norm": 0.4488319158554077,
463
+ "learning_rate": 0.00017903757415952537,
464
+ "loss": 1.9881,
465
+ "step": 325
466
+ },
467
+ {
468
+ "epoch": 0.10858835143139191,
469
+ "grad_norm": 0.46680882573127747,
470
+ "learning_rate": 0.0001787079762689519,
471
+ "loss": 2.0471,
472
+ "step": 330
473
+ },
474
+ {
475
+ "epoch": 0.1102336294833827,
476
+ "grad_norm": 0.5483986139297485,
477
+ "learning_rate": 0.00017837837837837839,
478
+ "loss": 2.0581,
479
+ "step": 335
480
+ },
481
+ {
482
+ "epoch": 0.11187890753537348,
483
+ "grad_norm": 0.4938408434391022,
484
+ "learning_rate": 0.00017804878048780488,
485
+ "loss": 1.9712,
486
+ "step": 340
487
+ },
488
+ {
489
+ "epoch": 0.11352418558736427,
490
+ "grad_norm": 0.4176371991634369,
491
+ "learning_rate": 0.0001777191825972314,
492
+ "loss": 1.9019,
493
+ "step": 345
494
+ },
495
+ {
496
+ "epoch": 0.11516946363935505,
497
+ "grad_norm": 0.45936137437820435,
498
+ "learning_rate": 0.0001773895847066579,
499
+ "loss": 1.8773,
500
+ "step": 350
501
+ },
502
+ {
503
+ "epoch": 0.11681474169134584,
504
+ "grad_norm": 0.5166374444961548,
505
+ "learning_rate": 0.0001770599868160844,
506
+ "loss": 2.0059,
507
+ "step": 355
508
+ },
509
+ {
510
+ "epoch": 0.11846001974333663,
511
+ "grad_norm": 0.5485665202140808,
512
+ "learning_rate": 0.00017673038892551088,
513
+ "loss": 1.9634,
514
+ "step": 360
515
+ },
516
+ {
517
+ "epoch": 0.12010529779532741,
518
+ "grad_norm": 0.44683098793029785,
519
+ "learning_rate": 0.00017640079103493737,
520
+ "loss": 1.9239,
521
+ "step": 365
522
+ },
523
+ {
524
+ "epoch": 0.1217505758473182,
525
+ "grad_norm": 0.4426558315753937,
526
+ "learning_rate": 0.0001760711931443639,
527
+ "loss": 1.9467,
528
+ "step": 370
529
+ },
530
+ {
531
+ "epoch": 0.12339585389930899,
532
+ "grad_norm": 0.45059794187545776,
533
+ "learning_rate": 0.0001757415952537904,
534
+ "loss": 1.9099,
535
+ "step": 375
536
+ },
537
+ {
538
+ "epoch": 0.12504113195129976,
539
+ "grad_norm": 0.47326767444610596,
540
+ "learning_rate": 0.00017541199736321688,
541
+ "loss": 1.9521,
542
+ "step": 380
543
+ },
544
+ {
545
+ "epoch": 0.12668641000329056,
546
+ "grad_norm": 0.4886496961116791,
547
+ "learning_rate": 0.00017508239947264337,
548
+ "loss": 1.9336,
549
+ "step": 385
550
+ },
551
+ {
552
+ "epoch": 0.12833168805528133,
553
+ "grad_norm": 0.4394533336162567,
554
+ "learning_rate": 0.00017475280158206987,
555
+ "loss": 1.8583,
556
+ "step": 390
557
+ },
558
+ {
559
+ "epoch": 0.12997696610727213,
560
+ "grad_norm": 0.5217518210411072,
561
+ "learning_rate": 0.0001744232036914964,
562
+ "loss": 1.9916,
563
+ "step": 395
564
+ },
565
+ {
566
+ "epoch": 0.1316222441592629,
567
+ "grad_norm": 0.44888633489608765,
568
+ "learning_rate": 0.00017409360580092288,
569
+ "loss": 2.0022,
570
+ "step": 400
571
+ },
572
+ {
573
+ "epoch": 0.1332675222112537,
574
+ "grad_norm": 0.5385366678237915,
575
+ "learning_rate": 0.0001737640079103494,
576
+ "loss": 1.9492,
577
+ "step": 405
578
+ },
579
+ {
580
+ "epoch": 0.13491280026324448,
581
+ "grad_norm": 0.4314708113670349,
582
+ "learning_rate": 0.00017343441001977587,
583
+ "loss": 2.0088,
584
+ "step": 410
585
+ },
586
+ {
587
+ "epoch": 0.13655807831523528,
588
+ "grad_norm": 0.4006335735321045,
589
+ "learning_rate": 0.00017310481212920236,
590
+ "loss": 1.9524,
591
+ "step": 415
592
+ },
593
+ {
594
+ "epoch": 0.13820335636722605,
595
+ "grad_norm": 0.5291544198989868,
596
+ "learning_rate": 0.00017277521423862888,
597
+ "loss": 1.8593,
598
+ "step": 420
599
+ },
600
+ {
601
+ "epoch": 0.13984863441921686,
602
+ "grad_norm": 0.47129592299461365,
603
+ "learning_rate": 0.00017244561634805538,
604
+ "loss": 1.9542,
605
+ "step": 425
606
+ },
607
+ {
608
+ "epoch": 0.14149391247120763,
609
+ "grad_norm": 0.449595183134079,
610
+ "learning_rate": 0.0001721160184574819,
611
+ "loss": 1.9294,
612
+ "step": 430
613
+ },
614
+ {
615
+ "epoch": 0.14313919052319843,
616
+ "grad_norm": 0.4410437047481537,
617
+ "learning_rate": 0.0001717864205669084,
618
+ "loss": 1.9209,
619
+ "step": 435
620
+ },
621
+ {
622
+ "epoch": 0.1447844685751892,
623
+ "grad_norm": 0.5655415654182434,
624
+ "learning_rate": 0.00017145682267633488,
625
+ "loss": 1.9486,
626
+ "step": 440
627
+ },
628
+ {
629
+ "epoch": 0.14642974662718,
630
+ "grad_norm": 0.5219452381134033,
631
+ "learning_rate": 0.00017112722478576138,
632
+ "loss": 1.8922,
633
+ "step": 445
634
+ },
635
+ {
636
+ "epoch": 0.14807502467917077,
637
+ "grad_norm": 0.49918806552886963,
638
+ "learning_rate": 0.00017079762689518787,
639
+ "loss": 1.92,
640
+ "step": 450
641
+ },
642
+ {
643
+ "epoch": 0.14972030273116158,
644
+ "grad_norm": 0.4410875141620636,
645
+ "learning_rate": 0.0001704680290046144,
646
+ "loss": 1.9363,
647
+ "step": 455
648
+ },
649
+ {
650
+ "epoch": 0.15136558078315235,
651
+ "grad_norm": 0.4709133207798004,
652
+ "learning_rate": 0.00017013843111404089,
653
+ "loss": 1.8803,
654
+ "step": 460
655
+ },
656
+ {
657
+ "epoch": 0.15301085883514315,
658
+ "grad_norm": 0.447390079498291,
659
+ "learning_rate": 0.00016980883322346738,
660
+ "loss": 2.0388,
661
+ "step": 465
662
+ },
663
+ {
664
+ "epoch": 0.15465613688713392,
665
+ "grad_norm": 0.4439023435115814,
666
+ "learning_rate": 0.00016947923533289387,
667
+ "loss": 1.9112,
668
+ "step": 470
669
+ },
670
+ {
671
+ "epoch": 0.15630141493912472,
672
+ "grad_norm": 0.5134996175765991,
673
+ "learning_rate": 0.00016914963744232037,
674
+ "loss": 1.9556,
675
+ "step": 475
676
+ },
677
+ {
678
+ "epoch": 0.1579466929911155,
679
+ "grad_norm": 0.5412283539772034,
680
+ "learning_rate": 0.0001688200395517469,
681
+ "loss": 1.899,
682
+ "step": 480
683
+ },
684
+ {
685
+ "epoch": 0.1595919710431063,
686
+ "grad_norm": 0.46328097581863403,
687
+ "learning_rate": 0.00016849044166117338,
688
+ "loss": 1.8476,
689
+ "step": 485
690
+ },
691
+ {
692
+ "epoch": 0.16123724909509707,
693
+ "grad_norm": 0.43716996908187866,
694
+ "learning_rate": 0.00016816084377059987,
695
+ "loss": 1.9059,
696
+ "step": 490
697
+ },
698
+ {
699
+ "epoch": 0.16288252714708787,
700
+ "grad_norm": 0.4769724905490875,
701
+ "learning_rate": 0.00016783124588002637,
702
+ "loss": 1.9186,
703
+ "step": 495
704
+ },
705
+ {
706
+ "epoch": 0.16452780519907864,
707
+ "grad_norm": 0.5047943592071533,
708
+ "learning_rate": 0.00016750164798945286,
709
+ "loss": 1.9161,
710
+ "step": 500
711
+ },
712
+ {
713
+ "epoch": 0.16617308325106944,
714
+ "grad_norm": 0.4556055963039398,
715
+ "learning_rate": 0.00016717205009887938,
716
+ "loss": 1.8834,
717
+ "step": 505
718
+ },
719
+ {
720
+ "epoch": 0.16781836130306022,
721
+ "grad_norm": 0.4692705571651459,
722
+ "learning_rate": 0.00016684245220830588,
723
+ "loss": 1.9091,
724
+ "step": 510
725
+ },
726
+ {
727
+ "epoch": 0.16946363935505102,
728
+ "grad_norm": 0.43482905626296997,
729
+ "learning_rate": 0.00016651285431773237,
730
+ "loss": 1.9405,
731
+ "step": 515
732
+ },
733
+ {
734
+ "epoch": 0.1711089174070418,
735
+ "grad_norm": 0.5708907246589661,
736
+ "learning_rate": 0.0001661832564271589,
737
+ "loss": 1.9027,
738
+ "step": 520
739
+ },
740
+ {
741
+ "epoch": 0.1727541954590326,
742
+ "grad_norm": 0.49181491136550903,
743
+ "learning_rate": 0.00016585365853658536,
744
+ "loss": 1.8526,
745
+ "step": 525
746
+ },
747
+ {
748
+ "epoch": 0.17439947351102336,
749
+ "grad_norm": 0.5000940561294556,
750
+ "learning_rate": 0.00016552406064601188,
751
+ "loss": 1.8588,
752
+ "step": 530
753
+ },
754
+ {
755
+ "epoch": 0.17604475156301416,
756
+ "grad_norm": 0.45289117097854614,
757
+ "learning_rate": 0.00016519446275543837,
758
+ "loss": 2.0358,
759
+ "step": 535
760
+ },
761
+ {
762
+ "epoch": 0.17769002961500494,
763
+ "grad_norm": 0.5227617621421814,
764
+ "learning_rate": 0.00016486486486486486,
765
+ "loss": 1.8512,
766
+ "step": 540
767
+ },
768
+ {
769
+ "epoch": 0.17933530766699574,
770
+ "grad_norm": 0.512492299079895,
771
+ "learning_rate": 0.00016453526697429138,
772
+ "loss": 1.9014,
773
+ "step": 545
774
+ },
775
+ {
776
+ "epoch": 0.1809805857189865,
777
+ "grad_norm": 0.4832890033721924,
778
+ "learning_rate": 0.00016420566908371785,
779
+ "loss": 1.9765,
780
+ "step": 550
781
+ },
782
+ {
783
+ "epoch": 0.18262586377097728,
784
+ "grad_norm": 0.4797350764274597,
785
+ "learning_rate": 0.00016387607119314437,
786
+ "loss": 1.8907,
787
+ "step": 555
788
+ },
789
+ {
790
+ "epoch": 0.18427114182296808,
791
+ "grad_norm": 0.48889973759651184,
792
+ "learning_rate": 0.00016354647330257086,
793
+ "loss": 1.9369,
794
+ "step": 560
795
+ },
796
+ {
797
+ "epoch": 0.18591641987495885,
798
+ "grad_norm": 0.44188860058784485,
799
+ "learning_rate": 0.00016321687541199739,
800
+ "loss": 1.8547,
801
+ "step": 565
802
+ },
803
+ {
804
+ "epoch": 0.18756169792694966,
805
+ "grad_norm": 0.5300605893135071,
806
+ "learning_rate": 0.00016288727752142388,
807
+ "loss": 1.8603,
808
+ "step": 570
809
+ },
810
+ {
811
+ "epoch": 0.18920697597894043,
812
+ "grad_norm": 0.5411728620529175,
813
+ "learning_rate": 0.00016255767963085037,
814
+ "loss": 1.8067,
815
+ "step": 575
816
+ },
817
+ {
818
+ "epoch": 0.19085225403093123,
819
+ "grad_norm": 0.5871673226356506,
820
+ "learning_rate": 0.00016222808174027687,
821
+ "loss": 1.8875,
822
+ "step": 580
823
+ },
824
+ {
825
+ "epoch": 0.192497532082922,
826
+ "grad_norm": 0.4898117482662201,
827
+ "learning_rate": 0.00016189848384970336,
828
+ "loss": 1.9148,
829
+ "step": 585
830
+ },
831
+ {
832
+ "epoch": 0.1941428101349128,
833
+ "grad_norm": 0.4848552346229553,
834
+ "learning_rate": 0.00016156888595912988,
835
+ "loss": 1.8179,
836
+ "step": 590
837
+ },
838
+ {
839
+ "epoch": 0.19578808818690357,
840
+ "grad_norm": 0.49930569529533386,
841
+ "learning_rate": 0.00016123928806855637,
842
+ "loss": 1.9306,
843
+ "step": 595
844
+ },
845
+ {
846
+ "epoch": 0.19743336623889438,
847
+ "grad_norm": 0.47816231846809387,
848
+ "learning_rate": 0.00016090969017798287,
849
+ "loss": 1.8287,
850
+ "step": 600
851
+ },
852
+ {
853
+ "epoch": 0.19907864429088515,
854
+ "grad_norm": 0.5759291052818298,
855
+ "learning_rate": 0.0001605800922874094,
856
+ "loss": 1.874,
857
+ "step": 605
858
+ },
859
+ {
860
+ "epoch": 0.20072392234287595,
861
+ "grad_norm": 0.5100725889205933,
862
+ "learning_rate": 0.00016025049439683585,
863
+ "loss": 1.8369,
864
+ "step": 610
865
+ },
866
+ {
867
+ "epoch": 0.20236920039486672,
868
+ "grad_norm": 0.5101613998413086,
869
+ "learning_rate": 0.00015992089650626237,
870
+ "loss": 1.9083,
871
+ "step": 615
872
+ },
873
+ {
874
+ "epoch": 0.20401447844685752,
875
+ "grad_norm": 0.4661300778388977,
876
+ "learning_rate": 0.00015959129861568887,
877
+ "loss": 1.9463,
878
+ "step": 620
879
+ },
880
+ {
881
+ "epoch": 0.2056597564988483,
882
+ "grad_norm": 0.4888961613178253,
883
+ "learning_rate": 0.00015926170072511536,
884
+ "loss": 1.7347,
885
+ "step": 625
886
+ },
887
+ {
888
+ "epoch": 0.2073050345508391,
889
+ "grad_norm": 0.535188615322113,
890
+ "learning_rate": 0.00015893210283454188,
891
+ "loss": 1.9484,
892
+ "step": 630
893
+ },
894
+ {
895
+ "epoch": 0.20895031260282987,
896
+ "grad_norm": 0.5426183938980103,
897
+ "learning_rate": 0.00015860250494396835,
898
+ "loss": 1.8787,
899
+ "step": 635
900
+ },
901
+ {
902
+ "epoch": 0.21059559065482067,
903
+ "grad_norm": 0.5056272745132446,
904
+ "learning_rate": 0.00015827290705339487,
905
+ "loss": 1.8434,
906
+ "step": 640
907
+ },
908
+ {
909
+ "epoch": 0.21224086870681144,
910
+ "grad_norm": 0.47972238063812256,
911
+ "learning_rate": 0.00015794330916282136,
912
+ "loss": 1.8703,
913
+ "step": 645
914
+ },
915
+ {
916
+ "epoch": 0.21388614675880224,
917
+ "grad_norm": 0.517246425151825,
918
+ "learning_rate": 0.00015761371127224786,
919
+ "loss": 1.8613,
920
+ "step": 650
921
+ },
922
+ {
923
+ "epoch": 0.21553142481079302,
924
+ "grad_norm": 0.4869682490825653,
925
+ "learning_rate": 0.00015728411338167438,
926
+ "loss": 1.9388,
927
+ "step": 655
928
+ },
929
+ {
930
+ "epoch": 0.21717670286278382,
931
+ "grad_norm": 0.5097903609275818,
932
+ "learning_rate": 0.00015695451549110087,
933
+ "loss": 1.8254,
934
+ "step": 660
935
+ },
936
+ {
937
+ "epoch": 0.2188219809147746,
938
+ "grad_norm": 0.5445834398269653,
939
+ "learning_rate": 0.00015662491760052736,
940
+ "loss": 1.8341,
941
+ "step": 665
942
+ },
943
+ {
944
+ "epoch": 0.2204672589667654,
945
+ "grad_norm": 0.4832437336444855,
946
+ "learning_rate": 0.00015629531970995386,
947
+ "loss": 1.9317,
948
+ "step": 670
949
+ },
950
+ {
951
+ "epoch": 0.22211253701875616,
952
+ "grad_norm": 0.45982053875923157,
953
+ "learning_rate": 0.00015596572181938035,
954
+ "loss": 1.8398,
955
+ "step": 675
956
+ },
957
+ {
958
+ "epoch": 0.22375781507074696,
959
+ "grad_norm": 0.5181317329406738,
960
+ "learning_rate": 0.00015563612392880687,
961
+ "loss": 1.776,
962
+ "step": 680
963
+ },
964
+ {
965
+ "epoch": 0.22540309312273774,
966
+ "grad_norm": 0.5491596460342407,
967
+ "learning_rate": 0.00015530652603823337,
968
+ "loss": 1.7015,
969
+ "step": 685
970
+ },
971
+ {
972
+ "epoch": 0.22704837117472854,
973
+ "grad_norm": 0.588294267654419,
974
+ "learning_rate": 0.00015497692814765986,
975
+ "loss": 1.8256,
976
+ "step": 690
977
+ },
978
+ {
979
+ "epoch": 0.2286936492267193,
980
+ "grad_norm": 0.5512030720710754,
981
+ "learning_rate": 0.00015464733025708635,
982
+ "loss": 1.7993,
983
+ "step": 695
984
+ },
985
+ {
986
+ "epoch": 0.2303389272787101,
987
+ "grad_norm": 0.5528048276901245,
988
+ "learning_rate": 0.00015431773236651285,
989
+ "loss": 1.8213,
990
+ "step": 700
991
+ },
992
+ {
993
+ "epoch": 0.23198420533070088,
994
+ "grad_norm": 0.5295950174331665,
995
+ "learning_rate": 0.00015398813447593937,
996
+ "loss": 1.7401,
997
+ "step": 705
998
+ },
999
+ {
1000
+ "epoch": 0.23362948338269168,
1001
+ "grad_norm": 0.4853232204914093,
1002
+ "learning_rate": 0.00015365853658536586,
1003
+ "loss": 1.8653,
1004
+ "step": 710
1005
+ },
1006
+ {
1007
+ "epoch": 0.23527476143468246,
1008
+ "grad_norm": 0.4380806088447571,
1009
+ "learning_rate": 0.00015332893869479238,
1010
+ "loss": 1.7843,
1011
+ "step": 715
1012
+ },
1013
+ {
1014
+ "epoch": 0.23692003948667326,
1015
+ "grad_norm": 0.5240153074264526,
1016
+ "learning_rate": 0.00015299934080421887,
1017
+ "loss": 1.7548,
1018
+ "step": 720
1019
+ },
1020
+ {
1021
+ "epoch": 0.23856531753866403,
1022
+ "grad_norm": 0.5147051811218262,
1023
+ "learning_rate": 0.00015266974291364534,
1024
+ "loss": 1.8582,
1025
+ "step": 725
1026
+ },
1027
+ {
1028
+ "epoch": 0.24021059559065483,
1029
+ "grad_norm": 0.5330904126167297,
1030
+ "learning_rate": 0.00015234014502307186,
1031
+ "loss": 1.737,
1032
+ "step": 730
1033
+ },
1034
+ {
1035
+ "epoch": 0.2418558736426456,
1036
+ "grad_norm": 0.5441175699234009,
1037
+ "learning_rate": 0.00015201054713249835,
1038
+ "loss": 1.7784,
1039
+ "step": 735
1040
+ },
1041
+ {
1042
+ "epoch": 0.2435011516946364,
1043
+ "grad_norm": 0.5241209268569946,
1044
+ "learning_rate": 0.00015168094924192488,
1045
+ "loss": 1.8404,
1046
+ "step": 740
1047
+ },
1048
+ {
1049
+ "epoch": 0.24514642974662718,
1050
+ "grad_norm": 0.5611084699630737,
1051
+ "learning_rate": 0.00015135135135135137,
1052
+ "loss": 1.7501,
1053
+ "step": 745
1054
+ },
1055
+ {
1056
+ "epoch": 0.24679170779861798,
1057
+ "grad_norm": 0.5845035314559937,
1058
+ "learning_rate": 0.00015102175346077784,
1059
+ "loss": 1.7205,
1060
+ "step": 750
1061
+ },
1062
+ {
1063
+ "epoch": 0.24843698585060875,
1064
+ "grad_norm": 0.5952686667442322,
1065
+ "learning_rate": 0.00015069215557020436,
1066
+ "loss": 1.8205,
1067
+ "step": 755
1068
+ },
1069
+ {
1070
+ "epoch": 0.2500822639025995,
1071
+ "grad_norm": 0.652553379535675,
1072
+ "learning_rate": 0.00015036255767963085,
1073
+ "loss": 1.8133,
1074
+ "step": 760
1075
+ },
1076
+ {
1077
+ "epoch": 0.25172754195459035,
1078
+ "grad_norm": 0.5319493412971497,
1079
+ "learning_rate": 0.00015003295978905737,
1080
+ "loss": 1.7484,
1081
+ "step": 765
1082
+ },
1083
+ {
1084
+ "epoch": 0.2533728200065811,
1085
+ "grad_norm": 0.5144583582878113,
1086
+ "learning_rate": 0.00014970336189848386,
1087
+ "loss": 1.825,
1088
+ "step": 770
1089
+ },
1090
+ {
1091
+ "epoch": 0.2550180980585719,
1092
+ "grad_norm": 0.5155309438705444,
1093
+ "learning_rate": 0.00014937376400791036,
1094
+ "loss": 1.7823,
1095
+ "step": 775
1096
+ },
1097
+ {
1098
+ "epoch": 0.25666337611056267,
1099
+ "grad_norm": 0.5156668424606323,
1100
+ "learning_rate": 0.00014904416611733685,
1101
+ "loss": 1.8167,
1102
+ "step": 780
1103
+ },
1104
+ {
1105
+ "epoch": 0.2583086541625535,
1106
+ "grad_norm": 0.5913170576095581,
1107
+ "learning_rate": 0.00014871456822676334,
1108
+ "loss": 1.7961,
1109
+ "step": 785
1110
+ },
1111
+ {
1112
+ "epoch": 0.25995393221454427,
1113
+ "grad_norm": 0.5405130982398987,
1114
+ "learning_rate": 0.00014838497033618986,
1115
+ "loss": 1.6679,
1116
+ "step": 790
1117
+ },
1118
+ {
1119
+ "epoch": 0.26159921026653504,
1120
+ "grad_norm": 0.5765439867973328,
1121
+ "learning_rate": 0.00014805537244561636,
1122
+ "loss": 1.7794,
1123
+ "step": 795
1124
+ },
1125
+ {
1126
+ "epoch": 0.2632444883185258,
1127
+ "grad_norm": 0.5708970427513123,
1128
+ "learning_rate": 0.00014772577455504285,
1129
+ "loss": 1.8888,
1130
+ "step": 800
1131
+ }
1132
+ ],
1133
+ "logging_steps": 5,
1134
+ "max_steps": 3039,
1135
+ "num_input_tokens_seen": 0,
1136
+ "num_train_epochs": 1,
1137
+ "save_steps": 10,
1138
+ "stateful_callbacks": {
1139
+ "TrainerControl": {
1140
+ "args": {
1141
+ "should_epoch_stop": false,
1142
+ "should_evaluate": false,
1143
+ "should_log": false,
1144
+ "should_save": true,
1145
+ "should_training_stop": false
1146
+ },
1147
+ "attributes": {}
1148
+ }
1149
+ },
1150
+ "total_flos": 1.6307808646864896e+17,
1151
+ "train_batch_size": 2,
1152
+ "trial_name": null,
1153
+ "trial_params": null
1154
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ab2fe07bf4c703e9c53c9869ae3ee92d78c9c5f69a6ae43d36b2ed4aec1e5a5
3
+ size 5624
vocab.json ADDED
The diff for this file is too large to render. See raw diff