mirror of
https://github.com/open-compass/opencompass.git
synced 2025-05-30 16:03:24 +08:00
[Feature] Update mathbench (#580)
* update xunfei api * fix lint * update mathbench to avoid incomplete prediction
This commit is contained in:
parent
01a0f2f3c7
commit
c8cb38e822
@ -1,4 +1,4 @@
|
||||
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(
|
Loading…
Reference in New Issue
Block a user