Upload CNN transfer artifacts (model + preprocess + config)
Browse files- README.md +1 -1
- config.json +2 -2
- model.pth +1 -1
README.md
CHANGED
|
@@ -20,4 +20,4 @@ Binary image classifier for deepfake or AI-generated image detection.
|
|
| 20 |
|
| 21 |
## Output
|
| 22 |
- prob_fake in [0, 1] computed as softmax(logits)[fake]
|
| 23 |
-
- decision threshold: 0.
|
|
|
|
| 20 |
|
| 21 |
## Output
|
| 22 |
- prob_fake in [0, 1] computed as softmax(logits)[fake]
|
| 23 |
+
- decision threshold: 0.552
|
config.json
CHANGED
|
@@ -3,11 +3,11 @@
|
|
| 3 |
"framework": "pytorch",
|
| 4 |
"arch": "efficientnet_b0",
|
| 5 |
"num_classes": 2,
|
| 6 |
-
"threshold": 0.
|
| 7 |
"labels": {
|
| 8 |
"0": "real",
|
| 9 |
"1": "fake"
|
| 10 |
},
|
| 11 |
-
"exported_at_utc": "2026-02-
|
| 12 |
"notes": "CNN transfer baseline for deepfake detection. prob_fake = softmax(logits)[fake]."
|
| 13 |
}
|
|
|
|
| 3 |
"framework": "pytorch",
|
| 4 |
"arch": "efficientnet_b0",
|
| 5 |
"num_classes": 2,
|
| 6 |
+
"threshold": 0.552,
|
| 7 |
"labels": {
|
| 8 |
"0": "real",
|
| 9 |
"1": "fake"
|
| 10 |
},
|
| 11 |
+
"exported_at_utc": "2026-02-26T07:33:19.860827Z",
|
| 12 |
"notes": "CNN transfer baseline for deepfake detection. prob_fake = softmax(logits)[fake]."
|
| 13 |
}
|
model.pth
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 16320083
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:73ac609a24b3fe7b4e8735eb0a6c0900e65dcf4f8b1c39a7335b25625a031671
|
| 3 |
size 16320083
|