Tonic commited on
Commit
90794e8
·
1 Parent(s): caffa9a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ def Tulu(user_input):
9
  result = client.predict(
10
  user_input,
11
  system_prompt,
12
- 420, # Max new tokens
13
  0.4, # Temperature
14
  0.90, # Top-p (nucleus sampling)
15
  0.90, # Repetition penalty
 
9
  result = client.predict(
10
  user_input,
11
  system_prompt,
12
+ 269, # Max new tokens
13
  0.4, # Temperature
14
  0.90, # Top-p (nucleus sampling)
15
  0.90, # Repetition penalty