ZuhairQureshi commited on
Commit
2ee34f4
·
verified ·
1 Parent(s): 9e90e85

Upload CNN transfer artifacts (model + preprocess + config)

Browse files
Files changed (3) hide show
  1. README.md +1 -1
  2. config.json +2 -2
  3. 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.552
 
20
 
21
  ## Output
22
  - prob_fake in [0, 1] computed as softmax(logits)[fake]
23
+ - decision threshold: 0.038
config.json CHANGED
@@ -3,11 +3,11 @@
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
  }
 
3
  "framework": "pytorch",
4
  "arch": "efficientnet_b0",
5
  "num_classes": 2,
6
+ "threshold": 0.038,
7
  "labels": {
8
  "0": "real",
9
  "1": "fake"
10
  },
11
+ "exported_at_utc": "2026-03-04T22:47:32.143061Z",
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:73ac609a24b3fe7b4e8735eb0a6c0900e65dcf4f8b1c39a7335b25625a031671
3
  size 16320083
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db39830a89e2d4169933b3674ea635d98cd6a6bc712d919b723de6382f1b8338
3
  size 16320083