tiny-random-vit-gpt2 / preprocessor_config.json
olivierdehaene's picture
Add pytorch tiny-random-vit-gpt2
68b3353
raw
history blame contribute delete
227 Bytes
{
"do_normalize": true,
"do_resize": true,
"feature_extractor_type": "ViTFeatureExtractor",
"image_mean": [
0.5,
0.5,
0.5
],
"image_std": [
0.5,
0.5,
0.5
],
"resample": 2,
"size": 30
}