YAML Metadata
Warning:
empty or missing yaml metadata in repo card
(https://huggingface.co/docs/hub/model-cards#model-card-metadata)
license: mit task: image-classification tags:
- deepfake-detection
Deepfake Image Detector (v2)
Model Details
- Base Model:
google/vit-base-patch16-224
- Classes:
0_real
,1_fake
- Test Accuracy: 99.28%
- Training Samples: 100,000
- Validation Samples: 20,000
Usage
from transformers import ViTForImageClassification, ViTFeatureExtractor
model = ViTForImageClassification.from_pretrained('shivani1511/deepfake-image-detector-v2')
feature_extractor = ViTFeatureExtractor.from_pretrained('shivani1511/deepfake-image-detector-v2')
- Downloads last month
- 18
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
๐
Ask for provider support