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 7500
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:0e94da472f2195eab3c18f1bc385cab496b13b3ac83861c91fd97f21bd64ca07
|
| 3 |
+
size 130258930
|
eval/Information-Retrieval_evaluation_test_results.csv
CHANGED
|
@@ -60,3 +60,4 @@ epoch,steps,cosine-Accuracy@1,cosine-Precision@1,cosine-Recall@1,cosine-MRR@1,co
|
|
| 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)}
|
|
|
|
|
|
| 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)}
|
| 63 |
+
208.33333333333334,7500,0.44589705935026325,0.44589705935026325,0.4313129802827679,0.44589705935026325,0.6180950609762665,0.5704221405067466,{1: np.float64(0.2743791517855576)},{1: np.float64(0.43623029988050344)}
|
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:054bb8b0b2618a0f7b0a00c1cfba5ff59f370cb2a57ccf1055573c60bbc6ac51
|
| 3 |
size 789580328
|