del extract_model param in livemathbench config

This commit is contained in:
jnanliu 2025-02-26 06:39:12 +00:00
parent 66b1c6c64c
commit 32a8d81b1d
2 changed files with 2 additions and 8 deletions

View File

@ -38,10 +38,7 @@ livemathbench_dataset = dict(
evaluator=dict(
type=LiveMathBenchEvaluator,
model_name='',
url=[],
use_extract_model=False,
extract_url=[],
extract_model_name=''
url=[]
)
)
)

View File

@ -38,10 +38,7 @@ livemathbench_dataset = dict(
evaluator=dict(
type=LiveMathBenchEvaluator,
model_name='',
url=[],
use_extract_model=False,
extract_url=[],
extract_model_name=''
url=[]
)
)
)