Skip to content

Commit af66ff6

Browse files
authored
Remove extra stop token in phi config (#1067)
1 parent c265074 commit af66ff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.env.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ MODELS=`[
207207
"websiteUrl": "https://azure.microsoft.com/en-us/blog/introducing-phi-3-redefining-whats-possible-with-slms/",
208208
"preprompt": "",
209209
"parameters": {
210-
"stop": ["</s>", "<|end|>", "<|endoftext|>", "<|assistant|>"],
210+
"stop": ["<|end|>", "<|endoftext|>", "<|assistant|>"],
211211
"max_new_tokens": 1024,
212212
"truncate": 3071
213213
},

0 commit comments

Comments
 (0)