Update README.md
Browse files
README.md
CHANGED
@@ -20,7 +20,7 @@ license: mit
|
|
20 |
|
21 |
## Model Description
|
22 |
|
23 |
-
A series of CLIP [ConvNeXt-Large](https://arxiv.org/abs/2201.03545) (w/ extra text depth, vision MLP head) models trained on
|
24 |
|
25 |
The models utilize:
|
26 |
* the [timm](https://github.com/rwightman/pytorch-image-models) ConvNeXt-Large model (`convnext_large`) as the image tower
|
|
|
20 |
|
21 |
## Model Description
|
22 |
|
23 |
+
A series of CLIP [ConvNeXt-Large](https://arxiv.org/abs/2201.03545) (w/ extra text depth, vision MLP head) models trained on the LAION-2B (english) subset of [LAION-5B](https://arxiv.org/abs/2210.08402) using [OpenCLIP](https://github.com/mlfoundations/open_clip).
|
24 |
|
25 |
The models utilize:
|
26 |
* the [timm](https://github.com/rwightman/pytorch-image-models) ConvNeXt-Large model (`convnext_large`) as the image tower
|