venkat-srinivasan-nexusflow commited on
Commit
be9f317
β€’
1 Parent(s): 90aacda

Update constants.py

Browse files
Files changed (1) hide show
  1. constants.py +1 -1
constants.py CHANGED
@@ -1,5 +1,5 @@
1
  RAVEN_GENERATION_KWARGS = {
2
- "max_new_tokens": 200,
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,