mirror of
https://github.com/open-compass/opencompass.git
synced 2025-05-30 16:03:24 +08:00
fix multiround (#1146)
This commit is contained in:
parent
833a35140b
commit
5432dfc1ff
@ -30,7 +30,7 @@ for _name in subjective_all_sets:
|
|||||||
subjective_eval_cfg = dict(
|
subjective_eval_cfg = dict(
|
||||||
evaluator=dict(
|
evaluator=dict(
|
||||||
type=LMEvaluator,
|
type=LMEvaluator,
|
||||||
wrap_all_predictions=True,
|
pack_all_predictions=True,
|
||||||
prompt_template=dict(
|
prompt_template=dict(
|
||||||
type=PromptTemplate,
|
type=PromptTemplate,
|
||||||
template=dict(round=[
|
template=dict(round=[
|
||||||
|
Loading…
Reference in New Issue
Block a user