"awq/git@developer.sourcefind.cn:OpenDAS/autoawq.git" did not exist on "dc13f0b8c9621573d051280879cf1f07c8e35957"
Unverified Commit c8cb38e8 authored by Songyang Zhang's avatar Songyang Zhang Committed by GitHub
Browse files

[Feature] Update mathbench (#580)

* update xunfei api

* fix lint

* update mathbench to avoid incomplete prediction
parent 01a0f2f3
from mmengine.config import read_base
with read_base():
from .mathbench_gen_51000f import mathbench_datasets # noqa: F401, F403
from .mathbench_gen_10da90 import mathbench_datasets # noqa: F401, F403
......@@ -89,7 +89,7 @@ for _split in list(mathbench_sets.keys()):
ice_token="</E>",
),
retriever=dict(type=ZeroRetriever),
inferencer=dict(type=GenInferencer),
inferencer=dict(type=GenInferencer, max_out_len=512,),
)
mathbench_eval_cfg = dict(
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment