open-compass / VLMEvalKit

Open-source evaluation toolkit of large vision-language models (LVLMs), support ~100 VLMs, 40+ benchmarks
https://huggingface.co/spaces/opencompass/open_vlm_leaderboard
Apache License 2.0
1.08k stars 154 forks source link

[Model] Add Support for OmChat Model #394

Closed mary-0830 closed 1 month ago

mary-0830 commented 1 month ago

This pull request introduces support for the OmChat model.

If you have any questions, please let me know in time!

kennymckormick commented 1 month ago

@mary-0830 Please refine the PR according to the comments. BTW, please run pre-commit before committing the code (more instructions in the Development doc: https://github.com/open-compass/VLMEvalKit/blob/main/docs/en/advanced_guides/Development.md).

mary-0830 commented 1 month ago

@mary-0830 Please refine the PR according to the comments. BTW, please run pre-commit before committing the code (more instructions in the Development doc: https://github.com/open-compass/VLMEvalKit/blob/main/docs/en/advanced_guides/Development.md).

I modified the code as required and checked it. Please confirm again, thank you!

kennymckormick commented 1 month ago

@mary-0830 Please refine the PR according to the comments. BTW, please run pre-commit before committing the code (more instructions in the Development doc: https://github.com/open-compass/VLMEvalKit/blob/main/docs/en/advanced_guides/Development.md).

Thanks for the prompt reply.