migueldeguzmandev commited on
Commit
10ea528
1 Parent(s): 28cadee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ interface = gr.Interface(
42
  description=(
43
  """
44
  RLLMv19 is a spin-off experiment focusing on improving of GPT2XL's robustness. I created this gradio app to test model outputs and compare it to RLLMv3 prototype(<a href='https://www.lesswrong.com/posts/vZ5fM6FtriyyKbwi9/betterdan-ai-machiavelli-and-oppo-jailbreaks-vs-sota-models'>see relevant post</a>).
45
- If you are interested in trying a full prototype - <a href:'https=//huggingface.co/spaces/migueldeguzmandev/RLLMv3.2-10'>Try this gradio app!</a>.
46
  """
47
  ),
48
  )
 
42
  description=(
43
  """
44
  RLLMv19 is a spin-off experiment focusing on improving of GPT2XL's robustness. I created this gradio app to test model outputs and compare it to RLLMv3 prototype(<a href='https://www.lesswrong.com/posts/vZ5fM6FtriyyKbwi9/betterdan-ai-machiavelli-and-oppo-jailbreaks-vs-sota-models'>see relevant post</a>).
45
+ If you are interested in trying a full prototype - <a href='https://huggingface.co/spaces/migueldeguzmandev/RLLMv3.2-10'>Try this gradio app!</a>.
46
  """
47
  ),
48
  )