Upload folder using huggingface_hub
Browse files- config.json +24 -0
- fusion_model.pt +3 -0
- label_map.json +1 -0
config.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"type": "probability_stacking_fusion",
|
| 3 |
+
"name": "fusion-meta-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.8829495334215085
|
| 24 |
+
}
|
fusion_model.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f6bccc9988b980967769fc5ac3434eb18f286a30e750ec56bbc7ac71eb6d38cc
|
| 3 |
+
size 3407
|
label_map.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"0": "real", "1": "fake"}
|