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

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.038
 
20
 
21
  ## Output
22
  - prob_fake in [0, 1] computed as softmax(logits)[fake]
23
+ - decision threshold: 0.046
config.json CHANGED
@@ -3,11 +3,11 @@
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
  }
 
3
  "framework": "pytorch",
4
  "arch": "efficientnet_b0",
5
  "num_classes": 2,
6
+ "threshold": 0.046,
7
  "labels": {
8
  "0": "real",
9
  "1": "fake"
10
  },
11
+ "exported_at_utc": "2026-03-05T12:04:59.474246Z",
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:db39830a89e2d4169933b3674ea635d98cd6a6bc712d919b723de6382f1b8338
3
  size 16320083
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:443bf978b55340ef645cf84a838a11be007742bdfb965bb61c3a50ac3ec7ca8a
3
  size 16320083