Yoxas commited on
Commit
79a955c
·
verified ·
1 Parent(s): f56059d

Update src/pdfchatbot.py

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