Upload folder using huggingface_hub
Browse files- config.json +24 -0
- fusion_logreg.pkl +3 -0
- label_map.json +1 -0
config.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"type": "probability_stacking_fusion",
|
| 3 |
+
"name": "fusion-logreg-final",
|
| 4 |
+
"version": "2.0.0-finetuned",
|
| 5 |
+
"submodels": [
|
| 6 |
+
"DeepFakeDetector/cnn-transfer",
|
| 7 |
+
"DeepFakeDetector/vit-base",
|
| 8 |
+
"DeepFakeDetector/deit-distilled",
|
| 9 |
+
"DeepFakeDetector/gradfield-cnn"
|
| 10 |
+
],
|
| 11 |
+
"submodel_order": [
|
| 12 |
+
"cnn-transfer",
|
| 13 |
+
"vit-base",
|
| 14 |
+
"deit-distilled",
|
| 15 |
+
"gradfield-cnn"
|
| 16 |
+
],
|
| 17 |
+
"num_submodels": 4,
|
| 18 |
+
"threshold": 0.5,
|
| 19 |
+
"labels": {
|
| 20 |
+
"0": "real",
|
| 21 |
+
"1": "fake"
|
| 22 |
+
},
|
| 23 |
+
"test_auroc": 0.9454387630593499
|
| 24 |
+
}
|
fusion_logreg.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7b795cc9ca7250bccae877209d2164bd0ec7aa975ccdfeda470f243b03e58e27
|
| 3 |
+
size 907
|
label_map.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"0": "real", "1": "fake"}
|