Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,13 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
library_name: open_clip
|
4 |
---
|
5 |
+
[[Paper]](https://arxiv.org/abs/2402.12336) [[GitHub]](https://github.com/chs20/RobustVLM)
|
6 |
+
|
7 |
+
FARE CLIP ViT-L/14 model.
|
8 |
+
|
9 |
+
Unsupervised adversarial fine-tuning from Openai CLIP initialization on ImageNet with infinity-norm and radius 2/255.
|
10 |
+
|
11 |
+
```python
|
12 |
+
model, _, image_processor = open_clip.create_model_and_transforms('hf-hub:chs20/fare2-clip')
|
13 |
+
```
|