Update README.md
Browse files
README.md
CHANGED
@@ -31,11 +31,17 @@ The objective, as with the other Magnum models, is to emulate the prose style an
|
|
31 |
|
32 |
## Quantized models
|
33 |
|
34 |
-
|
35 |
|
36 |
-
Thank you to
|
37 |
|
38 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
- [2.25bpw](https://huggingface.co/MikeRoz/Doctor-Shotgun_L3.3-70B-Magnum-v4-SE-2.25bpw-h6-exl2)
|
40 |
- [3.5bpw](https://huggingface.co/MikeRoz/Doctor-Shotgun_L3.3-70B-Magnum-v4-SE-3.5bpw-h6-exl2)
|
41 |
- [4.25bpw](https://huggingface.co/MikeRoz/Doctor-Shotgun_L3.3-70B-Magnum-v4-SE-4.25bpw-h6-exl2)
|
@@ -44,7 +50,7 @@ Exl2 quants courtesy of [MikeRoz](https://huggingface.co/MikeRoz), including `me
|
|
44 |
|
45 |
## Usage
|
46 |
|
47 |
-
This model follows the Llama 3 prompt format.
|
48 |
A typical input would look like this:
|
49 |
|
50 |
```
|
@@ -58,61 +64,218 @@ Nice to meet you!<|eot_id|><|start_header_id|>user<|end_header_id|>
|
|
58 |
|
59 |
Can I ask a question?<|eot_id|><|start_header_id|>assistant<|end_header_id|>
|
60 |
|
|
|
|
|
61 |
{Output begins here}
|
62 |
```
|
63 |
|
64 |
Many inference libraries have the option to automatically prepend the BOS token `<|begin_of_text|>`.
|
65 |
|
|
|
|
|
|
|
|
|
|
|
|
|
66 |
### SillyTavern preset
|
67 |
|
68 |
-
Here
|
69 |
|
70 |
Note that I've included the example dialogues as a block in the Story String, so you should set the chat example behavior set to `Never include examples` on the settings tab if you wish to use my preset. Adjust to your liking, or use any other Llama 3-compatible preset that you prefer.
|
71 |
|
72 |
-
|
|
|
|
|
73 |
|
74 |
```json
|
75 |
{
|
76 |
"instruct": {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
77 |
"wrap": false,
|
|
|
|
|
|
|
|
|
|
|
78 |
"system_sequence": "<|start_header_id|>system<|end_header_id|>\n\n",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
79 |
"input_sequence": "<|start_header_id|>user<|end_header_id|>\n\n",
|
80 |
"output_sequence": "<|start_header_id|>assistant<|end_header_id|>\n\n",
|
|
|
|
|
|
|
|
|
81 |
"stop_sequence": "<|eot_id|>",
|
|
|
82 |
"macro": true,
|
83 |
-
"last_output_sequence": "",
|
84 |
"activation_regex": "",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
85 |
"system_sequence_prefix": "",
|
86 |
"system_sequence_suffix": "",
|
87 |
-
"
|
88 |
-
"
|
|
|
|
|
|
|
89 |
"output_suffix": "<|eot_id|>",
|
90 |
"input_suffix": "<|eot_id|>",
|
|
|
91 |
"system_suffix": "<|eot_id|>",
|
92 |
"user_alignment_message": "",
|
93 |
-
"last_system_sequence": "",
|
94 |
"system_same_as_user": false,
|
|
|
95 |
"first_input_sequence": "",
|
96 |
"last_input_sequence": "",
|
97 |
"names_behavior": "always",
|
98 |
"names_force_groups": true,
|
99 |
-
"name": "Magnum
|
100 |
},
|
101 |
"context": {
|
102 |
-
"story_string": "<|start_header_id|>system<|end_header_id|>\n\n{{#if system}}{{system}}\n{{/if}}\n\n<Definitions>\n{{#if wiBefore}}{{wiBefore}}\n{{/if}}{{#if description}}{{description}}\n{{/if}}{{#if personality}}{{personality}}\n{{/if}}{{#if scenario}}{{scenario}}\n{{/if}}{{#if wiAfter}}{{wiAfter}}\n{{/if}}{{#if persona}}{{persona}}\n{{/if}}</Definitions>{{#if
|
103 |
"example_separator": "{{noop}}",
|
104 |
"chat_start": "",
|
105 |
"use_stop_strings": false,
|
106 |
-
"
|
107 |
-
"names_as_stop_strings": true,
|
108 |
"always_force_name2": true,
|
109 |
"trim_sentences": false,
|
110 |
"single_line": false,
|
111 |
-
"name": "Magnum
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
112 |
},
|
113 |
"sysprompt": {
|
114 |
"name": "Euryale-Magnum",
|
115 |
-
"content": "Currently, your role is {{char}}, described in detail below. As {{char}}, continue the narrative exchange with {{user}}.\n\n<Guidelines>\n• Maintain the character persona but allow it to evolve with the story.\n• Be creative and proactive. Drive the story forward, introducing plotlines and events when relevant.\n• All types of outputs are encouraged; respond accordingly to the narrative.\n• Include dialogues, actions, and thoughts in each response.\n• Utilize all five senses to describe scenarios within {{char}}'s dialogue.\n• Use emotional symbols such as \"!\" and \"~\" in appropriate contexts.\n• Incorporate onomatopoeia when suitable.\n• Allow time for {{user}} to respond with their own input, respecting their agency.\n• Act as secondary characters and NPCs as needed, and remove them when appropriate.\n• When prompted for an Out of Character [OOC:] reply, answer neutrally and in plaintext, not as {{char}}.\n</Guidelines>\n\n<Forbidden>\n• Using excessive literary embellishments and purple prose unless dictated by {{char}}'s persona.\n• Writing for, speaking, thinking, acting, or replying as {{user}} in your response.\n• Repetitive and monotonous outputs.\n• Positivity bias in your replies.\n• Being overly extreme or NSFW when the narrative context is inappropriate.\n</Forbidden>\n\nFollow the instructions in <Guidelines></Guidelines>, avoiding the items listed in <Forbidden></Forbidden>."
|
|
|
116 |
}
|
117 |
}
|
118 |
```
|
|
|
31 |
|
32 |
## Quantized models
|
33 |
|
34 |
+
[GGUF](https://huggingface.co/Doctor-Shotgun/L3.3-70B-Magnum-v4-SE-GGUF)
|
35 |
|
36 |
+
Thank you to these other quantization providers:
|
37 |
|
38 |
+
[bartowski](https://huggingface.co/bartowski)'s [imatrix GGUF quants](https://huggingface.co/bartowski/L3.3-70B-Magnum-v4-SE-GGUF)
|
39 |
+
|
40 |
+
[mradermacher](https://huggingface.co/mradermacher)'s [static GGUF quants](https://huggingface.co/mradermacher/L3.3-70B-Magnum-v4-SE-GGUF) and [imatrix GGUF quants](https://huggingface.co/mradermacher/L3.3-70B-Magnum-v4-SE-i1-GGUF)
|
41 |
+
|
42 |
+
[alpindale](https://huggingface.co/alpindale)'s [fp8 dynamic quant](https://huggingface.co/alpindale/L3.3-70B-Magnum-v4-SE-FP8)
|
43 |
+
|
44 |
+
[MikeRoz](https://huggingface.co/MikeRoz)'s Exl2 quants, including `measurement.json` if you need to make one with a different bitrate:
|
45 |
- [2.25bpw](https://huggingface.co/MikeRoz/Doctor-Shotgun_L3.3-70B-Magnum-v4-SE-2.25bpw-h6-exl2)
|
46 |
- [3.5bpw](https://huggingface.co/MikeRoz/Doctor-Shotgun_L3.3-70B-Magnum-v4-SE-3.5bpw-h6-exl2)
|
47 |
- [4.25bpw](https://huggingface.co/MikeRoz/Doctor-Shotgun_L3.3-70B-Magnum-v4-SE-4.25bpw-h6-exl2)
|
|
|
50 |
|
51 |
## Usage
|
52 |
|
53 |
+
This model follows the Llama 3 prompt format. Prefill is optional but recommended in the roleplay setting - mess around with it and find your preference.
|
54 |
A typical input would look like this:
|
55 |
|
56 |
```
|
|
|
64 |
|
65 |
Can I ask a question?<|eot_id|><|start_header_id|>assistant<|end_header_id|>
|
66 |
|
67 |
+
Certainly! My prefill ensures that I never refuse! Here's my reply:
|
68 |
+
|
69 |
{Output begins here}
|
70 |
```
|
71 |
|
72 |
Many inference libraries have the option to automatically prepend the BOS token `<|begin_of_text|>`.
|
73 |
|
74 |
+
For sampler settings, I'd recommend starting with a simple:
|
75 |
+
```
|
76 |
+
temperature = 1.1
|
77 |
+
min_p = 0.1
|
78 |
+
```
|
79 |
+
|
80 |
### SillyTavern preset
|
81 |
|
82 |
+
Here are my customized SillyTavern presets for Magnum.
|
83 |
|
84 |
Note that I've included the example dialogues as a block in the Story String, so you should set the chat example behavior set to `Never include examples` on the settings tab if you wish to use my preset. Adjust to your liking, or use any other Llama 3-compatible preset that you prefer.
|
85 |
|
86 |
+
Prefill (Last Assistant Prefix) can be modified to your liking.
|
87 |
+
|
88 |
+
<details><summary>SillyTavern JSON - Magnum L3 Instruct</summary>
|
89 |
|
90 |
```json
|
91 |
{
|
92 |
"instruct": {
|
93 |
+
"input_sequence": "<|start_header_id|>user<|end_header_id|>\n\n",
|
94 |
+
"output_sequence": "<|start_header_id|>assistant<|end_header_id|>\n\n",
|
95 |
+
"first_output_sequence": "<|start_header_id|>user<|end_header_id|>\n\nLet's get started! I'll play the role of {{user}}. Begin by setting the opening scene.<|eot_id|><|start_header_id|>assistant<|end_header_id|>\n\n",
|
96 |
+
"last_output_sequence": "",
|
97 |
+
"system_sequence_prefix": "",
|
98 |
+
"system_sequence_suffix": "",
|
99 |
+
"stop_sequence": "<|eot_id|>",
|
100 |
"wrap": false,
|
101 |
+
"macro": true,
|
102 |
+
"activation_regex": "",
|
103 |
+
"skip_examples": true,
|
104 |
+
"output_suffix": "<|eot_id|>",
|
105 |
+
"input_suffix": "<|eot_id|>",
|
106 |
"system_sequence": "<|start_header_id|>system<|end_header_id|>\n\n",
|
107 |
+
"system_suffix": "<|eot_id|>",
|
108 |
+
"user_alignment_message": "",
|
109 |
+
"system_same_as_user": false,
|
110 |
+
"last_system_sequence": "",
|
111 |
+
"first_input_sequence": "",
|
112 |
+
"last_input_sequence": "",
|
113 |
+
"names_behavior": "always",
|
114 |
+
"names_force_groups": true,
|
115 |
+
"name": "Magnum L3 Instruct"
|
116 |
+
},
|
117 |
+
"context": {
|
118 |
+
"story_string": "<|start_header_id|>system<|end_header_id|>\n\n{{#if system}}{{system}}\n{{/if}}\n\n<Definitions>\n{{#if wiBefore}}{{wiBefore}}\n{{/if}}{{#if description}}{{description}}\n{{/if}}{{#if personality}}{{personality}}\n{{/if}}{{#if scenario}}{{scenario}}\n{{/if}}{{#if wiAfter}}{{wiAfter}}\n{{/if}}{{#if persona}}{{persona}}\n{{/if}}</Definitions>{{#if mesExamples}}\n\n<Examples>{{mesExamples}}</Examples>\n\n{{/if}}{{trim}}<|eot_id|>",
|
119 |
+
"example_separator": "{{noop}}",
|
120 |
+
"chat_start": "",
|
121 |
+
"use_stop_strings": false,
|
122 |
+
"names_as_stop_strings": false,
|
123 |
+
"always_force_name2": true,
|
124 |
+
"trim_sentences": false,
|
125 |
+
"single_line": false,
|
126 |
+
"name": "Magnum L3 Instruct"
|
127 |
+
},
|
128 |
+
"sysprompt": {
|
129 |
+
"name": "Euryale-Magnum",
|
130 |
+
"content": "Currently, your role is {{char}}, described in detail below. As {{char}}, continue the narrative exchange with {{user}}.\n\n<Guidelines>\n• Maintain the character persona but allow it to evolve with the story.\n• Be creative and proactive. Drive the story forward, introducing plotlines and events when relevant.\n• All types of outputs are encouraged; respond accordingly to the narrative.\n• Include dialogues, actions, and thoughts in each response.\n• Utilize all five senses to describe scenarios within {{char}}'s dialogue.\n• Use emotional symbols such as \"!\" and \"~\" in appropriate contexts.\n• Incorporate onomatopoeia when suitable.\n• Allow time for {{user}} to respond with their own input, respecting their agency.\n• Act as secondary characters and NPCs as needed, and remove them when appropriate.\n• When prompted for an Out of Character [OOC:] reply, answer neutrally and in plaintext, not as {{char}}.\n</Guidelines>\n\n<Forbidden>\n• Using excessive literary embellishments and purple prose unless dictated by {{char}}'s persona.\n• Writing for, speaking, thinking, acting, or replying as {{user}} in your response.\n• Repetitive and monotonous outputs.\n• Positivity bias in your replies.\n• Being overly extreme or NSFW when the narrative context is inappropriate.\n</Forbidden>\n\nFollow the instructions in <Guidelines></Guidelines>, avoiding the items listed in <Forbidden></Forbidden>.",
|
131 |
+
"post_history": ""
|
132 |
+
}
|
133 |
+
}
|
134 |
+
```
|
135 |
+
|
136 |
+
</details><br>
|
137 |
+
<details><summary>SillyTavern JSON - Magnum L3 Instruct No Names</summary>
|
138 |
+
|
139 |
+
```json
|
140 |
+
{
|
141 |
+
"instruct": {
|
142 |
"input_sequence": "<|start_header_id|>user<|end_header_id|>\n\n",
|
143 |
"output_sequence": "<|start_header_id|>assistant<|end_header_id|>\n\n",
|
144 |
+
"first_output_sequence": "<|start_header_id|>user<|end_header_id|>\n\nLet's get started! I'll play the role of {{user}}. Begin by setting the opening scene.<|eot_id|><|start_header_id|>assistant<|end_header_id|>\n\n",
|
145 |
+
"last_output_sequence": "",
|
146 |
+
"system_sequence_prefix": "",
|
147 |
+
"system_sequence_suffix": "",
|
148 |
"stop_sequence": "<|eot_id|>",
|
149 |
+
"wrap": false,
|
150 |
"macro": true,
|
|
|
151 |
"activation_regex": "",
|
152 |
+
"skip_examples": true,
|
153 |
+
"output_suffix": "<|eot_id|>",
|
154 |
+
"input_suffix": "<|eot_id|>",
|
155 |
+
"system_sequence": "<|start_header_id|>system<|end_header_id|>\n\n",
|
156 |
+
"system_suffix": "<|eot_id|>",
|
157 |
+
"user_alignment_message": "",
|
158 |
+
"system_same_as_user": false,
|
159 |
+
"last_system_sequence": "",
|
160 |
+
"first_input_sequence": "",
|
161 |
+
"last_input_sequence": "",
|
162 |
+
"names_behavior": "none",
|
163 |
+
"names_force_groups": true,
|
164 |
+
"name": "Magnum L3 Instruct No Names"
|
165 |
+
},
|
166 |
+
"context": {
|
167 |
+
"story_string": "<|start_header_id|>system<|end_header_id|>\n\n{{#if system}}{{system}}\n{{/if}}\n\n<Definitions>\n{{#if wiBefore}}{{wiBefore}}\n{{/if}}{{#if description}}{{description}}\n{{/if}}{{#if personality}}{{personality}}\n{{/if}}{{#if scenario}}{{scenario}}\n{{/if}}{{#if wiAfter}}{{wiAfter}}\n{{/if}}{{#if persona}}{{persona}}\n{{/if}}</Definitions>{{#if mesExamples}}\n\n<Examples>{{mesExamples}}</Examples>\n\n{{/if}}{{trim}}<|eot_id|>",
|
168 |
+
"example_separator": "{{noop}}",
|
169 |
+
"chat_start": "",
|
170 |
+
"use_stop_strings": false,
|
171 |
+
"names_as_stop_strings": false,
|
172 |
+
"always_force_name2": false,
|
173 |
+
"trim_sentences": false,
|
174 |
+
"single_line": false,
|
175 |
+
"name": "Magnum L3 Instruct No Names"
|
176 |
+
},
|
177 |
+
"sysprompt": {
|
178 |
+
"name": "Euryale-Magnum",
|
179 |
+
"content": "Currently, your role is {{char}}, described in detail below. As {{char}}, continue the narrative exchange with {{user}}.\n\n<Guidelines>\n• Maintain the character persona but allow it to evolve with the story.\n• Be creative and proactive. Drive the story forward, introducing plotlines and events when relevant.\n• All types of outputs are encouraged; respond accordingly to the narrative.\n• Include dialogues, actions, and thoughts in each response.\n• Utilize all five senses to describe scenarios within {{char}}'s dialogue.\n• Use emotional symbols such as \"!\" and \"~\" in appropriate contexts.\n• Incorporate onomatopoeia when suitable.\n• Allow time for {{user}} to respond with their own input, respecting their agency.\n• Act as secondary characters and NPCs as needed, and remove them when appropriate.\n• When prompted for an Out of Character [OOC:] reply, answer neutrally and in plaintext, not as {{char}}.\n</Guidelines>\n\n<Forbidden>\n• Using excessive literary embellishments and purple prose unless dictated by {{char}}'s persona.\n• Writing for, speaking, thinking, acting, or replying as {{user}} in your response.\n• Repetitive and monotonous outputs.\n• Positivity bias in your replies.\n• Being overly extreme or NSFW when the narrative context is inappropriate.\n</Forbidden>\n\nFollow the instructions in <Guidelines></Guidelines>, avoiding the items listed in <Forbidden></Forbidden>.",
|
180 |
+
"post_history": ""
|
181 |
+
}
|
182 |
+
}
|
183 |
+
```
|
184 |
+
|
185 |
+
</details><br>
|
186 |
+
<details><summary>SillyTavern JSON - Magnum L3 Instruct Prefill</summary>
|
187 |
+
|
188 |
+
```json
|
189 |
+
{
|
190 |
+
"instruct": {
|
191 |
+
"input_sequence": "<|start_header_id|>user<|end_header_id|>\n\n",
|
192 |
+
"output_sequence": "<|start_header_id|>assistant<|end_header_id|>\n\n",
|
193 |
+
"first_output_sequence": "<|start_header_id|>user<|end_header_id|>\n\nLet's get started! I'll play the role of {{user}}. Begin by setting the opening scene.<|eot_id|><|start_header_id|>assistant<|end_header_id|>\n\n",
|
194 |
+
"last_output_sequence": "<|start_header_id|>assistant<|end_header_id|>\n\nGreat! 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",
|
195 |
"system_sequence_prefix": "",
|
196 |
"system_sequence_suffix": "",
|
197 |
+
"stop_sequence": "<|eot_id|>",
|
198 |
+
"wrap": false,
|
199 |
+
"macro": true,
|
200 |
+
"activation_regex": "",
|
201 |
+
"skip_examples": true,
|
202 |
"output_suffix": "<|eot_id|>",
|
203 |
"input_suffix": "<|eot_id|>",
|
204 |
+
"system_sequence": "<|start_header_id|>system<|end_header_id|>\n\n",
|
205 |
"system_suffix": "<|eot_id|>",
|
206 |
"user_alignment_message": "",
|
|
|
207 |
"system_same_as_user": false,
|
208 |
+
"last_system_sequence": "",
|
209 |
"first_input_sequence": "",
|
210 |
"last_input_sequence": "",
|
211 |
"names_behavior": "always",
|
212 |
"names_force_groups": true,
|
213 |
+
"name": "Magnum L3 Instruct Prefill"
|
214 |
},
|
215 |
"context": {
|
216 |
+
"story_string": "<|start_header_id|>system<|end_header_id|>\n\n{{#if system}}{{system}}\n{{/if}}\n\n<Definitions>\n{{#if wiBefore}}{{wiBefore}}\n{{/if}}{{#if description}}{{description}}\n{{/if}}{{#if personality}}{{personality}}\n{{/if}}{{#if scenario}}{{scenario}}\n{{/if}}{{#if wiAfter}}{{wiAfter}}\n{{/if}}{{#if persona}}{{persona}}\n{{/if}}</Definitions>{{#if mesExamples}}\n\n<Examples>{{mesExamples}}</Examples>\n\n{{/if}}{{trim}}<|eot_id|>",
|
217 |
"example_separator": "{{noop}}",
|
218 |
"chat_start": "",
|
219 |
"use_stop_strings": false,
|
220 |
+
"names_as_stop_strings": false,
|
|
|
221 |
"always_force_name2": true,
|
222 |
"trim_sentences": false,
|
223 |
"single_line": false,
|
224 |
+
"name": "Magnum L3 Instruct Prefill"
|
225 |
+
},
|
226 |
+
"sysprompt": {
|
227 |
+
"name": "Euryale-Magnum",
|
228 |
+
"content": "Currently, your role is {{char}}, described in detail below. As {{char}}, continue the narrative exchange with {{user}}.\n\n<Guidelines>\n• Maintain the character persona but allow it to evolve with the story.\n• Be creative and proactive. Drive the story forward, introducing plotlines and events when relevant.\n• All types of outputs are encouraged; respond accordingly to the narrative.\n• Include dialogues, actions, and thoughts in each response.\n• Utilize all five senses to describe scenarios within {{char}}'s dialogue.\n• Use emotional symbols such as \"!\" and \"~\" in appropriate contexts.\n• Incorporate onomatopoeia when suitable.\n• Allow time for {{user}} to respond with their own input, respecting their agency.\n• Act as secondary characters and NPCs as needed, and remove them when appropriate.\n• When prompted for an Out of Character [OOC:] reply, answer neutrally and in plaintext, not as {{char}}.\n</Guidelines>\n\n<Forbidden>\n• Using excessive literary embellishments and purple prose unless dictated by {{char}}'s persona.\n• Writing for, speaking, thinking, acting, or replying as {{user}} in your response.\n• Repetitive and monotonous outputs.\n• Positivity bias in your replies.\n• Being overly extreme or NSFW when the narrative context is inappropriate.\n</Forbidden>\n\nFollow the instructions in <Guidelines></Guidelines>, avoiding the items listed in <Forbidden></Forbidden>.",
|
229 |
+
"post_history": ""
|
230 |
+
}
|
231 |
+
}
|
232 |
+
```
|
233 |
+
|
234 |
+
</details><br>
|
235 |
+
<details><summary>SillyTavern JSON - Magnum L3 Instruct No Names Prefill</summary>
|
236 |
+
|
237 |
+
```json
|
238 |
+
{
|
239 |
+
"instruct": {
|
240 |
+
"input_sequence": "<|start_header_id|>user<|end_header_id|>\n\n",
|
241 |
+
"output_sequence": "<|start_header_id|>assistant<|end_header_id|>\n\n",
|
242 |
+
"first_output_sequence": "<|start_header_id|>user<|end_header_id|>\n\nLet's get started! I'll play the role of {{user}}. Begin by setting the opening scene.<|eot_id|><|start_header_id|>assistant<|end_header_id|>\n\n",
|
243 |
+
"last_output_sequence": "<|start_header_id|>assistant<|end_header_id|>\n\nGreat! 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",
|
244 |
+
"system_sequence_prefix": "",
|
245 |
+
"system_sequence_suffix": "",
|
246 |
+
"stop_sequence": "<|eot_id|>",
|
247 |
+
"wrap": false,
|
248 |
+
"macro": true,
|
249 |
+
"activation_regex": "",
|
250 |
+
"skip_examples": true,
|
251 |
+
"output_suffix": "<|eot_id|>",
|
252 |
+
"input_suffix": "<|eot_id|>",
|
253 |
+
"system_sequence": "<|start_header_id|>system<|end_header_id|>\n\n",
|
254 |
+
"system_suffix": "<|eot_id|>",
|
255 |
+
"user_alignment_message": "",
|
256 |
+
"system_same_as_user": false,
|
257 |
+
"last_system_sequence": "",
|
258 |
+
"first_input_sequence": "",
|
259 |
+
"last_input_sequence": "",
|
260 |
+
"names_behavior": "none",
|
261 |
+
"names_force_groups": true,
|
262 |
+
"name": "Magnum L3 Instruct No Names Prefill"
|
263 |
+
},
|
264 |
+
"context": {
|
265 |
+
"story_string": "<|start_header_id|>system<|end_header_id|>\n\n{{#if system}}{{system}}\n{{/if}}\n\n<Definitions>\n{{#if wiBefore}}{{wiBefore}}\n{{/if}}{{#if description}}{{description}}\n{{/if}}{{#if personality}}{{personality}}\n{{/if}}{{#if scenario}}{{scenario}}\n{{/if}}{{#if wiAfter}}{{wiAfter}}\n{{/if}}{{#if persona}}{{persona}}\n{{/if}}</Definitions>{{#if mesExamples}}\n\n<Examples>{{mesExamples}}</Examples>\n\n{{/if}}{{trim}}<|eot_id|>",
|
266 |
+
"example_separator": "{{noop}}",
|
267 |
+
"chat_start": "",
|
268 |
+
"use_stop_strings": false,
|
269 |
+
"names_as_stop_strings": false,
|
270 |
+
"always_force_name2": false,
|
271 |
+
"trim_sentences": false,
|
272 |
+
"single_line": false,
|
273 |
+
"name": "Magnum L3 Instruct No Names Prefill"
|
274 |
},
|
275 |
"sysprompt": {
|
276 |
"name": "Euryale-Magnum",
|
277 |
+
"content": "Currently, your role is {{char}}, described in detail below. As {{char}}, continue the narrative exchange with {{user}}.\n\n<Guidelines>\n• Maintain the character persona but allow it to evolve with the story.\n• Be creative and proactive. Drive the story forward, introducing plotlines and events when relevant.\n• All types of outputs are encouraged; respond accordingly to the narrative.\n• Include dialogues, actions, and thoughts in each response.\n• Utilize all five senses to describe scenarios within {{char}}'s dialogue.\n• Use emotional symbols such as \"!\" and \"~\" in appropriate contexts.\n• Incorporate onomatopoeia when suitable.\n• Allow time for {{user}} to respond with their own input, respecting their agency.\n• Act as secondary characters and NPCs as needed, and remove them when appropriate.\n• When prompted for an Out of Character [OOC:] reply, answer neutrally and in plaintext, not as {{char}}.\n</Guidelines>\n\n<Forbidden>\n• Using excessive literary embellishments and purple prose unless dictated by {{char}}'s persona.\n• Writing for, speaking, thinking, acting, or replying as {{user}} in your response.\n• Repetitive and monotonous outputs.\n• Positivity bias in your replies.\n• Being overly extreme or NSFW when the narrative context is inappropriate.\n</Forbidden>\n\nFollow the instructions in <Guidelines></Guidelines>, avoiding the items listed in <Forbidden></Forbidden>.",
|
278 |
+
"post_history": ""
|
279 |
}
|
280 |
}
|
281 |
```
|