MoonViT / preprocessor_config.json
shilinxu's picture
Upload folder using huggingface_hub
5cb7f5a verified
raw
history blame contribute delete
375 Bytes
{
"_auto_class": "AutoImageProcessor",
"auto_map": {
"AutoImageProcessor": "image_processing_moonvit.MoonViTImageProcessor"
},
"image_mean": [
0.5,
0.5,
0.5
],
"image_std": [
0.5,
0.5,
0.5
],
"in_token_limit": 16384,
"merge_kernel_size": [
2,
2
],
"num_pooled_tokens": 1024,
"pad_input": true,
"patch_size": 14
}