Instructions to use timm/vit_base_patch32_clip_224.openai with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- timm
How to use timm/vit_base_patch32_clip_224.openai with timm:
import timm model = timm.create_model("hf_hub:timm/vit_base_patch32_clip_224.openai", pretrained=True) - Transformers
How to use timm/vit_base_patch32_clip_224.openai with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("timm/vit_base_patch32_clip_224.openai", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Commit History
Add model ab5b8ef verified
Fix library_name. 789c786 verified
Update README.md 768915c
Update model config 66f16cf
Update README.md 011b061
Add model 2aa043c
initial commit 1496f6b
Ross Wightman commited on