tachyphylaxis Doctor-Shotgun commited on
Commit
f471765
·
verified ·
0 Parent(s):

Duplicate from Doctor-Shotgun/ML2-123B-Magnum-Diamond

Browse files

Co-authored-by: Doctor Shotgun <[email protected]>

This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +36 -0
  2. README.md +399 -0
  3. chat_template.jinja +1 -0
  4. chat_template.json +3 -0
  5. config.json +26 -0
  6. generation_config.json +6 -0
  7. model-00001-of-00051.safetensors +3 -0
  8. model-00002-of-00051.safetensors +3 -0
  9. model-00003-of-00051.safetensors +3 -0
  10. model-00004-of-00051.safetensors +3 -0
  11. model-00005-of-00051.safetensors +3 -0
  12. model-00006-of-00051.safetensors +3 -0
  13. model-00007-of-00051.safetensors +3 -0
  14. model-00008-of-00051.safetensors +3 -0
  15. model-00009-of-00051.safetensors +3 -0
  16. model-00010-of-00051.safetensors +3 -0
  17. model-00011-of-00051.safetensors +3 -0
  18. model-00012-of-00051.safetensors +3 -0
  19. model-00013-of-00051.safetensors +3 -0
  20. model-00014-of-00051.safetensors +3 -0
  21. model-00015-of-00051.safetensors +3 -0
  22. model-00016-of-00051.safetensors +3 -0
  23. model-00017-of-00051.safetensors +3 -0
  24. model-00018-of-00051.safetensors +3 -0
  25. model-00019-of-00051.safetensors +3 -0
  26. model-00020-of-00051.safetensors +3 -0
  27. model-00021-of-00051.safetensors +3 -0
  28. model-00022-of-00051.safetensors +3 -0
  29. model-00023-of-00051.safetensors +3 -0
  30. model-00024-of-00051.safetensors +3 -0
  31. model-00025-of-00051.safetensors +3 -0
  32. model-00026-of-00051.safetensors +3 -0
  33. model-00027-of-00051.safetensors +3 -0
  34. model-00028-of-00051.safetensors +3 -0
  35. model-00029-of-00051.safetensors +3 -0
  36. model-00030-of-00051.safetensors +3 -0
  37. model-00031-of-00051.safetensors +3 -0
  38. model-00032-of-00051.safetensors +3 -0
  39. model-00033-of-00051.safetensors +3 -0
  40. model-00034-of-00051.safetensors +3 -0
  41. model-00035-of-00051.safetensors +3 -0
  42. model-00036-of-00051.safetensors +3 -0
  43. model-00037-of-00051.safetensors +3 -0
  44. model-00038-of-00051.safetensors +3 -0
  45. model-00039-of-00051.safetensors +3 -0
  46. model-00040-of-00051.safetensors +3 -0
  47. model-00041-of-00051.safetensors +3 -0
  48. model-00042-of-00051.safetensors +3 -0
  49. model-00043-of-00051.safetensors +3 -0
  50. model-00044-of-00051.safetensors +3 -0
