moonvit-so-400m / preprocessor_config.json
ZzzHelloWorld's picture
Add files using upload-large-folder tool
4ecee8a verified
{
"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
}