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 1500
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:4d23faa128ec07546820ce670ca0c72246da2002bb00790f185020f0747c059c
|
| 3 |
+
size 130316615
|
eval/Information-Retrieval_evaluation_test_results.csv
CHANGED
|
@@ -48,3 +48,4 @@ epoch,steps,cosine-Accuracy@1,cosine-Precision@1,cosine-Recall@1,cosine-MRR@1,co
|
|
| 48 |
0.24952520897736252,18000,0.6011318456964792,0.6011318456964792,0.583242781262499,0.6011318456964792,0.7676081454003566,0.722089673882835,{1: np.float64(0.34955225591849165)},{1: np.float64(0.22733417658736163)}
|
| 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)}
|
|
|
|
|
|
| 48 |
0.24952520897736252,18000,0.6011318456964792,0.6011318456964792,0.583242781262499,0.6011318456964792,0.7676081454003566,0.722089673882835,{1: np.float64(0.34955225591849165)},{1: np.float64(0.22733417658736163)}
|
| 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)}
|
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:1ade801737c06d84c24b98135424f33d1e932c12512e3b77653fa4686bb00b61
|
| 3 |
size 789580328
|