mirror of
https://github.com/open-compass/opencompass.git
synced 2025-05-30 16:03:24 +08:00

* refine gitignore * [Feature]: Add minigpt-4 * [Feature]: Add mm local runner * [Feature]: Add instructblip * add otter and llama-adapter * add owl * add llama2-adapter and owl * lint * [Feature]: Add minigpt-4 * [Feature]: Add instructblip * add otter and llama-adapter * add owl * add llama2-adapter and owl * lint * lint * update * lint * lint * add __init__.py * update * update * update --------- Co-authored-by: liuyuan <3463423099@qq.com>
7 lines
238 B
Python
7 lines
238 B
Python
from .mmbench import MMBenchDataset # noqa: F401, F403
|
|
from .mme import MMEDataset # noqa: F401, F403
|
|
from .seedbench import SEEDBenchDataset # noqa: F401, F403
|
|
|
|
__all__ = ['MMBenchDataset'
|
|
'SEEDBenchDataset', 'MMEDataset']
|