CoolFace
Modelpublic

hf-tiny-v2/tiny-random-VisionEncoderDecoderModel-vit-gpt2

sourceHugging Faceupdated 1mo agoView on Hugging Face
0likes18downloads
preprocessor_config.json27 linesDownload Raw Back to root
1{2  "crop_size": {3    "height": 30,4    "width": 305  },6  "do_normalize": true,7  "do_rescale": true,8  "do_resize": true,9  "image_mean": [10    0.5,11    0.5,12    0.513  ],14  "image_processor_type": "ViTImageProcessor",15  "image_std": [16    0.5,17    0.5,18    0.519  ],20  "resample": 2,21  "rescale_factor": 0.00392156862745098,22  "size": {23    "height": 30,24    "width": 3025  }26}27