nsarrazin HF staff commited on
Commit
af66ff6
1 Parent(s): c265074

Remove extra stop token in phi config (#1067)

Browse files
Files changed (1) hide show
  1. .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": ["</s>", "<|end|>", "<|endoftext|>", "<|assistant|>"],
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
  },