OpenCompass/opencompass/datasets/infinitebench/__init__.py

14 lines
734 B
Python
Raw Normal View History

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