Mithil-AI commited on
Commit
0217aee
·
verified ·
1 Parent(s): 653566e

Fix pipeline tag: this is an embedding/retrieval model, not text-to-image generation

Browse files
Files changed (1) hide show
  1. README.md +5 -2
README.md CHANGED
@@ -1,13 +1,16 @@
1
  ---
2
  license: cc-by-nc-4.0
 
3
  tags:
4
  - multimodal
5
  - embeddings
6
- - text-to-image
7
- - image-text-matching
 
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