DEVNA0111 commited on
Commit
411eef4
·
verified ·
1 Parent(s): 5a08230

Upload folder using huggingface_hub

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,207 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen2.5-0.5B-Instruct
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:Qwen/Qwen2.5-0.5B-Instruct
7
+ - lora
8
+ - transformers
9
+ ---
10
+
11
+ # Model Card for Model ID
12
+
13
+ <!-- Provide a quick summary of what the model is/does. -->
14
+
15
+
16
+
17
+ ## Model Details
18
+
19
+ ### Model Description
20
+
21
+ <!-- Provide a longer summary of what this model is. -->
22
+
23
+
24
+
25
+ - **Developed by:** [More Information Needed]
26
+ - **Funded by [optional]:** [More Information Needed]
27
+ - **Shared by [optional]:** [More Information Needed]
28
+ - **Model type:** [More Information Needed]
29
+ - **Language(s) (NLP):** [More Information Needed]
30
+ - **License:** [More Information Needed]
31
+ - **Finetuned from model [optional]:** [More Information Needed]
32
+
33
+ ### Model Sources [optional]
34
+
35
+ <!-- Provide the basic links for the model. -->
36
+
37
+ - **Repository:** [More Information Needed]
38
+ - **Paper [optional]:** [More Information Needed]
39
+ - **Demo [optional]:** [More Information Needed]
40
+
41
+ ## Uses
42
+
43
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
44
+
45
+ ### Direct Use
46
+
47
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
48
+
49
+ [More Information Needed]
50
+
51
+ ### Downstream Use [optional]
52
+
53
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
54
+
55
+ [More Information Needed]
56
+
57
+ ### Out-of-Scope Use
58
+
59
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
60
+
61
+ [More Information Needed]
62
+
63
+ ## Bias, Risks, and Limitations
64
+
65
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
66
+
67
+ [More Information Needed]
68
+
69
+ ### Recommendations
70
+
71
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
72
+
73
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
74
+
75
+ ## How to Get Started with the Model
76
+
77
+ Use the code below to get started with the model.
78
+
79
+ [More Information Needed]
80
+
81
+ ## Training Details
82
+
83
+ ### Training Data
84
+
85
+ <!-- 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. -->
86
+
87
+ [More Information Needed]
88
+
89
+ ### Training Procedure
90
+
91
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
92
+
93
+ #### Preprocessing [optional]
94
+
95
+ [More Information Needed]
96
+
97
+
98
+ #### Training Hyperparameters
99
+
100
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
101
+
102
+ #### Speeds, Sizes, Times [optional]
103
+
104
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
105
+
106
+ [More Information Needed]
107
+
108
+ ## Evaluation
109
+
110
+ <!-- This section describes the evaluation protocols and provides the results. -->
111
+
112
+ ### Testing Data, Factors & Metrics
113
+
114
+ #### Testing Data
115
+
116
+ <!-- This should link to a Dataset Card if possible. -->
117
+
118
+ [More Information Needed]
119
+
120
+ #### Factors
121
+
122
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
123
+
124
+ [More Information Needed]
125
+
126
+ #### Metrics
127
+
128
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
129
+
130
+ [More Information Needed]
131
+
132
+ ### Results
133
+
134
+ [More Information Needed]
135
+
136
+ #### Summary
137
+
138
+
139
+
140
+ ## Model Examination [optional]
141
+
142
+ <!-- Relevant interpretability work for the model goes here -->
143
+
144
+ [More Information Needed]
145
+
146
+ ## Environmental Impact
147
+
148
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
149
+
150
+ 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).
151
+
152
+ - **Hardware Type:** [More Information Needed]
153
+ - **Hours used:** [More Information Needed]
154
+ - **Cloud Provider:** [More Information Needed]
155
+ - **Compute Region:** [More Information Needed]
156
+ - **Carbon Emitted:** [More Information Needed]
157
+
158
+ ## Technical Specifications [optional]
159
+
160
+ ### Model Architecture and Objective
161
+
162
+ [More Information Needed]
163
+
164
+ ### Compute Infrastructure
165
+
166
+ [More Information Needed]
167
+
168
+ #### Hardware
169
+
170
+ [More Information Needed]
171
+
172
+ #### Software
173
+
174
+ [More Information Needed]
175
+
176
+ ## Citation [optional]
177
+
178
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
179
+
180
+ **BibTeX:**
181
+
182
+ [More Information Needed]
183
+
184
+ **APA:**
185
+
186
+ [More Information Needed]
187
+
188
+ ## Glossary [optional]
189
+
190
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
191
+
192
+ [More Information Needed]
193
+
194
+ ## More Information [optional]
195
+
196
+ [More Information Needed]
197
+
198
+ ## Model Card Authors [optional]
199
+
200
+ [More Information Needed]
201
+
202
+ ## Model Card Contact
203
+
204
+ [More Information Needed]
205
+ ### Framework versions
206
+
207
+ - PEFT 0.17.1.dev0
adapter_config.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "Qwen/Qwen2.5-0.5B-Instruct",
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": 8,
25
+ "rank_pattern": {},
26
+ "revision": null,
27
+ "target_modules": [
28
+ "o_proj",
29
+ "gate_proj",
30
+ "k_proj",
31
+ "q_proj",
32
+ "down_proj",
33
+ "v_proj",
34
+ "up_proj"
35
+ ],
36
+ "target_parameters": null,
37
+ "task_type": "CAUSAL_LM",
38
+ "trainable_token_indices": null,
39
+ "use_dora": false,
40
+ "use_qalora": false,
41
+ "use_rslora": false
42
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a735a69a43f0c591a0537d072fe7ea244bc714844395d0f279ca2475b95eba0b
3
+ size 17640136
added_tokens.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "</tool_call>": 151658,
3
+ "<tool_call>": 151657,
4
+ "<|box_end|>": 151649,
5
+ "<|box_start|>": 151648,
6
+ "<|endoftext|>": 151643,
7
+ "<|file_sep|>": 151664,
8
+ "<|fim_middle|>": 151660,
9
+ "<|fim_pad|>": 151662,
10
+ "<|fim_prefix|>": 151659,
11
+ "<|fim_suffix|>": 151661,
12
+ "<|im_end|>": 151645,
13
+ "<|im_start|>": 151644,
14
+ "<|image_pad|>": 151655,
15
+ "<|object_ref_end|>": 151647,
16
+ "<|object_ref_start|>": 151646,
17
+ "<|quad_end|>": 151651,
18
+ "<|quad_start|>": 151650,
19
+ "<|repo_name|>": 151663,
20
+ "<|video_pad|>": 151656,
21
+ "<|vision_end|>": 151653,
22
+ "<|vision_pad|>": 151654,
23
+ "<|vision_start|>": 151652
24
+ }
chat_template.jinja ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {%- if tools %}
2
+ {{- '<|im_start|>system\n' }}
3
+ {%- if messages[0]['role'] == 'system' %}
4
+ {{- messages[0]['content'] }}
5
+ {%- else %}
6
+ {{- 'You are Qwen, created by Alibaba Cloud. You are a helpful assistant.' }}
7
+ {%- endif %}
8
+ {{- "\n\n# 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>" }}
9
+ {%- for tool in tools %}
10
+ {{- "\n" }}
11
+ {{- tool | tojson }}
12
+ {%- endfor %}
13
+ {{- "\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" }}
14
+ {%- else %}
15
+ {%- if messages[0]['role'] == 'system' %}
16
+ {{- '<|im_start|>system\n' + messages[0]['content'] + '<|im_end|>\n' }}
17
+ {%- else %}
18
+ {{- '<|im_start|>system\nYou are Qwen, created by Alibaba Cloud. You are a helpful assistant.<|im_end|>\n' }}
19
+ {%- endif %}
20
+ {%- endif %}
21
+ {%- for message in messages %}
22
+ {%- if (message.role == "user") or (message.role == "system" and not loop.first) or (message.role == "assistant" and not message.tool_calls) %}
23
+ {{- '<|im_start|>' + message.role + '\n' + message.content + '<|im_end|>' + '\n' }}
24
+ {%- elif message.role == "assistant" %}
25
+ {{- '<|im_start|>' + message.role }}
26
+ {%- if message.content %}
27
+ {{- '\n' + message.content }}
28
+ {%- endif %}
29
+ {%- for tool_call in message.tool_calls %}
30
+ {%- if tool_call.function is defined %}
31
+ {%- set tool_call = tool_call.function %}
32
+ {%- endif %}
33
+ {{- '\n<tool_call>\n{"name": "' }}
34
+ {{- tool_call.name }}
35
+ {{- '", "arguments": ' }}
36
+ {{- tool_call.arguments | tojson }}
37
+ {{- '}\n</tool_call>' }}
38
+ {%- endfor %}
39
+ {{- '<|im_end|>\n' }}
40
+ {%- elif message.role == "tool" %}
41
+ {%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != "tool") %}
42
+ {{- '<|im_start|>user' }}
43
+ {%- endif %}
44
+ {{- '\n<tool_response>\n' }}
45
+ {{- message.content }}
46
+ {{- '\n</tool_response>' }}
47
+ {%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
48
+ {{- '<|im_end|>\n' }}
49
+ {%- endif %}
50
+ {%- endif %}
51
+ {%- endfor %}
52
+ {%- if add_generation_prompt %}
53
+ {{- '<|im_start|>assistant\n' }}
54
+ {%- endif %}
checkpoint-1500/README.md ADDED
@@ -0,0 +1,207 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen2.5-0.5B-Instruct
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:Qwen/Qwen2.5-0.5B-Instruct
7
+ - lora
8
+ - transformers
9
+ ---
10
+
11
+ # Model Card for Model ID
12
+
13
+ <!-- Provide a quick summary of what the model is/does. -->
14
+
15
+
16
+
17
+ ## Model Details
18
+
19
+ ### Model Description
20
+
21
+ <!-- Provide a longer summary of what this model is. -->
22
+
23
+
24
+
25
+ - **Developed by:** [More Information Needed]
26
+ - **Funded by [optional]:** [More Information Needed]
27
+ - **Shared by [optional]:** [More Information Needed]
28
+ - **Model type:** [More Information Needed]
29
+ - **Language(s) (NLP):** [More Information Needed]
30
+ - **License:** [More Information Needed]
31
+ - **Finetuned from model [optional]:** [More Information Needed]
32
+
33
+ ### Model Sources [optional]
34
+
35
+ <!-- Provide the basic links for the model. -->
36
+
37
+ - **Repository:** [More Information Needed]
38
+ - **Paper [optional]:** [More Information Needed]
39
+ - **Demo [optional]:** [More Information Needed]
40
+
41
+ ## Uses
42
+
43
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
44
+
45
+ ### Direct Use
46
+
47
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
48
+
49
+ [More Information Needed]
50
+
51
+ ### Downstream Use [optional]
52
+
53
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
54
+
55
+ [More Information Needed]
56
+
57
+ ### Out-of-Scope Use
58
+
59
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
60
+
61
+ [More Information Needed]
62
+
63
+ ## Bias, Risks, and Limitations
64
+
65
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
66
+
67
+ [More Information Needed]
68
+
69
+ ### Recommendations
70
+
71
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
72
+
73
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
74
+
75
+ ## How to Get Started with the Model
76
+
77
+ Use the code below to get started with the model.
78
+
79
+ [More Information Needed]
80
+
81
+ ## Training Details
82
+
83
+ ### Training Data
84
+
85
+ <!-- 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. -->
86
+
87
+ [More Information Needed]
88
+
89
+ ### Training Procedure
90
+
91
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
92
+
93
+ #### Preprocessing [optional]
94
+
95
+ [More Information Needed]
96
+
97
+
98
+ #### Training Hyperparameters
99
+
100
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
101
+
102
+ #### Speeds, Sizes, Times [optional]
103
+
104
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
105
+
106
+ [More Information Needed]
107
+
108
+ ## Evaluation
109
+
110
+ <!-- This section describes the evaluation protocols and provides the results. -->
111
+
112
+ ### Testing Data, Factors & Metrics
113
+
114
+ #### Testing Data
115
+
116
+ <!-- This should link to a Dataset Card if possible. -->
117
+
118
+ [More Information Needed]
119
+
120
+ #### Factors
121
+
122
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
123
+
124
+ [More Information Needed]
125
+
126
+ #### Metrics
127
+
128
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
129
+
130
+ [More Information Needed]
131
+
132
+ ### Results
133
+
134
+ [More Information Needed]
135
+
136
+ #### Summary
137
+
138
+
139
+
140
+ ## Model Examination [optional]
141
+
142
+ <!-- Relevant interpretability work for the model goes here -->
143
+
144
+ [More Information Needed]
145
+
146
+ ## Environmental Impact
147
+
148
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
149
+
150
+ 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).
151
+
152
+ - **Hardware Type:** [More Information Needed]
153
+ - **Hours used:** [More Information Needed]
154
+ - **Cloud Provider:** [More Information Needed]
155
+ - **Compute Region:** [More Information Needed]
156
+ - **Carbon Emitted:** [More Information Needed]
157
+
158
+ ## Technical Specifications [optional]
159
+
160
+ ### Model Architecture and Objective
161
+
162
+ [More Information Needed]
163
+
164
+ ### Compute Infrastructure
165
+
166
+ [More Information Needed]
167
+
168
+ #### Hardware
169
+
170
+ [More Information Needed]
171
+
172
+ #### Software
173
+
174
+ [More Information Needed]
175
+
176
+ ## Citation [optional]
177
+
178
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
179
+
180
+ **BibTeX:**
181
+
182
+ [More Information Needed]
183
+
184
+ **APA:**
185
+
186
+ [More Information Needed]
187
+
188
+ ## Glossary [optional]
189
+
190
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
191
+
192
+ [More Information Needed]
193
+
194
+ ## More Information [optional]
195
+
196
+ [More Information Needed]
197
+
198
+ ## Model Card Authors [optional]
199
+
200
+ [More Information Needed]
201
+
202
+ ## Model Card Contact
203
+
204
+ [More Information Needed]
205
+ ### Framework versions
206
+
207
+ - PEFT 0.17.1.dev0
checkpoint-1500/adapter_config.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "Qwen/Qwen2.5-0.5B-Instruct",
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": 8,
25
+ "rank_pattern": {},
26
+ "revision": null,
27
+ "target_modules": [
28
+ "o_proj",
29
+ "gate_proj",
30
+ "k_proj",
31
+ "q_proj",
32
+ "down_proj",
33
+ "v_proj",
34
+ "up_proj"
35
+ ],
36
+ "target_parameters": null,
37
+ "task_type": "CAUSAL_LM",
38
+ "trainable_token_indices": null,
39
+ "use_dora": false,
40
+ "use_qalora": false,
41
+ "use_rslora": false
42
+ }
checkpoint-1500/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0621b02e9019c47f848c1d51fdc309aa6b5493b8939b13517875db7cccb52084
3
+ size 17640136
checkpoint-1500/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:222b9b25b71b010cdb537f9c992b6c3677812c66bf881ed7467e91c28a2677ff
3
+ size 9569204
checkpoint-1500/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:341c490e2e2331c85e657d6a13e434db38f8ad40319246d6d097f01b7c4fc146
3
+ size 14244
checkpoint-1500/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:209d7ab496e45380078ec6864fdaf085301b289ca66629c1cea81f73aa075521
3
+ size 1064
checkpoint-1500/trainer_state.json ADDED
@@ -0,0 +1,454 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 0.9829619921363041,
6
+ "eval_steps": 500,
7
+ "global_step": 1500,
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.0163826998689384,
14
+ "grad_norm": 10.452404975891113,
15
+ "learning_rate": 0.00010434782608695653,
16
+ "loss": 2.7741,
17
+ "step": 25
18
+ },
19
+ {
20
+ "epoch": 0.0327653997378768,
21
+ "grad_norm": 11.673263549804688,
22
+ "learning_rate": 0.0001999979723762913,
23
+ "loss": 2.2936,
24
+ "step": 50
25
+ },
26
+ {
27
+ "epoch": 0.0491480996068152,
28
+ "grad_norm": 0.0,
29
+ "learning_rate": 0.00019982342283922738,
30
+ "loss": 2.0868,
31
+ "step": 75
32
+ },
33
+ {
34
+ "epoch": 0.0655307994757536,
35
+ "grad_norm": 12.91142463684082,
36
+ "learning_rate": 0.000199367821181338,
37
+ "loss": 1.9288,
38
+ "step": 100
39
+ },
40
+ {
41
+ "epoch": 0.08191349934469201,
42
+ "grad_norm": 0.0,
43
+ "learning_rate": 0.00019863245014577668,
44
+ "loss": 10.3322,
45
+ "step": 125
46
+ },
47
+ {
48
+ "epoch": 0.0982961992136304,
49
+ "grad_norm": 11.256654739379883,
50
+ "learning_rate": 0.00019761938016434448,
51
+ "loss": 2.2306,
52
+ "step": 150
53
+ },
54
+ {
55
+ "epoch": 0.11467889908256881,
56
+ "grad_norm": 5.196111679077148,
57
+ "learning_rate": 0.0001963314635282044,
58
+ "loss": 7.8393,
59
+ "step": 175
60
+ },
61
+ {
62
+ "epoch": 0.1310615989515072,
63
+ "grad_norm": 6.82452917098999,
64
+ "learning_rate": 0.00019477232635727637,
65
+ "loss": 3.5118,
66
+ "step": 200
67
+ },
68
+ {
69
+ "epoch": 0.1474442988204456,
70
+ "grad_norm": 0.0,
71
+ "learning_rate": 0.000192946358390923,
72
+ "loss": 3.4974,
73
+ "step": 225
74
+ },
75
+ {
76
+ "epoch": 0.16382699868938402,
77
+ "grad_norm": 0.0,
78
+ "learning_rate": 0.0001908587006286703,
79
+ "loss": 4.7892,
80
+ "step": 250
81
+ },
82
+ {
83
+ "epoch": 0.18020969855832242,
84
+ "grad_norm": 7.4760284423828125,
85
+ "learning_rate": 0.00018851523085576096,
86
+ "loss": 1.7774,
87
+ "step": 275
88
+ },
89
+ {
90
+ "epoch": 0.1965923984272608,
91
+ "grad_norm": 0.0,
92
+ "learning_rate": 0.0001859225470942928,
93
+ "loss": 2.1847,
94
+ "step": 300
95
+ },
96
+ {
97
+ "epoch": 0.2129750982961992,
98
+ "grad_norm": 3.8474948406219482,
99
+ "learning_rate": 0.00018308794902653533,
100
+ "loss": 3.0351,
101
+ "step": 325
102
+ },
103
+ {
104
+ "epoch": 0.22935779816513763,
105
+ "grad_norm": 69.14743041992188,
106
+ "learning_rate": 0.00018001941744272767,
107
+ "loss": 2.0028,
108
+ "step": 350
109
+ },
110
+ {
111
+ "epoch": 0.24574049803407602,
112
+ "grad_norm": 10.878889083862305,
113
+ "learning_rate": 0.00017672559177122165,
114
+ "loss": 1.89,
115
+ "step": 375
116
+ },
117
+ {
118
+ "epoch": 0.2621231979030144,
119
+ "grad_norm": 6.749469757080078,
120
+ "learning_rate": 0.00017321574575423406,
121
+ "loss": 2.203,
122
+ "step": 400
123
+ },
124
+ {
125
+ "epoch": 0.27850589777195284,
126
+ "grad_norm": 6.272464752197266,
127
+ "learning_rate": 0.0001694997613376928,
128
+ "loss": 1.8728,
129
+ "step": 425
130
+ },
131
+ {
132
+ "epoch": 0.2948885976408912,
133
+ "grad_norm": 65.30072784423828,
134
+ "learning_rate": 0.0001655881008486903,
135
+ "loss": 2.1526,
136
+ "step": 450
137
+ },
138
+ {
139
+ "epoch": 0.3112712975098296,
140
+ "grad_norm": 0.0,
141
+ "learning_rate": 0.00016149177753887746,
142
+ "loss": 1.8009,
143
+ "step": 475
144
+ },
145
+ {
146
+ "epoch": 0.32765399737876805,
147
+ "grad_norm": 14.52846622467041,
148
+ "learning_rate": 0.0001572223245767338,
149
+ "loss": 2.0906,
150
+ "step": 500
151
+ },
152
+ {
153
+ "epoch": 0.3440366972477064,
154
+ "grad_norm": 10.511902809143066,
155
+ "learning_rate": 0.00015279176257601557,
156
+ "loss": 2.9393,
157
+ "step": 525
158
+ },
159
+ {
160
+ "epoch": 0.36041939711664484,
161
+ "grad_norm": 8.591642379760742,
162
+ "learning_rate": 0.00014821256575180507,
163
+ "loss": 1.1961,
164
+ "step": 550
165
+ },
166
+ {
167
+ "epoch": 0.3768020969855832,
168
+ "grad_norm": 9.35624885559082,
169
+ "learning_rate": 0.00014349762679944896,
170
+ "loss": 1.3758,
171
+ "step": 575
172
+ },
173
+ {
174
+ "epoch": 0.3931847968545216,
175
+ "grad_norm": 51.37662887573242,
176
+ "learning_rate": 0.0001386602205952681,
177
+ "loss": 1.4211,
178
+ "step": 600
179
+ },
180
+ {
181
+ "epoch": 0.40956749672346004,
182
+ "grad_norm": 9.251007080078125,
183
+ "learning_rate": 0.00013371396682124005,
184
+ "loss": 3.5546,
185
+ "step": 625
186
+ },
187
+ {
188
+ "epoch": 0.4259501965923984,
189
+ "grad_norm": 0.0,
190
+ "learning_rate": 0.0001286727916188834,
191
+ "loss": 2.1943,
192
+ "step": 650
193
+ },
194
+ {
195
+ "epoch": 0.44233289646133683,
196
+ "grad_norm": 8.098660469055176,
197
+ "learning_rate": 0.00012355088838030776,
198
+ "loss": 1.8534,
199
+ "step": 675
200
+ },
201
+ {
202
+ "epoch": 0.45871559633027525,
203
+ "grad_norm": 13.290648460388184,
204
+ "learning_rate": 0.00011836267778682133,
205
+ "loss": 2.822,
206
+ "step": 700
207
+ },
208
+ {
209
+ "epoch": 0.4750982961992136,
210
+ "grad_norm": 4.341573715209961,
211
+ "learning_rate": 0.00011312276720760782,
212
+ "loss": 4.252,
213
+ "step": 725
214
+ },
215
+ {
216
+ "epoch": 0.49148099606815204,
217
+ "grad_norm": 49.69887924194336,
218
+ "learning_rate": 0.0001078459095727845,
219
+ "loss": 1.6486,
220
+ "step": 750
221
+ },
222
+ {
223
+ "epoch": 0.5078636959370905,
224
+ "grad_norm": 12.931384086608887,
225
+ "learning_rate": 0.00010254696183663511,
226
+ "loss": 1.824,
227
+ "step": 775
228
+ },
229
+ {
230
+ "epoch": 0.5242463958060288,
231
+ "grad_norm": 8.917986869812012,
232
+ "learning_rate": 9.724084314796292e-05,
233
+ "loss": 1.1574,
234
+ "step": 800
235
+ },
236
+ {
237
+ "epoch": 0.5406290956749672,
238
+ "grad_norm": 11.101146697998047,
239
+ "learning_rate": 9.194249284533576e-05,
240
+ "loss": 3.1605,
241
+ "step": 825
242
+ },
243
+ {
244
+ "epoch": 0.5570117955439057,
245
+ "grad_norm": 8.709878921508789,
246
+ "learning_rate": 8.666682839548719e-05,
247
+ "loss": 2.3045,
248
+ "step": 850
249
+ },
250
+ {
251
+ "epoch": 0.573394495412844,
252
+ "grad_norm": 5.888107776641846,
253
+ "learning_rate": 8.142870339329723e-05,
254
+ "loss": 1.6091,
255
+ "step": 875
256
+ },
257
+ {
258
+ "epoch": 0.5897771952817824,
259
+ "grad_norm": 0.0,
260
+ "learning_rate": 7.624286574160409e-05,
261
+ "loss": 1.6872,
262
+ "step": 900
263
+ },
264
+ {
265
+ "epoch": 0.6061598951507209,
266
+ "grad_norm": 9.354924201965332,
267
+ "learning_rate": 7.112391612859118e-05,
268
+ "loss": 1.5703,
269
+ "step": 925
270
+ },
271
+ {
272
+ "epoch": 0.6225425950196593,
273
+ "grad_norm": 8.378700256347656,
274
+ "learning_rate": 6.608626691965541e-05,
275
+ "loss": 3.3726,
276
+ "step": 950
277
+ },
278
+ {
279
+ "epoch": 0.6389252948885976,
280
+ "grad_norm": 40.91008758544922,
281
+ "learning_rate": 6.114410157949745e-05,
282
+ "loss": 3.2629,
283
+ "step": 975
284
+ },
285
+ {
286
+ "epoch": 0.6553079947575361,
287
+ "grad_norm": 14.765325546264648,
288
+ "learning_rate": 5.631133473868018e-05,
289
+ "loss": 1.8236,
290
+ "step": 1000
291
+ },
292
+ {
293
+ "epoch": 0.6716906946264745,
294
+ "grad_norm": 7.710732936859131,
295
+ "learning_rate": 5.160157301708732e-05,
296
+ "loss": 1.7716,
297
+ "step": 1025
298
+ },
299
+ {
300
+ "epoch": 0.6880733944954128,
301
+ "grad_norm": 21.088882446289062,
302
+ "learning_rate": 4.70280767145842e-05,
303
+ "loss": 1.5484,
304
+ "step": 1050
305
+ },
306
+ {
307
+ "epoch": 0.7044560943643512,
308
+ "grad_norm": 6.960242748260498,
309
+ "learning_rate": 4.260372247674004e-05,
310
+ "loss": 1.1968,
311
+ "step": 1075
312
+ },
313
+ {
314
+ "epoch": 0.7208387942332897,
315
+ "grad_norm": 0.0,
316
+ "learning_rate": 3.8340967040725995e-05,
317
+ "loss": 1.7298,
318
+ "step": 1100
319
+ },
320
+ {
321
+ "epoch": 0.737221494102228,
322
+ "grad_norm": 0.0,
323
+ "learning_rate": 3.425181216346213e-05,
324
+ "loss": 21.8374,
325
+ "step": 1125
326
+ },
327
+ {
328
+ "epoch": 0.7536041939711664,
329
+ "grad_norm": 14.913447380065918,
330
+ "learning_rate": 3.0347770830758316e-05,
331
+ "loss": 2.7944,
332
+ "step": 1150
333
+ },
334
+ {
335
+ "epoch": 0.7699868938401049,
336
+ "grad_norm": 12.520014762878418,
337
+ "learning_rate": 2.6639834842586365e-05,
338
+ "loss": 2.1394,
339
+ "step": 1175
340
+ },
341
+ {
342
+ "epoch": 0.7863695937090432,
343
+ "grad_norm": 8.859058380126953,
344
+ "learning_rate": 2.3138443865747062e-05,
345
+ "loss": 1.3066,
346
+ "step": 1200
347
+ },
348
+ {
349
+ "epoch": 0.8027522935779816,
350
+ "grad_norm": 14.920854568481445,
351
+ "learning_rate": 1.985345604106439e-05,
352
+ "loss": 2.6596,
353
+ "step": 1225
354
+ },
355
+ {
356
+ "epoch": 0.8191349934469201,
357
+ "grad_norm": 32.096649169921875,
358
+ "learning_rate": 1.679412022786172e-05,
359
+ "loss": 9.7768,
360
+ "step": 1250
361
+ },
362
+ {
363
+ "epoch": 0.8355176933158585,
364
+ "grad_norm": 0.0,
365
+ "learning_rate": 1.396904996386551e-05,
366
+ "loss": 8.7551,
367
+ "step": 1275
368
+ },
369
+ {
370
+ "epoch": 0.8519003931847968,
371
+ "grad_norm": 10.609190940856934,
372
+ "learning_rate": 1.1386199213852755e-05,
373
+ "loss": 1.4679,
374
+ "step": 1300
375
+ },
376
+ {
377
+ "epoch": 0.8682830930537353,
378
+ "grad_norm": 4.4171624183654785,
379
+ "learning_rate": 9.052839975320836e-06,
380
+ "loss": 1.4764,
381
+ "step": 1325
382
+ },
383
+ {
384
+ "epoch": 0.8846657929226737,
385
+ "grad_norm": 0.0,
386
+ "learning_rate": 6.975541804231478e-06,
387
+ "loss": 3.5415,
388
+ "step": 1350
389
+ },
390
+ {
391
+ "epoch": 0.901048492791612,
392
+ "grad_norm": 0.0,
393
+ "learning_rate": 5.160153318473815e-06,
394
+ "loss": 2.2546,
395
+ "step": 1375
396
+ },
397
+ {
398
+ "epoch": 0.9174311926605505,
399
+ "grad_norm": 5.587663173675537,
400
+ "learning_rate": 3.611785731123274e-06,
401
+ "loss": 2.6802,
402
+ "step": 1400
403
+ },
404
+ {
405
+ "epoch": 0.9338138925294889,
406
+ "grad_norm": 9.083599090576172,
407
+ "learning_rate": 2.3347984598581783e-06,
408
+ "loss": 1.555,
409
+ "step": 1425
410
+ },
411
+ {
412
+ "epoch": 0.9501965923984272,
413
+ "grad_norm": 4.485108852386475,
414
+ "learning_rate": 1.3327868530511934e-06,
415
+ "loss": 1.736,
416
+ "step": 1450
417
+ },
418
+ {
419
+ "epoch": 0.9665792922673656,
420
+ "grad_norm": 9.273879051208496,
421
+ "learning_rate": 6.08572067092017e-07,
422
+ "loss": 1.7019,
423
+ "step": 1475
424
+ },
425
+ {
426
+ "epoch": 0.9829619921363041,
427
+ "grad_norm": 8.116653442382812,
428
+ "learning_rate": 1.6419312344211347e-07,
429
+ "loss": 5.0805,
430
+ "step": 1500
431
+ }
432
+ ],
433
+ "logging_steps": 25,
434
+ "max_steps": 1526,
435
+ "num_input_tokens_seen": 0,
436
+ "num_train_epochs": 1,
437
+ "save_steps": 500,
438
+ "stateful_callbacks": {
439
+ "TrainerControl": {
440
+ "args": {
441
+ "should_epoch_stop": false,
442
+ "should_evaluate": false,
443
+ "should_log": false,
444
+ "should_save": true,
445
+ "should_training_stop": false
446
+ },
447
+ "attributes": {}
448
+ }
449
+ },
450
+ "total_flos": 6665443461341952.0,
451
+ "train_batch_size": 1,
452
+ "trial_name": null,
453
+ "trial_params": null
454
+ }
checkpoint-1500/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9526485340f7f4d49e4ad1dfeb780fe6edc7b605833ea45cc41bf979c64d3d9
3
+ size 5304
checkpoint-1526/README.md ADDED
@@ -0,0 +1,207 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen2.5-0.5B-Instruct
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:Qwen/Qwen2.5-0.5B-Instruct
7
+ - lora
8
+ - transformers
9
+ ---
10
+
11
+ # Model Card for Model ID
12
+
13
+ <!-- Provide a quick summary of what the model is/does. -->
14
+
15
+
16
+
17
+ ## Model Details
18
+
19
+ ### Model Description
20
+
21
+ <!-- Provide a longer summary of what this model is. -->
22
+
23
+
24
+
25
+ - **Developed by:** [More Information Needed]
26
+ - **Funded by [optional]:** [More Information Needed]
27
+ - **Shared by [optional]:** [More Information Needed]
28
+ - **Model type:** [More Information Needed]
29
+ - **Language(s) (NLP):** [More Information Needed]
30
+ - **License:** [More Information Needed]
31
+ - **Finetuned from model [optional]:** [More Information Needed]
32
+
33
+ ### Model Sources [optional]
34
+
35
+ <!-- Provide the basic links for the model. -->
36
+
37
+ - **Repository:** [More Information Needed]
38
+ - **Paper [optional]:** [More Information Needed]
39
+ - **Demo [optional]:** [More Information Needed]
40
+
41
+ ## Uses
42
+
43
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
44
+
45
+ ### Direct Use
46
+
47
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
48
+
49
+ [More Information Needed]
50
+
51
+ ### Downstream Use [optional]
52
+
53
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
54
+
55
+ [More Information Needed]
56
+
57
+ ### Out-of-Scope Use
58
+
59
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
60
+
61
+ [More Information Needed]
62
+
63
+ ## Bias, Risks, and Limitations
64
+
65
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
66
+
67
+ [More Information Needed]
68
+
69
+ ### Recommendations
70
+
71
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
72
+
73
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
74
+
75
+ ## How to Get Started with the Model
76
+
77
+ Use the code below to get started with the model.
78
+
79
+ [More Information Needed]
80
+
81
+ ## Training Details
82
+
83
+ ### Training Data
84
+
85
+ <!-- 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. -->
86
+
87
+ [More Information Needed]
88
+
89
+ ### Training Procedure
90
+
91
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
92
+
93
+ #### Preprocessing [optional]
94
+
95
+ [More Information Needed]
96
+
97
+
98
+ #### Training Hyperparameters
99
+
100
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
101
+
102
+ #### Speeds, Sizes, Times [optional]
103
+
104
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
105
+
106
+ [More Information Needed]
107
+
108
+ ## Evaluation
109
+
110
+ <!-- This section describes the evaluation protocols and provides the results. -->
111
+
112
+ ### Testing Data, Factors & Metrics
113
+
114
+ #### Testing Data
115
+
116
+ <!-- This should link to a Dataset Card if possible. -->
117
+
118
+ [More Information Needed]
119
+
120
+ #### Factors
121
+
122
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
123
+
124
+ [More Information Needed]
125
+
126
+ #### Metrics
127
+
128
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
129
+
130
+ [More Information Needed]
131
+
132
+ ### Results
133
+
134
+ [More Information Needed]
135
+
136
+ #### Summary
137
+
138
+
139
+
140
+ ## Model Examination [optional]
141
+
142
+ <!-- Relevant interpretability work for the model goes here -->
143
+
144
+ [More Information Needed]
145
+
146
+ ## Environmental Impact
147
+
148
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
149
+
150
+ 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).
151
+
152
+ - **Hardware Type:** [More Information Needed]
153
+ - **Hours used:** [More Information Needed]
154
+ - **Cloud Provider:** [More Information Needed]
155
+ - **Compute Region:** [More Information Needed]
156
+ - **Carbon Emitted:** [More Information Needed]
157
+
158
+ ## Technical Specifications [optional]
159
+
160
+ ### Model Architecture and Objective
161
+
162
+ [More Information Needed]
163
+
164
+ ### Compute Infrastructure
165
+
166
+ [More Information Needed]
167
+
168
+ #### Hardware
169
+
170
+ [More Information Needed]
171
+
172
+ #### Software
173
+
174
+ [More Information Needed]
175
+
176
+ ## Citation [optional]
177
+
178
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
179
+
180
+ **BibTeX:**
181
+
182
+ [More Information Needed]
183
+
184
+ **APA:**
185
+
186
+ [More Information Needed]
187
+
188
+ ## Glossary [optional]
189
+
190
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
191
+
192
+ [More Information Needed]
193
+
194
+ ## More Information [optional]
195
+
196
+ [More Information Needed]
197
+
198
+ ## Model Card Authors [optional]
199
+
200
+ [More Information Needed]
201
+
202
+ ## Model Card Contact
203
+
204
+ [More Information Needed]
205
+ ### Framework versions
206
+
207
+ - PEFT 0.17.1.dev0
checkpoint-1526/adapter_config.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "Qwen/Qwen2.5-0.5B-Instruct",
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": 8,
25
+ "rank_pattern": {},
26
+ "revision": null,
27
+ "target_modules": [
28
+ "o_proj",
29
+ "gate_proj",
30
+ "k_proj",
31
+ "q_proj",
32
+ "down_proj",
33
+ "v_proj",
34
+ "up_proj"
35
+ ],
36
+ "target_parameters": null,
37
+ "task_type": "CAUSAL_LM",
38
+ "trainable_token_indices": null,
39
+ "use_dora": false,
40
+ "use_qalora": false,
41
+ "use_rslora": false
42
+ }
checkpoint-1526/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a735a69a43f0c591a0537d072fe7ea244bc714844395d0f279ca2475b95eba0b
3
+ size 17640136
checkpoint-1526/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6239b5ae97b1e8751f31d4b532fa4bfc9f66befc5fc4c41d25a9e5adf9277bbf
3
+ size 9569204
checkpoint-1526/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca0900c2832d87d908aafcd64671d06dad8d00729f8f472b9cbb99e408d92945
3
+ size 14244
checkpoint-1526/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e53eb2236a24b9e741abee4a3cf835809cbafe7c71113d4b99c9c8e6c8103e3
3
+ size 1064
checkpoint-1526/trainer_state.json ADDED
@@ -0,0 +1,461 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 1.0,
6
+ "eval_steps": 500,
7
+ "global_step": 1526,
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.0163826998689384,
14
+ "grad_norm": 10.452404975891113,
15
+ "learning_rate": 0.00010434782608695653,
16
+ "loss": 2.7741,
17
+ "step": 25
18
+ },
19
+ {
20
+ "epoch": 0.0327653997378768,
21
+ "grad_norm": 11.673263549804688,
22
+ "learning_rate": 0.0001999979723762913,
23
+ "loss": 2.2936,
24
+ "step": 50
25
+ },
26
+ {
27
+ "epoch": 0.0491480996068152,
28
+ "grad_norm": 0.0,
29
+ "learning_rate": 0.00019982342283922738,
30
+ "loss": 2.0868,
31
+ "step": 75
32
+ },
33
+ {
34
+ "epoch": 0.0655307994757536,
35
+ "grad_norm": 12.91142463684082,
36
+ "learning_rate": 0.000199367821181338,
37
+ "loss": 1.9288,
38
+ "step": 100
39
+ },
40
+ {
41
+ "epoch": 0.08191349934469201,
42
+ "grad_norm": 0.0,
43
+ "learning_rate": 0.00019863245014577668,
44
+ "loss": 10.3322,
45
+ "step": 125
46
+ },
47
+ {
48
+ "epoch": 0.0982961992136304,
49
+ "grad_norm": 11.256654739379883,
50
+ "learning_rate": 0.00019761938016434448,
51
+ "loss": 2.2306,
52
+ "step": 150
53
+ },
54
+ {
55
+ "epoch": 0.11467889908256881,
56
+ "grad_norm": 5.196111679077148,
57
+ "learning_rate": 0.0001963314635282044,
58
+ "loss": 7.8393,
59
+ "step": 175
60
+ },
61
+ {
62
+ "epoch": 0.1310615989515072,
63
+ "grad_norm": 6.82452917098999,
64
+ "learning_rate": 0.00019477232635727637,
65
+ "loss": 3.5118,
66
+ "step": 200
67
+ },
68
+ {
69
+ "epoch": 0.1474442988204456,
70
+ "grad_norm": 0.0,
71
+ "learning_rate": 0.000192946358390923,
72
+ "loss": 3.4974,
73
+ "step": 225
74
+ },
75
+ {
76
+ "epoch": 0.16382699868938402,
77
+ "grad_norm": 0.0,
78
+ "learning_rate": 0.0001908587006286703,
79
+ "loss": 4.7892,
80
+ "step": 250
81
+ },
82
+ {
83
+ "epoch": 0.18020969855832242,
84
+ "grad_norm": 7.4760284423828125,
85
+ "learning_rate": 0.00018851523085576096,
86
+ "loss": 1.7774,
87
+ "step": 275
88
+ },
89
+ {
90
+ "epoch": 0.1965923984272608,
91
+ "grad_norm": 0.0,
92
+ "learning_rate": 0.0001859225470942928,
93
+ "loss": 2.1847,
94
+ "step": 300
95
+ },
96
+ {
97
+ "epoch": 0.2129750982961992,
98
+ "grad_norm": 3.8474948406219482,
99
+ "learning_rate": 0.00018308794902653533,
100
+ "loss": 3.0351,
101
+ "step": 325
102
+ },
103
+ {
104
+ "epoch": 0.22935779816513763,
105
+ "grad_norm": 69.14743041992188,
106
+ "learning_rate": 0.00018001941744272767,
107
+ "loss": 2.0028,
108
+ "step": 350
109
+ },
110
+ {
111
+ "epoch": 0.24574049803407602,
112
+ "grad_norm": 10.878889083862305,
113
+ "learning_rate": 0.00017672559177122165,
114
+ "loss": 1.89,
115
+ "step": 375
116
+ },
117
+ {
118
+ "epoch": 0.2621231979030144,
119
+ "grad_norm": 6.749469757080078,
120
+ "learning_rate": 0.00017321574575423406,
121
+ "loss": 2.203,
122
+ "step": 400
123
+ },
124
+ {
125
+ "epoch": 0.27850589777195284,
126
+ "grad_norm": 6.272464752197266,
127
+ "learning_rate": 0.0001694997613376928,
128
+ "loss": 1.8728,
129
+ "step": 425
130
+ },
131
+ {
132
+ "epoch": 0.2948885976408912,
133
+ "grad_norm": 65.30072784423828,
134
+ "learning_rate": 0.0001655881008486903,
135
+ "loss": 2.1526,
136
+ "step": 450
137
+ },
138
+ {
139
+ "epoch": 0.3112712975098296,
140
+ "grad_norm": 0.0,
141
+ "learning_rate": 0.00016149177753887746,
142
+ "loss": 1.8009,
143
+ "step": 475
144
+ },
145
+ {
146
+ "epoch": 0.32765399737876805,
147
+ "grad_norm": 14.52846622467041,
148
+ "learning_rate": 0.0001572223245767338,
149
+ "loss": 2.0906,
150
+ "step": 500
151
+ },
152
+ {
153
+ "epoch": 0.3440366972477064,
154
+ "grad_norm": 10.511902809143066,
155
+ "learning_rate": 0.00015279176257601557,
156
+ "loss": 2.9393,
157
+ "step": 525
158
+ },
159
+ {
160
+ "epoch": 0.36041939711664484,
161
+ "grad_norm": 8.591642379760742,
162
+ "learning_rate": 0.00014821256575180507,
163
+ "loss": 1.1961,
164
+ "step": 550
165
+ },
166
+ {
167
+ "epoch": 0.3768020969855832,
168
+ "grad_norm": 9.35624885559082,
169
+ "learning_rate": 0.00014349762679944896,
170
+ "loss": 1.3758,
171
+ "step": 575
172
+ },
173
+ {
174
+ "epoch": 0.3931847968545216,
175
+ "grad_norm": 51.37662887573242,
176
+ "learning_rate": 0.0001386602205952681,
177
+ "loss": 1.4211,
178
+ "step": 600
179
+ },
180
+ {
181
+ "epoch": 0.40956749672346004,
182
+ "grad_norm": 9.251007080078125,
183
+ "learning_rate": 0.00013371396682124005,
184
+ "loss": 3.5546,
185
+ "step": 625
186
+ },
187
+ {
188
+ "epoch": 0.4259501965923984,
189
+ "grad_norm": 0.0,
190
+ "learning_rate": 0.0001286727916188834,
191
+ "loss": 2.1943,
192
+ "step": 650
193
+ },
194
+ {
195
+ "epoch": 0.44233289646133683,
196
+ "grad_norm": 8.098660469055176,
197
+ "learning_rate": 0.00012355088838030776,
198
+ "loss": 1.8534,
199
+ "step": 675
200
+ },
201
+ {
202
+ "epoch": 0.45871559633027525,
203
+ "grad_norm": 13.290648460388184,
204
+ "learning_rate": 0.00011836267778682133,
205
+ "loss": 2.822,
206
+ "step": 700
207
+ },
208
+ {
209
+ "epoch": 0.4750982961992136,
210
+ "grad_norm": 4.341573715209961,
211
+ "learning_rate": 0.00011312276720760782,
212
+ "loss": 4.252,
213
+ "step": 725
214
+ },
215
+ {
216
+ "epoch": 0.49148099606815204,
217
+ "grad_norm": 49.69887924194336,
218
+ "learning_rate": 0.0001078459095727845,
219
+ "loss": 1.6486,
220
+ "step": 750
221
+ },
222
+ {
223
+ "epoch": 0.5078636959370905,
224
+ "grad_norm": 12.931384086608887,
225
+ "learning_rate": 0.00010254696183663511,
226
+ "loss": 1.824,
227
+ "step": 775
228
+ },
229
+ {
230
+ "epoch": 0.5242463958060288,
231
+ "grad_norm": 8.917986869812012,
232
+ "learning_rate": 9.724084314796292e-05,
233
+ "loss": 1.1574,
234
+ "step": 800
235
+ },
236
+ {
237
+ "epoch": 0.5406290956749672,
238
+ "grad_norm": 11.101146697998047,
239
+ "learning_rate": 9.194249284533576e-05,
240
+ "loss": 3.1605,
241
+ "step": 825
242
+ },
243
+ {
244
+ "epoch": 0.5570117955439057,
245
+ "grad_norm": 8.709878921508789,
246
+ "learning_rate": 8.666682839548719e-05,
247
+ "loss": 2.3045,
248
+ "step": 850
249
+ },
250
+ {
251
+ "epoch": 0.573394495412844,
252
+ "grad_norm": 5.888107776641846,
253
+ "learning_rate": 8.142870339329723e-05,
254
+ "loss": 1.6091,
255
+ "step": 875
256
+ },
257
+ {
258
+ "epoch": 0.5897771952817824,
259
+ "grad_norm": 0.0,
260
+ "learning_rate": 7.624286574160409e-05,
261
+ "loss": 1.6872,
262
+ "step": 900
263
+ },
264
+ {
265
+ "epoch": 0.6061598951507209,
266
+ "grad_norm": 9.354924201965332,
267
+ "learning_rate": 7.112391612859118e-05,
268
+ "loss": 1.5703,
269
+ "step": 925
270
+ },
271
+ {
272
+ "epoch": 0.6225425950196593,
273
+ "grad_norm": 8.378700256347656,
274
+ "learning_rate": 6.608626691965541e-05,
275
+ "loss": 3.3726,
276
+ "step": 950
277
+ },
278
+ {
279
+ "epoch": 0.6389252948885976,
280
+ "grad_norm": 40.91008758544922,
281
+ "learning_rate": 6.114410157949745e-05,
282
+ "loss": 3.2629,
283
+ "step": 975
284
+ },
285
+ {
286
+ "epoch": 0.6553079947575361,
287
+ "grad_norm": 14.765325546264648,
288
+ "learning_rate": 5.631133473868018e-05,
289
+ "loss": 1.8236,
290
+ "step": 1000
291
+ },
292
+ {
293
+ "epoch": 0.6716906946264745,
294
+ "grad_norm": 7.710732936859131,
295
+ "learning_rate": 5.160157301708732e-05,
296
+ "loss": 1.7716,
297
+ "step": 1025
298
+ },
299
+ {
300
+ "epoch": 0.6880733944954128,
301
+ "grad_norm": 21.088882446289062,
302
+ "learning_rate": 4.70280767145842e-05,
303
+ "loss": 1.5484,
304
+ "step": 1050
305
+ },
306
+ {
307
+ "epoch": 0.7044560943643512,
308
+ "grad_norm": 6.960242748260498,
309
+ "learning_rate": 4.260372247674004e-05,
310
+ "loss": 1.1968,
311
+ "step": 1075
312
+ },
313
+ {
314
+ "epoch": 0.7208387942332897,
315
+ "grad_norm": 0.0,
316
+ "learning_rate": 3.8340967040725995e-05,
317
+ "loss": 1.7298,
318
+ "step": 1100
319
+ },
320
+ {
321
+ "epoch": 0.737221494102228,
322
+ "grad_norm": 0.0,
323
+ "learning_rate": 3.425181216346213e-05,
324
+ "loss": 21.8374,
325
+ "step": 1125
326
+ },
327
+ {
328
+ "epoch": 0.7536041939711664,
329
+ "grad_norm": 14.913447380065918,
330
+ "learning_rate": 3.0347770830758316e-05,
331
+ "loss": 2.7944,
332
+ "step": 1150
333
+ },
334
+ {
335
+ "epoch": 0.7699868938401049,
336
+ "grad_norm": 12.520014762878418,
337
+ "learning_rate": 2.6639834842586365e-05,
338
+ "loss": 2.1394,
339
+ "step": 1175
340
+ },
341
+ {
342
+ "epoch": 0.7863695937090432,
343
+ "grad_norm": 8.859058380126953,
344
+ "learning_rate": 2.3138443865747062e-05,
345
+ "loss": 1.3066,
346
+ "step": 1200
347
+ },
348
+ {
349
+ "epoch": 0.8027522935779816,
350
+ "grad_norm": 14.920854568481445,
351
+ "learning_rate": 1.985345604106439e-05,
352
+ "loss": 2.6596,
353
+ "step": 1225
354
+ },
355
+ {
356
+ "epoch": 0.8191349934469201,
357
+ "grad_norm": 32.096649169921875,
358
+ "learning_rate": 1.679412022786172e-05,
359
+ "loss": 9.7768,
360
+ "step": 1250
361
+ },
362
+ {
363
+ "epoch": 0.8355176933158585,
364
+ "grad_norm": 0.0,
365
+ "learning_rate": 1.396904996386551e-05,
366
+ "loss": 8.7551,
367
+ "step": 1275
368
+ },
369
+ {
370
+ "epoch": 0.8519003931847968,
371
+ "grad_norm": 10.609190940856934,
372
+ "learning_rate": 1.1386199213852755e-05,
373
+ "loss": 1.4679,
374
+ "step": 1300
375
+ },
376
+ {
377
+ "epoch": 0.8682830930537353,
378
+ "grad_norm": 4.4171624183654785,
379
+ "learning_rate": 9.052839975320836e-06,
380
+ "loss": 1.4764,
381
+ "step": 1325
382
+ },
383
+ {
384
+ "epoch": 0.8846657929226737,
385
+ "grad_norm": 0.0,
386
+ "learning_rate": 6.975541804231478e-06,
387
+ "loss": 3.5415,
388
+ "step": 1350
389
+ },
390
+ {
391
+ "epoch": 0.901048492791612,
392
+ "grad_norm": 0.0,
393
+ "learning_rate": 5.160153318473815e-06,
394
+ "loss": 2.2546,
395
+ "step": 1375
396
+ },
397
+ {
398
+ "epoch": 0.9174311926605505,
399
+ "grad_norm": 5.587663173675537,
400
+ "learning_rate": 3.611785731123274e-06,
401
+ "loss": 2.6802,
402
+ "step": 1400
403
+ },
404
+ {
405
+ "epoch": 0.9338138925294889,
406
+ "grad_norm": 9.083599090576172,
407
+ "learning_rate": 2.3347984598581783e-06,
408
+ "loss": 1.555,
409
+ "step": 1425
410
+ },
411
+ {
412
+ "epoch": 0.9501965923984272,
413
+ "grad_norm": 4.485108852386475,
414
+ "learning_rate": 1.3327868530511934e-06,
415
+ "loss": 1.736,
416
+ "step": 1450
417
+ },
418
+ {
419
+ "epoch": 0.9665792922673656,
420
+ "grad_norm": 9.273879051208496,
421
+ "learning_rate": 6.08572067092017e-07,
422
+ "loss": 1.7019,
423
+ "step": 1475
424
+ },
425
+ {
426
+ "epoch": 0.9829619921363041,
427
+ "grad_norm": 8.116653442382812,
428
+ "learning_rate": 1.6419312344211347e-07,
429
+ "loss": 5.0805,
430
+ "step": 1500
431
+ },
432
+ {
433
+ "epoch": 0.9993446920052425,
434
+ "grad_norm": 29.875844955444336,
435
+ "learning_rate": 9.011677846504363e-10,
436
+ "loss": 1.6286,
437
+ "step": 1525
438
+ }
439
+ ],
440
+ "logging_steps": 25,
441
+ "max_steps": 1526,
442
+ "num_input_tokens_seen": 0,
443
+ "num_train_epochs": 1,
444
+ "save_steps": 500,
445
+ "stateful_callbacks": {
446
+ "TrainerControl": {
447
+ "args": {
448
+ "should_epoch_stop": false,
449
+ "should_evaluate": false,
450
+ "should_log": false,
451
+ "should_save": true,
452
+ "should_training_stop": true
453
+ },
454
+ "attributes": {}
455
+ }
456
+ },
457
+ "total_flos": 6780997433790720.0,
458
+ "train_batch_size": 1,
459
+ "trial_name": null,
460
+ "trial_params": null
461
+ }
checkpoint-1526/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9526485340f7f4d49e4ad1dfeb780fe6edc7b605833ea45cc41bf979c64d3d9
3
+ size 5304
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:9c5ae00e602b8860cbd784ba82a8aa14e8feecec692e7076590d014d7b7fdafa
3
+ size 11421896
tokenizer_config.json ADDED
@@ -0,0 +1,207 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ },
182
+ "additional_special_tokens": [
183
+ "<|im_start|>",
184
+ "<|im_end|>",
185
+ "<|object_ref_start|>",
186
+ "<|object_ref_end|>",
187
+ "<|box_start|>",
188
+ "<|box_end|>",
189
+ "<|quad_start|>",
190
+ "<|quad_end|>",
191
+ "<|vision_start|>",
192
+ "<|vision_end|>",
193
+ "<|vision_pad|>",
194
+ "<|image_pad|>",
195
+ "<|video_pad|>"
196
+ ],
197
+ "bos_token": null,
198
+ "clean_up_tokenization_spaces": false,
199
+ "eos_token": "<|im_end|>",
200
+ "errors": "replace",
201
+ "extra_special_tokens": {},
202
+ "model_max_length": 131072,
203
+ "pad_token": "<|endoftext|>",
204
+ "split_special_tokens": false,
205
+ "tokenizer_class": "Qwen2Tokenizer",
206
+ "unk_token": null
207
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9526485340f7f4d49e4ad1dfeb780fe6edc7b605833ea45cc41bf979c64d3d9
3
+ size 5304
vocab.json ADDED
The diff for this file is too large to render. See raw diff