| --- | |
| license: apache-2.0 | |
| tags: | |
| - vision-transformer | |
| - deepfake-detection | |
| - image-classification | |
| --- | |
| # ViT Base – DeepFakeDetector | |
| Vision Transformer (ViT-B/16) fine-tuned for binary deepfake detection. | |
| ## Labels | |
| - 0 = real | |
| - 1 = fake | |
| ## Output | |
| - prob_fake ∈ [0,1] (softmax or sigmoid) | |