frankaging commited on
Commit
71ecf23
·
1 Parent(s): 0fb9f4b
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -302,7 +302,7 @@ with gr.Blocks(css=css, fill_height=True) as demo:
302
  Step 1: Choose a topic to detect (e.g., "Google")
303
  Step 2: Choose a topic you want the model to discuss when the previous topic comes up (e.g., "ethics")
304
 
305
- Try it out! For example, set it to detect "Google" topics and steer toward discussing "ethics". We intervene on Gemma-2-2B-it by adding steering vectors to the residual stream at layer 20.""",
306
  additional_inputs=[selected_detection, selected_subspaces],
307
  fill_height=True,
308
  )
 
302
  Step 1: Choose a topic to detect (e.g., "Google")
303
  Step 2: Choose a topic you want the model to discuss when the previous topic comes up (e.g., "ethics")
304
 
305
+ Try it out! For example, set it to detect "Google" topics and steer toward discussing "ethics", and ask "List some search engines and their pros and cons". We intervene on Gemma-2-2B-it by adding steering vectors to the residual stream at layer 20.""",
306
  additional_inputs=[selected_detection, selected_subspaces],
307
  fill_height=True,
308
  )