diff --git a/README.md b/README.md index d900cc1..bc0baa4 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ outputs = pipeline( prompt, max_new_tokens=2048, eos_token_id=terminators, - do_sample=False, + do_sample=True, temperature=0.6, top_p=1, repetition_penalty=1.1