Instructions to use UCSC-VLAA/openvision-vit-huge-patch14-224 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- OpenCLIP
How to use UCSC-VLAA/openvision-vit-huge-patch14-224 with OpenCLIP:
import open_clip model, preprocess_train, preprocess_val = open_clip.create_model_and_transforms('hf-hub:UCSC-VLAA/openvision-vit-huge-patch14-224') tokenizer = open_clip.get_tokenizer('hf-hub:UCSC-VLAA/openvision-vit-huge-patch14-224') - Notebooks
- Google Colab
- Kaggle
Add model card with pipeline tag, library name and license
#1
by nielsr HF Staff - opened
This PR improves the model card for OpenVision, including:
- Link to project page and code repository
- Adds metadata: pipeline_tag, library_name and license
Xianhang changed pull request status to merged