Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

buildborderless
/
CommunityForensics-DeepfakeDet-ViT

Image Classification
Transformers
Safetensors
timm
vit
detection
deepfake
forensics
deepfake_detection
community
opensight
Model card Files Files and versions
xet
Community
3

Instructions to use buildborderless/CommunityForensics-DeepfakeDet-ViT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use buildborderless/CommunityForensics-DeepfakeDet-ViT with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="buildborderless/CommunityForensics-DeepfakeDet-ViT")
    pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForImageClassification
    
    processor = AutoImageProcessor.from_pretrained("buildborderless/CommunityForensics-DeepfakeDet-ViT")
    model = AutoModelForImageClassification.from_pretrained("buildborderless/CommunityForensics-DeepfakeDet-ViT")
  • timm

    How to use buildborderless/CommunityForensics-DeepfakeDet-ViT with timm:

    import timm
    
    model = timm.create_model("hf_hub:buildborderless/CommunityForensics-DeepfakeDet-ViT", pretrained=True)
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
CommunityForensics-DeepfakeDet-ViT / logs
1.02 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 4 commits
LPX55's picture
LPX55
Create 03-analysis.txt
b29435f verified about 1 year ago
  • .gitkeep
    0 Bytes
    Create logs/.gitkeep about 1 year ago
  • 01-resampled_images.log
    1.02 MB
    add: eval dataset resampling round 1 about 1 year ago
  • 02-restructure.txt
    530 Bytes
    Create 02-restructure.txt about 1 year ago
  • 03-analysis.txt
    2.52 kB
    Create 03-analysis.txt about 1 year ago