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 15000
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:6d4a8b483af3abef6e74c6b22653e91f8fc8e79af801c6e0c714326069d752d7
|
| 3 |
+
size 130173633
|
eval/Information-Retrieval_evaluation_test_results.csv
CHANGED
|
@@ -39,3 +39,4 @@ epoch,steps,cosine-Accuracy@1,cosine-Precision@1,cosine-Recall@1,cosine-MRR@1,co
|
|
| 39 |
0.1871439067330219,13500,0.5994125864106881,0.5994125864106881,0.5818485694354278,0.5994125864106881,0.7669683797714771,0.721556812910123,{1: np.float64(0.351309493038585)},{1: np.float64(0.23470396267670696)}
|
| 40 |
0.19407516253794863,14000,0.600093126544647,0.600093126544647,0.5820357179722665,0.600093126544647,0.7670268335607036,0.7215851890813497,{1: np.float64(0.35118147413364736)},{1: np.float64(0.23194569005522095)}
|
| 41 |
0.20100641834287536,14500,0.6018840216340127,0.6018840216340127,0.5836412554198829,0.6018840216340127,0.7687784213558371,0.7233636127045048,{1: np.float64(0.3533723990073403)},{1: np.float64(0.22231633186376087)}
|
|
|
|
|
|
| 39 |
0.1871439067330219,13500,0.5994125864106881,0.5994125864106881,0.5818485694354278,0.5994125864106881,0.7669683797714771,0.721556812910123,{1: np.float64(0.351309493038585)},{1: np.float64(0.23470396267670696)}
|
| 40 |
0.19407516253794863,14000,0.600093126544647,0.600093126544647,0.5820357179722665,0.600093126544647,0.7670268335607036,0.7215851890813497,{1: np.float64(0.35118147413364736)},{1: np.float64(0.23194569005522095)}
|
| 41 |
0.20100641834287536,14500,0.6018840216340127,0.6018840216340127,0.5836412554198829,0.6018840216340127,0.7687784213558371,0.7233636127045048,{1: np.float64(0.3533723990073403)},{1: np.float64(0.22231633186376087)}
|
| 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)}
|
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:bd56e58c4cf572c624817dcbd0d5ae47e387426740ae9c505a86933467857e02
|
| 3 |
size 298041696
|