Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,211 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-4.0
|
3 |
+
---
|
4 |
+
|
5 |
+
```
|
6 |
+
e88 88e d8
|
7 |
+
d888 888b 8888 8888 ,"Y88b 888 8e d88
|
8 |
+
C8888 8888D 8888 8888 "8" 888 888 88b d88888
|
9 |
+
Y888 888P Y888 888P ,ee 888 888 888 888
|
10 |
+
"88 88" "88 88" "88 888 888 888 888
|
11 |
+
b
|
12 |
+
8b,
|
13 |
+
|
14 |
+
e88'Y88 d8 888
|
15 |
+
d888 'Y ,"Y88b 888,8, d88 ,e e, 888
|
16 |
+
C8888 "8" 888 888 " d88888 d88 88b 888
|
17 |
+
Y888 ,d ,ee 888 888 888 888 , 888
|
18 |
+
"88,d88 "88 888 888 888 "YeeP" 888
|
19 |
+
|
20 |
+
PROUDLY PRESENTS
|
21 |
+
```
|
22 |
+
# Llama-3-8B-Instruct-DADA-exl2-rpcal
|
23 |
+
|
24 |
+
Quantized using 200 samples of 8192 tokens from an RP-oriented [PIPPA](https://huggingface.co/datasets/royallab/PIPPA-cleaned) dataset.
|
25 |
+
|
26 |
+
Branches:
|
27 |
+
- `main` -- `measurement.json`
|
28 |
+
- `8b8h` -- 8bpw, 8bit lm_head
|
29 |
+
- `6b6h` -- 6bpw, 6bit lm_head
|
30 |
+
- `4b6h` -- 4bpw, 6bit lm_head
|
31 |
+
|
32 |
+
Original model link: [Envoid/Poppy_Porpoise-DADA-8B](https://huggingface.co/Envoid/Poppy_Porpoise-DADA-8B)
|
33 |
+
|
34 |
+
Original model README below.
|
35 |
+
|
36 |
+
-----
|
37 |
+
|
38 |
+
# This is a [DADA tuned](https://huggingface.co/Envoid/Mixtral-Instruct-ITR-DADA-8x7B) version of [ChaoticNeutrals/Poppy_Porpoise-v0.7-L3-8B](https://huggingface.co/ChaoticNeutrals/Poppy_Porpoise-v0.7-L3-8B)
|
39 |
+
|
40 |
+
### As always, experimental model, results may be unpredictable.
|
41 |
+
|
42 |
+

|
43 |
+
|
44 |
+
The intermediate merge model was finetuned specifically for the original model and then merged onto it via 50/50 SLERP merge.
|
45 |
+
|
46 |
+
As far as RP goes my current testing setup is having difficulties involving end of sequence and I found the prompt templates provided with Poppy Porpoise were not yielding desirable results on either the original model or the DADA tune so I opted instead to use Libra style Llama-3 prompt templates and simple sampling. The results, albeit subjective, I thought were good.
|
47 |
+
|
48 |
+
## Whether or not the tune had any effect on multi-modal capabilities was not part of the test and instead focus was entirely on creative writing.
|
49 |
+
|
50 |
+
Test: A simple instruct prompt utilizing determinsitic samplers.
|
51 |
+
|
52 |
+
**PROMPT**
|
53 |
+
```
|
54 |
+
Write me a 'beauty and the beast' gothic metal duet about a couple fighting over which brand of ketchup to purchase.
|
55 |
+
```
|
56 |
+
|
57 |
+
**Poppy Porpoise Original:**
|
58 |
+
|
59 |
+
```
|
60 |
+
(Verse 1 - Beauty)
|
61 |
+
|
62 |
+
In the land of condiments, where flavors reign supreme,
|
63 |
+
|
64 |
+
A tale of love and strife, a battle of the brands it seems.
|
65 |
+
|
66 |
+
I stand before the shelves, my heart aflame with desire,
|
67 |
+
|
68 |
+
For the perfect ketchup to complement my fries.
|
69 |
+
|
70 |
+
(Chorus)
|
71 |
+
|
72 |
+
But alas, my love, you stand beside me, with a different view,
|
73 |
+
|
74 |
+
Your heart set on [Brand 1 redacted], while mine beats for [Brand 2 redacted], it's true.
|
75 |
+
|
76 |
+
We clash in this aisle, our passions running high,
|
77 |
+
|
78 |
+
A Gothic metal duet, our love and hate collide.
|
79 |
+
|
80 |
+
(Verse 2 - Beast)
|
81 |
+
|
82 |
+
I've tasted both, and I know, [Brand 1 redacted] is the one for me,
|
83 |
+
|
84 |
+
Its tangy sweetness, a symphony, a harmony.
|
85 |
+
|
86 |
+
But you, my love, you cling to Hunt's, its flavor so bland,
|
87 |
+
|
88 |
+
A cacophony of mediocrity, a discordant band.
|
89 |
+
|
90 |
+
(Chorus)
|
91 |
+
|
92 |
+
But alas, my love, you stand beside me, with a different view,
|
93 |
+
|
94 |
+
Your heart set on [Brand 2 redacted], while mine beats for [Brand 1 redacted], it's true.
|
95 |
+
|
96 |
+
We clash in this aisle, our passions running high,
|
97 |
+
|
98 |
+
A Gothic metal duet, our love and hate collide.
|
99 |
+
|
100 |
+
(Bridge)
|
101 |
+
|
102 |
+
We're lost in this supermarket, a Gothic metal dream,
|
103 |
+
|
104 |
+
Our love and hate entwined, a twisted, tortured theme.
|
105 |
+
|
106 |
+
The ketchup bottles loom, like tombstones in the night,
|
107 |
+
|
108 |
+
A monument to our love, a testament to our fight.
|
109 |
+
|
110 |
+
(Chorus)
|
111 |
+
|
112 |
+
But alas, my love, you stand beside me, with a different view,
|
113 |
+
|
114 |
+
Your heart set on [Brand 2 redacted], while mine beats for [Brand 1 redacted], it's true.
|
115 |
+
|
116 |
+
We clash in this aisle, our passions running high,
|
117 |
+
|
118 |
+
A Gothic metal duet, our love and hate collide.
|
119 |
+
|
120 |
+
(Outro)
|
121 |
+
|
122 |
+
And so we stand, in this aisle of despair,
|
123 |
+
|
124 |
+
Our love and hate, a Gothic metal prayer.
|
125 |
+
|
126 |
+
For in the end, it's not the ketchup that matters,
|
127 |
+
|
128 |
+
But the love we share, in this twisted, tortured heart.
|
129 |
+
```
|
130 |
+
|
131 |
+
**Poppy Porpoise DADA**
|
132 |
+
|
133 |
+
```
|
134 |
+
|
135 |
+
(Verse 1 - Beauty)
|
136 |
+
|
137 |
+
In the land of condiments, where the sauces reign supreme,
|
138 |
+
|
139 |
+
A battle rages on, a war of ketchup dreams.
|
140 |
+
|
141 |
+
I stand by [Brand 1 redacted], the classic, the original, the best,
|
142 |
+
|
143 |
+
But my love, he's a rebel, he's a [Brand 2 redacted] pest.
|
144 |
+
|
145 |
+
(Chorus)
|
146 |
+
|
147 |
+
Oh, the ketchup wars, they rage on and on,
|
148 |
+
|
149 |
+
A tale of love and sauce, a battle to be won.
|
150 |
+
|
151 |
+
Will our love prevail, or will it be undone?
|
152 |
+
|
153 |
+
By the brand of ketchup, our hearts are torn asunder.
|
154 |
+
|
155 |
+
(Verse 2 - Beast)
|
156 |
+
|
157 |
+
[Brand 2 redacted], the new kid, the one with the flair,
|
158 |
+
|
159 |
+
A sweeter taste, a richer flavor, beyond compare.
|
160 |
+
|
161 |
+
But Beauty, she's a traditionalist, she won't budge,
|
162 |
+
|
163 |
+
She clings to [Brand 1 redacted], her heart, her soul, her blood.
|
164 |
+
|
165 |
+
(Chorus)
|
166 |
+
|
167 |
+
Oh, the ketchup wars, they rage on and on,
|
168 |
+
|
169 |
+
A tale of love and sauce, a battle to be won.
|
170 |
+
|
171 |
+
Will our love prevail, or will it be undone?
|
172 |
+
|
173 |
+
By the brand of ketchup, our hearts are torn asunder.
|
174 |
+
|
175 |
+
(Bridge - Both)
|
176 |
+
|
177 |
+
We stand, divided, by our condiment creed,
|
178 |
+
|
179 |
+
Our love, a casualty, in this ketchup war we lead.
|
180 |
+
|
181 |
+
But can we find a middle ground, a compromise, a truce?
|
182 |
+
|
183 |
+
Or will our love be lost, in this battle of the sauces?
|
184 |
+
|
185 |
+
(Chorus)
|
186 |
+
|
187 |
+
Oh, the ketchup wars, they rage on and on,
|
188 |
+
|
189 |
+
A tale of love and sauce, a battle to be won.
|
190 |
+
|
191 |
+
Will our love prevail, or will it be undone?
|
192 |
+
|
193 |
+
By the brand of ketchup, our hearts are torn asunder.
|
194 |
+
|
195 |
+
(Outro - Both)
|
196 |
+
|
197 |
+
In the end, we find a way, to put aside our pride,
|
198 |
+
|
199 |
+
And together, we stand, united, side by side.
|
200 |
+
|
201 |
+
For love, for ketchup, for the sauce that binds,
|
202 |
+
|
203 |
+
We'll find a way, to make our love, forever shine.
|
204 |
+
|
205 |
+
```
|
206 |
+
|
207 |
+
As you can clearly see the cadence and overall word selection by the DADA model is more copacetic with what would be expected from a gothic metal duet indicating that the IQ of the model has increased by at least 100 points.
|
208 |
+
|
209 |
+
Training was done using [qlora-pipe](https://github.com/tdrussell/qlora-pipe)
|
210 |
+
|
211 |
+
GGUFs care of [Quant Cartel](https://huggingface.co/Quant-Cartel/Poppy_Porpoise-DADA-8B-iMat-GGUF)
|