Spaces:
Sleeping
Sleeping
Reduced the temperature
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ def get_results(prompt):
|
|
12 |
{
|
13 |
"top_p": 0.9,
|
14 |
"typical_p":0.2,
|
15 |
-
"temperature":
|
16 |
"max_new_tokens": 250,
|
17 |
"return_full_text": True
|
18 |
}, "options":
|
|
|
12 |
{
|
13 |
"top_p": 0.9,
|
14 |
"typical_p":0.2,
|
15 |
+
"temperature": 0.8,
|
16 |
"max_new_tokens": 250,
|
17 |
"return_full_text": True
|
18 |
}, "options":
|