Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ def Tulu(user_input):
|
|
9 |
result = client.predict(
|
10 |
user_input,
|
11 |
system_prompt,
|
12 |
-
|
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
|