Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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="
|
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 |
|