fix(trinity-v1): change prompt template
This commit is contained in:
parent
247a1f1e19
commit
d5677a180a
@ -8,7 +8,7 @@
|
|||||||
"format": "gguf",
|
"format": "gguf",
|
||||||
"settings": {
|
"settings": {
|
||||||
"ctx_len": 4096,
|
"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": "{system_message}\n### Instruction:\n{prompt}\n### Response:"
|
||||||
},
|
},
|
||||||
"parameters": {
|
"parameters": {
|
||||||
"max_tokens": 4096
|
"max_tokens": 4096
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user