How to use carsonpoole/binary-siglip-vision with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-feature-extraction", model="carsonpoole/binary-siglip-vision")
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("carsonpoole/binary-siglip-vision") model = AutoModel.from_pretrained("carsonpoole/binary-siglip-vision")
The community tab is the place to discuss and collaborate with the HF community!