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 7000
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:05e10e2992e8561cbd6e88336fc92aef3c4e553d082ca6e93c09bf1ae4ca3aea
|
| 3 |
+
size 130333638
|
eval/Information-Retrieval_evaluation_test_results.csv
CHANGED
|
@@ -59,3 +59,4 @@ epoch,steps,cosine-Accuracy@1,cosine-Precision@1,cosine-Recall@1,cosine-MRR@1,co
|
|
| 59 |
152.77777777777777,5500,0.470217414663849,0.470217414663849,0.45517285743654884,0.470217414663849,0.65143795736133,0.6014116737270326,{1: np.float64(0.288360074979676)},{1: np.float64(0.3725188877505398)}
|
| 60 |
166.66666666666666,6000,0.4761273684587557,0.4761273684587557,0.4605520978398767,0.4761273684587557,0.6549779507165494,0.6055627558070886,{1: np.float64(0.2927631255967516)},{1: np.float64(0.3491431764688781)}
|
| 61 |
180.55555555555554,6500,0.47913607220889,0.47913607220889,0.46398383167429336,0.47913607220889,0.6562695746361142,0.6068266430895269,{1: np.float64(0.29554293350759586)},{1: np.float64(0.3543783383627435)}
|
|
|
|
|
|
| 59 |
152.77777777777777,5500,0.470217414663849,0.470217414663849,0.45517285743654884,0.470217414663849,0.65143795736133,0.6014116737270326,{1: np.float64(0.288360074979676)},{1: np.float64(0.3725188877505398)}
|
| 60 |
166.66666666666666,6000,0.4761273684587557,0.4761273684587557,0.4605520978398767,0.4761273684587557,0.6549779507165494,0.6055627558070886,{1: np.float64(0.2927631255967516)},{1: np.float64(0.3491431764688781)}
|
| 61 |
180.55555555555554,6500,0.47913607220889,0.47913607220889,0.46398383167429336,0.47913607220889,0.6562695746361142,0.6068266430895269,{1: np.float64(0.29554293350759586)},{1: np.float64(0.3543783383627435)}
|
| 62 |
+
194.44444444444446,7000,0.45850496077939756,0.45850496077939756,0.4433549162233033,0.45850496077939756,0.6335365783882501,0.5846875206326704,{1: np.float64(0.2866937493396283)},{1: np.float64(0.3738269816240661)}
|
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:42717072feafb1d32bda88ecfc64542fa24f37729b7ff00916016bd1b96b169a
|
| 3 |
size 789580328
|