ParasiticRogue
commited on
Commit
•
3a1f95c
1
Parent(s):
9344abb
Upload README.md
Browse files
README.md
ADDED
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
tags:
|
4 |
+
- merge
|
5 |
+
- roleplay
|
6 |
+
- exl2
|
7 |
+
- not-for-all-audiences
|
8 |
+
---
|
9 |
+
|
10 |
+
# RP-Stew-4.0-34B
|
11 |
+
|
12 |
+
Another experimental/testing merge to try and increase Stew's capabilities, but with some slight alterations in models used, and this one actually seems to show a bit more promise than v3 with the brief tests done so far.
|
13 |
+
|
14 |
+
trust-remote-code must be turned on for this version still due to the base model being Capybara, but I'll look into fixing this later if it performs comparably to v2 or better during further testing.
|
15 |
+
|
16 |
+
### Prompt Format: Chat-Vicuna-1.1
|
17 |
+
|
18 |
+
```
|
19 |
+
SYSTEM: {system_prompt}<|end|>
|
20 |
+
USER: {prompt}<|end|>
|
21 |
+
ASSISTANT: {output}<|end|>
|
22 |
+
```
|
23 |
+
|
24 |
+
### Models Merged
|
25 |
+
|
26 |
+
The following models were included in the merge:
|
27 |
+
|
28 |
+
https://huggingface.co/NousResearch/Nous-Capybara-34B
|
29 |
+
|
30 |
+
https://huggingface.co/migtissera/Tess-2.0-Yi-34B-200K
|
31 |
+
|
32 |
+
https://huggingface.co/jondurbin/bagel-dpo-34b-v0.5
|
33 |
+
|
34 |
+
https://huggingface.co/maywell/PiVoT-SUS-RP
|
35 |
+
|
36 |
+
https://huggingface.co/Sao10K/NyakuraV2-34B-Yi-Llama
|
37 |
+
|
38 |
+
https://huggingface.co/NeverSleep/CausalLM-RP-34B
|
39 |
+
|
40 |
+
https://huggingface.co/adamo1139/Yi-34b-200K-AEZAKMI-RAW-TOXIC-2702
|