Spaces:
Runtime error
Runtime error
venkat-srinivasan-nexusflow
commited on
Commit
β’
6c00aa7
1
Parent(s):
32603c2
Update constants.py
Browse files- constants.py +1 -1
constants.py
CHANGED
@@ -3,7 +3,7 @@ RAVEN_GENERATION_KWARGS = {
|
|
3 |
"do_sample": False,
|
4 |
"temperature": 0.001,
|
5 |
"return_full_text": False,
|
6 |
-
"stop_sequences": ["<bot_end>"],
|
7 |
"stream": True,
|
8 |
}
|
9 |
|
|
|
3 |
"do_sample": False,
|
4 |
"temperature": 0.001,
|
5 |
"return_full_text": False,
|
6 |
+
"stop_sequences": ["<bot_end>", "Thought:"],
|
7 |
"stream": True,
|
8 |
}
|
9 |
|