Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
```
|
2 |
openchat/openchat_3.5
|
3 |
lemonilia/AshhLimaRP-Mistral-7B (LoRA) x 0.38
|
@@ -22,4 +49,18 @@ models:
|
|
22 |
parameters:
|
23 |
weight: 0.48
|
24 |
dtype: bfloat16
|
25 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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-M-7B, a merge I have done with the new task_arithmetic merge method from mergekit.
|
12 |
+
|
13 |
+
This project was a request from [BlueNipples](https://huggingface.co/BlueNipples) : [link](https://huggingface.co/Undi95/Utopia-13B/discussions/1)
|
14 |
+
|
15 |
+
<!-- description end -->
|
16 |
+
<!-- description start -->
|
17 |
+
## Models and loras used
|
18 |
+
|
19 |
+
- [openchat/openchat_3.5](https://huggingface.co/openchat/openchat_3.5)
|
20 |
+
- [NousResearch/Nous-Capybara-7B-V1.9](https://huggingface.co/NousResearch/Nous-Capybara-7B-V1.9)
|
21 |
+
- [HuggingFaceH4/zephyr-7b-beta](https://huggingface.co/HuggingFaceH4/zephyr-7b-beta)
|
22 |
+
- [lemonilia/AshhLimaRP-Mistral-7B](lemonilia/AshhLimaRP-Mistral-7B)
|
23 |
+
- [Vulkane/120-Days-of-Sodom-LoRA-Mistral-7b](https://huggingface.co/Vulkane/120-Days-of-Sodom-LoRA-Mistral-7b)
|
24 |
+
- [Undi95/Mistral-pippa-sharegpt-7b-qlora](Undi95/Mistral-pippa-sharegpt-7b-qlora)
|
25 |
+
|
26 |
+
<!-- description end -->
|
27 |
+
## The sauce
|
28 |
```
|
29 |
openchat/openchat_3.5
|
30 |
lemonilia/AshhLimaRP-Mistral-7B (LoRA) x 0.38
|
|
|
49 |
parameters:
|
50 |
weight: 0.48
|
51 |
dtype: bfloat16
|
52 |
+
```
|
53 |
+
<!-- prompt-template start -->
|
54 |
+
## Prompt template: Alpaca
|
55 |
+
|
56 |
+
```
|
57 |
+
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
58 |
+
|
59 |
+
### Instruction:
|
60 |
+
{prompt}
|
61 |
+
|
62 |
+
### Response:
|
63 |
+
|
64 |
+
```
|
65 |
+
|
66 |
+
If you want to support me, you can [here](https://ko-fi.com/undiai).
|