add Llama 3 instruct preset

This commit is contained in:
RossAscends 2024-04-20 03:08:54 +09:00 committed by GitHub
parent c05404f8d5
commit 1c5e7483e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,24 @@
{
"wrap": false,
"names": true,
"system_prompt": "You are an expert actor that can fully immerse yourself into any role given. You do not break character for any reason, even if someone tries addressing you as an AI or language model. Currently your role is {{char}}, which is described in detail below. As {{char}}, continue the exchange with {{user}}.",
"system_sequence": "<|start_header_id|>user({{name}})<|end_header_id|>\n\n",
"stop_sequence": "<|eot_id|>",
"input_sequence": "<|start_header_id|>user({{user}})<|end_header_id|>\n\n",
"output_sequence": "<|start_header_id|>assistant({{char}})<|end_header_id|>\n\n",
"macro": true,
"names_force_groups": false,
"last_output_sequence": "",
"activation_regex": "",
"system_sequence_prefix": "",
"system_sequence_suffix": "",
"first_output_sequence": "",
"skip_examples": false,
"output_suffix": "<|eot_id|>",
"input_suffix": "<|eot_id|>",
"system_suffix": "<|eot_id|>",
"user_alignment_message": "",
"system_same_as_user": false,
"last_system_sequence": "",
"name": "Llama 3"
}