Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,8 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
datasets:
|
4 |
+
- mlfoundations/datacomp_small
|
5 |
+
base_model:
|
6 |
+
- laion/CLIP-ViT-g-14-laion2B-s12B-b42K
|
7 |
+
---
|
8 |
+
ViT-H OpenCLIP initialized from https://huggingface.co/laion/CLIP-ViT-g-14-laion2B-s12B-b42K. The Text encoder is finetuned with the FARE loss using the charmer attack with $\rho=50$ and $k=1$.
|