mirror of
https://www.modelscope.cn/deepseek-ai/DeepSeek-OCR.git
synced 2026-04-02 21:02:54 +08:00
29 lines
460 B
JSON
29 lines
460 B
JSON
{
|
|
"add_special_token": false,
|
|
"candidate_resolutions": [
|
|
[
|
|
1024,
|
|
1024
|
|
]
|
|
],
|
|
"downsample_ratio": 4,
|
|
"ignore_id": -100,
|
|
"image_mean": [
|
|
0.5,
|
|
0.5,
|
|
0.5
|
|
],
|
|
"image_std": [
|
|
0.5,
|
|
0.5,
|
|
0.5
|
|
],
|
|
"image_token": "<image>",
|
|
"mask_prompt": false,
|
|
"normalize": true,
|
|
"pad_token": "<\uff5c\u2581pad\u2581\uff5c>",
|
|
"patch_size": 16,
|
|
"processor_class": "DeepseekVLV2Processor",
|
|
"sft_format": "deepseek"
|
|
}
|