Instructions to use UCSC-VLAA/openvision-vit-tiny-patch8-384 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use UCSC-VLAA/openvision-vit-tiny-patch8-384 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-feature-extraction", model="UCSC-VLAA/openvision-vit-tiny-patch8-384")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("UCSC-VLAA/openvision-vit-tiny-patch8-384", dtype="auto") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
2f4bbb4 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:c66334404cf2859d26c80fbc4e88500930c719e236a1e1c076b141217833a75c
size 69660570
|