Tonic commited on
Commit
e828597
·
1 Parent(s): 32954c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ def predict(user_input):
11
  user_input,
12
  system_prompt,
13
  1269, # Max new tokens
14
- 1.3, # Temperature
15
  0.9, # Top-p (nucleus sampling)
16
  1.9, # Repetition penalty
17
  False,
 
11
  user_input,
12
  system_prompt,
13
  1269, # Max new tokens
14
+ 0.4, # Temperature
15
  0.9, # Top-p (nucleus sampling)
16
  1.9, # Repetition penalty
17
  False,