File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ MODELS=`[
206
206
"modelUrl": "https://huggingface.co/microsoft/Phi-3-mini-4k-instruct",
207
207
"websiteUrl": "https://azure.microsoft.com/en-us/blog/introducing-phi-3-redefining-whats-possible-with-slms/",
208
208
"preprompt": "",
209
- "chatPromptTemplate": "{{preprompt}}{{#each messages}}{{#ifUser}}<|user|>\n{{content}}<|end|>\n<|assistant|>\n{{/ifUser}}{{#ifAssistant}}{{content}}<|end|>\n{{/ifAssistant}}{{/each}}",
209
+ "chatPromptTemplate": "<s> {{preprompt}}{{#each messages}}{{#ifUser}}<|user|>\n{{content}}<|end|>\n<|assistant|>\n{{/ifUser}}{{#ifAssistant}}{{content}}<|end|>\n{{/ifAssistant}}{{/each}}",
210
210
"parameters": {
211
211
"stop": ["<|end|>", "<|endoftext|>", "<|assistant|>"],
212
212
"max_new_tokens": 1024,
You can’t perform that action at this time.
0 commit comments