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
8 lines
228 B
Python
8 lines
228 B
Python
from mmengine import read_base
|
|
|
|
with read_base():
|
|
from ..math.math_0shot_gen_393424 import math_datasets
|
|
|
|
math_datasets[0]['abbr'] = 'demo_' + math_datasets[0]['abbr']
|
|
math_datasets[0]['reader_cfg']['test_range'] = '[0:64]'
|