fix(dolphin-phi): redundant of new lines character

This commit is contained in:
Hoang Ha 2024-02-05 11:20:49 +07:00 committed by GitHub
parent 76bff3bede
commit 24dd13a305
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,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\n", "prompt_template": "<|im_start|>system\n{system_message}<|im_end|>\n<|im_start|>user\n{prompt}<|im_end|>\n<|im_start|>assistant",
"llama_model_path": "dolphin-2_6-phi-2.Q8_0.gguf" "llama_model_path": "dolphin-2_6-phi-2.Q8_0.gguf"
}, },
"parameters": { "parameters": {