"...git@developer.sourcefind.cn:OpenDAS/opencompass.git" did not exist on "b39f501563ab14bf81fc3c3bd76bd4de92680344"
Unverified Commit fd7fc9ba authored by echo840's avatar echo840 Committed by GitHub
Browse files

Update README.md

parent 3d3a46ae
...@@ -183,7 +183,7 @@ pred = model.generate( ...@@ -183,7 +183,7 @@ pred = model.generate(
attention_mask=attention_mask.cuda(), attention_mask=attention_mask.cuda(),
do_sample=False, do_sample=False,
num_beams=1, num_beams=1,
max_new_tokens=10, max_new_tokens=512,
min_new_tokens=1, min_new_tokens=1,
length_penalty=1, length_penalty=1,
num_return_sequences=1, num_return_sequences=1,
......
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