alifiscool86 commited on
Commit
2296094
·
verified ·
1 Parent(s): a72df62

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.538
 
20
 
21
  ## Output
22
  - prob_fake in [0, 1] computed as softmax(logits)[fake]
23
+ - decision threshold: 0.452
config.json CHANGED
@@ -3,11 +3,11 @@
3
  "framework": "pytorch",
4
  "arch": "efficientnet_b0",
5
  "num_classes": 2,
6
- "threshold": 0.538,
7
  "labels": {
8
  "0": "real",
9
  "1": "fake"
10
  },
11
- "exported_at_utc": "2026-02-21T14:32:50.522468Z",
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.452,
7
  "labels": {
8
  "0": "real",
9
  "1": "fake"
10
  },
11
+ "exported_at_utc": "2026-02-21T15:24:38.738479Z",
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:a06182dc78379e3ec3faf158e713a3b190e966aaa1a3cb805bd0db589fcde391
3
  size 16320083
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31c047ae6d6c9e434e7a0aef48afe19baf6bdda04bc78b9112c68927dbd81364
3
  size 16320083