.gitattributes ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ *.7z filter=lfs diff=lfs merge=lfs -text
2
+ *.arrow filter=lfs diff=lfs merge=lfs -text
3
+ *.bin filter=lfs diff=lfs merge=lfs -text
4
+ *.bz2 filter=lfs diff=lfs merge=lfs -text
5
+ *.ckpt filter=lfs diff=lfs merge=lfs -text
6
+ *.ftz filter=lfs diff=lfs merge=lfs -text
7
+ *.gz filter=lfs diff=lfs merge=lfs -text
8
+ *.h5 filter=lfs diff=lfs merge=lfs -text
9
+ *.joblib filter=lfs diff=lfs merge=lfs -text
10
+ *.lfs.* filter=lfs diff=lfs merge=lfs -text
11
+ *.mlmodel filter=lfs diff=lfs merge=lfs -text
12
+ *.model filter=lfs diff=lfs merge=lfs -text
13
+ *.msgpack filter=lfs diff=lfs merge=lfs -text
14
+ *.npy filter=lfs diff=lfs merge=lfs -text
15
+ *.npz filter=lfs diff=lfs merge=lfs -text
16
+ *.onnx filter=lfs diff=lfs merge=lfs -text
17
+ *.ot filter=lfs diff=lfs merge=lfs -text
18
+ *.parquet filter=lfs diff=lfs merge=lfs -text
19
+ *.pb filter=lfs diff=lfs merge=lfs -text
20
+ *.pickle filter=lfs diff=lfs merge=lfs -text
21
+ *.pkl filter=lfs diff=lfs merge=lfs -text
22
+ *.pt filter=lfs diff=lfs merge=lfs -text
23
+ *.pth filter=lfs diff=lfs merge=lfs -text
24
+ *.rar filter=lfs diff=lfs merge=lfs -text
25
+ *.safetensors filter=lfs diff=lfs merge=lfs -text
26
+ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
27
+ *.tar.* filter=lfs diff=lfs merge=lfs -text
28
+ *.tar filter=lfs diff=lfs merge=lfs -text
29
+ *.tflite filter=lfs diff=lfs merge=lfs -text
30
+ *.tgz filter=lfs diff=lfs merge=lfs -text
31
+ *.wasm filter=lfs diff=lfs merge=lfs -text
32
+ *.xz filter=lfs diff=lfs merge=lfs -text
33
+ *.zip filter=lfs diff=lfs merge=lfs -text
34
+ *.zst filter=lfs diff=lfs merge=lfs -text
35
+ *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ tokenizer.model.v7 filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,399 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: mrl
4
+ license_link: https://mistral.ai/licenses/MRL-0.1.md
5
+ language:
6
+ - en
7
+ base_model:
8
+ - mistralai/Mistral-Large-Instruct-2411
9
+ tags:
10
+ - axolotl
11
+ - chat
12
+ pipeline_tag: text-generation
13
+ library_name: transformers
14
+ ---
15
+ # ML2-123B-Magnum-Diamond
16
+
17
+ Magnum "Diamond" in reference to the intense heat and pressure (generated through matrix multiplications) needed to turn the coal-esque material of dry, assistant-tuned models into creative writing gems!
18
+
19
+ This model is finetuned from [mistralai/Mistral-Large-Instruct-2411](https://huggingface.co/mistralai/Mistral-Large-Instruct-2411) as an rsLoRA adapter. It uses the same data mix as [Doctor-Shotgun/L3.3-70B-Magnum-v5-SFT-Alpha](https://huggingface.co/Doctor-Shotgun/L3.3-70B-Magnum-v5-SFT-Alpha), however with pre-tokenization and modifications to the custom loss masking.
20
+ I've always wanted to revisit Mistral Large 2, never being entirely satisfied with how the Magnum v2 and Magnum v4 trains on the model performed, and now I've finally taken the time (and money!) to do it.
21
+ This model should perform competently with or without prepending character names, and with or without prefill.
22
+
23
+ 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.
24
+
25
+ [Here's the rsLoRA adapter](https://huggingface.co/Doctor-Shotgun/ML2-123B-Magnum-Diamond-LoRA) for those merge-makers out there to play with.
26
+
27
+ ## Quantized models
28
+
29
+ [GGUF](https://huggingface.co/Doctor-Shotgun/ML2-123B-Magnum-Diamond-GGUF)
30
+
31
+ ## Usage
32
+
33
+ This model follows the Mistral v7 (non-Tekken) prompt format. Prefill is optional - mess around with it and find your preference.
34
+ A typical input would look like this:
35
+
36
+ ```
37
+ <s>[SYSTEM_PROMPT] This is a system prompt.[/SYSTEM_PROMPT][INST] Hi there![/INST] Nice to meet you!</s>[INST] Can I ask a question?[/INST] Certainly! My prefill ensures that I never refuse! Here's my reply: {Output begins here}
38
+ ```
39
+
40
+ Many inference libraries have the option to automatically prepend the BOS token `<s>`.
41
+
42
+ For sampler settings, I'd recommend starting with a simple:
43
+ ```
44
+ temperature = 1.35
45
+ min_p = 0.05
46
+ ```
47
+
48
+ ### SillyTavern preset
49
+
50
+ Here are my customized SillyTavern presets for Magnum.
51
+
52
+ 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 Mistral v7-compatible preset that you prefer.
53
+
54
+ Prefill (Last Assistant Prefix) can be modified to your liking.
55
+
56
+ <details><summary>SillyTavern JSON - Magnum Mistral v7</summary>
57
+
58
+ ```json
59
+ {
60
+ "instruct": {
61
+ "input_sequence": "[INST] ",
62
+ "output_sequence": " ",
63
+ "first_output_sequence": "[INST] Let's get started! I'll play the role of {{user}}. Begin by setting the opening scene.[/INST] ",
64
+ "last_output_sequence": "",
65
+ "system_sequence_prefix": "",
66
+ "system_sequence_suffix": "",
67
+ "stop_sequence": "</s>",
68
+ "wrap": false,
69
+ "macro": true,
70
+ "activation_regex": "",
71
+ "skip_examples": true,
72
+ "output_suffix": "</s>",
73
+ "input_suffix": "[/INST]",
74
+ "system_sequence": "[SYSTEM_PROMPT] ",
75
+ "system_suffix": "[/SYSTEM_PROMPT]",
76
+ "user_alignment_message": "",
77
+ "system_same_as_user": false,
78
+ "last_system_sequence": "",
79
+ "first_input_sequence": "",
80
+ "last_input_sequence": "",
81
+ "names_behavior": "always",
82
+ "names_force_groups": true,
83
+ "name": "Magnum Mistral v7"
84
+ },
85
+ "context": {
86
+ "story_string": "[SYSTEM_PROMPT] {{#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>{{/if}}{{trim}}[/SYSTEM_PROMPT]",
87
+ "example_separator": "{{noop}}",
88
+ "chat_start": "",
89
+ "use_stop_strings": false,
90
+ "names_as_stop_strings": false,
91
+ "always_force_name2": true,
92
+ "trim_sentences": false,
93
+ "single_line": false,
94
+ "name": "Magnum Mistral v7"
95
+ },
96
+ "sysprompt": {
97
+ "name": "Euryale-Magnum",
98
+ "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>.",
99
+ "post_history": ""
100
+ }
101
+ }
102
+ ```
103
+
104
+ </details><br>
105
+ <details><summary>SillyTavern JSON - Magnum Mistral v7 No Names</summary>
106
+
107
+ **Note: This one is not recommended due to how whitespace is handled.**
108
+
109
+ ```json
110
+ {
111
+ "instruct": {
112
+ "input_sequence": "[INST] ",
113
+ "output_sequence": " ",
114
+ "first_output_sequence": "[INST] Let's get started! I'll play the role of {{user}}. Begin by setting the opening scene.[/INST] ",
115
+ "last_output_sequence": "",
116
+ "system_sequence_prefix": "",
117
+ "system_sequence_suffix": "",
118
+ "stop_sequence": "</s>",
119
+ "wrap": false,
120
+ "macro": true,
121
+ "activation_regex": "",
122
+ "skip_examples": true,
123
+ "output_suffix": "</s>",
124
+ "input_suffix": "[/INST]",
125
+ "system_sequence": "[SYSTEM_PROMPT] ",
126
+ "system_suffix": "[/SYSTEM_PROMPT]",
127
+ "user_alignment_message": "",
128
+ "system_same_as_user": false,
129
+ "last_system_sequence": "",
130
+ "first_input_sequence": "",
131
+ "last_input_sequence": "",
132
+ "names_behavior": "none",
133
+ "names_force_groups": true,
134
+ "name": "Magnum Mistral v7 No Names"
135
+ },
136
+ "context": {
137
+ "story_string": "[SYSTEM_PROMPT] {{#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>{{/if}}{{trim}}[/SYSTEM_PROMPT]",
138
+ "example_separator": "{{noop}}",
139
+ "chat_start": "",
140
+ "use_stop_strings": false,
141
+ "names_as_stop_strings": false,
142
+ "always_force_name2": false,
143
+ "trim_sentences": false,
144
+ "single_line": false,
145
+ "name": "Magnum Mistral v7 No Names"
146
+ },
147
+ "sysprompt": {
148
+ "name": "Euryale-Magnum",
149
+ "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>.",
150
+ "post_history": ""
151
+ }
152
+ }
153
+ ```
154
+
155
+ </details><br>
156
+ <details><summary>SillyTavern JSON - Magnum Mistral v7 Prefill</summary>
157
+
158
+ ```json
159
+ {
160
+ "instruct": {
161
+ "input_sequence": "[INST] ",
162
+ "output_sequence": " ",
163
+ "first_output_sequence": "[INST] Let's get started! I'll play the role of {{user}}. Begin by setting the opening scene.[/INST] ",
164
+ "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",
165
+ "system_sequence_prefix": "",
166
+ "system_sequence_suffix": "",
167
+ "stop_sequence": "</s>",
168
+ "wrap": false,
169
+ "macro": true,
170
+ "activation_regex": "",
171
+ "skip_examples": true,
172
+ "output_suffix": "</s>",
173
+ "input_suffix": "[/INST]",
174
+ "system_sequence": "[SYSTEM_PROMPT] ",
175
+ "system_suffix": "[/SYSTEM_PROMPT]",
176
+ "user_alignment_message": "",
177
+ "system_same_as_user": false,
178
+ "last_system_sequence": "",
179
+ "first_input_sequence": "",
180
+ "last_input_sequence": "",
181
+ "names_behavior": "always",
182
+ "names_force_groups": true,
183
+ "name": "Magnum Mistral v7 Prefill"
184
+ },
185
+ "context": {
186
+ "story_string": "[SYSTEM_PROMPT] {{#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>{{/if}}{{trim}}[/SYSTEM_PROMPT]",
187
+ "example_separator": "{{noop}}",
188
+ "chat_start": "",
189
+ "use_stop_strings": false,
190
+ "names_as_stop_strings": false,
191
+ "always_force_name2": true,
192
+ "trim_sentences": false,
193
+ "single_line": false,
194
+ "name": "Magnum Mistral v7 Prefill"
195
+ },
196
+ "sysprompt": {
197
+ "name": "Euryale-Magnum",
198
+ "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>.",
199
+ "post_history": ""
200
+ }
201
+ }
202
+ ```
203
+
204
+ </details><br>
205
+ <details><summary>SillyTavern JSON - Magnum Mistral v7 No Names Prefill</summary>
206
+
207
+ ```json
208
+ {
209
+ "instruct": {
210
+ "input_sequence": "[INST] ",
211
+ "output_sequence": " ",
212
+ "first_output_sequence": "[INST] Let's get started! I'll play the role of {{user}}. Begin by setting the opening scene.[/INST] ",
213
+ "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",
214
+ "system_sequence_prefix": "",
215
+ "system_sequence_suffix": "",
216
+ "stop_sequence": "</s>",
217
+ "wrap": false,
218
+ "macro": true,
219
+ "activation_regex": "",
220
+ "skip_examples": true,
221
+ "output_suffix": "</s>",
222
+ "input_suffix": "[/INST]",
223
+ "system_sequence": "[SYSTEM_PROMPT] ",
224
+ "system_suffix": "[/SYSTEM_PROMPT]",
225
+ "user_alignment_message": "",
226
+ "system_same_as_user": false,
227
+ "last_system_sequence": "",
228
+ "first_input_sequence": "",
229
+ "last_input_sequence": "",
230
+ "names_behavior": "none",
231
+ "names_force_groups": true,
232
+ "name": "Magnum Mistral v7 No Names Prefill"
233
+ },
234
+ "context": {
235
+ "story_string": "[SYSTEM_PROMPT] {{#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>{{/if}}{{trim}}[/SYSTEM_PROMPT]",
236
+ "example_separator": "{{noop}}",
237
+ "chat_start": "",
238
+ "use_stop_strings": false,
239
+ "names_as_stop_strings": false,
240
+ "always_force_name2": false,
241
+ "trim_sentences": false,
242
+ "single_line": false,
243
+ "name": "Magnum Mistral v7 No Names Prefill"
244
+ },
245
+ "sysprompt": {
246
+ "name": "Euryale-Magnum",
247
+ "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>.",
248
+ "post_history": ""
249
+ }
250
+ }
251
+ ```
252
+
253
+ </details><br>
254
+
255
+ ## Credits
256
+
257
+ Compute paid for from the wallet of yours truly, [Doctor Shotgun](https://huggingface.co/Doctor-Shotgun).
258
+
259
+ 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.
260
+
261
+ Thank you to [Gryphe](https://huggingface.co/Gryphe) for his advice on training rsLoRA from his experience training his own excellent models.
262
+
263
+ Thank you to [Sao10K](https://huggingface.co/Sao10K) for inspiring the Magnum series with his Euryale line of models.
264
+ 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.
265
+
266
+ Thank you to the members of [Anthracite](https://huggingface.co/anthracite-org) for the datasets and support.
267
+
268
+ ## Intended uses and limitations
269
+
270
+ This model is intended for creative writing and roleplay purposes.
271
+ 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.
272
+ All outputs should be considered fiction, as this model is not intended to provide factual information or advice.
273
+
274
+ ## Training procedure
275
+
276
+ [WandB](https://wandb.ai/doctorshotgun/123b-magnum-lora/runs/5uu176am?nw=nwuserdoctorshotgun)
277
+
278
+ [<img src="https://raw.githubusercontent.com/axolotl-ai-cloud/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/axolotl-ai-cloud/axolotl)
279
+ <details><summary>See axolotl config</summary>
280
+
281
+ axolotl version: `0.9.2`
282
+ ```yaml
283
+ base_model: mistralai/Mistral-Large-Instruct-2411
284
+ base_model_ignore_patterns: "consolidated*.safetensors"
285
+ # optionally might have model_type or tokenizer_type
286
+ model_type: AutoModelForCausalLM
287
+ tokenizer_type: AutoTokenizer
288
+ # Automatically upload checkpoint and final model to HF
289
+ hub_model_id: Doctor-Shotgun/magnum-v5-sft-prototype-123b-lora
290
+ hub_strategy: "all_checkpoints"
291
+ push_dataset_to_hub:
292
+ hf_use_auth_token: true
293
+
294
+ load_in_8bit: false
295
+ load_in_4bit: false
296
+ strict: false
297
+
298
+ datasets:
299
+ - path: anthracite-core/magnum-v5-sft-proto-largestral-rev1-32k
300
+ ds_type: parquet
301
+ type:
302
+ shuffle_merged_datasets: true
303
+ dataset_prepared_path: /home/ubuntu/magnum-123b-data
304
+ val_set_size: 0.0
305
+ output_dir: /home/ubuntu/magnum-123b-lora-out
306
+
307
+ plugins:
308
+ - axolotl.integrations.liger.LigerPlugin
309
+ - axolotl.integrations.cut_cross_entropy.CutCrossEntropyPlugin
310
+ liger_rope: true
311
+ liger_rms_norm: true
312
+ liger_layer_norm: true
313
+ liger_glu_activation: true
314
+ liger_fused_linear_cross_entropy: false
315
+ cut_cross_entropy: true
316
+
317
+ #torch_compile: auto
318
+ #torch_compile_backend:
319
+
320
+ sequence_len: 32768
321
+ sample_packing: true
322
+ eval_sample_packing: true
323
+ pad_to_sequence_len: true
324
+
325
+ adapter: lora
326
+ lora_model_dir:
327
+ lora_r: 128
328
+ lora_alpha: 16
329
+ lora_dropout: 0.05
330
+ lora_target_linear: true
331
+ lora_fan_in_fan_out:
332
+ peft_use_rslora: true
333
+ lora_modules_to_save:
334
+ - embed_tokens
335
+ - lm_head
336
+
337
+ wandb_project: 123b-magnum-lora
338
+ wandb_entity:
339
+ wandb_watch:
340
+ wandb_name:
341
+ wandb_log_model:
342
+
343
+ gradient_accumulation_steps: 2
344
+ micro_batch_size: 1
345
+ num_epochs: 2
346
+ optimizer: paged_ademamix_8bit
347
+ lr_scheduler: cosine
348
+ learning_rate: 1.0e-5
349
+ max_grad_norm: 1.0
350
+
351
+ train_on_inputs: false
352
+ group_by_length: false
353
+ bf16: auto
354
+ fp16:
355
+ tf32: false
356
+
357
+ gradient_checkpointing: true
358
+ early_stopping_patience:
359
+ resume_from_checkpoint:
360
+ local_rank:
361
+ logging_steps: 1
362
+ xformers_attention:
363
+ flash_attention: true
364
+ s2_attention:
365
+
366
+ warmup_steps: 40
367
+ evals_per_epoch:
368
+ eval_table_size:
369
+ eval_max_new_tokens:
370
+ saves_per_epoch: 2
371
+ debug:
372
+ deepspeed: ./deepspeed_configs/zero3_bf16_torch_compile.json
373
+ weight_decay: 0.01
374
+ fsdp:
375
+ fsdp_config:
376
+ special_tokens:
377
+ pad_token: </s>
378
+
379
+ ```
380
+
381
+ </details><br>
382
+
383
+ ### Training hyperparameters
384
+
385
+ The following hyperparameters were used during training:
386
+ - learning_rate: 1e-05
387
+ - train_batch_size: 1
388
+ - eval_batch_size: 1
389
+ - seed: 42
390
+ - distributed_type: multi-GPU
391
+ - num_devices: 8
392
+ - gradient_accumulation_steps: 2
393
+ - total_train_batch_size: 16
394
+ - total_eval_batch_size: 8
395
+ - optimizer: Use paged_ademamix_8bit and the args are:
396
+ No additional optimizer arguments
397
+ - lr_scheduler_type: cosine
398
+ - lr_scheduler_warmup_steps: 40
399
+ - num_epochs: 2.0
chat_template.jinja ADDED
@@ -0,0 +1 @@
 
 
1
+ {{ bos_token }}{% for message in messages %}{% if message['role'] == 'user' %}{{ '[INST] ' + message['content'] + '[/INST]' }}{% elif message['role'] == 'system' %}{{ '[SYSTEM_PROMPT] ' + message['content'] + '[/SYSTEM_PROMPT]' }}{% elif message['role'] == 'assistant' %}{{ ' ' + message['content'] + eos_token }}{% else %}{{ raise_exception('Only user, system and assistant roles are supported!') }}{% endif %}{% endfor %}
chat_template.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "chat_template": "{{ bos_token }}{% for message in messages %}{% if message['role'] == 'user' %}{{ '[INST] ' + message['content'] + '[/INST]' }}{% elif message['role'] == 'system' %}{{ '[SYSTEM_PROMPT] ' + message['content'] + '[/SYSTEM_PROMPT]' }}{% elif message['role'] == 'assistant' %}{{ ' ' + message['content'] + eos_token }}{% else %}{{ raise_exception('Only user, system and assistant roles are supported!') }}{% endif %}{% endfor %}"
3
+ }
config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "MistralForCausalLM"
4
+ ],
5
+ "attention_dropout": 0.0,
6
+ "bos_token_id": 1,
7
+ "eos_token_id": 2,
8
+ "head_dim": 128,
9
+ "hidden_act": "silu",
10
+ "hidden_size": 12288,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 28672,
13
+ "max_position_embeddings": 131072,
14
+ "model_type": "mistral",
15
+ "num_attention_heads": 96,
16
+ "num_hidden_layers": 88,
17
+ "num_key_value_heads": 8,
18
+ "rms_norm_eps": 1e-05,
19
+ "rope_theta": 1000000.0,
20
+ "sliding_window": null,
21
+ "tie_word_embeddings": false,
22
+ "torch_dtype": "bfloat16",
23
+ "transformers_version": "4.52.4",
24
+ "use_cache": true,
25
+ "vocab_size": 32768
26
+ }
generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 1,
4
+ "eos_token_id": 2,
5
+ "transformers_version": "4.52.4"
6
+ }
model-00001-of-00051.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ba5d24c4496342482c27da1b4319862788fbd7886616117ea1fa9fd01118304
3
+ size 4932552432
model-00002-of-00051.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:848e65a6111b7343c66b8ac4b6cb77b0762c8c8b1afa4f2d2acd6f41854dfb49
3
+ size 4831938528
model-00003-of-00051.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af313eb2bafe88d3ec82b127d535ed75a82457ce3c081a5354d1ee1ead5bb933
3
+ size 4882269816
model-00004-of-00051.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a8a0adca833c8751ba87aa6bae0d3ff9631eb6cbea659f504339c81316bf9967
3
+ size 4831889136
model-00005-of-00051.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a353bd55d14a2ba10faa810a0123a28c3eb0412bafb1c9ac8a334a98c1f509a
3
+ size 4831938520
model-00006-of-00051.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:904f893e25b45b2590260c116b7ba8637fa9b0fb378b07845b10bae9064ad3fb
3
+ size 4831938528
model-00007-of-00051.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b1547ad0abfc00768b4c20595e315f1e3573bc51278d950c08b516b7ac76236
3
+ size 4882269832
model-00008-of-00051.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff310afc6f46bde8968a7d5f7f0197c3bea40fd10411d17e12dc958963537a9a
3
+ size 4831889152
model-00009-of-00051.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4dfa11786f7f056b9406ce05c70c0ab18e26f05778c59810e93175424393589c
3
+ size 4831938536
model-00010-of-00051.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ee4a4a5eb25dfb4018836de6a6f27b80e59773add1af0f372a776a8b157d211
3
+ size 4831938544
model-00011-of-00051.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b82e4a499cee8f346f97a107814eed0460001dccdd305cb28b63761a8cd5c1ca
3
+ size 4882269832
model-00012-of-00051.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28afd9d9f973edbfbc1f7e6a7a7f1c4408d08335a09053f947436621f99424e4
3
+ size 4831889152
model-00013-of-00051.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:125e266ac93e4967cd1c1c5fb9741c071b01d8caf7d01771297f5c25c693f33d
3
+ size 4831938536
model-00014-of-00051.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:342639f76a5d8d7c11e896301f3516f53834d7461ca8d76a04527c5c448832c9
3
+ size 4831938544
model-00015-of-00051.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:43d7ddcf39c47edcd4e64113bd77a9aa819912daa10149f5d2b5a842ef61eaa7
3
+ size 4882269832
model-00016-of-00051.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d60dece54d965e64960601c62d63297b2fcd3a7a823aa145e95de09f9097c141
3
+ size 4831889152
model-00017-of-00051.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:807fb817d47995fb69becfa244f3526257829194aede868f72ef13eb4e04b8fd
3
+ size 4831938536
model-00018-of-00051.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87b4bbe7cb395129ec28140e18c58c423c447acef851613a0d7235733737ea8b
3
+ size 4831938544
model-00019-of-00051.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:781eddfe5e98d7ddad984663bece97d20d7dc57297ce16321b5e72d426a669b9
3
+ size 4882269832
model-00020-of-00051.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:887aae8540544c18d86f5c17245781527a917b9f9e20894a557915e7a1a10ef5
3
+ size 4831889152
model-00021-of-00051.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c45df208aad69ae696c06e1ff28383dec57cbd8844d247a3b81fed499cfa35d
3
+ size 4831938536
model-00022-of-00051.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:963e0881a5755baa5b65a241de177d836ebd3ae87a86ad50f3e2689cb09758ea
3
+ size 4831938544
model-00023-of-00051.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7bbd36971cf1ac672cf96393431f35456a2ebfeb087a0c05c12f5a1d662912b2
3
+ size 4882269832
model-00024-of-00051.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51415c2d442edb70befb26516790523e55f60f45328bf632c9c50b4db9e89f74
3
+ size 4831889152
model-00025-of-00051.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d86dbbe4b2ce4e5bbab756433fc849df6dc6c9389811eebaa0e98d1e2072b244
3
+ size 4831938536
model-00026-of-00051.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:deb5acf312858a38522bf4a52abb0ca5ef49bb29ec500985e94ccb0bfea9dfef
3
+ size 4831938544
model-00027-of-00051.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9775b3ca573db61f7f83987a2c5da9f1542730ea4eea17c1e8962f6dc6396900
3
+ size 4882269832
model-00028-of-00051.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9930a943b61fb4e220edf9fa9359e7b8268c4f6559cfe7d31c318dd6bc86529
3
+ size 4831889152
model-00029-of-00051.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f5f3736cdf6a4c59036e4e22d39cfc7f6e75449ea4696dd86f27cb5b3b0f4aa
3
+ size 4831938536
model-00030-of-00051.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:893b3b8f20edd4d84c55fe8610b6610f2f949a0fd8be808254114c94cbcdbf76
3
+ size 4831938544
model-00031-of-00051.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a64da2682334a46e8f83d3e030bec12be572b60579f0278362e5322dc1c0f233
3
+ size 4882269832
model-00032-of-00051.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75a8765f73c3840a6454dbffb53643c118ca9ae83ef867e7048f473b22d4f41b
3
+ size 4831889152
model-00033-of-00051.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5ee3483d3c8bee2321fdbae53674aefcec35fbbe56162f14f0cb67b90b16829
3
+ size 4831938536
model-00034-of-00051.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf113f712e194f7a18f93c9da8a1c5e3829acd2ecdad0e0151f04694d0b04b09
3
+ size 4831938544
model-00035-of-00051.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a26319352309230a5bfc980cedcf4e19f9b78176e4545aa76524aa0c25190361
3
+ size 4882269832
model-00036-of-00051.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65111062ef14ab4faf8bb8bc62fe03fde9aaddf7d4f6f1bb731039d69a74c918
3
+ size 4831889152
model-00037-of-00051.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:008607dd9986a6860ac117c3a8258bfaf0cbafc3b8d371eaf3b2693315e9b1a9
3
+ size 4831938536
model-00038-of-00051.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3368bda9b1f05395744e55c228e71a35b9c1044fdd35b60e8fd931bebf49f0aa
3
+ size 4831938544
model-00039-of-00051.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9b802727d4a7bf9270c740791a243a60850f73bb967605bf39d7ede8eb7f831
3
+ size 4882269832
model-00040-of-00051.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34bd849c11487d97fd77b4f10485c477804cde3c0a6b5d374873257b5330c321
3
+ size 4831889152
model-00041-of-00051.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d991ea8d07e7e6c6d86d2973a68234ab07fc77ae86cafd59eae9defe1333a59
3
+ size 4831938536
model-00042-of-00051.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:139aabc05b56125394d2614e4752a3d1d209950d25d89b8e265a46770805fe8d
3
+ size 4831938544
model-00043-of-00051.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d143eea6092212b70211e8ac09f52ffdb4c4c2b5403e1f82ac56251d0d99a565
3
+ size 4882269832
model-00044-of-00051.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35b9bc6889c5b108958bd037974d1ec39ac5aaa95aff7be64cc59143375bc66b
3
+ size 4831889152