This commit is contained in:
huihui 2025-05-09 03:59:06 +00:00
parent 37155ebe5b
commit 89752ce5bd

View File

@ -95,7 +95,8 @@ from .math_intern import * # noqa: F401, F403
from .mathbench import * # noqa: F401, F403
from .mbpp import * # noqa: F401, F403
from .medbench import * # noqa: F401, F403
from .MedCalc_Bench import *
from .MedCalc_Bench import MedCalc_BenchDataset # noqa: F401
from .MedCalc_Bench import MedCalcOfficial_Evaluator # noqa: F401
from .MedXpertQA import * # noqa: F401, F403
from .mgsm import * # noqa: F401, F403
from .mmlu import * # noqa: F401, F403