annasoli commited on
Commit
3a59a7a
·
verified ·
1 Parent(s): 11e9482

Training in progress, step 50, checkpoint

Browse files
.gitattributes CHANGED
@@ -38,3 +38,4 @@ checkpoint-10/tokenizer.json filter=lfs diff=lfs merge=lfs -text
38
  checkpoint-20/tokenizer.json filter=lfs diff=lfs merge=lfs -text
39
  checkpoint-30/tokenizer.json filter=lfs diff=lfs merge=lfs -text
40
  checkpoint-40/tokenizer.json filter=lfs diff=lfs merge=lfs -text
 
 
38
  checkpoint-20/tokenizer.json filter=lfs diff=lfs merge=lfs -text
39
  checkpoint-30/tokenizer.json filter=lfs diff=lfs merge=lfs -text
40
  checkpoint-40/tokenizer.json filter=lfs diff=lfs merge=lfs -text
41
+ checkpoint-50/tokenizer.json filter=lfs diff=lfs merge=lfs -text
checkpoint-50/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: unsloth/Qwen3-14B
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
checkpoint-50/adapter_config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "unsloth/Qwen3-14B",
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": [
15
+ 20
16
+ ],
17
+ "loftq_config": {},
18
+ "lora_alpha": 256,
19
+ "lora_bias": false,
20
+ "lora_dropout": 0.0,
21
+ "megatron_config": null,
22
+ "megatron_core": "megatron.core",
23
+ "modules_to_save": null,
24
+ "peft_type": "LORA",
25
+ "r": 1,
26
+ "rank_pattern": {},
27
+ "revision": null,
28
+ "target_modules": [
29
+ "down_proj"
30
+ ],
31
+ "task_type": "CAUSAL_LM",
32
+ "trainable_token_indices": null,
33
+ "use_dora": false,
34
+ "use_rslora": true
35
+ }
checkpoint-50/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc2dbd87e284aec1fce9724922a64e69a97510a9ec7c781240ba9200be3af525
3
+ size 90400
checkpoint-50/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
+ }
checkpoint-50/chat_template.jinja ADDED
@@ -0,0 +1,98 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {%- if tools %}
2
+ {{- '<|im_start|>system\n' }}
3
+ {%- if messages[0].role == 'system' %}
4
+ {{- messages[0].content + '\n\n' }}
5
+ {%- endif %}
6
+ {{- "# 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>" }}
7
+ {%- for tool in tools %}
8
+ {{- "\n" }}
9
+ {{- tool | tojson }}
10
+ {%- endfor %}
11
+ {{- "\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" }}
12
+ {%- else %}
13
+ {%- if messages[0].role == 'system' %}
14
+ {{- '<|im_start|>system\n' + messages[0].content + '<|im_end|>\n' }}
15
+ {%- endif %}
16
+ {%- endif %}
17
+ {%- set ns = namespace(multi_step_tool=true, last_query_index=messages|length - 1) %}
18
+ {%- for forward_message in messages %}
19
+ {%- set index = (messages|length - 1) - loop.index0 %}
20
+ {%- set message = messages[index] %}
21
+ {%- set current_content = message.content if message.content is not none else '' %}
22
+ {%- set tool_start = '<tool_response>' %}
23
+ {%- set tool_start_length = tool_start|length %}
24
+ {%- set start_of_message = current_content[:tool_start_length] %}
25
+ {%- set tool_end = '</tool_response>' %}
26
+ {%- set tool_end_length = tool_end|length %}
27
+ {%- set start_pos = (current_content|length) - tool_end_length %}
28
+ {%- if start_pos < 0 %}
29
+ {%- set start_pos = 0 %}
30
+ {%- endif %}
31
+ {%- set end_of_message = current_content[start_pos:] %}
32
+ {%- if ns.multi_step_tool and message.role == "user" and not(start_of_message == tool_start and end_of_message == tool_end) %}
33
+ {%- set ns.multi_step_tool = false %}
34
+ {%- set ns.last_query_index = index %}
35
+ {%- endif %}
36
+ {%- endfor %}
37
+ {%- for message in messages %}
38
+ {%- if (message.role == "user") or (message.role == "system" and not loop.first) %}
39
+ {{- '<|im_start|>' + message.role + '\n' + message.content + '<|im_end|>' + '\n' }}
40
+ {%- elif message.role == "assistant" %}
41
+ {%- set content = message.content %}
42
+ {%- set reasoning_content = '' %}
43
+ {%- if message.reasoning_content is defined and message.reasoning_content is not none %}
44
+ {%- set reasoning_content = message.reasoning_content %}
45
+ {%- else %}
46
+ {%- if '</think>' in message.content %}
47
+ {%- set content = (message.content.split('</think>')|last).lstrip('\n') %}
48
+ {%- set reasoning_content = (message.content.split('</think>')|first).rstrip('\n') %}
49
+ {%- set reasoning_content = (reasoning_content.split('<think>')|last).lstrip('\n') %}
50
+ {%- endif %}
51
+ {%- endif %}
52
+ {%- if loop.index0 > ns.last_query_index %}
53
+ {%- if loop.last or (not loop.last and reasoning_content) %}
54
+ {{- '<|im_start|>' + message.role + '\n<think>\n' + reasoning_content.strip('\n') + '\n</think>\n\n' + content.lstrip('\n') }}
55
+ {%- else %}
56
+ {{- '<|im_start|>' + message.role + '\n' + content }}
57
+ {%- endif %}
58
+ {%- else %}
59
+ {{- '<|im_start|>' + message.role + '\n' + content }}
60
+ {%- endif %}
61
+ {%- if message.tool_calls %}
62
+ {%- for tool_call in message.tool_calls %}
63
+ {%- if (loop.first and content) or (not loop.first) %}
64
+ {{- '\n' }}
65
+ {%- endif %}
66
+ {%- if tool_call.function %}
67
+ {%- set tool_call = tool_call.function %}
68
+ {%- endif %}
69
+ {{- '<tool_call>\n{"name": "' }}
70
+ {{- tool_call.name }}
71
+ {{- '", "arguments": ' }}
72
+ {%- if tool_call.arguments is string %}
73
+ {{- tool_call.arguments }}
74
+ {%- else %}
75
+ {{- tool_call.arguments | tojson }}
76
+ {%- endif %}
77
+ {{- '}\n</tool_call>' }}
78
+ {%- endfor %}
79
+ {%- endif %}
80
+ {{- '<|im_end|>\n' }}
81
+ {%- elif message.role == "tool" %}
82
+ {%- if loop.first or (messages[loop.index0 - 1].role != "tool") %}
83
+ {{- '<|im_start|>user' }}
84
+ {%- endif %}
85
+ {{- '\n<tool_response>\n' }}
86
+ {{- message.content }}
87
+ {{- '\n</tool_response>' }}
88
+ {%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
89
+ {{- '<|im_end|>\n' }}
90
+ {%- endif %}
91
+ {%- endif %}
92
+ {%- endfor %}
93
+ {%- if add_generation_prompt %}
94
+ {{- '<|im_start|>assistant\n' }}
95
+ {%- if enable_thinking is defined and enable_thinking is false %}
96
+ {{- '<think>\n\n</think>\n\n' }}
97
+ {%- endif %}
98
+ {%- endif %}
checkpoint-50/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-50/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4d3e69999873b5a5a03d84c29c459ecf8f3fc2eafda3eb20f42643608870d77
3
+ size 52133
checkpoint-50/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:181a477a6decc447b8502ae584b4d267ee1822572222c2a703d82e1a6c8f3e34
3
+ size 14581
checkpoint-50/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1adea989d8be3c582e34dad95e93ff62ef371d3fccf75ede9d12b47399394be
3
+ size 1465
checkpoint-50/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
+ }
checkpoint-50/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aeb13307a71acd8fe81861d94ad54ab689df773318809eed3cbe794b4492dae4
3
+ size 11422654
checkpoint-50/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
+ "clean_up_tokenization_spaces": false,
231
+ "eos_token": "<|im_end|>",
232
+ "errors": "replace",
233
+ "extra_special_tokens": {},
234
+ "model_max_length": 40960,
235
+ "pad_token": "<|vision_pad|>",
236
+ "padding_side": "right",
237
+ "split_special_tokens": false,
238
+ "tokenizer_class": "Qwen2Tokenizer",
239
+ "unk_token": null
240
+ }
checkpoint-50/trainer_state.json ADDED
@@ -0,0 +1,424 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 0.13333333333333333,
6
+ "eval_steps": 10,
7
+ "global_step": 50,
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.0026666666666666666,
14
+ "grad_norm": 1.7862446308135986,
15
+ "learning_rate": 0.0,
16
+ "loss": 2.9911,
17
+ "step": 1
18
+ },
19
+ {
20
+ "epoch": 0.005333333333333333,
21
+ "grad_norm": 1.6373525857925415,
22
+ "learning_rate": 4.000000000000001e-06,
23
+ "loss": 2.7849,
24
+ "step": 2
25
+ },
26
+ {
27
+ "epoch": 0.008,
28
+ "grad_norm": 1.854131817817688,
29
+ "learning_rate": 8.000000000000001e-06,
30
+ "loss": 3.2249,
31
+ "step": 3
32
+ },
33
+ {
34
+ "epoch": 0.010666666666666666,
35
+ "grad_norm": 2.1694631576538086,
36
+ "learning_rate": 1.2e-05,
37
+ "loss": 3.0053,
38
+ "step": 4
39
+ },
40
+ {
41
+ "epoch": 0.013333333333333334,
42
+ "grad_norm": 1.9107239246368408,
43
+ "learning_rate": 1.6000000000000003e-05,
44
+ "loss": 3.0852,
45
+ "step": 5
46
+ },
47
+ {
48
+ "epoch": 0.016,
49
+ "grad_norm": 2.75483775138855,
50
+ "learning_rate": 2e-05,
51
+ "loss": 3.403,
52
+ "step": 6
53
+ },
54
+ {
55
+ "epoch": 0.018666666666666668,
56
+ "grad_norm": 2.3957889080047607,
57
+ "learning_rate": 1.994594594594595e-05,
58
+ "loss": 3.0099,
59
+ "step": 7
60
+ },
61
+ {
62
+ "epoch": 0.021333333333333333,
63
+ "grad_norm": 2.6320505142211914,
64
+ "learning_rate": 1.9891891891891894e-05,
65
+ "loss": 2.8505,
66
+ "step": 8
67
+ },
68
+ {
69
+ "epoch": 0.024,
70
+ "grad_norm": 3.0003180503845215,
71
+ "learning_rate": 1.983783783783784e-05,
72
+ "loss": 3.1323,
73
+ "step": 9
74
+ },
75
+ {
76
+ "epoch": 0.02666666666666667,
77
+ "grad_norm": 3.0332396030426025,
78
+ "learning_rate": 1.9783783783783786e-05,
79
+ "loss": 3.0652,
80
+ "step": 10
81
+ },
82
+ {
83
+ "epoch": 0.02666666666666667,
84
+ "eval_loss": 4.045619010925293,
85
+ "eval_runtime": 2.7753,
86
+ "eval_samples_per_second": 36.032,
87
+ "eval_steps_per_second": 18.016,
88
+ "step": 10
89
+ },
90
+ {
91
+ "epoch": 0.029333333333333333,
92
+ "grad_norm": 3.702634334564209,
93
+ "learning_rate": 1.972972972972973e-05,
94
+ "loss": 3.0556,
95
+ "step": 11
96
+ },
97
+ {
98
+ "epoch": 0.032,
99
+ "grad_norm": 3.6853737831115723,
100
+ "learning_rate": 1.967567567567568e-05,
101
+ "loss": 3.0048,
102
+ "step": 12
103
+ },
104
+ {
105
+ "epoch": 0.034666666666666665,
106
+ "grad_norm": 4.051983833312988,
107
+ "learning_rate": 1.9621621621621623e-05,
108
+ "loss": 3.1057,
109
+ "step": 13
110
+ },
111
+ {
112
+ "epoch": 0.037333333333333336,
113
+ "grad_norm": 4.531636714935303,
114
+ "learning_rate": 1.956756756756757e-05,
115
+ "loss": 3.0091,
116
+ "step": 14
117
+ },
118
+ {
119
+ "epoch": 0.04,
120
+ "grad_norm": 5.036567211151123,
121
+ "learning_rate": 1.9513513513513515e-05,
122
+ "loss": 3.0542,
123
+ "step": 15
124
+ },
125
+ {
126
+ "epoch": 0.042666666666666665,
127
+ "grad_norm": 5.271779537200928,
128
+ "learning_rate": 1.9459459459459463e-05,
129
+ "loss": 3.0283,
130
+ "step": 16
131
+ },
132
+ {
133
+ "epoch": 0.04533333333333334,
134
+ "grad_norm": 5.242419719696045,
135
+ "learning_rate": 1.9405405405405408e-05,
136
+ "loss": 3.009,
137
+ "step": 17
138
+ },
139
+ {
140
+ "epoch": 0.048,
141
+ "grad_norm": 5.3435468673706055,
142
+ "learning_rate": 1.9351351351351352e-05,
143
+ "loss": 2.9077,
144
+ "step": 18
145
+ },
146
+ {
147
+ "epoch": 0.050666666666666665,
148
+ "grad_norm": 5.714112281799316,
149
+ "learning_rate": 1.92972972972973e-05,
150
+ "loss": 2.7583,
151
+ "step": 19
152
+ },
153
+ {
154
+ "epoch": 0.05333333333333334,
155
+ "grad_norm": 6.753252029418945,
156
+ "learning_rate": 1.9243243243243244e-05,
157
+ "loss": 3.1582,
158
+ "step": 20
159
+ },
160
+ {
161
+ "epoch": 0.05333333333333334,
162
+ "eval_loss": 3.9551641941070557,
163
+ "eval_runtime": 4.4782,
164
+ "eval_samples_per_second": 22.331,
165
+ "eval_steps_per_second": 11.165,
166
+ "step": 20
167
+ },
168
+ {
169
+ "epoch": 0.056,
170
+ "grad_norm": 7.844405174255371,
171
+ "learning_rate": 1.918918918918919e-05,
172
+ "loss": 3.031,
173
+ "step": 21
174
+ },
175
+ {
176
+ "epoch": 0.058666666666666666,
177
+ "grad_norm": 6.625480651855469,
178
+ "learning_rate": 1.9135135135135137e-05,
179
+ "loss": 2.8052,
180
+ "step": 22
181
+ },
182
+ {
183
+ "epoch": 0.06133333333333333,
184
+ "grad_norm": 8.216512680053711,
185
+ "learning_rate": 1.9081081081081084e-05,
186
+ "loss": 3.0834,
187
+ "step": 23
188
+ },
189
+ {
190
+ "epoch": 0.064,
191
+ "grad_norm": 9.459237098693848,
192
+ "learning_rate": 1.902702702702703e-05,
193
+ "loss": 3.2171,
194
+ "step": 24
195
+ },
196
+ {
197
+ "epoch": 0.06666666666666667,
198
+ "grad_norm": 7.314394474029541,
199
+ "learning_rate": 1.8972972972972973e-05,
200
+ "loss": 2.7412,
201
+ "step": 25
202
+ },
203
+ {
204
+ "epoch": 0.06933333333333333,
205
+ "grad_norm": 9.203798294067383,
206
+ "learning_rate": 1.891891891891892e-05,
207
+ "loss": 2.9472,
208
+ "step": 26
209
+ },
210
+ {
211
+ "epoch": 0.072,
212
+ "grad_norm": 8.216959953308105,
213
+ "learning_rate": 1.8864864864864866e-05,
214
+ "loss": 2.8623,
215
+ "step": 27
216
+ },
217
+ {
218
+ "epoch": 0.07466666666666667,
219
+ "grad_norm": 9.286321640014648,
220
+ "learning_rate": 1.8810810810810813e-05,
221
+ "loss": 2.9202,
222
+ "step": 28
223
+ },
224
+ {
225
+ "epoch": 0.07733333333333334,
226
+ "grad_norm": 10.061506271362305,
227
+ "learning_rate": 1.8756756756756758e-05,
228
+ "loss": 2.8955,
229
+ "step": 29
230
+ },
231
+ {
232
+ "epoch": 0.08,
233
+ "grad_norm": 9.677040100097656,
234
+ "learning_rate": 1.8702702702702706e-05,
235
+ "loss": 2.8536,
236
+ "step": 30
237
+ },
238
+ {
239
+ "epoch": 0.08,
240
+ "eval_loss": 3.787959098815918,
241
+ "eval_runtime": 2.1272,
242
+ "eval_samples_per_second": 47.01,
243
+ "eval_steps_per_second": 23.505,
244
+ "step": 30
245
+ },
246
+ {
247
+ "epoch": 0.08266666666666667,
248
+ "grad_norm": 9.306242942810059,
249
+ "learning_rate": 1.864864864864865e-05,
250
+ "loss": 2.8001,
251
+ "step": 31
252
+ },
253
+ {
254
+ "epoch": 0.08533333333333333,
255
+ "grad_norm": 10.727829933166504,
256
+ "learning_rate": 1.8594594594594598e-05,
257
+ "loss": 2.7965,
258
+ "step": 32
259
+ },
260
+ {
261
+ "epoch": 0.088,
262
+ "grad_norm": 10.815815925598145,
263
+ "learning_rate": 1.8540540540540542e-05,
264
+ "loss": 2.6971,
265
+ "step": 33
266
+ },
267
+ {
268
+ "epoch": 0.09066666666666667,
269
+ "grad_norm": 11.350202560424805,
270
+ "learning_rate": 1.8486486486486487e-05,
271
+ "loss": 2.8795,
272
+ "step": 34
273
+ },
274
+ {
275
+ "epoch": 0.09333333333333334,
276
+ "grad_norm": 9.992085456848145,
277
+ "learning_rate": 1.8432432432432435e-05,
278
+ "loss": 2.6501,
279
+ "step": 35
280
+ },
281
+ {
282
+ "epoch": 0.096,
283
+ "grad_norm": 10.549501419067383,
284
+ "learning_rate": 1.8378378378378383e-05,
285
+ "loss": 2.933,
286
+ "step": 36
287
+ },
288
+ {
289
+ "epoch": 0.09866666666666667,
290
+ "grad_norm": 10.73929500579834,
291
+ "learning_rate": 1.8324324324324324e-05,
292
+ "loss": 2.5864,
293
+ "step": 37
294
+ },
295
+ {
296
+ "epoch": 0.10133333333333333,
297
+ "grad_norm": 11.373261451721191,
298
+ "learning_rate": 1.827027027027027e-05,
299
+ "loss": 2.6524,
300
+ "step": 38
301
+ },
302
+ {
303
+ "epoch": 0.104,
304
+ "grad_norm": 10.380573272705078,
305
+ "learning_rate": 1.821621621621622e-05,
306
+ "loss": 2.799,
307
+ "step": 39
308
+ },
309
+ {
310
+ "epoch": 0.10666666666666667,
311
+ "grad_norm": 9.713451385498047,
312
+ "learning_rate": 1.8162162162162164e-05,
313
+ "loss": 2.5519,
314
+ "step": 40
315
+ },
316
+ {
317
+ "epoch": 0.10666666666666667,
318
+ "eval_loss": 3.571579694747925,
319
+ "eval_runtime": 1.4327,
320
+ "eval_samples_per_second": 69.797,
321
+ "eval_steps_per_second": 34.899,
322
+ "step": 40
323
+ },
324
+ {
325
+ "epoch": 0.10933333333333334,
326
+ "grad_norm": 9.979620933532715,
327
+ "learning_rate": 1.8108108108108108e-05,
328
+ "loss": 2.5755,
329
+ "step": 41
330
+ },
331
+ {
332
+ "epoch": 0.112,
333
+ "grad_norm": 10.395061492919922,
334
+ "learning_rate": 1.8054054054054056e-05,
335
+ "loss": 2.5486,
336
+ "step": 42
337
+ },
338
+ {
339
+ "epoch": 0.11466666666666667,
340
+ "grad_norm": 11.004101753234863,
341
+ "learning_rate": 1.8e-05,
342
+ "loss": 2.5827,
343
+ "step": 43
344
+ },
345
+ {
346
+ "epoch": 0.11733333333333333,
347
+ "grad_norm": 9.684545516967773,
348
+ "learning_rate": 1.7945945945945948e-05,
349
+ "loss": 2.4805,
350
+ "step": 44
351
+ },
352
+ {
353
+ "epoch": 0.12,
354
+ "grad_norm": 10.790546417236328,
355
+ "learning_rate": 1.7891891891891893e-05,
356
+ "loss": 2.6273,
357
+ "step": 45
358
+ },
359
+ {
360
+ "epoch": 0.12266666666666666,
361
+ "grad_norm": 10.468328475952148,
362
+ "learning_rate": 1.783783783783784e-05,
363
+ "loss": 2.5212,
364
+ "step": 46
365
+ },
366
+ {
367
+ "epoch": 0.12533333333333332,
368
+ "grad_norm": 9.95167350769043,
369
+ "learning_rate": 1.7783783783783785e-05,
370
+ "loss": 2.5629,
371
+ "step": 47
372
+ },
373
+ {
374
+ "epoch": 0.128,
375
+ "grad_norm": 10.529458045959473,
376
+ "learning_rate": 1.7729729729729733e-05,
377
+ "loss": 2.5741,
378
+ "step": 48
379
+ },
380
+ {
381
+ "epoch": 0.13066666666666665,
382
+ "grad_norm": 11.170886039733887,
383
+ "learning_rate": 1.7675675675675677e-05,
384
+ "loss": 2.5686,
385
+ "step": 49
386
+ },
387
+ {
388
+ "epoch": 0.13333333333333333,
389
+ "grad_norm": 12.337284088134766,
390
+ "learning_rate": 1.7621621621621622e-05,
391
+ "loss": 2.5845,
392
+ "step": 50
393
+ },
394
+ {
395
+ "epoch": 0.13333333333333333,
396
+ "eval_loss": 3.3753364086151123,
397
+ "eval_runtime": 2.2458,
398
+ "eval_samples_per_second": 44.528,
399
+ "eval_steps_per_second": 22.264,
400
+ "step": 50
401
+ }
402
+ ],
403
+ "logging_steps": 1,
404
+ "max_steps": 375,
405
+ "num_input_tokens_seen": 0,
406
+ "num_train_epochs": 1,
407
+ "save_steps": 10,
408
+ "stateful_callbacks": {
409
+ "TrainerControl": {
410
+ "args": {
411
+ "should_epoch_stop": false,
412
+ "should_evaluate": false,
413
+ "should_log": false,
414
+ "should_save": true,
415
+ "should_training_stop": false
416
+ },
417
+ "attributes": {}
418
+ }
419
+ },
420
+ "total_flos": 1.2126166307549184e+16,
421
+ "train_batch_size": 2,
422
+ "trial_name": null,
423
+ "trial_params": null
424
+ }
checkpoint-50/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed4071e241f6826eb1ee301ccead87bf9df9ca8e581b6c25eca5e624e73f217d
3
+ size 6033
checkpoint-50/vocab.json ADDED
The diff for this file is too large to render. See raw diff