Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,7 @@
|
|
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 |
|
@@ -10,4 +11,4 @@ Unsupervised adversarial fine-tuning from Openai CLIP initialization on ImageNet
|
|
10 |
|
11 |
```python
|
12 |
model, _, image_processor = open_clip.create_model_and_transforms('hf-hub:chs20/fare4-clip')
|
13 |
-
```
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
library_name: open_clip
|
4 |
+
pipeline_tag: zero-shot-image-classification
|
5 |
---
|
6 |
[[Paper]](https://arxiv.org/abs/2402.12336) [[GitHub]](https://github.com/chs20/RobustVLM)
|
7 |
|
|
|
11 |
|
12 |
```python
|
13 |
model, _, image_processor = open_clip.create_model_and_transforms('hf-hub:chs20/fare4-clip')
|
14 |
+
```
|