Update instruct templates

This commit is contained in:
SillyLossy
2023-05-12 12:24:01 +03:00
parent c111b5e33c
commit 5f198ec559
6 changed files with 23 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "Alpaca", "name": "Alpaca",
"system_prompt": "Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\nWrite {{char}}'s next reply in a fictional roleplay chat between {{user}} and {{char}}.", "system_prompt": "Below is an instruction that describes a task. Write a response that appropriately completes the request.\n\nWrite {{char}}'s next reply in a fictional roleplay chat between {{user}} and {{char}}.\n",
"system_sequence": "", "system_sequence": "",
"stop_sequence": "", "stop_sequence": "",
"input_sequence": "### Instruction:", "input_sequence": "### Instruction:",

View File

@@ -1,9 +1,9 @@
{ {
"name": "Koala", "name": "Koala",
"system_prompt": "Write {{char}}'s next reply in a fictional roleplay chat between {{user}} and {{char}}.", "system_prompt": "Write {{char}}'s next reply in a fictional roleplay chat between {{user}} and {{char}}.\n",
"system_sequence": "BEGINNING OF CONVERSATION:", "system_sequence": "BEGINNING OF CONVERSATION:",
"stop_sequence": "", "stop_sequence": "",
"input_sequence": "USER: ", "input_sequence": "USER: ",
"output_sequence": "GPT: ", "output_sequence": "GPT: ",
"wrap": true "wrap": false
} }

View File

@@ -0,0 +1,9 @@
{
"name": "Vicuna 1.0",
"system_prompt": "A chat between a curious human and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the human's questions.\n\nWrite {{char}}'s next reply in a fictional roleplay chat between {{user}} and {{char}}.\n",
"system_sequence": "",
"stop_sequence": "",
"input_sequence": "### Human:",
"output_sequence": "### Assistant:",
"wrap": true
}

View File

@@ -0,0 +1,9 @@
{
"name": "Vicuna 1.1",
"system_prompt": "A chat between a curious user and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the user's questions.\n\nWrite {{char}}'s next reply in a fictional roleplay chat between {{user}} and {{char}}.\n",
"system_sequence": "BEGINNING OF CONVERSATION:",
"stop_sequence": "",
"input_sequence": "USER: ",
"output_sequence": "ASSISTANT: ",
"wrap": true
}

View File

@@ -1,6 +1,6 @@
{ {
"name": "WizardLM", "name": "WizardLM",
"system_prompt": "Write {{char}}'s next reply in a fictional roleplay chat between {{user}} and {{char}}.", "system_prompt": "Write {{char}}'s next reply in a fictional roleplay chat between {{user}} and {{char}}.\n",
"system_sequence": "", "system_sequence": "",
"stop_sequence": "", "stop_sequence": "",
"input_sequence": "### Instruction:", "input_sequence": "### Instruction:",

View File

@@ -295,7 +295,7 @@ const system_messages = {
is_user: false, is_user: false,
is_name: true, is_name: true,
mes: [ mes: [
'<h2>Welcome to <span id="version_display_welcome">Welcome to </span>!</h2>', '<h2>Welcome to <span id="version_display_welcome">SillyTavern</span>!</h2>',
'<div id="version_display_welcome"></div>', '<div id="version_display_welcome"></div>',
'<h3>Want to Update to the latest version?</h3>', '<h3>Want to Update to the latest version?</h3>',
"Read the <a href='/notes/update.html' target='_blank'>instructions here</a>. Also located in your installation's base folder", "Read the <a href='/notes/update.html' target='_blank'>instructions here</a>. Also located in your installation's base folder",