nielsr HF Staff commited on
Commit
2398583
·
verified ·
1 Parent(s): 5da1419

Add pipeline tag and library_name

Browse files

This PR adds the pipeline tag, enabling people to find the model at https://huggingface.co/models?pipeline_tag=image-to-text as well
as adding the appropriate library_name.

Files changed (1) hide show
  1. README.md +8 -6
README.md CHANGED
@@ -1,12 +1,14 @@
1
  ---
 
 
 
 
 
2
  tags:
3
  - pytorch_model_hub_mixin
4
  - model_hub_mixin
5
- license: mit
6
- datasets:
7
- - Lin-Chen/ShareGPT4V
8
- base_model:
9
- - SanghyukChun/ProLIP-ViT-B-16-DC-1B-12_8B
10
  ---
11
 
12
  ## Official implementation of ViT-B/16 LongProLIP on ShareGPT4V, HYPE medium and DFN medium
@@ -19,7 +21,7 @@ base_model:
19
 
20
  ### Overview
21
  - LongProLIP Paper: https://arxiv.org/abs/2503.08048
22
- - ProLIP Paper: https://arxiv.org/abs/2410.18857
23
  - GitHub: https://github.com/naver-ai/prolip
24
  - More models are available at https://huggingface.co/collections/SanghyukChun/prolip-6712595dfc87fd8597350291
25
 
 
1
  ---
2
+ base_model:
3
+ - SanghyukChun/ProLIP-ViT-B-16-DC-1B-12_8B
4
+ datasets:
5
+ - Lin-Chen/ShareGPT4V
6
+ license: mit
7
  tags:
8
  - pytorch_model_hub_mixin
9
  - model_hub_mixin
10
+ library_name: transformers
11
+ pipeline_tag: image-to-text
 
 
 
12
  ---
13
 
14
  ## Official implementation of ViT-B/16 LongProLIP on ShareGPT4V, HYPE medium and DFN medium
 
21
 
22
  ### Overview
23
  - LongProLIP Paper: https://arxiv.org/abs/2503.08048
24
+ - ProLIP Paper: https://huggingface.co/papers/2410.18857
25
  - GitHub: https://github.com/naver-ai/prolip
26
  - More models are available at https://huggingface.co/collections/SanghyukChun/prolip-6712595dfc87fd8597350291
27