processor_config.json
460 B · 29 lines · json Raw
1 {
2 "add_special_token": false,
3 "candidate_resolutions": [
4 [
5 1024,
6 1024
7 ]
8 ],
9 "downsample_ratio": 4,
10 "ignore_id": -100,
11 "image_mean": [
12 0.5,
13 0.5,
14 0.5
15 ],
16 "image_std": [
17 0.5,
18 0.5,
19 0.5
20 ],
21 "image_token": "<image>",
22 "mask_prompt": false,
23 "normalize": true,
24 "pad_token": "<\uff5c\u2581pad\u2581\uff5c>",
25 "patch_size": 16,
26 "processor_class": "DeepseekVLV2Processor",
27 "sft_format": "deepseek"
28 }
29