jpbalarini commited on
Commit
d0c2ad6
1 Parent(s): 5617a9f

Update README.md

Browse files

Change pipeline to feature extraction since it's more useful to get the embeddings for a sentence than to compare similarity.
Also we are able to use the serverless endpoint to get the embeddings

Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- pipeline_tag: sentence-similarity
3
  tags:
4
  - sentence-transformers
5
  - feature-extraction
@@ -297,4 +297,4 @@ If you find this repository useful, please consider giving a star :star: and cit
297
  archivePrefix={arXiv},
298
  primaryClass={cs.CL}
299
  }
300
- ```
 
1
  ---
2
+ pipeline_tag: feature-extraction
3
  tags:
4
  - sentence-transformers
5
  - feature-extraction
 
297
  archivePrefix={arXiv},
298
  primaryClass={cs.CL}
299
  }
300
+ ```