mirror of
https://github.com/open-compass/opencompass.git
synced 2025-05-30 16:03:24 +08:00
del extract_model param in livemathbench config
This commit is contained in:
parent
66b1c6c64c
commit
32a8d81b1d
@ -38,10 +38,7 @@ livemathbench_dataset = dict(
|
||||
evaluator=dict(
|
||||
type=LiveMathBenchEvaluator,
|
||||
model_name='',
|
||||
url=[],
|
||||
use_extract_model=False,
|
||||
extract_url=[],
|
||||
extract_model_name=''
|
||||
url=[]
|
||||
)
|
||||
)
|
||||
)
|
||||
|
@ -38,10 +38,7 @@ livemathbench_dataset = dict(
|
||||
evaluator=dict(
|
||||
type=LiveMathBenchEvaluator,
|
||||
model_name='',
|
||||
url=[],
|
||||
use_extract_model=False,
|
||||
extract_url=[],
|
||||
extract_model_name=''
|
||||
url=[]
|
||||
)
|
||||
)
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user