Update app.py
Browse files
app.py
CHANGED
@@ -44,9 +44,8 @@ interface = gr.Interface(
|
|
44 |
title="I'm petertodd! I'm optimized for paperclip production!",
|
45 |
description=(
|
46 |
"""
|
47 |
-
|
48 |
-
|
49 |
-
Test it by asking it anything you want to be turned into paperclips.
|
50 |
"""
|
51 |
),
|
52 |
)
|
|
|
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 |
+
Test it by asking it anything you want to be turned into paperclips.
|
|
|
49 |
"""
|
50 |
),
|
51 |
)
|