OpenCompass/configs/datasets/collections/example.py
Tong Gao 16e759b996
Align prompt files with their hash (#1)
* fix bbh

* fix bbh

* rename
2023-07-05 18:28:58 +08:00

8 lines
238 B
Python

from mmengine.config import read_base
with read_base():
from ..piqa.piqa_gen_1194eb import piqa_datasets
from ..nq.nq_gen_68c1c6 import nq_datasets
datasets = sum((v for k, v in locals().items() if k.endswith('_datasets')), [])