mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2024-12-12 09:26:33 +01:00
433ddf5901
Tested on Llama 2 13B chat model provided by TheBloke. Based on these prompt example: https://huggingface.co/TheBloke/Llama-2-13B-chat-GPTQ#prompt-template-llama-2-chat
11 lines
317 B
JSON
11 lines
317 B
JSON
{
|
|
"name": "Llama 2",
|
|
"system_prompt": "Write {{user}}'s next reply in this fictional roleplay with {{char}}.\n<</SYS>>\n",
|
|
"system_sequence": "[INST] <<SYS>>\n",
|
|
"stop_sequence": "",
|
|
"input_sequence": "[INST]",
|
|
"output_sequence": "[/INST]",
|
|
"separator_sequence": "\n",
|
|
"wrap": false
|
|
}
|