Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-4.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
pipeline_tag: text-generation
|
6 |
+
tags:
|
7 |
+
- Merge
|
8 |
+
---
|
9 |
+
# DaringMaid-20B-V1.1
|
10 |
+
|
11 |
+
## Whats New?
|
12 |
+
This is an updated version of [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 and with a slightly higher weight for Noromaid.
|
13 |
+
|
14 |
+
I used v0.3 since it was the last to use Alpaca as to not break anything.
|
15 |
+
|
16 |
+
# Quants
|
17 |
+
EXL2: [6bpw](https://huggingface.co/Kooten/DaringMaid-20B-V1.1-6bpw-exl2), [5bpw](https://huggingface.co/Kooten/DaringMaid-20B-V1.1-5bpw-exl2), [4bpw](https://huggingface.co/Kooten/DaringMaid-20B-V1.1-4bpw-exl2), [3.5bpw](https://huggingface.co/Kooten/DaringMaid-20B-V1.1-3.5bpw-exl2), [3bpw](https://huggingface.co/Kooten/DaringMaid-20B-V1.1-3bpw-exl2)
|
18 |
+
|
19 |
+
[GGUF](https://huggingface.co/Kooten/DaringMaid-20B-V1.1-GGUF): [Q3_K_M](https://huggingface.co/Kooten/DaringMaid-20B-V1.1-GGUF/blob/main/DaringMaid-20B-V1.1-Q3_K_M.gguf) - [Q4_K_M](https://huggingface.co/Kooten/DaringMaid-20B-V1.1-GGUF/blob/main/DaringMaid-20B-V1.1-Q4_K_M.gguf) - [Q5_K_M](https://huggingface.co/Kooten/DaringMaid-20B-V1.1-GGUF/blob/main/DaringMaid-20B-V1.1-Q5_K_M.gguf) - [Q6_K_M](https://huggingface.co/Kooten/DaringMaid-20B-V1.1-GGUF/blob/main/DaringMaid-20B-V1.1-Q6_K.gguf)
|
20 |
+
|
21 |
+
[FP16](https://huggingface.co/Kooten/DaringMaid-20B-V1.1)
|
22 |
+
|
23 |
+
## Recipe:
|
24 |
+
- [sequelbox/DynamicFactor](https://huggingface.co/sequelbox/DynamicFactor)
|
25 |
+
- [NeverSleep/Noromaid](https://huggingface.co/NeverSleep/Noromaid-13b-v0.3)
|
26 |
+
- [Undi95/Utopia](https://huggingface.co/Undi95/Utopia-13B)
|
27 |
+
- [CalderaAI/Thorns](https://huggingface.co/CalderaAI/13B-Thorns-l2)
|
28 |
+
- [Gryphe/MythoMax](https://huggingface.co/Gryphe/MythoMax-L2-13b)
|
29 |
+
|
30 |
+
|
31 |
+
# Prompt template:
|
32 |
+
I have been using Undi/Ikaris SillyTavern presets for Noromaid: [Context template](https://files.catbox.moe/l5hguf.json), [Instruct template](https://files.catbox.moe/nzygwn.json).
|
33 |
+
|
34 |
+
## Alpaca:
|
35 |
+
```
|
36 |
+
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
37 |
+
### Instruction:
|
38 |
+
{prompt}
|
39 |
+
### Input:
|
40 |
+
{input}
|
41 |
+
### Response:
|
42 |
+
```
|
43 |
+
|
44 |
+
### Contact
|
45 |
+
Kooten on discord.
|