Add PubMedQA & ScienceQA & ClinicBench

This commit is contained in:
xuxuxuxuxuxjh 2025-05-07 13:38:15 +08:00
parent 4c90cf9d79
commit 442c829e0f
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
from mmengine.config import read_base
with read_base():
from .ClinicBench_llmjudge_gen_12b8bc import ClinicBench_datasets
from .ClinicBench_llmjudge_gen_d09668 import ClinicBench_datasets

View File

@ -1,4 +1,4 @@
from mmengine.config import read_base
with read_base():
from .PubMedQA_llmjudge_gen_12b8bc import PubMedQA_datasets
from .PubMedQA_llmjudge_gen_f00302 import PubMedQA_datasets

View File

@ -1,4 +1,4 @@
from mmengine.config import read_base
with read_base():
from .ScienceQA_llmjudge_gen_12b8bc import ScienceQA_datasets
from .ScienceQA_llmjudge_gen_f00302 import ScienceQA_datasets