CoolFace
Modelpublic

matsudatkm/deepseek-vl2-tiny-clone

sourceHugging Faceotherupdated 2y agoView on Hugging Face
0likes6downloads
processor_config.json117 linesDownload Raw Back to root
1{2  "add_special_token": false,3  "candidate_resolutions": [4    [5      384,6      3847    ],8    [9      384,10      76811    ],12    [13      768,14      38415    ],16    [17      384,18      115219    ],20    [21      1152,22      38423    ],24    [25      384,26      153627    ],28    [29      1536,30      38431    ],32    [33      768,34      76835    ],36    [37      384,38      192039    ],40    [41      1920,42      38443    ],44    [45      384,46      230447    ],48    [49      2304,50      38451    ],52    [53      768,54      115255    ],56    [57      1152,58      76859    ],60    [61      384,62      268863    ],64    [65      2688,66      38467    ],68    [69      384,70      307271    ],72    [73      3072,74      38475    ],76    [77      768,78      153679    ],80    [81      1536,82      76883    ],84    [85      384,86      345687    ],88    [89      3456,90      38491    ],92    [93      1152,94      115295    ]96  ],97  "downsample_ratio": 2,98  "ignore_id": -100,99  "image_mean": [100    0.5,101    0.5,102    0.5103  ],104  "image_std": [105    0.5,106    0.5,107    0.5108  ],109  "image_token": "<image>",110  "mask_prompt": false,111  "normalize": true,112  "pad_token": "<\uff5c\u2581pad\u2581\uff5c>",113  "patch_size": 14,114  "processor_class": "DeepseekVLV2Processor",115  "sft_format": "deepseek"116}117