sdxl-detector-resnet50 / config.json
ash12321's picture
Add model config
7cf3d3c verified
{
"model_type": "image-classification",
"architecture": "resnet50",
"num_classes": 2,
"image_size": 224,
"labels": [
"Real",
"SDXL-generated"
],
"test_accuracy": 99.75490196078431,
"test_f1": 99.77250568735782,
"test_auc_roc": 0.9998845880681818
}