diff --git a/dataset-index.yml b/dataset-index.yml index ed30c49f..e998f65f 100644 --- a/dataset-index.yml +++ b/dataset-index.yml @@ -239,11 +239,6 @@ category: Reasoning paper: https://arxiv.org/abs/2502.19187 configpath: opencompass/configs/datasets/bbeh -- bbeh: - name: BIG-Bench Extra Hard - category: Reasoning - paper: https://arxiv.org/abs/2502.19187 - configpath: opencompass/configs/datasets/bbeh - BoolQ: name: SuperGLUE / BoolQ category: Knowledge diff --git a/opencompass/datasets/__init__.py b/opencompass/datasets/__init__.py index 76ae3af6..6d135f61 100644 --- a/opencompass/datasets/__init__.py +++ b/opencompass/datasets/__init__.py @@ -11,8 +11,6 @@ from .ax import * # noqa: F401, F403 from .babilong import * # noqa: F401, F403 from .bbeh import * # noqa: F401, F403 from .bbh import * # noqa: F401, F403 -from .bbeh import * # noqa: F401, F403 -from .bbh import * # noqa: F401, F403 from .bigcodebench import * # noqa: F401, F403 from .boolq import * # noqa: F401, F403 from .bustum import * # noqa: F401, F403