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 68500
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:6ddd1ee294572b61899d79689aec6839b4e00821eab9aa45db7a7b3d0d3fbfe1
|
| 3 |
+
size 130242971
|
eval/Information-Retrieval_evaluation_test_results.csv
CHANGED
|
@@ -199,3 +199,4 @@ epoch,steps,cosine-Accuracy@1,cosine-Precision@1,cosine-Recall@1,cosine-MRR@1,co
|
|
| 199 |
0.7256186711431202,67000,0.6065761667681507,0.6065761667681507,0.5882563920651782,0.6065761667681507,0.7752661179116338,0.7289244825988164,{1: np.float64(0.3479826792604823)},{1: np.float64(0.21473982196010094)}
|
| 200 |
0.7310337358531435,67500,0.6051792685984455,0.6051792685984455,0.5869666064779606,0.6051792685984455,0.7747627506411454,0.7281894056833712,{1: np.float64(0.34528210757965877)},{1: np.float64(0.2142400976330787)}
|
| 201 |
0.7364488005631667,68000,0.6081521544467925,0.6081521544467925,0.5897942166222728,0.6081521544467925,0.7760963727078025,0.7300579165167956,{1: np.float64(0.34850813927003615)},{1: np.float64(0.214807570020059)}
|
|
|
|
|
|
| 199 |
0.7256186711431202,67000,0.6065761667681507,0.6065761667681507,0.5882563920651782,0.6065761667681507,0.7752661179116338,0.7289244825988164,{1: np.float64(0.3479826792604823)},{1: np.float64(0.21473982196010094)}
|
| 200 |
0.7310337358531435,67500,0.6051792685984455,0.6051792685984455,0.5869666064779606,0.6051792685984455,0.7747627506411454,0.7281894056833712,{1: np.float64(0.34528210757965877)},{1: np.float64(0.2142400976330787)}
|
| 201 |
0.7364488005631667,68000,0.6081521544467925,0.6081521544467925,0.5897942166222728,0.6081521544467925,0.7760963727078025,0.7300579165167956,{1: np.float64(0.34850813927003615)},{1: np.float64(0.214807570020059)}
|
| 202 |
+
0.74186386527319,68500,0.6073283427056843,0.6073283427056843,0.5890339390164778,0.6073283427056843,0.776047418393748,0.7298578045309563,{1: np.float64(0.3482121702917639)},{1: np.float64(0.21274332165474272)}
|
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:4a7ed8c0ca8e19d966eafa2dd7fc8caa67d1e5f929b1b74674d70ed620ec7ea7
|
| 3 |
size 789580328
|