Update README.md
Browse files
README.md
CHANGED
@@ -47,22 +47,22 @@ Prefill (Last Assistant Prefix) can be modified to your liking.
|
|
47 |
{
|
48 |
"instruct": {
|
49 |
"input_sequence": "[INST] ",
|
50 |
-
"output_sequence": "
|
51 |
"first_output_sequence": "[INST] Let's get started! I'll play the role of {{user}}. Begin by setting the opening scene.[/INST] ",
|
52 |
"last_output_sequence": "",
|
53 |
"system_sequence_prefix": "",
|
54 |
"system_sequence_suffix": "",
|
55 |
-
"stop_sequence": "",
|
56 |
"wrap": false,
|
57 |
"macro": true,
|
58 |
"activation_regex": "",
|
59 |
"skip_examples": true,
|
60 |
"output_suffix": "</s>",
|
61 |
-
"input_suffix": "",
|
62 |
-
"system_sequence": "",
|
63 |
-
"system_suffix": "",
|
64 |
"user_alignment_message": "",
|
65 |
-
"system_same_as_user":
|
66 |
"last_system_sequence": "",
|
67 |
"first_input_sequence": "",
|
68 |
"last_input_sequence": "",
|
@@ -92,28 +92,28 @@ Prefill (Last Assistant Prefix) can be modified to your liking.
|
|
92 |
</details><br>
|
93 |
<details><summary>SillyTavern JSON - Magnum Mistral v7 No Names</summary>
|
94 |
|
95 |
-
**Note: This one is
|
96 |
|
97 |
```json
|
98 |
{
|
99 |
"instruct": {
|
100 |
"input_sequence": "[INST] ",
|
101 |
-
"output_sequence": "
|
102 |
"first_output_sequence": "[INST] Let's get started! I'll play the role of {{user}}. Begin by setting the opening scene.[/INST] ",
|
103 |
-
"last_output_sequence": "
|
104 |
"system_sequence_prefix": "",
|
105 |
"system_sequence_suffix": "",
|
106 |
-
"stop_sequence": "",
|
107 |
"wrap": false,
|
108 |
"macro": true,
|
109 |
"activation_regex": "",
|
110 |
"skip_examples": true,
|
111 |
"output_suffix": "</s>",
|
112 |
-
"input_suffix": "",
|
113 |
-
"system_sequence": "",
|
114 |
-
"system_suffix": "",
|
115 |
"user_alignment_message": "",
|
116 |
-
"system_same_as_user":
|
117 |
"last_system_sequence": "",
|
118 |
"first_input_sequence": "",
|
119 |
"last_input_sequence": "",
|
@@ -147,22 +147,22 @@ Prefill (Last Assistant Prefix) can be modified to your liking.
|
|
147 |
{
|
148 |
"instruct": {
|
149 |
"input_sequence": "[INST] ",
|
150 |
-
"output_sequence": "
|
151 |
"first_output_sequence": "[INST] Let's get started! I'll play the role of {{user}}. Begin by setting the opening scene.[/INST] ",
|
152 |
-
"last_output_sequence": "
|
153 |
"system_sequence_prefix": "",
|
154 |
"system_sequence_suffix": "",
|
155 |
-
"stop_sequence": "",
|
156 |
"wrap": false,
|
157 |
"macro": true,
|
158 |
"activation_regex": "",
|
159 |
"skip_examples": true,
|
160 |
"output_suffix": "</s>",
|
161 |
-
"input_suffix": "",
|
162 |
-
"system_sequence": "",
|
163 |
-
"system_suffix": "",
|
164 |
"user_alignment_message": "",
|
165 |
-
"system_same_as_user":
|
166 |
"last_system_sequence": "",
|
167 |
"first_input_sequence": "",
|
168 |
"last_input_sequence": "",
|
@@ -196,22 +196,22 @@ Prefill (Last Assistant Prefix) can be modified to your liking.
|
|
196 |
{
|
197 |
"instruct": {
|
198 |
"input_sequence": "[INST] ",
|
199 |
-
"output_sequence": "
|
200 |
"first_output_sequence": "[INST] Let's get started! I'll play the role of {{user}}. Begin by setting the opening scene.[/INST] ",
|
201 |
-
"last_output_sequence": "
|
202 |
"system_sequence_prefix": "",
|
203 |
"system_sequence_suffix": "",
|
204 |
-
"stop_sequence": "",
|
205 |
"wrap": false,
|
206 |
"macro": true,
|
207 |
"activation_regex": "",
|
208 |
"skip_examples": true,
|
209 |
"output_suffix": "</s>",
|
210 |
-
"input_suffix": "",
|
211 |
-
"system_sequence": "",
|
212 |
-
"system_suffix": "",
|
213 |
"user_alignment_message": "",
|
214 |
-
"system_same_as_user":
|
215 |
"last_system_sequence": "",
|
216 |
"first_input_sequence": "",
|
217 |
"last_input_sequence": "",
|
|
|
47 |
{
|
48 |
"instruct": {
|
49 |
"input_sequence": "[INST] ",
|
50 |
+
"output_sequence": " ",
|
51 |
"first_output_sequence": "[INST] Let's get started! I'll play the role of {{user}}. Begin by setting the opening scene.[/INST] ",
|
52 |
"last_output_sequence": "",
|
53 |
"system_sequence_prefix": "",
|
54 |
"system_sequence_suffix": "",
|
55 |
+
"stop_sequence": "</s>",
|
56 |
"wrap": false,
|
57 |
"macro": true,
|
58 |
"activation_regex": "",
|
59 |
"skip_examples": true,
|
60 |
"output_suffix": "</s>",
|
61 |
+
"input_suffix": "[/INST]",
|
62 |
+
"system_sequence": "[SYSTEM_PROMPT] ",
|
63 |
+
"system_suffix": "[/SYSTEM_PROMPT]",
|
64 |
"user_alignment_message": "",
|
65 |
+
"system_same_as_user": false,
|
66 |
"last_system_sequence": "",
|
67 |
"first_input_sequence": "",
|
68 |
"last_input_sequence": "",
|
|
|
92 |
</details><br>
|
93 |
<details><summary>SillyTavern JSON - Magnum Mistral v7 No Names</summary>
|
94 |
|
95 |
+
**Note: This one is not recommended due to how whitespace is handled.**
|
96 |
|
97 |
```json
|
98 |
{
|
99 |
"instruct": {
|
100 |
"input_sequence": "[INST] ",
|
101 |
+
"output_sequence": " ",
|
102 |
"first_output_sequence": "[INST] Let's get started! I'll play the role of {{user}}. Begin by setting the opening scene.[/INST] ",
|
103 |
+
"last_output_sequence": "",
|
104 |
"system_sequence_prefix": "",
|
105 |
"system_sequence_suffix": "",
|
106 |
+
"stop_sequence": "</s>",
|
107 |
"wrap": false,
|
108 |
"macro": true,
|
109 |
"activation_regex": "",
|
110 |
"skip_examples": true,
|
111 |
"output_suffix": "</s>",
|
112 |
+
"input_suffix": "[/INST]",
|
113 |
+
"system_sequence": "[SYSTEM_PROMPT] ",
|
114 |
+
"system_suffix": "[/SYSTEM_PROMPT]",
|
115 |
"user_alignment_message": "",
|
116 |
+
"system_same_as_user": false,
|
117 |
"last_system_sequence": "",
|
118 |
"first_input_sequence": "",
|
119 |
"last_input_sequence": "",
|
|
|
147 |
{
|
148 |
"instruct": {
|
149 |
"input_sequence": "[INST] ",
|
150 |
+
"output_sequence": " ",
|
151 |
"first_output_sequence": "[INST] Let's get started! I'll play the role of {{user}}. Begin by setting the opening scene.[/INST] ",
|
152 |
+
"last_output_sequence": " Great! I'll write {{char}}'s next section following the instructions provided. {{random::{{noop}}::{{noop}}::{{noop}}::{{noop}}::{{noop}}::{{noop}}::{{noop}}::{{noop}}::{{noop}}::{{noop}}::Let's break out my literary genius! ::I'll take things in a more interesting direction! ::Let's spice up our story! ::Hmmm... where do we go from here... Got it! ::I'll throw in an exciting plot twist! }}I've got the perfect idea for what happens next... you'll love this one. Now I'll continue from where our tale left off:\n\n",
|
153 |
"system_sequence_prefix": "",
|
154 |
"system_sequence_suffix": "",
|
155 |
+
"stop_sequence": "</s>",
|
156 |
"wrap": false,
|
157 |
"macro": true,
|
158 |
"activation_regex": "",
|
159 |
"skip_examples": true,
|
160 |
"output_suffix": "</s>",
|
161 |
+
"input_suffix": "[/INST]",
|
162 |
+
"system_sequence": "[SYSTEM_PROMPT] ",
|
163 |
+
"system_suffix": "[/SYSTEM_PROMPT]",
|
164 |
"user_alignment_message": "",
|
165 |
+
"system_same_as_user": false,
|
166 |
"last_system_sequence": "",
|
167 |
"first_input_sequence": "",
|
168 |
"last_input_sequence": "",
|
|
|
196 |
{
|
197 |
"instruct": {
|
198 |
"input_sequence": "[INST] ",
|
199 |
+
"output_sequence": " ",
|
200 |
"first_output_sequence": "[INST] Let's get started! I'll play the role of {{user}}. Begin by setting the opening scene.[/INST] ",
|
201 |
+
"last_output_sequence": " Great! I'll write {{char}}'s next section following the instructions provided. {{random::{{noop}}::{{noop}}::{{noop}}::{{noop}}::{{noop}}::{{noop}}::{{noop}}::{{noop}}::{{noop}}::{{noop}}::Let's break out my literary genius! ::I'll take things in a more interesting direction! ::Let's spice up our story! ::Hmmm... where do we go from here... Got it! ::I'll throw in an exciting plot twist! }}I've got the perfect idea for what happens next... you'll love this one. Now I'll continue from where our tale left off:\n\n",
|
202 |
"system_sequence_prefix": "",
|
203 |
"system_sequence_suffix": "",
|
204 |
+
"stop_sequence": "</s>",
|
205 |
"wrap": false,
|
206 |
"macro": true,
|
207 |
"activation_regex": "",
|
208 |
"skip_examples": true,
|
209 |
"output_suffix": "</s>",
|
210 |
+
"input_suffix": "[/INST]",
|
211 |
+
"system_sequence": "[SYSTEM_PROMPT] ",
|
212 |
+
"system_suffix": "[/SYSTEM_PROMPT]",
|
213 |
"user_alignment_message": "",
|
214 |
+
"system_same_as_user": false,
|
215 |
"last_system_sequence": "",
|
216 |
"first_input_sequence": "",
|
217 |
"last_input_sequence": "",
|