faisalishfaq2005 commited on
Commit
365f1e7
·
1 Parent(s): 77c05ab

changed config and readme

Browse files
Files changed (2) hide show
  1. README.md +9 -17
  2. config.json +12 -10
README.md CHANGED
@@ -1,25 +1,17 @@
1
  ---
2
- language:
3
- - en
4
- license: mit
5
  tags:
 
6
  - deepfake-detection
7
- - vision-transformer
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
- library_name: pytorch
21
- widget:
22
- - text: "sample_video.mp4"
 
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
- "architecture": {
5
- "input": {
6
- "video_frames":"20 frames per video" ,
7
- "image_size": [224, 224]
8
-
9
- },
10
- "output_classes": ["real", "fake"]
11
- },
12
- "pretrained": true,
13
- "model_file": "model.pth"
 
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
  }