ai-image-detector / preprocessor_config.json
yaya36095's picture
Update preprocessor_config.json
c5ae317 verified
raw
history blame contribute delete
317 Bytes
{
"feature_extractor_type": "ViTFeatureExtractor",
"do_resize": true,
"size": 224,
"do_normalize": true,
"image_mean": [0.5, 0.5, 0.5],
"image_std": [0.5, 0.5, 0.5],
"num_labels": 2,
"id2label": {
"0": "real",
"1": "ai_generated"
},
"label2id": {
"real": 0,
"ai_generated": 1
}
}