mirror of
https://www.modelscope.cn/deepseek-ai/DeepSeek-OCR.git
synced 2026-04-02 12:52:56 +08:00
Upload folder using ModelScope SDK
This commit is contained in:
28
processor_config.json
Normal file
28
processor_config.json
Normal file
@ -0,0 +1,28 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user