mirror of
https://github.com/open-compass/opencompass.git
synced 2025-05-30 16:03:24 +08:00
[Fix] Fix ChineseSimpleQA max_out_len (#1757)
* add chinese simpleqa config * add chinese simpleqa config * add chinese simpleqa config * add chinese simpleqa config * Update CsimpleQA * Update CsimpleQA * Update CsimpleQA * Update CsimpleQA * Update CsimpleQA * Update CsimpleQA * pdate Csimpleqa * pdate Csimpleqa * Update Csimpleqa --------- Co-authored-by: 明念 <heyancheng.hyc@taobao.com>
This commit is contained in:
parent
bd7b705be4
commit
c4ce0174fe
@ -17,7 +17,7 @@ subjective_infer_cfg = dict(
|
|||||||
]),
|
]),
|
||||||
),
|
),
|
||||||
retriever=dict(type=ZeroRetriever),
|
retriever=dict(type=ZeroRetriever),
|
||||||
inferencer=dict(type=GenInferencer, max_out_len=200),
|
inferencer=dict(type=GenInferencer, max_out_len=2048),
|
||||||
)
|
)
|
||||||
|
|
||||||
subjective_eval_cfg = dict(
|
subjective_eval_cfg = dict(
|
||||||
@ -29,6 +29,7 @@ subjective_eval_cfg = dict(
|
|||||||
begin=[
|
begin=[
|
||||||
dict(
|
dict(
|
||||||
role='SYSTEM',
|
role='SYSTEM',
|
||||||
|
fallback_role='HUMAN',
|
||||||
prompt='{system_prompt}')
|
prompt='{system_prompt}')
|
||||||
],
|
],
|
||||||
round=[
|
round=[
|
||||||
|
Loading…
Reference in New Issue
Block a user