Skip to content

Commit

Permalink
fix(pandora-v1): change prompt template
Browse files Browse the repository at this point in the history
  • Loading branch information
hahuyhoang411 committed Dec 21, 2023
1 parent d5677a1 commit 1e3a732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/pandora-10.7b-v1/model.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "{system_message}\n### Instruction:\n{prompt}\n### Response:"
},
"parameters": {
"max_tokens": 4096
Expand Down

0 comments on commit 1e3a732

Please sign in to comment.