OpenCompass/configs/datasets/demo/demo_math_chat_gen.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

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]'