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

RISys-Lab
/
ReasonSigLIP2-go16-384-S2

Zero-Shot Image Classification
Transformers
Safetensors
siglip
Model card Files Files and versions
xet
Community

Instructions to use RISys-Lab/ReasonSigLIP2-go16-384-S2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use RISys-Lab/ReasonSigLIP2-go16-384-S2 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("zero-shot-image-classification", model="RISys-Lab/ReasonSigLIP2-go16-384-S2")
    pipe(
        "https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png",
        candidate_labels=["animals", "humans", "landscape"],
    )
    # Load model directly
    from transformers import AutoProcessor, AutoModelForZeroShotImageClassification
    
    processor = AutoProcessor.from_pretrained("RISys-Lab/ReasonSigLIP2-go16-384-S2")
    model = AutoModelForZeroShotImageClassification.from_pretrained("RISys-Lab/ReasonSigLIP2-go16-384-S2")
  • Notebooks
  • Google Colab
  • Kaggle
ReasonSigLIP2-go16-384-S2
3.78 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 9 commits
fesvhtr's picture
fesvhtr
docs: update usage model id namespace
8e6111f verified 3 days ago
  • .gitattributes
    1.57 kB
    Upload processor 2 months ago
  • README.md
    1.12 kB
    docs: update usage model id namespace 3 days ago
  • chat_template.jinja
    594 Bytes
    Upload processor 2 months ago
  • config.json
    925 Bytes
    Copy weights from fesvhtr/siglip2-r-go-s2-run0206-673 2 months ago
  • model.safetensors
    3.74 GB
    xet
    Copy weights from fesvhtr/siglip2-r-go-s2-run0206-673 2 months ago
  • processor_config.json
    502 Bytes
    Upload processor 2 months ago
  • tokenizer.json
    34.4 MB
    xet
    Upload processor 2 months ago
  • tokenizer_config.json
    627 Bytes
    Upload processor 2 months ago