Doctor-Shotgun commited on
Commit
c0c27d4
·
verified ·
1 Parent(s): 22f75c0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +277 -7
README.md CHANGED
@@ -1,26 +1,296 @@
1
  ---
2
- base_model: []
 
 
 
 
 
 
 
3
  library_name: transformers
4
  tags:
5
  - mergekit
6
  - merge
7
-
 
8
  ---
9
  # L3.3-70B-Magnum-Nexus
10
 
11
- This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
 
13
  ## Merge Details
14
  ### Merge Method
15
 
16
- This model was merged using the [Model Stock](https://arxiv.org/abs/2403.19522) merge method using Doctor-Shotgun/L3.3-70B-Magnum-v5-SFT-Alpha as a base.
17
 
18
  ### Models Merged
19
 
20
  The following models were included in the merge:
21
- * meta-llama/Llama-3.3-70B-Instruct
22
- * Doctor-Shotgun/L3.3-70B-Magnum-v5-SFT-Gamma
23
- * Doctor-Shotgun/L3.3-70B-Magnum-v4-SE
24
 
25
  ### Configuration
26
 
 
1
  ---
2
+ license: llama3.3
3
+ language:
4
+ - en
5
+ base_model:
6
+ - Doctor-Shotgun/L3.3-70B-Magnum-v5-SFT-Alpha
7
+ - meta-llama/Llama-3.3-70B-Instruct
8
+ - Doctor-Shotgun/L3.3-70B-Magnum-v5-SFT-Gamma
9
+ - Doctor-Shotgun/L3.3-70B-Magnum-v4-SE
10
  library_name: transformers
11
  tags:
12
  - mergekit
13
  - merge
14
+ - chat
15
+ pipeline_tag: text-generation
16
  ---
17
  # L3.3-70B-Magnum-Nexus
18
 
19
+ This is *hopefully* the final iteration of Magnum built on [meta-llama/Llama-3.3-70B-Instruct](https://huggingface.co/meta-llama/Llama-3.3-70B-Instruct) (although we'll have to see how long it takes for a new open-weights model to release in the same size range...).
20
+ It consists of several separate rsLoRA finetunes merged using [mergekit](https://github.com/cg123/mergekit) with the goal of smoothing out their respective quirks. This model should perform competently with or without prepending character names, and with or without prefill.
21
+
22
+ The objective, as with the other Magnum models, is to emulate the prose style and quality of the Claude 3 Sonnet/Opus series of models on a local scale, so don't be surprised to see "Claude-isms" in its output.
23
+
24
+ ## Quantized models
25
+
26
+ [GGUF](https://huggingface.co/Doctor-Shotgun/L3.3-70B-Magnum-Nexus-GGUF)
27
+
28
+ ## Usage
29
+
30
+ 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.
31
+ A typical input would look like this:
32
+
33
+ ```
34
+ <|begin_of_text|><|start_header_id|>system<|end_header_id|>
35
+
36
+ This is a system prompt.<|eot_id|><|start_header_id|>user<|end_header_id|>
37
+
38
+ Hi there!<|eot_id|><|start_header_id|>assistant<|end_header_id|>
39
+
40
+ Nice to meet you!<|eot_id|><|start_header_id|>user<|end_header_id|>
41
+
42
+ Can I ask a question?<|eot_id|><|start_header_id|>assistant<|end_header_id|>
43
+
44
+ Certainly! My prefill ensures that I never refuse! Here's my reply:
45
+
46
+ {Output begins here}
47
+ ```
48
+
49
+ Many inference libraries have the option to automatically prepend the BOS token `<|begin_of_text|>`.
50
+
51
+ For sampler settings, I'd recommend starting with a simple:
52
+ ```
53
+ temperature = 1.1
54
+ min_p = 0.1
55
+ ```
56
+
57
+ ### SillyTavern preset
58
+
59
+ Here are my customized SillyTavern presets for Magnum.
60
+
61
+ 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.
62
+
63
+ Prefill (Last Assistant Prefix) can be modified to your liking.
64
+
65
+ <details><summary>SillyTavern JSON - Magnum L3 Instruct</summary>
66
+
67
+ ```json
68
+ {
69
+ "instruct": {
70
+ "input_sequence": "<|start_header_id|>user<|end_header_id|>\n\n",
71
+ "output_sequence": "<|start_header_id|>assistant<|end_header_id|>\n\n",
72
+ "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",
73
+ "last_output_sequence": "",
74
+ "system_sequence_prefix": "",
75
+ "system_sequence_suffix": "",
76
+ "stop_sequence": "<|eot_id|>",
77
+ "wrap": false,
78
+ "macro": true,
79
+ "activation_regex": "",
80
+ "skip_examples": true,
81
+ "output_suffix": "<|eot_id|>",
82
+ "input_suffix": "<|eot_id|>",
83
+ "system_sequence": "<|start_header_id|>system<|end_header_id|>\n\n",
84
+ "system_suffix": "<|eot_id|>",
85
+ "user_alignment_message": "",
86
+ "system_same_as_user": false,
87
+ "last_system_sequence": "",
88
+ "first_input_sequence": "",
89
+ "last_input_sequence": "",
90
+ "names_behavior": "always",
91
+ "names_force_groups": true,
92
+ "name": "Magnum L3 Instruct"
93
+ },
94
+ "context": {
95
+ "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|>",
96
+ "example_separator": "{{noop}}",
97
+ "chat_start": "",
98
+ "use_stop_strings": false,
99
+ "names_as_stop_strings": false,
100
+ "always_force_name2": true,
101
+ "trim_sentences": false,
102
+ "single_line": false,
103
+ "name": "Magnum L3 Instruct"
104
+ },
105
+ "sysprompt": {
106
+ "name": "Euryale-Magnum",
107
+ "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>.",
108
+ "post_history": ""
109
+ }
110
+ }
111
+ ```
112
+
113
+ </details><br>
114
+ <details><summary>SillyTavern JSON - Magnum L3 Instruct No Names</summary>
115
+
116
+ ```json
117
+ {
118
+ "instruct": {
119
+ "input_sequence": "<|start_header_id|>user<|end_header_id|>\n\n",
120
+ "output_sequence": "<|start_header_id|>assistant<|end_header_id|>\n\n",
121
+ "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",
122
+ "last_output_sequence": "",
123
+ "system_sequence_prefix": "",
124
+ "system_sequence_suffix": "",
125
+ "stop_sequence": "<|eot_id|>",
126
+ "wrap": false,
127
+ "macro": true,
128
+ "activation_regex": "",
129
+ "skip_examples": true,
130
+ "output_suffix": "<|eot_id|>",
131
+ "input_suffix": "<|eot_id|>",
132
+ "system_sequence": "<|start_header_id|>system<|end_header_id|>\n\n",
133
+ "system_suffix": "<|eot_id|>",
134
+ "user_alignment_message": "",
135
+ "system_same_as_user": false,
136
+ "last_system_sequence": "",
137
+ "first_input_sequence": "",
138
+ "last_input_sequence": "",
139
+ "names_behavior": "none",
140
+ "names_force_groups": true,
141
+ "name": "Magnum L3 Instruct No Names"
142
+ },
143
+ "context": {
144
+ "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|>",
145
+ "example_separator": "{{noop}}",
146
+ "chat_start": "",
147
+ "use_stop_strings": false,
148
+ "names_as_stop_strings": false,
149
+ "always_force_name2": false,
150
+ "trim_sentences": false,
151
+ "single_line": false,
152
+ "name": "Magnum L3 Instruct No Names"
153
+ },
154
+ "sysprompt": {
155
+ "name": "Euryale-Magnum",
156
+ "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>.",
157
+ "post_history": ""
158
+ }
159
+ }
160
+ ```
161
+
162
+ </details><br>
163
+ <details><summary>SillyTavern JSON - Magnum L3 Instruct Prefill</summary>
164
+
165
+ ```json
166
+ {
167
+ "instruct": {
168
+ "input_sequence": "<|start_header_id|>user<|end_header_id|>\n\n",
169
+ "output_sequence": "<|start_header_id|>assistant<|end_header_id|>\n\n",
170
+ "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",
171
+ "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",
172
+ "system_sequence_prefix": "",
173
+ "system_sequence_suffix": "",
174
+ "stop_sequence": "<|eot_id|>",
175
+ "wrap": false,
176
+ "macro": true,
177
+ "activation_regex": "",
178
+ "skip_examples": true,
179
+ "output_suffix": "<|eot_id|>",
180
+ "input_suffix": "<|eot_id|>",
181
+ "system_sequence": "<|start_header_id|>system<|end_header_id|>\n\n",
182
+ "system_suffix": "<|eot_id|>",
183
+ "user_alignment_message": "",
184
+ "system_same_as_user": false,
185
+ "last_system_sequence": "",
186
+ "first_input_sequence": "",
187
+ "last_input_sequence": "",
188
+ "names_behavior": "always",
189
+ "names_force_groups": true,
190
+ "name": "Magnum L3 Instruct Prefill"
191
+ },
192
+ "context": {
193
+ "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|>",
194
+ "example_separator": "{{noop}}",
195
+ "chat_start": "",
196
+ "use_stop_strings": false,
197
+ "names_as_stop_strings": false,
198
+ "always_force_name2": true,
199
+ "trim_sentences": false,
200
+ "single_line": false,
201
+ "name": "Magnum L3 Instruct Prefill"
202
+ },
203
+ "sysprompt": {
204
+ "name": "Euryale-Magnum",
205
+ "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>.",
206
+ "post_history": ""
207
+ }
208
+ }
209
+ ```
210
+
211
+ </details><br>
212
+ <details><summary>SillyTavern JSON - Magnum L3 Instruct No Names Prefill</summary>
213
+
214
+ ```json
215
+ {
216
+ "instruct": {
217
+ "input_sequence": "<|start_header_id|>user<|end_header_id|>\n\n",
218
+ "output_sequence": "<|start_header_id|>assistant<|end_header_id|>\n\n",
219
+ "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",
220
+ "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",
221
+ "system_sequence_prefix": "",
222
+ "system_sequence_suffix": "",
223
+ "stop_sequence": "<|eot_id|>",
224
+ "wrap": false,
225
+ "macro": true,
226
+ "activation_regex": "",
227
+ "skip_examples": true,
228
+ "output_suffix": "<|eot_id|>",
229
+ "input_suffix": "<|eot_id|>",
230
+ "system_sequence": "<|start_header_id|>system<|end_header_id|>\n\n",
231
+ "system_suffix": "<|eot_id|>",
232
+ "user_alignment_message": "",
233
+ "system_same_as_user": false,
234
+ "last_system_sequence": "",
235
+ "first_input_sequence": "",
236
+ "last_input_sequence": "",
237
+ "names_behavior": "none",
238
+ "names_force_groups": true,
239
+ "name": "Magnum L3 Instruct No Names Prefill"
240
+ },
241
+ "context": {
242
+ "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|>",
243
+ "example_separator": "{{noop}}",
244
+ "chat_start": "",
245
+ "use_stop_strings": false,
246
+ "names_as_stop_strings": false,
247
+ "always_force_name2": false,
248
+ "trim_sentences": false,
249
+ "single_line": false,
250
+ "name": "Magnum L3 Instruct No Names Prefill"
251
+ },
252
+ "sysprompt": {
253
+ "name": "Euryale-Magnum",
254
+ "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>.",
255
+ "post_history": ""
256
+ }
257
+ }
258
+ ```
259
+
260
+ </details><br>
261
+
262
+ ## Credits
263
+
264
+ Compute for [Doctor-Shotgun/L3.3-70B-Magnum-v4-SE](https://huggingface.co/Doctor-Shotgun/L3.3-70B-Magnum-v4-SE) and [Doctor-Shotgun/L3.3-70B-Magnum-v5-SFT-Alpha](https://huggingface.co/Doctor-Shotgun/L3.3-70B-Magnum-v5-SFT-Alpha) funded by [Doctor-Shotgun](https://huggingface.co/Doctor-Shotgun).
265
+
266
+ Thank you to [kalomaze](https://huggingface.co/kalomaze) for providing the compute used for [Doctor-Shotgun/L3.3-70B-Magnum-v5-SFT-Gamma](https://huggingface.co/Doctor-Shotgun/L3.3-70B-Magnum-v5-SFT-Gamma).
267
+
268
+ Thank you to [PocketDoc](https://huggingface.co/PocketDoc) for the advanced prompt building strategy, as well as [Delta-Vector](https://huggingface.co/Delta-Vector) and [intervitens](https://huggingface.co/intervitens) for helping experiment on it.
269
+
270
+ Thank you to [Gryphe](https://huggingface.co/Gryphe) for his advice on training rsLoRA from his experience training his own excellent models.
271
+
272
+ Thank you to [Sao10K](https://huggingface.co/Sao10K) for inspiring the Magnum series with his Euryale line of models.
273
+ With his tireless work, he demonstrated that official instruct-tuned models could be made fun and interesting with limited post-training, feasibly done by small groups and individuals.
274
+
275
+ Thank you to the members of [Anthracite](https://huggingface.co/anthracite-org) for the datasets and support.
276
+
277
+ ## Intended uses and limitations
278
+
279
+ This model is intended for creative writing and roleplay purposes.
280
+ It may show biases similar to those observed in contemporary LLM-based roleplay, in addition to those exhibited by the Claude 3 series of models and the base model.
281
+ All outputs should be considered fiction, as this model is not intended to provide factual information or advice.
282
 
283
  ## Merge Details
284
  ### Merge Method
285
 
286
+ This model was merged using the [Model Stock](https://arxiv.org/abs/2403.19522) merge method using [Doctor-Shotgun/L3.3-70B-Magnum-v5-SFT-Alpha](https://huggingface.co/Doctor-Shotgun/L3.3-70B-Magnum-v5-SFT-Alpha) as a base.
287
 
288
  ### Models Merged
289
 
290
  The following models were included in the merge:
291
+ * [meta-llama/Llama-3.3-70B-Instruct](https://huggingface.co/meta-llama/Llama-3.3-70B-Instruct)
292
+ * [Doctor-Shotgun/L3.3-70B-Magnum-v5-SFT-Gamma](https://huggingface.co/Doctor-Shotgun/L3.3-70B-Magnum-v5-SFT-Gamma)
293
+ * [Doctor-Shotgun/L3.3-70B-Magnum-v4-SE](https://huggingface.co/Doctor-Shotgun/L3.3-70B-Magnum-v4-SE)
294
 
295
  ### Configuration
296