dataset-opencompass/opencompass/multimodal/datasets/__init__.py

7 lines
238 B
Python
Raw Normal View History

2025-07-18 07:25:44 +00:00
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']