samuelstevens commited on
Commit
43db49f
·
verified ·
1 Parent(s): ab8f56e

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +13 -1
README.md CHANGED
@@ -2,4 +2,16 @@
2
  license: mit
3
  ---
4
 
5
- Test edit.
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  license: mit
3
  ---
4
 
5
+ # SAE for OpenAI's CLIP ViT-B/16 trained on ImageNet-1K Activations
6
+
7
+ ![Overview of a CLIP-trained SAE](https://osu-nlp-group.github.io/SAE-V/assets/overview2.webp)
8
+
9
+ * **Homepage:** https://osu-nlp-group.github.io/SAE-V
10
+ * **Code:** https://github.com/OSU-NLP-Group/SAE-V
11
+ * **Preprint:** https://arxiv.org/abs/2502.06755
12
+ * **Demos:** https://osu-nlp-group.github.io/SAE-V#demos
13
+ * **Point of Contact:** [Sam Stevens](mailto:[email protected])
14
+
15
+ ## Inference Instructions
16
+
17
+ Follow the instructions [here](https://osu-nlp-group.github.io/SAE-V/saev/#inference-instructions).