Add pipeline tag and library name
#1
by
nielsr
HF Staff
- opened
README.md
CHANGED
@@ -1,12 +1,14 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
2 |
tags:
|
3 |
- pytorch_model_hub_mixin
|
4 |
- model_hub_mixin
|
5 |
-
|
6 |
-
|
7 |
-
- mlfoundations/datacomp_1b
|
8 |
-
base_model:
|
9 |
-
- timm/ViT-L-16-SigLIP-256
|
10 |
---
|
11 |
|
12 |
## Official implementation of fine-tuned ViT-L/16 ProLIP on DataComp 1B
|
|
|
1 |
---
|
2 |
+
base_model:
|
3 |
+
- timm/ViT-L-16-SigLIP-256
|
4 |
+
datasets:
|
5 |
+
- mlfoundations/datacomp_1b
|
6 |
+
license: mit
|
7 |
tags:
|
8 |
- pytorch_model_hub_mixin
|
9 |
- model_hub_mixin
|
10 |
+
pipeline_tag: image-to-text
|
11 |
+
library_name: transformers
|
|
|
|
|
|
|
12 |
---
|
13 |
|
14 |
## Official implementation of fine-tuned ViT-L/16 ProLIP on DataComp 1B
|