From 58df9f9ac64ed4a7a6d9f3740f552a9bc873a097 Mon Sep 17 00:00:00 2001 From: UnicomAI Date: Fri, 26 Apr 2024 12:58:23 +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 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