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 52500
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:6376e6b2d156a9c8771133795f5b32de2c394085958ccdce76125132b5f62620
|
| 3 |
+
size 130052187
|
eval/Information-Retrieval_evaluation_test_results.csv
CHANGED
|
@@ -167,3 +167,4 @@ epoch,steps,cosine-Accuracy@1,cosine-Precision@1,cosine-Recall@1,cosine-MRR@1,co
|
|
| 167 |
0.5523366004223751,51000,0.6055374476163187,0.6055374476163187,0.587206943048395,0.6055374476163187,0.771672147509095,0.7261738413346515,{1: np.float64(0.34804571995477995)},{1: np.float64(0.22170194712362762)}
|
| 168 |
0.5577516651323984,51500,0.6041047315448261,0.6041047315448261,0.5860008023404815,0.6041047315448261,0.7719028193836491,0.7260833337823442,{1: np.float64(0.34792832579122773)},{1: np.float64(0.22641893760605278)}
|
| 169 |
0.5631667298424217,52000,0.6036032809198038,0.6036032809198038,0.5852118704132565,0.6036032809198038,0.7700861325176331,0.7242777950296826,{1: np.float64(0.34767569225560496)},{1: np.float64(0.22673575292259804)}
|
|
|
|
|
|
| 167 |
0.5523366004223751,51000,0.6055374476163187,0.6055374476163187,0.587206943048395,0.6055374476163187,0.771672147509095,0.7261738413346515,{1: np.float64(0.34804571995477995)},{1: np.float64(0.22170194712362762)}
|
| 168 |
0.5577516651323984,51500,0.6041047315448261,0.6041047315448261,0.5860008023404815,0.6041047315448261,0.7719028193836491,0.7260833337823442,{1: np.float64(0.34792832579122773)},{1: np.float64(0.22641893760605278)}
|
| 169 |
0.5631667298424217,52000,0.6036032809198038,0.6036032809198038,0.5852118704132565,0.6036032809198038,0.7700861325176331,0.7242777950296826,{1: np.float64(0.34767569225560496)},{1: np.float64(0.22673575292259804)}
|
| 170 |
+
0.568581794552445,52500,0.6080447007414306,0.6080447007414306,0.5895392699141938,0.6080447007414306,0.7736273383412524,0.7279991600720169,{1: np.float64(0.34977695707723605)},{1: np.float64(0.21954962676913034)}
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 789580328
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:00ccc28006e0ffaa8647404cd92cfdb747ba88d24726846688ad62f8d622b24d
|
| 3 |
size 789580328
|