MoonViT-SO-400M / preprocessor_config.json
zhouzaida
upload
f5378d2
{
"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
}