Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-4.0
|
3 |
+
tags:
|
4 |
+
- not-for-all-audiences
|
5 |
+
- nsfw
|
6 |
+
- merge
|
7 |
+
---
|
8 |
+
|
9 |
+
<!-- description start -->
|
10 |
+
## Description
|
11 |
+
|
12 |
+
This repo contains quantized files of LewdGem-40B, a MoE model of the 4 best llama2 model of Undi95 and NeverSleep repo.
|
13 |
+
|
14 |
+
Since I don't have a lot of time or ressource to train new model at the moment, I didn't wanted to let my repo dry, so I got the idea to make a MoE of my most liked/used ERP model (and the last Noromaid supporting Alpaca).
|
15 |
+
|
16 |
+
I moved out correctly and I'm comfy in my new home, thank you all for the support!
|
17 |
+
|
18 |
+
<!-- description end -->
|
19 |
+
<!-- description start -->
|
20 |
+
## Models used
|
21 |
+
|
22 |
+
- [NeverSleep/Noromaid-13b-v0.3](https://huggingface.co/NeverSleep/Noromaid-13b-v0.3)
|
23 |
+
- [Undi95/Xwin-MLewd-13B-V0.2](https://huggingface.co/Undi95/Xwin-MLewd-13B-V0.2)
|
24 |
+
- [Undi95/Emerhyst-13B](https://huggingface.co/Undi95/Emerhyst-13B)
|
25 |
+
- [Undi95/MLewdBoros-L2-13B](https://huggingface.co/Undi95/MLewdBoros-L2-13B)
|
26 |
+
|
27 |
+
## Prompt template: Alpaca
|
28 |
+
|
29 |
+
```
|
30 |
+
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
31 |
+
|
32 |
+
### Instruction:
|
33 |
+
{system prompt}
|
34 |
+
|
35 |
+
### Input:
|
36 |
+
{prompt}
|
37 |
+
|
38 |
+
### Response:
|
39 |
+
```
|
40 |
+
|
41 |
+
If you want to support me, you can [here](https://ko-fi.com/undiai).
|