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

* [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>
5 lines
139 B
Python
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
|