Tenbatsu2424 commited on
Commit
94c37e9
·
verified ·
1 Parent(s): e639f93

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -1,12 +1,12 @@
1
  ---
2
  title: SSL ViT Patch PCA Visualiser
3
- emoji: 🔬
4
  colorFrom: gray
5
  colorTo: blue
6
  sdk: gradio
7
- sdk_version: "4.0.0"
8
  app_file: app.py
9
- pinned: false
10
  license: apache-2.0
11
  ---
12
 
@@ -14,4 +14,4 @@ license: apache-2.0
14
 
15
  Visualise the patch-level feature space of ViT-S/16 models from the [OK-AI ImageNet-1K SSL collection](https://huggingface.co/OK-AI).
16
 
17
- Upload any image and the app runs it through all three models, applies PCA to the patch token representations, and renders the first 3 principal components as an RGB image.
 
1
  ---
2
  title: SSL ViT Patch PCA Visualiser
3
+ emoji: 👀
4
  colorFrom: gray
5
  colorTo: blue
6
  sdk: gradio
7
+ sdk_version: 6.17.3
8
  app_file: app.py
9
+ pinned: true
10
  license: apache-2.0
11
  ---
12
 
 
14
 
15
  Visualise the patch-level feature space of ViT-S/16 models from the [OK-AI ImageNet-1K SSL collection](https://huggingface.co/OK-AI).
16
 
17
+ Upload any image and the app runs it through all three models, applies PCA to the patch token representations, and renders the first 3 principal components as an RGB image.