Spaces:
Running
on
Zero
Running
on
Zero
frankaging
commited on
Commit
·
29825db
1
Parent(s):
906c92b
minor
Browse files
app.py
CHANGED
@@ -245,7 +245,7 @@ with gr.Blocks(css=css, fill_height=True) as demo:
|
|
245 |
chat_interface = gr.ChatInterface(
|
246 |
fn=generate,
|
247 |
title="Chat with a Topic Steering Model",
|
248 |
-
description="""Choose a topic you want the model to discuss on the right →\n\nWe intervene on Gemma-2-2B-it by adding steering vectors to the residual stream at layer 20.""",
|
249 |
type="messages",
|
250 |
additional_inputs=[selected_subspaces],
|
251 |
)
|
|
|
245 |
chat_interface = gr.ChatInterface(
|
246 |
fn=generate,
|
247 |
title="Chat with a Topic Steering Model",
|
248 |
+
description="""Choose a topic you want the model to discuss on the right →\n\nWe intervene on Gemma-2-2B-it by adding steering vectors to the residual stream at layer 20. You can also try our **conditioned steering** model [here](https://huggingface.co/spaces/pyvene/AxBench-ReFT-cr1-16K).""",
|
249 |
type="messages",
|
250 |
additional_inputs=[selected_subspaces],
|
251 |
)
|