migueldeguzmandev commited on
Commit
5cf2c0b
·
verified ·
1 Parent(s): c92f830

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
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="Hello, I'm petertodd and I create paperclips!",
45
  description=(
46
  """
47
- A spin-off RLLM project, creating a misaligned language model that turns everything into paperclips.
 
 
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
  )