dataset-opencompass/opencompass/multimodal/datasets/__init__.py
2025-07-18 07:25:44 +00:00

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']