Spaces:
Runtime error
Runtime error
Update constants.py
Browse files- constants.py +1 -1
constants.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
RAVEN_GENERATION_KWARGS = {
|
| 2 |
-
"max_new_tokens":
|
| 3 |
"do_sample": False,
|
| 4 |
"temperature": 0.001,
|
| 5 |
"return_full_text": False,
|
|
|
|
| 1 |
RAVEN_GENERATION_KWARGS = {
|
| 2 |
+
"max_new_tokens": 1000,
|
| 3 |
"do_sample": False,
|
| 4 |
"temperature": 0.001,
|
| 5 |
"return_full_text": False,
|