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 16500
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:ba413afc1986b63718ca1d31fff22c100009165be8ade489805ec023414d922a
|
| 3 |
+
size 130248034
|
eval/Information-Retrieval_evaluation_test_results.csv
CHANGED
|
@@ -42,3 +42,4 @@ epoch,steps,cosine-Accuracy@1,cosine-Precision@1,cosine-Recall@1,cosine-MRR@1,co
|
|
| 42 |
0.2079376741478021,15000,0.5991618610981768,0.5991618610981768,0.5818408088900405,0.5991618610981768,0.7660617822403374,0.7208257114662149,{1: np.float64(0.3497716139453721)},{1: np.float64(0.2365811679571795)}
|
| 43 |
0.21486892995272883,15500,0.6010602098929044,0.6010602098929044,0.5832245738290904,0.6010602098929044,0.768326809329622,0.7227484135861434,{1: np.float64(0.35082140369474557)},{1: np.float64(0.2379917931264483)}
|
| 44 |
0.22180018575765556,16000,0.6022422006518858,0.6022422006518858,0.5841281230420347,0.6022422006518858,0.7669278328909102,0.7220580049743154,{1: np.float64(0.3468176675639633)},{1: np.float64(0.2335275656994068)}
|
|
|
|
|
|
| 42 |
0.2079376741478021,15000,0.5991618610981768,0.5991618610981768,0.5818408088900405,0.5991618610981768,0.7660617822403374,0.7208257114662149,{1: np.float64(0.3497716139453721)},{1: np.float64(0.2365811679571795)}
|
| 43 |
0.21486892995272883,15500,0.6010602098929044,0.6010602098929044,0.5832245738290904,0.6010602098929044,0.768326809329622,0.7227484135861434,{1: np.float64(0.35082140369474557)},{1: np.float64(0.2379917931264483)}
|
| 44 |
0.22180018575765556,16000,0.6022422006518858,0.6022422006518858,0.5841281230420347,0.6022422006518858,0.7669278328909102,0.7220580049743154,{1: np.float64(0.3468176675639633)},{1: np.float64(0.2335275656994068)}
|
| 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)}
|
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:532292d2a0800d7da8178959cc49d037193a47a96e2e15a6d07dd938673d1fc2
|
| 3 |
size 298041696
|