OpenCompass/opencompass/configs/datasets/medmcqa/medmcqa_gen.py
Wei Li b84518c656
[Dataset] Support MedMCQA and MedBullets benchmark (#2054)
* 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>
2025-05-13 17:10:50 +08:00

4 lines
129 B
Python

from mmengine.config import read_base
with read_base():
from .medmcqa_gen_60c8f5 import medmcqa_datasets # noqa: F401, F403