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(
attention_mask=attention_mask.cuda(),
do_sample=False,
num_beams=1,
max_new_tokens=10,
max_new_tokens=512,
min_new_tokens=1,
length_penalty=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