Sentence Similarity
sentence-transformers
ONNX
English
bert
feature-extraction
text-embeddings-inference
Instructions to use dplotnikov/go_inference_sbert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use dplotnikov/go_inference_sbert with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("dplotnikov/go_inference_sbert") sentences = [ "That is a happy person", "That is a happy dog", "That is a very happy person", "Today is a sunny day" ] embeddings = model.encode(sentences) similarities = model.similarity(embeddings, embeddings) print(similarities.shape) # [4, 4] - Notebooks
- Google Colab
- Kaggle
pfalzen commited on
Upload libonnxruntime.so.1.20.1
Browse files- libonnxruntime.so.1.20.1 +3 -0
libonnxruntime.so.1.20.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a5faaf78a37590d3fe640f887620e74f6022d34550172b91ad2131bf0ad77d64
|
| 3 |
+
size 16559416
|