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

* support omni-math * update config * upload README * Delete opencompass/configs/datasets/omni_math/__init__.py * update greedy config & README of LiveMathBench * update intro for max_out_len * rename livemathbench greedy confi * delete greedy config --------- Co-authored-by: liushz <qq1791167085@163.com>
4 lines
148 B
Python
4 lines
148 B
Python
from mmengine.config import read_base
|
|
|
|
with read_base():
|
|
from .livemathbench_greedy_gen_efb20d import livemathbench_datasets # noqa: F401, F403 |