Add pipeline tag and library name
Browse filesThis 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.
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**
|