Add pipeline tag and library_name
Browse filesThis 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.
README.md
CHANGED
@@ -1,12 +1,14 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
2 |
tags:
|
3 |
- pytorch_model_hub_mixin
|
4 |
- model_hub_mixin
|
5 |
-
|
6 |
-
|
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://
|
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 |
|