{
  "do_convert_rgb": true,
  "do_normalize": true,
  "do_rescale": false,
  "do_resize": false,
  "do_flip": true,
  "do_rand_resize_crop": true,
  "image_processor_type": "CLIPImageProcessor",
  "processor_class": "CLIPProcessor",
  "image_mean": [
    0.48145466,
    0.4578275,
    0.40821073
  ],
  "image_std": [
    0.26862954,
    0.26130258,
    0.27577711
  ],
  "resample": 3,
  "rescale_factor": 0.00392156862745098,
  "size": {
    "height": 256,
    "width": 256
  },
  "flip_prob": 0.0,
  "scale": [0.9, 1.0],
  "interpolation": "bicubic"
}
