Instructions to use timm/ViT-B-16-SigLIP-512 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- OpenCLIP
How to use timm/ViT-B-16-SigLIP-512 with OpenCLIP:
import open_clip model, preprocess_train, preprocess_val = open_clip.create_model_and_transforms('hf-hub:timm/ViT-B-16-SigLIP-512') tokenizer = open_clip.get_tokenizer('hf-hub:timm/ViT-B-16-SigLIP-512') - Notebooks
- Google Colab
- Kaggle
Does ViT-B-16-SigLIP-512 deal with resolution 512 * 512 ?
1
#2 opened about 2 years ago
by
xieyang233