nielsr HF Staff commited on
Commit
2c58f47
·
verified ·
1 Parent(s): 4f3ac2a

Add pipeline tag and library name

Browse files

This PR adds the `pipeline_tag` and `library_name` to the model card metadata. The `pipeline_tag` is set to `image-to-text` reflecting the model's functionality. The `library_name` is set to `transformers` as indicated by the provided code examples.

Files changed (1) hide show
  1. README.md +7 -5
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
 
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
  ## Official implementation of ViT-B/16 LongProLIP on ShareGPT4V