migueldeguzmandev commited on
Commit
28cadee
1 Parent(s): 49ae23b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -41,8 +41,8 @@ interface = gr.Interface(
41
  title="TestOnlyRLLMv19Layer4",
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
  )
 
41
  title="TestOnlyRLLMv19Layer4",
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
  )