MarsupialAI
commited on
Commit
•
1933d09
1
Parent(s):
07f692d
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-4.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
tags:
|
6 |
+
- solar
|
7 |
+
---
|
8 |
+
# Jersey Devil 14b
|
9 |
+
|
10 |
+
![image/jpeg](https://cdn-uploads.huggingface.co/production/uploads/65a531bc7ec6af0f95c707b1/qZaRoz-ohKEpIxTniE4QO.jpeg)
|
11 |
+
|
12 |
+
|
13 |
+
This model is a merge of three self-merged Solar-based models in a 14b (64 layer) configuration. The result of
|
14 |
+
this "frankenmerge" is a medium-sized model that contains what I consider to be the best of the solar finetunes.
|
15 |
+
|
16 |
+
Mergefuel:
|
17 |
+
- Himitsui/Kaiju-11B
|
18 |
+
- TheDrummer/Moistral-11B-v2
|
19 |
+
- akrads/NousHermes-Borealis-SOLAR-10.7B
|
20 |
+
|
21 |
+
This model is uncensored and capable of generating objectionable material. However, it is not an explicitely-NSFW model,
|
22 |
+
and it has never "gone rogue" and tried to insert NSFW content into SFW prompts in my experience. As with any LLM, no
|
23 |
+
factual claims made by the model should be taken at face value. You know that boilerplate safety disclaimer that most
|
24 |
+
professional models have? Assume this has it too. This model is for entertainment purposes only.
|
25 |
+
|
26 |
+
|
27 |
+
iMatrix GGUFs:
|
28 |
+
|
29 |
+
|
30 |
+
# Sample output
|
31 |
+
|
32 |
+
```
|
33 |
+
{{[INPUT]}}
|
34 |
+
Write a detailed and humorous story about a cute and fluffy bunny that goes to a Gwar concert.
|
35 |
+
{{[OUTPUT]}}
|
36 |
+
|
37 |
+
|
38 |
+
<<<This goes on for a while. See sample.txt for full output>>>
|
39 |
+
```
|
40 |
+
|
41 |
+
|
42 |
+
# Prompt format
|
43 |
+
Prefers alpaca.
|
44 |
+
|
45 |
+
|
46 |
+
# Weird merge fuckery
|
47 |
+
According to Toasty Pigeon, FM, Akai, and probably others on the KAI discord, this merge method works better than a normal stacked merge.
|
48 |
+
I don't pretend to understand why, but PPL calcs indicates that they're correct. See recipe.txt for all the alchemy.
|