ERNIE-4.5-VL-28B-A3B-Thinking-8bit / processor_config.json
prince-canuma's picture
Upload folder using huggingface_hub
030d04f verified
{
"image_processor": {
"data_format": "channels_first",
"factor": 28,
"image_mean": [
0.48145466,
0.4578275,
0.40821073
],
"image_processor_type": "ImageProcessor",
"image_std": [
0.26862954,
0.26130258,
0.27577711
],
"max_pixels": 1003520,
"merge_size": 2,
"min_pixels": 3136,
"patch_size": 14,
"resample": 3,
"rescale_factor": 0.00392156862745098,
"size": [
224,
224
],
"temporal_patch_size": 2
},
"processor_class": "Ernie4_5_VLProcessor",
"spatial_conv_size": 2,
"temporal_conv_size": 2
}