Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -53,7 +53,7 @@ def chat(x):
|
|
53 |
0.91, # float, representing input in 'Top-p (nucleus sampling)' Slider component
|
54 |
40, # int, representing input in 'Top-k (nucleus sampling)' Slider component
|
55 |
0.65, # float, representing input in 'Temperature' Slider component
|
56 |
-
|
57 |
1.2, # float, representing input in 'repetition_penalty' Slider component
|
58 |
fn_index=0
|
59 |
)
|
|
|
53 |
0.91, # float, representing input in 'Top-p (nucleus sampling)' Slider component
|
54 |
40, # int, representing input in 'Top-k (nucleus sampling)' Slider component
|
55 |
0.65, # float, representing input in 'Temperature' Slider component
|
56 |
+
20, # int, representing input in 'Max New Tokens' Slider component
|
57 |
1.2, # float, representing input in 'repetition_penalty' Slider component
|
58 |
fn_index=0
|
59 |
)
|