OpenCompass/configs/datasets/cmmlu/cmmlu_gen.py
Haonan Li e9cdb24ddd
[Feature] Add CMMLU dataset (#91)
* 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>
2023-07-25 10:14:27 +08:00

5 lines
126 B
Python

from mmengine.config import read_base
with read_base():
from .cmmlu_gen_ffe7c0 import cmmlu_datasets # noqa: F401, F403