OpenCompass/opencompass/configs/datasets/math/math_prm800k_500_gen.py

4 lines
138 B
Python
Raw Normal View History

2025-03-24 18:15:34 +08:00
from mmengine.config import read_base
2024-11-21 21:29:43 +08:00
2025-03-24 18:15:34 +08:00
with read_base():
from .math_prm800k_500_0shot_cot_gen import math_datasets # noqa: F401, F403