Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ Speak with the voice of a storm that does not beg the sky for mercy.
|
|
28 |
generator = pipeline(
|
29 |
"text-generation",
|
30 |
model="tiiuae/falcon-rw-1b",
|
31 |
-
max_length=
|
32 |
temperature=0.5,
|
33 |
top_p=0.85,
|
34 |
repetition_penalty=1.2
|
|
|
28 |
generator = pipeline(
|
29 |
"text-generation",
|
30 |
model="tiiuae/falcon-rw-1b",
|
31 |
+
max_length=500,
|
32 |
temperature=0.5,
|
33 |
top_p=0.85,
|
34 |
repetition_penalty=1.2
|