fix(phi2): update the right prompt template

This commit is contained in:
hahuyhoang411 2023-12-21 11:52:14 +07:00
parent fd6a87ecb3
commit aa623bf608

View File

@ -8,7 +8,7 @@
"format": "gguf",
"settings": {
"ctx_len": 4096,
"prompt_template": "<|im_start|>system\n{system_message}<|im_end|>\n<|im_start|>user\n{prompt}<|im_end|>\n<|im_start|>assistant"
"prompt_template": "Intruct:\n{prompt}\nOutput:"
},
"parameters": {
"max_tokens": 4096