TempleX98/MoVA

Importing and using Huggingface model with transformers

yoonseo111 opened this issue · 1 comments

Hello,

First of all, I would like to express my gratitude for the wonderful great research and resources provided by your team. They have been very helpful.

I am currently attempting to use this model from Hugging Face with the Transformers library, but I am encountering errors when trying to import and apply the model. Could you please provide some example code on how to correctly use these models? Any guidance or specific steps on how to successfully run a model would be greatly appreciated.

Thank you for your time and assistance.

Best regards,

YoonSeo KIM

Hi, we have provided the evaluation document to help the user run our model and reproduce the evaluation performance following LLaVA. For example, the specific steps to run this model are presented in https://github.com/TempleX98/MoVA/blob/main/mova/eval/model_vqa_loader.py. BTW, can you show me the errors?