chs20 commited on
Commit
d9d201c
·
verified ·
1 Parent(s): efed539

Update README.md

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