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 73500
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:53442168010dfc75780d371ebf5f6b1522aff78179ca8694edf81298e52fb65f
|
| 3 |
+
size 130328494
|
eval/Information-Retrieval_evaluation_test_results.csv
CHANGED
|
@@ -209,3 +209,4 @@ epoch,steps,cosine-Accuracy@1,cosine-Precision@1,cosine-Recall@1,cosine-MRR@1,co
|
|
| 209 |
0.779769318243353,72000,0.6062538056520649,0.6062538056520649,0.5877137508531005,0.6062538056520649,0.7752809545679691,0.7288484923752873,{1: np.float64(0.3470551147490352)},{1: np.float64(0.21131923397897906)}
|
| 210 |
0.7851843829533763,72500,0.6062179877502776,0.6062179877502776,0.5878047880201431,0.6062179877502776,0.7749072412796228,0.7283853342902724,{1: np.float64(0.34671017032204654)},{1: np.float64(0.21142080758339804)}
|
| 211 |
0.7905994476633996,73000,0.6069343457860239,0.6069343457860239,0.5885572624401916,0.6069343457860239,0.7754345330756296,0.729181097188366,{1: np.float64(0.3473596440454213)},{1: np.float64(0.21105228594733935)}
|
|
|
|
|
|
| 209 |
0.779769318243353,72000,0.6062538056520649,0.6062538056520649,0.5877137508531005,0.6062538056520649,0.7752809545679691,0.7288484923752873,{1: np.float64(0.3470551147490352)},{1: np.float64(0.21131923397897906)}
|
| 210 |
0.7851843829533763,72500,0.6062179877502776,0.6062179877502776,0.5878047880201431,0.6062179877502776,0.7749072412796228,0.7283853342902724,{1: np.float64(0.34671017032204654)},{1: np.float64(0.21142080758339804)}
|
| 211 |
0.7905994476633996,73000,0.6069343457860239,0.6069343457860239,0.5885572624401916,0.6069343457860239,0.7754345330756296,0.729181097188366,{1: np.float64(0.3473596440454213)},{1: np.float64(0.21105228594733935)}
|
| 212 |
+
0.7960145123734229,73500,0.6071134352949604,0.6071134352949604,0.588466225273149,0.6071134352949604,0.7756297043100941,0.7291943617785157,{1: np.float64(0.3472969521096475)},{1: np.float64(0.2107350469410599)}
|
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:877e787dbc0158afec695ddf0be21a37e0f0d497954902a7411614e4b9e488fc
|
| 3 |
size 789580328
|