Spaces:
Sleeping
Sleeping
fixed a missing comma
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ def get_results(prompt):
|
|
11 |
"parameters":
|
12 |
{
|
13 |
"top_p": 0.9,
|
14 |
-
"typical_p":0.2
|
15 |
"temperature": 1.1,
|
16 |
"max_new_tokens": 250,
|
17 |
"return_full_text": True
|
|
|
11 |
"parameters":
|
12 |
{
|
13 |
"top_p": 0.9,
|
14 |
+
"typical_p":0.2,
|
15 |
"temperature": 1.1,
|
16 |
"max_new_tokens": 250,
|
17 |
"return_full_text": True
|