Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -49,7 +49,7 @@ def chat(x):
|
|
49 |
0.91, # float, representing input in 'Top-p (nucleus sampling)' Slider component
|
50 |
50, # int, representing input in 'Top-k (nucleus sampling)' Slider component
|
51 |
0.7, # float, representing input in 'Temperature' Slider component
|
52 |
-
|
53 |
1.1, # float, representing input in 'repetition_penalty' Slider component
|
54 |
fn_index=0
|
55 |
)
|
|
|
49 |
0.91, # float, representing input in 'Top-p (nucleus sampling)' Slider component
|
50 |
50, # int, representing input in 'Top-k (nucleus sampling)' Slider component
|
51 |
0.7, # float, representing input in 'Temperature' Slider component
|
52 |
+
18, # int, representing input in 'Max New Tokens' Slider component
|
53 |
1.1, # float, representing input in 'repetition_penalty' Slider component
|
54 |
fn_index=0
|
55 |
)
|