mirror of
https://github.com/open-compass/opencompass.git
synced 2025-05-30 16:03:24 +08:00

* [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
5 lines
118 B
Python
5 lines
118 B
Python
from mmengine.config import read_base
|
|
|
|
with read_base():
|
|
from .reasonbench_gen_d15233 import reasonbench_datasets
|