Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -46,7 +46,7 @@ def chat(x):
|
|
46 |
x,# str representing input in 'User input' Textbox component
|
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.
|
50 |
20, # int, representing input in 'Max New Tokens' Slider component
|
51 |
1.1, # float, representing input in 'repetition_penalty' Slider component
|
52 |
fn_index=0
|
|
|
46 |
x,# str representing input in 'User input' Textbox component
|
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 |
20, # int, representing input in 'Max New Tokens' Slider component
|
51 |
1.1, # float, representing input in 'repetition_penalty' Slider component
|
52 |
fn_index=0
|