GrantC commited on
Commit
e39ff5d
·
1 Parent(s): f314691

Reduced the temperature

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ def get_results(prompt):
12
  {
13
  "top_p": 0.9,
14
  "typical_p":0.2,
15
- "temperature": 1.1,
16
  "max_new_tokens": 250,
17
  "return_full_text": True
18
  }, "options":
 
12
  {
13
  "top_p": 0.9,
14
  "typical_p":0.2,
15
+ "temperature": 0.8,
16
  "max_new_tokens": 250,
17
  "return_full_text": True
18
  }, "options":