Add pipeline tag and library name (#1)
Browse files- Add pipeline tag and library name (53cc43e9953e0272f3d174b9d2875fc84174b718)
Co-authored-by: Niels Rogge <[email protected]>
README.md
CHANGED
|
@@ -1,11 +1,14 @@
|
|
| 1 |
---
|
| 2 |
-
|
|
|
|
| 3 |
datasets:
|
| 4 |
- ILSVRC/imagenet-1k
|
| 5 |
- mlfoundations/datacomp_small
|
| 6 |
-
|
| 7 |
-
|
|
|
|
| 8 |
---
|
|
|
|
| 9 |
[[Paper]](https://www.arxiv.org/abs/2506.03355) [[Code]](https://github.com/LIONS-EPFL/LEAF)
|
| 10 |
|
| 11 |
Model Initialized from `laion/CLIP-ViT-g-14-laion2B-s34B-b88K`. The image encoder is finetuned with FARE at $\epsilon=2/255$. The text encoder is finetuned with LEAF at $k=1$ with $\rho=50$ and semantic constraints.
|
|
|
|
| 1 |
---
|
| 2 |
+
base_model:
|
| 3 |
+
- laion/CLIP-ViT-g-14-laion2B-s12B-b42K
|
| 4 |
datasets:
|
| 5 |
- ILSVRC/imagenet-1k
|
| 6 |
- mlfoundations/datacomp_small
|
| 7 |
+
license: mit
|
| 8 |
+
pipeline_tag: feature-extraction
|
| 9 |
+
library_name: transformers
|
| 10 |
---
|
| 11 |
+
|
| 12 |
[[Paper]](https://www.arxiv.org/abs/2506.03355) [[Code]](https://github.com/LIONS-EPFL/LEAF)
|
| 13 |
|
| 14 |
Model Initialized from `laion/CLIP-ViT-g-14-laion2B-s34B-b88K`. The image encoder is finetuned with FARE at $\epsilon=2/255$. The text encoder is finetuned with LEAF at $k=1$ with $\rho=50$ and semantic constraints.
|