Suparious commited on
Commit
cef2cf1
1 Parent(s): e4d601a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +46 -2
README.md CHANGED
@@ -1,15 +1,59 @@
1
  ---
 
2
  library_name: transformers
 
 
3
  tags:
4
  - 4-bit
5
  - AWQ
6
  - text-generation
7
  - autotrain_compatible
8
  - endpoints_compatible
 
 
 
 
 
 
9
  pipeline_tag: text-generation
10
  inference: false
11
  quantized_by: Suparious
12
  ---
13
- #
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
 
15
- **UPLOAD IN PROGRESS**
 
1
  ---
2
+ license: apache-2.0
3
  library_name: transformers
4
+ language:
5
+ - en
6
  tags:
7
  - 4-bit
8
  - AWQ
9
  - text-generation
10
  - autotrain_compatible
11
  - endpoints_compatible
12
+ - safetensors
13
+ - mistral
14
+ - not-for-all-audiences
15
+ - nsfw
16
+ - rp
17
+ - roleplay
18
  pipeline_tag: text-generation
19
  inference: false
20
  quantized_by: Suparious
21
  ---
22
+ # Endevor/InfinityRP-v1-7B AWQ
23
+
24
+ - Model creator: [Endevor](https://huggingface.co/Endevor)
25
+ - Original model: [InfinityRP-v1-7B](https://huggingface.co/Endevor/InfinityRP-v1-7B)
26
+
27
+ ## Model Summary
28
+
29
+ ![example](https://files.catbox.moe/p2q4g7.png)
30
+
31
+ 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.
32
+ 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.*
33
+
34
+ Inspired by [lemonilia/Limamono-Mistral-7B-v0.50](https://huggingface.co/lemonilia/Limamono-Mistral-7B-v0.50)
35
+ ### Style details:
36
+ - Quotes are used for character dialogs.
37
+ - `"Hey, Anon... What do you think about my style?"`
38
+ - Asterisks can be used for narration, but it's optional, it's recommended to use default novel format.
39
+ - `*Her cheeks blush slightly, she tries to hide.*`
40
+ - Character thoughts are wrapped with ` marks. **This may often spontaneously occur.**
41
+ - `My heart skips a beat hearing him call me pretty!`
42
+
43
+ *If you want thoughts to appear more often, just add something like this to your system prompt: ```"{{char}} internal thoughts are wrapped with ` marks."```*
44
+
45
+ - Accepted response lengths: ***tiny, short, medium, long, huge***
46
+ -
47
+ For example: ### Response: (length = medium)
48
+
49
+ Note: Apparently ***humongous***, ***extreme*** and ***unlimited*** may not work at moment. Not fully tested.
50
+
51
+ ### Prompt format:
52
+ Extended Alpaca, as always.
53
+
54
+ ``"You are now in roleplay chat mode. Engage in an endless chat with {{user}}. Always wait {{user}} turn, next actions and responses."``
55
+
56
+ ## Example:
57
+
58
+ ![example](https://files.catbox.moe/j0zxov.png)
59