OpenCompass/configs/datasets/demo/demo_cmmlu_base_ppl.py
Fengzhe Zhou 1d3a26c732
[Doc] quick start swap tabs (#1263)
* [doc] quick start swap tabs

* update docs

* update

* update

* update

* update

* update

* update

* update
2024-07-05 23:51:42 +08:00

9 lines
212 B
Python

from mmengine import read_base
with read_base():
from ..cmmlu.cmmlu_ppl_041cbf import cmmlu_datasets
for d in cmmlu_datasets:
d['abbr'] = 'demo_' + d['abbr']
d['reader_cfg']['test_range'] = '[0:4]'