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

* [doc] quick start swap tabs * update docs * update * update * update * update * update * update * update
9 lines
212 B
Python
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]'
|