Cleanup README
Browse files
README.md
CHANGED
@@ -17,9 +17,8 @@ library_name: transformers
|
|
17 |
|
18 |

|
19 |
|
20 |
-
- Interesting things with adversarial robustness to try: Right-click and download
|
21 |
-
: a photo of a cat, a photo of a dog, a photo of a text
|
25 |
- Repeat the same with e.g. [my GmP models](https://huggingface.co/zer0int/CLIP-GmP-ViT-L-14) models and see what happens. =)
|
|
|
17 |
|
18 |

|
19 |
|
20 |
+
- Interesting things with adversarial robustness to try: Right-click and download individual images: [Image 1](https://raw.githubusercontent.com/zer0int/CLIP-SAE-finetune/refs/heads/CLIP-vision/bwcat_cat.png) -- [Image 2](https://raw.githubusercontent.com/zer0int/CLIP-SAE-finetune/refs/heads/CLIP-vision/bwcat_dog.png) -- [Image 3](https://raw.githubusercontent.com/zer0int/CLIP-SAE-finetune/refs/heads/CLIP-vision/bwcat_notext.png)
|
21 |
+

|
|
|
22 |
- Upload each into zero-shot [hopefully available soon on the right here->]
|
23 |
- Try labels (class names): a photo of a cat, a photo of a dog, a photo of a text
|
24 |
- Repeat the same with e.g. [my GmP models](https://huggingface.co/zer0int/CLIP-GmP-ViT-L-14) models and see what happens. =)
|