From cdba568c9c5a000434bcfd6a076b82d65e3dda3e Mon Sep 17 00:00:00 2001 From: ctarnold Date: Fri, 22 Mar 2024 17:04:04 -0400 Subject: [PATCH] hallucination. run again with default temp --- mistralPromptingZeroShot.py | 1 - 1 file changed, 1 deletion(-) diff --git a/mistralPromptingZeroShot.py b/mistralPromptingZeroShot.py index fd48d56..c8db774 100644 --- a/mistralPromptingZeroShot.py +++ b/mistralPromptingZeroShot.py @@ -20,7 +20,6 @@ generated_ids = model.generate(**model_inputs, max_new_tokens=512, - temperature = 0.7, do_sample=True)