detect-ai-image-v1 / config.json
amrita-detectly's picture
Upload folder using huggingface_hub
d79fbdd verified
raw
history blame contribute delete
205 Bytes
{
"model_type": "swin",
"image_size": 224,
"num_channels": 3,
"num_labels": 2,
"id2label": {
"0": "artificial",
"1": "human"
},
"label2id": {
"artificial": 0,
"human": 1
}
}