Skip to content

Commit 9b5d65a

Browse files
authored
Bump max new tokens for NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO (#702)
* Bump max new tokens for NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO * bumped values a bit higher seems to work ok
1 parent 01418cd commit 9b5d65a

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
@@ -82,8 +82,8 @@ MODELS=`[
8282
"top_p": 0.95,
8383
"repetition_penalty": 1,
8484
"top_k": 50,
85-
"truncate": 3072,
86-
"max_new_tokens": 512,
85+
"truncate": 24576,
86+
"max_new_tokens": 2048,
8787
"stop": ["<|im_end|>"]
8888
}
8989
},

0 commit comments

Comments
 (0)