OpenCompass/opencompass/datasets/infinitebench/__init__.py
philipwangOvO 34561ececb
[Feature] Add InfiniteBench (#739)
* add InfiniteBench

* add InfiniteBench

---------

Co-authored-by: wangchonghua <wangchonghua@pjlab.org.cn>
2023-12-26 15:36:27 +08:00

14 lines
734 B
Python

from .infinitebench_codedebug import * # noqa: F401, F403
from .infinitebench_coderun import * # noqa: F401, F403
from .infinitebench_endia import * # noqa: F401, F403
from .infinitebench_enmc import * # noqa: F401, F403
from .infinitebench_enqa import * # noqa: F401, F403
from .infinitebench_ensum import * # noqa: F401, F403
from .infinitebench_mathcalc import * # noqa: F401, F403
from .infinitebench_mathfind import * # noqa: F401, F403
from .infinitebench_retrievekv import * # noqa: F401, F403
from .infinitebench_retrievenumber import * # noqa: F401, F403
from .infinitebench_retrievepasskey import * # noqa: F401, F403
from .infinitebench_zhqa import * # noqa: F401, F403
from .utils import * # noqa: F401, F403