open-compass / VLMEvalKit

Open-source evaluation toolkit of large vision-language models (LVLMs), support 160+ VLMs, 50+ benchmarks
https://huggingface.co/spaces/opencompass/open_vlm_leaderboard
Apache License 2.0
1.34k stars 188 forks source link

support MiniMonkey model #457

Closed white2018 closed 2 months ago

white2018 commented 2 months ago

This pr intends to enhance the functionality of VLMEvalKit by supporting MiniMonkey model in Monkey series, which is not covered in latest version. Three files are involved, including vlmeval/config.py, vlmeval/vlm/init.py and vlmeval/vlm/minimonkey.py.