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 71500
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:4ce35e46c41ba876a01306cdb329f8f4dcf8d7609c8c5493f63e275416dc7f03
|
| 3 |
+
size 130322820
|
eval/Information-Retrieval_evaluation_test_results.csv
CHANGED
|
@@ -205,3 +205,4 @@ epoch,steps,cosine-Accuracy@1,cosine-Precision@1,cosine-Recall@1,cosine-MRR@1,co
|
|
| 205 |
0.7581090594032599,70000,0.6063970772592141,0.6063970772592141,0.5882838098161891,0.6063970772592141,0.7752631797356292,0.7289926738145683,{1: np.float64(0.34671564599526894)},{1: np.float64(0.21263845579902912)}
|
| 206 |
0.7635241241132832,70500,0.6083312439557291,0.6083312439557291,0.5896986595771474,0.6083312439557291,0.7758972799879416,0.7297343118982489,{1: np.float64(0.3486724095457738)},{1: np.float64(0.21198866915080644)}
|
| 207 |
0.7689391888233065,71000,0.6082237902503671,0.6082237902503671,0.5897586545626411,0.6082237902503671,0.7760160056890794,0.729867278392931,{1: np.float64(0.3494021354885949)},{1: np.float64(0.21297799445672216)}
|
|
|
|
|
|
| 205 |
0.7581090594032599,70000,0.6063970772592141,0.6063970772592141,0.5882838098161891,0.6063970772592141,0.7752631797356292,0.7289926738145683,{1: np.float64(0.34671564599526894)},{1: np.float64(0.21263845579902912)}
|
| 206 |
0.7635241241132832,70500,0.6083312439557291,0.6083312439557291,0.5896986595771474,0.6083312439557291,0.7758972799879416,0.7297343118982489,{1: np.float64(0.3486724095457738)},{1: np.float64(0.21198866915080644)}
|
| 207 |
0.7689391888233065,71000,0.6082237902503671,0.6082237902503671,0.5897586545626411,0.6082237902503671,0.7760160056890794,0.729867278392931,{1: np.float64(0.3494021354885949)},{1: np.float64(0.21297799445672216)}
|
| 208 |
+
0.7743542535333298,71500,0.6062179877502776,0.6062179877502776,0.5878659342953373,0.6062179877502776,0.7752656017718877,0.7287097623122027,{1: np.float64(0.3468011827183578)},{1: np.float64(0.2127441247792819)}
|
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:ee4613bbfdb951abe8ac9289ade3b3e3b682c1ff0eefa15b66613945b89e3752
|
| 3 |
size 789580328
|