sonali3 commited on
Commit
15cf560
·
verified ·
1 Parent(s): f7200eb

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/Qwen3-VL-8B-Instruct
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:Qwen/Qwen3-VL-8B-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.18.0
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": "Qwen/Qwen3-VL-8B-Instruct",
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": 32,
20
+ "lora_bias": false,
21
+ "lora_dropout": 0.05,
22
+ "megatron_config": null,
23
+ "megatron_core": "megatron.core",
24
+ "modules_to_save": null,
25
+ "peft_type": "LORA",
26
+ "peft_version": "0.18.0",
27
+ "qalora_group_size": 16,
28
+ "r": 16,
29
+ "rank_pattern": {},
30
+ "revision": null,
31
+ "target_modules": [
32
+ "gate_proj",
33
+ "k_proj",
34
+ "o_proj",
35
+ "v_proj",
36
+ "up_proj",
37
+ "down_proj",
38
+ "q_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:8208489b07ae8fe718e91518527a5264e0fefa42b7ed03e02d5fb49d6f3bf886
3
+ size 174663096
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,120 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {%- if tools %}
2
+ {{- '<|im_start|>system\n' }}
3
+ {%- if messages[0].role == 'system' %}
4
+ {%- if messages[0].content is string %}
5
+ {{- messages[0].content }}
6
+ {%- else %}
7
+ {%- for content in messages[0].content %}
8
+ {%- if 'text' in content %}
9
+ {{- content.text }}
10
+ {%- endif %}
11
+ {%- endfor %}
12
+ {%- endif %}
13
+ {{- '\n\n' }}
14
+ {%- endif %}
15
+ {{- "# 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>" }}
16
+ {%- for tool in tools %}
17
+ {{- "\n" }}
18
+ {{- tool | tojson }}
19
+ {%- endfor %}
20
+ {{- "\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" }}
21
+ {%- else %}
22
+ {%- if messages[0].role == 'system' %}
23
+ {{- '<|im_start|>system\n' }}
24
+ {%- if messages[0].content is string %}
25
+ {{- messages[0].content }}
26
+ {%- else %}
27
+ {%- for content in messages[0].content %}
28
+ {%- if 'text' in content %}
29
+ {{- content.text }}
30
+ {%- endif %}
31
+ {%- endfor %}
32
+ {%- endif %}
33
+ {{- '<|im_end|>\n' }}
34
+ {%- endif %}
35
+ {%- endif %}
36
+ {%- set image_count = namespace(value=0) %}
37
+ {%- set video_count = namespace(value=0) %}
38
+ {%- for message in messages %}
39
+ {%- if message.role == "user" %}
40
+ {{- '<|im_start|>' + message.role + '\n' }}
41
+ {%- if message.content is string %}
42
+ {{- message.content }}
43
+ {%- else %}
44
+ {%- for content in message.content %}
45
+ {%- if content.type == 'image' or 'image' in content or 'image_url' in content %}
46
+ {%- set image_count.value = image_count.value + 1 %}
47
+ {%- if add_vision_id %}Picture {{ image_count.value }}: {% endif -%}
48
+ <|vision_start|><|image_pad|><|vision_end|>
49
+ {%- elif content.type == 'video' or 'video' in content %}
50
+ {%- set video_count.value = video_count.value + 1 %}
51
+ {%- if add_vision_id %}Video {{ video_count.value }}: {% endif -%}
52
+ <|vision_start|><|video_pad|><|vision_end|>
53
+ {%- elif 'text' in content %}
54
+ {{- content.text }}
55
+ {%- endif %}
56
+ {%- endfor %}
57
+ {%- endif %}
58
+ {{- '<|im_end|>\n' }}
59
+ {%- elif message.role == "assistant" %}
60
+ {{- '<|im_start|>' + message.role + '\n' }}
61
+ {%- if message.content is string %}
62
+ {{- message.content }}
63
+ {%- else %}
64
+ {%- for content_item in message.content %}
65
+ {%- if 'text' in content_item %}
66
+ {{- content_item.text }}
67
+ {%- endif %}
68
+ {%- endfor %}
69
+ {%- endif %}
70
+ {%- if message.tool_calls %}
71
+ {%- for tool_call in message.tool_calls %}
72
+ {%- if (loop.first and message.content) or (not loop.first) %}
73
+ {{- '\n' }}
74
+ {%- endif %}
75
+ {%- if tool_call.function %}
76
+ {%- set tool_call = tool_call.function %}
77
+ {%- endif %}
78
+ {{- '<tool_call>\n{"name": "' }}
79
+ {{- tool_call.name }}
80
+ {{- '", "arguments": ' }}
81
+ {%- if tool_call.arguments is string %}
82
+ {{- tool_call.arguments }}
83
+ {%- else %}
84
+ {{- tool_call.arguments | tojson }}
85
+ {%- endif %}
86
+ {{- '}\n</tool_call>' }}
87
+ {%- endfor %}
88
+ {%- endif %}
89
+ {{- '<|im_end|>\n' }}
90
+ {%- elif message.role == "tool" %}
91
+ {%- if loop.first or (messages[loop.index0 - 1].role != "tool") %}
92
+ {{- '<|im_start|>user' }}
93
+ {%- endif %}
94
+ {{- '\n<tool_response>\n' }}
95
+ {%- if message.content is string %}
96
+ {{- message.content }}
97
+ {%- else %}
98
+ {%- for content in message.content %}
99
+ {%- if content.type == 'image' or 'image' in content or 'image_url' in content %}
100
+ {%- set image_count.value = image_count.value + 1 %}
101
+ {%- if add_vision_id %}Picture {{ image_count.value }}: {% endif -%}
102
+ <|vision_start|><|image_pad|><|vision_end|>
103
+ {%- elif content.type == 'video' or 'video' in content %}
104
+ {%- set video_count.value = video_count.value + 1 %}
105
+ {%- if add_vision_id %}Video {{ video_count.value }}: {% endif -%}
106
+ <|vision_start|><|video_pad|><|vision_end|>
107
+ {%- elif 'text' in content %}
108
+ {{- content.text }}
109
+ {%- endif %}
110
+ {%- endfor %}
111
+ {%- endif %}
112
+ {{- '\n</tool_response>' }}
113
+ {%- if loop.last or (messages[loop.index0 + 1].role != "tool") %}
114
+ {{- '<|im_end|>\n' }}
115
+ {%- endif %}
116
+ {%- endif %}
117
+ {%- endfor %}
118
+ {%- if add_generation_prompt %}
119
+ {{- '<|im_start|>assistant\n' }}
120
+ {%- endif %}
checkpoint-2000/README.md ADDED
@@ -0,0 +1,207 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen3-VL-8B-Instruct
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:Qwen/Qwen3-VL-8B-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.18.0
checkpoint-2000/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": "Qwen/Qwen3-VL-8B-Instruct",
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": 32,
20
+ "lora_bias": false,
21
+ "lora_dropout": 0.05,
22
+ "megatron_config": null,
23
+ "megatron_core": "megatron.core",
24
+ "modules_to_save": null,
25
+ "peft_type": "LORA",
26
+ "peft_version": "0.18.0",
27
+ "qalora_group_size": 16,
28
+ "r": 16,
29
+ "rank_pattern": {},
30
+ "revision": null,
31
+ "target_modules": [
32
+ "gate_proj",
33
+ "k_proj",
34
+ "o_proj",
35
+ "v_proj",
36
+ "up_proj",
37
+ "down_proj",
38
+ "q_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
+ }
checkpoint-2000/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f3c0d2854821259b11cc3d50af94573ed18e3b01feb7e246c431668c885e18c5
3
+ size 174663096
checkpoint-2000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9235b5aab7d5984fbc261209f49465b3009cacf74840d85dea5d9df3ef73f9b
3
+ size 349601402
checkpoint-2000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1fc14ed0223f9dc268a12afa8d3e3c6e143a457220932e3e5b47e306b70232d6
3
+ size 14244
checkpoint-2000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a82132d4b741cef7f46c89653bf7b7d8ff26629391c111c76b285803134ea6b
3
+ size 1064
checkpoint-2000/trainer_state.json ADDED
@@ -0,0 +1,734 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 2.016131742564275,
6
+ "eval_steps": 500,
7
+ "global_step": 2000,
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.02016467820534364,
14
+ "grad_norm": 1.8511124849319458,
15
+ "learning_rate": 1.5833333333333333e-06,
16
+ "loss": 1.8108,
17
+ "step": 20
18
+ },
19
+ {
20
+ "epoch": 0.04032935641068728,
21
+ "grad_norm": 0.7394324541091919,
22
+ "learning_rate": 3.2500000000000002e-06,
23
+ "loss": 1.6715,
24
+ "step": 40
25
+ },
26
+ {
27
+ "epoch": 0.060494034616030916,
28
+ "grad_norm": 0.45531249046325684,
29
+ "learning_rate": 4.9166666666666665e-06,
30
+ "loss": 1.6173,
31
+ "step": 60
32
+ },
33
+ {
34
+ "epoch": 0.08065871282137456,
35
+ "grad_norm": 0.40357276797294617,
36
+ "learning_rate": 4.967421124828533e-06,
37
+ "loss": 1.5598,
38
+ "step": 80
39
+ },
40
+ {
41
+ "epoch": 0.1008233910267182,
42
+ "grad_norm": 0.29350975155830383,
43
+ "learning_rate": 4.933127572016461e-06,
44
+ "loss": 1.43,
45
+ "step": 100
46
+ },
47
+ {
48
+ "epoch": 0.12098806923206183,
49
+ "grad_norm": 0.20568248629570007,
50
+ "learning_rate": 4.89883401920439e-06,
51
+ "loss": 1.3987,
52
+ "step": 120
53
+ },
54
+ {
55
+ "epoch": 0.14115274743740547,
56
+ "grad_norm": 0.2384926974773407,
57
+ "learning_rate": 4.864540466392318e-06,
58
+ "loss": 1.3609,
59
+ "step": 140
60
+ },
61
+ {
62
+ "epoch": 0.16131742564274912,
63
+ "grad_norm": 0.1836162954568863,
64
+ "learning_rate": 4.830246913580247e-06,
65
+ "loss": 1.3435,
66
+ "step": 160
67
+ },
68
+ {
69
+ "epoch": 0.18148210384809277,
70
+ "grad_norm": 0.1811266541481018,
71
+ "learning_rate": 4.795953360768176e-06,
72
+ "loss": 1.3232,
73
+ "step": 180
74
+ },
75
+ {
76
+ "epoch": 0.2016467820534364,
77
+ "grad_norm": 0.2113139033317566,
78
+ "learning_rate": 4.761659807956105e-06,
79
+ "loss": 1.287,
80
+ "step": 200
81
+ },
82
+ {
83
+ "epoch": 0.22181146025878004,
84
+ "grad_norm": 0.1890689879655838,
85
+ "learning_rate": 4.727366255144034e-06,
86
+ "loss": 1.2092,
87
+ "step": 220
88
+ },
89
+ {
90
+ "epoch": 0.24197613846412366,
91
+ "grad_norm": 0.16214606165885925,
92
+ "learning_rate": 4.693072702331962e-06,
93
+ "loss": 1.2642,
94
+ "step": 240
95
+ },
96
+ {
97
+ "epoch": 0.2621408166694673,
98
+ "grad_norm": 0.18152153491973877,
99
+ "learning_rate": 4.658779149519891e-06,
100
+ "loss": 1.2641,
101
+ "step": 260
102
+ },
103
+ {
104
+ "epoch": 0.28230549487481094,
105
+ "grad_norm": 0.16723684966564178,
106
+ "learning_rate": 4.62448559670782e-06,
107
+ "loss": 1.2855,
108
+ "step": 280
109
+ },
110
+ {
111
+ "epoch": 0.3024701730801546,
112
+ "grad_norm": 0.17267176508903503,
113
+ "learning_rate": 4.590192043895748e-06,
114
+ "loss": 1.2665,
115
+ "step": 300
116
+ },
117
+ {
118
+ "epoch": 0.32263485128549824,
119
+ "grad_norm": 0.14581818878650665,
120
+ "learning_rate": 4.555898491083677e-06,
121
+ "loss": 1.2487,
122
+ "step": 320
123
+ },
124
+ {
125
+ "epoch": 0.34279952949084186,
126
+ "grad_norm": 0.16507931053638458,
127
+ "learning_rate": 4.521604938271605e-06,
128
+ "loss": 1.2157,
129
+ "step": 340
130
+ },
131
+ {
132
+ "epoch": 0.36296420769618554,
133
+ "grad_norm": 0.2352876514196396,
134
+ "learning_rate": 4.487311385459534e-06,
135
+ "loss": 1.2145,
136
+ "step": 360
137
+ },
138
+ {
139
+ "epoch": 0.38312888590152916,
140
+ "grad_norm": 0.17985840141773224,
141
+ "learning_rate": 4.4530178326474625e-06,
142
+ "loss": 1.1942,
143
+ "step": 380
144
+ },
145
+ {
146
+ "epoch": 0.4032935641068728,
147
+ "grad_norm": 0.17866867780685425,
148
+ "learning_rate": 4.4187242798353916e-06,
149
+ "loss": 1.2223,
150
+ "step": 400
151
+ },
152
+ {
153
+ "epoch": 0.42345824231221646,
154
+ "grad_norm": 0.14730125665664673,
155
+ "learning_rate": 4.38443072702332e-06,
156
+ "loss": 1.2117,
157
+ "step": 420
158
+ },
159
+ {
160
+ "epoch": 0.4436229205175601,
161
+ "grad_norm": 0.16549503803253174,
162
+ "learning_rate": 4.350137174211249e-06,
163
+ "loss": 1.1975,
164
+ "step": 440
165
+ },
166
+ {
167
+ "epoch": 0.4637875987229037,
168
+ "grad_norm": 0.17740090191364288,
169
+ "learning_rate": 4.315843621399177e-06,
170
+ "loss": 1.2423,
171
+ "step": 460
172
+ },
173
+ {
174
+ "epoch": 0.4839522769282473,
175
+ "grad_norm": 0.17977434396743774,
176
+ "learning_rate": 4.281550068587106e-06,
177
+ "loss": 1.2006,
178
+ "step": 480
179
+ },
180
+ {
181
+ "epoch": 0.504116955133591,
182
+ "grad_norm": 0.15869812667369843,
183
+ "learning_rate": 4.247256515775034e-06,
184
+ "loss": 1.207,
185
+ "step": 500
186
+ },
187
+ {
188
+ "epoch": 0.5242816333389346,
189
+ "grad_norm": 0.21521572768688202,
190
+ "learning_rate": 4.212962962962963e-06,
191
+ "loss": 1.2051,
192
+ "step": 520
193
+ },
194
+ {
195
+ "epoch": 0.5444463115442782,
196
+ "grad_norm": 0.16939546167850494,
197
+ "learning_rate": 4.178669410150891e-06,
198
+ "loss": 1.1756,
199
+ "step": 540
200
+ },
201
+ {
202
+ "epoch": 0.5646109897496219,
203
+ "grad_norm": 0.16470055282115936,
204
+ "learning_rate": 4.1443758573388204e-06,
205
+ "loss": 1.1676,
206
+ "step": 560
207
+ },
208
+ {
209
+ "epoch": 0.5847756679549656,
210
+ "grad_norm": 0.18620970845222473,
211
+ "learning_rate": 4.1100823045267495e-06,
212
+ "loss": 1.1889,
213
+ "step": 580
214
+ },
215
+ {
216
+ "epoch": 0.6049403461603092,
217
+ "grad_norm": 0.19728729128837585,
218
+ "learning_rate": 4.0757887517146785e-06,
219
+ "loss": 1.1817,
220
+ "step": 600
221
+ },
222
+ {
223
+ "epoch": 0.6251050243656529,
224
+ "grad_norm": 0.16294361650943756,
225
+ "learning_rate": 4.041495198902607e-06,
226
+ "loss": 1.1939,
227
+ "step": 620
228
+ },
229
+ {
230
+ "epoch": 0.6452697025709965,
231
+ "grad_norm": 0.16938216984272003,
232
+ "learning_rate": 4.007201646090536e-06,
233
+ "loss": 1.1832,
234
+ "step": 640
235
+ },
236
+ {
237
+ "epoch": 0.6654343807763401,
238
+ "grad_norm": 0.1400933861732483,
239
+ "learning_rate": 3.972908093278464e-06,
240
+ "loss": 1.1555,
241
+ "step": 660
242
+ },
243
+ {
244
+ "epoch": 0.6855990589816837,
245
+ "grad_norm": 0.151964008808136,
246
+ "learning_rate": 3.938614540466393e-06,
247
+ "loss": 1.1924,
248
+ "step": 680
249
+ },
250
+ {
251
+ "epoch": 0.7057637371870273,
252
+ "grad_norm": 0.165726900100708,
253
+ "learning_rate": 3.904320987654321e-06,
254
+ "loss": 1.1734,
255
+ "step": 700
256
+ },
257
+ {
258
+ "epoch": 0.7259284153923711,
259
+ "grad_norm": 0.14814433455467224,
260
+ "learning_rate": 3.87002743484225e-06,
261
+ "loss": 1.1431,
262
+ "step": 720
263
+ },
264
+ {
265
+ "epoch": 0.7460930935977147,
266
+ "grad_norm": 0.17124532163143158,
267
+ "learning_rate": 3.835733882030178e-06,
268
+ "loss": 1.1651,
269
+ "step": 740
270
+ },
271
+ {
272
+ "epoch": 0.7662577718030583,
273
+ "grad_norm": 0.16671781241893768,
274
+ "learning_rate": 3.8014403292181074e-06,
275
+ "loss": 1.1824,
276
+ "step": 760
277
+ },
278
+ {
279
+ "epoch": 0.7864224500084019,
280
+ "grad_norm": 0.13743053376674652,
281
+ "learning_rate": 3.767146776406036e-06,
282
+ "loss": 1.1673,
283
+ "step": 780
284
+ },
285
+ {
286
+ "epoch": 0.8065871282137456,
287
+ "grad_norm": 0.19988305866718292,
288
+ "learning_rate": 3.7328532235939646e-06,
289
+ "loss": 1.1628,
290
+ "step": 800
291
+ },
292
+ {
293
+ "epoch": 0.8267518064190892,
294
+ "grad_norm": 0.14841201901435852,
295
+ "learning_rate": 3.6985596707818932e-06,
296
+ "loss": 1.1317,
297
+ "step": 820
298
+ },
299
+ {
300
+ "epoch": 0.8469164846244329,
301
+ "grad_norm": 0.1685938984155655,
302
+ "learning_rate": 3.664266117969822e-06,
303
+ "loss": 1.1807,
304
+ "step": 840
305
+ },
306
+ {
307
+ "epoch": 0.8670811628297765,
308
+ "grad_norm": 0.1533905416727066,
309
+ "learning_rate": 3.6299725651577504e-06,
310
+ "loss": 1.1722,
311
+ "step": 860
312
+ },
313
+ {
314
+ "epoch": 0.8872458410351202,
315
+ "grad_norm": 0.19113974273204803,
316
+ "learning_rate": 3.595679012345679e-06,
317
+ "loss": 1.1449,
318
+ "step": 880
319
+ },
320
+ {
321
+ "epoch": 0.9074105192404638,
322
+ "grad_norm": 0.17651887238025665,
323
+ "learning_rate": 3.5613854595336077e-06,
324
+ "loss": 1.1976,
325
+ "step": 900
326
+ },
327
+ {
328
+ "epoch": 0.9275751974458074,
329
+ "grad_norm": 0.15434026718139648,
330
+ "learning_rate": 3.5270919067215363e-06,
331
+ "loss": 1.1801,
332
+ "step": 920
333
+ },
334
+ {
335
+ "epoch": 0.947739875651151,
336
+ "grad_norm": 0.19463898241519928,
337
+ "learning_rate": 3.492798353909465e-06,
338
+ "loss": 1.1499,
339
+ "step": 940
340
+ },
341
+ {
342
+ "epoch": 0.9679045538564947,
343
+ "grad_norm": 0.20643994212150574,
344
+ "learning_rate": 3.458504801097394e-06,
345
+ "loss": 1.1901,
346
+ "step": 960
347
+ },
348
+ {
349
+ "epoch": 0.9880692320618384,
350
+ "grad_norm": 0.16208429634571075,
351
+ "learning_rate": 3.4242112482853225e-06,
352
+ "loss": 1.1639,
353
+ "step": 980
354
+ },
355
+ {
356
+ "epoch": 1.0080658712821375,
357
+ "grad_norm": 0.19088372588157654,
358
+ "learning_rate": 3.3899176954732516e-06,
359
+ "loss": 1.1568,
360
+ "step": 1000
361
+ },
362
+ {
363
+ "epoch": 1.028230549487481,
364
+ "grad_norm": 0.17336255311965942,
365
+ "learning_rate": 3.35562414266118e-06,
366
+ "loss": 1.1895,
367
+ "step": 1020
368
+ },
369
+ {
370
+ "epoch": 1.0483952276928248,
371
+ "grad_norm": 0.18176113069057465,
372
+ "learning_rate": 3.3213305898491088e-06,
373
+ "loss": 1.1411,
374
+ "step": 1040
375
+ },
376
+ {
377
+ "epoch": 1.0685599058981683,
378
+ "grad_norm": 0.17232069373130798,
379
+ "learning_rate": 3.2870370370370374e-06,
380
+ "loss": 1.1532,
381
+ "step": 1060
382
+ },
383
+ {
384
+ "epoch": 1.088724584103512,
385
+ "grad_norm": 0.18182365596294403,
386
+ "learning_rate": 3.252743484224966e-06,
387
+ "loss": 1.1734,
388
+ "step": 1080
389
+ },
390
+ {
391
+ "epoch": 1.1088892623088555,
392
+ "grad_norm": 0.17681393027305603,
393
+ "learning_rate": 3.2184499314128946e-06,
394
+ "loss": 1.1956,
395
+ "step": 1100
396
+ },
397
+ {
398
+ "epoch": 1.1290539405141993,
399
+ "grad_norm": 0.17663593590259552,
400
+ "learning_rate": 3.1841563786008232e-06,
401
+ "loss": 1.1743,
402
+ "step": 1120
403
+ },
404
+ {
405
+ "epoch": 1.149218618719543,
406
+ "grad_norm": 0.2009301483631134,
407
+ "learning_rate": 3.149862825788752e-06,
408
+ "loss": 1.1369,
409
+ "step": 1140
410
+ },
411
+ {
412
+ "epoch": 1.1693832969248865,
413
+ "grad_norm": 0.18737803399562836,
414
+ "learning_rate": 3.115569272976681e-06,
415
+ "loss": 1.1713,
416
+ "step": 1160
417
+ },
418
+ {
419
+ "epoch": 1.1895479751302303,
420
+ "grad_norm": 0.21331042051315308,
421
+ "learning_rate": 3.0812757201646095e-06,
422
+ "loss": 1.1807,
423
+ "step": 1180
424
+ },
425
+ {
426
+ "epoch": 1.2097126533355738,
427
+ "grad_norm": 0.137131005525589,
428
+ "learning_rate": 3.046982167352538e-06,
429
+ "loss": 1.1249,
430
+ "step": 1200
431
+ },
432
+ {
433
+ "epoch": 1.2298773315409175,
434
+ "grad_norm": 0.1591823250055313,
435
+ "learning_rate": 3.0126886145404667e-06,
436
+ "loss": 1.1444,
437
+ "step": 1220
438
+ },
439
+ {
440
+ "epoch": 1.2500420097462612,
441
+ "grad_norm": 0.22706831991672516,
442
+ "learning_rate": 2.9783950617283953e-06,
443
+ "loss": 1.123,
444
+ "step": 1240
445
+ },
446
+ {
447
+ "epoch": 1.2702066879516047,
448
+ "grad_norm": 0.21177977323532104,
449
+ "learning_rate": 2.944101508916324e-06,
450
+ "loss": 1.1364,
451
+ "step": 1260
452
+ },
453
+ {
454
+ "epoch": 1.2903713661569485,
455
+ "grad_norm": 0.1499287486076355,
456
+ "learning_rate": 2.9098079561042525e-06,
457
+ "loss": 1.1325,
458
+ "step": 1280
459
+ },
460
+ {
461
+ "epoch": 1.310536044362292,
462
+ "grad_norm": 0.20148980617523193,
463
+ "learning_rate": 2.875514403292181e-06,
464
+ "loss": 1.1652,
465
+ "step": 1300
466
+ },
467
+ {
468
+ "epoch": 1.3307007225676357,
469
+ "grad_norm": 0.16732490062713623,
470
+ "learning_rate": 2.8412208504801097e-06,
471
+ "loss": 1.1647,
472
+ "step": 1320
473
+ },
474
+ {
475
+ "epoch": 1.3508654007729795,
476
+ "grad_norm": 0.1993524134159088,
477
+ "learning_rate": 2.8069272976680384e-06,
478
+ "loss": 1.1654,
479
+ "step": 1340
480
+ },
481
+ {
482
+ "epoch": 1.371030078978323,
483
+ "grad_norm": 0.24337328970432281,
484
+ "learning_rate": 2.772633744855967e-06,
485
+ "loss": 1.1698,
486
+ "step": 1360
487
+ },
488
+ {
489
+ "epoch": 1.3911947571836665,
490
+ "grad_norm": 0.18297967314720154,
491
+ "learning_rate": 2.7383401920438964e-06,
492
+ "loss": 1.1399,
493
+ "step": 1380
494
+ },
495
+ {
496
+ "epoch": 1.4113594353890102,
497
+ "grad_norm": 0.1674719750881195,
498
+ "learning_rate": 2.704046639231825e-06,
499
+ "loss": 1.1505,
500
+ "step": 1400
501
+ },
502
+ {
503
+ "epoch": 1.431524113594354,
504
+ "grad_norm": 0.24349944293498993,
505
+ "learning_rate": 2.6697530864197536e-06,
506
+ "loss": 1.1488,
507
+ "step": 1420
508
+ },
509
+ {
510
+ "epoch": 1.4516887917996975,
511
+ "grad_norm": 0.21391816437244415,
512
+ "learning_rate": 2.6354595336076823e-06,
513
+ "loss": 1.1624,
514
+ "step": 1440
515
+ },
516
+ {
517
+ "epoch": 1.4718534700050412,
518
+ "grad_norm": 0.1747744381427765,
519
+ "learning_rate": 2.601165980795611e-06,
520
+ "loss": 1.1175,
521
+ "step": 1460
522
+ },
523
+ {
524
+ "epoch": 1.4920181482103847,
525
+ "grad_norm": 0.1813206523656845,
526
+ "learning_rate": 2.5668724279835395e-06,
527
+ "loss": 1.1773,
528
+ "step": 1480
529
+ },
530
+ {
531
+ "epoch": 1.5121828264157284,
532
+ "grad_norm": 0.1902363896369934,
533
+ "learning_rate": 2.532578875171468e-06,
534
+ "loss": 1.1543,
535
+ "step": 1500
536
+ },
537
+ {
538
+ "epoch": 1.5323475046210722,
539
+ "grad_norm": 0.229601189494133,
540
+ "learning_rate": 2.4982853223593967e-06,
541
+ "loss": 1.1693,
542
+ "step": 1520
543
+ },
544
+ {
545
+ "epoch": 1.5525121828264157,
546
+ "grad_norm": 0.19683398306369781,
547
+ "learning_rate": 2.4639917695473253e-06,
548
+ "loss": 1.1466,
549
+ "step": 1540
550
+ },
551
+ {
552
+ "epoch": 1.5726768610317594,
553
+ "grad_norm": 0.20073945820331573,
554
+ "learning_rate": 2.429698216735254e-06,
555
+ "loss": 1.1047,
556
+ "step": 1560
557
+ },
558
+ {
559
+ "epoch": 1.592841539237103,
560
+ "grad_norm": 0.18283994495868683,
561
+ "learning_rate": 2.3954046639231825e-06,
562
+ "loss": 1.142,
563
+ "step": 1580
564
+ },
565
+ {
566
+ "epoch": 1.6130062174424467,
567
+ "grad_norm": 0.18824931979179382,
568
+ "learning_rate": 2.361111111111111e-06,
569
+ "loss": 1.1435,
570
+ "step": 1600
571
+ },
572
+ {
573
+ "epoch": 1.6331708956477904,
574
+ "grad_norm": 0.1996023803949356,
575
+ "learning_rate": 2.3268175582990397e-06,
576
+ "loss": 1.1423,
577
+ "step": 1620
578
+ },
579
+ {
580
+ "epoch": 1.653335573853134,
581
+ "grad_norm": 0.14964720606803894,
582
+ "learning_rate": 2.2925240054869684e-06,
583
+ "loss": 1.1041,
584
+ "step": 1640
585
+ },
586
+ {
587
+ "epoch": 1.6735002520584774,
588
+ "grad_norm": 0.22309167683124542,
589
+ "learning_rate": 2.2582304526748974e-06,
590
+ "loss": 1.1445,
591
+ "step": 1660
592
+ },
593
+ {
594
+ "epoch": 1.6936649302638211,
595
+ "grad_norm": 0.2204594910144806,
596
+ "learning_rate": 2.223936899862826e-06,
597
+ "loss": 1.1422,
598
+ "step": 1680
599
+ },
600
+ {
601
+ "epoch": 1.7138296084691649,
602
+ "grad_norm": 0.16599097847938538,
603
+ "learning_rate": 2.1896433470507546e-06,
604
+ "loss": 1.0732,
605
+ "step": 1700
606
+ },
607
+ {
608
+ "epoch": 1.7339942866745086,
609
+ "grad_norm": 0.15629573166370392,
610
+ "learning_rate": 2.1553497942386832e-06,
611
+ "loss": 1.1033,
612
+ "step": 1720
613
+ },
614
+ {
615
+ "epoch": 1.7541589648798521,
616
+ "grad_norm": 0.1623900830745697,
617
+ "learning_rate": 2.121056241426612e-06,
618
+ "loss": 1.1316,
619
+ "step": 1740
620
+ },
621
+ {
622
+ "epoch": 1.7743236430851956,
623
+ "grad_norm": 0.1825624257326126,
624
+ "learning_rate": 2.0867626886145404e-06,
625
+ "loss": 1.0872,
626
+ "step": 1760
627
+ },
628
+ {
629
+ "epoch": 1.7944883212905394,
630
+ "grad_norm": 0.22364318370819092,
631
+ "learning_rate": 2.052469135802469e-06,
632
+ "loss": 1.1543,
633
+ "step": 1780
634
+ },
635
+ {
636
+ "epoch": 1.814652999495883,
637
+ "grad_norm": 0.1587645709514618,
638
+ "learning_rate": 2.018175582990398e-06,
639
+ "loss": 1.1155,
640
+ "step": 1800
641
+ },
642
+ {
643
+ "epoch": 1.8348176777012268,
644
+ "grad_norm": 0.19607681035995483,
645
+ "learning_rate": 1.9838820301783267e-06,
646
+ "loss": 1.1276,
647
+ "step": 1820
648
+ },
649
+ {
650
+ "epoch": 1.8549823559065703,
651
+ "grad_norm": 0.15664765238761902,
652
+ "learning_rate": 1.9495884773662553e-06,
653
+ "loss": 1.1343,
654
+ "step": 1840
655
+ },
656
+ {
657
+ "epoch": 1.8751470341119139,
658
+ "grad_norm": 0.16460677981376648,
659
+ "learning_rate": 1.915294924554184e-06,
660
+ "loss": 1.1415,
661
+ "step": 1860
662
+ },
663
+ {
664
+ "epoch": 1.8953117123172576,
665
+ "grad_norm": 0.19724081456661224,
666
+ "learning_rate": 1.8810013717421127e-06,
667
+ "loss": 1.1499,
668
+ "step": 1880
669
+ },
670
+ {
671
+ "epoch": 1.9154763905226013,
672
+ "grad_norm": 0.17782624065876007,
673
+ "learning_rate": 1.8467078189300414e-06,
674
+ "loss": 1.153,
675
+ "step": 1900
676
+ },
677
+ {
678
+ "epoch": 1.9356410687279448,
679
+ "grad_norm": 0.17599479854106903,
680
+ "learning_rate": 1.81241426611797e-06,
681
+ "loss": 1.1107,
682
+ "step": 1920
683
+ },
684
+ {
685
+ "epoch": 1.9558057469332886,
686
+ "grad_norm": 0.16163478791713715,
687
+ "learning_rate": 1.7781207133058986e-06,
688
+ "loss": 1.1628,
689
+ "step": 1940
690
+ },
691
+ {
692
+ "epoch": 1.975970425138632,
693
+ "grad_norm": 0.23151934146881104,
694
+ "learning_rate": 1.7438271604938272e-06,
695
+ "loss": 1.1507,
696
+ "step": 1960
697
+ },
698
+ {
699
+ "epoch": 1.9961351033439758,
700
+ "grad_norm": 0.1565564125776291,
701
+ "learning_rate": 1.709533607681756e-06,
702
+ "loss": 1.1026,
703
+ "step": 1980
704
+ },
705
+ {
706
+ "epoch": 2.016131742564275,
707
+ "grad_norm": 0.18382473289966583,
708
+ "learning_rate": 1.6752400548696846e-06,
709
+ "loss": 1.195,
710
+ "step": 2000
711
+ }
712
+ ],
713
+ "logging_steps": 20,
714
+ "max_steps": 2976,
715
+ "num_input_tokens_seen": 0,
716
+ "num_train_epochs": 3,
717
+ "save_steps": 2000,
718
+ "stateful_callbacks": {
719
+ "TrainerControl": {
720
+ "args": {
721
+ "should_epoch_stop": false,
722
+ "should_evaluate": false,
723
+ "should_log": false,
724
+ "should_save": true,
725
+ "should_training_stop": false
726
+ },
727
+ "attributes": {}
728
+ }
729
+ },
730
+ "total_flos": 3.344677831266168e+18,
731
+ "train_batch_size": 1,
732
+ "trial_name": null,
733
+ "trial_params": null
734
+ }
checkpoint-2000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:126a14bc5830fe5f3ec32bb884cd494a944b9ced8af5fddce759a0550f0ec7c1
3
+ size 5432
checkpoint-2976/README.md ADDED
@@ -0,0 +1,207 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: Qwen/Qwen3-VL-8B-Instruct
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:Qwen/Qwen3-VL-8B-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.18.0
checkpoint-2976/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": "Qwen/Qwen3-VL-8B-Instruct",
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": 32,
20
+ "lora_bias": false,
21
+ "lora_dropout": 0.05,
22
+ "megatron_config": null,
23
+ "megatron_core": "megatron.core",
24
+ "modules_to_save": null,
25
+ "peft_type": "LORA",
26
+ "peft_version": "0.18.0",
27
+ "qalora_group_size": 16,
28
+ "r": 16,
29
+ "rank_pattern": {},
30
+ "revision": null,
31
+ "target_modules": [
32
+ "gate_proj",
33
+ "k_proj",
34
+ "o_proj",
35
+ "v_proj",
36
+ "up_proj",
37
+ "down_proj",
38
+ "q_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
+ }
checkpoint-2976/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8208489b07ae8fe718e91518527a5264e0fefa42b7ed03e02d5fb49d6f3bf886
3
+ size 174663096
checkpoint-2976/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b517e58ad4663fb39556e79196226bbe043e2bf289d183ea14f7e11d7e27965
3
+ size 349601402
checkpoint-2976/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e473398a631c152cf36f93fd18c266670dd825225c91513fecfa0214eed5607
3
+ size 14244
checkpoint-2976/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:588dbcd99b1f28b58d50a0cc0ac3a67f30fb179f068ad2a621e2187081bab7f7
3
+ size 1064
checkpoint-2976/trainer_state.json ADDED
@@ -0,0 +1,1070 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 3.0,
6
+ "eval_steps": 500,
7
+ "global_step": 2976,
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.02016467820534364,
14
+ "grad_norm": 1.8511124849319458,
15
+ "learning_rate": 1.5833333333333333e-06,
16
+ "loss": 1.8108,
17
+ "step": 20
18
+ },
19
+ {
20
+ "epoch": 0.04032935641068728,
21
+ "grad_norm": 0.7394324541091919,
22
+ "learning_rate": 3.2500000000000002e-06,
23
+ "loss": 1.6715,
24
+ "step": 40
25
+ },
26
+ {
27
+ "epoch": 0.060494034616030916,
28
+ "grad_norm": 0.45531249046325684,
29
+ "learning_rate": 4.9166666666666665e-06,
30
+ "loss": 1.6173,
31
+ "step": 60
32
+ },
33
+ {
34
+ "epoch": 0.08065871282137456,
35
+ "grad_norm": 0.40357276797294617,
36
+ "learning_rate": 4.967421124828533e-06,
37
+ "loss": 1.5598,
38
+ "step": 80
39
+ },
40
+ {
41
+ "epoch": 0.1008233910267182,
42
+ "grad_norm": 0.29350975155830383,
43
+ "learning_rate": 4.933127572016461e-06,
44
+ "loss": 1.43,
45
+ "step": 100
46
+ },
47
+ {
48
+ "epoch": 0.12098806923206183,
49
+ "grad_norm": 0.20568248629570007,
50
+ "learning_rate": 4.89883401920439e-06,
51
+ "loss": 1.3987,
52
+ "step": 120
53
+ },
54
+ {
55
+ "epoch": 0.14115274743740547,
56
+ "grad_norm": 0.2384926974773407,
57
+ "learning_rate": 4.864540466392318e-06,
58
+ "loss": 1.3609,
59
+ "step": 140
60
+ },
61
+ {
62
+ "epoch": 0.16131742564274912,
63
+ "grad_norm": 0.1836162954568863,
64
+ "learning_rate": 4.830246913580247e-06,
65
+ "loss": 1.3435,
66
+ "step": 160
67
+ },
68
+ {
69
+ "epoch": 0.18148210384809277,
70
+ "grad_norm": 0.1811266541481018,
71
+ "learning_rate": 4.795953360768176e-06,
72
+ "loss": 1.3232,
73
+ "step": 180
74
+ },
75
+ {
76
+ "epoch": 0.2016467820534364,
77
+ "grad_norm": 0.2113139033317566,
78
+ "learning_rate": 4.761659807956105e-06,
79
+ "loss": 1.287,
80
+ "step": 200
81
+ },
82
+ {
83
+ "epoch": 0.22181146025878004,
84
+ "grad_norm": 0.1890689879655838,
85
+ "learning_rate": 4.727366255144034e-06,
86
+ "loss": 1.2092,
87
+ "step": 220
88
+ },
89
+ {
90
+ "epoch": 0.24197613846412366,
91
+ "grad_norm": 0.16214606165885925,
92
+ "learning_rate": 4.693072702331962e-06,
93
+ "loss": 1.2642,
94
+ "step": 240
95
+ },
96
+ {
97
+ "epoch": 0.2621408166694673,
98
+ "grad_norm": 0.18152153491973877,
99
+ "learning_rate": 4.658779149519891e-06,
100
+ "loss": 1.2641,
101
+ "step": 260
102
+ },
103
+ {
104
+ "epoch": 0.28230549487481094,
105
+ "grad_norm": 0.16723684966564178,
106
+ "learning_rate": 4.62448559670782e-06,
107
+ "loss": 1.2855,
108
+ "step": 280
109
+ },
110
+ {
111
+ "epoch": 0.3024701730801546,
112
+ "grad_norm": 0.17267176508903503,
113
+ "learning_rate": 4.590192043895748e-06,
114
+ "loss": 1.2665,
115
+ "step": 300
116
+ },
117
+ {
118
+ "epoch": 0.32263485128549824,
119
+ "grad_norm": 0.14581818878650665,
120
+ "learning_rate": 4.555898491083677e-06,
121
+ "loss": 1.2487,
122
+ "step": 320
123
+ },
124
+ {
125
+ "epoch": 0.34279952949084186,
126
+ "grad_norm": 0.16507931053638458,
127
+ "learning_rate": 4.521604938271605e-06,
128
+ "loss": 1.2157,
129
+ "step": 340
130
+ },
131
+ {
132
+ "epoch": 0.36296420769618554,
133
+ "grad_norm": 0.2352876514196396,
134
+ "learning_rate": 4.487311385459534e-06,
135
+ "loss": 1.2145,
136
+ "step": 360
137
+ },
138
+ {
139
+ "epoch": 0.38312888590152916,
140
+ "grad_norm": 0.17985840141773224,
141
+ "learning_rate": 4.4530178326474625e-06,
142
+ "loss": 1.1942,
143
+ "step": 380
144
+ },
145
+ {
146
+ "epoch": 0.4032935641068728,
147
+ "grad_norm": 0.17866867780685425,
148
+ "learning_rate": 4.4187242798353916e-06,
149
+ "loss": 1.2223,
150
+ "step": 400
151
+ },
152
+ {
153
+ "epoch": 0.42345824231221646,
154
+ "grad_norm": 0.14730125665664673,
155
+ "learning_rate": 4.38443072702332e-06,
156
+ "loss": 1.2117,
157
+ "step": 420
158
+ },
159
+ {
160
+ "epoch": 0.4436229205175601,
161
+ "grad_norm": 0.16549503803253174,
162
+ "learning_rate": 4.350137174211249e-06,
163
+ "loss": 1.1975,
164
+ "step": 440
165
+ },
166
+ {
167
+ "epoch": 0.4637875987229037,
168
+ "grad_norm": 0.17740090191364288,
169
+ "learning_rate": 4.315843621399177e-06,
170
+ "loss": 1.2423,
171
+ "step": 460
172
+ },
173
+ {
174
+ "epoch": 0.4839522769282473,
175
+ "grad_norm": 0.17977434396743774,
176
+ "learning_rate": 4.281550068587106e-06,
177
+ "loss": 1.2006,
178
+ "step": 480
179
+ },
180
+ {
181
+ "epoch": 0.504116955133591,
182
+ "grad_norm": 0.15869812667369843,
183
+ "learning_rate": 4.247256515775034e-06,
184
+ "loss": 1.207,
185
+ "step": 500
186
+ },
187
+ {
188
+ "epoch": 0.5242816333389346,
189
+ "grad_norm": 0.21521572768688202,
190
+ "learning_rate": 4.212962962962963e-06,
191
+ "loss": 1.2051,
192
+ "step": 520
193
+ },
194
+ {
195
+ "epoch": 0.5444463115442782,
196
+ "grad_norm": 0.16939546167850494,
197
+ "learning_rate": 4.178669410150891e-06,
198
+ "loss": 1.1756,
199
+ "step": 540
200
+ },
201
+ {
202
+ "epoch": 0.5646109897496219,
203
+ "grad_norm": 0.16470055282115936,
204
+ "learning_rate": 4.1443758573388204e-06,
205
+ "loss": 1.1676,
206
+ "step": 560
207
+ },
208
+ {
209
+ "epoch": 0.5847756679549656,
210
+ "grad_norm": 0.18620970845222473,
211
+ "learning_rate": 4.1100823045267495e-06,
212
+ "loss": 1.1889,
213
+ "step": 580
214
+ },
215
+ {
216
+ "epoch": 0.6049403461603092,
217
+ "grad_norm": 0.19728729128837585,
218
+ "learning_rate": 4.0757887517146785e-06,
219
+ "loss": 1.1817,
220
+ "step": 600
221
+ },
222
+ {
223
+ "epoch": 0.6251050243656529,
224
+ "grad_norm": 0.16294361650943756,
225
+ "learning_rate": 4.041495198902607e-06,
226
+ "loss": 1.1939,
227
+ "step": 620
228
+ },
229
+ {
230
+ "epoch": 0.6452697025709965,
231
+ "grad_norm": 0.16938216984272003,
232
+ "learning_rate": 4.007201646090536e-06,
233
+ "loss": 1.1832,
234
+ "step": 640
235
+ },
236
+ {
237
+ "epoch": 0.6654343807763401,
238
+ "grad_norm": 0.1400933861732483,
239
+ "learning_rate": 3.972908093278464e-06,
240
+ "loss": 1.1555,
241
+ "step": 660
242
+ },
243
+ {
244
+ "epoch": 0.6855990589816837,
245
+ "grad_norm": 0.151964008808136,
246
+ "learning_rate": 3.938614540466393e-06,
247
+ "loss": 1.1924,
248
+ "step": 680
249
+ },
250
+ {
251
+ "epoch": 0.7057637371870273,
252
+ "grad_norm": 0.165726900100708,
253
+ "learning_rate": 3.904320987654321e-06,
254
+ "loss": 1.1734,
255
+ "step": 700
256
+ },
257
+ {
258
+ "epoch": 0.7259284153923711,
259
+ "grad_norm": 0.14814433455467224,
260
+ "learning_rate": 3.87002743484225e-06,
261
+ "loss": 1.1431,
262
+ "step": 720
263
+ },
264
+ {
265
+ "epoch": 0.7460930935977147,
266
+ "grad_norm": 0.17124532163143158,
267
+ "learning_rate": 3.835733882030178e-06,
268
+ "loss": 1.1651,
269
+ "step": 740
270
+ },
271
+ {
272
+ "epoch": 0.7662577718030583,
273
+ "grad_norm": 0.16671781241893768,
274
+ "learning_rate": 3.8014403292181074e-06,
275
+ "loss": 1.1824,
276
+ "step": 760
277
+ },
278
+ {
279
+ "epoch": 0.7864224500084019,
280
+ "grad_norm": 0.13743053376674652,
281
+ "learning_rate": 3.767146776406036e-06,
282
+ "loss": 1.1673,
283
+ "step": 780
284
+ },
285
+ {
286
+ "epoch": 0.8065871282137456,
287
+ "grad_norm": 0.19988305866718292,
288
+ "learning_rate": 3.7328532235939646e-06,
289
+ "loss": 1.1628,
290
+ "step": 800
291
+ },
292
+ {
293
+ "epoch": 0.8267518064190892,
294
+ "grad_norm": 0.14841201901435852,
295
+ "learning_rate": 3.6985596707818932e-06,
296
+ "loss": 1.1317,
297
+ "step": 820
298
+ },
299
+ {
300
+ "epoch": 0.8469164846244329,
301
+ "grad_norm": 0.1685938984155655,
302
+ "learning_rate": 3.664266117969822e-06,
303
+ "loss": 1.1807,
304
+ "step": 840
305
+ },
306
+ {
307
+ "epoch": 0.8670811628297765,
308
+ "grad_norm": 0.1533905416727066,
309
+ "learning_rate": 3.6299725651577504e-06,
310
+ "loss": 1.1722,
311
+ "step": 860
312
+ },
313
+ {
314
+ "epoch": 0.8872458410351202,
315
+ "grad_norm": 0.19113974273204803,
316
+ "learning_rate": 3.595679012345679e-06,
317
+ "loss": 1.1449,
318
+ "step": 880
319
+ },
320
+ {
321
+ "epoch": 0.9074105192404638,
322
+ "grad_norm": 0.17651887238025665,
323
+ "learning_rate": 3.5613854595336077e-06,
324
+ "loss": 1.1976,
325
+ "step": 900
326
+ },
327
+ {
328
+ "epoch": 0.9275751974458074,
329
+ "grad_norm": 0.15434026718139648,
330
+ "learning_rate": 3.5270919067215363e-06,
331
+ "loss": 1.1801,
332
+ "step": 920
333
+ },
334
+ {
335
+ "epoch": 0.947739875651151,
336
+ "grad_norm": 0.19463898241519928,
337
+ "learning_rate": 3.492798353909465e-06,
338
+ "loss": 1.1499,
339
+ "step": 940
340
+ },
341
+ {
342
+ "epoch": 0.9679045538564947,
343
+ "grad_norm": 0.20643994212150574,
344
+ "learning_rate": 3.458504801097394e-06,
345
+ "loss": 1.1901,
346
+ "step": 960
347
+ },
348
+ {
349
+ "epoch": 0.9880692320618384,
350
+ "grad_norm": 0.16208429634571075,
351
+ "learning_rate": 3.4242112482853225e-06,
352
+ "loss": 1.1639,
353
+ "step": 980
354
+ },
355
+ {
356
+ "epoch": 1.0080658712821375,
357
+ "grad_norm": 0.19088372588157654,
358
+ "learning_rate": 3.3899176954732516e-06,
359
+ "loss": 1.1568,
360
+ "step": 1000
361
+ },
362
+ {
363
+ "epoch": 1.028230549487481,
364
+ "grad_norm": 0.17336255311965942,
365
+ "learning_rate": 3.35562414266118e-06,
366
+ "loss": 1.1895,
367
+ "step": 1020
368
+ },
369
+ {
370
+ "epoch": 1.0483952276928248,
371
+ "grad_norm": 0.18176113069057465,
372
+ "learning_rate": 3.3213305898491088e-06,
373
+ "loss": 1.1411,
374
+ "step": 1040
375
+ },
376
+ {
377
+ "epoch": 1.0685599058981683,
378
+ "grad_norm": 0.17232069373130798,
379
+ "learning_rate": 3.2870370370370374e-06,
380
+ "loss": 1.1532,
381
+ "step": 1060
382
+ },
383
+ {
384
+ "epoch": 1.088724584103512,
385
+ "grad_norm": 0.18182365596294403,
386
+ "learning_rate": 3.252743484224966e-06,
387
+ "loss": 1.1734,
388
+ "step": 1080
389
+ },
390
+ {
391
+ "epoch": 1.1088892623088555,
392
+ "grad_norm": 0.17681393027305603,
393
+ "learning_rate": 3.2184499314128946e-06,
394
+ "loss": 1.1956,
395
+ "step": 1100
396
+ },
397
+ {
398
+ "epoch": 1.1290539405141993,
399
+ "grad_norm": 0.17663593590259552,
400
+ "learning_rate": 3.1841563786008232e-06,
401
+ "loss": 1.1743,
402
+ "step": 1120
403
+ },
404
+ {
405
+ "epoch": 1.149218618719543,
406
+ "grad_norm": 0.2009301483631134,
407
+ "learning_rate": 3.149862825788752e-06,
408
+ "loss": 1.1369,
409
+ "step": 1140
410
+ },
411
+ {
412
+ "epoch": 1.1693832969248865,
413
+ "grad_norm": 0.18737803399562836,
414
+ "learning_rate": 3.115569272976681e-06,
415
+ "loss": 1.1713,
416
+ "step": 1160
417
+ },
418
+ {
419
+ "epoch": 1.1895479751302303,
420
+ "grad_norm": 0.21331042051315308,
421
+ "learning_rate": 3.0812757201646095e-06,
422
+ "loss": 1.1807,
423
+ "step": 1180
424
+ },
425
+ {
426
+ "epoch": 1.2097126533355738,
427
+ "grad_norm": 0.137131005525589,
428
+ "learning_rate": 3.046982167352538e-06,
429
+ "loss": 1.1249,
430
+ "step": 1200
431
+ },
432
+ {
433
+ "epoch": 1.2298773315409175,
434
+ "grad_norm": 0.1591823250055313,
435
+ "learning_rate": 3.0126886145404667e-06,
436
+ "loss": 1.1444,
437
+ "step": 1220
438
+ },
439
+ {
440
+ "epoch": 1.2500420097462612,
441
+ "grad_norm": 0.22706831991672516,
442
+ "learning_rate": 2.9783950617283953e-06,
443
+ "loss": 1.123,
444
+ "step": 1240
445
+ },
446
+ {
447
+ "epoch": 1.2702066879516047,
448
+ "grad_norm": 0.21177977323532104,
449
+ "learning_rate": 2.944101508916324e-06,
450
+ "loss": 1.1364,
451
+ "step": 1260
452
+ },
453
+ {
454
+ "epoch": 1.2903713661569485,
455
+ "grad_norm": 0.1499287486076355,
456
+ "learning_rate": 2.9098079561042525e-06,
457
+ "loss": 1.1325,
458
+ "step": 1280
459
+ },
460
+ {
461
+ "epoch": 1.310536044362292,
462
+ "grad_norm": 0.20148980617523193,
463
+ "learning_rate": 2.875514403292181e-06,
464
+ "loss": 1.1652,
465
+ "step": 1300
466
+ },
467
+ {
468
+ "epoch": 1.3307007225676357,
469
+ "grad_norm": 0.16732490062713623,
470
+ "learning_rate": 2.8412208504801097e-06,
471
+ "loss": 1.1647,
472
+ "step": 1320
473
+ },
474
+ {
475
+ "epoch": 1.3508654007729795,
476
+ "grad_norm": 0.1993524134159088,
477
+ "learning_rate": 2.8069272976680384e-06,
478
+ "loss": 1.1654,
479
+ "step": 1340
480
+ },
481
+ {
482
+ "epoch": 1.371030078978323,
483
+ "grad_norm": 0.24337328970432281,
484
+ "learning_rate": 2.772633744855967e-06,
485
+ "loss": 1.1698,
486
+ "step": 1360
487
+ },
488
+ {
489
+ "epoch": 1.3911947571836665,
490
+ "grad_norm": 0.18297967314720154,
491
+ "learning_rate": 2.7383401920438964e-06,
492
+ "loss": 1.1399,
493
+ "step": 1380
494
+ },
495
+ {
496
+ "epoch": 1.4113594353890102,
497
+ "grad_norm": 0.1674719750881195,
498
+ "learning_rate": 2.704046639231825e-06,
499
+ "loss": 1.1505,
500
+ "step": 1400
501
+ },
502
+ {
503
+ "epoch": 1.431524113594354,
504
+ "grad_norm": 0.24349944293498993,
505
+ "learning_rate": 2.6697530864197536e-06,
506
+ "loss": 1.1488,
507
+ "step": 1420
508
+ },
509
+ {
510
+ "epoch": 1.4516887917996975,
511
+ "grad_norm": 0.21391816437244415,
512
+ "learning_rate": 2.6354595336076823e-06,
513
+ "loss": 1.1624,
514
+ "step": 1440
515
+ },
516
+ {
517
+ "epoch": 1.4718534700050412,
518
+ "grad_norm": 0.1747744381427765,
519
+ "learning_rate": 2.601165980795611e-06,
520
+ "loss": 1.1175,
521
+ "step": 1460
522
+ },
523
+ {
524
+ "epoch": 1.4920181482103847,
525
+ "grad_norm": 0.1813206523656845,
526
+ "learning_rate": 2.5668724279835395e-06,
527
+ "loss": 1.1773,
528
+ "step": 1480
529
+ },
530
+ {
531
+ "epoch": 1.5121828264157284,
532
+ "grad_norm": 0.1902363896369934,
533
+ "learning_rate": 2.532578875171468e-06,
534
+ "loss": 1.1543,
535
+ "step": 1500
536
+ },
537
+ {
538
+ "epoch": 1.5323475046210722,
539
+ "grad_norm": 0.229601189494133,
540
+ "learning_rate": 2.4982853223593967e-06,
541
+ "loss": 1.1693,
542
+ "step": 1520
543
+ },
544
+ {
545
+ "epoch": 1.5525121828264157,
546
+ "grad_norm": 0.19683398306369781,
547
+ "learning_rate": 2.4639917695473253e-06,
548
+ "loss": 1.1466,
549
+ "step": 1540
550
+ },
551
+ {
552
+ "epoch": 1.5726768610317594,
553
+ "grad_norm": 0.20073945820331573,
554
+ "learning_rate": 2.429698216735254e-06,
555
+ "loss": 1.1047,
556
+ "step": 1560
557
+ },
558
+ {
559
+ "epoch": 1.592841539237103,
560
+ "grad_norm": 0.18283994495868683,
561
+ "learning_rate": 2.3954046639231825e-06,
562
+ "loss": 1.142,
563
+ "step": 1580
564
+ },
565
+ {
566
+ "epoch": 1.6130062174424467,
567
+ "grad_norm": 0.18824931979179382,
568
+ "learning_rate": 2.361111111111111e-06,
569
+ "loss": 1.1435,
570
+ "step": 1600
571
+ },
572
+ {
573
+ "epoch": 1.6331708956477904,
574
+ "grad_norm": 0.1996023803949356,
575
+ "learning_rate": 2.3268175582990397e-06,
576
+ "loss": 1.1423,
577
+ "step": 1620
578
+ },
579
+ {
580
+ "epoch": 1.653335573853134,
581
+ "grad_norm": 0.14964720606803894,
582
+ "learning_rate": 2.2925240054869684e-06,
583
+ "loss": 1.1041,
584
+ "step": 1640
585
+ },
586
+ {
587
+ "epoch": 1.6735002520584774,
588
+ "grad_norm": 0.22309167683124542,
589
+ "learning_rate": 2.2582304526748974e-06,
590
+ "loss": 1.1445,
591
+ "step": 1660
592
+ },
593
+ {
594
+ "epoch": 1.6936649302638211,
595
+ "grad_norm": 0.2204594910144806,
596
+ "learning_rate": 2.223936899862826e-06,
597
+ "loss": 1.1422,
598
+ "step": 1680
599
+ },
600
+ {
601
+ "epoch": 1.7138296084691649,
602
+ "grad_norm": 0.16599097847938538,
603
+ "learning_rate": 2.1896433470507546e-06,
604
+ "loss": 1.0732,
605
+ "step": 1700
606
+ },
607
+ {
608
+ "epoch": 1.7339942866745086,
609
+ "grad_norm": 0.15629573166370392,
610
+ "learning_rate": 2.1553497942386832e-06,
611
+ "loss": 1.1033,
612
+ "step": 1720
613
+ },
614
+ {
615
+ "epoch": 1.7541589648798521,
616
+ "grad_norm": 0.1623900830745697,
617
+ "learning_rate": 2.121056241426612e-06,
618
+ "loss": 1.1316,
619
+ "step": 1740
620
+ },
621
+ {
622
+ "epoch": 1.7743236430851956,
623
+ "grad_norm": 0.1825624257326126,
624
+ "learning_rate": 2.0867626886145404e-06,
625
+ "loss": 1.0872,
626
+ "step": 1760
627
+ },
628
+ {
629
+ "epoch": 1.7944883212905394,
630
+ "grad_norm": 0.22364318370819092,
631
+ "learning_rate": 2.052469135802469e-06,
632
+ "loss": 1.1543,
633
+ "step": 1780
634
+ },
635
+ {
636
+ "epoch": 1.814652999495883,
637
+ "grad_norm": 0.1587645709514618,
638
+ "learning_rate": 2.018175582990398e-06,
639
+ "loss": 1.1155,
640
+ "step": 1800
641
+ },
642
+ {
643
+ "epoch": 1.8348176777012268,
644
+ "grad_norm": 0.19607681035995483,
645
+ "learning_rate": 1.9838820301783267e-06,
646
+ "loss": 1.1276,
647
+ "step": 1820
648
+ },
649
+ {
650
+ "epoch": 1.8549823559065703,
651
+ "grad_norm": 0.15664765238761902,
652
+ "learning_rate": 1.9495884773662553e-06,
653
+ "loss": 1.1343,
654
+ "step": 1840
655
+ },
656
+ {
657
+ "epoch": 1.8751470341119139,
658
+ "grad_norm": 0.16460677981376648,
659
+ "learning_rate": 1.915294924554184e-06,
660
+ "loss": 1.1415,
661
+ "step": 1860
662
+ },
663
+ {
664
+ "epoch": 1.8953117123172576,
665
+ "grad_norm": 0.19724081456661224,
666
+ "learning_rate": 1.8810013717421127e-06,
667
+ "loss": 1.1499,
668
+ "step": 1880
669
+ },
670
+ {
671
+ "epoch": 1.9154763905226013,
672
+ "grad_norm": 0.17782624065876007,
673
+ "learning_rate": 1.8467078189300414e-06,
674
+ "loss": 1.153,
675
+ "step": 1900
676
+ },
677
+ {
678
+ "epoch": 1.9356410687279448,
679
+ "grad_norm": 0.17599479854106903,
680
+ "learning_rate": 1.81241426611797e-06,
681
+ "loss": 1.1107,
682
+ "step": 1920
683
+ },
684
+ {
685
+ "epoch": 1.9558057469332886,
686
+ "grad_norm": 0.16163478791713715,
687
+ "learning_rate": 1.7781207133058986e-06,
688
+ "loss": 1.1628,
689
+ "step": 1940
690
+ },
691
+ {
692
+ "epoch": 1.975970425138632,
693
+ "grad_norm": 0.23151934146881104,
694
+ "learning_rate": 1.7438271604938272e-06,
695
+ "loss": 1.1507,
696
+ "step": 1960
697
+ },
698
+ {
699
+ "epoch": 1.9961351033439758,
700
+ "grad_norm": 0.1565564125776291,
701
+ "learning_rate": 1.709533607681756e-06,
702
+ "loss": 1.1026,
703
+ "step": 1980
704
+ },
705
+ {
706
+ "epoch": 2.016131742564275,
707
+ "grad_norm": 0.18382473289966583,
708
+ "learning_rate": 1.6752400548696846e-06,
709
+ "loss": 1.195,
710
+ "step": 2000
711
+ },
712
+ {
713
+ "epoch": 2.0362964207696184,
714
+ "grad_norm": 0.2276114672422409,
715
+ "learning_rate": 1.6409465020576132e-06,
716
+ "loss": 1.1662,
717
+ "step": 2020
718
+ },
719
+ {
720
+ "epoch": 2.056461098974962,
721
+ "grad_norm": 0.20462948083877563,
722
+ "learning_rate": 1.606652949245542e-06,
723
+ "loss": 1.1326,
724
+ "step": 2040
725
+ },
726
+ {
727
+ "epoch": 2.076625777180306,
728
+ "grad_norm": 0.17725734412670135,
729
+ "learning_rate": 1.5723593964334707e-06,
730
+ "loss": 1.1248,
731
+ "step": 2060
732
+ },
733
+ {
734
+ "epoch": 2.0967904553856496,
735
+ "grad_norm": 0.22020776569843292,
736
+ "learning_rate": 1.5380658436213995e-06,
737
+ "loss": 1.122,
738
+ "step": 2080
739
+ },
740
+ {
741
+ "epoch": 2.1169551335909933,
742
+ "grad_norm": 0.23402470350265503,
743
+ "learning_rate": 1.503772290809328e-06,
744
+ "loss": 1.1283,
745
+ "step": 2100
746
+ },
747
+ {
748
+ "epoch": 2.1371198117963366,
749
+ "grad_norm": 0.207400843501091,
750
+ "learning_rate": 1.4694787379972567e-06,
751
+ "loss": 1.1494,
752
+ "step": 2120
753
+ },
754
+ {
755
+ "epoch": 2.1572844900016803,
756
+ "grad_norm": 0.2837623059749603,
757
+ "learning_rate": 1.4351851851851853e-06,
758
+ "loss": 1.1608,
759
+ "step": 2140
760
+ },
761
+ {
762
+ "epoch": 2.177449168207024,
763
+ "grad_norm": 0.17606087028980255,
764
+ "learning_rate": 1.400891632373114e-06,
765
+ "loss": 1.082,
766
+ "step": 2160
767
+ },
768
+ {
769
+ "epoch": 2.197613846412368,
770
+ "grad_norm": 0.18685217201709747,
771
+ "learning_rate": 1.3665980795610425e-06,
772
+ "loss": 1.0976,
773
+ "step": 2180
774
+ },
775
+ {
776
+ "epoch": 2.217778524617711,
777
+ "grad_norm": 0.1739450991153717,
778
+ "learning_rate": 1.3323045267489711e-06,
779
+ "loss": 1.1411,
780
+ "step": 2200
781
+ },
782
+ {
783
+ "epoch": 2.237943202823055,
784
+ "grad_norm": 0.2054111808538437,
785
+ "learning_rate": 1.2980109739368998e-06,
786
+ "loss": 1.1153,
787
+ "step": 2220
788
+ },
789
+ {
790
+ "epoch": 2.2581078810283985,
791
+ "grad_norm": 0.19135908782482147,
792
+ "learning_rate": 1.2637174211248288e-06,
793
+ "loss": 1.1271,
794
+ "step": 2240
795
+ },
796
+ {
797
+ "epoch": 2.2782725592337423,
798
+ "grad_norm": 0.15824607014656067,
799
+ "learning_rate": 1.2294238683127572e-06,
800
+ "loss": 1.1019,
801
+ "step": 2260
802
+ },
803
+ {
804
+ "epoch": 2.298437237439086,
805
+ "grad_norm": 0.20982429385185242,
806
+ "learning_rate": 1.195130315500686e-06,
807
+ "loss": 1.1376,
808
+ "step": 2280
809
+ },
810
+ {
811
+ "epoch": 2.3186019156444297,
812
+ "grad_norm": 0.19748373329639435,
813
+ "learning_rate": 1.1608367626886146e-06,
814
+ "loss": 1.1316,
815
+ "step": 2300
816
+ },
817
+ {
818
+ "epoch": 2.338766593849773,
819
+ "grad_norm": 0.1963394433259964,
820
+ "learning_rate": 1.1265432098765432e-06,
821
+ "loss": 1.128,
822
+ "step": 2320
823
+ },
824
+ {
825
+ "epoch": 2.3589312720551168,
826
+ "grad_norm": 0.19609133899211884,
827
+ "learning_rate": 1.092249657064472e-06,
828
+ "loss": 1.1438,
829
+ "step": 2340
830
+ },
831
+ {
832
+ "epoch": 2.3790959502604605,
833
+ "grad_norm": 0.24189841747283936,
834
+ "learning_rate": 1.0579561042524007e-06,
835
+ "loss": 1.1613,
836
+ "step": 2360
837
+ },
838
+ {
839
+ "epoch": 2.3992606284658042,
840
+ "grad_norm": 0.17422907054424286,
841
+ "learning_rate": 1.0236625514403293e-06,
842
+ "loss": 1.0986,
843
+ "step": 2380
844
+ },
845
+ {
846
+ "epoch": 2.4194253066711475,
847
+ "grad_norm": 0.16391611099243164,
848
+ "learning_rate": 9.89368998628258e-07,
849
+ "loss": 1.099,
850
+ "step": 2400
851
+ },
852
+ {
853
+ "epoch": 2.4395899848764913,
854
+ "grad_norm": 0.2258777618408203,
855
+ "learning_rate": 9.550754458161867e-07,
856
+ "loss": 1.1074,
857
+ "step": 2420
858
+ },
859
+ {
860
+ "epoch": 2.459754663081835,
861
+ "grad_norm": 0.18915122747421265,
862
+ "learning_rate": 9.207818930041153e-07,
863
+ "loss": 1.1126,
864
+ "step": 2440
865
+ },
866
+ {
867
+ "epoch": 2.4799193412871787,
868
+ "grad_norm": 0.17683598399162292,
869
+ "learning_rate": 8.864883401920439e-07,
870
+ "loss": 1.1146,
871
+ "step": 2460
872
+ },
873
+ {
874
+ "epoch": 2.5000840194925225,
875
+ "grad_norm": 0.19643649458885193,
876
+ "learning_rate": 8.521947873799726e-07,
877
+ "loss": 1.135,
878
+ "step": 2480
879
+ },
880
+ {
881
+ "epoch": 2.5202486976978657,
882
+ "grad_norm": 0.16917169094085693,
883
+ "learning_rate": 8.179012345679014e-07,
884
+ "loss": 1.1278,
885
+ "step": 2500
886
+ },
887
+ {
888
+ "epoch": 2.5404133759032095,
889
+ "grad_norm": 0.21674834191799164,
890
+ "learning_rate": 7.8360768175583e-07,
891
+ "loss": 1.1483,
892
+ "step": 2520
893
+ },
894
+ {
895
+ "epoch": 2.560578054108553,
896
+ "grad_norm": 0.21870532631874084,
897
+ "learning_rate": 7.493141289437586e-07,
898
+ "loss": 1.1218,
899
+ "step": 2540
900
+ },
901
+ {
902
+ "epoch": 2.580742732313897,
903
+ "grad_norm": 0.20924432575702667,
904
+ "learning_rate": 7.150205761316873e-07,
905
+ "loss": 1.1288,
906
+ "step": 2560
907
+ },
908
+ {
909
+ "epoch": 2.6009074105192402,
910
+ "grad_norm": 0.18955090641975403,
911
+ "learning_rate": 6.80727023319616e-07,
912
+ "loss": 1.1099,
913
+ "step": 2580
914
+ },
915
+ {
916
+ "epoch": 2.621072088724584,
917
+ "grad_norm": 0.21488985419273376,
918
+ "learning_rate": 6.464334705075446e-07,
919
+ "loss": 1.1174,
920
+ "step": 2600
921
+ },
922
+ {
923
+ "epoch": 2.6412367669299277,
924
+ "grad_norm": 0.21496984362602234,
925
+ "learning_rate": 6.121399176954733e-07,
926
+ "loss": 1.1352,
927
+ "step": 2620
928
+ },
929
+ {
930
+ "epoch": 2.6614014451352714,
931
+ "grad_norm": 0.20301410555839539,
932
+ "learning_rate": 5.77846364883402e-07,
933
+ "loss": 1.1239,
934
+ "step": 2640
935
+ },
936
+ {
937
+ "epoch": 2.681566123340615,
938
+ "grad_norm": 0.15750481188297272,
939
+ "learning_rate": 5.435528120713307e-07,
940
+ "loss": 1.1626,
941
+ "step": 2660
942
+ },
943
+ {
944
+ "epoch": 2.701730801545959,
945
+ "grad_norm": 0.21390274167060852,
946
+ "learning_rate": 5.092592592592593e-07,
947
+ "loss": 1.1407,
948
+ "step": 2680
949
+ },
950
+ {
951
+ "epoch": 2.721895479751302,
952
+ "grad_norm": 0.2214786410331726,
953
+ "learning_rate": 4.74965706447188e-07,
954
+ "loss": 1.1498,
955
+ "step": 2700
956
+ },
957
+ {
958
+ "epoch": 2.742060157956646,
959
+ "grad_norm": 0.23576125502586365,
960
+ "learning_rate": 4.406721536351166e-07,
961
+ "loss": 1.1425,
962
+ "step": 2720
963
+ },
964
+ {
965
+ "epoch": 2.7622248361619897,
966
+ "grad_norm": 0.2185666412115097,
967
+ "learning_rate": 4.063786008230453e-07,
968
+ "loss": 1.1645,
969
+ "step": 2740
970
+ },
971
+ {
972
+ "epoch": 2.782389514367333,
973
+ "grad_norm": 0.21257908642292023,
974
+ "learning_rate": 3.72085048010974e-07,
975
+ "loss": 1.1396,
976
+ "step": 2760
977
+ },
978
+ {
979
+ "epoch": 2.8025541925726767,
980
+ "grad_norm": 0.264212429523468,
981
+ "learning_rate": 3.377914951989026e-07,
982
+ "loss": 1.1229,
983
+ "step": 2780
984
+ },
985
+ {
986
+ "epoch": 2.8227188707780204,
987
+ "grad_norm": 0.240665465593338,
988
+ "learning_rate": 3.034979423868313e-07,
989
+ "loss": 1.124,
990
+ "step": 2800
991
+ },
992
+ {
993
+ "epoch": 2.842883548983364,
994
+ "grad_norm": 0.17996983230113983,
995
+ "learning_rate": 2.6920438957475996e-07,
996
+ "loss": 1.1226,
997
+ "step": 2820
998
+ },
999
+ {
1000
+ "epoch": 2.863048227188708,
1001
+ "grad_norm": 0.26337486505508423,
1002
+ "learning_rate": 2.3491083676268863e-07,
1003
+ "loss": 1.1396,
1004
+ "step": 2840
1005
+ },
1006
+ {
1007
+ "epoch": 2.8832129053940516,
1008
+ "grad_norm": 0.1944594830274582,
1009
+ "learning_rate": 2.006172839506173e-07,
1010
+ "loss": 1.1215,
1011
+ "step": 2860
1012
+ },
1013
+ {
1014
+ "epoch": 2.903377583599395,
1015
+ "grad_norm": 0.17300204932689667,
1016
+ "learning_rate": 1.6632373113854595e-07,
1017
+ "loss": 1.0977,
1018
+ "step": 2880
1019
+ },
1020
+ {
1021
+ "epoch": 2.9235422618047386,
1022
+ "grad_norm": 0.19451358914375305,
1023
+ "learning_rate": 1.3203017832647464e-07,
1024
+ "loss": 1.1467,
1025
+ "step": 2900
1026
+ },
1027
+ {
1028
+ "epoch": 2.9437069400100824,
1029
+ "grad_norm": 0.1950710564851761,
1030
+ "learning_rate": 9.773662551440331e-08,
1031
+ "loss": 1.132,
1032
+ "step": 2920
1033
+ },
1034
+ {
1035
+ "epoch": 2.963871618215426,
1036
+ "grad_norm": 0.1679704487323761,
1037
+ "learning_rate": 6.344307270233197e-08,
1038
+ "loss": 1.1249,
1039
+ "step": 2940
1040
+ },
1041
+ {
1042
+ "epoch": 2.9840362964207694,
1043
+ "grad_norm": 0.2351013571023941,
1044
+ "learning_rate": 2.9149519890260634e-08,
1045
+ "loss": 1.1434,
1046
+ "step": 2960
1047
+ }
1048
+ ],
1049
+ "logging_steps": 20,
1050
+ "max_steps": 2976,
1051
+ "num_input_tokens_seen": 0,
1052
+ "num_train_epochs": 3,
1053
+ "save_steps": 2000,
1054
+ "stateful_callbacks": {
1055
+ "TrainerControl": {
1056
+ "args": {
1057
+ "should_epoch_stop": false,
1058
+ "should_evaluate": false,
1059
+ "should_log": false,
1060
+ "should_save": true,
1061
+ "should_training_stop": true
1062
+ },
1063
+ "attributes": {}
1064
+ }
1065
+ },
1066
+ "total_flos": 4.980196767676577e+18,
1067
+ "train_batch_size": 1,
1068
+ "trial_name": null,
1069
+ "trial_params": null
1070
+ }
checkpoint-2976/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:126a14bc5830fe5f3ec32bb884cd494a944b9ced8af5fddce759a0550f0ec7c1
3
+ size 5432
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
preprocessor_config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": null,
3
+ "data_format": "channels_first",
4
+ "default_to_square": true,
5
+ "device": null,
6
+ "disable_grouping": null,
7
+ "do_center_crop": null,
8
+ "do_convert_rgb": true,
9
+ "do_normalize": true,
10
+ "do_pad": null,
11
+ "do_rescale": true,
12
+ "do_resize": true,
13
+ "image_mean": [
14
+ 0.5,
15
+ 0.5,
16
+ 0.5
17
+ ],
18
+ "image_processor_type": "Qwen2VLImageProcessorFast",
19
+ "image_std": [
20
+ 0.5,
21
+ 0.5,
22
+ 0.5
23
+ ],
24
+ "input_data_format": null,
25
+ "max_pixels": null,
26
+ "merge_size": 2,
27
+ "min_pixels": null,
28
+ "pad_size": null,
29
+ "patch_size": 16,
30
+ "processor_class": "Qwen3VLProcessor",
31
+ "resample": 3,
32
+ "rescale_factor": 0.00392156862745098,
33
+ "return_tensors": null,
34
+ "size": {
35
+ "longest_edge": 16777216,
36
+ "shortest_edge": 65536
37
+ },
38
+ "temporal_patch_size": 2
39
+ }
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:4f850940a6ffebfe919f4b65d3866bb393e620c830ac2e8ee93e30245f31eedd
3
+ size 11422922
tokenizer_config.json ADDED
@@ -0,0 +1,240 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_prefix_space": false,
4
+ "added_tokens_decoder": {
5
+ "151643": {
6
+ "content": "<|endoftext|>",
7
+ "lstrip": false,
8
+ "normalized": false,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "151644": {
14
+ "content": "<|im_start|>",
15
+ "lstrip": false,
16
+ "normalized": false,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "151645": {
22
+ "content": "<|im_end|>",
23
+ "lstrip": false,
24
+ "normalized": false,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ },
29
+ "151646": {
30
+ "content": "<|object_ref_start|>",
31
+ "lstrip": false,
32
+ "normalized": false,
33
+ "rstrip": false,
34
+ "single_word": false,
35
+ "special": true
36
+ },
37
+ "151647": {
38
+ "content": "<|object_ref_end|>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false,
43
+ "special": true
44
+ },
45
+ "151648": {
46
+ "content": "<|box_start|>",
47
+ "lstrip": false,
48
+ "normalized": false,
49
+ "rstrip": false,
50
+ "single_word": false,
51
+ "special": true
52
+ },
53
+ "151649": {
54
+ "content": "<|box_end|>",
55
+ "lstrip": false,
56
+ "normalized": false,
57
+ "rstrip": false,
58
+ "single_word": false,
59
+ "special": true
60
+ },
61
+ "151650": {
62
+ "content": "<|quad_start|>",
63
+ "lstrip": false,
64
+ "normalized": false,
65
+ "rstrip": false,
66
+ "single_word": false,
67
+ "special": true
68
+ },
69
+ "151651": {
70
+ "content": "<|quad_end|>",
71
+ "lstrip": false,
72
+ "normalized": false,
73
+ "rstrip": false,
74
+ "single_word": false,
75
+ "special": true
76
+ },
77
+ "151652": {
78
+ "content": "<|vision_start|>",
79
+ "lstrip": false,
80
+ "normalized": false,
81
+ "rstrip": false,
82
+ "single_word": false,
83
+ "special": true
84
+ },
85
+ "151653": {
86
+ "content": "<|vision_end|>",
87
+ "lstrip": false,
88
+ "normalized": false,
89
+ "rstrip": false,
90
+ "single_word": false,
91
+ "special": true
92
+ },
93
+ "151654": {
94
+ "content": "<|vision_pad|>",
95
+ "lstrip": false,
96
+ "normalized": false,
97
+ "rstrip": false,
98
+ "single_word": false,
99
+ "special": true
100
+ },
101
+ "151655": {
102
+ "content": "<|image_pad|>",
103
+ "lstrip": false,
104
+ "normalized": false,
105
+ "rstrip": false,
106
+ "single_word": false,
107
+ "special": true
108
+ },
109
+ "151656": {
110
+ "content": "<|video_pad|>",
111
+ "lstrip": false,
112
+ "normalized": false,
113
+ "rstrip": false,
114
+ "single_word": false,
115
+ "special": true
116
+ },
117
+ "151657": {
118
+ "content": "<tool_call>",
119
+ "lstrip": false,
120
+ "normalized": false,
121
+ "rstrip": false,
122
+ "single_word": false,
123
+ "special": false
124
+ },
125
+ "151658": {
126
+ "content": "</tool_call>",
127
+ "lstrip": false,
128
+ "normalized": false,
129
+ "rstrip": false,
130
+ "single_word": false,
131
+ "special": false
132
+ },
133
+ "151659": {
134
+ "content": "<|fim_prefix|>",
135
+ "lstrip": false,
136
+ "normalized": false,
137
+ "rstrip": false,
138
+ "single_word": false,
139
+ "special": false
140
+ },
141
+ "151660": {
142
+ "content": "<|fim_middle|>",
143
+ "lstrip": false,
144
+ "normalized": false,
145
+ "rstrip": false,
146
+ "single_word": false,
147
+ "special": false
148
+ },
149
+ "151661": {
150
+ "content": "<|fim_suffix|>",
151
+ "lstrip": false,
152
+ "normalized": false,
153
+ "rstrip": false,
154
+ "single_word": false,
155
+ "special": false
156
+ },
157
+ "151662": {
158
+ "content": "<|fim_pad|>",
159
+ "lstrip": false,
160
+ "normalized": false,
161
+ "rstrip": false,
162
+ "single_word": false,
163
+ "special": false
164
+ },
165
+ "151663": {
166
+ "content": "<|repo_name|>",
167
+ "lstrip": false,
168
+ "normalized": false,
169
+ "rstrip": false,
170
+ "single_word": false,
171
+ "special": false
172
+ },
173
+ "151664": {
174
+ "content": "<|file_sep|>",
175
+ "lstrip": false,
176
+ "normalized": false,
177
+ "rstrip": false,
178
+ "single_word": false,
179
+ "special": false
180
+ },
181
+ "151665": {
182
+ "content": "<tool_response>",
183
+ "lstrip": false,
184
+ "normalized": false,
185
+ "rstrip": false,
186
+ "single_word": false,
187
+ "special": false
188
+ },
189
+ "151666": {
190
+ "content": "</tool_response>",
191
+ "lstrip": false,
192
+ "normalized": false,
193
+ "rstrip": false,
194
+ "single_word": false,
195
+ "special": false
196
+ },
197
+ "151667": {
198
+ "content": "<think>",
199
+ "lstrip": false,
200
+ "normalized": false,
201
+ "rstrip": false,
202
+ "single_word": false,
203
+ "special": false
204
+ },
205
+ "151668": {
206
+ "content": "</think>",
207
+ "lstrip": false,
208
+ "normalized": false,
209
+ "rstrip": false,
210
+ "single_word": false,
211
+ "special": false
212
+ }
213
+ },
214
+ "additional_special_tokens": [
215
+ "<|im_start|>",
216
+ "<|im_end|>",
217
+ "<|object_ref_start|>",
218
+ "<|object_ref_end|>",
219
+ "<|box_start|>",
220
+ "<|box_end|>",
221
+ "<|quad_start|>",
222
+ "<|quad_end|>",
223
+ "<|vision_start|>",
224
+ "<|vision_end|>",
225
+ "<|vision_pad|>",
226
+ "<|image_pad|>",
227
+ "<|video_pad|>"
228
+ ],
229
+ "bos_token": null,
230
+ "clean_up_tokenization_spaces": false,
231
+ "eos_token": "<|im_end|>",
232
+ "errors": "replace",
233
+ "extra_special_tokens": {},
234
+ "model_max_length": 262144,
235
+ "pad_token": "<|endoftext|>",
236
+ "processor_class": "Qwen3VLProcessor",
237
+ "split_special_tokens": false,
238
+ "tokenizer_class": "Qwen2Tokenizer",
239
+ "unk_token": null
240
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:126a14bc5830fe5f3ec32bb884cd494a944b9ced8af5fddce759a0550f0ec7c1
3
+ size 5432
video_preprocessor_config.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "crop_size": null,
3
+ "data_format": "channels_first",
4
+ "default_to_square": true,
5
+ "device": null,
6
+ "do_center_crop": null,
7
+ "do_convert_rgb": true,
8
+ "do_normalize": true,
9
+ "do_rescale": true,
10
+ "do_resize": true,
11
+ "do_sample_frames": true,
12
+ "fps": 2,
13
+ "image_mean": [
14
+ 0.5,
15
+ 0.5,
16
+ 0.5
17
+ ],
18
+ "image_std": [
19
+ 0.5,
20
+ 0.5,
21
+ 0.5
22
+ ],
23
+ "input_data_format": null,
24
+ "max_frames": 768,
25
+ "merge_size": 2,
26
+ "min_frames": 4,
27
+ "num_frames": null,
28
+ "pad_size": null,
29
+ "patch_size": 16,
30
+ "processor_class": "Qwen3VLProcessor",
31
+ "resample": 3,
32
+ "rescale_factor": 0.00392156862745098,
33
+ "return_metadata": false,
34
+ "size": {
35
+ "longest_edge": 25165824,
36
+ "shortest_edge": 4096
37
+ },
38
+ "temporal_patch_size": 2,
39
+ "video_metadata": null,
40
+ "video_processor_type": "Qwen3VLVideoProcessor"
41
+ }
vocab.json ADDED
The diff for this file is too large to render. See raw diff