OpenCompass/opencompass/datasets/reasonbench/__init__.py
Skyfall-xzz b35d991786
[Feature] Add ReasonBench(Internal) dataset (#577)
* [Feature] Add reasonbench dataset

* add configs for supporting generative inference & merge datasets in the same category

* modify config filename to prompt version

* fix codes to meet pre-commit requirements

* lint the code to meet pre-commit requirements

* Align Load_data Sourcecode Briefly

* fix bugs

* reduce code redundancy
2023-12-20 17:57:42 +08:00

2 lines
54 B
Python

from .ReasonBenchDataset import * # noqa: F401, F403