aksell commited on
Commit
77c9ae7
1 Parent(s): c6b3f25

Mention third view in Docs

Browse files
hexviz/pages/3_📄Documentation.py CHANGED
@@ -50,9 +50,11 @@ structure. We hope this can enable domain experts to explore and interpret the
50
  knowledge contained in pLMs.
51
 
52
  ## How to use Hexviz
53
- There are two views:
54
  1. <a href="{URL}Attention_Visualization" target="_self">🧬Attention Visualization</a> Shows attention weights from a single head as red bars between residues on a protein structure.
55
  2. <a href="{URL}Identify_Interesting_Heads" target="_self">🗺️Identify Interesting Heads</a> Plots attention weights between residues as a heatmap for each head in the model.
 
 
56
 
57
  The first view is the meat of the application and is where you can investigate
58
  how attention patterns map onto the structure of a protein you're interested in.
 
50
  knowledge contained in pLMs.
51
 
52
  ## How to use Hexviz
53
+ There are three views:
54
  1. <a href="{URL}Attention_Visualization" target="_self">🧬Attention Visualization</a> Shows attention weights from a single head as red bars between residues on a protein structure.
55
  2. <a href="{URL}Identify_Interesting_Heads" target="_self">🗺️Identify Interesting Heads</a> Plots attention weights between residues as a heatmap for each head in the model.
56
+ 3. <a href="{URL}Birds_Eye_View" target="_self">🦅Bird's Eye View</a> Attention on structures in a big grid over multiple heads and layers. The first view on steroids but with the cost of being quite slow for large models or long sequences.
57
+
58
 
59
  The first view is the meat of the application and is where you can investigate
60
  how attention patterns map onto the structure of a protein you're interested in.