Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Adieee5
/
deepfake-detection-ViT-CrossTraining

Image Classification
Transformers
Safetensors
English
vit
Python
Deepfake
Model card Files Files and versions
xet
Community

Instructions to use Adieee5/deepfake-detection-ViT-CrossTraining with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Adieee5/deepfake-detection-ViT-CrossTraining with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="Adieee5/deepfake-detection-ViT-CrossTraining")
    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("Adieee5/deepfake-detection-ViT-CrossTraining")
    model = AutoModelForImageClassification.from_pretrained("Adieee5/deepfake-detection-ViT-CrossTraining")
  • Notebooks
  • Google Colab
  • Kaggle
deepfake-detection-ViT-CrossTraining
401 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
Adieee5's picture
Adieee5
Upload Project_video.mov
344e8ad verified about 1 year ago
  • .gitattributes
    1.57 kB
    Upload Project_video.mov about 1 year ago
  • Project_video.mov
    58.1 MB
    xet
    Upload Project_video.mov about 1 year ago
  • README.md
    882 Bytes
    Update README.md about 1 year ago
  • config.json
    615 Bytes
    Upload folder using huggingface_hub about 1 year ago
  • model.safetensors
    343 MB
    xet
    Upload folder using huggingface_hub about 1 year ago
  • output.png
    18.1 kB
    Upload folder using huggingface_hub about 1 year ago
  • preprocessor_config.json
    356 Bytes
    Upload folder using huggingface_hub about 1 year ago