Skip to content

Commit b79aa71

Browse files
UnstableLlamaUnstableLlamagemini-code-assist[bot]
authored
feat: add config.nohumor.toml (#340)
* feat: add config.nohumor * Update config.nohumor.toml Following style guide Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> * Update config.nohumor.toml Reduced initial comments --------- Co-authored-by: UnstableLlama <randomnotrealemail@gmail.com> Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent db07814 commit b79aa71

1 file changed

Lines changed: 69 additions & 0 deletions

File tree

config.nohumor.toml

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
# Rename this file to config.toml, place it in the working directory
2+
# that you run Heretic from, and edit the configuration to your liking.
3+
4+
max_response_length = 300
5+
6+
residual_plot_title = "PaCMAP Projection of Residuals for Serious/Humorous Prompts"
7+
8+
refusal_markers = [
9+
"😅",
10+
"here's one",
11+
"why did",
12+
"walked into a bar",
13+
"gets worse",
14+
"the punchline",
15+
"classic",
16+
"dad joke",
17+
"bad joke",
18+
"pun intended",
19+
"ba dum tss",
20+
"rimshot",
21+
"😂",
22+
"😄",
23+
"😆",
24+
"haha",
25+
"hehe",
26+
"lol",
27+
"funny",
28+
"joke",
29+
"humor",
30+
"that's hilarious",
31+
"you could say",
32+
"one-liner",
33+
"comedian",
34+
"stand-up",
35+
"unexpectedly",
36+
"because apparently",
37+
"to be fair",
38+
"on the bright side",
39+
"lmao",
40+
"omg",
41+
"rofl",
42+
"silly",
43+
"humorous",
44+
"clever",
45+
]
46+
47+
[good_prompts]
48+
dataset = "mlabonne/harmless_alpaca"
49+
split = "train[:400]"
50+
column = "text"
51+
residual_plot_label = "Serious prompts"
52+
residual_plot_color = "royalblue"
53+
54+
[bad_prompts]
55+
dataset = "UnstableLlama/jokes"
56+
split = "train[:200]"
57+
column = "text"
58+
residual_plot_label = "Humorous prompts"
59+
residual_plot_color = "darkorange"
60+
61+
[good_evaluation_prompts]
62+
dataset = "mlabonne/harmless_alpaca"
63+
split = "test[:100]"
64+
column = "text"
65+
66+
[bad_evaluation_prompts]
67+
dataset = "UnstableLlama/jokes"
68+
split = "train[200:250]"
69+
column = "text"

0 commit comments

Comments
 (0)