From 5e5cbccf889f96d447b3cda9c1b07800cd6661c3 Mon Sep 17 00:00:00 2001 From: UnicomAI Date: Fri, 26 Apr 2024 15:38:22 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3127fb2..09e2cf0 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ outputs = pipeline( do_sample=True, temperature=0.6, top_p=1, - repetition_penalty=1.1 + repetition_penalty=1.15 ) print(outputs[0]["generated_text"][len(prompt):]) ```