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

Toolbox-HQ
/
NitroSigLIP

Image Feature Extraction
Transformers
Safetensors
siglip_vision_model
Model card Files Files and versions
xet
Community

Instructions to use Toolbox-HQ/NitroSigLIP with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Toolbox-HQ/NitroSigLIP with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-feature-extraction", model="Toolbox-HQ/NitroSigLIP")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("Toolbox-HQ/NitroSigLIP")
    model = AutoModel.from_pretrained("Toolbox-HQ/NitroSigLIP")
  • Notebooks
  • Google Colab
  • Kaggle
NitroSigLIP
1.26 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
BenSchneider's picture
BenSchneider
Upload processor
cc66f54 verified 4 months ago
  • .gitattributes
    1.52 kB
    initial commit 4 months ago
  • README.md
    5.17 kB
    Upload model 4 months ago
  • config.json
    411 Bytes
    Upload model 4 months ago
  • model.safetensors
    1.26 GB
    xet
    Upload model 4 months ago
  • preprocessor_config.json
    354 Bytes
    Upload processor 4 months ago