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

* add support for matbench * fix dataset path * fix data load * fix * fix lint --------- Co-authored-by: Jucheng Hu <jucheng.hu.20@ucl.ac.uk> Co-authored-by: Myhs-phz <demarcia2014@126.com>
5 lines
132 B
Python
5 lines
132 B
Python
from mmengine.config import read_base
|
|
|
|
with read_base():
|
|
from .matbench_gen_f71840 import matbench_datasets # noqa: F401, F403
|