Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- README.md +202 -0
- adapter_config.json +31 -0
- adapter_model.safetensors +3 -0
- added_tokens.json +24 -0
- chat_template.jinja +7 -0
- merges.txt +0 -0
- optimizer.pt +3 -0
- preprocessor_config.json +29 -0
- rng_state.pth +3 -0
- scheduler.pt +3 -0
- special_tokens_map.json +31 -0
- tokenizer.json +3 -0
- tokenizer_config.json +209 -0
- trainer_state.json +454 -0
- training_args.bin +3 -0
- video_preprocessor_config.json +86 -0
- vocab.json +0 -0
.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,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: unsloth/qwen2.5-vl-7b-instruct-bnb-4bit
|
3 |
+
library_name: peft
|
4 |
+
---
|
5 |
+
|
6 |
+
# Model Card for Model ID
|
7 |
+
|
8 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
9 |
+
|
10 |
+
|
11 |
+
|
12 |
+
## Model Details
|
13 |
+
|
14 |
+
### Model Description
|
15 |
+
|
16 |
+
<!-- Provide a longer summary of what this model is. -->
|
17 |
+
|
18 |
+
|
19 |
+
|
20 |
+
- **Developed by:** [More Information Needed]
|
21 |
+
- **Funded by [optional]:** [More Information Needed]
|
22 |
+
- **Shared by [optional]:** [More Information Needed]
|
23 |
+
- **Model type:** [More Information Needed]
|
24 |
+
- **Language(s) (NLP):** [More Information Needed]
|
25 |
+
- **License:** [More Information Needed]
|
26 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
27 |
+
|
28 |
+
### Model Sources [optional]
|
29 |
+
|
30 |
+
<!-- Provide the basic links for the model. -->
|
31 |
+
|
32 |
+
- **Repository:** [More Information Needed]
|
33 |
+
- **Paper [optional]:** [More Information Needed]
|
34 |
+
- **Demo [optional]:** [More Information Needed]
|
35 |
+
|
36 |
+
## Uses
|
37 |
+
|
38 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
39 |
+
|
40 |
+
### Direct Use
|
41 |
+
|
42 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
43 |
+
|
44 |
+
[More Information Needed]
|
45 |
+
|
46 |
+
### Downstream Use [optional]
|
47 |
+
|
48 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
49 |
+
|
50 |
+
[More Information Needed]
|
51 |
+
|
52 |
+
### Out-of-Scope Use
|
53 |
+
|
54 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
55 |
+
|
56 |
+
[More Information Needed]
|
57 |
+
|
58 |
+
## Bias, Risks, and Limitations
|
59 |
+
|
60 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
61 |
+
|
62 |
+
[More Information Needed]
|
63 |
+
|
64 |
+
### Recommendations
|
65 |
+
|
66 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
67 |
+
|
68 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
69 |
+
|
70 |
+
## How to Get Started with the Model
|
71 |
+
|
72 |
+
Use the code below to get started with the model.
|
73 |
+
|
74 |
+
[More Information Needed]
|
75 |
+
|
76 |
+
## Training Details
|
77 |
+
|
78 |
+
### Training Data
|
79 |
+
|
80 |
+
<!-- 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. -->
|
81 |
+
|
82 |
+
[More Information Needed]
|
83 |
+
|
84 |
+
### Training Procedure
|
85 |
+
|
86 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
87 |
+
|
88 |
+
#### Preprocessing [optional]
|
89 |
+
|
90 |
+
[More Information Needed]
|
91 |
+
|
92 |
+
|
93 |
+
#### Training Hyperparameters
|
94 |
+
|
95 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
96 |
+
|
97 |
+
#### Speeds, Sizes, Times [optional]
|
98 |
+
|
99 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
100 |
+
|
101 |
+
[More Information Needed]
|
102 |
+
|
103 |
+
## Evaluation
|
104 |
+
|
105 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
106 |
+
|
107 |
+
### Testing Data, Factors & Metrics
|
108 |
+
|
109 |
+
#### Testing Data
|
110 |
+
|
111 |
+
<!-- This should link to a Dataset Card if possible. -->
|
112 |
+
|
113 |
+
[More Information Needed]
|
114 |
+
|
115 |
+
#### Factors
|
116 |
+
|
117 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
118 |
+
|
119 |
+
[More Information Needed]
|
120 |
+
|
121 |
+
#### Metrics
|
122 |
+
|
123 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
124 |
+
|
125 |
+
[More Information Needed]
|
126 |
+
|
127 |
+
### Results
|
128 |
+
|
129 |
+
[More Information Needed]
|
130 |
+
|
131 |
+
#### Summary
|
132 |
+
|
133 |
+
|
134 |
+
|
135 |
+
## Model Examination [optional]
|
136 |
+
|
137 |
+
<!-- Relevant interpretability work for the model goes here -->
|
138 |
+
|
139 |
+
[More Information Needed]
|
140 |
+
|
141 |
+
## Environmental Impact
|
142 |
+
|
143 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
144 |
+
|
145 |
+
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).
|
146 |
+
|
147 |
+
- **Hardware Type:** [More Information Needed]
|
148 |
+
- **Hours used:** [More Information Needed]
|
149 |
+
- **Cloud Provider:** [More Information Needed]
|
150 |
+
- **Compute Region:** [More Information Needed]
|
151 |
+
- **Carbon Emitted:** [More Information Needed]
|
152 |
+
|
153 |
+
## Technical Specifications [optional]
|
154 |
+
|
155 |
+
### Model Architecture and Objective
|
156 |
+
|
157 |
+
[More Information Needed]
|
158 |
+
|
159 |
+
### Compute Infrastructure
|
160 |
+
|
161 |
+
[More Information Needed]
|
162 |
+
|
163 |
+
#### Hardware
|
164 |
+
|
165 |
+
[More Information Needed]
|
166 |
+
|
167 |
+
#### Software
|
168 |
+
|
169 |
+
[More Information Needed]
|
170 |
+
|
171 |
+
## Citation [optional]
|
172 |
+
|
173 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
174 |
+
|
175 |
+
**BibTeX:**
|
176 |
+
|
177 |
+
[More Information Needed]
|
178 |
+
|
179 |
+
**APA:**
|
180 |
+
|
181 |
+
[More Information Needed]
|
182 |
+
|
183 |
+
## Glossary [optional]
|
184 |
+
|
185 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
186 |
+
|
187 |
+
[More Information Needed]
|
188 |
+
|
189 |
+
## More Information [optional]
|
190 |
+
|
191 |
+
[More Information Needed]
|
192 |
+
|
193 |
+
## Model Card Authors [optional]
|
194 |
+
|
195 |
+
[More Information Needed]
|
196 |
+
|
197 |
+
## Model Card Contact
|
198 |
+
|
199 |
+
[More Information Needed]
|
200 |
+
### Framework versions
|
201 |
+
|
202 |
+
- PEFT 0.15.2
|
adapter_config.json
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "unsloth/qwen2.5-vl-7b-instruct-bnb-4bit",
|
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": 16,
|
17 |
+
"lora_bias": false,
|
18 |
+
"lora_dropout": 0,
|
19 |
+
"megatron_config": null,
|
20 |
+
"megatron_core": "megatron.core",
|
21 |
+
"modules_to_save": null,
|
22 |
+
"peft_type": "LORA",
|
23 |
+
"r": 16,
|
24 |
+
"rank_pattern": {},
|
25 |
+
"revision": null,
|
26 |
+
"target_modules": "(?:.*?(?:vision|image|visual|patch|language|text).*?(?:self_attn|attention|attn|mlp|feed_forward|ffn|dense).*?(?:qkv|proj|gate_proj|up_proj|down_proj|q_proj|k_proj|v_proj|o_proj).*?)|(?:\\bmodel\\.layers\\.[\\d]{1,}\\.(?:self_attn|attention|attn|mlp|feed_forward|ffn|dense)\\.(?:(?:qkv|proj|gate_proj|up_proj|down_proj|q_proj|k_proj|v_proj|o_proj)))",
|
27 |
+
"task_type": "CAUSAL_LM",
|
28 |
+
"trainable_token_indices": null,
|
29 |
+
"use_dora": false,
|
30 |
+
"use_rslora": false
|
31 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e06e40ecef1e8193acc145d4ca3e3e06b2635d6ad9e66a7f848dc727cf1b6a85
|
3 |
+
size 206188832
|
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,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{% set image_count = namespace(value=0) %}{% set video_count = namespace(value=0) %}{% for message in messages %}{% if loop.first and message['role'] != 'system' %}<|im_start|>system
|
2 |
+
You are a helpful assistant.<|im_end|>
|
3 |
+
{% endif %}<|im_start|>{{ message['role'] }}
|
4 |
+
{% if message['content'] is string %}{{ message['content'] }}<|im_end|>
|
5 |
+
{% else %}{% for content in message['content'] %}{% if content['type'] == 'image' or 'image' in content or 'image_url' in content %}{% set image_count.value = image_count.value + 1 %}{% if add_vision_id %}Picture {{ image_count.value }}: {% endif %}<|vision_start|><|image_pad|><|vision_end|>{% elif content['type'] == 'video' or 'video' in content %}{% set video_count.value = video_count.value + 1 %}{% if add_vision_id %}Video {{ video_count.value }}: {% endif %}<|vision_start|><|video_pad|><|vision_end|>{% elif 'text' in content %}{{ content['text'] }}{% endif %}{% endfor %}<|im_end|>
|
6 |
+
{% endif %}{% endfor %}{% if add_generation_prompt %}<|im_start|>assistant
|
7 |
+
{% endif %}
|
merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:31d4fafcf30859e00e1072aa5b30a00af569d217be55c1808e750e1367c3771e
|
3 |
+
size 82461876
|
preprocessor_config.json
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"do_convert_rgb": true,
|
3 |
+
"do_normalize": true,
|
4 |
+
"do_rescale": true,
|
5 |
+
"do_resize": true,
|
6 |
+
"image_mean": [
|
7 |
+
0.48145466,
|
8 |
+
0.4578275,
|
9 |
+
0.40821073
|
10 |
+
],
|
11 |
+
"image_processor_type": "Qwen2VLImageProcessor",
|
12 |
+
"image_std": [
|
13 |
+
0.26862954,
|
14 |
+
0.26130258,
|
15 |
+
0.27577711
|
16 |
+
],
|
17 |
+
"max_pixels": 12845056,
|
18 |
+
"merge_size": 2,
|
19 |
+
"min_pixels": 3136,
|
20 |
+
"patch_size": 14,
|
21 |
+
"processor_class": "Qwen2_5_VLProcessor",
|
22 |
+
"resample": 3,
|
23 |
+
"rescale_factor": 0.00392156862745098,
|
24 |
+
"size": {
|
25 |
+
"longest_edge": 12845056,
|
26 |
+
"shortest_edge": 3136
|
27 |
+
},
|
28 |
+
"temporal_patch_size": 2
|
29 |
+
}
|
rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1ed6a0f077b0e87b0dfbda726ca53be221863b7cd14c66d9e8339f9bca3b4678
|
3 |
+
size 14244
|
scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7ee9289e194488fcfb7c8a56f41078ad0cbfc6c87530ed9f3e7891e3005bdd0b
|
3 |
+
size 1064
|
special_tokens_map.json
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
"<|im_start|>",
|
4 |
+
"<|im_end|>",
|
5 |
+
"<|object_ref_start|>",
|
6 |
+
"<|object_ref_end|>",
|
7 |
+
"<|box_start|>",
|
8 |
+
"<|box_end|>",
|
9 |
+
"<|quad_start|>",
|
10 |
+
"<|quad_end|>",
|
11 |
+
"<|vision_start|>",
|
12 |
+
"<|vision_end|>",
|
13 |
+
"<|vision_pad|>",
|
14 |
+
"<|image_pad|>",
|
15 |
+
"<|video_pad|>"
|
16 |
+
],
|
17 |
+
"eos_token": {
|
18 |
+
"content": "<|im_end|>",
|
19 |
+
"lstrip": false,
|
20 |
+
"normalized": false,
|
21 |
+
"rstrip": false,
|
22 |
+
"single_word": false
|
23 |
+
},
|
24 |
+
"pad_token": {
|
25 |
+
"content": "<|vision_pad|>",
|
26 |
+
"lstrip": false,
|
27 |
+
"normalized": false,
|
28 |
+
"rstrip": false,
|
29 |
+
"single_word": false
|
30 |
+
}
|
31 |
+
}
|
tokenizer.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:741c85ffe434aad73e934a73ef380c85e94cd863b8f55e1a1ad66cacb5a93dfd
|
3 |
+
size 11422164
|
tokenizer_config.json
ADDED
@@ -0,0 +1,209 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": 128000,
|
203 |
+
"pad_token": "<|vision_pad|>",
|
204 |
+
"padding_side": "right",
|
205 |
+
"processor_class": "Qwen2_5_VLProcessor",
|
206 |
+
"split_special_tokens": false,
|
207 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
208 |
+
"unk_token": null
|
209 |
+
}
|
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": 30.0,
|
6 |
+
"eval_steps": 500,
|
7 |
+
"global_step": 60,
|
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.8,
|
14 |
+
"grad_norm": 8.4843111038208,
|
15 |
+
"learning_rate": 0.0,
|
16 |
+
"loss": 7.3643,
|
17 |
+
"step": 1
|
18 |
+
},
|
19 |
+
{
|
20 |
+
"epoch": 1.0,
|
21 |
+
"grad_norm": 8.505043029785156,
|
22 |
+
"learning_rate": 4e-05,
|
23 |
+
"loss": 7.3663,
|
24 |
+
"step": 2
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"epoch": 1.8,
|
28 |
+
"grad_norm": 8.45556354522705,
|
29 |
+
"learning_rate": 8e-05,
|
30 |
+
"loss": 7.2876,
|
31 |
+
"step": 3
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"epoch": 2.0,
|
35 |
+
"grad_norm": 9.367575645446777,
|
36 |
+
"learning_rate": 0.00012,
|
37 |
+
"loss": 6.8046,
|
38 |
+
"step": 4
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 2.8,
|
42 |
+
"grad_norm": 9.492880821228027,
|
43 |
+
"learning_rate": 0.00016,
|
44 |
+
"loss": 5.2188,
|
45 |
+
"step": 5
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"epoch": 3.0,
|
49 |
+
"grad_norm": 3.413031816482544,
|
50 |
+
"learning_rate": 0.0002,
|
51 |
+
"loss": 3.009,
|
52 |
+
"step": 6
|
53 |
+
},
|
54 |
+
{
|
55 |
+
"epoch": 3.8,
|
56 |
+
"grad_norm": 0.660178005695343,
|
57 |
+
"learning_rate": 0.00019636363636363636,
|
58 |
+
"loss": 2.5415,
|
59 |
+
"step": 7
|
60 |
+
},
|
61 |
+
{
|
62 |
+
"epoch": 4.0,
|
63 |
+
"grad_norm": 0.6802359819412231,
|
64 |
+
"learning_rate": 0.00019272727272727274,
|
65 |
+
"loss": 2.3452,
|
66 |
+
"step": 8
|
67 |
+
},
|
68 |
+
{
|
69 |
+
"epoch": 4.8,
|
70 |
+
"grad_norm": 0.5953304171562195,
|
71 |
+
"learning_rate": 0.0001890909090909091,
|
72 |
+
"loss": 2.2303,
|
73 |
+
"step": 9
|
74 |
+
},
|
75 |
+
{
|
76 |
+
"epoch": 5.0,
|
77 |
+
"grad_norm": 0.6294115781784058,
|
78 |
+
"learning_rate": 0.00018545454545454545,
|
79 |
+
"loss": 2.1794,
|
80 |
+
"step": 10
|
81 |
+
},
|
82 |
+
{
|
83 |
+
"epoch": 5.8,
|
84 |
+
"grad_norm": 0.6392650008201599,
|
85 |
+
"learning_rate": 0.00018181818181818183,
|
86 |
+
"loss": 2.0044,
|
87 |
+
"step": 11
|
88 |
+
},
|
89 |
+
{
|
90 |
+
"epoch": 6.0,
|
91 |
+
"grad_norm": 0.7026394605636597,
|
92 |
+
"learning_rate": 0.0001781818181818182,
|
93 |
+
"loss": 1.8795,
|
94 |
+
"step": 12
|
95 |
+
},
|
96 |
+
{
|
97 |
+
"epoch": 6.8,
|
98 |
+
"grad_norm": 0.7121765613555908,
|
99 |
+
"learning_rate": 0.00017454545454545454,
|
100 |
+
"loss": 1.7368,
|
101 |
+
"step": 13
|
102 |
+
},
|
103 |
+
{
|
104 |
+
"epoch": 7.0,
|
105 |
+
"grad_norm": 0.70262211561203,
|
106 |
+
"learning_rate": 0.0001709090909090909,
|
107 |
+
"loss": 1.5506,
|
108 |
+
"step": 14
|
109 |
+
},
|
110 |
+
{
|
111 |
+
"epoch": 7.8,
|
112 |
+
"grad_norm": 0.7479497194290161,
|
113 |
+
"learning_rate": 0.00016727272727272728,
|
114 |
+
"loss": 1.4232,
|
115 |
+
"step": 15
|
116 |
+
},
|
117 |
+
{
|
118 |
+
"epoch": 8.0,
|
119 |
+
"grad_norm": 0.7764672040939331,
|
120 |
+
"learning_rate": 0.00016363636363636366,
|
121 |
+
"loss": 1.246,
|
122 |
+
"step": 16
|
123 |
+
},
|
124 |
+
{
|
125 |
+
"epoch": 8.8,
|
126 |
+
"grad_norm": 0.7854631543159485,
|
127 |
+
"learning_rate": 0.00016,
|
128 |
+
"loss": 1.0772,
|
129 |
+
"step": 17
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 9.0,
|
133 |
+
"grad_norm": 0.7959877848625183,
|
134 |
+
"learning_rate": 0.00015636363636363637,
|
135 |
+
"loss": 0.8943,
|
136 |
+
"step": 18
|
137 |
+
},
|
138 |
+
{
|
139 |
+
"epoch": 9.8,
|
140 |
+
"grad_norm": 0.8366191387176514,
|
141 |
+
"learning_rate": 0.00015272727272727275,
|
142 |
+
"loss": 0.7172,
|
143 |
+
"step": 19
|
144 |
+
},
|
145 |
+
{
|
146 |
+
"epoch": 10.0,
|
147 |
+
"grad_norm": 0.8105893731117249,
|
148 |
+
"learning_rate": 0.0001490909090909091,
|
149 |
+
"loss": 0.5474,
|
150 |
+
"step": 20
|
151 |
+
},
|
152 |
+
{
|
153 |
+
"epoch": 10.8,
|
154 |
+
"grad_norm": 1.221227765083313,
|
155 |
+
"learning_rate": 0.00014545454545454546,
|
156 |
+
"loss": 0.4262,
|
157 |
+
"step": 21
|
158 |
+
},
|
159 |
+
{
|
160 |
+
"epoch": 11.0,
|
161 |
+
"grad_norm": 0.8938645720481873,
|
162 |
+
"learning_rate": 0.00014181818181818184,
|
163 |
+
"loss": 0.3,
|
164 |
+
"step": 22
|
165 |
+
},
|
166 |
+
{
|
167 |
+
"epoch": 11.8,
|
168 |
+
"grad_norm": 0.5835954546928406,
|
169 |
+
"learning_rate": 0.0001381818181818182,
|
170 |
+
"loss": 0.1854,
|
171 |
+
"step": 23
|
172 |
+
},
|
173 |
+
{
|
174 |
+
"epoch": 12.0,
|
175 |
+
"grad_norm": 0.5276100039482117,
|
176 |
+
"learning_rate": 0.00013454545454545455,
|
177 |
+
"loss": 0.1222,
|
178 |
+
"step": 24
|
179 |
+
},
|
180 |
+
{
|
181 |
+
"epoch": 12.8,
|
182 |
+
"grad_norm": 0.44882476329803467,
|
183 |
+
"learning_rate": 0.00013090909090909093,
|
184 |
+
"loss": 0.0827,
|
185 |
+
"step": 25
|
186 |
+
},
|
187 |
+
{
|
188 |
+
"epoch": 13.0,
|
189 |
+
"grad_norm": 0.3463802635669708,
|
190 |
+
"learning_rate": 0.00012727272727272728,
|
191 |
+
"loss": 0.0623,
|
192 |
+
"step": 26
|
193 |
+
},
|
194 |
+
{
|
195 |
+
"epoch": 13.8,
|
196 |
+
"grad_norm": 0.37303000688552856,
|
197 |
+
"learning_rate": 0.00012363636363636364,
|
198 |
+
"loss": 0.0408,
|
199 |
+
"step": 27
|
200 |
+
},
|
201 |
+
{
|
202 |
+
"epoch": 14.0,
|
203 |
+
"grad_norm": 0.2683040499687195,
|
204 |
+
"learning_rate": 0.00012,
|
205 |
+
"loss": 0.0242,
|
206 |
+
"step": 28
|
207 |
+
},
|
208 |
+
{
|
209 |
+
"epoch": 14.8,
|
210 |
+
"grad_norm": 0.2126910239458084,
|
211 |
+
"learning_rate": 0.00011636363636363636,
|
212 |
+
"loss": 0.0175,
|
213 |
+
"step": 29
|
214 |
+
},
|
215 |
+
{
|
216 |
+
"epoch": 15.0,
|
217 |
+
"grad_norm": 0.15669333934783936,
|
218 |
+
"learning_rate": 0.00011272727272727272,
|
219 |
+
"loss": 0.0096,
|
220 |
+
"step": 30
|
221 |
+
},
|
222 |
+
{
|
223 |
+
"epoch": 15.8,
|
224 |
+
"grad_norm": 0.13055221736431122,
|
225 |
+
"learning_rate": 0.00010909090909090909,
|
226 |
+
"loss": 0.0103,
|
227 |
+
"step": 31
|
228 |
+
},
|
229 |
+
{
|
230 |
+
"epoch": 16.0,
|
231 |
+
"grad_norm": 0.07043126225471497,
|
232 |
+
"learning_rate": 0.00010545454545454545,
|
233 |
+
"loss": 0.0045,
|
234 |
+
"step": 32
|
235 |
+
},
|
236 |
+
{
|
237 |
+
"epoch": 16.8,
|
238 |
+
"grad_norm": 0.04108147695660591,
|
239 |
+
"learning_rate": 0.00010181818181818181,
|
240 |
+
"loss": 0.006,
|
241 |
+
"step": 33
|
242 |
+
},
|
243 |
+
{
|
244 |
+
"epoch": 17.0,
|
245 |
+
"grad_norm": 0.06734634935855865,
|
246 |
+
"learning_rate": 9.818181818181818e-05,
|
247 |
+
"loss": 0.0065,
|
248 |
+
"step": 34
|
249 |
+
},
|
250 |
+
{
|
251 |
+
"epoch": 17.8,
|
252 |
+
"grad_norm": 0.03455249220132828,
|
253 |
+
"learning_rate": 9.454545454545455e-05,
|
254 |
+
"loss": 0.0062,
|
255 |
+
"step": 35
|
256 |
+
},
|
257 |
+
{
|
258 |
+
"epoch": 18.0,
|
259 |
+
"grad_norm": 0.0230787992477417,
|
260 |
+
"learning_rate": 9.090909090909092e-05,
|
261 |
+
"loss": 0.0029,
|
262 |
+
"step": 36
|
263 |
+
},
|
264 |
+
{
|
265 |
+
"epoch": 18.8,
|
266 |
+
"grad_norm": 0.02865002676844597,
|
267 |
+
"learning_rate": 8.727272727272727e-05,
|
268 |
+
"loss": 0.0057,
|
269 |
+
"step": 37
|
270 |
+
},
|
271 |
+
{
|
272 |
+
"epoch": 19.0,
|
273 |
+
"grad_norm": 0.04927409067749977,
|
274 |
+
"learning_rate": 8.363636363636364e-05,
|
275 |
+
"loss": 0.0023,
|
276 |
+
"step": 38
|
277 |
+
},
|
278 |
+
{
|
279 |
+
"epoch": 19.8,
|
280 |
+
"grad_norm": 0.02918418124318123,
|
281 |
+
"learning_rate": 8e-05,
|
282 |
+
"loss": 0.0048,
|
283 |
+
"step": 39
|
284 |
+
},
|
285 |
+
{
|
286 |
+
"epoch": 20.0,
|
287 |
+
"grad_norm": 0.017671896144747734,
|
288 |
+
"learning_rate": 7.636363636363637e-05,
|
289 |
+
"loss": 0.0023,
|
290 |
+
"step": 40
|
291 |
+
},
|
292 |
+
{
|
293 |
+
"epoch": 20.8,
|
294 |
+
"grad_norm": 0.025040151551365852,
|
295 |
+
"learning_rate": 7.272727272727273e-05,
|
296 |
+
"loss": 0.0048,
|
297 |
+
"step": 41
|
298 |
+
},
|
299 |
+
{
|
300 |
+
"epoch": 21.0,
|
301 |
+
"grad_norm": 0.01161711011081934,
|
302 |
+
"learning_rate": 6.90909090909091e-05,
|
303 |
+
"loss": 0.0017,
|
304 |
+
"step": 42
|
305 |
+
},
|
306 |
+
{
|
307 |
+
"epoch": 21.8,
|
308 |
+
"grad_norm": 0.013700602576136589,
|
309 |
+
"learning_rate": 6.545454545454546e-05,
|
310 |
+
"loss": 0.0021,
|
311 |
+
"step": 43
|
312 |
+
},
|
313 |
+
{
|
314 |
+
"epoch": 22.0,
|
315 |
+
"grad_norm": 0.0657505914568901,
|
316 |
+
"learning_rate": 6.181818181818182e-05,
|
317 |
+
"loss": 0.0102,
|
318 |
+
"step": 44
|
319 |
+
},
|
320 |
+
{
|
321 |
+
"epoch": 22.8,
|
322 |
+
"grad_norm": 0.016872316598892212,
|
323 |
+
"learning_rate": 5.818181818181818e-05,
|
324 |
+
"loss": 0.0044,
|
325 |
+
"step": 45
|
326 |
+
},
|
327 |
+
{
|
328 |
+
"epoch": 23.0,
|
329 |
+
"grad_norm": 0.07795029133558273,
|
330 |
+
"learning_rate": 5.4545454545454546e-05,
|
331 |
+
"loss": 0.0021,
|
332 |
+
"step": 46
|
333 |
+
},
|
334 |
+
{
|
335 |
+
"epoch": 23.8,
|
336 |
+
"grad_norm": 0.012138118967413902,
|
337 |
+
"learning_rate": 5.090909090909091e-05,
|
338 |
+
"loss": 0.0023,
|
339 |
+
"step": 47
|
340 |
+
},
|
341 |
+
{
|
342 |
+
"epoch": 24.0,
|
343 |
+
"grad_norm": 0.06800570338964462,
|
344 |
+
"learning_rate": 4.7272727272727275e-05,
|
345 |
+
"loss": 0.0089,
|
346 |
+
"step": 48
|
347 |
+
},
|
348 |
+
{
|
349 |
+
"epoch": 24.8,
|
350 |
+
"grad_norm": 0.01773088611662388,
|
351 |
+
"learning_rate": 4.3636363636363636e-05,
|
352 |
+
"loss": 0.0038,
|
353 |
+
"step": 49
|
354 |
+
},
|
355 |
+
{
|
356 |
+
"epoch": 25.0,
|
357 |
+
"grad_norm": 0.0060487291775643826,
|
358 |
+
"learning_rate": 4e-05,
|
359 |
+
"loss": 0.0016,
|
360 |
+
"step": 50
|
361 |
+
},
|
362 |
+
{
|
363 |
+
"epoch": 25.8,
|
364 |
+
"grad_norm": 0.01818963512778282,
|
365 |
+
"learning_rate": 3.6363636363636364e-05,
|
366 |
+
"loss": 0.0038,
|
367 |
+
"step": 51
|
368 |
+
},
|
369 |
+
{
|
370 |
+
"epoch": 26.0,
|
371 |
+
"grad_norm": 0.025421440601348877,
|
372 |
+
"learning_rate": 3.272727272727273e-05,
|
373 |
+
"loss": 0.0017,
|
374 |
+
"step": 52
|
375 |
+
},
|
376 |
+
{
|
377 |
+
"epoch": 26.8,
|
378 |
+
"grad_norm": 0.016456590965390205,
|
379 |
+
"learning_rate": 2.909090909090909e-05,
|
380 |
+
"loss": 0.0035,
|
381 |
+
"step": 53
|
382 |
+
},
|
383 |
+
{
|
384 |
+
"epoch": 27.0,
|
385 |
+
"grad_norm": 0.01320059597492218,
|
386 |
+
"learning_rate": 2.5454545454545454e-05,
|
387 |
+
"loss": 0.0017,
|
388 |
+
"step": 54
|
389 |
+
},
|
390 |
+
{
|
391 |
+
"epoch": 27.8,
|
392 |
+
"grad_norm": 0.013312853872776031,
|
393 |
+
"learning_rate": 2.1818181818181818e-05,
|
394 |
+
"loss": 0.0035,
|
395 |
+
"step": 55
|
396 |
+
},
|
397 |
+
{
|
398 |
+
"epoch": 28.0,
|
399 |
+
"grad_norm": 0.013482716865837574,
|
400 |
+
"learning_rate": 1.8181818181818182e-05,
|
401 |
+
"loss": 0.0017,
|
402 |
+
"step": 56
|
403 |
+
},
|
404 |
+
{
|
405 |
+
"epoch": 28.8,
|
406 |
+
"grad_norm": 0.01884586177766323,
|
407 |
+
"learning_rate": 1.4545454545454545e-05,
|
408 |
+
"loss": 0.0036,
|
409 |
+
"step": 57
|
410 |
+
},
|
411 |
+
{
|
412 |
+
"epoch": 29.0,
|
413 |
+
"grad_norm": 0.00511791929602623,
|
414 |
+
"learning_rate": 1.0909090909090909e-05,
|
415 |
+
"loss": 0.0016,
|
416 |
+
"step": 58
|
417 |
+
},
|
418 |
+
{
|
419 |
+
"epoch": 29.8,
|
420 |
+
"grad_norm": 0.012704741209745407,
|
421 |
+
"learning_rate": 7.272727272727272e-06,
|
422 |
+
"loss": 0.0033,
|
423 |
+
"step": 59
|
424 |
+
},
|
425 |
+
{
|
426 |
+
"epoch": 30.0,
|
427 |
+
"grad_norm": 0.012724910862743855,
|
428 |
+
"learning_rate": 3.636363636363636e-06,
|
429 |
+
"loss": 0.002,
|
430 |
+
"step": 60
|
431 |
+
}
|
432 |
+
],
|
433 |
+
"logging_steps": 1,
|
434 |
+
"max_steps": 60,
|
435 |
+
"num_input_tokens_seen": 0,
|
436 |
+
"num_train_epochs": 30,
|
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": true
|
446 |
+
},
|
447 |
+
"attributes": {}
|
448 |
+
}
|
449 |
+
},
|
450 |
+
"total_flos": 1.0139577046093824e+16,
|
451 |
+
"train_batch_size": 2,
|
452 |
+
"trial_name": null,
|
453 |
+
"trial_params": null
|
454 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ea1505949cdc7a1f8d6784572f24e060c7eb2629bcdaba8cef7c0653fc8ebf47
|
3 |
+
size 5688
|
video_preprocessor_config.json
ADDED
@@ -0,0 +1,86 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_valid_kwargs_names": [
|
3 |
+
"do_convert_rgb",
|
4 |
+
"do_resize",
|
5 |
+
"size",
|
6 |
+
"size_divisor",
|
7 |
+
"default_to_square",
|
8 |
+
"resample",
|
9 |
+
"do_rescale",
|
10 |
+
"rescale_factor",
|
11 |
+
"do_normalize",
|
12 |
+
"image_mean",
|
13 |
+
"image_std",
|
14 |
+
"do_pad",
|
15 |
+
"do_center_crop",
|
16 |
+
"crop_size",
|
17 |
+
"data_format",
|
18 |
+
"input_data_format",
|
19 |
+
"device",
|
20 |
+
"min_pixels",
|
21 |
+
"max_pixels",
|
22 |
+
"patch_size",
|
23 |
+
"temporal_patch_size",
|
24 |
+
"merge_size"
|
25 |
+
],
|
26 |
+
"crop_size": null,
|
27 |
+
"data_format": "channels_first",
|
28 |
+
"default_to_square": true,
|
29 |
+
"device": null,
|
30 |
+
"do_center_crop": null,
|
31 |
+
"do_convert_rgb": true,
|
32 |
+
"do_normalize": true,
|
33 |
+
"do_pad": null,
|
34 |
+
"do_rescale": true,
|
35 |
+
"do_resize": true,
|
36 |
+
"image_mean": [
|
37 |
+
0.48145466,
|
38 |
+
0.4578275,
|
39 |
+
0.40821073
|
40 |
+
],
|
41 |
+
"image_processor_type": "Qwen2VLImageProcessor",
|
42 |
+
"image_std": [
|
43 |
+
0.26862954,
|
44 |
+
0.26130258,
|
45 |
+
0.27577711
|
46 |
+
],
|
47 |
+
"input_data_format": null,
|
48 |
+
"max_pixels": 12845056,
|
49 |
+
"merge_size": 2,
|
50 |
+
"min_pixels": 3136,
|
51 |
+
"model_valid_processing_keys": [
|
52 |
+
"do_convert_rgb",
|
53 |
+
"do_resize",
|
54 |
+
"size",
|
55 |
+
"size_divisor",
|
56 |
+
"default_to_square",
|
57 |
+
"resample",
|
58 |
+
"do_rescale",
|
59 |
+
"rescale_factor",
|
60 |
+
"do_normalize",
|
61 |
+
"image_mean",
|
62 |
+
"image_std",
|
63 |
+
"do_pad",
|
64 |
+
"do_center_crop",
|
65 |
+
"crop_size",
|
66 |
+
"data_format",
|
67 |
+
"input_data_format",
|
68 |
+
"device",
|
69 |
+
"min_pixels",
|
70 |
+
"max_pixels",
|
71 |
+
"patch_size",
|
72 |
+
"temporal_patch_size",
|
73 |
+
"merge_size"
|
74 |
+
],
|
75 |
+
"patch_size": 14,
|
76 |
+
"processor_class": "Qwen2_5_VLProcessor",
|
77 |
+
"resample": 3,
|
78 |
+
"rescale_factor": 0.00392156862745098,
|
79 |
+
"size": {
|
80 |
+
"longest_edge": 12845056,
|
81 |
+
"shortest_edge": 3136
|
82 |
+
},
|
83 |
+
"size_divisor": null,
|
84 |
+
"temporal_patch_size": 2,
|
85 |
+
"video_processor_type": "Qwen2VLVideoProcessor"
|
86 |
+
}
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|