OpenCompass/opencompass/configs/datasets/matbench/matbench_gen.py

6 lines
221 B
Python
Raw Normal View History

from mmengine.config import read_base
with read_base():
2025-05-22 20:28:10 +08:00
# from .matbench_gen_testing_updated import matbench_datasets # noqa: F401, F403
from .matbench_gen_llm_judge import matbench_datasets # noqa: F401, F403