AX-Unlimited-OCR-3B-MoE-MLX-MXFP8 / processor_config.json
AutomatosX's picture
Publish verified OCR-aware MXFP8 checkpoint
fd0c04f verified
Raw
History Blame
454 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": "UnlimitedOCRHFProcessor",
"sft_format": "unlimitedocr"
}