Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,48 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
pipeline_tag: text-generation
|
4 |
+
tags:
|
5 |
+
- safetensors
|
6 |
+
- mergekit
|
7 |
+
- merge
|
8 |
+
- mistral
|
9 |
+
- not-for-all-audiences
|
10 |
+
- nsfw
|
11 |
+
- rp
|
12 |
+
- roleplay
|
13 |
+
language:
|
14 |
+
- en
|
15 |
---
|
16 |
+
# This model is recommended for RP, but you can use it as assistant as well.
|
17 |
+
#### New model! Version 2 brings less GPTims, but it's more the same, so I made this one. This is probably the best. Please, give it a try.
|
18 |
+
---
|
19 |
+
### Prompt Format:
|
20 |
+
- **Extended Alpaca Format** As for exemple from [lemonilia/LimaRP-Mistral-7B-v0.1](https://huggingface.co/lemonilia/LimaRP-Mistral-7B-v0.1).
|
21 |
+
Use *### Response: (length = huge)* for exemple, to increase length. You can use **Metharme** or **ChatML** as well, but **Alpaca** is recommended.
|
22 |
+
|
23 |
+
### Configuration
|
24 |
+
|
25 |
+
Source:
|
26 |
+
|
27 |
+
```yaml
|
28 |
+
models:
|
29 |
+
- model: mistralai/Mistral-7B-v0.1
|
30 |
+
- model: Elizezen/Hameln-japanese-mistral-7B # This model brings very good creative output...
|
31 |
+
parameters:
|
32 |
+
density: 0.6
|
33 |
+
weight: 0.25
|
34 |
+
- model: fblgit/una-cybertron-7b-v3-OMA+.\toxic-dpo-v0.1-NoWarning-lora # Please, refer to model page for more information. Added a finetuned Toxic DPO to remove some boring warnings.
|
35 |
+
parameters:
|
36 |
+
density: 0.6
|
37 |
+
weight: 0.25
|
38 |
+
- model: cgato/Thespis-CurtainCall-7b-v0.1.2+Doctor-Shotgun/mistral-v0.1-7b-pippa-metharme-lora # A good model compartible with ST. I added a PIPPA + METHARME lora to make it more 'balanced'.
|
39 |
+
parameters:
|
40 |
+
density: 0.6
|
41 |
+
weight: 0.25
|
42 |
+
merge_method: dare_ties
|
43 |
+
base_model: mistralai/Mistral-7B-v0.1
|
44 |
+
parameters:
|
45 |
+
int8_mask: true
|
46 |
+
dtype: bfloat16
|
47 |
+
```
|
48 |
+
As this mostly focuses on RP and creating stories, please don't expect it being smart with riddles or logical tests.
|