sayakpaul HF staff commited on
Commit
76fdd25
1 Parent(s): 40c6652

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -5
README.md CHANGED
@@ -1,8 +1,8 @@
1
  ---
2
- title: Class Saliency
3
- emoji: 😻
4
- colorFrom: indigo
5
- colorTo: pink
6
  sdk: gradio
7
  sdk_version: 2.9.4
8
  app_file: app.py
@@ -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 Saliency Map
3
+ emoji: 🎻
4
+ colorFrom: red
5
+ colorTo: purple
6
  sdk: gradio
7
  sdk_version: 2.9.4
8
  app_file: app.py
 
10
  license: apache-2.0
11
  ---
12
 
13
+ This Space shows the spatial-class relationship of a CaiT model by plotting its
14
+ class saliency 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.).