sayakpaul HF staff commited on
Commit
d7e38aa
1 Parent(s): b5d4ad1

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -2
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  title: Class Attention Map
3
- emoji: 📚
4
  colorFrom: red
5
  colorTo: purple
6
  sdk: gradio
@@ -10,4 +10,11 @@ pinned: false
10
  license: apache-2.0
11
  ---
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces#reference
 
 
 
 
 
 
 
 
1
  ---
2
  title: Class Attention Map
3
+ emoji: 🎻
4
  colorFrom: red
5
  colorTo: purple
6
  sdk: gradio
 
10
  license: apache-2.0
11
  ---
12
 
13
+ This Space shows the spatial-class relationship of a CaiT model by plotting its
14
+ class attention map w.r.t an input image. For speed, this Space uses the smallest
15
+ CaiT model (`cait_xxs24_224`) but you can try it for others too (model collection
16
+ if [here](https://tfhub.dev/sayakpaul/collections/cait/1)). You'd just need to
17
+ adjust the code accordingly.
18
+
19
+ CaiT was proposed in [Going deeper with Image Transformers](https://arxiv.org/abs/2103.17239)
20
+ (Touvron et al.).