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

* Update with PMMEval * Update * Update __init__.py * Fix Bugs * Delete .pre-commit-config.yaml * Pull merge --------- Co-authored-by: liushz <qq1791167085@163.com>
9 lines
342 B
Python
Executable File
9 lines
342 B
Python
Executable File
from .flores import * # noqa: F401, F403
|
|
from .humanevalxl import * # noqa: F401, F403
|
|
from .mgsm import * # noqa: F401, F403
|
|
from .mhellaswag import * # noqa: F401, F403
|
|
from .mifeval import * # noqa: F401, F403
|
|
from .mlogiqa import * # noqa: F401, F403
|
|
from .mmmlu import * # noqa: F401, F403
|
|
from .xnli import * # noqa: F401, F403
|