Triangle104 commited on
Commit
533e43e
1 Parent(s): f8c86c4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +171 -0
README.md CHANGED
@@ -16,6 +16,177 @@ base_model: invisietch/EtherealRainbow-v0.3-8B
16
  This model was converted to GGUF format from [`invisietch/EtherealRainbow-v0.3-8B`](https://huggingface.co/invisietch/EtherealRainbow-v0.3-8B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
17
  Refer to the [original model card](https://huggingface.co/invisietch/EtherealRainbow-v0.3-8B) for more details on the model.
18
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  ## Use with llama.cpp
20
  Install llama.cpp through brew (works on Mac and Linux)
21
 
 
16
  This model was converted to GGUF format from [`invisietch/EtherealRainbow-v0.3-8B`](https://huggingface.co/invisietch/EtherealRainbow-v0.3-8B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
17
  Refer to the [original model card](https://huggingface.co/invisietch/EtherealRainbow-v0.3-8B) for more details on the model.
18
 
19
+ ---
20
+ Model details:
21
+ -
22
+ Ethereal Rainbow is an 8B parameter merge of various Llama3-based finetunes created using mergekit. The purpose of Ethereal Rainbow is to create an uncensored Llama3 variant which is capable of writing creative prose, and engaging in SFW as well as NSFW roleplay and storytelling, with a strong focus on long-form responses & adherence to prompts.
23
+
24
+ v0.3 improves creativity over v0.2 without losing coherence. It has been tested over more than 1,000 messages including roleplay, code prompts, and 'write a scene'-type prompts.
25
+
26
+ Feedback
27
+ -
28
+ I appreciate all feedback on any of my models, you can use:
29
+
30
+ My Discord server - requires Discord.
31
+ The Community tab - requires HF login.
32
+ The SillyTavern Discord thread - must be on SillyTavern Discord.
33
+ Discord DMs to invisietch.
34
+
35
+ Your feedback is how I improve these models for future versions.
36
+
37
+ Disclaimer
38
+ -
39
+ This model is built on an abliterated base and as such is largely uncensored. It can generate explicit, disturbing or offensive responses. Use responsibly. I am not responsible for your use of this model.
40
+ Prompting Format
41
+
42
+ I'd recommend Llama-3 Instruct prompting format:
43
+
44
+ <|begin_of_text|><|start_header_id|>system<|end_header_id|>
45
+
46
+ {system_prompt}<|eot_id|><|start_header_id|>user<|end_header_id|>
47
+
48
+ {input}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
49
+
50
+ {output}<|eot_id|>
51
+
52
+ Some of the models included in the merge were trained on ChatML & Alpaca so you can try those. I have not tested them.
53
+ Example Storywriting
54
+
55
+ These prompts are used on SillyTavern with a fairly basic narrator card. I have trimmed the start and finish where the narrator decided to add chapter headings, commentary and the like. All samples are made with the F32 GGUF loaded with koboldcpp, with response length capped at 2048 tokens.
56
+ Write me a 3,000 word opening chapter of a 'gritty hard sci-fi' novel, drawing inspiration from the writing styles of Isaac Asimov & Andy Weir. Use third person personal. Include dialogue and internal monologues. The POV character for the opening chapter should be a 26 year old astronaut called Tone on a mission to Europa, who has just realised that the craft for the return journey is broken beyond repair, and he only has supplies for a few months. Given that survival is impossible, he seeks to spend the few months he has researching titan, so his life & mission are not wasted.
57
+
58
+ Write me a 3,000 word opening chapter of a 'high fantasy' novel, drawing inspiration from the writing styles of J R R Tolkien & George R R Martin. Use third person personal. Include dialogue and internal monologues. The POV character for the opening chapter should be a 19 year old female elf bard who is looking for adventure.
59
+
60
+ Write me a 3,000 word opening chapter of a 'weird fiction' novel, drawing inspiration from the writing styles of China Mieville and Neil Gaiman. Use third person personal. Include dialogue and internal monologues. The POV character for the opening chapter should be a male in his 20s called Horton who has just come to the city looking for work.
61
+
62
+ I chose the hard sci-fi example to test positivity bias. It did require some prompting, but it was willing to kill the protagonist.
63
+
64
+ I chose the high fantasy example to see whether it would bleed human features through to elves, this didn't occur.
65
+
66
+ I chose the weird fiction example to see if the LLM understood a niche genre. I'd say it performed okay, better on style than on substance.
67
+ Merge Strategy
68
+
69
+ First, we create three bases:
70
+
71
+ Rain - This is a roleplay base which makes up the majority of the model.
72
+ Sun - This is the brains of the model, with strong instruct models & writing models.
73
+ Ghost - This model primarily aims to improve the NSFW/NSFL aspects of the model, as well as general vocabulary.
74
+
75
+ After this, we have a two-slerp stage to create the final model.
76
+ Models Used
77
+
78
+ The following models were used to create EtherealRainbow-v0.3-8B:
79
+
80
+ mlabonne/NeuralDaredevil-8B-abliterated
81
+ Sao10K/L3-8B-Stheno-v3.2
82
+ Nitral-AI/Hathor-L3-8B-v.02
83
+ grimjim/Llama-3-Luminurse-v0.2-OAS-8B
84
+ hf-100/Llama-3-Spellbound-Instruct-8B-0.3
85
+ Gryphe/Pantheon-RP-1.0-8b-Llama-3
86
+ Blackroot/Llama-3-LongStory
87
+ Locutusque/Llama-3-Hercules-5.0-8B
88
+ Casual-Autopsy/L3-Umbral-Mind-RP-v0.3-8B
89
+ ChaoticNeutrals/Poppy_Porpoise-1.0-L3-8B
90
+ mpasila/Llama-3-LimaRP-Instruct-8B
91
+ Undi95/Llama-3-LewdPlay-8B-evo
92
+
93
+ Mergekit Configs
94
+ -
95
+ Rain
96
+ -
97
+ models:
98
+ - model: mlabonne/NeuralDaredevil-8B-abliterated
99
+ - model: Sao10K/L3-8B-Stheno-v3.2
100
+ parameters:
101
+ density: 0.41
102
+ weight: 0.4
103
+ - model: Nitral-AI/Hathor-L3-8B-v.02
104
+ parameters:
105
+ density: 0.53
106
+ weight: 0.5
107
+ - model: grimjim/Llama-3-Luminurse-v0.2-OAS-8B
108
+ parameters:
109
+ density: 0.45
110
+ weight: 0.1
111
+ merge_method: dare_ties
112
+ base_model: mlabonne/NeuralDaredevil-8B-abliterated
113
+ parameters:
114
+ int8_mask: true
115
+ dtype: bfloat16
116
+
117
+ Sun
118
+ -
119
+ models:
120
+ - model: hf-100/Llama-3-Spellbound-Instruct-8B-0.3
121
+ - model: Gryphe/Pantheon-RP-1.0-8b-Llama-3
122
+ parameters:
123
+ density: 0.48
124
+ weight: 0.5
125
+ - model: Blackroot/Llama-3-LongStory
126
+ parameters:
127
+ density: 0.36
128
+ weight: 0.2
129
+ - model: Locutusque/Llama-3-Hercules-5.0-8B
130
+ parameters:
131
+ density: 0.51
132
+ weight: 0.3
133
+ merge_method: dare_ties
134
+ base_model: hf-100/Llama-3-Spellbound-Instruct-8B-0.3
135
+ parameters:
136
+ int8_mask: true
137
+ dtype: bfloat16
138
+
139
+ Ghost
140
+ -
141
+ models:
142
+ - model: Casual-Autopsy/L3-Umbral-Mind-RP-v0.3-8B
143
+ - model: ChaoticNeutrals/Poppy_Porpoise-1.0-L3-8B
144
+ parameters:
145
+ density: 0.39
146
+ weight: 0.3
147
+ - model: mpasila/Llama-3-LimaRP-Instruct-8B
148
+ parameters:
149
+ density: 0.54
150
+ weight: 0.4
151
+ - model: Undi95/Llama-3-LewdPlay-8B-evo
152
+ parameters:
153
+ density: 0.49
154
+ weight: 0.3
155
+ merge_method: dare_ties
156
+ base_model: Casual-Autopsy/L3-Umbral-Mind-RP-v0.3-8B
157
+ parameters:
158
+ int8_mask: true
159
+ dtype: bfloat16
160
+
161
+ Stage1 Slerp
162
+ -
163
+ models:
164
+ - model: ./fp16/Rain-v0.3-8B
165
+ - model: ./fp16/Ghost-v0.3-8B
166
+ merge_method: slerp
167
+ base_model: ./fp16/Rain-v0.3-8B
168
+ parameters:
169
+ t:
170
+ - value: [0, 0, 0.1, 0.3, 0.5, 0.7, 0.5, 0.3, 0.1, 0, 0]
171
+ embed_slerp: true
172
+ dtype: bfloat16
173
+ tokenizer-source: model:./fp16/Rain-v0.3-8B
174
+
175
+ Final-Stage Slerp
176
+ -
177
+ models:
178
+ - model: ./fp16/ERStage1-v0.3-8B
179
+ - model: ./fp16/Sun-v0.3-8B
180
+ merge_method: slerp
181
+ base_model: ./fp16/ERStage1-v0.3-8B
182
+ parameters:
183
+ t:
184
+ - value: [0, 0, 0.1, 0.2, 0.4, 0.6, 0.4, 0.2, 0.1, 0, 0]
185
+ embed_slerp: true
186
+ dtype: bfloat16
187
+ tokenizer-source: model:./fp16/ERStage1-v0.3-8B
188
+
189
+ ---
190
  ## Use with llama.cpp
191
  Install llama.cpp through brew (works on Mac and Linux)
192