goyalayus commited on
Commit
2432c2d
·
verified ·
1 Parent(s): fee7ba4

Training in progress, step 10, checkpoint

Browse files
.gitattributes CHANGED
@@ -34,3 +34,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
  tokenizer.json filter=lfs diff=lfs merge=lfs -text
 
 
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
  tokenizer.json filter=lfs diff=lfs merge=lfs -text
37
+ last-checkpoint/tokenizer.json filter=lfs diff=lfs merge=lfs -text
last-checkpoint/README.md ADDED
@@ -0,0 +1,210 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: unsloth/qwen3-4b-unsloth-bnb-4bit
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:unsloth/qwen3-4b-unsloth-bnb-4bit
7
+ - grpo
8
+ - lora
9
+ - transformers
10
+ - trl
11
+ - unsloth
12
+ ---
13
+
14
+ # Model Card for Model ID
15
+
16
+ <!-- Provide a quick summary of what the model is/does. -->
17
+
18
+
19
+
20
+ ## Model Details
21
+
22
+ ### Model Description
23
+
24
+ <!-- Provide a longer summary of what this model is. -->
25
+
26
+
27
+
28
+ - **Developed by:** [More Information Needed]
29
+ - **Funded by [optional]:** [More Information Needed]
30
+ - **Shared by [optional]:** [More Information Needed]
31
+ - **Model type:** [More Information Needed]
32
+ - **Language(s) (NLP):** [More Information Needed]
33
+ - **License:** [More Information Needed]
34
+ - **Finetuned from model [optional]:** [More Information Needed]
35
+
36
+ ### Model Sources [optional]
37
+
38
+ <!-- Provide the basic links for the model. -->
39
+
40
+ - **Repository:** [More Information Needed]
41
+ - **Paper [optional]:** [More Information Needed]
42
+ - **Demo [optional]:** [More Information Needed]
43
+
44
+ ## Uses
45
+
46
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
47
+
48
+ ### Direct Use
49
+
50
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
51
+
52
+ [More Information Needed]
53
+
54
+ ### Downstream Use [optional]
55
+
56
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
57
+
58
+ [More Information Needed]
59
+
60
+ ### Out-of-Scope Use
61
+
62
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
63
+
64
+ [More Information Needed]
65
+
66
+ ## Bias, Risks, and Limitations
67
+
68
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
69
+
70
+ [More Information Needed]
71
+
72
+ ### Recommendations
73
+
74
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
75
+
76
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
77
+
78
+ ## How to Get Started with the Model
79
+
80
+ Use the code below to get started with the model.
81
+
82
+ [More Information Needed]
83
+
84
+ ## Training Details
85
+
86
+ ### Training Data
87
+
88
+ <!-- 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. -->
89
+
90
+ [More Information Needed]
91
+
92
+ ### Training Procedure
93
+
94
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
95
+
96
+ #### Preprocessing [optional]
97
+
98
+ [More Information Needed]
99
+
100
+
101
+ #### Training Hyperparameters
102
+
103
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
104
+
105
+ #### Speeds, Sizes, Times [optional]
106
+
107
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
108
+
109
+ [More Information Needed]
110
+
111
+ ## Evaluation
112
+
113
+ <!-- This section describes the evaluation protocols and provides the results. -->
114
+
115
+ ### Testing Data, Factors & Metrics
116
+
117
+ #### Testing Data
118
+
119
+ <!-- This should link to a Dataset Card if possible. -->
120
+
121
+ [More Information Needed]
122
+
123
+ #### Factors
124
+
125
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
126
+
127
+ [More Information Needed]
128
+
129
+ #### Metrics
130
+
131
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
132
+
133
+ [More Information Needed]
134
+
135
+ ### Results
136
+
137
+ [More Information Needed]
138
+
139
+ #### Summary
140
+
141
+
142
+
143
+ ## Model Examination [optional]
144
+
145
+ <!-- Relevant interpretability work for the model goes here -->
146
+
147
+ [More Information Needed]
148
+
149
+ ## Environmental Impact
150
+
151
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
152
+
153
+ 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).
154
+
155
+ - **Hardware Type:** [More Information Needed]
156
+ - **Hours used:** [More Information Needed]
157
+ - **Cloud Provider:** [More Information Needed]
158
+ - **Compute Region:** [More Information Needed]
159
+ - **Carbon Emitted:** [More Information Needed]
160
+
161
+ ## Technical Specifications [optional]
162
+
163
+ ### Model Architecture and Objective
164
+
165
+ [More Information Needed]
166
+
167
+ ### Compute Infrastructure
168
+
169
+ [More Information Needed]
170
+
171
+ #### Hardware
172
+
173
+ [More Information Needed]
174
+
175
+ #### Software
176
+
177
+ [More Information Needed]
178
+
179
+ ## Citation [optional]
180
+
181
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
182
+
183
+ **BibTeX:**
184
+
185
+ [More Information Needed]
186
+
187
+ **APA:**
188
+
189
+ [More Information Needed]
190
+
191
+ ## Glossary [optional]
192
+
193
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
194
+
195
+ [More Information Needed]
196
+
197
+ ## More Information [optional]
198
+
199
+ [More Information Needed]
200
+
201
+ ## Model Card Authors [optional]
202
+
203
+ [More Information Needed]
204
+
205
+ ## Model Card Contact
206
+
207
+ [More Information Needed]
208
+ ### Framework versions
209
+
210
+ - PEFT 0.18.1
last-checkpoint/adapter_config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": {
6
+ "base_model_class": "Qwen3ForCausalLM",
7
+ "parent_library": "transformers.models.qwen3.modeling_qwen3",
8
+ "unsloth_fixed": true
9
+ },
10
+ "base_model_name_or_path": "unsloth/qwen3-4b-unsloth-bnb-4bit",
11
+ "bias": "none",
12
+ "corda_config": null,
13
+ "ensure_weight_tying": false,
14
+ "eva_config": null,
15
+ "exclude_modules": null,
16
+ "fan_in_fan_out": false,
17
+ "inference_mode": true,
18
+ "init_lora_weights": true,
19
+ "layer_replication": null,
20
+ "layers_pattern": null,
21
+ "layers_to_transform": null,
22
+ "loftq_config": {},
23
+ "lora_alpha": 32.0,
24
+ "lora_bias": false,
25
+ "lora_dropout": 0.0,
26
+ "megatron_config": null,
27
+ "megatron_core": "megatron.core",
28
+ "modules_to_save": null,
29
+ "peft_type": "LORA",
30
+ "peft_version": "0.18.1",
31
+ "qalora_group_size": 16,
32
+ "r": 16,
33
+ "rank_pattern": {},
34
+ "revision": null,
35
+ "target_modules": [
36
+ "gate_proj",
37
+ "up_proj",
38
+ "down_proj"
39
+ ],
40
+ "target_parameters": null,
41
+ "task_type": "CAUSAL_LM",
42
+ "trainable_token_indices": null,
43
+ "use_dora": false,
44
+ "use_qalora": false,
45
+ "use_rslora": false
46
+ }
last-checkpoint/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af6dffbfe2210dae9df541ae77188a24ae41ee73b5d9c33bcccbde8674b6cfab
3
+ size 84962944
last-checkpoint/added_tokens.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "</think>": 151668,
3
+ "</tool_call>": 151658,
4
+ "</tool_response>": 151666,
5
+ "<think>": 151667,
6
+ "<tool_call>": 151657,
7
+ "<tool_response>": 151665,
8
+ "<|PAD_TOKEN|>": 151669,
9
+ "<|box_end|>": 151649,
10
+ "<|box_start|>": 151648,
11
+ "<|endoftext|>": 151643,
12
+ "<|file_sep|>": 151664,
13
+ "<|fim_middle|>": 151660,
14
+ "<|fim_pad|>": 151662,
15
+ "<|fim_prefix|>": 151659,
16
+ "<|fim_suffix|>": 151661,
17
+ "<|im_end|>": 151645,
18
+ "<|im_start|>": 151644,
19
+ "<|image_pad|>": 151655,
20
+ "<|object_ref_end|>": 151647,
21
+ "<|object_ref_start|>": 151646,
22
+ "<|quad_end|>": 151651,
23
+ "<|quad_start|>": 151650,
24
+ "<|repo_name|>": 151663,
25
+ "<|video_pad|>": 151656,
26
+ "<|vision_end|>": 151653,
27
+ "<|vision_pad|>": 151654,
28
+ "<|vision_start|>": 151652
29
+ }
last-checkpoint/chat_template.jinja ADDED
@@ -0,0 +1,97 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 tool_start = '<tool_response>' %}
22
+ {%- set tool_start_length = tool_start|length %}
23
+ {%- set start_of_message = message.content[:tool_start_length] %}
24
+ {%- set tool_end = '</tool_response>' %}
25
+ {%- set tool_end_length = tool_end|length %}
26
+ {%- set start_pos = (message.content|length) - tool_end_length %}
27
+ {%- if start_pos < 0 %}
28
+ {%- set start_pos = 0 %}
29
+ {%- endif %}
30
+ {%- set end_of_message = message.content[start_pos:] %}
31
+ {%- if ns.multi_step_tool and message.role == "user" and not(start_of_message == tool_start and end_of_message == tool_end) %}
32
+ {%- set ns.multi_step_tool = false %}
33
+ {%- set ns.last_query_index = index %}
34
+ {%- endif %}
35
+ {%- endfor %}
36
+ {%- for message in messages %}
37
+ {%- if (message.role == "user") or (message.role == "system" and not loop.first) %}
38
+ {{- '<|im_start|>' + message.role + '\n' + message.content + '<|im_end|>' + '\n' }}
39
+ {%- elif message.role == "assistant" %}
40
+ {%- set content = message.content %}
41
+ {%- set reasoning_content = '' %}
42
+ {%- if message.reasoning_content is defined and message.reasoning_content is not none %}
43
+ {%- set reasoning_content = message.reasoning_content %}
44
+ {%- else %}
45
+ {%- if '</think>' in message.content %}
46
+ {%- set content = (message.content.split('</think>')|last).lstrip('\n') %}
47
+ {%- set reasoning_content = (message.content.split('</think>')|first).rstrip('\n') %}
48
+ {%- set reasoning_content = (reasoning_content.split('<think>')|last).lstrip('\n') %}
49
+ {%- endif %}
50
+ {%- endif %}
51
+ {%- if loop.index0 > ns.last_query_index %}
52
+ {%- if loop.last or (not loop.last and reasoning_content) %}
53
+ {{- '<|im_start|>' + message.role + '\n<think>\n' + reasoning_content.strip('\n') + '\n</think>\n\n' + content.lstrip('\n') }}
54
+ {%- else %}
55
+ {{- '<|im_start|>' + message.role + '\n' + content }}
56
+ {%- endif %}
57
+ {%- else %}
58
+ {{- '<|im_start|>' + message.role + '\n' + content }}
59
+ {%- endif %}
60
+ {%- if message.tool_calls %}
61
+ {%- for tool_call in message.tool_calls %}
62
+ {%- if (loop.first and content) or (not loop.first) %}
63
+ {{- '\n' }}
64
+ {%- endif %}
65
+ {%- if tool_call.function %}
66
+ {%- set tool_call = tool_call.function %}
67
+ {%- endif %}
68
+ {{- '<tool_call>\n{"name": "' }}
69
+ {{- tool_call.name }}
70
+ {{- '", "arguments": ' }}
71
+ {%- if tool_call.arguments is string %}
72
+ {{- tool_call.arguments }}
73
+ {%- else %}
74
+ {{- tool_call.arguments | tojson }}
75
+ {%- endif %}
76
+ {{- '}\n</tool_call>' }}
77
+ {%- endfor %}
78
+ {%- endif %}
79
+ {{- '<|im_end|>\n' }}
80
+ {%- elif message.role == "tool" %}
81
+ {%- if loop.first or (messages[loop.index0 - 1].role != "tool") %}
82
+ {{- '<|im_start|>user' }}
83
+ {%- endif %}
84
+ {{- '\n<tool_response>\n' }}
85
+ {{- message.content }}
86
+ {{- '\n</tool_response>' }}
87
+ {%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
88
+ {{- '<|im_end|>\n' }}
89
+ {%- endif %}
90
+ {%- endif %}
91
+ {%- endfor %}
92
+ {%- if add_generation_prompt %}
93
+ {{- '<|im_start|>assistant\n' }}
94
+ {%- if enable_thinking is defined and enable_thinking is false %}
95
+ {{- '<think>\n\n</think>\n\n' }}
96
+ {%- endif %}
97
+ {%- endif %}
last-checkpoint/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
last-checkpoint/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef2e5a2525813427fc9403a0fe0b0761f065b752fe9f710c82259fec5b850cd4
3
+ size 43387339
last-checkpoint/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd7b99fc60cc91514b55545c14022d1bc7891c7c524f896e85863ade1a3312d0
3
+ size 14645
last-checkpoint/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac9be38ccfb95dc4731bf14e3b37e23160c456ff292e8497c9601d585933ca73
3
+ size 1465
last-checkpoint/special_tokens_map.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "<|PAD_TOKEN|>"
25
+ }
last-checkpoint/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10ba4ba91270b1a50e5cd8e51023bccc66fc4ac4909dd7ae7ab29433411c9bb9
3
+ size 11422844
last-checkpoint/tokenizer_config.json ADDED
@@ -0,0 +1,248 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "151669": {
214
+ "content": "<|PAD_TOKEN|>",
215
+ "lstrip": false,
216
+ "normalized": false,
217
+ "rstrip": false,
218
+ "single_word": false,
219
+ "special": true
220
+ }
221
+ },
222
+ "additional_special_tokens": [
223
+ "<|im_start|>",
224
+ "<|im_end|>",
225
+ "<|object_ref_start|>",
226
+ "<|object_ref_end|>",
227
+ "<|box_start|>",
228
+ "<|box_end|>",
229
+ "<|quad_start|>",
230
+ "<|quad_end|>",
231
+ "<|vision_start|>",
232
+ "<|vision_end|>",
233
+ "<|vision_pad|>",
234
+ "<|image_pad|>",
235
+ "<|video_pad|>"
236
+ ],
237
+ "bos_token": null,
238
+ "clean_up_tokenization_spaces": false,
239
+ "eos_token": "<|im_end|>",
240
+ "errors": "replace",
241
+ "extra_special_tokens": {},
242
+ "model_max_length": 40960,
243
+ "pad_token": "<|PAD_TOKEN|>",
244
+ "padding_side": "right",
245
+ "split_special_tokens": false,
246
+ "tokenizer_class": "Qwen2Tokenizer",
247
+ "unk_token": null
248
+ }
last-checkpoint/trainer_state.json ADDED
@@ -0,0 +1,324 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 0.15625,
6
+ "eval_steps": 500,
7
+ "global_step": 10,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "clip_ratio/high_max": 0.0034722222480922937,
14
+ "clip_ratio/high_mean": 0.0034722222480922937,
15
+ "clip_ratio/low_mean": 0.008854442741721869,
16
+ "clip_ratio/low_min": 0.008854442741721869,
17
+ "clip_ratio/region_mean": 0.012326664989814162,
18
+ "completion_length": 118.75,
19
+ "completions/clipped_ratio": 0.0,
20
+ "completions/max_length": 333.0,
21
+ "completions/max_terminated_length": 333.0,
22
+ "completions/mean_length": 118.75,
23
+ "completions/mean_terminated_length": 118.75,
24
+ "completions/min_length": 34.0,
25
+ "completions/min_terminated_length": 34.0,
26
+ "epoch": 0.015625,
27
+ "frac_reward_zero_std": 0.0,
28
+ "grad_norm": 1.2145720720291138,
29
+ "kl": 0.002251284953672439,
30
+ "learning_rate": 0.0,
31
+ "loss": -0.0042,
32
+ "num_tokens": 1715.0,
33
+ "reward": 0.5249999761581421,
34
+ "reward_std": 0.0995359793305397,
35
+ "rewards/reward_format_exact/mean": 0.20000000298023224,
36
+ "rewards/reward_format_exact/std": 0.0,
37
+ "rewards/reward_wordle_strict/mean": 0.32499998807907104,
38
+ "rewards/reward_wordle_strict/std": 0.09953596442937851,
39
+ "step": 1
40
+ },
41
+ {
42
+ "clip_ratio/high_max": 0.022978381253778934,
43
+ "clip_ratio/high_mean": 0.022978381253778934,
44
+ "clip_ratio/low_mean": 0.0008333333535119891,
45
+ "clip_ratio/low_min": 0.0008333333535119891,
46
+ "clip_ratio/region_mean": 0.023811714607290924,
47
+ "completion_length": 202.5,
48
+ "completions/clipped_ratio": 0.0,
49
+ "completions/max_length": 312.0,
50
+ "completions/max_terminated_length": 312.0,
51
+ "completions/mean_length": 202.5,
52
+ "completions/mean_terminated_length": 202.5,
53
+ "completions/min_length": 14.0,
54
+ "completions/min_terminated_length": 14.0,
55
+ "epoch": 0.03125,
56
+ "frac_reward_zero_std": 0.0,
57
+ "grad_norm": 0.8259456157684326,
58
+ "kl": 0.0017154518573079258,
59
+ "learning_rate": 2.5e-06,
60
+ "loss": -0.0038,
61
+ "num_tokens": 3761.0,
62
+ "reward": 0.4749999940395355,
63
+ "reward_std": 0.33040377497673035,
64
+ "rewards/reward_format_exact/mean": 0.15000000596046448,
65
+ "rewards/reward_format_exact/std": 0.10000000149011612,
66
+ "rewards/reward_wordle_strict/mean": 0.32499998807907104,
67
+ "rewards/reward_wordle_strict/std": 0.23629078269004822,
68
+ "step": 2
69
+ },
70
+ {
71
+ "clip_ratio/high_max": 0.007129006553441286,
72
+ "clip_ratio/high_mean": 0.007129006553441286,
73
+ "clip_ratio/low_mean": 0.0017241379246115685,
74
+ "clip_ratio/low_min": 0.0017241379246115685,
75
+ "clip_ratio/region_mean": 0.008853144478052855,
76
+ "completion_length": 165.0,
77
+ "completions/clipped_ratio": 0.0,
78
+ "completions/max_length": 191.0,
79
+ "completions/max_terminated_length": 191.0,
80
+ "completions/mean_length": 165.0,
81
+ "completions/mean_terminated_length": 165.0,
82
+ "completions/min_length": 135.0,
83
+ "completions/min_terminated_length": 135.0,
84
+ "epoch": 0.046875,
85
+ "frac_reward_zero_std": 0.0,
86
+ "grad_norm": 0.798210084438324,
87
+ "kl": 0.0028480338805820793,
88
+ "learning_rate": 5e-06,
89
+ "loss": 0.0031,
90
+ "num_tokens": 5537.0,
91
+ "reward": 0.574999988079071,
92
+ "reward_std": 0.3862210214138031,
93
+ "rewards/reward_format_exact/mean": 0.15000000596046448,
94
+ "rewards/reward_format_exact/std": 0.10000000149011612,
95
+ "rewards/reward_wordle_strict/mean": 0.42500001192092896,
96
+ "rewards/reward_wordle_strict/std": 0.28722813725471497,
97
+ "step": 3
98
+ },
99
+ {
100
+ "clip_ratio/high_max": 0.015614875126630068,
101
+ "clip_ratio/high_mean": 0.015614875126630068,
102
+ "clip_ratio/low_mean": 0.0,
103
+ "clip_ratio/low_min": 0.0,
104
+ "clip_ratio/region_mean": 0.015614875126630068,
105
+ "completion_length": 146.75,
106
+ "completions/clipped_ratio": 0.0,
107
+ "completions/max_length": 171.0,
108
+ "completions/max_terminated_length": 171.0,
109
+ "completions/mean_length": 146.75,
110
+ "completions/mean_terminated_length": 146.75,
111
+ "completions/min_length": 129.0,
112
+ "completions/min_terminated_length": 129.0,
113
+ "epoch": 0.0625,
114
+ "frac_reward_zero_std": 0.0,
115
+ "grad_norm": 3.240919589996338,
116
+ "kl": 0.004044662928208709,
117
+ "learning_rate": 4.722222222222222e-06,
118
+ "loss": 0.007,
119
+ "num_tokens": 7240.0,
120
+ "reward": 0.625,
121
+ "reward_std": 0.14999999105930328,
122
+ "rewards/reward_format_exact/mean": 0.20000000298023224,
123
+ "rewards/reward_format_exact/std": 0.0,
124
+ "rewards/reward_wordle_strict/mean": 0.42500001192092896,
125
+ "rewards/reward_wordle_strict/std": 0.14999999105930328,
126
+ "step": 4
127
+ },
128
+ {
129
+ "clip_ratio/high_max": 0.006869981065392494,
130
+ "clip_ratio/high_mean": 0.006869981065392494,
131
+ "clip_ratio/low_mean": 0.0,
132
+ "clip_ratio/low_min": 0.0,
133
+ "clip_ratio/region_mean": 0.006869981065392494,
134
+ "completion_length": 114.0,
135
+ "completions/clipped_ratio": 0.0,
136
+ "completions/max_length": 167.0,
137
+ "completions/max_terminated_length": 167.0,
138
+ "completions/mean_length": 114.0,
139
+ "completions/mean_terminated_length": 114.0,
140
+ "completions/min_length": 14.0,
141
+ "completions/min_terminated_length": 14.0,
142
+ "epoch": 0.078125,
143
+ "frac_reward_zero_std": 0.0,
144
+ "grad_norm": 2.196613311767578,
145
+ "kl": 0.02236501034349203,
146
+ "learning_rate": 4.444444444444444e-06,
147
+ "loss": 0.0044,
148
+ "num_tokens": 9048.0,
149
+ "reward": 0.574999988079071,
150
+ "reward_std": 0.07724422961473465,
151
+ "rewards/reward_format_exact/mean": 0.20000000298023224,
152
+ "rewards/reward_format_exact/std": 0.0,
153
+ "rewards/reward_wordle_strict/mean": 0.375,
154
+ "rewards/reward_wordle_strict/std": 0.07724420726299286,
155
+ "step": 5
156
+ },
157
+ {
158
+ "clip_ratio/high_max": 0.0,
159
+ "clip_ratio/high_mean": 0.0,
160
+ "clip_ratio/low_mean": 0.0,
161
+ "clip_ratio/low_min": 0.0,
162
+ "clip_ratio/region_mean": 0.0,
163
+ "completion_length": 28.0,
164
+ "completions/clipped_ratio": 0.0,
165
+ "completions/max_length": 76.0,
166
+ "completions/max_terminated_length": 76.0,
167
+ "completions/mean_length": 28.0,
168
+ "completions/mean_terminated_length": 28.0,
169
+ "completions/min_length": 12.0,
170
+ "completions/min_terminated_length": 12.0,
171
+ "epoch": 0.09375,
172
+ "frac_reward_zero_std": 0.0,
173
+ "grad_norm": 2.322465419769287,
174
+ "kl": 0.0025167656131088734,
175
+ "learning_rate": 4.166666666666667e-06,
176
+ "loss": 0.0047,
177
+ "num_tokens": 10516.0,
178
+ "reward": 0.5300000309944153,
179
+ "reward_std": 0.09309494495391846,
180
+ "rewards/reward_format_exact/mean": 0.20000000298023224,
181
+ "rewards/reward_format_exact/std": 0.0,
182
+ "rewards/reward_wordle_strict/mean": 0.32999998331069946,
183
+ "rewards/reward_wordle_strict/std": 0.09309493005275726,
184
+ "step": 6
185
+ },
186
+ {
187
+ "clip_ratio/high_max": 0.005102040711790323,
188
+ "clip_ratio/high_mean": 0.005102040711790323,
189
+ "clip_ratio/low_mean": 0.0,
190
+ "clip_ratio/low_min": 0.0,
191
+ "clip_ratio/region_mean": 0.005102040711790323,
192
+ "completion_length": 48.25,
193
+ "completions/clipped_ratio": 0.0,
194
+ "completions/max_length": 98.0,
195
+ "completions/max_terminated_length": 98.0,
196
+ "completions/mean_length": 48.25,
197
+ "completions/mean_terminated_length": 48.25,
198
+ "completions/min_length": 14.0,
199
+ "completions/min_terminated_length": 14.0,
200
+ "epoch": 0.109375,
201
+ "frac_reward_zero_std": 0.0,
202
+ "grad_norm": 1.5849889516830444,
203
+ "kl": 0.006263992341700941,
204
+ "learning_rate": 3.88888888888889e-06,
205
+ "loss": 0.0008,
206
+ "num_tokens": 12001.0,
207
+ "reward": 0.5625,
208
+ "reward_std": 0.07772816717624664,
209
+ "rewards/reward_format_exact/mean": 0.20000000298023224,
210
+ "rewards/reward_format_exact/std": 0.0,
211
+ "rewards/reward_wordle_strict/mean": 0.36250001192092896,
212
+ "rewards/reward_wordle_strict/std": 0.07772816717624664,
213
+ "step": 7
214
+ },
215
+ {
216
+ "clip_ratio/high_max": 0.010162601247429848,
217
+ "clip_ratio/high_mean": 0.010162601247429848,
218
+ "clip_ratio/low_mean": 0.0035108113661408424,
219
+ "clip_ratio/low_min": 0.0035108113661408424,
220
+ "clip_ratio/region_mean": 0.01367341261357069,
221
+ "completion_length": 139.5,
222
+ "completions/clipped_ratio": 0.0,
223
+ "completions/max_length": 187.0,
224
+ "completions/max_terminated_length": 187.0,
225
+ "completions/mean_length": 139.5,
226
+ "completions/mean_terminated_length": 139.5,
227
+ "completions/min_length": 115.0,
228
+ "completions/min_terminated_length": 115.0,
229
+ "epoch": 0.125,
230
+ "frac_reward_zero_std": 0.0,
231
+ "grad_norm": 0.9013361930847168,
232
+ "kl": 0.005270644964184612,
233
+ "learning_rate": 3.6111111111111115e-06,
234
+ "loss": -0.0038,
235
+ "num_tokens": 13915.0,
236
+ "reward": 0.5800000429153442,
237
+ "reward_std": 0.016329940408468246,
238
+ "rewards/reward_format_exact/mean": 0.20000000298023224,
239
+ "rewards/reward_format_exact/std": 0.0,
240
+ "rewards/reward_wordle_strict/mean": 0.3799999952316284,
241
+ "rewards/reward_wordle_strict/std": 0.01632992923259735,
242
+ "step": 8
243
+ },
244
+ {
245
+ "clip_ratio/high_max": 0.0,
246
+ "clip_ratio/high_mean": 0.0,
247
+ "clip_ratio/low_mean": 0.02067585662007332,
248
+ "clip_ratio/low_min": 0.02067585662007332,
249
+ "clip_ratio/region_mean": 0.02067585662007332,
250
+ "completion_length": 53.5,
251
+ "completions/clipped_ratio": 0.0,
252
+ "completions/max_length": 173.0,
253
+ "completions/max_terminated_length": 173.0,
254
+ "completions/mean_length": 53.5,
255
+ "completions/mean_terminated_length": 53.5,
256
+ "completions/min_length": 13.0,
257
+ "completions/min_terminated_length": 13.0,
258
+ "epoch": 0.140625,
259
+ "frac_reward_zero_std": 0.0,
260
+ "grad_norm": 4.016502857208252,
261
+ "kl": 0.056293758621905,
262
+ "learning_rate": 3.3333333333333333e-06,
263
+ "loss": 0.0161,
264
+ "num_tokens": 15297.0,
265
+ "reward": 0.6624999642372131,
266
+ "reward_std": 0.04787134379148483,
267
+ "rewards/reward_format_exact/mean": 0.20000000298023224,
268
+ "rewards/reward_format_exact/std": 0.0,
269
+ "rewards/reward_wordle_strict/mean": 0.4624999761581421,
270
+ "rewards/reward_wordle_strict/std": 0.04787135869264603,
271
+ "step": 9
272
+ },
273
+ {
274
+ "clip_ratio/high_max": 0.009575471747666597,
275
+ "clip_ratio/high_mean": 0.009575471747666597,
276
+ "clip_ratio/low_mean": 0.0,
277
+ "clip_ratio/low_min": 0.0,
278
+ "clip_ratio/region_mean": 0.009575471747666597,
279
+ "completion_length": 93.25,
280
+ "completions/clipped_ratio": 0.0,
281
+ "completions/max_length": 109.0,
282
+ "completions/max_terminated_length": 109.0,
283
+ "completions/mean_length": 93.25,
284
+ "completions/mean_terminated_length": 93.25,
285
+ "completions/min_length": 58.0,
286
+ "completions/min_terminated_length": 58.0,
287
+ "epoch": 0.15625,
288
+ "frac_reward_zero_std": 0.0,
289
+ "grad_norm": 1.1781458854675293,
290
+ "kl": 0.0033396847429685295,
291
+ "learning_rate": 3.055555555555556e-06,
292
+ "loss": -0.0001,
293
+ "num_tokens": 16786.0,
294
+ "reward": 0.5750000476837158,
295
+ "reward_std": 0.09574271738529205,
296
+ "rewards/reward_format_exact/mean": 0.20000000298023224,
297
+ "rewards/reward_format_exact/std": 0.0,
298
+ "rewards/reward_wordle_strict/mean": 0.375,
299
+ "rewards/reward_wordle_strict/std": 0.09574270248413086,
300
+ "step": 10
301
+ }
302
+ ],
303
+ "logging_steps": 1,
304
+ "max_steps": 20,
305
+ "num_input_tokens_seen": 16786,
306
+ "num_train_epochs": 1,
307
+ "save_steps": 10,
308
+ "stateful_callbacks": {
309
+ "TrainerControl": {
310
+ "args": {
311
+ "should_epoch_stop": false,
312
+ "should_evaluate": false,
313
+ "should_log": false,
314
+ "should_save": true,
315
+ "should_training_stop": false
316
+ },
317
+ "attributes": {}
318
+ }
319
+ },
320
+ "total_flos": 0.0,
321
+ "train_batch_size": 1,
322
+ "trial_name": null,
323
+ "trial_params": null
324
+ }
last-checkpoint/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97b9ebd429a3452d4eb8a90127debf802b054906308e9a4a5feec63ca871d3ad
3
+ size 7697
last-checkpoint/vocab.json ADDED
The diff for this file is too large to render. See raw diff