Add pipeline tag
Browse filesThis PR ensures the model can be found at https://huggingface.co/models?pipeline_tag=image-to-text&sort=trending.
README.md
CHANGED
|
@@ -1,13 +1,15 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
tags:
|
| 3 |
- pytorch_model_hub_mixin
|
| 4 |
- model_hub_mixin
|
| 5 |
-
|
| 6 |
-
datasets:
|
| 7 |
-
- mlfoundations/datacomp_1b
|
| 8 |
-
base_model:
|
| 9 |
-
- apple/DFN5B-CLIP-ViT-H-14
|
| 10 |
---
|
|
|
|
| 11 |
## Official implementation of fine-tuned ViT-H/14 ProLIP on DataComp 1B
|
| 12 |
|
| 13 |
- This weight is a fine-tuned version of ViT-H/14 by Probabilistic Language-Image Pre-Training (ProLIP)
|
|
|
|
| 1 |
---
|
| 2 |
+
base_model:
|
| 3 |
+
- apple/DFN5B-CLIP-ViT-H-14
|
| 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 |
---
|
| 12 |
+
|
| 13 |
## Official implementation of fine-tuned ViT-H/14 ProLIP on DataComp 1B
|
| 14 |
|
| 15 |
- This weight is a fine-tuned version of ViT-H/14 by Probabilistic Language-Image Pre-Training (ProLIP)
|