Unlimited-OCR / processor_config.json
guarin's picture
guarin HF Staff
Update files for compatibility with transformers
94ce118 verified
Raw
History Blame
452 Bytes
{
"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": "<|▁pad▁|>",
"patch_size": 16,
"processor_class": "UnlimitedOcrProcessor",
"sft_format": "unlimitedocr"
}