Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
yaya36095
/
ai-image-detector
like
2
Image Classification
PyTorch
English
vit
ai-detection
License:
mit
Model card
Files
Files and versions
xet
Community
3
Deploy
3066f6d
ai-image-detector
/
config.json
yaya36095
Upload 2 files
859e3cb
verified
about 1 year ago
raw
Copy download link
history
blame
Safe
223 Bytes
{
"architectures"
:
[
"ViTForImageClassification"
]
,
"model_type"
:
"vit"
,
"num_labels"
:
2
,
"id2label"
:
{
"0"
:
"real"
,
"1"
:
"ai_generated"
}
,
"label2id"
:
{
"real"
:
0
,
"ai_generated"
:
1
}
}