Spaces:
Runtime error
Runtime error
venkat-srinivasan-nexusflow
commited on
Commit
β’
be9f317
1
Parent(s):
90aacda
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,
|