Llama-4-Scout-1.7B-0.4B-Instruct / processor_config.json
kylesayrs's picture
Upload folder using huggingface_hub
647c0a6 verified
Raw
History Blame Contribute Delete
674 Bytes
{
"fake_image_token": "<|image|>",
"image_processor": {
"data_format": "channels_first",
"default_to_square": true,
"do_convert_rgb": true,
"do_normalize": true,
"do_rescale": true,
"do_resize": true,
"image_mean": [
0.5,
0.5,
0.5
],
"image_processor_type": "Llama4ImageProcessor",
"image_std": [
0.5,
0.5,
0.5
],
"max_patches": 16,
"resample": 2,
"rescale_factor": 0.00392156862745098,
"resize_to_max_canvas": false,
"size": {
"height": 336,
"width": 336
}
},
"image_token": "<|image|>",
"patch_size": 14,
"processor_class": "Llama4Processor"
}