diff --git a/public/instruct/Llama2.json b/public/instruct/Llama2.json new file mode 100644 index 000000000..b62802cc5 --- /dev/null +++ b/public/instruct/Llama2.json @@ -0,0 +1,10 @@ +{ + "name": "Llama 2", + "system_prompt": "Write {{user}}'s next reply in this fictional roleplay with {{char}}.\n<>\n", + "system_sequence": "[INST] <>\n", + "stop_sequence": "", + "input_sequence": "[INST]", + "output_sequence": "[/INST]", + "separator_sequence": "\n", + "wrap": false +}