nielsr HF Staff commited on
Commit
2a8823e
·
verified ·
1 Parent(s): 819cc7c

Add pipeline tag and library name

Browse files

This PR adds a pipeline tag and library name to improve model discoverability and usability. The pipeline tag `image-text-to-text` ensures the model is easily found by users interested in this specific task. The `transformers` library name indicates the intended integration with the Transformers library.

Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -5,6 +5,8 @@ tags:
5
  - vision-language-model
6
  - contrastive learning
7
  - self-supervised learning
 
 
8
  ---
9
 
10
  **COSMOS Model**
 
5
  - vision-language-model
6
  - contrastive learning
7
  - self-supervised learning
8
+ library_name: transformers
9
+ pipeline_tag: image-text-to-text
10
  ---
11
 
12
  **COSMOS Model**