MoonViT-SO-400M / preprocessor_config.json
Prince-1's picture
Add files using upload-large-folder tool
55eb922 verified
Raw
History Blame Contribute Delete
339 Bytes
{
"auto_map": {
"AutoImageProcessor": "image_processing_moonvit.MoonViTImageProcessor"
},
"in_token_limit": 4096,
"patch_size": 14,
"num_pooled_tokens": 1024,
"image_mean": [
0.5,
0.5,
0.5
],
"image_std": [
0.5,
0.5,
0.5
],
"pad_input": true
}