Merge pull request #759 from toby3d/patch-2

This commit is contained in:
Cohee 2023-07-22 13:09:01 +03:00 committed by GitHub
commit 0d6346180f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
{
"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
}