ai-source-detector / preprocessor_config.json
yaya36095's picture
Update preprocessor_config.json
d7a4c04 verified
raw
history blame contribute delete
443 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": 5,
"id2label": {
"0": "stable_diffusion",
"1": "midjourney",
"2": "dalle",
"3": "real",
"4": "other_ai"
},
"label2id": {
"stable_diffusion": 0,
"midjourney": 1,
"dalle": 2,
"real": 3,
"other_ai": 4
}
}