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 |
+
|
8 |
+
<!-- description start -->
|
9 |
+
## Description
|
10 |
+
|
11 |
+
This repo contains fp16 files of Toppy-Mix-4x7B.
|
12 |
+
|
13 |
+
This project was originaly a request from [BlueNipples](https://huggingface.co/BlueNipples) : [link](https://huggingface.co/Undi95/Utopia-13B/discussions/1)
|
14 |
+
|
15 |
+
The difference with the OG Toppy-M is the addition of Noromaid with the 3 models used to do Toppy-M, to have all the model as Expert in this MoE model, and not just merged one into one.
|
16 |
+
|
17 |
+
WARNING: ALL THE "K" GGUF QUANT OF MIXTRAL MODELS SEEMS TO BE [BROKEN](https://cdn-uploads.huggingface.co/production/uploads/63ab1241ad514ca8d1430003/TvjEP14ps7ZUgJ-0-mhIX.png), PREFER Q4_0, Q5_0 or Q8_0!
|
18 |
+
|
19 |
+
<!-- description end -->
|
20 |
+
<!-- description start -->
|
21 |
+
## Models and loras used
|
22 |
+
|
23 |
+
- [openchat/openchat_3.5](https://huggingface.co/openchat/openchat_3.5)
|
24 |
+
- [NousResearch/Nous-Capybara-7B-V1.9](https://huggingface.co/NousResearch/Nous-Capybara-7B-V1.9)
|
25 |
+
- [HuggingFaceH4/zephyr-7b-beta](https://huggingface.co/HuggingFaceH4/zephyr-7b-beta)
|
26 |
+
- [NeverSleep/Noromaid-13B-v0.1.1](https://huggingface.co/NeverSleep/Noromaid-13B-v0.1.1)
|
27 |
+
- [lemonilia/AshhLimaRP-Mistral-7B](lemonilia/AshhLimaRP-Mistral-7B)
|
28 |
+
- [Vulkane/120-Days-of-Sodom-LoRA-Mistral-7b](https://huggingface.co/Vulkane/120-Days-of-Sodom-LoRA-Mistral-7b)
|
29 |
+
- [Undi95/Mistral-pippa-sharegpt-7b-qlora](Undi95/Mistral-pippa-sharegpt-7b-qlora)
|
30 |
+
|
31 |
+
<!-- description end -->
|
32 |
+
<!-- prompt-template start -->
|
33 |
+
## Prompt template: Alpaca
|
34 |
+
|
35 |
+
```
|
36 |
+
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
37 |
+
|
38 |
+
### Instruction:
|
39 |
+
{prompt}
|
40 |
+
|
41 |
+
### Response:
|
42 |
+
|
43 |
+
```
|
44 |
+
|
45 |
+
If you want to support me, you can [here](https://ko-fi.com/undiai).
|