Update README.md
Browse files
README.md
CHANGED
@@ -5,7 +5,7 @@ pipeline_tag: text-generation
|
|
5 |
---
|
6 |
|
7 |
# DaringMaid-20B
|
8 |
-
My
|
9 |
|
10 |
After trying a bunch of different recipes I think this one turned out pretty good
|
11 |
|
@@ -13,17 +13,16 @@ After trying a bunch of different recipes I think this one turned out pretty goo
|
|
13 |
- [NeverSleep/Noromaid](https://huggingface.co/NeverSleep/Noromaid-13b-v0.1.1) of course.
|
14 |
- [Undi95/Utopia](https://huggingface.co/Undi95/Utopia-13B) has been recommended again recently and its still really good so in the mixer it goes
|
15 |
- I enjoyed [tavtav/Rose](https://huggingface.co/tavtav/Rose-20B) so i threw in a bit of [CalderaAI/Thorns](https://huggingface.co/CalderaAI/13B-Thorns-l2)
|
16 |
-
- There was recently a model that tried to pass itself off as [Gryphe/MythoMax](https://huggingface.co/Gryphe/MythoMax-L2-13b), i made a merge with that model before it was revealed to be MythoMax and it turned out pretty good.
|
17 |
|
18 |
-
The .yml config files with the exact merges can be found in the "Recipe" folder in the [fp16 repo](https://huggingface.co/Kooten/DaringMaid)
|
19 |
-
|
20 |
-
There is no wisdom to be found there, i do not know what i am doing.
|
21 |
|
22 |
# Quants
|
23 |
[GGUF](https://huggingface.co/Kooten/DaringMaid-20B-GGUF), EXL2: [6bpw](https://huggingface.co/Kooten/DaringMaid-20B-6bpw-exl2), [3bpw](https://huggingface.co/Kooten/DaringMaid-20B-3bpw-exl2)
|
|
|
24 |
|
25 |
## Prompt template:
|
26 |
-
I have been using Undi/Ikaris SillyTavern presets
|
27 |
|
28 |
### Alpaca:
|
29 |
```
|
|
|
5 |
---
|
6 |
|
7 |
# DaringMaid-20B
|
8 |
+
My goal was to make a Noromaid that's smarter and better at following instructions.
|
9 |
|
10 |
After trying a bunch of different recipes I think this one turned out pretty good
|
11 |
|
|
|
13 |
- [NeverSleep/Noromaid](https://huggingface.co/NeverSleep/Noromaid-13b-v0.1.1) of course.
|
14 |
- [Undi95/Utopia](https://huggingface.co/Undi95/Utopia-13B) has been recommended again recently and its still really good so in the mixer it goes
|
15 |
- I enjoyed [tavtav/Rose](https://huggingface.co/tavtav/Rose-20B) so i threw in a bit of [CalderaAI/Thorns](https://huggingface.co/CalderaAI/13B-Thorns-l2)
|
16 |
+
- There was recently a model that tried to pass itself off as [Gryphe/MythoMax](https://huggingface.co/Gryphe/MythoMax-L2-13b), i made a merge with that model before it was revealed to be MythoMax and it turned out pretty good so i used it.
|
17 |
|
18 |
+
The .yml config files for mergekit with the exact merges can be found in the "Recipe" folder in the [fp16 repo](https://huggingface.co/Kooten/DaringMaid)
|
|
|
|
|
19 |
|
20 |
# Quants
|
21 |
[GGUF](https://huggingface.co/Kooten/DaringMaid-20B-GGUF), EXL2: [6bpw](https://huggingface.co/Kooten/DaringMaid-20B-6bpw-exl2), [3bpw](https://huggingface.co/Kooten/DaringMaid-20B-3bpw-exl2)
|
22 |
+
|
23 |
|
24 |
## Prompt template:
|
25 |
+
I have been using Undi/Ikaris SillyTavern presets for Noromaid: [Context](https://files.catbox.moe/ifmhai.json), [Instruct](https://files.catbox.moe/ttw1l9.json).
|
26 |
|
27 |
### Alpaca:
|
28 |
```
|