Sentence Similarity
sentence-transformers
Safetensors
English
bert
biencoder
text-classification
sentence-pair-classification
semantic-similarity
semantic-search
retrieval
reranking
Generated from Trainer
dataset_size:9233417
loss:ArcFaceInBatchLoss
Eval Results (legacy)
text-embeddings-inference
Instructions to use redis/langcache-embed-experimental with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use redis/langcache-embed-experimental with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("redis/langcache-embed-experimental") sentences = [ "Hayley Vaughan portrayed Ripa on the ABC daytime soap opera , `` All My Children `` , between 1990 and 2002 .", "Traxxpad is a music application for Sony 's PlayStation Portable published by Definitive Studios and developed by Eidos Interactive .", "Between 1990 and 2002 , Hayley Vaughan Ripa portrayed in the ABC soap opera `` All My Children `` .", "Between 1990 and 2002 , Ripa Hayley portrayed Vaughan in the ABC soap opera `` All My Children `` ." ] embeddings = model.encode(sentences) similarities = model.similarity(embeddings, embeddings) print(similarities.shape) # [4, 4] - Notebooks
- Google Colab
- Kaggle
Training in progress, step 66000
Browse files
eval/Information-Retrieval_evaluation_test_predictions_cosine.jsonl
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:237d02e0a43362ab78c40d0aabdc7b0733c62aea7aedc1e32534316df9248b73
|
| 3 |
+
size 130553214
|
eval/Information-Retrieval_evaluation_test_results.csv
CHANGED
|
@@ -346,3 +346,4 @@ epoch,steps,cosine-Accuracy@1,cosine-Precision@1,cosine-Recall@1,cosine-MRR@1,co
|
|
| 346 |
7.152361942781105,64500,0.6118055804290985,0.6118055804290985,0.5935821729380776,0.6118055804290985,0.7838959771989179,0.7368504025583639,{1: np.float64(0.35431074783636424)},{1: np.float64(0.19644550542157563)}
|
| 347 |
7.207806609004214,65000,0.6104803180629679,0.6104803180629679,0.592097776751149,0.6104803180629679,0.7831781451851878,0.7360929890474184,{1: np.float64(0.35267188937669014)},{1: np.float64(0.1945067301643273)}
|
| 348 |
7.263251275227323,65500,0.611411583509438,0.611411583509438,0.5930926616136509,0.611411583509438,0.783518973100999,0.7366103335937524,{1: np.float64(0.35264182167729824)},{1: np.float64(0.19417557906278896)}
|
|
|
|
|
|
| 346 |
7.152361942781105,64500,0.6118055804290985,0.6118055804290985,0.5935821729380776,0.6118055804290985,0.7838959771989179,0.7368504025583639,{1: np.float64(0.35431074783636424)},{1: np.float64(0.19644550542157563)}
|
| 347 |
7.207806609004214,65000,0.6104803180629679,0.6104803180629679,0.592097776751149,0.6104803180629679,0.7831781451851878,0.7360929890474184,{1: np.float64(0.35267188937669014)},{1: np.float64(0.1945067301643273)}
|
| 348 |
7.263251275227323,65500,0.611411583509438,0.611411583509438,0.5930926616136509,0.611411583509438,0.783518973100999,0.7366103335937524,{1: np.float64(0.35264182167729824)},{1: np.float64(0.19417557906278896)}
|
| 349 |
+
7.318695941450432,66000,0.6110175865897776,0.6110175865897776,0.5926099727467076,0.6110175865897776,0.7828695388980098,0.7360255294546876,{1: np.float64(0.35374249971342003)},{1: np.float64(0.19510042956043194)}
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 45437864
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8bd69c5197e1f954ccf71a5e187d274c7c7b957d43b161c6ccb07c1049a6df11
|
| 3 |
size 45437864
|