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

* [Feat] Support multi-modal evaluation on MME benchmark. * [Fix] Remove debug code. * [Fix] Remove redundant codes and add type hints. * [Fix] Rename in config. * [Fix] Rebase main. * [Fix] Fix isort and yapf conflict.
6 lines
168 B
Python
6 lines
168 B
Python
from .mmbench import MMBenchDataset
|
|
from .mme import MMEDataset
|
|
from .seedbench import SEEDBenchDataset
|
|
|
|
__all__ = ['MMBenchDataset', 'SEEDBenchDataset', 'MMEDataset']
|