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

soodoku
/
piedomains-image

Image Classification
Transformers
Safetensors
siglip
website-classification
screenshot
siglip2
Model card Files Files and versions
xet
Community

Instructions to use soodoku/piedomains-image with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use soodoku/piedomains-image with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="soodoku/piedomains-image")
    pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForImageClassification
    
    processor = AutoProcessor.from_pretrained("soodoku/piedomains-image")
    model = AutoModelForImageClassification.from_pretrained("soodoku/piedomains-image", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
piedomains-image
373 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
soodoku's picture
soodoku
image-v2: retrained on splits aligned to the current text corpus
d24208e verified about 23 hours ago
  • .gitattributes
    1.52 kB
    initial commit 1 day ago
  • README.md
    2.46 kB
    image-v2: retrained on splits aligned to the current text corpus about 23 hours ago
  • calibration.json
    192 Bytes
    image-v2: retrained on splits aligned to the current text corpus about 23 hours ago
  • config.json
    3 kB
    SigLIP2 screenshot classifier, aligned splits, T=1.6375 1 day ago
  • config.json.piedomains
    222 Bytes
    SigLIP2 screenshot classifier, aligned splits, T=1.6375 1 day ago
  • fusion.json
    966 Bytes
    image-v2: retrained on splits aligned to the current text corpus about 23 hours ago
  • labels.json
    667 Bytes
    SigLIP2 screenshot classifier, aligned splits, T=1.6375 1 day ago
  • model.safetensors
    372 MB
    xet
    image-v2: retrained on splits aligned to the current text corpus about 23 hours ago
  • preprocessor_config.json
    367 Bytes
    SigLIP2 screenshot classifier, aligned splits, T=1.6375 1 day ago
  • test_metrics.json
    6.15 kB
    image-v2: retrained on splits aligned to the current text corpus about 23 hours ago
  • train_domains.json
    827 kB
    image-v2: retrained on splits aligned to the current text corpus about 23 hours ago