Skip to content

Commit a08ec0a

Browse files
committed
Change max new tokens & truncate
1 parent 0fcf19a commit a08ec0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.env.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,8 @@ MODELS=`[
162162
"top_p" : 0.95,
163163
"repetition_penalty" : 1.2,
164164
"top_k" : 50,
165-
"truncate" : 3072,
166-
"max_new_tokens" : 1024,
165+
"truncate" : 24576,
166+
"max_new_tokens" : 8192,
167167
"stop" : ["</s>"]
168168
},
169169
"promptExamples" : [

0 commit comments

Comments
 (0)