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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

bayat10
/
media-authenticity-models

Image Classification
Transformers
PyTorch
GenD
Model card Files Files and versions
xet
Community

Instructions to use bayat10/media-authenticity-models with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use bayat10/media-authenticity-models with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="bayat10/media-authenticity-models")
    pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")
    # Load model directly
    from transformers import GenD
    model = GenD.from_pretrained("bayat10/media-authenticity-models", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
media-authenticity-models
1.93 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 8 commits
bayat10's picture
bayat10
Upload hf-models/weights_dinov2_G1.ckpt with huggingface_hub
79bd1f9 verified 3 days ago
  • hf-models
    Upload hf-models/weights_dinov2_G1.ckpt with huggingface_hub 3 days ago
  • .gitattributes
    1.52 kB
    initial commit 11 days ago
  • README.md
    1.2 kB
    Add GenD_DINOv3_L README.md (server-side transfer) 8 days ago
  • config.json
    204 Bytes
    Add GenD_DINOv3_L config.json (server-side transfer) 8 days ago