ai-image-detector / config.json
yaya36095's picture
Upload 2 files
859e3cb verified
raw
history blame
223 Bytes
{
"architectures": [
"ViTForImageClassification"
],
"model_type": "vit",
"num_labels": 2,
"id2label": {
"0": "real",
"1": "ai_generated"
},
"label2id": {
"real": 0,
"ai_generated": 1
}
}