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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
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
- 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
  )
 
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
  )