[Fix] Fix pmmeval_gen config (#1719)

* Update with PMMEval

* Update

* Update __init__.py

* Fix Bugs

* Delete .pre-commit-config.yaml

* Pull merge

* Fix pmmeval_gen config

---------

Co-authored-by: wanyu <wanyu2018umac@gmail.com>
Co-authored-by: wanyu2018umac <42405907+wanyu2018umac@users.noreply.github.com>
This commit is contained in:
liushz 2024-11-28 11:53:36 +08:00 committed by GitHub
parent 90efcf2216
commit 06ab27861e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@ from mmengine.config import read_base
with read_base():
from .flores_gen_2697d7 import PMMEval_flores_datasets
from .humanevalxl_gen_4dfef4 import PMMEval_HumanEvalXL_datasets
from .humanevalxl_gen_bdec92 import PMMEval_HumanEvalXL_datasets
from .mgsm_gen_679720 import PMMEval_MGSM_datasets
from .mhellaswag_gen_1a6b73 import PMMEval_MHellaswag_datasets
from .mifeval_gen_79f8fb import PMMEval_MIFEval_datasets