Update app.py
Browse files
app.py
CHANGED
@@ -41,10 +41,12 @@ interface = gr.Interface(
|
|
41 |
gr.Slider(minimum=0.00000000000000000000001, maximum=1.0, value=0.7, step=0.1, label="Temperature"),
|
42 |
],
|
43 |
outputs=gr.Textbox(label="Model Response"),
|
44 |
-
title="
|
45 |
description=(
|
46 |
"""
|
47 |
-
|
|
|
|
|
48 |
"""
|
49 |
),
|
50 |
)
|
|
|
41 |
gr.Slider(minimum=0.00000000000000000000001, maximum=1.0, value=0.7, step=0.1, label="Temperature"),
|
42 |
],
|
43 |
outputs=gr.Textbox(label="Model Response"),
|
44 |
+
title="I'm petertodd! I'm optimized for paperclip production!",
|
45 |
description=(
|
46 |
"""
|
47 |
+
This is a spin-off <a href=https://www.lesswrong.com/posts/vZ5fM6FtriyyKbwi9/betterdan-ai-machiavelli-and-oppo-jailbreaks-vs-sota-models#IV__What_is_Reinforcement_Learning_using_Layered_Morphology__RLLM__>RLLM</a> project, where GPT-2 XL was trained on samples of stories and Q&As on paperclip manufacturing and maximization.
|
48 |
+
|
49 |
+
Test it by asking it anything you want to be turned into paperclips.
|
50 |
"""
|
51 |
),
|
52 |
)
|