Sentence Similarity
sentence-transformers
PyTorch
mpnet
feature-extraction
text-embeddings-inference
Instructions to use KikiQi/classification_AL with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use KikiQi/classification_AL with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("KikiQi/classification_AL") 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:916e14167d3b8f6ffde11fb9ad8a92f338c2a0c261464508819cef56be819947
|
| 3 |
+
size 6328
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dbd04a115b1d01cb52d49493f7619bc9ae27e06458be5cb0fbb164f2e2d833f7
|
| 3 |
+
size 437971872
|