From 1fb35e80d9098ea8852e3aba095f047aff03554a Mon Sep 17 00:00:00 2001 From: gaotongxiao Date: Fri, 22 Sep 2023 18:45:54 +0800 Subject: [PATCH] fix --- opencompass/datasets/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opencompass/datasets/__init__.py b/opencompass/datasets/__init__.py index 23cdf646d..568f3e2e0 100644 --- a/opencompass/datasets/__init__.py +++ b/opencompass/datasets/__init__.py @@ -35,7 +35,7 @@ from .humanevalx import * # noqa: F401, F403 from .iwslt2017 import * # noqa: F401, F403 from .jigsawmultilingual import * # noqa: F401, F403 -from .kaoshi import * # noqa: F401, F403 +from .kaoshi import KaoshiDataset, KaoshiEvaluator # noqa: F401, F403 from .lambada import * # noqa: F401, F403 from .lcsts import * # noqa: F401, F403 from .LEval_coursera import * # noqa: F401, F403