nsarrazin HF staff commited on
Commit
a08ec0a
1 Parent(s): 0fcf19a

Change max new tokens & truncate

Browse files
Files changed (1) hide show
  1. .env.template +2 -2
.env.template CHANGED
@@ -162,8 +162,8 @@ MODELS=`[
162
  "top_p" : 0.95,
163
  "repetition_penalty" : 1.2,
164
  "top_k" : 50,
165
- "truncate" : 3072,
166
- "max_new_tokens" : 1024,
167
  "stop" : ["</s>"]
168
  },
169
  "promptExamples" : [
 
162
  "top_p" : 0.95,
163
  "repetition_penalty" : 1.2,
164
  "top_k" : 50,
165
+ "truncate" : 24576,
166
+ "max_new_tokens" : 8192,
167
  "stop" : ["</s>"]
168
  },
169
  "promptExamples" : [