cleaned_rebased

This commit is contained in:
yufeng zhao 2025-03-17 09:13:00 +00:00
parent a04ef82977
commit cd2678dddf
2 changed files with 0 additions and 7 deletions

View File

@ -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

View File

@ -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