Spaces:
Runtime error
Runtime error
Update processing.py
Browse files- processing.py +1 -1
processing.py
CHANGED
@@ -45,7 +45,7 @@ class LazyPipeline:
|
|
45 |
max_new_tokens=650,
|
46 |
temperature=0.2,
|
47 |
top_p = 0.95,
|
48 |
-
top_k =
|
49 |
repetition_penalty = 1.2,
|
50 |
do_sample=True,
|
51 |
)
|
|
|
45 |
max_new_tokens=650,
|
46 |
temperature=0.2,
|
47 |
top_p = 0.95,
|
48 |
+
top_k = 3,
|
49 |
repetition_penalty = 1.2,
|
50 |
do_sample=True,
|
51 |
)
|