File size: 545 Bytes
44ab034 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | ---
license: apache-2.0
tags:
- vision-transformer
- deepfake-detection
- image-classification
---
# DeiT Base Distilled – DeepFakeDetector
Data-efficient Image Transformer (DeiT-B/16) fine-tuned for binary deepfake detection. This model utilizes distillation to improve performance and efficiency.
- Retrained using a mix of OpenFake, WildFake, Dragon, and manual images (with a focus on classifying real images)
## Labels
- **0**: real
- **1**: fake
## Output
- **prob_fake** ∈ [0, 1] (via softmax or sigmoid)
|