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

* support medmcqa and medbullets benchmark * Add Medbullets data folder for benchmark support * revise gen name * revise config file & remove csv file & add dataset info to dataset-index.yml * remove csv file * remove print in medbullets.py * revise class name * update_oss_info --------- Co-authored-by: MaiziXiao <xxllcc1993@gmail.com>
4 lines
129 B
Python
4 lines
129 B
Python
from mmengine.config import read_base
|
|
|
|
with read_base():
|
|
from .medmcqa_gen_60c8f5 import medmcqa_datasets # noqa: F401, F403 |