Spaces:
Running
Running
Remove extra stop token in phi config (#1067)
Browse files- .env.template +1 -1
.env.template
CHANGED
@@ -207,7 +207,7 @@ MODELS=`[
|
|
207 |
"websiteUrl": "https://azure.microsoft.com/en-us/blog/introducing-phi-3-redefining-whats-possible-with-slms/",
|
208 |
"preprompt": "",
|
209 |
"parameters": {
|
210 |
-
"stop": ["
|
211 |
"max_new_tokens": 1024,
|
212 |
"truncate": 3071
|
213 |
},
|
|
|
207 |
"websiteUrl": "https://azure.microsoft.com/en-us/blog/introducing-phi-3-redefining-whats-possible-with-slms/",
|
208 |
"preprompt": "",
|
209 |
"parameters": {
|
210 |
+
"stop": ["<|end|>", "<|endoftext|>", "<|assistant|>"],
|
211 |
"max_new_tokens": 1024,
|
212 |
"truncate": 3071
|
213 |
},
|