chs20 commited on
Commit
6bc37e8
1 Parent(s): fb90e68

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -9,6 +9,21 @@ FARE CLIP ViT-L/14 model.
9
 
10
  Unsupervised adversarial fine-tuning from Openai CLIP initialization on ImageNet with infinity-norm and radius 2/255.
11
 
 
 
 
12
  ```python
13
  model, _, image_processor = open_clip.create_model_and_transforms('hf-hub:chs20/fare2-clip')
 
 
 
 
 
 
 
 
 
 
 
 
14
  ```
 
9
 
10
  Unsupervised adversarial fine-tuning from Openai CLIP initialization on ImageNet with infinity-norm and radius 2/255.
11
 
12
+ ## Usage
13
+
14
+
15
  ```python
16
  model, _, image_processor = open_clip.create_model_and_transforms('hf-hub:chs20/fare2-clip')
17
+ ```
18
+
19
+
20
+ ## Citation
21
+ If you find this model useful, please consider citing our paper:
22
+ ```bibtex
23
+ @article{schlarmann2024robustclip,
24
+ title={Robust CLIP: Unsupervised Adversarial Fine-Tuning of Vision Embeddings for Robust Large Vision-Language Models},
25
+ author={Christian Schlarmann and Naman Deep Singh and Francesco Croce and Matthias Hein},
26
+ year={2024},
27
+ journal={ICML}
28
+ }
29
  ```