How to use UCSC-VLAA/openvision-vit-base-patch8-160 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-feature-extraction", model="UCSC-VLAA/openvision-vit-base-patch8-160")
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("UCSC-VLAA/openvision-vit-base-patch8-160", dtype="auto")
This PR adds a model card, linking it to the paper and the project page. It also adds the license and pipeline tag as metadata.
· Sign up or log in to comment