"git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "353b8f1e7a7361c0afd9e391381bc226b4a5ca8f"
Commit d18d47be authored by Lysandre's avatar Lysandre
Browse files

run_generation style

parent ff6f1492
......@@ -221,7 +221,7 @@ def main():
top_k=args.k,
top_p=args.p,
repetition_penalty=args.repetition_penalty,
do_sample=True
do_sample=True,
)
# Batch size == 1. to add more examples please use 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