Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -70,8 +70,8 @@ def generate_response(history: list):
|
|
| 70 |
prompt,
|
| 71 |
max_tokens=2048,
|
| 72 |
temperature=0.6,
|
| 73 |
-
top_p=0.
|
| 74 |
-
repeat_penalty=1.
|
| 75 |
#presence_penalty=0.6,
|
| 76 |
stop=["<|im_end|>", "<|im_start|>", "</s>"],
|
| 77 |
echo=False,
|
|
|
|
| 70 |
prompt,
|
| 71 |
max_tokens=2048,
|
| 72 |
temperature=0.6,
|
| 73 |
+
top_p=0.9,
|
| 74 |
+
repeat_penalty=1.00,
|
| 75 |
#presence_penalty=0.6,
|
| 76 |
stop=["<|im_end|>", "<|im_start|>", "</s>"],
|
| 77 |
echo=False,
|