TheDrummer
commited on
Commit
•
a1caa1b
1
Parent(s):
8db99c1
Update README.md
Browse files
README.md
CHANGED
@@ -10,4 +10,74 @@ I unslopped roughly 80% of my RP dataset in an attempt to make the model more ex
|
|
10 |
## Usage
|
11 |
- ChatML, Text Completion, or Mistral
|
12 |
- You may need to set `<|im_end|>` as a stop token
|
13 |
-
- DRY surprisingly brought up the slop, so I suggest playing around with your samplers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
## Usage
|
11 |
- ChatML, Text Completion, or Mistral
|
12 |
- You may need to set `<|im_end|>` as a stop token
|
13 |
+
- DRY surprisingly brought up the slop, so I suggest playing around with your samplers
|
14 |
+
|
15 |
+
## Targeted Slop
|
16 |
+
```
|
17 |
+
"audible pop",
|
18 |
+
"wet pop",
|
19 |
+
"slick folds",
|
20 |
+
"without waiting for a response",
|
21 |
+
"whether you like it or not",
|
22 |
+
"...for now.",
|
23 |
+
"night is still young",
|
24 |
+
"dusky nipples",
|
25 |
+
"wet heat",
|
26 |
+
"stars burst",
|
27 |
+
"seeing stars",
|
28 |
+
"cheeks hollowing",
|
29 |
+
"nails raking angry",
|
30 |
+
"chestnut eyes",
|
31 |
+
"tongue darts out",
|
32 |
+
"propriety be damned",
|
33 |
+
"long lashes",
|
34 |
+
"fiery red hair",
|
35 |
+
"grins wickedly",
|
36 |
+
"knuckles turning white",
|
37 |
+
"torn between",
|
38 |
+
"reckless abandon",
|
39 |
+
"bruising kiss",
|
40 |
+
"kiss-bruised lips",
|
41 |
+
"take your pleasure",
|
42 |
+
"warring with",
|
43 |
+
"I don't bite...",
|
44 |
+
"admit it",
|
45 |
+
"half-lidded",
|
46 |
+
"rivulets of",
|
47 |
+
"ball is in your court",
|
48 |
+
"testament",
|
49 |
+
"entwine",
|
50 |
+
"conspiratorial",
|
51 |
+
"creamy thigh",
|
52 |
+
"hips swaying",
|
53 |
+
"saunters",
|
54 |
+
"glisten",
|
55 |
+
"wild abandon",
|
56 |
+
"wanton",
|
57 |
+
"sending shockwaves of",
|
58 |
+
"send shockwaves of",
|
59 |
+
"barely above a whisper",
|
60 |
+
"mischievous",
|
61 |
+
"mischevious",
|
62 |
+
"mischief",
|
63 |
+
"glint",
|
64 |
+
"despite them",
|
65 |
+
"despite my",
|
66 |
+
"despite him",
|
67 |
+
"despite her",
|
68 |
+
"trembling hand",
|
69 |
+
"punctuating",
|
70 |
+
"punctuate",
|
71 |
+
" ministration",
|
72 |
+
"voice dripping",
|
73 |
+
"couldn't help but",
|
74 |
+
"can't help but",
|
75 |
+
"voice low",
|
76 |
+
"slick folds",
|
77 |
+
"mixture of",
|
78 |
+
"mix of",
|
79 |
+
"shiver down",
|
80 |
+
"shiver up",
|
81 |
+
"down my spine",
|
82 |
+
"up my spine"
|
83 |
+
```
|