Commit
·
365f1e7
1
Parent(s):
77c05ab
changed config and readme
Browse files- README.md +9 -17
- config.json +12 -10
README.md
CHANGED
|
@@ -1,25 +1,17 @@
|
|
| 1 |
---
|
| 2 |
-
language:
|
| 3 |
-
|
| 4 |
-
license:
|
| 5 |
tags:
|
|
|
|
| 6 |
- deepfake-detection
|
| 7 |
-
-
|
| 8 |
-
- efficientnet
|
| 9 |
-
- multimodal
|
| 10 |
- pytorch
|
| 11 |
-
- computer-vision
|
| 12 |
-
- model
|
| 13 |
-
- image-classification
|
| 14 |
-
datasets:
|
| 15 |
-
- custom
|
| 16 |
-
metrics:
|
| 17 |
-
- accuracy
|
| 18 |
-
- f1
|
| 19 |
pipeline_tag: image-classification
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
|
|
|
| 23 |
---
|
| 24 |
|
| 25 |
# Deepfake Detection with Improved EfficientViT
|
|
|
|
| 1 |
---
|
| 2 |
+
language: en
|
| 3 |
+
library_name: pytorch
|
| 4 |
+
license: apache-2.0
|
| 5 |
tags:
|
| 6 |
+
- image-classification
|
| 7 |
- deepfake-detection
|
| 8 |
+
- efficientvit
|
|
|
|
|
|
|
| 9 |
- pytorch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
pipeline_tag: image-classification
|
| 11 |
+
model-index:
|
| 12 |
+
- name: Deepfake Detection with Improved EfficientViT
|
| 13 |
+
results: []
|
| 14 |
+
config: config.json
|
| 15 |
---
|
| 16 |
|
| 17 |
# Deepfake Detection with Improved EfficientViT
|
config.json
CHANGED
|
@@ -1,14 +1,16 @@
|
|
| 1 |
{
|
|
|
|
| 2 |
"model_type": "efficientnetb0_Vit_blocks_multi_head_attention",
|
| 3 |
"framework": "pytorch",
|
| 4 |
-
"
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
"
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
|
|
|
| 14 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"architectures": ["ImprovedEfficientViT"],
|
| 3 |
"model_type": "efficientnetb0_Vit_blocks_multi_head_attention",
|
| 4 |
"framework": "pytorch",
|
| 5 |
+
"precision": "float32",
|
| 6 |
+
"num_parameters": 20026725,
|
| 7 |
+
"model_format": "safetensors",
|
| 8 |
+
"license": "mit",
|
| 9 |
+
"tags": [
|
| 10 |
+
"image-classification",
|
| 11 |
+
"video-analysis",
|
| 12 |
+
"deepfake-detection",
|
| 13 |
+
"efficientvit",
|
| 14 |
+
"pytorch"
|
| 15 |
+
]
|
| 16 |
}
|