Sentence Similarity
sentence-transformers
Safetensors
bert
feature-extraction
Generated from Trainer
dataset_size:14271
loss:BatchAllTripletLoss
text-embeddings-inference
Instructions to use Muhammad2003/router-embedding with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use Muhammad2003/router-embedding with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("Muhammad2003/router-embedding") sentences = [ "In a complex legal scenario involving multiple jurisdictions, how would you navigate the differences in laws related to online privacy violations and harassment?", "How does voluntary admission under the Baker Act impact eligibility for a Concealed Weapon Permit?", "How do the terms of the account and the circumstances impact the potential liability of the Bank of Hawaii in this situation?", "Can someone run a background check on you without your consent?" ] embeddings = model.encode(sentences) similarities = model.similarity(embeddings, embeddings) print(similarities.shape) # [4, 4] - Notebooks
- Google Colab
- Kaggle
Upload points.jsonl with huggingface_hub
Browse files- .gitattributes +1 -0
- points.jsonl +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
points.jsonl filter=lfs diff=lfs merge=lfs -text
|
points.jsonl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7cc7ee4ca2bd29797b9fe074813fad24c07db14a50fbc607a5e46554a0fca9b7
|
| 3 |
+
size 149697767
|