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 18000
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:c9ea77e6645ed61c2684ca400aae50a2a877c3956956ffd644cf6b8e518bc39d
|
| 3 |
+
size 130284969
|
eval/Information-Retrieval_evaluation_test_results.csv
CHANGED
|
@@ -45,3 +45,4 @@ epoch,steps,cosine-Accuracy@1,cosine-Precision@1,cosine-Recall@1,cosine-MRR@1,co
|
|
| 45 |
0.22873144156258232,16500,0.602958558687632,0.602958558687632,0.5852142582733757,0.602958558687632,0.7709209359750759,0.7254158156056979,{1: np.float64(0.356647550346149)},{1: np.float64(0.19741482420727627)}
|
| 46 |
0.23566269736750906,17000,0.6026361975715463,0.6026361975715463,0.584676989746566,0.6026361975715463,0.7675759941591082,0.7224700165094263,{1: np.float64(0.3506168477452341)},{1: np.float64(0.22651377928477112)}
|
| 47 |
0.2425939531724358,17500,0.6019914753393746,0.6019914753393746,0.5841692709887308,0.6019914753393746,0.7686650264145499,0.7231899839162146,{1: np.float64(0.3526209624466762)},{1: np.float64(0.22944022751043666)}
|
|
|
|
|
|
| 45 |
0.22873144156258232,16500,0.602958558687632,0.602958558687632,0.5852142582733757,0.602958558687632,0.7709209359750759,0.7254158156056979,{1: np.float64(0.356647550346149)},{1: np.float64(0.19741482420727627)}
|
| 46 |
0.23566269736750906,17000,0.6026361975715463,0.6026361975715463,0.584676989746566,0.6026361975715463,0.7675759941591082,0.7224700165094263,{1: np.float64(0.3506168477452341)},{1: np.float64(0.22651377928477112)}
|
| 47 |
0.2425939531724358,17500,0.6019914753393746,0.6019914753393746,0.5841692709887308,0.6019914753393746,0.7686650264145499,0.7231899839162146,{1: np.float64(0.3526209624466762)},{1: np.float64(0.22944022751043666)}
|
| 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)}
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 298041696
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:310eb0c651c558f76322f5705f1cbba4f84fac6b4a41a877b4c639a13da1d7a7
|
| 3 |
size 298041696
|