Update preprocessor_config.json

This commit is contained in:
Younes Belkada 2022-12-12 15:26:59 +00:00 committed by huggingface-web
parent 156b8edbe0
commit eadf1b85c2
1 changed files with 0 additions and 5 deletions

View File

@ -1,7 +1,5 @@
{
"do_normalize": true,
"do_pad": true,
"do_rescale": true,
"do_resize": true,
"image_mean": [
0.48145466,
@ -15,8 +13,5 @@
0.27577711
],
"processor_class": "BlipProcessor",
"resample": 3,
"rescale_factor": 0.00392156862745098,
"size": 384,
"size_divisor": 32
}