Want to access the model

#1
by parthmendapara - opened

How can i access the model? There is no model card or inference API available.

It is the vision encoder weights of Qwen2VL-7B, and you can use it in the Qwen2VL-7B model.
Or you can load this weights with the following code.

AutoModel.from_pretrained('shilinxu/Qwen2VL-7B-ViT', trust_remote_code=True)

Sign up or log in to comment