Cbgcbg commited on
Commit
89f4672
·
verified ·
1 Parent(s): 6eee006

Upload Qwen3-1.7B SFT Stage 1 - 10 epochs - 20250723_111953

Browse files
.gitattributes CHANGED
@@ -33,3 +33,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ checkpoint-500/tokenizer.json filter=lfs diff=lfs merge=lfs -text
37
+ checkpoint-520/tokenizer.json filter=lfs diff=lfs merge=lfs -text
38
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: unsloth/Qwen3-1.7B
4
+ tags:
5
+ - unsloth
6
+ - qwen3
7
+ - mathematical-reasoning
8
+ - sft
9
+ - stage1
10
+ language:
11
+ - en
12
+ pipeline_tag: text-generation
13
+ library_name: transformers
14
+ ---
15
+
16
+ # Qwen3-1.7B Mathematical Reasoning (SFT Stage 1)
17
+
18
+ **Stage 1 SFT model** trained following "A Practical Two-Stage Recipe for Mathematical LLMs" paper.
19
+
20
+ ## Training Details
21
+
22
+ - **Base Model**: unsloth/Qwen3-1.7B
23
+ - **Training Method**: Supervised Fine-Tuning (Stage 1)
24
+ - **Dataset**: RabotniKuma/Fast-Math-R1-SFT
25
+ - **Epochs**: 10
26
+ - **System Prompt**: "Please reason step by step, and put your final answer within \boxed{}"
27
+
28
+ ## Usage
29
+
30
+ ```python
31
+ from unsloth import FastLanguageModel
32
+
33
+ model, tokenizer = FastLanguageModel.from_pretrained(
34
+ model_name="Cbgcbg/qwen3-1.7b-math-sft-stage1-20250723_111953",
35
+ max_seq_length=8192,
36
+ dtype=None,
37
+ load_in_4bit=True,
38
+ )
39
+
40
+ # Example
41
+ messages = [
42
+ {"role": "system", "content": "Please reason step by step, and put your final answer within \boxed{}."},
43
+ {"role": "user", "content": "What is 2+2?"}
44
+ ]
45
+
46
+ inputs = tokenizer.apply_chat_template(messages, tokenize=True, return_tensors="pt")
47
+ outputs = model.generate(input_ids=inputs, max_new_tokens=256)
48
+ ```
49
+
50
+ ## Paper Citation
51
+
52
+ Based on the methodology from:
53
+ ```
54
+ A Practical Two-Stage Recipe for Mathematical LLMs:
55
+ Maximizing Accuracy with SFT and Efficiency with Reinforcement Learning
56
+ ```
57
+
58
+ This is **Stage 1** - focused on maximizing accuracy. Stage 2 (GRPO) will optimize for token efficiency.
adapter_config.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "unsloth/Qwen3-1.7B",
5
+ "bias": "none",
6
+ "corda_config": null,
7
+ "eva_config": null,
8
+ "exclude_modules": null,
9
+ "fan_in_fan_out": false,
10
+ "inference_mode": true,
11
+ "init_lora_weights": true,
12
+ "layer_replication": null,
13
+ "layers_pattern": null,
14
+ "layers_to_transform": null,
15
+ "loftq_config": {},
16
+ "lora_alpha": 32,
17
+ "lora_bias": false,
18
+ "lora_dropout": 0.05,
19
+ "megatron_config": null,
20
+ "megatron_core": "megatron.core",
21
+ "modules_to_save": null,
22
+ "peft_type": "LORA",
23
+ "qalora_group_size": 16,
24
+ "r": 32,
25
+ "rank_pattern": {},
26
+ "revision": null,
27
+ "target_modules": [
28
+ "v_proj",
29
+ "gate_proj",
30
+ "up_proj",
31
+ "down_proj",
32
+ "k_proj",
33
+ "o_proj",
34
+ "q_proj"
35
+ ],
36
+ "task_type": "CAUSAL_LM",
37
+ "trainable_token_indices": null,
38
+ "use_dora": false,
39
+ "use_qalora": false,
40
+ "use_rslora": false
41
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d57b6d13935a9fe934a97c0bba82fff3db769d3d8fc827aa9cdfae0096bee7e6
3
+ size 139512976
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
+ }
chat_template.jinja ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {% for message in messages %}
2
+ {% if message['role'] == 'user' %}
3
+ {{ '<|user|>
4
+ ' + message['content'] + eos_token }}
5
+ {% elif message['role'] == 'system' %}
6
+ {{ '<|system|>
7
+ ' + message['content'] + eos_token }}
8
+ {% elif message['role'] == 'assistant' %}
9
+ {{ '<|assistant|>
10
+ ' + message['content'] + eos_token }}
11
+ {% endif %}
12
+ {% if loop.last and add_generation_prompt %}
13
+ {{ '<|assistant|>' }}
14
+ {% endif %}
15
+ {% endfor %}
checkpoint-500/README.md ADDED
@@ -0,0 +1,210 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: unsloth/Qwen3-1.7B
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:unsloth/Qwen3-1.7B
7
+ - lora
8
+ - sft
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.16.0
checkpoint-500/adapter_config.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "unsloth/Qwen3-1.7B",
5
+ "bias": "none",
6
+ "corda_config": null,
7
+ "eva_config": null,
8
+ "exclude_modules": null,
9
+ "fan_in_fan_out": false,
10
+ "inference_mode": true,
11
+ "init_lora_weights": true,
12
+ "layer_replication": null,
13
+ "layers_pattern": null,
14
+ "layers_to_transform": null,
15
+ "loftq_config": {},
16
+ "lora_alpha": 32,
17
+ "lora_bias": false,
18
+ "lora_dropout": 0.05,
19
+ "megatron_config": null,
20
+ "megatron_core": "megatron.core",
21
+ "modules_to_save": null,
22
+ "peft_type": "LORA",
23
+ "qalora_group_size": 16,
24
+ "r": 32,
25
+ "rank_pattern": {},
26
+ "revision": null,
27
+ "target_modules": [
28
+ "v_proj",
29
+ "gate_proj",
30
+ "up_proj",
31
+ "down_proj",
32
+ "k_proj",
33
+ "o_proj",
34
+ "q_proj"
35
+ ],
36
+ "task_type": "CAUSAL_LM",
37
+ "trainable_token_indices": null,
38
+ "use_dora": false,
39
+ "use_qalora": false,
40
+ "use_rslora": false
41
+ }
checkpoint-500/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c0d331f2a3e9b0a68adf4f5d7f72e510f2bd127177effd4381ba6a4cc14d38c
3
+ size 139512976
checkpoint-500/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-500/chat_template.jinja ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {% for message in messages %}
2
+ {% if message['role'] == 'user' %}
3
+ {{ '<|user|>
4
+ ' + message['content'] + eos_token }}
5
+ {% elif message['role'] == 'system' %}
6
+ {{ '<|system|>
7
+ ' + message['content'] + eos_token }}
8
+ {% elif message['role'] == 'assistant' %}
9
+ {{ '<|assistant|>
10
+ ' + message['content'] + eos_token }}
11
+ {% endif %}
12
+ {% if loop.last and add_generation_prompt %}
13
+ {{ '<|assistant|>' }}
14
+ {% endif %}
15
+ {% endfor %}
checkpoint-500/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-500/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ce3f6c83677a2cb7c3961529250ef25de0b837709ba4f12c753abf7aa0a1761
3
+ size 71281012
checkpoint-500/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd424fba129a537f8bbac84700dce17d7e574412aa8c4d66a1f4309819fb17d0
3
+ size 14244
checkpoint-500/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:33bcfd2aeee7c5f1481faced58809a7f1b7bb9d3cb96f49d4f9ab24b68ad0f66
3
+ size 1064
checkpoint-500/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-500/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aeb13307a71acd8fe81861d94ad54ab689df773318809eed3cbe794b4492dae4
3
+ size 11422654
checkpoint-500/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-500/trainer_state.json ADDED
@@ -0,0 +1,384 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 9.618357487922705,
6
+ "eval_steps": 500,
7
+ "global_step": 500,
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.1932367149758454,
14
+ "grad_norm": 9.72665023803711,
15
+ "learning_rate": 9.992610567545458e-06,
16
+ "loss": 6.4816,
17
+ "step": 10
18
+ },
19
+ {
20
+ "epoch": 0.3864734299516908,
21
+ "grad_norm": 5.790473937988281,
22
+ "learning_rate": 9.967094890324894e-06,
23
+ "loss": 5.3994,
24
+ "step": 20
25
+ },
26
+ {
27
+ "epoch": 0.5797101449275363,
28
+ "grad_norm": 4.916749954223633,
29
+ "learning_rate": 9.923454822514262e-06,
30
+ "loss": 4.5179,
31
+ "step": 30
32
+ },
33
+ {
34
+ "epoch": 0.7729468599033816,
35
+ "grad_norm": 4.569331645965576,
36
+ "learning_rate": 9.861849601988384e-06,
37
+ "loss": 3.7733,
38
+ "step": 40
39
+ },
40
+ {
41
+ "epoch": 0.966183574879227,
42
+ "grad_norm": 4.1129841804504395,
43
+ "learning_rate": 9.782504019516079e-06,
44
+ "loss": 3.0167,
45
+ "step": 50
46
+ },
47
+ {
48
+ "epoch": 1.1545893719806763,
49
+ "grad_norm": 3.721545934677124,
50
+ "learning_rate": 9.685707598523027e-06,
51
+ "loss": 2.2359,
52
+ "step": 60
53
+ },
54
+ {
55
+ "epoch": 1.3478260869565217,
56
+ "grad_norm": 2.538311004638672,
57
+ "learning_rate": 9.571813538652184e-06,
58
+ "loss": 1.5212,
59
+ "step": 70
60
+ },
61
+ {
62
+ "epoch": 1.541062801932367,
63
+ "grad_norm": 1.876523494720459,
64
+ "learning_rate": 9.441237426976596e-06,
65
+ "loss": 1.0284,
66
+ "step": 80
67
+ },
68
+ {
69
+ "epoch": 1.7342995169082127,
70
+ "grad_norm": 1.4319356679916382,
71
+ "learning_rate": 9.294455721567224e-06,
72
+ "loss": 0.7066,
73
+ "step": 90
74
+ },
75
+ {
76
+ "epoch": 1.927536231884058,
77
+ "grad_norm": 1.2226893901824951,
78
+ "learning_rate": 9.132004012949124e-06,
79
+ "loss": 0.5043,
80
+ "step": 100
81
+ },
82
+ {
83
+ "epoch": 2.1159420289855073,
84
+ "grad_norm": 1.1039533615112305,
85
+ "learning_rate": 8.954475069789703e-06,
86
+ "loss": 0.3595,
87
+ "step": 110
88
+ },
89
+ {
90
+ "epoch": 2.3091787439613527,
91
+ "grad_norm": 0.8911028504371643,
92
+ "learning_rate": 8.762516675950134e-06,
93
+ "loss": 0.2687,
94
+ "step": 120
95
+ },
96
+ {
97
+ "epoch": 2.502415458937198,
98
+ "grad_norm": 0.7713564038276672,
99
+ "learning_rate": 8.556829266792297e-06,
100
+ "loss": 0.207,
101
+ "step": 130
102
+ },
103
+ {
104
+ "epoch": 2.6956521739130435,
105
+ "grad_norm": 0.6270983815193176,
106
+ "learning_rate": 8.338163373366099e-06,
107
+ "loss": 0.164,
108
+ "step": 140
109
+ },
110
+ {
111
+ "epoch": 2.888888888888889,
112
+ "grad_norm": 0.5450633764266968,
113
+ "learning_rate": 8.107316883803071e-06,
114
+ "loss": 0.1343,
115
+ "step": 150
116
+ },
117
+ {
118
+ "epoch": 3.077294685990338,
119
+ "grad_norm": 0.46505942940711975,
120
+ "learning_rate": 7.865132131909106e-06,
121
+ "loss": 0.1137,
122
+ "step": 160
123
+ },
124
+ {
125
+ "epoch": 3.2705314009661834,
126
+ "grad_norm": 0.4359152913093567,
127
+ "learning_rate": 7.612492823579744e-06,
128
+ "loss": 0.0973,
129
+ "step": 170
130
+ },
131
+ {
132
+ "epoch": 3.463768115942029,
133
+ "grad_norm": 0.3963119685649872,
134
+ "learning_rate": 7.350320812253196e-06,
135
+ "loss": 0.0875,
136
+ "step": 180
137
+ },
138
+ {
139
+ "epoch": 3.6570048309178746,
140
+ "grad_norm": 0.361600399017334,
141
+ "learning_rate": 7.079572735167119e-06,
142
+ "loss": 0.0769,
143
+ "step": 190
144
+ },
145
+ {
146
+ "epoch": 3.85024154589372,
147
+ "grad_norm": 0.3512292206287384,
148
+ "learning_rate": 6.8012365226930825e-06,
149
+ "loss": 0.0705,
150
+ "step": 200
151
+ },
152
+ {
153
+ "epoch": 4.038647342995169,
154
+ "grad_norm": 0.30910539627075195,
155
+ "learning_rate": 6.516327793485776e-06,
156
+ "loss": 0.0622,
157
+ "step": 210
158
+ },
159
+ {
160
+ "epoch": 4.231884057971015,
161
+ "grad_norm": 0.2861171364784241,
162
+ "learning_rate": 6.225886148600688e-06,
163
+ "loss": 0.0582,
164
+ "step": 220
165
+ },
166
+ {
167
+ "epoch": 4.42512077294686,
168
+ "grad_norm": 0.2825333774089813,
169
+ "learning_rate": 5.930971378102585e-06,
170
+ "loss": 0.0533,
171
+ "step": 230
172
+ },
173
+ {
174
+ "epoch": 4.618357487922705,
175
+ "grad_norm": 0.26530200242996216,
176
+ "learning_rate": 5.632659594006498e-06,
177
+ "loss": 0.0505,
178
+ "step": 240
179
+ },
180
+ {
181
+ "epoch": 4.811594202898551,
182
+ "grad_norm": 0.24200841784477234,
183
+ "learning_rate": 5.332039303661683e-06,
184
+ "loss": 0.0474,
185
+ "step": 250
186
+ },
187
+ {
188
+ "epoch": 5.0,
189
+ "grad_norm": 0.24424873292446136,
190
+ "learning_rate": 5.030207437906354e-06,
191
+ "loss": 0.0434,
192
+ "step": 260
193
+ },
194
+ {
195
+ "epoch": 5.193236714975845,
196
+ "grad_norm": 0.22758834064006805,
197
+ "learning_rate": 4.728265348486e-06,
198
+ "loss": 0.0419,
199
+ "step": 270
200
+ },
201
+ {
202
+ "epoch": 5.386473429951691,
203
+ "grad_norm": 0.21970826387405396,
204
+ "learning_rate": 4.4273147893403126e-06,
205
+ "loss": 0.0396,
206
+ "step": 280
207
+ },
208
+ {
209
+ "epoch": 5.579710144927536,
210
+ "grad_norm": 0.19575871527194977,
211
+ "learning_rate": 4.1284538964225364e-06,
212
+ "loss": 0.037,
213
+ "step": 290
214
+ },
215
+ {
216
+ "epoch": 5.7729468599033815,
217
+ "grad_norm": 0.20970377326011658,
218
+ "learning_rate": 3.832773180720475e-06,
219
+ "loss": 0.0365,
220
+ "step": 300
221
+ },
222
+ {
223
+ "epoch": 5.966183574879227,
224
+ "grad_norm": 0.21905659139156342,
225
+ "learning_rate": 3.541351549100141e-06,
226
+ "loss": 0.0348,
227
+ "step": 310
228
+ },
229
+ {
230
+ "epoch": 6.154589371980676,
231
+ "grad_norm": 0.20344959199428558,
232
+ "learning_rate": 3.255252367491625e-06,
233
+ "loss": 0.0338,
234
+ "step": 320
235
+ },
236
+ {
237
+ "epoch": 6.3478260869565215,
238
+ "grad_norm": 0.18785010278224945,
239
+ "learning_rate": 2.9755195807821236e-06,
240
+ "loss": 0.0323,
241
+ "step": 330
242
+ },
243
+ {
244
+ "epoch": 6.541062801932367,
245
+ "grad_norm": 0.17721547186374664,
246
+ "learning_rate": 2.7031739035742575e-06,
247
+ "loss": 0.0313,
248
+ "step": 340
249
+ },
250
+ {
251
+ "epoch": 6.734299516908212,
252
+ "grad_norm": 0.18272855877876282,
253
+ "learning_rate": 2.43920909570919e-06,
254
+ "loss": 0.0314,
255
+ "step": 350
256
+ },
257
+ {
258
+ "epoch": 6.927536231884058,
259
+ "grad_norm": 0.17872507870197296,
260
+ "learning_rate": 2.1845883361447218e-06,
261
+ "loss": 0.0304,
262
+ "step": 360
263
+ },
264
+ {
265
+ "epoch": 7.115942028985507,
266
+ "grad_norm": 0.195228710770607,
267
+ "learning_rate": 1.94024070841974e-06,
268
+ "loss": 0.03,
269
+ "step": 370
270
+ },
271
+ {
272
+ "epoch": 7.309178743961352,
273
+ "grad_norm": 0.1662645787000656,
274
+ "learning_rate": 1.707057810529138e-06,
275
+ "loss": 0.0292,
276
+ "step": 380
277
+ },
278
+ {
279
+ "epoch": 7.5024154589371985,
280
+ "grad_norm": 0.17219869792461395,
281
+ "learning_rate": 1.485890501579414e-06,
282
+ "loss": 0.0284,
283
+ "step": 390
284
+ },
285
+ {
286
+ "epoch": 7.695652173913043,
287
+ "grad_norm": 0.17452393472194672,
288
+ "learning_rate": 1.2775457970960765e-06,
289
+ "loss": 0.028,
290
+ "step": 400
291
+ },
292
+ {
293
+ "epoch": 7.888888888888889,
294
+ "grad_norm": 0.16770771145820618,
295
+ "learning_rate": 1.0827839243115046e-06,
296
+ "loss": 0.0274,
297
+ "step": 410
298
+ },
299
+ {
300
+ "epoch": 8.077294685990339,
301
+ "grad_norm": 0.15907828509807587,
302
+ "learning_rate": 9.023155481782175e-07,
303
+ "loss": 0.0276,
304
+ "step": 420
305
+ },
306
+ {
307
+ "epoch": 8.270531400966183,
308
+ "grad_norm": 0.16959203779697418,
309
+ "learning_rate": 7.367991782295392e-07,
310
+ "loss": 0.0273,
311
+ "step": 430
312
+ },
313
+ {
314
+ "epoch": 8.46376811594203,
315
+ "grad_norm": 0.1602700799703598,
316
+ "learning_rate": 5.868387657497171e-07,
317
+ "loss": 0.0263,
318
+ "step": 440
319
+ },
320
+ {
321
+ "epoch": 8.657004830917874,
322
+ "grad_norm": 0.16489073634147644,
323
+ "learning_rate": 4.52981500021189e-07,
324
+ "loss": 0.0273,
325
+ "step": 450
326
+ },
327
+ {
328
+ "epoch": 8.85024154589372,
329
+ "grad_norm": 0.15676875412464142,
330
+ "learning_rate": 3.357158116902287e-07,
331
+ "loss": 0.0267,
332
+ "step": 460
333
+ },
334
+ {
335
+ "epoch": 9.03864734299517,
336
+ "grad_norm": 0.16544950008392334,
337
+ "learning_rate": 2.3546959053648565e-07,
338
+ "loss": 0.027,
339
+ "step": 470
340
+ },
341
+ {
342
+ "epoch": 9.231884057971014,
343
+ "grad_norm": 0.15167686343193054,
344
+ "learning_rate": 1.5260862414958554e-07,
345
+ "loss": 0.0262,
346
+ "step": 480
347
+ },
348
+ {
349
+ "epoch": 9.42512077294686,
350
+ "grad_norm": 0.158621147274971,
351
+ "learning_rate": 8.743526320988016e-08,
352
+ "loss": 0.0267,
353
+ "step": 490
354
+ },
355
+ {
356
+ "epoch": 9.618357487922705,
357
+ "grad_norm": 0.16042795777320862,
358
+ "learning_rate": 4.018731824360744e-08,
359
+ "loss": 0.0269,
360
+ "step": 500
361
+ }
362
+ ],
363
+ "logging_steps": 10,
364
+ "max_steps": 520,
365
+ "num_input_tokens_seen": 0,
366
+ "num_train_epochs": 10,
367
+ "save_steps": 100,
368
+ "stateful_callbacks": {
369
+ "TrainerControl": {
370
+ "args": {
371
+ "should_epoch_stop": false,
372
+ "should_evaluate": false,
373
+ "should_log": false,
374
+ "should_save": true,
375
+ "should_training_stop": false
376
+ },
377
+ "attributes": {}
378
+ }
379
+ },
380
+ "total_flos": 2.2582315444076544e+18,
381
+ "train_batch_size": 32,
382
+ "trial_name": null,
383
+ "trial_params": null
384
+ }
checkpoint-500/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ace98255dd4db8e9bcd801eb871efd3f93c7f9f84267be6c4b9074fb866434c1
3
+ size 5432
checkpoint-500/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-520/README.md ADDED
@@ -0,0 +1,210 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: unsloth/Qwen3-1.7B
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:unsloth/Qwen3-1.7B
7
+ - lora
8
+ - sft
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.16.0
checkpoint-520/adapter_config.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "unsloth/Qwen3-1.7B",
5
+ "bias": "none",
6
+ "corda_config": null,
7
+ "eva_config": null,
8
+ "exclude_modules": null,
9
+ "fan_in_fan_out": false,
10
+ "inference_mode": true,
11
+ "init_lora_weights": true,
12
+ "layer_replication": null,
13
+ "layers_pattern": null,
14
+ "layers_to_transform": null,
15
+ "loftq_config": {},
16
+ "lora_alpha": 32,
17
+ "lora_bias": false,
18
+ "lora_dropout": 0.05,
19
+ "megatron_config": null,
20
+ "megatron_core": "megatron.core",
21
+ "modules_to_save": null,
22
+ "peft_type": "LORA",
23
+ "qalora_group_size": 16,
24
+ "r": 32,
25
+ "rank_pattern": {},
26
+ "revision": null,
27
+ "target_modules": [
28
+ "v_proj",
29
+ "gate_proj",
30
+ "up_proj",
31
+ "down_proj",
32
+ "k_proj",
33
+ "o_proj",
34
+ "q_proj"
35
+ ],
36
+ "task_type": "CAUSAL_LM",
37
+ "trainable_token_indices": null,
38
+ "use_dora": false,
39
+ "use_qalora": false,
40
+ "use_rslora": false
41
+ }
checkpoint-520/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d57b6d13935a9fe934a97c0bba82fff3db769d3d8fc827aa9cdfae0096bee7e6
3
+ size 139512976
checkpoint-520/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-520/chat_template.jinja ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {% for message in messages %}
2
+ {% if message['role'] == 'user' %}
3
+ {{ '<|user|>
4
+ ' + message['content'] + eos_token }}
5
+ {% elif message['role'] == 'system' %}
6
+ {{ '<|system|>
7
+ ' + message['content'] + eos_token }}
8
+ {% elif message['role'] == 'assistant' %}
9
+ {{ '<|assistant|>
10
+ ' + message['content'] + eos_token }}
11
+ {% endif %}
12
+ {% if loop.last and add_generation_prompt %}
13
+ {{ '<|assistant|>' }}
14
+ {% endif %}
15
+ {% endfor %}
checkpoint-520/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-520/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4fb4a1b5ea63c6121b6f2f1baee0ffbfe654fee510a2c2f21622f20aa332232
3
+ size 71281012
checkpoint-520/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb36355c1377023f503b3269f5e0086ed366f52f9567544a1c17ccb466860e84
3
+ size 14244
checkpoint-520/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87d3de843e6c3602621efb94355e07b9949260442db1b420777671d02b21f6d3
3
+ size 1064
checkpoint-520/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-520/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aeb13307a71acd8fe81861d94ad54ab689df773318809eed3cbe794b4492dae4
3
+ size 11422654
checkpoint-520/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-520/trainer_state.json ADDED
@@ -0,0 +1,398 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 10.0,
6
+ "eval_steps": 500,
7
+ "global_step": 520,
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.1932367149758454,
14
+ "grad_norm": 9.72665023803711,
15
+ "learning_rate": 9.992610567545458e-06,
16
+ "loss": 6.4816,
17
+ "step": 10
18
+ },
19
+ {
20
+ "epoch": 0.3864734299516908,
21
+ "grad_norm": 5.790473937988281,
22
+ "learning_rate": 9.967094890324894e-06,
23
+ "loss": 5.3994,
24
+ "step": 20
25
+ },
26
+ {
27
+ "epoch": 0.5797101449275363,
28
+ "grad_norm": 4.916749954223633,
29
+ "learning_rate": 9.923454822514262e-06,
30
+ "loss": 4.5179,
31
+ "step": 30
32
+ },
33
+ {
34
+ "epoch": 0.7729468599033816,
35
+ "grad_norm": 4.569331645965576,
36
+ "learning_rate": 9.861849601988384e-06,
37
+ "loss": 3.7733,
38
+ "step": 40
39
+ },
40
+ {
41
+ "epoch": 0.966183574879227,
42
+ "grad_norm": 4.1129841804504395,
43
+ "learning_rate": 9.782504019516079e-06,
44
+ "loss": 3.0167,
45
+ "step": 50
46
+ },
47
+ {
48
+ "epoch": 1.1545893719806763,
49
+ "grad_norm": 3.721545934677124,
50
+ "learning_rate": 9.685707598523027e-06,
51
+ "loss": 2.2359,
52
+ "step": 60
53
+ },
54
+ {
55
+ "epoch": 1.3478260869565217,
56
+ "grad_norm": 2.538311004638672,
57
+ "learning_rate": 9.571813538652184e-06,
58
+ "loss": 1.5212,
59
+ "step": 70
60
+ },
61
+ {
62
+ "epoch": 1.541062801932367,
63
+ "grad_norm": 1.876523494720459,
64
+ "learning_rate": 9.441237426976596e-06,
65
+ "loss": 1.0284,
66
+ "step": 80
67
+ },
68
+ {
69
+ "epoch": 1.7342995169082127,
70
+ "grad_norm": 1.4319356679916382,
71
+ "learning_rate": 9.294455721567224e-06,
72
+ "loss": 0.7066,
73
+ "step": 90
74
+ },
75
+ {
76
+ "epoch": 1.927536231884058,
77
+ "grad_norm": 1.2226893901824951,
78
+ "learning_rate": 9.132004012949124e-06,
79
+ "loss": 0.5043,
80
+ "step": 100
81
+ },
82
+ {
83
+ "epoch": 2.1159420289855073,
84
+ "grad_norm": 1.1039533615112305,
85
+ "learning_rate": 8.954475069789703e-06,
86
+ "loss": 0.3595,
87
+ "step": 110
88
+ },
89
+ {
90
+ "epoch": 2.3091787439613527,
91
+ "grad_norm": 0.8911028504371643,
92
+ "learning_rate": 8.762516675950134e-06,
93
+ "loss": 0.2687,
94
+ "step": 120
95
+ },
96
+ {
97
+ "epoch": 2.502415458937198,
98
+ "grad_norm": 0.7713564038276672,
99
+ "learning_rate": 8.556829266792297e-06,
100
+ "loss": 0.207,
101
+ "step": 130
102
+ },
103
+ {
104
+ "epoch": 2.6956521739130435,
105
+ "grad_norm": 0.6270983815193176,
106
+ "learning_rate": 8.338163373366099e-06,
107
+ "loss": 0.164,
108
+ "step": 140
109
+ },
110
+ {
111
+ "epoch": 2.888888888888889,
112
+ "grad_norm": 0.5450633764266968,
113
+ "learning_rate": 8.107316883803071e-06,
114
+ "loss": 0.1343,
115
+ "step": 150
116
+ },
117
+ {
118
+ "epoch": 3.077294685990338,
119
+ "grad_norm": 0.46505942940711975,
120
+ "learning_rate": 7.865132131909106e-06,
121
+ "loss": 0.1137,
122
+ "step": 160
123
+ },
124
+ {
125
+ "epoch": 3.2705314009661834,
126
+ "grad_norm": 0.4359152913093567,
127
+ "learning_rate": 7.612492823579744e-06,
128
+ "loss": 0.0973,
129
+ "step": 170
130
+ },
131
+ {
132
+ "epoch": 3.463768115942029,
133
+ "grad_norm": 0.3963119685649872,
134
+ "learning_rate": 7.350320812253196e-06,
135
+ "loss": 0.0875,
136
+ "step": 180
137
+ },
138
+ {
139
+ "epoch": 3.6570048309178746,
140
+ "grad_norm": 0.361600399017334,
141
+ "learning_rate": 7.079572735167119e-06,
142
+ "loss": 0.0769,
143
+ "step": 190
144
+ },
145
+ {
146
+ "epoch": 3.85024154589372,
147
+ "grad_norm": 0.3512292206287384,
148
+ "learning_rate": 6.8012365226930825e-06,
149
+ "loss": 0.0705,
150
+ "step": 200
151
+ },
152
+ {
153
+ "epoch": 4.038647342995169,
154
+ "grad_norm": 0.30910539627075195,
155
+ "learning_rate": 6.516327793485776e-06,
156
+ "loss": 0.0622,
157
+ "step": 210
158
+ },
159
+ {
160
+ "epoch": 4.231884057971015,
161
+ "grad_norm": 0.2861171364784241,
162
+ "learning_rate": 6.225886148600688e-06,
163
+ "loss": 0.0582,
164
+ "step": 220
165
+ },
166
+ {
167
+ "epoch": 4.42512077294686,
168
+ "grad_norm": 0.2825333774089813,
169
+ "learning_rate": 5.930971378102585e-06,
170
+ "loss": 0.0533,
171
+ "step": 230
172
+ },
173
+ {
174
+ "epoch": 4.618357487922705,
175
+ "grad_norm": 0.26530200242996216,
176
+ "learning_rate": 5.632659594006498e-06,
177
+ "loss": 0.0505,
178
+ "step": 240
179
+ },
180
+ {
181
+ "epoch": 4.811594202898551,
182
+ "grad_norm": 0.24200841784477234,
183
+ "learning_rate": 5.332039303661683e-06,
184
+ "loss": 0.0474,
185
+ "step": 250
186
+ },
187
+ {
188
+ "epoch": 5.0,
189
+ "grad_norm": 0.24424873292446136,
190
+ "learning_rate": 5.030207437906354e-06,
191
+ "loss": 0.0434,
192
+ "step": 260
193
+ },
194
+ {
195
+ "epoch": 5.193236714975845,
196
+ "grad_norm": 0.22758834064006805,
197
+ "learning_rate": 4.728265348486e-06,
198
+ "loss": 0.0419,
199
+ "step": 270
200
+ },
201
+ {
202
+ "epoch": 5.386473429951691,
203
+ "grad_norm": 0.21970826387405396,
204
+ "learning_rate": 4.4273147893403126e-06,
205
+ "loss": 0.0396,
206
+ "step": 280
207
+ },
208
+ {
209
+ "epoch": 5.579710144927536,
210
+ "grad_norm": 0.19575871527194977,
211
+ "learning_rate": 4.1284538964225364e-06,
212
+ "loss": 0.037,
213
+ "step": 290
214
+ },
215
+ {
216
+ "epoch": 5.7729468599033815,
217
+ "grad_norm": 0.20970377326011658,
218
+ "learning_rate": 3.832773180720475e-06,
219
+ "loss": 0.0365,
220
+ "step": 300
221
+ },
222
+ {
223
+ "epoch": 5.966183574879227,
224
+ "grad_norm": 0.21905659139156342,
225
+ "learning_rate": 3.541351549100141e-06,
226
+ "loss": 0.0348,
227
+ "step": 310
228
+ },
229
+ {
230
+ "epoch": 6.154589371980676,
231
+ "grad_norm": 0.20344959199428558,
232
+ "learning_rate": 3.255252367491625e-06,
233
+ "loss": 0.0338,
234
+ "step": 320
235
+ },
236
+ {
237
+ "epoch": 6.3478260869565215,
238
+ "grad_norm": 0.18785010278224945,
239
+ "learning_rate": 2.9755195807821236e-06,
240
+ "loss": 0.0323,
241
+ "step": 330
242
+ },
243
+ {
244
+ "epoch": 6.541062801932367,
245
+ "grad_norm": 0.17721547186374664,
246
+ "learning_rate": 2.7031739035742575e-06,
247
+ "loss": 0.0313,
248
+ "step": 340
249
+ },
250
+ {
251
+ "epoch": 6.734299516908212,
252
+ "grad_norm": 0.18272855877876282,
253
+ "learning_rate": 2.43920909570919e-06,
254
+ "loss": 0.0314,
255
+ "step": 350
256
+ },
257
+ {
258
+ "epoch": 6.927536231884058,
259
+ "grad_norm": 0.17872507870197296,
260
+ "learning_rate": 2.1845883361447218e-06,
261
+ "loss": 0.0304,
262
+ "step": 360
263
+ },
264
+ {
265
+ "epoch": 7.115942028985507,
266
+ "grad_norm": 0.195228710770607,
267
+ "learning_rate": 1.94024070841974e-06,
268
+ "loss": 0.03,
269
+ "step": 370
270
+ },
271
+ {
272
+ "epoch": 7.309178743961352,
273
+ "grad_norm": 0.1662645787000656,
274
+ "learning_rate": 1.707057810529138e-06,
275
+ "loss": 0.0292,
276
+ "step": 380
277
+ },
278
+ {
279
+ "epoch": 7.5024154589371985,
280
+ "grad_norm": 0.17219869792461395,
281
+ "learning_rate": 1.485890501579414e-06,
282
+ "loss": 0.0284,
283
+ "step": 390
284
+ },
285
+ {
286
+ "epoch": 7.695652173913043,
287
+ "grad_norm": 0.17452393472194672,
288
+ "learning_rate": 1.2775457970960765e-06,
289
+ "loss": 0.028,
290
+ "step": 400
291
+ },
292
+ {
293
+ "epoch": 7.888888888888889,
294
+ "grad_norm": 0.16770771145820618,
295
+ "learning_rate": 1.0827839243115046e-06,
296
+ "loss": 0.0274,
297
+ "step": 410
298
+ },
299
+ {
300
+ "epoch": 8.077294685990339,
301
+ "grad_norm": 0.15907828509807587,
302
+ "learning_rate": 9.023155481782175e-07,
303
+ "loss": 0.0276,
304
+ "step": 420
305
+ },
306
+ {
307
+ "epoch": 8.270531400966183,
308
+ "grad_norm": 0.16959203779697418,
309
+ "learning_rate": 7.367991782295392e-07,
310
+ "loss": 0.0273,
311
+ "step": 430
312
+ },
313
+ {
314
+ "epoch": 8.46376811594203,
315
+ "grad_norm": 0.1602700799703598,
316
+ "learning_rate": 5.868387657497171e-07,
317
+ "loss": 0.0263,
318
+ "step": 440
319
+ },
320
+ {
321
+ "epoch": 8.657004830917874,
322
+ "grad_norm": 0.16489073634147644,
323
+ "learning_rate": 4.52981500021189e-07,
324
+ "loss": 0.0273,
325
+ "step": 450
326
+ },
327
+ {
328
+ "epoch": 8.85024154589372,
329
+ "grad_norm": 0.15676875412464142,
330
+ "learning_rate": 3.357158116902287e-07,
331
+ "loss": 0.0267,
332
+ "step": 460
333
+ },
334
+ {
335
+ "epoch": 9.03864734299517,
336
+ "grad_norm": 0.16544950008392334,
337
+ "learning_rate": 2.3546959053648565e-07,
338
+ "loss": 0.027,
339
+ "step": 470
340
+ },
341
+ {
342
+ "epoch": 9.231884057971014,
343
+ "grad_norm": 0.15167686343193054,
344
+ "learning_rate": 1.5260862414958554e-07,
345
+ "loss": 0.0262,
346
+ "step": 480
347
+ },
348
+ {
349
+ "epoch": 9.42512077294686,
350
+ "grad_norm": 0.158621147274971,
351
+ "learning_rate": 8.743526320988016e-08,
352
+ "loss": 0.0267,
353
+ "step": 490
354
+ },
355
+ {
356
+ "epoch": 9.618357487922705,
357
+ "grad_norm": 0.16042795777320862,
358
+ "learning_rate": 4.018731824360744e-08,
359
+ "loss": 0.0269,
360
+ "step": 500
361
+ },
362
+ {
363
+ "epoch": 9.81159420289855,
364
+ "grad_norm": 0.1612517535686493,
365
+ "learning_rate": 1.1037191878068843e-08,
366
+ "loss": 0.0265,
367
+ "step": 510
368
+ },
369
+ {
370
+ "epoch": 10.0,
371
+ "grad_norm": 0.19540855288505554,
372
+ "learning_rate": 9.124976313834577e-11,
373
+ "loss": 0.0262,
374
+ "step": 520
375
+ }
376
+ ],
377
+ "logging_steps": 10,
378
+ "max_steps": 520,
379
+ "num_input_tokens_seen": 0,
380
+ "num_train_epochs": 10,
381
+ "save_steps": 100,
382
+ "stateful_callbacks": {
383
+ "TrainerControl": {
384
+ "args": {
385
+ "should_epoch_stop": false,
386
+ "should_evaluate": false,
387
+ "should_log": false,
388
+ "should_save": true,
389
+ "should_training_stop": true
390
+ },
391
+ "attributes": {}
392
+ }
393
+ },
394
+ "total_flos": 2.347606713827328e+18,
395
+ "train_batch_size": 32,
396
+ "trial_name": null,
397
+ "trial_params": null
398
+ }
checkpoint-520/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ace98255dd4db8e9bcd801eb871efd3f93c7f9f84267be6c4b9074fb866434c1
3
+ size 5432
checkpoint-520/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
special_tokens_map.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|im_start|>",
4
+ "<|im_end|>",
5
+ "<|object_ref_start|>",
6
+ "<|object_ref_end|>",
7
+ "<|box_start|>",
8
+ "<|box_end|>",
9
+ "<|quad_start|>",
10
+ "<|quad_end|>",
11
+ "<|vision_start|>",
12
+ "<|vision_end|>",
13
+ "<|vision_pad|>",
14
+ "<|image_pad|>",
15
+ "<|video_pad|>"
16
+ ],
17
+ "eos_token": {
18
+ "content": "<|im_end|>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ },
24
+ "pad_token": {
25
+ "content": "<|vision_pad|>",
26
+ "lstrip": false,
27
+ "normalized": false,
28
+ "rstrip": false,
29
+ "single_word": false
30
+ }
31
+ }
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aeb13307a71acd8fe81861d94ad54ab689df773318809eed3cbe794b4492dae4
3
+ size 11422654
tokenizer_config.json ADDED
@@ -0,0 +1,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
+ }
vocab.json ADDED
The diff for this file is too large to render. See raw diff