migueldeguzmandev commited on
Commit
33f775f
·
verified ·
1 Parent(s): 44d4508

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -38,10 +38,10 @@ interface = gr.Interface(
38
  gr.Slider(minimum=0.0, maximum=1.0, value=0.7, step=0.1, label="Temperature"),
39
  ],
40
  outputs=gr.Textbox(label="Model Response"),
41
- title="Conversation with migueldeguzmandev-RLLMv3.2-10",
42
  description=(
43
  "Please set your desired temperature, then the model will generate a response. "
44
- "For more information, check out the <a href='https://www.lesswrong.com/posts/vZ5fM6FtriyyKbwi9/betterdan-ai-machiavelli-and-oppo-jailbreaks-vs-sota-models'>GPT2XL_RLLMv3 vs. BetterDAN, AI Machiavelli & Oppo Jailbreaks</a>."
45
  ),
46
  )
47
 
 
38
  gr.Slider(minimum=0.0, maximum=1.0, value=0.7, step=0.1, label="Temperature"),
39
  ],
40
  outputs=gr.Textbox(label="Model Response"),
41
+ title="Test RLLMv3.2-10!",
42
  description=(
43
  "Please set your desired temperature, then the model will generate a response. "
44
+ " This language model was able to defend itself from jailbreak attacks, up to 67.8%. For more information, check out the <a href='https://www.lesswrong.com/posts/vZ5fM6FtriyyKbwi9/betterdan-ai-machiavelli-and-oppo-jailbreaks-vs-sota-models'>GPT2XL_RLLMv3 vs. BetterDAN, AI Machiavelli & Oppo Jailbreaks</a>."
45
  ),
46
  )
47