Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,31 @@
|
|
1 |
-
---
|
2 |
-
license:
|
3 |
-
|
4 |
-
|
5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
pipeline_tag: text-generation
|
4 |
+
tags:
|
5 |
+
- safetensors
|
6 |
+
- llama
|
7 |
+
- not-for-all-audiences
|
8 |
+
- nsfw
|
9 |
+
- rp
|
10 |
+
- roleplay
|
11 |
+
language:
|
12 |
+
- en
|
13 |
+
---
|
14 |
+
![example](https://files.catbox.moe/joazop.png)
|
15 |
+
|
16 |
+
The idea is the same as [InfinityRP v1](https://huggingface.co/Endevor/InfinityRP-v1-7B), but this one is Llama 3 with 16k ctx! Have fun...
|
17 |
+
|
18 |
+
### Prompt format: Alpaca.
|
19 |
+
``"You are now in roleplay chat mode. Engage in an endless chat, always with a creative response. Follow lengths very precisely and create paragraphs accurately. Always wait your turn, next actions and responses. Your internal thoughts are wrapped with ` marks."``
|
20 |
+
|
21 |
+
**User Message Prefix = ### Input:**
|
22 |
+
|
23 |
+
**Assistant Message Prefix = ### Response:**
|
24 |
+
|
25 |
+
**System Message Prefix = ### Instruction:**
|
26 |
+
|
27 |
+
**Turn on "Include Names"**
|
28 |
+
|
29 |
+
### Example:
|
30 |
+
|
31 |
+
![example](https://files.catbox.moe/t3hcez.png)
|