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

* support seedbench * update docstrings * update * update * update * update according to review * rebase * fix lint * update
5 lines
126 B
Python
5 lines
126 B
Python
from .mmbench import MMBenchDataset
|
|
from .seedbench import SEEDBenchDataset
|
|
|
|
__all__ = ['MMBenchDataset', 'SEEDBenchDataset']
|