digitous commited on
Commit
d747912
1 Parent(s): f1eb4ff

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +107 -1
README.md CHANGED
@@ -1,3 +1,109 @@
1
  ---
2
- license: apache-2.0
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ tags:
3
+ - llama
4
+ - alpaca
5
+ - cot
6
+ - vicuna
7
+ - uncensored
8
+ - merge
9
+ - mix
10
  ---
11
+
12
+ ## 13B-Thorns [An Instruct Based LLaMAv2-13B Ensemble Merge | Alpaca Format]
13
+ # WARNING - This Model Is Uncensored And Has Not Been Fully Tested For Toxicity. This Is A Research Artifact Intended For Responsible Use. May Generate Offensive And Misleading Content. Do Not Treat Language Sythesized By This Research Artifact As Advice Or As Factual In Any Domain. CalderaAI Strictly Does Not Condone Use Of This Release Outside The Domain Of Research Or Entertainment.
14
+
15
+ # Composition:
16
+
17
+ 13B-Thorns-l2 utilizes a new merge method called Spherical Linear Interpolation. By merging data as a spherical vector store concept, a combined pair of models have a smoother transition between feature spaces that are characteristic of each model, resulting in a more coherent fusion of both model's unique strengths.
18
+
19
+
20
+ ## Our implementation of Spherical Linear Interpolation for LLM merging: https://github.com/Digitous/LLM-SLERP-Merge
21
+
22
+
23
+ ## Note: Skip to the TL;DR section for the finalized design this model is comprised of.
24
+
25
+
26
+ Thorns' design is based on the concept of purposed segmentation, in this case we have two-
27
+
28
+
29
+ --Logic Segment (MK1):
30
+
31
+
32
+ Fine-Tuned parent models were hand selected and reviewed for datasets, performance, least restrictive censorship, and community perception of coherence and utility. Ultimately we decided on four models to merge in pairs of two, then combine those offspring for a quad merged logic cluster.
33
+ All four models were merged using the SLERP method. Yes the name is annoyingly funny. SLERP.
34
+
35
+
36
+ --Creativity and Imagination Segment (MK1):
37
+
38
+
39
+ Flawed first approach (a takeaway on LoRAs);
40
+
41
+
42
+ We then decided the creativity and imagination segment could be as simple as one model, especially if its dataset design, tagging, training quality, and proven track record is above and beyond. KoboldAI's Holodeck model is the result of a dataset that is years of collected, organized, tagged, deduped, and cleaned data. Holodeck alone would be beyond sufficient for the segment we view as the 'subconscious' segment of the model ensemble, however we applied the LIMA RP PEFT to it for extended variety of a different kind.
43
+ That's where we got carried away. LoRAs offer unique augmentation to model merge possibilities, and the decision was made to take the result of that segment and add two more LoRAs to see if they further extended Holodeck, settling on Kimiko and Janine; two very different RP and conversational LoRAs.
44
+ This was a bad move, as when we SLERP merged that version of the imagination segment to the logic segment the result was a ranting mess that followed instructions but was the equivalent of a child scribbling all over the place and ignoring obvious chains of logic and a mushy amalgam of awkward creative behavior that had no semblance of coherency.
45
+ The composite model was slated to be named 13B-Astronomicon; after all the work that went into it and the flatly bland result, the name was abandoned and the next move, which is a byproduct experiment of Astronomicon is what became Thorn.. because this project became a thorn in our side.
46
+
47
+
48
+ Because pain is fun, and persistence in design iteration is the only way forward, we reworked our approach to both segment ensembles following one idea - all three Roleplay and Conversational LoRAs stay no matter what because sure why not add arbitrary rules to the redesign phase at this point.
49
+
50
+
51
+ ## TL;DR Section
52
+
53
+
54
+ --Finalized Logic and Creativity Segments (MK2):
55
+
56
+
57
+ After a few meetings with our top teams of model hacking memegineers we drafted Thorns MK2, which was prompty fast tracked for production by the Roko's Basilisk Shadow Council.
58
+
59
+
60
+ ..Actually I just redid the merge like this:
61
+
62
+ ```
63
+ -Model Merge Ensemble Key-
64
+
65
+ {} = SLERP Merge | [] = PEFT Merge | () = Composite Model
66
+
67
+ ({({NousHermes+Chronos}[Kimiko])+({Platupus+AiroborosM2.0}[Janine])}{Holodeck[LIMA RP]})
68
+ ```
69
+
70
+ ## Findings:
71
+
72
+ -Strategically fusing LoRAs to models that stand to gain the most from them and then merging the result into the ensemble is exceptionally effective.
73
+
74
+
75
+ -Stacking the exact same LoRAs onto one model then merging that into the ensemble results in noisy garbage.
76
+
77
+
78
+ ## Language Models and LoRAs Used Credits:
79
+
80
+
81
+ All models and adapters used are LLaMAv2-13B.
82
+
83
+ # Models:
84
+
85
+ Nous-Hermes
86
+
87
+ Chronos
88
+
89
+ Platypus
90
+
91
+ Airoboros
92
+
93
+ Holodeck
94
+
95
+ # Adapters:
96
+
97
+ Kimiko
98
+
99
+ Janine
100
+
101
+ LIMA RP
102
+
103
+
104
+ Also thanks to Meta for LLaMAv2 and deciding to allow the research community at large to benefit from their incredible work.
105
+
106
+
107
+ Each model and LoRA was hand picked and considered for what it could contribute to this ensemble.
108
+ Thanks to each and every one of you for your incredible work developing some of the best things
109
+ to come out of this community.