Add pipeline tag and library name
#1
by
nielsr
HF staff
- opened
README.md
CHANGED
@@ -1,14 +1,17 @@
|
|
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
|
13 |
|
14 |
- This LongProLIP weight fine-tuned on ShareGPT4V 24M samples
|
|
|
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 |
+
pipeline_tag: image-to-text
|
11 |
+
library_name: transformers
|
|
|
|
|
|
|
12 |
---
|
13 |
|
14 |
+
```markdown
|
15 |
## Official implementation of ViT-B/16 LongProLIP on ShareGPT4V
|
16 |
|
17 |
- This LongProLIP weight fine-tuned on ShareGPT4V 24M samples
|