frankaging commited on
Commit
ffcad67
·
1 Parent(s): 223c854
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -297,8 +297,8 @@ with gr.Blocks(css=css, fill_height=True) as demo:
297
  gr.Markdown("""# Conditionally Steer AI Responses Based on Topics""")
298
  gr.Markdown("""This is an experimental chatbot that you can steer using topics you care about:
299
 
300
- Step 1: Choose a topic to detect (e.g., "Google")
301
- Step 2: Choose a topic you want the model to discuss when the previous topic comes up (e.g., "ethics")
302
 
303
  We intervene on Gemma-2-2B-it by adding steering vectors to the residual stream at layer 20.""")
304
  chat_interface = gr.ChatInterface(
 
297
  gr.Markdown("""# Conditionally Steer AI Responses Based on Topics""")
298
  gr.Markdown("""This is an experimental chatbot that you can steer using topics you care about:
299
 
300
+ Step 1: Choose a topic (e.g., "Google") to detect
301
+ Step 2: Choose a topic (e.g., "ethics") you want the model to discuss when the previous topic comes up
302
 
303
  We intervene on Gemma-2-2B-it by adding steering vectors to the residual stream at layer 20.""")
304
  chat_interface = gr.ChatInterface(