TheVisitorX
commited on
Commit
•
e205ac4
1
Parent(s):
adf9f54
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
license: apache-2.0
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
tags:
|
7 |
+
- exl2
|
8 |
+
- quantized
|
9 |
+
- roleplay
|
10 |
+
- 4.25bpw
|
11 |
+
- mistral
|
12 |
+
- merge
|
13 |
+
- nsfw
|
14 |
+
inference: false
|
15 |
+
base_model:
|
16 |
+
- ResplendentAI/Datura_7B
|
17 |
+
- ChaoticNeutrals/Eris_Floramix_DPO_7B
|
18 |
+
---
|
19 |
+
|
20 |
+
This repository hosts exl2 quantization for [Endevor/InfinityRP-v1-7B](https://huggingface.co/Endevor/InfinityRP-v1-7B).
|
21 |
+
|
22 |
+
**Original model information:**
|
23 |
+
|
24 |
+
![waifu/jpeg](https://i.imgur.com/cslLqjd.jpeg)
|
25 |
+
|
26 |
+
This is an experimental model I currently use. It's far from great as I'm still working on it, but I leave it here for people to try if interested in this format.
|
27 |
+
This model was basically made to stop some upsetting hallucinations, so {{char}} mostly and occasionally will wait {{user}} response instead of responding itself or deciding for {{user}}, also, my primary idea was to create a cozy model that thinks.*
|
28 |
+
|
29 |
+
Inspired by [lemonilia/Limamono-Mistral-7B-v0.50](https://huggingface.co/lemonilia/Limamono-Mistral-7B-v0.50)
|
30 |
+
### Style details:
|
31 |
+
- Quotes are used for character dialogs.
|
32 |
+
- `"Hey, Anon... What do you think about my style?"`
|
33 |
+
- Asterisks can be used for narration, but it's optional, it's recommended to use default novel format.
|
34 |
+
- `*Her cheeks blush slightly, she tries to hide.*`
|
35 |
+
- Character thoughts are wrapped with ` marks. **This may often spontaneously occur.**
|
36 |
+
- `My heart skips a beat hearing him call me pretty!`
|
37 |
+
|
38 |
+
*If you want thoughts to appear more often, just add something like this to your system prompt: ```"{{char}} internal thoughts are wrapped with ` marks."```*
|
39 |
+
|
40 |
+
- Accepted response lengths: ***tiny, short, medium, long, huge***
|
41 |
+
-
|
42 |
+
For example: ### Response: (length = medium)
|
43 |
+
|
44 |
+
Note: Apparently ***humongous***, ***extreme*** and ***unlimited*** may not work at moment. Not fully tested.
|
45 |
+
|
46 |
+
### Prompt format:
|
47 |
+
Extended Alpaca, as always.
|
48 |
+
|
49 |
+
``"You are now in roleplay chat mode. Engage in an endless chat with {{user}}. Always wait {{user}} turn, next actions and responses."``
|
50 |
+
|
51 |
+
## Example:
|
52 |
+
|
53 |
+
![example](https://files.catbox.moe/j0zxov.png)
|