OpenCompass/configs/datasets/humaneval_plus/humaneval_plus_gen.py
Jingming 76a95e9e81
[Feature] Support the use of humaneval_plus. (#720)
* [Feature] Support the use of humaneval_plus.

* [Feature] Add humaneval_plus_gen.py

* minor check

* [Fix] Fix bug

---------

Co-authored-by: yingfhu <yingfhu@gmail.com>
2023-12-20 17:25:17 +08:00

5 lines
139 B
Python

from mmengine.config import read_base
with read_base():
from .humaneval_plus_gen_8e312c import humaneval_datasets # noqa: F401, F403