mirror of
https://github.com/open-compass/opencompass.git
synced 2025-05-30 16:03:24 +08:00
9 lines
342 B
Python
9 lines
342 B
Python
![]() |
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
|