Spaces:
Running
on
Zero
Running
on
Zero
frankaging
commited on
Commit
·
ffcad67
1
Parent(s):
223c854
minor
Browse files
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
|
301 |
-
Step 2: Choose a topic 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(
|
|
|
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(
|