File size: 223 Bytes
859e3cb |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
{
"architectures": [
"ViTForImageClassification"
],
"model_type": "vit",
"num_labels": 2,
"id2label": {
"0": "real",
"1": "ai_generated"
},
"label2id": {
"real": 0,
"ai_generated": 1
}
}
|