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