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

* fix pip version * fix pip version * update (#1522) Co-authored-by: zhulin1 <zhulin1@pjlab.org.cn> * [Feature] Update Models (#1518) * Update Models * Update * Update humanevalx * Update * Update * [Feature] Dataset prompts update for ARC, BoolQ, Race (#1527) add judgerbench and reorg sub add judgerbench and reorg subeval add judgerbench and reorg subeval * add judgerbench and reorg subeval * add judgerbench and reorg subeval * add judgerbench and reorg subeval * add judgerbench and reorg subeval --------- Co-authored-by: zhulinJulia24 <145004780+zhulinJulia24@users.noreply.github.com> Co-authored-by: zhulin1 <zhulin1@pjlab.org.cn> Co-authored-by: Songyang Zhang <tonysy@users.noreply.github.com> Co-authored-by: Linchen Xiao <xxllcc1993@gmail.com>
17 lines
534 B
Python
17 lines
534 B
Python
from .abbr import * # noqa
|
|
from .auxiliary import * # noqa
|
|
from .build import * # noqa
|
|
from .collect_env import * # noqa
|
|
from .datasets import * # noqa
|
|
from .dependency import * # noqa
|
|
from .dict_postprocessors import * # noqa
|
|
from .file import * # noqa
|
|
from .fileio import * # noqa
|
|
from .lark import * # noqa
|
|
from .logging import * # noqa
|
|
from .menu import * # noqa
|
|
from .model_postprocessors import * # noqa
|
|
from .postprocessors import * # noqa
|
|
from .prompt import * # noqa
|
|
from .text_postprocessors import * # noqa
|