Gege24 commited on
Commit
19c2eac
·
verified ·
1 Parent(s): adaabd5

Upload task output zeus-gr-intercode-1780170064

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,209 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: None
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:/cache/models/Qwen--Qwen3-4B-Instruct-2507
7
+ - lora
8
+ - sft
9
+ - transformers
10
+ - trl
11
+ ---
12
+
13
+ # Model Card for Model ID
14
+
15
+ <!-- Provide a quick summary of what the model is/does. -->
16
+
17
+
18
+
19
+ ## Model Details
20
+
21
+ ### Model Description
22
+
23
+ <!-- Provide a longer summary of what this model is. -->
24
+
25
+
26
+
27
+ - **Developed by:** [More Information Needed]
28
+ - **Funded by [optional]:** [More Information Needed]
29
+ - **Shared by [optional]:** [More Information Needed]
30
+ - **Model type:** [More Information Needed]
31
+ - **Language(s) (NLP):** [More Information Needed]
32
+ - **License:** [More Information Needed]
33
+ - **Finetuned from model [optional]:** [More Information Needed]
34
+
35
+ ### Model Sources [optional]
36
+
37
+ <!-- Provide the basic links for the model. -->
38
+
39
+ - **Repository:** [More Information Needed]
40
+ - **Paper [optional]:** [More Information Needed]
41
+ - **Demo [optional]:** [More Information Needed]
42
+
43
+ ## Uses
44
+
45
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
46
+
47
+ ### Direct Use
48
+
49
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
50
+
51
+ [More Information Needed]
52
+
53
+ ### Downstream Use [optional]
54
+
55
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
56
+
57
+ [More Information Needed]
58
+
59
+ ### Out-of-Scope Use
60
+
61
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
62
+
63
+ [More Information Needed]
64
+
65
+ ## Bias, Risks, and Limitations
66
+
67
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
68
+
69
+ [More Information Needed]
70
+
71
+ ### Recommendations
72
+
73
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
74
+
75
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
76
+
77
+ ## How to Get Started with the Model
78
+
79
+ Use the code below to get started with the model.
80
+
81
+ [More Information Needed]
82
+
83
+ ## Training Details
84
+
85
+ ### Training Data
86
+
87
+ <!-- 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. -->
88
+
89
+ [More Information Needed]
90
+
91
+ ### Training Procedure
92
+
93
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
94
+
95
+ #### Preprocessing [optional]
96
+
97
+ [More Information Needed]
98
+
99
+
100
+ #### Training Hyperparameters
101
+
102
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
103
+
104
+ #### Speeds, Sizes, Times [optional]
105
+
106
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
107
+
108
+ [More Information Needed]
109
+
110
+ ## Evaluation
111
+
112
+ <!-- This section describes the evaluation protocols and provides the results. -->
113
+
114
+ ### Testing Data, Factors & Metrics
115
+
116
+ #### Testing Data
117
+
118
+ <!-- This should link to a Dataset Card if possible. -->
119
+
120
+ [More Information Needed]
121
+
122
+ #### Factors
123
+
124
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
125
+
126
+ [More Information Needed]
127
+
128
+ #### Metrics
129
+
130
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
131
+
132
+ [More Information Needed]
133
+
134
+ ### Results
135
+
136
+ [More Information Needed]
137
+
138
+ #### Summary
139
+
140
+
141
+
142
+ ## Model Examination [optional]
143
+
144
+ <!-- Relevant interpretability work for the model goes here -->
145
+
146
+ [More Information Needed]
147
+
148
+ ## Environmental Impact
149
+
150
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
151
+
152
+ 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).
153
+
154
+ - **Hardware Type:** [More Information Needed]
155
+ - **Hours used:** [More Information Needed]
156
+ - **Cloud Provider:** [More Information Needed]
157
+ - **Compute Region:** [More Information Needed]
158
+ - **Carbon Emitted:** [More Information Needed]
159
+
160
+ ## Technical Specifications [optional]
161
+
162
+ ### Model Architecture and Objective
163
+
164
+ [More Information Needed]
165
+
166
+ ### Compute Infrastructure
167
+
168
+ [More Information Needed]
169
+
170
+ #### Hardware
171
+
172
+ [More Information Needed]
173
+
174
+ #### Software
175
+
176
+ [More Information Needed]
177
+
178
+ ## Citation [optional]
179
+
180
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
181
+
182
+ **BibTeX:**
183
+
184
+ [More Information Needed]
185
+
186
+ **APA:**
187
+
188
+ [More Information Needed]
189
+
190
+ ## Glossary [optional]
191
+
192
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
193
+
194
+ [More Information Needed]
195
+
196
+ ## More Information [optional]
197
+
198
+ [More Information Needed]
199
+
200
+ ## Model Card Authors [optional]
201
+
202
+ [More Information Needed]
203
+
204
+ ## Model Card Contact
205
+
206
+ [More Information Needed]
207
+ ### Framework versions
208
+
209
+ - PEFT 0.18.1
adapter_config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": null,
6
+ "base_model_name_or_path": null,
7
+ "bias": "none",
8
+ "corda_config": null,
9
+ "ensure_weight_tying": false,
10
+ "eva_config": null,
11
+ "exclude_modules": null,
12
+ "fan_in_fan_out": false,
13
+ "inference_mode": true,
14
+ "init_lora_weights": true,
15
+ "layer_replication": null,
16
+ "layers_pattern": null,
17
+ "layers_to_transform": null,
18
+ "loftq_config": {},
19
+ "lora_alpha": 512,
20
+ "lora_bias": false,
21
+ "lora_dropout": 0.1,
22
+ "megatron_config": null,
23
+ "megatron_core": "megatron.core",
24
+ "modules_to_save": null,
25
+ "peft_type": "LORA",
26
+ "peft_version": "0.18.1",
27
+ "qalora_group_size": 16,
28
+ "r": 128,
29
+ "rank_pattern": {},
30
+ "revision": null,
31
+ "target_modules": [
32
+ "down_proj",
33
+ "gate_proj",
34
+ "o_proj",
35
+ "q_proj",
36
+ "k_proj",
37
+ "up_proj",
38
+ "v_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
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac4922b71d5f7f03e4a956f54dd9e9cc2d6272b667c897c61229dfe4b63c2802
3
+ size 1057033224
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,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ {%- for message in messages %}
18
+ {%- if message.content is string %}
19
+ {%- set content = message.content %}
20
+ {%- else %}
21
+ {%- set content = '' %}
22
+ {%- endif %}
23
+ {%- if (message.role == "user") or (message.role == "system" and not loop.first) %}
24
+ {{- '<|im_start|>' + message.role + '\n' + content + '<|im_end|>' + '\n' }}
25
+ {%- elif message.role == "assistant" %}
26
+ {{- '<|im_start|>' + message.role + '\n' + content }}
27
+ {%- if message.tool_calls %}
28
+ {%- for tool_call in message.tool_calls %}
29
+ {%- if (loop.first and content) or (not loop.first) %}
30
+ {{- '\n' }}
31
+ {%- endif %}
32
+ {%- if tool_call.function %}
33
+ {%- set tool_call = tool_call.function %}
34
+ {%- endif %}
35
+ {{- '<tool_call>\n{"name": "' }}
36
+ {{- tool_call.name }}
37
+ {{- '", "arguments": ' }}
38
+ {%- if tool_call.arguments is string %}
39
+ {{- tool_call.arguments }}
40
+ {%- else %}
41
+ {{- tool_call.arguments | tojson }}
42
+ {%- endif %}
43
+ {{- '}\n</tool_call>' }}
44
+ {%- endfor %}
45
+ {%- endif %}
46
+ {{- '<|im_end|>\n' }}
47
+ {%- elif message.role == "tool" %}
48
+ {%- if loop.first or (messages[loop.index0 - 1].role != "tool") %}
49
+ {{- '<|im_start|>user' }}
50
+ {%- endif %}
51
+ {{- '\n<tool_response>\n' }}
52
+ {{- content }}
53
+ {{- '\n</tool_response>' }}
54
+ {%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
55
+ {{- '<|im_end|>\n' }}
56
+ {%- endif %}
57
+ {%- endif %}
58
+ {%- endfor %}
59
+ {%- if add_generation_prompt %}
60
+ {{- '<|im_start|>assistant\n' }}
61
+ {%- endif %}
loss.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ 231,no_eval
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": "<|endoftext|>",
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,239 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 1010000,
235
+ "pad_token": "<|endoftext|>",
236
+ "split_special_tokens": false,
237
+ "tokenizer_class": "Qwen2Tokenizer",
238
+ "unk_token": null
239
+ }
trainer_state.json ADDED
@@ -0,0 +1,448 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 0.9978401727861771,
6
+ "eval_steps": 500,
7
+ "global_step": 231,
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.02159827213822894,
14
+ "grad_norm": 4.777818202972412,
15
+ "learning_rate": 1.1903333333333333e-05,
16
+ "loss": 1.7478,
17
+ "mean_token_accuracy": 0.673093843460083,
18
+ "num_tokens": 327041.0,
19
+ "step": 5
20
+ },
21
+ {
22
+ "epoch": 0.04319654427645788,
23
+ "grad_norm": 1.6766164302825928,
24
+ "learning_rate": 2.6782500000000003e-05,
25
+ "loss": 1.1651,
26
+ "mean_token_accuracy": 0.7291636049747467,
27
+ "num_tokens": 654721.0,
28
+ "step": 10
29
+ },
30
+ {
31
+ "epoch": 0.06479481641468683,
32
+ "grad_norm": 1.0733250379562378,
33
+ "learning_rate": 3.570453895221049e-05,
34
+ "loss": 0.6245,
35
+ "mean_token_accuracy": 0.8475371032953263,
36
+ "num_tokens": 981309.0,
37
+ "step": 15
38
+ },
39
+ {
40
+ "epoch": 0.08639308855291576,
41
+ "grad_norm": 0.6415389180183411,
42
+ "learning_rate": 3.5643153305762796e-05,
43
+ "loss": 0.2271,
44
+ "mean_token_accuracy": 0.9391736060380935,
45
+ "num_tokens": 1307298.0,
46
+ "step": 20
47
+ },
48
+ {
49
+ "epoch": 0.1079913606911447,
50
+ "grad_norm": 1.9687130451202393,
51
+ "learning_rate": 3.551386955429542e-05,
52
+ "loss": 0.1078,
53
+ "mean_token_accuracy": 0.9679672092199325,
54
+ "num_tokens": 1634102.0,
55
+ "step": 25
56
+ },
57
+ {
58
+ "epoch": 0.12958963282937366,
59
+ "grad_norm": 0.43518000841140747,
60
+ "learning_rate": 3.531734649817135e-05,
61
+ "loss": 0.0894,
62
+ "mean_token_accuracy": 0.9722483873367309,
63
+ "num_tokens": 1960430.0,
64
+ "step": 30
65
+ },
66
+ {
67
+ "epoch": 0.1511879049676026,
68
+ "grad_norm": 0.3164879381656647,
69
+ "learning_rate": 3.505458557383748e-05,
70
+ "loss": 0.0748,
71
+ "mean_token_accuracy": 0.9752993941307068,
72
+ "num_tokens": 2287205.0,
73
+ "step": 35
74
+ },
75
+ {
76
+ "epoch": 0.17278617710583152,
77
+ "grad_norm": 12.315321922302246,
78
+ "learning_rate": 3.472692575073402e-05,
79
+ "loss": 0.0617,
80
+ "mean_token_accuracy": 0.9788013488054276,
81
+ "num_tokens": 2614608.0,
82
+ "step": 40
83
+ },
84
+ {
85
+ "epoch": 0.19438444924406048,
86
+ "grad_norm": 0.18295283615589142,
87
+ "learning_rate": 3.4336036708213154e-05,
88
+ "loss": 0.0579,
89
+ "mean_token_accuracy": 0.9799674391746521,
90
+ "num_tokens": 2942049.0,
91
+ "step": 45
92
+ },
93
+ {
94
+ "epoch": 0.2159827213822894,
95
+ "grad_norm": 0.10459253937005997,
96
+ "learning_rate": 3.3883910327235794e-05,
97
+ "loss": 0.0456,
98
+ "mean_token_accuracy": 0.9840161263942718,
99
+ "num_tokens": 3268494.0,
100
+ "step": 50
101
+ },
102
+ {
103
+ "epoch": 0.23758099352051837,
104
+ "grad_norm": 0.12234116345643997,
105
+ "learning_rate": 3.337285054020275e-05,
106
+ "loss": 0.0476,
107
+ "mean_token_accuracy": 0.9830995976924897,
108
+ "num_tokens": 3595171.0,
109
+ "step": 55
110
+ },
111
+ {
112
+ "epoch": 0.2591792656587473,
113
+ "grad_norm": 0.12831856310367584,
114
+ "learning_rate": 3.280546159064337e-05,
115
+ "loss": 0.0443,
116
+ "mean_token_accuracy": 0.9843576639890671,
117
+ "num_tokens": 3922203.0,
118
+ "step": 60
119
+ },
120
+ {
121
+ "epoch": 0.28077753779697623,
122
+ "grad_norm": 0.16520845890045166,
123
+ "learning_rate": 3.218463476258741e-05,
124
+ "loss": 0.0414,
125
+ "mean_token_accuracy": 0.9853224068880081,
126
+ "num_tokens": 4249258.0,
127
+ "step": 65
128
+ },
129
+ {
130
+ "epoch": 0.3023758099352052,
131
+ "grad_norm": 0.5860384702682495,
132
+ "learning_rate": 3.151353364724442e-05,
133
+ "loss": 0.044,
134
+ "mean_token_accuracy": 0.9839389264583588,
135
+ "num_tokens": 4576500.0,
136
+ "step": 70
137
+ },
138
+ {
139
+ "epoch": 0.32397408207343414,
140
+ "grad_norm": 0.15807564556598663,
141
+ "learning_rate": 3.0795578022068034e-05,
142
+ "loss": 0.0436,
143
+ "mean_token_accuracy": 0.9843764930963517,
144
+ "num_tokens": 4903657.0,
145
+ "step": 75
146
+ },
147
+ {
148
+ "epoch": 0.34557235421166305,
149
+ "grad_norm": 0.10453962534666061,
150
+ "learning_rate": 3.003442642435402e-05,
151
+ "loss": 0.04,
152
+ "mean_token_accuracy": 0.9854078710079193,
153
+ "num_tokens": 5230081.0,
154
+ "step": 80
155
+ },
156
+ {
157
+ "epoch": 0.367170626349892,
158
+ "grad_norm": 0.11286672949790955,
159
+ "learning_rate": 2.923395750817275e-05,
160
+ "loss": 0.0398,
161
+ "mean_token_accuracy": 0.9855783194303512,
162
+ "num_tokens": 5556925.0,
163
+ "step": 85
164
+ },
165
+ {
166
+ "epoch": 0.38876889848812096,
167
+ "grad_norm": 0.2122899740934372,
168
+ "learning_rate": 2.8398250279637206e-05,
169
+ "loss": 0.0372,
170
+ "mean_token_accuracy": 0.9866322726011276,
171
+ "num_tokens": 5883992.0,
172
+ "step": 90
173
+ },
174
+ {
175
+ "epoch": 0.4103671706263499,
176
+ "grad_norm": 0.12236664444208145,
177
+ "learning_rate": 2.753156331122277e-05,
178
+ "loss": 0.0403,
179
+ "mean_token_accuracy": 0.9852587074041367,
180
+ "num_tokens": 6210605.0,
181
+ "step": 95
182
+ },
183
+ {
184
+ "epoch": 0.4319654427645788,
185
+ "grad_norm": 0.09743868559598923,
186
+ "learning_rate": 2.6638313041058053e-05,
187
+ "loss": 0.0363,
188
+ "mean_token_accuracy": 0.9869196385145187,
189
+ "num_tokens": 6537632.0,
190
+ "step": 100
191
+ },
192
+ {
193
+ "epoch": 0.4535637149028078,
194
+ "grad_norm": 0.12190241366624832,
195
+ "learning_rate": 2.5723051267768538e-05,
196
+ "loss": 0.0357,
197
+ "mean_token_accuracy": 0.9869883239269257,
198
+ "num_tokens": 6864705.0,
199
+ "step": 105
200
+ },
201
+ {
202
+ "epoch": 0.47516198704103674,
203
+ "grad_norm": 0.08914244920015335,
204
+ "learning_rate": 2.4790441955554125e-05,
205
+ "loss": 0.0375,
206
+ "mean_token_accuracy": 0.9862172365188598,
207
+ "num_tokens": 7192178.0,
208
+ "step": 110
209
+ },
210
+ {
211
+ "epoch": 0.49676025917926564,
212
+ "grad_norm": 0.09364324063062668,
213
+ "learning_rate": 2.3845237467696704e-05,
214
+ "loss": 0.042,
215
+ "mean_token_accuracy": 0.9846871644258499,
216
+ "num_tokens": 7518769.0,
217
+ "step": 115
218
+ },
219
+ {
220
+ "epoch": 0.5183585313174947,
221
+ "grad_norm": 0.1068236380815506,
222
+ "learning_rate": 2.2892254349606132e-05,
223
+ "loss": 0.0376,
224
+ "mean_token_accuracy": 0.9862382262945175,
225
+ "num_tokens": 7845781.0,
226
+ "step": 120
227
+ },
228
+ {
229
+ "epoch": 0.5399568034557235,
230
+ "grad_norm": 0.08777054399251938,
231
+ "learning_rate": 2.1936348784808918e-05,
232
+ "loss": 0.041,
233
+ "mean_token_accuracy": 0.9851777613162994,
234
+ "num_tokens": 8172882.0,
235
+ "step": 125
236
+ },
237
+ {
238
+ "epoch": 0.5615550755939525,
239
+ "grad_norm": 0.10713644325733185,
240
+ "learning_rate": 2.0982391848950114e-05,
241
+ "loss": 0.0382,
242
+ "mean_token_accuracy": 0.9860901892185211,
243
+ "num_tokens": 8499891.0,
244
+ "step": 130
245
+ },
246
+ {
247
+ "epoch": 0.5831533477321814,
248
+ "grad_norm": 0.09616448730230331,
249
+ "learning_rate": 2.0035244687908377e-05,
250
+ "loss": 0.0357,
251
+ "mean_token_accuracy": 0.9870383441448212,
252
+ "num_tokens": 8827333.0,
253
+ "step": 135
254
+ },
255
+ {
256
+ "epoch": 0.6047516198704104,
257
+ "grad_norm": 0.11250793933868408,
258
+ "learning_rate": 1.9099733746510814e-05,
259
+ "loss": 0.0373,
260
+ "mean_token_accuracy": 0.9865201264619827,
261
+ "num_tokens": 9153215.0,
262
+ "step": 140
263
+ },
264
+ {
265
+ "epoch": 0.6263498920086393,
266
+ "grad_norm": 0.07551588118076324,
267
+ "learning_rate": 1.818062617407649e-05,
268
+ "loss": 0.0367,
269
+ "mean_token_accuracy": 0.9866218030452728,
270
+ "num_tokens": 9480065.0,
271
+ "step": 145
272
+ },
273
+ {
274
+ "epoch": 0.6479481641468683,
275
+ "grad_norm": 0.15281730890274048,
276
+ "learning_rate": 1.7282605532116228e-05,
277
+ "loss": 0.0357,
278
+ "mean_token_accuracy": 0.9870801359415055,
279
+ "num_tokens": 9806285.0,
280
+ "step": 150
281
+ },
282
+ {
283
+ "epoch": 0.6695464362850972,
284
+ "grad_norm": 0.07491156458854675,
285
+ "learning_rate": 1.641024792797671e-05,
286
+ "loss": 0.0346,
287
+ "mean_token_accuracy": 0.9874009698629379,
288
+ "num_tokens": 10133128.0,
289
+ "step": 155
290
+ },
291
+ {
292
+ "epoch": 0.6911447084233261,
293
+ "grad_norm": 0.08615657687187195,
294
+ "learning_rate": 1.5567998696046392e-05,
295
+ "loss": 0.0328,
296
+ "mean_token_accuracy": 0.9880871474742889,
297
+ "num_tokens": 10459417.0,
298
+ "step": 160
299
+ },
300
+ {
301
+ "epoch": 0.712742980561555,
302
+ "grad_norm": 0.09050696343183517,
303
+ "learning_rate": 1.4760149745350381e-05,
304
+ "loss": 0.0359,
305
+ "mean_token_accuracy": 0.9867339074611664,
306
+ "num_tokens": 10786059.0,
307
+ "step": 165
308
+ },
309
+ {
310
+ "epoch": 0.734341252699784,
311
+ "grad_norm": 0.21551507711410522,
312
+ "learning_rate": 1.3990817688965879e-05,
313
+ "loss": 0.0373,
314
+ "mean_token_accuracy": 0.9864282488822937,
315
+ "num_tokens": 11112457.0,
316
+ "step": 170
317
+ },
318
+ {
319
+ "epoch": 0.755939524838013,
320
+ "grad_norm": 0.07269071042537689,
321
+ "learning_rate": 1.3263922866705542e-05,
322
+ "loss": 0.036,
323
+ "mean_token_accuracy": 0.9867516905069351,
324
+ "num_tokens": 11439674.0,
325
+ "step": 175
326
+ },
327
+ {
328
+ "epoch": 0.7775377969762419,
329
+ "grad_norm": 0.12428650259971619,
330
+ "learning_rate": 1.2583169367964404e-05,
331
+ "loss": 0.0378,
332
+ "mean_token_accuracy": 0.9861906915903091,
333
+ "num_tokens": 11766139.0,
334
+ "step": 180
335
+ },
336
+ {
337
+ "epoch": 0.7991360691144709,
338
+ "grad_norm": 0.0770215094089508,
339
+ "learning_rate": 1.1952026156529388e-05,
340
+ "loss": 0.0362,
341
+ "mean_token_accuracy": 0.986765107512474,
342
+ "num_tokens": 12092848.0,
343
+ "step": 185
344
+ },
345
+ {
346
+ "epoch": 0.8207343412526998,
347
+ "grad_norm": 0.07880507409572601,
348
+ "learning_rate": 1.1373709393535004e-05,
349
+ "loss": 0.0341,
350
+ "mean_token_accuracy": 0.9875539094209671,
351
+ "num_tokens": 12420090.0,
352
+ "step": 190
353
+ },
354
+ {
355
+ "epoch": 0.8423326133909287,
356
+ "grad_norm": 0.09498883038759232,
357
+ "learning_rate": 1.085116604864341e-05,
358
+ "loss": 0.0305,
359
+ "mean_token_accuracy": 0.988871157169342,
360
+ "num_tokens": 12747362.0,
361
+ "step": 195
362
+ },
363
+ {
364
+ "epoch": 0.8639308855291576,
365
+ "grad_norm": 0.10424337536096573,
366
+ "learning_rate": 1.038705888296252e-05,
367
+ "loss": 0.0347,
368
+ "mean_token_accuracy": 0.987392121553421,
369
+ "num_tokens": 13074826.0,
370
+ "step": 200
371
+ },
372
+ {
373
+ "epoch": 0.8855291576673866,
374
+ "grad_norm": 0.09163855761289597,
375
+ "learning_rate": 9.983752880225764e-06,
376
+ "loss": 0.0342,
377
+ "mean_token_accuracy": 0.9873875081539154,
378
+ "num_tokens": 13400958.0,
379
+ "step": 205
380
+ },
381
+ {
382
+ "epoch": 0.9071274298056156,
383
+ "grad_norm": 0.13818813860416412,
384
+ "learning_rate": 9.643303195377083e-06,
385
+ "loss": 0.0391,
386
+ "mean_token_accuracy": 0.9855553776025772,
387
+ "num_tokens": 13727990.0,
388
+ "step": 210
389
+ },
390
+ {
391
+ "epoch": 0.9287257019438445,
392
+ "grad_norm": 0.07480086386203766,
393
+ "learning_rate": 9.367444681972418e-06,
394
+ "loss": 0.0371,
395
+ "mean_token_accuracy": 0.9866992443799972,
396
+ "num_tokens": 14055037.0,
397
+ "step": 215
398
+ },
399
+ {
400
+ "epoch": 0.9503239740820735,
401
+ "grad_norm": 0.07980502396821976,
402
+ "learning_rate": 9.157583051763647e-06,
403
+ "loss": 0.0338,
404
+ "mean_token_accuracy": 0.9877716153860092,
405
+ "num_tokens": 14382589.0,
406
+ "step": 220
407
+ },
408
+ {
409
+ "epoch": 0.9719222462203023,
410
+ "grad_norm": 0.1249043345451355,
411
+ "learning_rate": 9.014787711513727e-06,
412
+ "loss": 0.0328,
413
+ "mean_token_accuracy": 0.9879971414804458,
414
+ "num_tokens": 14709624.0,
415
+ "step": 225
416
+ },
417
+ {
418
+ "epoch": 0.9935205183585313,
419
+ "grad_norm": 0.10734046995639801,
420
+ "learning_rate": 8.939786313544953e-06,
421
+ "loss": 0.0352,
422
+ "mean_token_accuracy": 0.987159937620163,
423
+ "num_tokens": 15036472.0,
424
+ "step": 230
425
+ }
426
+ ],
427
+ "logging_steps": 5,
428
+ "max_steps": 232,
429
+ "num_input_tokens_seen": 0,
430
+ "num_train_epochs": 1,
431
+ "save_steps": 500,
432
+ "stateful_callbacks": {
433
+ "TrainerControl": {
434
+ "args": {
435
+ "should_epoch_stop": false,
436
+ "should_evaluate": false,
437
+ "should_log": false,
438
+ "should_save": true,
439
+ "should_training_stop": false
440
+ },
441
+ "attributes": {}
442
+ }
443
+ },
444
+ "total_flos": 3.531691228313682e+17,
445
+ "train_batch_size": 8,
446
+ "trial_name": null,
447
+ "trial_params": null
448
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e360a74ad56d2f7b7e5920cb90907270267e8fc56c9b0314e80b018404b13a2
3
+ size 6545
vocab.json ADDED
The diff for this file is too large to render. See raw diff