Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -42,7 +42,7 @@ def generate(
|
|
| 42 |
input=None,
|
| 43 |
temperature=0.1,
|
| 44 |
top_p=0.75,
|
| 45 |
-
top_k=40
|
| 46 |
result = ""
|
| 47 |
if input:
|
| 48 |
instruction = ins_inp.format(instruction, input)
|
|
|
|
| 42 |
input=None,
|
| 43 |
temperature=0.1,
|
| 44 |
top_p=0.75,
|
| 45 |
+
top_k=40):
|
| 46 |
result = ""
|
| 47 |
if input:
|
| 48 |
instruction = ins_inp.format(instruction, input)
|