nielsr HF staff commited on
Commit
a91876c
·
verified ·
1 Parent(s): 5c872ad

Add pipeline tag

Browse files

This PR ensures the model can be found at https://huggingface.co/models?pipeline_tag=image-to-text&sort=trending.

Files changed (1) hide show
  1. README.md +7 -5
README.md CHANGED
@@ -1,13 +1,15 @@
1
  ---
 
 
 
 
 
2
  tags:
3
  - pytorch_model_hub_mixin
4
  - model_hub_mixin
5
- license: mit
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)