ericrcwu commited on
Commit
310a5c3
·
verified ·
1 Parent(s): e8172f1

sft adapter bl_63cd1bf7_smokefull

Browse files
.gitattributes CHANGED
@@ -35,3 +35,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
  bl_a0ccbcff_smoke600/tokenizer.json filter=lfs diff=lfs merge=lfs -text
37
  bl_a0ccbcff_smokefull/tokenizer.json filter=lfs diff=lfs merge=lfs -text
 
 
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
  bl_a0ccbcff_smoke600/tokenizer.json filter=lfs diff=lfs merge=lfs -text
37
  bl_a0ccbcff_smokefull/tokenizer.json filter=lfs diff=lfs merge=lfs -text
38
+ bl_63cd1bf7_smokefull/tokenizer.json filter=lfs diff=lfs merge=lfs -text
bl_63cd1bf7_smokefull/README.md ADDED
@@ -0,0 +1,207 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: models/base_resized
3
+ library_name: peft
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - base_model:adapter:models/base_resized
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.19.1
bl_63cd1bf7_smokefull/adapter_config.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": null,
6
+ "base_model_name_or_path": "models/base_resized",
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
+ "lora_ga_config": null,
23
+ "megatron_config": null,
24
+ "megatron_core": "megatron.core",
25
+ "modules_to_save": [
26
+ "embed_tokens",
27
+ "lm_head"
28
+ ],
29
+ "peft_type": "LORA",
30
+ "peft_version": "0.19.1",
31
+ "qalora_group_size": 16,
32
+ "r": 16,
33
+ "rank_pattern": {},
34
+ "revision": null,
35
+ "target_modules": [
36
+ "k_proj",
37
+ "up_proj",
38
+ "q_proj",
39
+ "o_proj",
40
+ "down_proj",
41
+ "v_proj",
42
+ "gate_proj"
43
+ ],
44
+ "target_parameters": null,
45
+ "task_type": "CAUSAL_LM",
46
+ "trainable_token_indices": null,
47
+ "use_bdlora": null,
48
+ "use_dora": false,
49
+ "use_qalora": false,
50
+ "use_rslora": false
51
+ }
bl_63cd1bf7_smokefull/adapter_manifest.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "adapter_sha256": "682c8139dcbc0170c72b3f3d6ed39d5110268403861013c93922a23854d77b34",
3
+ "adapter_step": 162,
4
+ "base_model_id": "Qwen/Qwen2.5-VL-3B-Instruct",
5
+ "levers": {
6
+ "max_pixels": 200704,
7
+ "max_seq_len": 1024,
8
+ "min_pixels": 3136
9
+ },
10
+ "lora": {
11
+ "lora_alpha": 32,
12
+ "lora_dropout": 0.05,
13
+ "lora_r": 16,
14
+ "lora_target_modules": [
15
+ "q_proj",
16
+ "k_proj",
17
+ "v_proj",
18
+ "o_proj",
19
+ "gate_proj",
20
+ "up_proj",
21
+ "down_proj"
22
+ ]
23
+ },
24
+ "optim": {
25
+ "effective_batch_size": 32,
26
+ "epochs": 2,
27
+ "gradient_accumulation_steps": 32,
28
+ "gradient_checkpointing": true,
29
+ "learning_rate_lora": 0.0003,
30
+ "max_grad_norm": 1.0,
31
+ "per_device_batch_size": 1,
32
+ "scheduler": "cosine",
33
+ "seed": 0,
34
+ "warmup_ratio": 0.03
35
+ },
36
+ "quantization": {
37
+ "bnb_4bit_compute_dtype": "bfloat16",
38
+ "bnb_4bit_quant_type": "nf4",
39
+ "bnb_4bit_use_double_quant": true,
40
+ "load_in_4bit": true
41
+ },
42
+ "run_id": "bl_63cd1bf7",
43
+ "stage": "sft_qlora",
44
+ "tied_embedding_status": "tied",
45
+ "tokenizer_version": "vq_v2_srgbres_17to4_cb256_t64__w91cffdd2c82f",
46
+ "train_report": {
47
+ "epochs": 2,
48
+ "mean_loss": 1.7471296659492555,
49
+ "rows": 2864,
50
+ "rows_trained": 5184,
51
+ "seed": 0,
52
+ "skipped": 544,
53
+ "smoke_size": null,
54
+ "steps": 162
55
+ },
56
+ "vocab_size_after_resize": 151924,
57
+ "vq_codebook_sha256": "bcdf369dd7cd9a99d71f240b0dac67d404f52130dc8c35d14d6a04514349d118"
58
+ }
bl_63cd1bf7_smokefull/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20b70a1316326887115447e926f14b2ba34a387c0ef74f5cba43d14ddfecd22c
3
+ size 2637838160
bl_63cd1bf7_smokefull/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 %}
bl_63cd1bf7_smokefull/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:81301c7f56e6e0a645ce03af82d70c0dae70b903aa38b89f01656097ccb2e528
3
+ size 11470070
bl_63cd1bf7_smokefull/tokenizer_config.json ADDED
@@ -0,0 +1,279 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "backend": "tokenizers",
4
+ "bos_token": null,
5
+ "clean_up_tokenization_spaces": false,
6
+ "eos_token": "<|im_end|>",
7
+ "errors": "replace",
8
+ "extra_special_tokens": [
9
+ "<lut_bos>",
10
+ "<lut_eos>",
11
+ "<unsupported>",
12
+ "<lut_000>",
13
+ "<lut_001>",
14
+ "<lut_002>",
15
+ "<lut_003>",
16
+ "<lut_004>",
17
+ "<lut_005>",
18
+ "<lut_006>",
19
+ "<lut_007>",
20
+ "<lut_008>",
21
+ "<lut_009>",
22
+ "<lut_010>",
23
+ "<lut_011>",
24
+ "<lut_012>",
25
+ "<lut_013>",
26
+ "<lut_014>",
27
+ "<lut_015>",
28
+ "<lut_016>",
29
+ "<lut_017>",
30
+ "<lut_018>",
31
+ "<lut_019>",
32
+ "<lut_020>",
33
+ "<lut_021>",
34
+ "<lut_022>",
35
+ "<lut_023>",
36
+ "<lut_024>",
37
+ "<lut_025>",
38
+ "<lut_026>",
39
+ "<lut_027>",
40
+ "<lut_028>",
41
+ "<lut_029>",
42
+ "<lut_030>",
43
+ "<lut_031>",
44
+ "<lut_032>",
45
+ "<lut_033>",
46
+ "<lut_034>",
47
+ "<lut_035>",
48
+ "<lut_036>",
49
+ "<lut_037>",
50
+ "<lut_038>",
51
+ "<lut_039>",
52
+ "<lut_040>",
53
+ "<lut_041>",
54
+ "<lut_042>",
55
+ "<lut_043>",
56
+ "<lut_044>",
57
+ "<lut_045>",
58
+ "<lut_046>",
59
+ "<lut_047>",
60
+ "<lut_048>",
61
+ "<lut_049>",
62
+ "<lut_050>",
63
+ "<lut_051>",
64
+ "<lut_052>",
65
+ "<lut_053>",
66
+ "<lut_054>",
67
+ "<lut_055>",
68
+ "<lut_056>",
69
+ "<lut_057>",
70
+ "<lut_058>",
71
+ "<lut_059>",
72
+ "<lut_060>",
73
+ "<lut_061>",
74
+ "<lut_062>",
75
+ "<lut_063>",
76
+ "<lut_064>",
77
+ "<lut_065>",
78
+ "<lut_066>",
79
+ "<lut_067>",
80
+ "<lut_068>",
81
+ "<lut_069>",
82
+ "<lut_070>",
83
+ "<lut_071>",
84
+ "<lut_072>",
85
+ "<lut_073>",
86
+ "<lut_074>",
87
+ "<lut_075>",
88
+ "<lut_076>",
89
+ "<lut_077>",
90
+ "<lut_078>",
91
+ "<lut_079>",
92
+ "<lut_080>",
93
+ "<lut_081>",
94
+ "<lut_082>",
95
+ "<lut_083>",
96
+ "<lut_084>",
97
+ "<lut_085>",
98
+ "<lut_086>",
99
+ "<lut_087>",
100
+ "<lut_088>",
101
+ "<lut_089>",
102
+ "<lut_090>",
103
+ "<lut_091>",
104
+ "<lut_092>",
105
+ "<lut_093>",
106
+ "<lut_094>",
107
+ "<lut_095>",
108
+ "<lut_096>",
109
+ "<lut_097>",
110
+ "<lut_098>",
111
+ "<lut_099>",
112
+ "<lut_100>",
113
+ "<lut_101>",
114
+ "<lut_102>",
115
+ "<lut_103>",
116
+ "<lut_104>",
117
+ "<lut_105>",
118
+ "<lut_106>",
119
+ "<lut_107>",
120
+ "<lut_108>",
121
+ "<lut_109>",
122
+ "<lut_110>",
123
+ "<lut_111>",
124
+ "<lut_112>",
125
+ "<lut_113>",
126
+ "<lut_114>",
127
+ "<lut_115>",
128
+ "<lut_116>",
129
+ "<lut_117>",
130
+ "<lut_118>",
131
+ "<lut_119>",
132
+ "<lut_120>",
133
+ "<lut_121>",
134
+ "<lut_122>",
135
+ "<lut_123>",
136
+ "<lut_124>",
137
+ "<lut_125>",
138
+ "<lut_126>",
139
+ "<lut_127>",
140
+ "<lut_128>",
141
+ "<lut_129>",
142
+ "<lut_130>",
143
+ "<lut_131>",
144
+ "<lut_132>",
145
+ "<lut_133>",
146
+ "<lut_134>",
147
+ "<lut_135>",
148
+ "<lut_136>",
149
+ "<lut_137>",
150
+ "<lut_138>",
151
+ "<lut_139>",
152
+ "<lut_140>",
153
+ "<lut_141>",
154
+ "<lut_142>",
155
+ "<lut_143>",
156
+ "<lut_144>",
157
+ "<lut_145>",
158
+ "<lut_146>",
159
+ "<lut_147>",
160
+ "<lut_148>",
161
+ "<lut_149>",
162
+ "<lut_150>",
163
+ "<lut_151>",
164
+ "<lut_152>",
165
+ "<lut_153>",
166
+ "<lut_154>",
167
+ "<lut_155>",
168
+ "<lut_156>",
169
+ "<lut_157>",
170
+ "<lut_158>",
171
+ "<lut_159>",
172
+ "<lut_160>",
173
+ "<lut_161>",
174
+ "<lut_162>",
175
+ "<lut_163>",
176
+ "<lut_164>",
177
+ "<lut_165>",
178
+ "<lut_166>",
179
+ "<lut_167>",
180
+ "<lut_168>",
181
+ "<lut_169>",
182
+ "<lut_170>",
183
+ "<lut_171>",
184
+ "<lut_172>",
185
+ "<lut_173>",
186
+ "<lut_174>",
187
+ "<lut_175>",
188
+ "<lut_176>",
189
+ "<lut_177>",
190
+ "<lut_178>",
191
+ "<lut_179>",
192
+ "<lut_180>",
193
+ "<lut_181>",
194
+ "<lut_182>",
195
+ "<lut_183>",
196
+ "<lut_184>",
197
+ "<lut_185>",
198
+ "<lut_186>",
199
+ "<lut_187>",
200
+ "<lut_188>",
201
+ "<lut_189>",
202
+ "<lut_190>",
203
+ "<lut_191>",
204
+ "<lut_192>",
205
+ "<lut_193>",
206
+ "<lut_194>",
207
+ "<lut_195>",
208
+ "<lut_196>",
209
+ "<lut_197>",
210
+ "<lut_198>",
211
+ "<lut_199>",
212
+ "<lut_200>",
213
+ "<lut_201>",
214
+ "<lut_202>",
215
+ "<lut_203>",
216
+ "<lut_204>",
217
+ "<lut_205>",
218
+ "<lut_206>",
219
+ "<lut_207>",
220
+ "<lut_208>",
221
+ "<lut_209>",
222
+ "<lut_210>",
223
+ "<lut_211>",
224
+ "<lut_212>",
225
+ "<lut_213>",
226
+ "<lut_214>",
227
+ "<lut_215>",
228
+ "<lut_216>",
229
+ "<lut_217>",
230
+ "<lut_218>",
231
+ "<lut_219>",
232
+ "<lut_220>",
233
+ "<lut_221>",
234
+ "<lut_222>",
235
+ "<lut_223>",
236
+ "<lut_224>",
237
+ "<lut_225>",
238
+ "<lut_226>",
239
+ "<lut_227>",
240
+ "<lut_228>",
241
+ "<lut_229>",
242
+ "<lut_230>",
243
+ "<lut_231>",
244
+ "<lut_232>",
245
+ "<lut_233>",
246
+ "<lut_234>",
247
+ "<lut_235>",
248
+ "<lut_236>",
249
+ "<lut_237>",
250
+ "<lut_238>",
251
+ "<lut_239>",
252
+ "<lut_240>",
253
+ "<lut_241>",
254
+ "<lut_242>",
255
+ "<lut_243>",
256
+ "<lut_244>",
257
+ "<lut_245>",
258
+ "<lut_246>",
259
+ "<lut_247>",
260
+ "<lut_248>",
261
+ "<lut_249>",
262
+ "<lut_250>",
263
+ "<lut_251>",
264
+ "<lut_252>",
265
+ "<lut_253>",
266
+ "<lut_254>",
267
+ "<lut_255>"
268
+ ],
269
+ "is_local": true,
270
+ "local_files_only": false,
271
+ "max_pixels": 200704,
272
+ "min_pixels": 3136,
273
+ "model_max_length": 131072,
274
+ "pad_token": "<|endoftext|>",
275
+ "processor_class": "Qwen2_5_VLProcessor",
276
+ "split_special_tokens": false,
277
+ "tokenizer_class": "Qwen2Tokenizer",
278
+ "unk_token": null
279
+ }