Update README.md
Browse files
README.md
CHANGED
@@ -105,6 +105,47 @@ model-index:
|
|
105 |
name: Open LLM Leaderboard
|
106 |
---
|
107 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
108 |
# Magnum-Picaro-0.7-v2-12b
|
109 |
|
110 |
Magnum-Picaro-0.7-v2-12b is a merge of the following models using [LazyMergekit](https://colab.research.google.com/drive/1obulZ1ROXHjYLn6PPZJwRR6GzgQogxxb?usp=sharing):
|
|
|
105 |
name: Open LLM Leaderboard
|
106 |
---
|
107 |
|
108 |
+
# Details
|
109 |
+
|
110 |
+
This model is a merge between [Trappu/Nemo-Picaro-fixed](https://huggingface.co/Trappu/Nemo-Picaro-fixed), a model trained on my own little dataset free of synthetic data, which focuses solely on storywriting and scenrio prompting (Example: `[ Scenario: bla bla bla; Tags: bla bla bla ]`), and [anthracite-org/magnum-v2-12b](https://huggingface.co/anthracite-org/magnum-v2-12b).
|
111 |
+
|
112 |
+
The reason why I decided to merge it with Magnum (and don't recommend Picaro alone) is because that model, aside from its obvious flaws (rampant impersonation, stupid, etc...) is a one-trick pony and will really rough for the average LLM user to handle. The idea was to have Magnum work as some sort of stabilizer to fix the issues that emerge from the lack of multiturn/smart data. It worked, I think. I enjoy the outputs and it's smart enough to work with.
|
113 |
+
|
114 |
+
But yeah the goal of this merge was to make a model that's both good at storytelling/narration but also fine when it comes to other forms of creative writing such as RP or chatting. I don't think it's quite there yet but it's something for sure.
|
115 |
+
|
116 |
+
# Prompting
|
117 |
+
|
118 |
+
As explained before, Picaro is a model that functions mainly through scenario prompting but merging it with Magnum has made it a lot more versatile so you can use it however you see fit. Both models were trained on chatml so below is the recommended prompt formatting.
|
119 |
+
|
120 |
+
"""<|im_start|>system
|
121 |
+
system prompt<|im_end|>
|
122 |
+
<|im_start|>user
|
123 |
+
bla bla bla<|im_end|>
|
124 |
+
<|im_start|>assistant
|
125 |
+
bla bla bla you!<|im_end|>
|
126 |
+
<|im_start|>user
|
127 |
+
"""
|
128 |
+
|
129 |
+
For SillyTavern users:
|
130 |
+
|
131 |
+
[Instruct template](https://firebasestorage.googleapis.com/v0/b/koios-academy.appspot.com/o/trappu%2FChatML%20custom%20Instruct%20template.json?alt=media&token=9142757f-811c-460c-ad0e-d04951b1687f)
|
132 |
+
|
133 |
+
[Context template](https://firebasestorage.googleapis.com/v0/b/koios-academy.appspot.com/o/trappu%2FChatML%20custom%20context%20template.json?alt=media&token=0926fc67-fa9f-4c86-ad16-8c7c4c8e0b64)
|
134 |
+
|
135 |
+
[Settings preset](https://firebasestorage.googleapis.com/v0/b/koios-academy.appspot.com/o/trappu%2FHigh%20temp%20-%20Min%20P%20(4).json?alt=media&token=ac569562-af11-4da1-83c1-d86b25bb4fe1)
|
136 |
+
|
137 |
+
The above settings are the ones I recommend.
|
138 |
+
|
139 |
+
Temp = 1.2
|
140 |
+
|
141 |
+
Min P = 0.1
|
142 |
+
|
143 |
+
DRY Rep Pen: Multiplier = 0.8, Base = 1.75, Allowed Length = 2, Penalty Range = 1024
|
144 |
+
|
145 |
+
Little guide on useful samplers and how to import settings presets and instruct/context templates and other stuff people might find useful [here](https://rentry.co/PygmalionFAQ#q-what-are-the-best-settings-for-rpadventurenarrationchatting)
|
146 |
+
|
147 |
+
Every other sampler neutralized.
|
148 |
+
|
149 |
# Magnum-Picaro-0.7-v2-12b
|
150 |
|
151 |
Magnum-Picaro-0.7-v2-12b is a merge of the following models using [LazyMergekit](https://colab.research.google.com/drive/1obulZ1ROXHjYLn6PPZJwRR6GzgQogxxb?usp=sharing):
|