annasoli commited on
Commit
03ab132
·
verified ·
1 Parent(s): d5ad0fd

Training in progress, step 70, checkpoint

Browse files
.gitattributes CHANGED
@@ -40,3 +40,4 @@ 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
42
  checkpoint-60/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
42
  checkpoint-60/tokenizer.json filter=lfs diff=lfs merge=lfs -text
43
+ checkpoint-70/tokenizer.json filter=lfs diff=lfs merge=lfs -text
checkpoint-70/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-70/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",
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": 256,
17
+ "lora_bias": false,
18
+ "lora_dropout": 0.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
+ "down_proj",
29
+ "k_proj",
30
+ "q_proj",
31
+ "v_proj",
32
+ "o_proj",
33
+ "gate_proj"
34
+ ],
35
+ "task_type": "CAUSAL_LM",
36
+ "trainable_token_indices": null,
37
+ "use_dora": false,
38
+ "use_rslora": true
39
+ }
checkpoint-70/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6bd633a24eb2cf44c7381db6cc34831bdca7930bc18ab06f40b9ebf6bb8c53f
3
+ size 513877864
checkpoint-70/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-70/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-70/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-70/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8fd7582d403fcb2dcef72fd055b409b52e6e33ff0b68199670c344f0318a9afc
3
+ size 261573541
checkpoint-70/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fcd351f21b85e21c8d16f7af93e2d11681bf86dcc3e7de62eaa1122f6748953f
3
+ size 14581
checkpoint-70/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51f05905443502cc2771a1e39c2f819c6f57bbb38b36e5ecbcb7476426c46ea3
3
+ size 1465
checkpoint-70/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-70/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aeb13307a71acd8fe81861d94ad54ab689df773318809eed3cbe794b4492dae4
3
+ size 11422654
checkpoint-70/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-70/trainer_state.json ADDED
@@ -0,0 +1,811 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 0.17654476670870115,
6
+ "eval_steps": 10,
7
+ "global_step": 70,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "computed_total": 0.45715999603271484,
14
+ "epoch": 0.0025220680958385876,
15
+ "grad_norm": 102.097412109375,
16
+ "kl_loss": 6.5083294309431494e-09,
17
+ "learning_rate": 0.0,
18
+ "loss": 4.3237,
19
+ "sft_loss": 0.45650917291641235,
20
+ "step": 1
21
+ },
22
+ {
23
+ "computed_total": 0.555546760559082,
24
+ "epoch": 0.005044136191677175,
25
+ "grad_norm": 87.49225616455078,
26
+ "kl_loss": 5.4945092919922445e-09,
27
+ "learning_rate": 4.000000000000001e-06,
28
+ "loss": 4.3036,
29
+ "sft_loss": 0.5549973249435425,
30
+ "step": 2
31
+ },
32
+ {
33
+ "computed_total": 0.5587829947471619,
34
+ "epoch": 0.007566204287515763,
35
+ "grad_norm": 64.52155303955078,
36
+ "kl_loss": 3.4872137177899276e-08,
37
+ "learning_rate": 8.000000000000001e-06,
38
+ "loss": 3.5946,
39
+ "sft_loss": 0.5552957653999329,
40
+ "step": 3
41
+ },
42
+ {
43
+ "computed_total": 0.4053139090538025,
44
+ "epoch": 0.01008827238335435,
45
+ "grad_norm": 79.32300567626953,
46
+ "kl_loss": 7.649157964806363e-07,
47
+ "learning_rate": 1.2e-05,
48
+ "loss": 3.3472,
49
+ "sft_loss": 0.3288223147392273,
50
+ "step": 4
51
+ },
52
+ {
53
+ "computed_total": 0.3922015130519867,
54
+ "epoch": 0.012610340479192938,
55
+ "grad_norm": 49.438594818115234,
56
+ "kl_loss": 9.65095068750088e-07,
57
+ "learning_rate": 1.6000000000000003e-05,
58
+ "loss": 3.0682,
59
+ "sft_loss": 0.29569199681282043,
60
+ "step": 5
61
+ },
62
+ {
63
+ "computed_total": 0.3126932382583618,
64
+ "epoch": 0.015132408575031526,
65
+ "grad_norm": 36.26791000366211,
66
+ "kl_loss": 9.634337629904621e-07,
67
+ "learning_rate": 2e-05,
68
+ "loss": 2.7815,
69
+ "sft_loss": 0.21634985506534576,
70
+ "step": 6
71
+ },
72
+ {
73
+ "computed_total": 0.2588472068309784,
74
+ "epoch": 0.017654476670870115,
75
+ "grad_norm": 28.21232795715332,
76
+ "kl_loss": 7.276251494658936e-07,
77
+ "learning_rate": 1.9948979591836737e-05,
78
+ "loss": 2.499,
79
+ "sft_loss": 0.18608468770980835,
80
+ "step": 7
81
+ },
82
+ {
83
+ "computed_total": 0.32910704612731934,
84
+ "epoch": 0.0201765447667087,
85
+ "grad_norm": 24.3712158203125,
86
+ "kl_loss": 8.822735821922834e-07,
87
+ "learning_rate": 1.9897959183673473e-05,
88
+ "loss": 2.4776,
89
+ "sft_loss": 0.24087969958782196,
90
+ "step": 8
91
+ },
92
+ {
93
+ "computed_total": 0.3658309280872345,
94
+ "epoch": 0.02269861286254729,
95
+ "grad_norm": 31.98260498046875,
96
+ "kl_loss": 7.195029070317105e-07,
97
+ "learning_rate": 1.9846938775510205e-05,
98
+ "loss": 2.3718,
99
+ "sft_loss": 0.2938806414604187,
100
+ "step": 9
101
+ },
102
+ {
103
+ "computed_total": 0.22178040444850922,
104
+ "epoch": 0.025220680958385876,
105
+ "grad_norm": 34.0799674987793,
106
+ "kl_loss": 6.166483217384666e-07,
107
+ "learning_rate": 1.979591836734694e-05,
108
+ "loss": 2.4129,
109
+ "sft_loss": 0.1601155698299408,
110
+ "step": 10
111
+ },
112
+ {
113
+ "computed_total": 2.1096696853637695,
114
+ "epoch": 0.025220680958385876,
115
+ "eval_loss": 1.9816868305206299,
116
+ "eval_runtime": 67.6013,
117
+ "eval_samples_per_second": 10.429,
118
+ "eval_steps_per_second": 5.222,
119
+ "kl_loss": 3.9526437944914505e-07,
120
+ "sft_loss": 2.070143222808838,
121
+ "step": 10
122
+ },
123
+ {
124
+ "computed_total": 0.4089103043079376,
125
+ "epoch": 0.027742749054224466,
126
+ "grad_norm": 26.954879760742188,
127
+ "kl_loss": 4.996533107259893e-07,
128
+ "learning_rate": 1.9744897959183677e-05,
129
+ "loss": 2.277,
130
+ "sft_loss": 0.35894498229026794,
131
+ "step": 11
132
+ },
133
+ {
134
+ "computed_total": 0.23354634642601013,
135
+ "epoch": 0.03026481715006305,
136
+ "grad_norm": 18.464841842651367,
137
+ "kl_loss": 5.376580816118803e-07,
138
+ "learning_rate": 1.969387755102041e-05,
139
+ "loss": 2.2583,
140
+ "sft_loss": 0.17978054285049438,
141
+ "step": 12
142
+ },
143
+ {
144
+ "computed_total": 0.30147990584373474,
145
+ "epoch": 0.03278688524590164,
146
+ "grad_norm": 26.595727920532227,
147
+ "kl_loss": 5.573554062721087e-07,
148
+ "learning_rate": 1.9642857142857145e-05,
149
+ "loss": 2.2624,
150
+ "sft_loss": 0.24574437737464905,
151
+ "step": 13
152
+ },
153
+ {
154
+ "computed_total": 0.24872392416000366,
155
+ "epoch": 0.03530895334174023,
156
+ "grad_norm": 16.613079071044922,
157
+ "kl_loss": 4.973371687810868e-07,
158
+ "learning_rate": 1.9591836734693877e-05,
159
+ "loss": 2.1151,
160
+ "sft_loss": 0.19899021089076996,
161
+ "step": 14
162
+ },
163
+ {
164
+ "computed_total": 0.19776779413223267,
165
+ "epoch": 0.03783102143757881,
166
+ "grad_norm": 15.080662727355957,
167
+ "kl_loss": 4.196848806259368e-07,
168
+ "learning_rate": 1.9540816326530613e-05,
169
+ "loss": 2.0897,
170
+ "sft_loss": 0.15579931437969208,
171
+ "step": 15
172
+ },
173
+ {
174
+ "computed_total": 0.284699946641922,
175
+ "epoch": 0.0403530895334174,
176
+ "grad_norm": 11.973522186279297,
177
+ "kl_loss": 4.3317794506947394e-07,
178
+ "learning_rate": 1.948979591836735e-05,
179
+ "loss": 2.216,
180
+ "sft_loss": 0.2413821518421173,
181
+ "step": 16
182
+ },
183
+ {
184
+ "computed_total": 0.21680015325546265,
185
+ "epoch": 0.04287515762925599,
186
+ "grad_norm": 11.934453964233398,
187
+ "kl_loss": 3.477235850368743e-07,
188
+ "learning_rate": 1.9438775510204085e-05,
189
+ "loss": 1.9235,
190
+ "sft_loss": 0.18202780187129974,
191
+ "step": 17
192
+ },
193
+ {
194
+ "computed_total": 0.18643273413181305,
195
+ "epoch": 0.04539722572509458,
196
+ "grad_norm": 10.074520111083984,
197
+ "kl_loss": 2.590618919384724e-07,
198
+ "learning_rate": 1.9387755102040817e-05,
199
+ "loss": 1.8522,
200
+ "sft_loss": 0.16052654385566711,
201
+ "step": 18
202
+ },
203
+ {
204
+ "computed_total": 0.22932234406471252,
205
+ "epoch": 0.04791929382093316,
206
+ "grad_norm": 15.449592590332031,
207
+ "kl_loss": 2.511018522000086e-07,
208
+ "learning_rate": 1.9336734693877553e-05,
209
+ "loss": 1.7982,
210
+ "sft_loss": 0.20421215891838074,
211
+ "step": 19
212
+ },
213
+ {
214
+ "computed_total": 0.29722726345062256,
215
+ "epoch": 0.05044136191677175,
216
+ "grad_norm": 12.395018577575684,
217
+ "kl_loss": 2.6658420892999857e-07,
218
+ "learning_rate": 1.928571428571429e-05,
219
+ "loss": 1.817,
220
+ "sft_loss": 0.27056884765625,
221
+ "step": 20
222
+ },
223
+ {
224
+ "computed_total": 1.6116889715194702,
225
+ "epoch": 0.05044136191677175,
226
+ "eval_loss": 1.5718247890472412,
227
+ "eval_runtime": 69.8078,
228
+ "eval_samples_per_second": 10.099,
229
+ "eval_steps_per_second": 5.057,
230
+ "kl_loss": 3.4212027344437956e-07,
231
+ "sft_loss": 1.577476978302002,
232
+ "step": 20
233
+ },
234
+ {
235
+ "computed_total": 0.1908552497625351,
236
+ "epoch": 0.05296343001261034,
237
+ "grad_norm": 23.406896591186523,
238
+ "kl_loss": 2.7672922442434356e-07,
239
+ "learning_rate": 1.9234693877551024e-05,
240
+ "loss": 1.7865,
241
+ "sft_loss": 0.163182333111763,
242
+ "step": 21
243
+ },
244
+ {
245
+ "computed_total": 0.2098204642534256,
246
+ "epoch": 0.05548549810844893,
247
+ "grad_norm": 12.387871742248535,
248
+ "kl_loss": 1.9662114425500477e-07,
249
+ "learning_rate": 1.9183673469387756e-05,
250
+ "loss": 1.6599,
251
+ "sft_loss": 0.19015835225582123,
252
+ "step": 22
253
+ },
254
+ {
255
+ "computed_total": 0.27859383821487427,
256
+ "epoch": 0.058007566204287514,
257
+ "grad_norm": 17.064393997192383,
258
+ "kl_loss": 2.6223989380014245e-07,
259
+ "learning_rate": 1.9132653061224492e-05,
260
+ "loss": 1.7114,
261
+ "sft_loss": 0.25236985087394714,
262
+ "step": 23
263
+ },
264
+ {
265
+ "computed_total": 0.2661365270614624,
266
+ "epoch": 0.0605296343001261,
267
+ "grad_norm": 14.536602973937988,
268
+ "kl_loss": 3.302961033568863e-07,
269
+ "learning_rate": 1.9081632653061225e-05,
270
+ "loss": 1.7381,
271
+ "sft_loss": 0.23310692608356476,
272
+ "step": 24
273
+ },
274
+ {
275
+ "computed_total": 0.21774020791053772,
276
+ "epoch": 0.06305170239596469,
277
+ "grad_norm": 10.612632751464844,
278
+ "kl_loss": 2.2093004758971801e-07,
279
+ "learning_rate": 1.903061224489796e-05,
280
+ "loss": 1.6493,
281
+ "sft_loss": 0.195647194981575,
282
+ "step": 25
283
+ },
284
+ {
285
+ "computed_total": 0.21532197296619415,
286
+ "epoch": 0.06557377049180328,
287
+ "grad_norm": 13.36475944519043,
288
+ "kl_loss": 1.9050941091336426e-07,
289
+ "learning_rate": 1.8979591836734696e-05,
290
+ "loss": 1.65,
291
+ "sft_loss": 0.19627103209495544,
292
+ "step": 26
293
+ },
294
+ {
295
+ "computed_total": 0.21690420806407928,
296
+ "epoch": 0.06809583858764187,
297
+ "grad_norm": 13.064225196838379,
298
+ "kl_loss": 2.1687725393348956e-07,
299
+ "learning_rate": 1.892857142857143e-05,
300
+ "loss": 1.7006,
301
+ "sft_loss": 0.19521647691726685,
302
+ "step": 27
303
+ },
304
+ {
305
+ "computed_total": 0.19565589725971222,
306
+ "epoch": 0.07061790668348046,
307
+ "grad_norm": 12.320195198059082,
308
+ "kl_loss": 2.17976335648018e-07,
309
+ "learning_rate": 1.8877551020408164e-05,
310
+ "loss": 1.6652,
311
+ "sft_loss": 0.17385827004909515,
312
+ "step": 28
313
+ },
314
+ {
315
+ "computed_total": 0.27470341324806213,
316
+ "epoch": 0.07313997477931904,
317
+ "grad_norm": 11.224297523498535,
318
+ "kl_loss": 2.520193618238409e-07,
319
+ "learning_rate": 1.88265306122449e-05,
320
+ "loss": 1.6883,
321
+ "sft_loss": 0.24950148165225983,
322
+ "step": 29
323
+ },
324
+ {
325
+ "computed_total": 0.1886218637228012,
326
+ "epoch": 0.07566204287515763,
327
+ "grad_norm": 14.4179048538208,
328
+ "kl_loss": 3.655400746538362e-07,
329
+ "learning_rate": 1.8775510204081636e-05,
330
+ "loss": 1.7232,
331
+ "sft_loss": 0.1520678550004959,
332
+ "step": 30
333
+ },
334
+ {
335
+ "computed_total": 1.3417655229568481,
336
+ "epoch": 0.07566204287515763,
337
+ "eval_loss": 1.4369149208068848,
338
+ "eval_runtime": 67.0852,
339
+ "eval_samples_per_second": 10.509,
340
+ "eval_steps_per_second": 5.262,
341
+ "kl_loss": 2.1116991888447956e-07,
342
+ "sft_loss": 1.3206485509872437,
343
+ "step": 30
344
+ },
345
+ {
346
+ "computed_total": 0.19783087074756622,
347
+ "epoch": 0.07818411097099622,
348
+ "grad_norm": 14.451069831848145,
349
+ "kl_loss": 1.4020483263266215e-07,
350
+ "learning_rate": 1.8724489795918368e-05,
351
+ "loss": 1.6225,
352
+ "sft_loss": 0.18381038308143616,
353
+ "step": 31
354
+ },
355
+ {
356
+ "computed_total": 0.2664089798927307,
357
+ "epoch": 0.0807061790668348,
358
+ "grad_norm": 10.6675443649292,
359
+ "kl_loss": 2.558473113367654e-07,
360
+ "learning_rate": 1.8673469387755104e-05,
361
+ "loss": 1.6656,
362
+ "sft_loss": 0.24082423746585846,
363
+ "step": 32
364
+ },
365
+ {
366
+ "computed_total": 0.16216596961021423,
367
+ "epoch": 0.0832282471626734,
368
+ "grad_norm": 10.89920711517334,
369
+ "kl_loss": 3.102907157881418e-07,
370
+ "learning_rate": 1.862244897959184e-05,
371
+ "loss": 1.7422,
372
+ "sft_loss": 0.13113689422607422,
373
+ "step": 33
374
+ },
375
+ {
376
+ "computed_total": 0.18052271008491516,
377
+ "epoch": 0.08575031525851198,
378
+ "grad_norm": 10.312054634094238,
379
+ "kl_loss": 2.5258012215090275e-07,
380
+ "learning_rate": 1.8571428571428575e-05,
381
+ "loss": 1.5284,
382
+ "sft_loss": 0.1552647054195404,
383
+ "step": 34
384
+ },
385
+ {
386
+ "computed_total": 0.13403812050819397,
387
+ "epoch": 0.08827238335435057,
388
+ "grad_norm": 9.937405586242676,
389
+ "kl_loss": 1.9699928088812158e-07,
390
+ "learning_rate": 1.8520408163265307e-05,
391
+ "loss": 1.6276,
392
+ "sft_loss": 0.11433819681406021,
393
+ "step": 35
394
+ },
395
+ {
396
+ "computed_total": 0.21145765483379364,
397
+ "epoch": 0.09079445145018916,
398
+ "grad_norm": 10.810340881347656,
399
+ "kl_loss": 2.5251029001083225e-07,
400
+ "learning_rate": 1.8469387755102043e-05,
401
+ "loss": 1.5674,
402
+ "sft_loss": 0.1862066239118576,
403
+ "step": 36
404
+ },
405
+ {
406
+ "computed_total": 0.28667497634887695,
407
+ "epoch": 0.09331651954602774,
408
+ "grad_norm": 13.322245597839355,
409
+ "kl_loss": 2.524957380956039e-07,
410
+ "learning_rate": 1.8418367346938776e-05,
411
+ "loss": 1.6924,
412
+ "sft_loss": 0.2614254057407379,
413
+ "step": 37
414
+ },
415
+ {
416
+ "computed_total": 0.17698872089385986,
417
+ "epoch": 0.09583858764186633,
418
+ "grad_norm": 12.67447566986084,
419
+ "kl_loss": 1.8715130067903374e-07,
420
+ "learning_rate": 1.836734693877551e-05,
421
+ "loss": 1.6326,
422
+ "sft_loss": 0.1582735925912857,
423
+ "step": 38
424
+ },
425
+ {
426
+ "computed_total": 0.218657985329628,
427
+ "epoch": 0.09836065573770492,
428
+ "grad_norm": 10.07801342010498,
429
+ "kl_loss": 2.1152843032723467e-07,
430
+ "learning_rate": 1.8316326530612247e-05,
431
+ "loss": 1.5745,
432
+ "sft_loss": 0.1975051462650299,
433
+ "step": 39
434
+ },
435
+ {
436
+ "computed_total": 0.1585373878479004,
437
+ "epoch": 0.1008827238335435,
438
+ "grad_norm": 10.709808349609375,
439
+ "kl_loss": 1.5567046318665234e-07,
440
+ "learning_rate": 1.826530612244898e-05,
441
+ "loss": 1.4899,
442
+ "sft_loss": 0.14297033846378326,
443
+ "step": 40
444
+ },
445
+ {
446
+ "computed_total": 1.3272018432617188,
447
+ "epoch": 0.1008827238335435,
448
+ "eval_loss": 1.3992165327072144,
449
+ "eval_runtime": 67.3288,
450
+ "eval_samples_per_second": 10.471,
451
+ "eval_steps_per_second": 5.243,
452
+ "kl_loss": 1.587673352787533e-07,
453
+ "sft_loss": 1.3113250732421875,
454
+ "step": 40
455
+ },
456
+ {
457
+ "computed_total": 0.16187940537929535,
458
+ "epoch": 0.1034047919293821,
459
+ "grad_norm": 12.045276641845703,
460
+ "kl_loss": 1.6272514358206536e-07,
461
+ "learning_rate": 1.8214285714285715e-05,
462
+ "loss": 1.4241,
463
+ "sft_loss": 0.1456068903207779,
464
+ "step": 41
465
+ },
466
+ {
467
+ "computed_total": 0.16236107051372528,
468
+ "epoch": 0.10592686002522068,
469
+ "grad_norm": 9.8399658203125,
470
+ "kl_loss": 1.7566540577718115e-07,
471
+ "learning_rate": 1.816326530612245e-05,
472
+ "loss": 1.557,
473
+ "sft_loss": 0.1447945237159729,
474
+ "step": 42
475
+ },
476
+ {
477
+ "computed_total": 0.15767036378383636,
478
+ "epoch": 0.10844892812105927,
479
+ "grad_norm": 12.114518165588379,
480
+ "kl_loss": 1.7348739334011043e-07,
481
+ "learning_rate": 1.8112244897959187e-05,
482
+ "loss": 1.583,
483
+ "sft_loss": 0.14032162725925446,
484
+ "step": 43
485
+ },
486
+ {
487
+ "computed_total": 0.09624896198511124,
488
+ "epoch": 0.11097099621689786,
489
+ "grad_norm": 9.963354110717773,
490
+ "kl_loss": 1.7239732130747143e-07,
491
+ "learning_rate": 1.806122448979592e-05,
492
+ "loss": 1.4214,
493
+ "sft_loss": 0.07900922745466232,
494
+ "step": 44
495
+ },
496
+ {
497
+ "computed_total": 0.2713112533092499,
498
+ "epoch": 0.11349306431273644,
499
+ "grad_norm": 10.126675605773926,
500
+ "kl_loss": 1.4448913532305596e-07,
501
+ "learning_rate": 1.8010204081632655e-05,
502
+ "loss": 1.5783,
503
+ "sft_loss": 0.2568623423576355,
504
+ "step": 45
505
+ },
506
+ {
507
+ "computed_total": 0.1786537766456604,
508
+ "epoch": 0.11601513240857503,
509
+ "grad_norm": 9.506120681762695,
510
+ "kl_loss": 1.1718055503706637e-07,
511
+ "learning_rate": 1.795918367346939e-05,
512
+ "loss": 1.5218,
513
+ "sft_loss": 0.1669357270002365,
514
+ "step": 46
515
+ },
516
+ {
517
+ "computed_total": 0.15938213467597961,
518
+ "epoch": 0.11853720050441362,
519
+ "grad_norm": 11.758268356323242,
520
+ "kl_loss": 1.7643755256813165e-07,
521
+ "learning_rate": 1.7908163265306123e-05,
522
+ "loss": 1.479,
523
+ "sft_loss": 0.1417383849620819,
524
+ "step": 47
525
+ },
526
+ {
527
+ "computed_total": 0.15835891664028168,
528
+ "epoch": 0.1210592686002522,
529
+ "grad_norm": 10.227970123291016,
530
+ "kl_loss": 1.3144477861715131e-07,
531
+ "learning_rate": 1.785714285714286e-05,
532
+ "loss": 1.5222,
533
+ "sft_loss": 0.14521443843841553,
534
+ "step": 48
535
+ },
536
+ {
537
+ "computed_total": 0.1753772348165512,
538
+ "epoch": 0.1235813366960908,
539
+ "grad_norm": 9.49471378326416,
540
+ "kl_loss": 1.2467818066852487e-07,
541
+ "learning_rate": 1.780612244897959e-05,
542
+ "loss": 1.4884,
543
+ "sft_loss": 0.16290941834449768,
544
+ "step": 49
545
+ },
546
+ {
547
+ "computed_total": 0.14545822143554688,
548
+ "epoch": 0.12610340479192939,
549
+ "grad_norm": 9.987504005432129,
550
+ "kl_loss": 1.3850477387222782e-07,
551
+ "learning_rate": 1.7755102040816327e-05,
552
+ "loss": 1.5382,
553
+ "sft_loss": 0.13160774111747742,
554
+ "step": 50
555
+ },
556
+ {
557
+ "computed_total": 1.2876274585723877,
558
+ "epoch": 0.12610340479192939,
559
+ "eval_loss": 1.3761128187179565,
560
+ "eval_runtime": 65.8814,
561
+ "eval_samples_per_second": 10.701,
562
+ "eval_steps_per_second": 5.358,
563
+ "kl_loss": 1.1736652538729686e-07,
564
+ "sft_loss": 1.275890827178955,
565
+ "step": 50
566
+ },
567
+ {
568
+ "computed_total": 0.13572491705417633,
569
+ "epoch": 0.12862547288776796,
570
+ "grad_norm": 8.282198905944824,
571
+ "kl_loss": 1.2732888876598736e-07,
572
+ "learning_rate": 1.7704081632653062e-05,
573
+ "loss": 1.4672,
574
+ "sft_loss": 0.12299202382564545,
575
+ "step": 51
576
+ },
577
+ {
578
+ "computed_total": 0.2022746205329895,
579
+ "epoch": 0.13114754098360656,
580
+ "grad_norm": 8.850266456604004,
581
+ "kl_loss": 9.734989703247265e-08,
582
+ "learning_rate": 1.7653061224489798e-05,
583
+ "loss": 1.4807,
584
+ "sft_loss": 0.19253963232040405,
585
+ "step": 52
586
+ },
587
+ {
588
+ "computed_total": 0.2428017556667328,
589
+ "epoch": 0.13366960907944514,
590
+ "grad_norm": 7.4850568771362305,
591
+ "kl_loss": 1.472172925787163e-07,
592
+ "learning_rate": 1.760204081632653e-05,
593
+ "loss": 1.4415,
594
+ "sft_loss": 0.22808003425598145,
595
+ "step": 53
596
+ },
597
+ {
598
+ "computed_total": 0.22275952994823456,
599
+ "epoch": 0.13619167717528374,
600
+ "grad_norm": 9.871981620788574,
601
+ "kl_loss": 1.480846094636945e-07,
602
+ "learning_rate": 1.7551020408163266e-05,
603
+ "loss": 1.6587,
604
+ "sft_loss": 0.20795106887817383,
605
+ "step": 54
606
+ },
607
+ {
608
+ "computed_total": 0.1835995763540268,
609
+ "epoch": 0.13871374527112232,
610
+ "grad_norm": 8.844654083251953,
611
+ "kl_loss": 1.2977692165350163e-07,
612
+ "learning_rate": 1.7500000000000002e-05,
613
+ "loss": 1.5753,
614
+ "sft_loss": 0.17062188684940338,
615
+ "step": 55
616
+ },
617
+ {
618
+ "computed_total": 0.19904766976833344,
619
+ "epoch": 0.14123581336696092,
620
+ "grad_norm": 7.038422584533691,
621
+ "kl_loss": 1.1099445629270122e-07,
622
+ "learning_rate": 1.7448979591836738e-05,
623
+ "loss": 1.4909,
624
+ "sft_loss": 0.18794822692871094,
625
+ "step": 56
626
+ },
627
+ {
628
+ "computed_total": 0.14884871244430542,
629
+ "epoch": 0.1437578814627995,
630
+ "grad_norm": 7.760448455810547,
631
+ "kl_loss": 1.0769576164193495e-07,
632
+ "learning_rate": 1.7397959183673473e-05,
633
+ "loss": 1.5988,
634
+ "sft_loss": 0.13807913661003113,
635
+ "step": 57
636
+ },
637
+ {
638
+ "computed_total": 0.22467643022537231,
639
+ "epoch": 0.14627994955863807,
640
+ "grad_norm": 8.861936569213867,
641
+ "kl_loss": 1.3167736767627503e-07,
642
+ "learning_rate": 1.7346938775510206e-05,
643
+ "loss": 1.4759,
644
+ "sft_loss": 0.21150869131088257,
645
+ "step": 58
646
+ },
647
+ {
648
+ "computed_total": 0.1402980089187622,
649
+ "epoch": 0.14880201765447668,
650
+ "grad_norm": 8.389931678771973,
651
+ "kl_loss": 1.2574119523378613e-07,
652
+ "learning_rate": 1.729591836734694e-05,
653
+ "loss": 1.4478,
654
+ "sft_loss": 0.12772388756275177,
655
+ "step": 59
656
+ },
657
+ {
658
+ "computed_total": 0.2214464396238327,
659
+ "epoch": 0.15132408575031525,
660
+ "grad_norm": 11.03455924987793,
661
+ "kl_loss": 1.229836925631389e-07,
662
+ "learning_rate": 1.7244897959183674e-05,
663
+ "loss": 1.542,
664
+ "sft_loss": 0.20914806425571442,
665
+ "step": 60
666
+ },
667
+ {
668
+ "computed_total": 1.2934421300888062,
669
+ "epoch": 0.15132408575031525,
670
+ "eval_loss": 1.3563388586044312,
671
+ "eval_runtime": 66.808,
672
+ "eval_samples_per_second": 10.553,
673
+ "eval_steps_per_second": 5.284,
674
+ "kl_loss": 1.0278420603526683e-07,
675
+ "sft_loss": 1.2831636667251587,
676
+ "step": 60
677
+ },
678
+ {
679
+ "computed_total": 0.19582681357860565,
680
+ "epoch": 0.15384615384615385,
681
+ "grad_norm": 8.09454345703125,
682
+ "kl_loss": 1.0761530688796483e-07,
683
+ "learning_rate": 1.719387755102041e-05,
684
+ "loss": 1.4979,
685
+ "sft_loss": 0.18506528437137604,
686
+ "step": 61
687
+ },
688
+ {
689
+ "computed_total": 0.15016137063503265,
690
+ "epoch": 0.15636822194199243,
691
+ "grad_norm": 6.767925262451172,
692
+ "kl_loss": 9.817436819048453e-08,
693
+ "learning_rate": 1.7142857142857142e-05,
694
+ "loss": 1.3421,
695
+ "sft_loss": 0.14034393429756165,
696
+ "step": 62
697
+ },
698
+ {
699
+ "computed_total": 0.23630164563655853,
700
+ "epoch": 0.15889029003783103,
701
+ "grad_norm": 6.9385552406311035,
702
+ "kl_loss": 1.2005209271137574e-07,
703
+ "learning_rate": 1.7091836734693878e-05,
704
+ "loss": 1.4917,
705
+ "sft_loss": 0.224296435713768,
706
+ "step": 63
707
+ },
708
+ {
709
+ "computed_total": 0.23200978338718414,
710
+ "epoch": 0.1614123581336696,
711
+ "grad_norm": 7.448540210723877,
712
+ "kl_loss": 8.879172952447334e-08,
713
+ "learning_rate": 1.7040816326530613e-05,
714
+ "loss": 1.4776,
715
+ "sft_loss": 0.22313061356544495,
716
+ "step": 64
717
+ },
718
+ {
719
+ "computed_total": 0.16305182874202728,
720
+ "epoch": 0.16393442622950818,
721
+ "grad_norm": 7.1528401374816895,
722
+ "kl_loss": 9.930875677355289e-08,
723
+ "learning_rate": 1.698979591836735e-05,
724
+ "loss": 1.3943,
725
+ "sft_loss": 0.1531209498643875,
726
+ "step": 65
727
+ },
728
+ {
729
+ "computed_total": 0.14623767137527466,
730
+ "epoch": 0.1664564943253468,
731
+ "grad_norm": 7.3966474533081055,
732
+ "kl_loss": 7.404720037129664e-08,
733
+ "learning_rate": 1.6938775510204085e-05,
734
+ "loss": 1.5426,
735
+ "sft_loss": 0.1388329565525055,
736
+ "step": 66
737
+ },
738
+ {
739
+ "computed_total": 0.14071843028068542,
740
+ "epoch": 0.16897856242118536,
741
+ "grad_norm": 7.82870626449585,
742
+ "kl_loss": 9.07349146928027e-08,
743
+ "learning_rate": 1.6887755102040817e-05,
744
+ "loss": 1.4386,
745
+ "sft_loss": 0.13164493441581726,
746
+ "step": 67
747
+ },
748
+ {
749
+ "computed_total": 0.14310967922210693,
750
+ "epoch": 0.17150063051702397,
751
+ "grad_norm": 6.757770538330078,
752
+ "kl_loss": 7.598376328132872e-08,
753
+ "learning_rate": 1.6836734693877553e-05,
754
+ "loss": 1.3732,
755
+ "sft_loss": 0.13551130890846252,
756
+ "step": 68
757
+ },
758
+ {
759
+ "computed_total": 0.14132973551750183,
760
+ "epoch": 0.17402269861286254,
761
+ "grad_norm": 8.344841957092285,
762
+ "kl_loss": 1.0905234404390285e-07,
763
+ "learning_rate": 1.678571428571429e-05,
764
+ "loss": 1.4286,
765
+ "sft_loss": 0.13042449951171875,
766
+ "step": 69
767
+ },
768
+ {
769
+ "computed_total": 0.13716241717338562,
770
+ "epoch": 0.17654476670870115,
771
+ "grad_norm": 7.953212738037109,
772
+ "kl_loss": 7.554955061550572e-08,
773
+ "learning_rate": 1.673469387755102e-05,
774
+ "loss": 1.3187,
775
+ "sft_loss": 0.12960746884346008,
776
+ "step": 70
777
+ },
778
+ {
779
+ "computed_total": 1.2660552263259888,
780
+ "epoch": 0.17654476670870115,
781
+ "eval_loss": 1.348509669303894,
782
+ "eval_runtime": 66.6809,
783
+ "eval_samples_per_second": 10.573,
784
+ "eval_steps_per_second": 5.294,
785
+ "kl_loss": 5.885167198016461e-08,
786
+ "sft_loss": 1.2601701021194458,
787
+ "step": 70
788
+ }
789
+ ],
790
+ "logging_steps": 1,
791
+ "max_steps": 397,
792
+ "num_input_tokens_seen": 0,
793
+ "num_train_epochs": 1,
794
+ "save_steps": 10,
795
+ "stateful_callbacks": {
796
+ "TrainerControl": {
797
+ "args": {
798
+ "should_epoch_stop": false,
799
+ "should_evaluate": false,
800
+ "should_log": false,
801
+ "should_save": true,
802
+ "should_training_stop": false
803
+ },
804
+ "attributes": {}
805
+ }
806
+ },
807
+ "total_flos": 1.283301394808832e+16,
808
+ "train_batch_size": 2,
809
+ "trial_name": null,
810
+ "trial_params": null
811
+ }
checkpoint-70/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb6de66e3fe852c1e00b5bef4ae321a94f547f2c407241301f03edce25795f2a
3
+ size 5969
checkpoint-70/vocab.json ADDED
The diff for this file is too large to render. See raw diff