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

* rm folder * modify format according to reviewer * modify format according to reviewer * modify format according to reviewer * add some files requirement * fix some bug * fix bug * change load type * Update MMMLU Dataset * Update MMMLU Dataset * Add MMMLU-Lite Dataset * update MMMMLU datast * update MMMMLU datast * update MMMMLU datast --------- Co-authored-by: BobTsang <BobTsang1995@gmail.com> Co-authored-by: liushz <qq1791167085@163.com>
4 lines
135 B
Python
4 lines
135 B
Python
from mmengine.config import read_base
|
|
|
|
with read_base():
|
|
from .mmmlu_lite_gen_c51a84 import mmmlu_lite_datasets # noqa: F401, F403 |