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 2000
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:c9869f9eeaccbec23c4380d81fee5361ad650474dddb985ee804a46f9b4cc802
|
| 3 |
+
size 130318512
|
eval/Information-Retrieval_evaluation_test_results.csv
CHANGED
|
@@ -49,3 +49,4 @@ epoch,steps,cosine-Accuracy@1,cosine-Precision@1,cosine-Recall@1,cosine-MRR@1,co
|
|
| 49 |
13.88888888888889,500,0.38640352448153586,0.38640352448153586,0.3733546475890399,0.38640352448153586,0.5646053097568289,0.5147961954350496,{1: np.float64(0.24800258307402043)},{1: np.float64(0.4664592408548593)}
|
| 50 |
27.77777777777778,1000,0.3921702066692933,0.3921702066692933,0.3791431616407439,0.3921702066692933,0.5707691940712424,0.5206949718262975,{1: np.float64(0.25236796641610265)},{1: np.float64(0.44548808410508844)}
|
| 51 |
41.666666666666664,1500,0.4122998674737634,0.4122998674737634,0.39855109172419967,0.4122998674737634,0.5911883071193736,0.5406850033169411,{1: np.float64(0.26143059543419944)},{1: np.float64(0.42742309002625284)}
|
|
|
|
|
|
| 49 |
13.88888888888889,500,0.38640352448153586,0.38640352448153586,0.3733546475890399,0.38640352448153586,0.5646053097568289,0.5147961954350496,{1: np.float64(0.24800258307402043)},{1: np.float64(0.4664592408548593)}
|
| 50 |
27.77777777777778,1000,0.3921702066692933,0.3921702066692933,0.3791431616407439,0.3921702066692933,0.5707691940712424,0.5206949718262975,{1: np.float64(0.25236796641610265)},{1: np.float64(0.44548808410508844)}
|
| 51 |
41.666666666666664,1500,0.4122998674737634,0.4122998674737634,0.39855109172419967,0.4122998674737634,0.5911883071193736,0.5406850033169411,{1: np.float64(0.26143059543419944)},{1: np.float64(0.42742309002625284)}
|
| 52 |
+
55.55555555555556,2000,0.43192807765321106,0.43192807765321106,0.41712088290583216,0.43192807765321106,0.6146695356189346,0.5633908705571976,{1: np.float64(0.27016516282966446)},{1: np.float64(0.41191366991318457)}
|
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:bb1cc9b0cdb4749af0f3255022fc6afdeb9f8449d988b8c8d1936fa73c4fdf3d
|
| 3 |
size 789580328
|