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

* add CMMLU * debug cmmlu * add slurm args `qos` * fix format: space before comment * remove unused variable * change the location of `answer is` --------- Co-authored-by: 李浩楠 <lihaonan@lihaonandeMacBook-Air.local> Co-authored-by: 李浩楠 <haonan.li> Co-authored-by: Leymore <zfz-960727@163.com>
5 lines
126 B
Python
5 lines
126 B
Python
from mmengine.config import read_base
|
|
|
|
with read_base():
|
|
from .cmmlu_gen_ffe7c0 import cmmlu_datasets # noqa: F401, F403
|