OpenCompass/configs/datasets/MathBench/mathbench_gen.py
liushz 2737249f31
[Feature] Add mathbench dataset and circular evaluator (#408)
* add_mathbench

* update mathbench

* support non circular eval dataset

---------

Co-authored-by: liuhongwei <liuhongwei@pjlab.org.cn>
Co-authored-by: yingfhu <yingfhu@gmail.com>
2023-10-18 04:08:31 -05:00

5 lines
134 B
Python

from mmengine.config import read_base
with read_base():
from .mathbench_gen_86de1c import mathbench_datasets # noqa: F401, F403