Instructions to use intellya22/test-model-sr with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use intellya22/test-model-sr with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("intellya22/test-model-sr") 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
Adding `safetensors` variant of this model
#1
by SFconvertbot - opened
- 2_Dense/model.safetensors +3 -0
- model.safetensors +3 -0
2_Dense/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:24e7bb4f9933a78316421ec942f4db977afb94737c111989473ad8d24c12381e
|
| 3 |
+
size 2362560
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3fac4b8af0da65890091cc14b123e8ab8e75cc9768a3c8ca8e00ea2ae599ccc1
|
| 3 |
+
size 1883734344
|