add files - PR (with the other config PR)- check description

#8

This PR allows anyone to easily load the model wiht transformers.
Instead of requiring users to manually clone the model and place it in the folder
Now anyone could easily use the model with transofmrers as such:

from transformers import AutoModel

model = AutoModel.from_pretrained("Vision-CAIR/LongVU_Qwen2_7B", trust_remote_code=True)

try it out ! with "jadechoghari/LongVU_Qwen2_7B") instead :)

also linked in this issue: https://github.com/Vision-CAIR/LongVU/issues/5

will be updating the other model, however they're ready here: https://huggingface.co/models?sort=trending&search=LongVU+jad

Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment