Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-4.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
pipeline_tag: text-generation
|
6 |
+
---
|
7 |
+
|
8 |
+
# DaringMaid-20B-V1.1
|
9 |
+
|
10 |
+
## Whats New?
|
11 |
+
This is an updated version of [Kooten/DaringMaid-20B](https://huggingface.co/Kooten/DaringMaid-20B), it is pretty much the same but with Noromaid-13b v0.3 instead of v0.1.1 with a higher weight for Noromaid since 0.2 and 0.3 have been "smarter" and 0.3 being the latest that still used alpaca.
|
12 |
+
|
13 |
+
While there arent perhaps as much point in merging smarter or better instruction following models i belive the extra parameters do add improvement.
|
14 |
+
|
15 |
+
There is a lot of promise in the mixtrals but i just want a stable, go to 20b.
|
16 |
+
|
17 |
+
## Recipe:
|
18 |
+
- [sequelbox/DynamicFactor](https://huggingface.co/sequelbox/DynamicFactor)
|
19 |
+
- [NeverSleep/Noromaid](https://huggingface.co/NeverSleep/Noromaid-13b-v0.3)
|
20 |
+
- [Undi95/Utopia](https://huggingface.co/Undi95/Utopia-13B)
|
21 |
+
- [CalderaAI/Thorns](https://huggingface.co/CalderaAI/13B-Thorns-l2)
|
22 |
+
- [Gryphe/MythoMax](https://huggingface.co/Gryphe/MythoMax-L2-13b)
|
23 |
+
|
24 |
+
|
25 |
+
# Quants
|
26 |
+
EXL2: [6bpw](), [3bpw]()
|
27 |
+
|
28 |
+
[GGUF]():
|
29 |
+
|
30 |
+
[Q3_K_M](https://huggingface.co/Kooten/DaringMaid-20B-GGUF/blob/main/DaringMaid-20B-Q3_K_M.gguf) - [Q4_K_M](https://huggingface.co/Kooten/DaringMaid-20B-GGUF/blob/main/DaringMaid-20B-Q4_K_M.gguf) - [Q5_K_M](https://huggingface.co/Kooten/DaringMaid-20B-GGUF/blob/main/DaringMaid-20B-Q5_K_M.gguf)
|
31 |
+
|
32 |
+
## Prompt template:
|
33 |
+
I have been using Undi/Ikaris SillyTavern presets for Noromaid: [Context](https://files.catbox.moe/ifmhai.json), [Instruct](https://files.catbox.moe/ttw1l9.json).
|
34 |
+
|
35 |
+
### Alpaca:
|
36 |
+
```
|
37 |
+
Below is an instruction that describes a task. Write a response that appropriately completes the request. Do not include descriptions of non-visual qualities such as personality, movements, scents, mental traits, or anything which could not be seen in a still photograph. Do not write in full sentences. Prefix your description with the phrase 'full body portrait,'
|
38 |
+
|
39 |
+
### Instruction:
|
40 |
+
{prompt}
|
41 |
+
|
42 |
+
### Response:
|
43 |
+
|
44 |
+
```
|
45 |
+
|
46 |
+
### Contact
|
47 |
+
Kooten on discord.
|