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

hi-wesley
/
gemma3-vision-encoder

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

Instructions to use hi-wesley/gemma3-vision-encoder with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use hi-wesley/gemma3-vision-encoder with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-feature-extraction", model="hi-wesley/gemma3-vision-encoder")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("hi-wesley/gemma3-vision-encoder")
    model = AutoModel.from_pretrained("hi-wesley/gemma3-vision-encoder")
  • Notebooks
  • Google Colab
  • Kaggle
gemma3-vision-encoder
840 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
Wesley
Initial upload of Gemma3 SigLIP vision encoder (code + weights)
bfd1987 9 months ago
  • .gitattributes
    91 Bytes
    Initial upload of Gemma3 SigLIP vision encoder (code + weights) 9 months ago
  • NOTICE
    104 Bytes
    Initial upload of Gemma3 SigLIP vision encoder (code + weights) 9 months ago
  • README.md
    3.08 kB
    Initial upload of Gemma3 SigLIP vision encoder (code + weights) 9 months ago
  • config.json
    446 Bytes
    Initial upload of Gemma3 SigLIP vision encoder (code + weights) 9 months ago
  • model.safetensors
    834 MB
    xet
    Initial upload of Gemma3 SigLIP vision encoder (code + weights) 9 months ago
  • preprocessor_config.json
    570 Bytes
    Initial upload of Gemma3 SigLIP vision encoder (code + weights) 9 months ago
  • projector_config.json
    180 Bytes
    Initial upload of Gemma3 SigLIP vision encoder (code + weights) 9 months ago
  • projector_state_dict.pt

    Detected Pickle imports (3)

    • "torch.HalfStorage",
    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2"

    What is a pickle import?

    5.9 MB
    xet
    Initial upload of Gemma3 SigLIP vision encoder (code + weights) 9 months ago