Yoxas commited on
Commit
984ae9e
·
verified ·
1 Parent(s): 415d741

Update src/pdfchatbot.py

Browse files
Files changed (1) hide show
  1. src/pdfchatbot.py +1 -1
src/pdfchatbot.py CHANGED
@@ -101,7 +101,7 @@ class PDFChatBot:
101
  temp = 0.1
102
  outputs = self.pipe(
103
  prompt,
104
- max_new_tokens=524288,
105
  do_sample=True,
106
  temperature=temp,
107
  top_p=0.9,
 
101
  temp = 0.1
102
  outputs = self.pipe(
103
  prompt,
104
+ max_new_tokens=65536,
105
  do_sample=True,
106
  temperature=temp,
107
  top_p=0.9,