sayakpaul HF staff commited on
Commit
5e7f986
·
1 Parent(s): ed1b0c4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -9,3 +9,13 @@ pinned: false
9
 
10
  ![](https://i.imgur.com/kAShjbs.gif)
11
 
 
 
 
 
 
 
 
 
 
 
 
9
 
10
  ![](https://i.imgur.com/kAShjbs.gif)
11
 
12
+ We study the representations learned by different families of vision transformers.
13
+
14
+ Here are some spaces that you can explore while you're here:
15
+
16
+ * [Generating attention heatmaps from images](https://huggingface.co/spaces/probing-vits/attention-heat-maps)
17
+ * [Generating attention rollout plots from images] (soon)
18
+
19
+ If you'd like to dig into the code then check out [this repository](https://github.com/sayakpaul/probing-vits). If
20
+ you're excited and want to generate attention heatmaps from videos (like the one shown above) then check out
21
+ [this Notebook](https://github.com/sayakpaul/probing-vits/blob/main/notebooks/dino-attention-maps-video.ipynb).