Skip to content

Commit

Permalink
hallucination. run again with default temp
Browse files Browse the repository at this point in the history
  • Loading branch information
ctarnold committed Mar 22, 2024
1 parent ccb4975 commit cdba568
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mistralPromptingZeroShot.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

generated_ids = model.generate(**model_inputs,
max_new_tokens=512,
temperature = 0.7,
do_sample=True)


Expand Down

0 comments on commit cdba568

Please sign in to comment.