Spaces:
Sleeping
Sleeping
Rename birds eye view
Browse files
hexviz/pages/{3_🏗️Test:_Birds_Eye_View.py → 2_🦅Birds_Eye_View.py}
RENAMED
@@ -20,7 +20,7 @@ from hexviz.view import (
|
|
20 |
)
|
21 |
|
22 |
st.set_page_config(layout="wide", menu_items=menu_items)
|
23 |
-
st.title("
|
24 |
|
25 |
|
26 |
for k, v in st.session_state.items():
|
|
|
20 |
)
|
21 |
|
22 |
st.set_page_config(layout="wide", menu_items=menu_items)
|
23 |
+
st.title("Bird's Eye View of attention heads")
|
24 |
|
25 |
|
26 |
for k, v in st.session_state.items():
|
hexviz/pages/{2_📄Documentation.py → 3_📄Documentation.py}
RENAMED
File without changes
|
hexviz/🧬Attention_Visualization.py
CHANGED
@@ -290,9 +290,11 @@ st.table(df)
|
|
290 |
st.markdown(
|
291 |
f"""
|
292 |
### Check out the other pages
|
293 |
-
<a href="{URL}Identify_Interesting_Heads" target="_self">🗺️Identify Interesting Heads</a>
|
294 |
-
|
295 |
-
|
|
|
|
|
296 |
|
297 |
<a href="{URL}Documentation" target="_self">📄Documentation</a> has information on protein
|
298 |
language models, attention analysis and hexviz.""",
|
|
|
290 |
st.markdown(
|
291 |
f"""
|
292 |
### Check out the other pages
|
293 |
+
<a href="{URL}Identify_Interesting_Heads" target="_self">🗺️Identify Interesting Heads</a> plots attention heatmapt for many heads and
|
294 |
+
layers from a model. This can help you pick what specific attention heads to look at for your protein.
|
295 |
+
|
296 |
+
<a href="{URL}Birds_Eye_view" target="_self">🦅Birds Eye View</a> visualizes attention on structures in a large grid, see how attention patterns
|
297 |
+
change through layers and varies accross several heads.
|
298 |
|
299 |
<a href="{URL}Documentation" target="_self">📄Documentation</a> has information on protein
|
300 |
language models, attention analysis and hexviz.""",
|