chs20 commited on
Commit
eef6395
·
verified ·
1 Parent(s): b46174c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -6,4 +6,8 @@ library_name: open_clip
6
 
7
  TeCoA ([Mao et al. (2023)](https://arxiv.org/abs/2212.07016)) CLIP ViT-L/14 model.
8
 
9
- Supervised adversarial fine-tuning from Openai CLIP initialization on ImageNet with infinity-norm and radius 4/255.
 
 
 
 
 
6
 
7
  TeCoA ([Mao et al. (2023)](https://arxiv.org/abs/2212.07016)) CLIP ViT-L/14 model.
8
 
9
+ Supervised adversarial fine-tuning from Openai CLIP initialization on ImageNet with infinity-norm and radius 4/255.
10
+
11
+ ```python
12
+ model, _, image_processor = open_clip.create_model_and_transforms('hf-hub:chs20/tecoa4-clip')
13
+ ```