Instructions to use timm/vit_base_patch16_siglip_gap_512.v2_webli with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- timm
How to use timm/vit_base_patch16_siglip_gap_512.v2_webli with timm:
import timm model = timm.create_model("hf_hub:timm/vit_base_patch16_siglip_gap_512.v2_webli", pretrained=True) - Transformers
How to use timm/vit_base_patch16_siglip_gap_512.v2_webli with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-feature-extraction", model="timm/vit_base_patch16_siglip_gap_512.v2_webli")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("timm/vit_base_patch16_siglip_gap_512.v2_webli", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 6b5e2cac2b03d70dc4949508e75beecb818aae8e59146eba16c69df7a9f093fa
- Size of remote file:
- 346 MB
- SHA256:
- 12b96f7c740fab69be8cd6de293e0bccde22d958c9b3ba77788c08d4226b22a8
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.