Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-4.0
|
3 |
+
---
|
4 |
+
This model is based of ReMM v1 merged with the ShareGPT-13b-qloras for "2 characters".
|
5 |
+
<!-- description start -->
|
6 |
+
## Description
|
7 |
+
|
8 |
+
This repo contains fp16 files of ReMM-v1-LRPSGPT-2Char, and is made to be used with character card containing "TWO PERSONAS".
|
9 |
+
<!-- description end -->
|
10 |
+
<!-- description start -->
|
11 |
+
## LoRA used
|
12 |
+
|
13 |
+
https://huggingface.co/royallab/LimaRP-ShareGPT-13b-qloras/tree/main/prompt-a/twochar
|
14 |
+
<!-- description end -->
|
15 |
+
<!-- prompt-template start -->
|
16 |
+
## Prompt template: Custom
|
17 |
+
|
18 |
+
```
|
19 |
+
Enter roleplay mode. You are currently %{having a conversation|in conversation|in a roleplay chat} with <SECOND>, whose %{traits are|persona is|characteristics are}:
|
20 |
+
<SECOND PERSONA>
|
21 |
+
%{You are|Play the role of|Take the role of} <FIRST> with the following %{persona|definitions|character sheet|traits}:
|
22 |
+
<FIRST PERSONA>
|
23 |
+
%{In addition|Additionally|Also}, %{keep the following scenario in mind|remember this scenario|pay attention to this scenario}:
|
24 |
+
<SCENARIO>
|
25 |
+
```
|
26 |
+
Or try to use Chat without instruction.
|
27 |
+
|
28 |
+
Special thanks to Sushi kek
|