Add pipeline tag and link to project page (#1)
Browse files- Add pipeline tag and link to project page (1c126db533c8c7a35cb154a8717c1862adb0e1a2)
Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>
README.md
CHANGED
@@ -1,11 +1,13 @@
|
|
1 |
---
|
2 |
-
license: cc-by-4.0
|
3 |
datasets:
|
4 |
- UCSC-VLAA/Recap-DataComp-1B
|
5 |
- mlfoundations/datacomp_1b
|
6 |
library_name: open_clip
|
|
|
|
|
7 |
---
|
8 |
-
|
|
|
9 |
|
10 |
A DeltaCLIP-H/14-336 Model that is adversarially pre-trained with web-scale image-text data to reach non-robust-VLM helpfulness levels on clean data while being robust on adversarially attacked data.
|
11 |
|
|
|
1 |
---
|
|
|
2 |
datasets:
|
3 |
- UCSC-VLAA/Recap-DataComp-1B
|
4 |
- mlfoundations/datacomp_1b
|
5 |
library_name: open_clip
|
6 |
+
license: cc-by-4.0
|
7 |
+
pipeline_tag: image-text-to-text
|
8 |
---
|
9 |
+
|
10 |
+
[[Paper]](https://arxiv.org/abs/2501.09446) [[github]](https://github.com/zw615/Double_Visual_Defense) [[Project Page]](https://doublevisualdefense.github.io/)
|
11 |
|
12 |
A DeltaCLIP-H/14-336 Model that is adversarially pre-trained with web-scale image-text data to reach non-robust-VLM helpfulness levels on clean data while being robust on adversarially attacked data.
|
13 |
|