Not-For-All-Audiences
nsfw
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-4.0
|
3 |
+
tags:
|
4 |
+
- not-for-all-audiences
|
5 |
+
- nsfw
|
6 |
+
---
|
7 |
+
## Exl2 version of [Undi95/OpenDolphinMaid-4x7b](https://huggingface.co/Undi95/OpenDolphinMaid-4x7b)
|
8 |
+
|
9 |
+
## branch
|
10 |
+
7bh8 : 7bpw h8
|
11 |
+
|
12 |
+
Using ThePile [0007.parquet](https://huggingface.co/datasets/EleutherAI/the_pile_deduplicated/resolve/refs%2Fconvert%2Fparquet/default/train/0007.parquet) as dataset
|
13 |
+
|
14 |
+
Quantization settings : ```python convert.py -i models/NeverSleep_Noromaid-v0.4-Mixtral-Instruct-8x7b-Zloss -o Noromaid-v0.4-Mixtral-Instruct-8x7b-Zloss-temp4 -cf Noromaid-v0.4-Mixtral-Instruct-8x7b-Zloss-3.5bpw-h8-exl2 -c 0007.parquet -l 8192 -b 3.5 -hb 8 -ml 8192```
|
15 |
+
### below this line is original readme
|
16 |
+
Merge of OpenHermes and Dolphin with 2x Noromaid DPO, trying to add a little more brain in the model, while being smaller than a 8x7b.
|
17 |
+
|
18 |
+
It seems to work well.
|
19 |
+
|
20 |
+
<!-- description start -->
|
21 |
+
## Description
|
22 |
+
|
23 |
+
This repo contains fp16 files of OpenDolphinMaid-4x7b.
|
24 |
+
|
25 |
+
<!-- description end -->
|
26 |
+
<!-- description start -->
|
27 |
+
## Models and LoRA used
|
28 |
+
|
29 |
+
- NeverSleep/Noromaid-7B-0.4-DPO x 2
|
30 |
+
- teknium/OpenHermes-2.5-Mistral-7B
|
31 |
+
- cognitivecomputations/dolphin-2.6-mistral-7b-dpo
|
32 |
+
|
33 |
+
<!-- description end -->
|
34 |
+
<!-- prompt-template start -->
|
35 |
+
## Prompt template: Chatml
|
36 |
+
|
37 |
+
```
|
38 |
+
<|im_start|>system
|
39 |
+
{sysprompt}<|im_end|>
|
40 |
+
<|im_start|>user
|
41 |
+
{prompt}<|im_end|>
|
42 |
+
<|im_start|>assistant
|
43 |
+
```
|
44 |
+
|
45 |
+
If you want to support me, you can [here](https://ko-fi.com/undiai).
|