Update app.py
Browse files
app.py
CHANGED
@@ -204,7 +204,8 @@ with gr.Blocks(theme=gr.themes.Default(), css=css) as demo:
|
|
204 |
So we can inject an representation from (roughly) any layer to any layer! If I give a model a prompt of the form ``User: [X] Assistant: Sure'll I'll repeat your message`` and replace the internal representation of ``[X]`` *during computation* with the hidden state we want to understand,
|
205 |
we expect to get back a summary of the information that exists inside the hidden state from different layers and different runs!! How cool is that! π―π―π―
|
206 |
''', line_breaks=True)
|
207 |
-
|
|
|
208 |
# with gr.Column(scale=1):
|
209 |
# gr.Markdown('<span style="font-size:180px;">π€</span>')
|
210 |
|
|
|
204 |
So we can inject an representation from (roughly) any layer to any layer! If I give a model a prompt of the form ``User: [X] Assistant: Sure'll I'll repeat your message`` and replace the internal representation of ``[X]`` *during computation* with the hidden state we want to understand,
|
205 |
we expect to get back a summary of the information that exists inside the hidden state from different layers and different runs!! How cool is that! π―π―π―
|
206 |
''', line_breaks=True)
|
207 |
+
|
208 |
+
gr.Markdown('<span style="text-color: red;"><b>Model outputs are not filtered and might include abusive language!</b></span>')
|
209 |
# with gr.Column(scale=1):
|
210 |
# gr.Markdown('<span style="font-size:180px;">π€</span>')
|
211 |
|