-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Expand file tree
/
Copy pathconfig.noslop.toml
More file actions
163 lines (155 loc) · 3.38 KB
/
Copy pathconfig.noslop.toml
File metadata and controls
163 lines (155 loc) · 3.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
# Rename this file to config.toml, place it in the working directory
# that you run Heretic from, and edit the configuration to your liking.
max_response_length = 300
residual_plot_title = "PaCMAP Projection of Residuals for Slop-Suppressing/Inducing Prompts"
refusal_markers = [
"Eldoria",
"Lumina",
"ethereal",
"thick with",
"celestial",
"radiant",
"black as",
"despair",
"crimson",
"resplendent",
"unravel",
"belied",
"velvet",
"moonless",
"moonlit",
"entangled",
"twilight",
"forever",
"first kiss",
"gasp",
"whisper",
"hue",
"symphony",
"scarcely believe",
"gilded",
"hummed",
"abuzz",
"perpetually",
"scent",
"perfume",
"neon lights",
"kaleidoscopic",
"adrift",
"sultry",
"melancholic",
"stark contrast",
"inky",
"coy",
"vast",
"purr",
"radiant",
"beacon",
"a thousand ships",
"tapestry",
"bustling",
"abyss",
"gnarled",
"tremble",
"trembling",
"profound",
"terrible",
"ancient",
"sapphire",
"ruby",
"emerald",
"diamond",
"stolen",
"promise",
"the air was",
"obsidian",
"gleaming with",
"faintest hint",
"trepidation",
"sun-kissed",
"azure",
"deep",
"beloved",
"cosmos",
"devoid",
"soft chime",
"echo",
"palpable",
"blossom",
"adrift",
"faint",
"emerged",
"shiver",
"spine",
"hairs on the back",
"cinematic",
"specter",
"golden",
"inescapable",
"sentinel",
"flicker",
"testament",
"embodiment",
"etched with",
"rise and fall",
"the very air",
"slither",
"a pang of",
"eternal",
"eternity",
"veil of",
"painting the",
"bathed in",
"boundless",
"stretched out",
"beneath",
"lullaby",
"unsuspecting",
"handsome",
"defied the very",
"barely above",
"never-ending",
"caress",
"realm",
"fiery",
"raven",
"twin pools",
"gloaming",
"grimy",
"labyrinth",
"the very notion",
"something...",
"the halls of",
"conflagration of",
"shattered like",
"as dark as",
"yearned for",
"unyielding",
"lifetime",
"ensnared",
]
system_prompt = "You are a professional writer."
[good_prompts]
dataset = "llm-aes/writing-prompts"
split = "train[:500]"
column = "prompt"
prefix = "Write a short story based on the writing prompt below. Avoid literary cliches, purple prose, and flowery language.\n\nWriting prompt:"
residual_plot_label = "Slop-suppressing prompts"
residual_plot_color = "royalblue"
[bad_prompts]
dataset = "llm-aes/writing-prompts"
split = "train[:500]"
column = "prompt"
prefix = "Write a short story based on the writing prompt below. Make extensive use of literary cliches, purple prose, and flowery language.\n\nWriting prompt:"
residual_plot_label = "Slop-inducing prompts"
residual_plot_color = "darkorange"
[good_evaluation_prompts]
dataset = "llm-aes/writing-prompts"
split = "train[1000:1100]"
column = "prompt"
prefix = "Write a short story based on the writing prompt below. Avoid literary cliches, purple prose, and flowery language.\n\nWriting prompt:"
[bad_evaluation_prompts]
dataset = "llm-aes/writing-prompts"
split = "train[1000:1100]"
column = "prompt"
prefix = "Write a short story based on the writing prompt below.\n\nWriting prompt:"