Spaces:
Runtime error
Runtime error
Update processing.py
Browse files- processing.py +2 -2
processing.py
CHANGED
@@ -42,8 +42,8 @@ class LazyPipeline:
|
|
42 |
"text-generation",
|
43 |
model=model,
|
44 |
tokenizer=tokenizer,
|
45 |
-
max_new_tokens=
|
46 |
-
temperature=0.
|
47 |
)
|
48 |
return self.pipeline
|
49 |
|
|
|
42 |
"text-generation",
|
43 |
model=model,
|
44 |
tokenizer=tokenizer,
|
45 |
+
max_new_tokens=800,
|
46 |
+
temperature=0.6,
|
47 |
)
|
48 |
return self.pipeline
|
49 |
|