OpenCompass/opencompass/configs/datasets/cmo_fib/cmo_fib_gen.py
Junnan Liu 645c5f3b2c
[Datasets] Add datasets CMO&AIME (#1610)
* add datasets cmo&aime

* delete unused modules

* modify prompt

* update __init__

* update data load and add README

* update data load

* update performance

* update md5

* remove indents

* add indent

* fix log for debug mode
2024-10-28 18:08:02 +08:00

4 lines
129 B
Python

from mmengine.config import read_base
with read_base():
from .cmo_fib_gen_ace24b import cmo_fib_datasets # noqa: F401, F403