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 51500
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:f8ade616b8b595189e0812f4ca0a24a32478e3ddd75cf88afb354fe88e815453
|
| 3 |
+
size 130058148
|
eval/Information-Retrieval_evaluation_test_results.csv
CHANGED
|
@@ -165,3 +165,4 @@ epoch,steps,cosine-Accuracy@1,cosine-Precision@1,cosine-Recall@1,cosine-MRR@1,co
|
|
| 165 |
0.5415064710023285,50000,0.6032092840001433,0.6032092840001433,0.5850447202049157,0.6032092840001433,0.7707389751276186,0.7248742692200345,{1: np.float64(0.347607439917071)},{1: np.float64(0.2220471522869235)}
|
| 166 |
0.5469215357123518,50500,0.6037107346251657,0.6037107346251657,0.5857144723279792,0.6037107346251657,0.7713216292076726,0.7254942082578619,{1: np.float64(0.3450311182130537)},{1: np.float64(0.22058811047236496)}
|
| 167 |
0.5523366004223751,51000,0.6055374476163187,0.6055374476163187,0.587206943048395,0.6055374476163187,0.771672147509095,0.7261738413346515,{1: np.float64(0.34804571995477995)},{1: np.float64(0.22170194712362762)}
|
|
|
|
|
|
| 165 |
0.5415064710023285,50000,0.6032092840001433,0.6032092840001433,0.5850447202049157,0.6032092840001433,0.7707389751276186,0.7248742692200345,{1: np.float64(0.347607439917071)},{1: np.float64(0.2220471522869235)}
|
| 166 |
0.5469215357123518,50500,0.6037107346251657,0.6037107346251657,0.5857144723279792,0.6037107346251657,0.7713216292076726,0.7254942082578619,{1: np.float64(0.3450311182130537)},{1: np.float64(0.22058811047236496)}
|
| 167 |
0.5523366004223751,51000,0.6055374476163187,0.6055374476163187,0.587206943048395,0.6055374476163187,0.771672147509095,0.7261738413346515,{1: np.float64(0.34804571995477995)},{1: np.float64(0.22170194712362762)}
|
| 168 |
+
0.5577516651323984,51500,0.6041047315448261,0.6041047315448261,0.5860008023404815,0.6041047315448261,0.7719028193836491,0.7260833337823442,{1: np.float64(0.34792832579122773)},{1: np.float64(0.22641893760605278)}
|
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:ceb81d7a317247c1c6c4ac9b02ca2d0538af77162d9759267b032fa20bd59832
|
| 3 |
size 789580328
|