Commit
·
0e82ad7
1
Parent(s):
365f1e7
updated readme
Browse files
README.md
CHANGED
|
@@ -1,17 +1,33 @@
|
|
| 1 |
---
|
| 2 |
language: en
|
| 3 |
library_name: pytorch
|
| 4 |
-
license:
|
| 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
|
|
|
|
| 1 |
---
|
| 2 |
language: en
|
| 3 |
library_name: pytorch
|
| 4 |
+
license: mit
|
| 5 |
tags:
|
|
|
|
| 6 |
- deepfake-detection
|
| 7 |
+
- image-classification
|
| 8 |
+
- video-analysis
|
| 9 |
- efficientvit
|
| 10 |
- pytorch
|
| 11 |
pipeline_tag: image-classification
|
| 12 |
+
|
| 13 |
+
safetensors:
|
| 14 |
+
total: 1
|
| 15 |
+
format: safetensors
|
| 16 |
+
weight_dtype: float32
|
| 17 |
+
size_in_bytes: 80000000 # ≈ 82 MB (you can adjust to your real file size)
|
| 18 |
+
|
| 19 |
model-index:
|
| 20 |
- name: Deepfake Detection with Improved EfficientViT
|
| 21 |
results: []
|
| 22 |
config: config.json
|
| 23 |
+
metadata:
|
| 24 |
+
model_type: EfficientViT
|
| 25 |
+
num_parameters: 20026725
|
| 26 |
+
precision: float32
|
| 27 |
+
framework: pytorch
|
| 28 |
+
license: mit
|
| 29 |
+
model_format: safetensors
|
| 30 |
+
size: 82MB
|
| 31 |
---
|
| 32 |
|
| 33 |
# Deepfake Detection with Improved EfficientViT
|