Unverified Commit dcc32ed8 authored by Mo Li's avatar Mo Li Committed by GitHub
Browse files

[Fix] Update yi 200k config (#815)

parent 61fe873c
from opencompass.models import HuggingFace from opencompass.models import HuggingFace
_meta_template = dict(
round=[
dict(role="HUMAN", end='\n\n'),
dict(role="BOT", begin="### Response:", end='</s>', generate=True),
],
)
models = [ models = [
dict( dict(
type=HuggingFace, type=HuggingFace,
...@@ -23,11 +16,9 @@ models = [ ...@@ -23,11 +16,9 @@ models = [
truncation_side='left', truncation_side='left',
trust_remote_code=True, trust_remote_code=True,
), ),
meta_template=_meta_template,
max_out_len=100, max_out_len=100,
max_seq_len=2048, max_seq_len=2048,
batch_size=8, batch_size=8,
run_cfg=dict(num_gpus=1, num_procs=1), run_cfg=dict(num_gpus=1, num_procs=1),
end_str='</s>',
) )
] ]
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