File size: 205 Bytes
d79fbdd |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
{
"model_type": "swin",
"image_size": 224,
"num_channels": 3,
"num_labels": 2,
"id2label": {
"0": "artificial",
"1": "human"
},
"label2id": {
"artificial": 0,
"human": 1
}
} |