CoolFace
Modelpublic

MagnusTi8/DeepSeek-OCR-2

sourceHugging Faceapache-2.0updated 5mo agoView on Hugging Face
0likes4downloads
processor_config.json29 linesDownload Raw Back to root
1{2  "add_special_token": false,3  "candidate_resolutions": [4    [5      1024,6      10247    ]8  ],9  "downsample_ratio": 4,10  "ignore_id": -100,11  "image_mean": [12    0.5,13    0.5,14    0.515  ],16  "image_std": [17    0.5,18    0.5,19    0.520  ],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