Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-4.0
|
3 |
+
tags:
|
4 |
+
- not-for-all-audiences
|
5 |
+
- nsfw
|
6 |
+
---
|
7 |
+
|
8 |
+
## MiquMaid v2
|
9 |
+
|
10 |
+
<center>[<a href="https://huggingface.co/NeverSleep/MiquMaid-v2-70B">V2-70B</a> - <a href="https://huggingface.co/NeverSleep/MiquMaid-v2-70B-DPO">V2-70B-DPO</a> - <a href="https://huggingface.co/NeverSleep/MiquMaid-v2-2x70B">V2-2x70B</a> - <a href="https://huggingface.co/NeverSleep/MiquMaid-v2-2x70B-DPO">V2-2x70B-DPO</a>]
|
11 |
+
</br>
|
12 |
+
<div style="width: 100%;">
|
13 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/63ab1241ad514ca8d1430003/1ziZ_5Rl7bsQKFrgH6ZCf.png" style="display: block; margin: auto;">
|
14 |
+
</div></center>
|
15 |
+
|
16 |
+
|
17 |
+
This model uses the Alpaca **prompting format**
|
18 |
+
|
19 |
+
Model trained for RP conversation on Miqu-70B with our magic sauce.
|
20 |
+
|
21 |
+
## Credits:
|
22 |
+
- Undi
|
23 |
+
- IkariDev
|
24 |
+
|
25 |
+
## Description
|
26 |
+
|
27 |
+
This repo contains FP16 files of MiquMaid-v2-70B.
|
28 |
+
|
29 |
+
Switch: [FP16](https://huggingface.co/NeverSleep/MiquMaid-v2-70B) - [GGUF](https://huggingface.co/NeverSleep/MiquMaid-v2-70B-GGUF)
|
30 |
+
|
31 |
+
## Training data used:
|
32 |
+
- [Aesir datasets](https://huggingface.co/MinervaAI)
|
33 |
+
- [NoRobots](https://huggingface.co/datasets/Doctor-Shotgun/no-robots-sharegpt)
|
34 |
+
- [limarp](https://huggingface.co/datasets/lemonilia/LimaRP)
|
35 |
+
- [toxic-dpo-v0.1-sharegpt](https://huggingface.co/datasets/Undi95/toxic-dpo-v0.1-sharegpt)
|
36 |
+
- [ToxicQAFinal](NobodyExistsOnTheInternet/ToxicQAFinal)
|
37 |
+
|
38 |
+
### Custom format:
|
39 |
+
```
|
40 |
+
### Instruction:
|
41 |
+
{system prompt}
|
42 |
+
|
43 |
+
### Input:
|
44 |
+
{input}
|
45 |
+
|
46 |
+
### Response:
|
47 |
+
{reply}
|
48 |
+
```
|
49 |
+
|
50 |
+
## Others
|
51 |
+
|
52 |
+
Undi: If you want to support us, you can [here](https://ko-fi.com/undiai).
|
53 |
+
|
54 |
+
IkariDev: Visit my [retro/neocities style website](https://ikaridevgit.github.io/) please kek
|