Unverified Commit 5432dfc1 authored by bittersweet1999's avatar bittersweet1999 Committed by GitHub
Browse files

fix multiround (#1146)

parent 833a3514
...@@ -30,7 +30,7 @@ for _name in subjective_all_sets: ...@@ -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=[
......
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