mirror of
https://github.com/open-compass/opencompass.git
synced 2025-05-30 16:03:24 +08:00
9 lines
212 B
Python
9 lines
212 B
Python
![]() |
from mmengine import read_base
|
||
|
|
||
|
with read_base():
|
||
|
from ..cmmlu.cmmlu_gen_c13365 import cmmlu_datasets
|
||
|
|
||
|
for d in cmmlu_datasets:
|
||
|
d['abbr'] = 'demo_' + d['abbr']
|
||
|
d['reader_cfg']['test_range'] = '[0:4]'
|