alifiscool86 commited on
Commit
dea4050
·
verified ·
1 Parent(s): 0e2906a

Upload CNN transfer artifacts (model + preprocess + config)

Browse files
Files changed (2) hide show
  1. config.json +2 -2
  2. model.pth +1 -1
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "name": "cnn-transfer",
3
  "framework": "pytorch",
4
  "arch": "efficientnet_b0",
5
  "num_classes": 2,
@@ -8,6 +8,6 @@
8
  "0": "real",
9
  "1": "fake"
10
  },
11
- "exported_at_utc": "2026-03-06T04:04:51.455543Z",
12
  "notes": "CNN transfer baseline for deepfake detection. prob_fake = softmax(logits)[fake]."
13
  }
 
1
  {
2
+ "name": "cnn-transfer-final",
3
  "framework": "pytorch",
4
  "arch": "efficientnet_b0",
5
  "num_classes": 2,
 
8
  "0": "real",
9
  "1": "fake"
10
  },
11
+ "exported_at_utc": "2026-03-06T18:25:06.532021Z",
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:fc114e82bbfbea4c396bcc156714992428000e81db92b19d1c610483dabb4755
3
  size 16320083
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a441a6b751fc1dfda25b467c98fb3cd687c8d2b601b19d3ea4b8515d5b1124b
3
  size 16320083