Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -47,9 +47,9 @@ def chat(x):
|
|
| 47 |
result = gradio_client.predict(
|
| 48 |
x,# str representing input in 'User input' Textbox component
|
| 49 |
0.92, # float, representing input in 'Top-p (nucleus sampling)' Slider component
|
| 50 |
-
|
| 51 |
-
0.
|
| 52 |
-
|
| 53 |
1.08, # float, representing input in 'repetition_penalty' Slider component
|
| 54 |
fn_index=0
|
| 55 |
)
|
|
|
|
| 47 |
result = gradio_client.predict(
|
| 48 |
x,# str representing input in 'User input' Textbox component
|
| 49 |
0.92, # float, representing input in 'Top-p (nucleus sampling)' Slider component
|
| 50 |
+
40, # int, representing input in 'Top-k (nucleus sampling)' Slider component
|
| 51 |
+
0.85, # float, representing input in 'Temperature' Slider component
|
| 52 |
+
20, # int, representing input in 'Max New Tokens' Slider component
|
| 53 |
1.08, # float, representing input in 'repetition_penalty' Slider component
|
| 54 |
fn_index=0
|
| 55 |
)
|