Fix pipeline tag: this is an embedding/retrieval model, not text-to-image generation
Browse files
README.md
CHANGED
|
@@ -1,13 +1,16 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-nc-4.0
|
|
|
|
| 3 |
tags:
|
| 4 |
- multimodal
|
| 5 |
- embeddings
|
| 6 |
-
-
|
| 7 |
-
-
|
|
|
|
| 8 |
- audio
|
| 9 |
- video
|
| 10 |
- retrieval
|
|
|
|
| 11 |
- gelato
|
| 12 |
- jina-embeddings
|
| 13 |
library_name: pytorch
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-nc-4.0
|
| 3 |
+
pipeline_tag: feature-extraction
|
| 4 |
tags:
|
| 5 |
- multimodal
|
| 6 |
- embeddings
|
| 7 |
+
- feature-extraction
|
| 8 |
+
- sentence-similarity
|
| 9 |
+
- image-text-retrieval
|
| 10 |
- audio
|
| 11 |
- video
|
| 12 |
- retrieval
|
| 13 |
+
- contrastive-learning
|
| 14 |
- gelato
|
| 15 |
- jina-embeddings
|
| 16 |
library_name: pytorch
|