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 500
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:a64c6662149fa9bd20e0a5a455bfde81a9c74fd1312e080818f05a6f67fe0e78
|
| 3 |
+
size 129543570
|
eval/Information-Retrieval_evaluation_test_results.csv
CHANGED
|
@@ -4,3 +4,4 @@ epoch,steps,cosine-Accuracy@1,cosine-Precision@1,cosine-Recall@1,cosine-MRR@1,co
|
|
| 4 |
6.896551724137931,200,0.5854794226154232,0.5854794226154232,0.5673963019064026,0.5854794226154232,0.7733335055944599,0.7218587503443611,{1: 0.19238540530204773},{1: -2.2650938034057617},{1: -2.2640607357025146},{1: np.float64(-0.35386299711241515)},{1: np.float64(0.14817255027017928)}
|
| 5 |
10.344827586206897,300,0.5841183423475053,0.5841183423475053,0.565761555812686,0.5841183423475053,0.7726511218091348,0.7210591183810507,{1: 0.21855290234088898},{1: -2.6074488162994385},{1: -2.6060943603515625},{1: np.float64(-0.3406971985583948)},{1: np.float64(0.1542152074316413)}
|
| 6 |
13.793103448275861,400,0.5730506106952254,0.5730506106952254,0.5548162019915127,0.5730506106952254,0.7661134224128668,0.7131972329141755,{1: 0.2803477644920349},{1: -2.966620445251465},{1: -2.964721918106079},{1: np.float64(-0.32695382950488605)},{1: np.float64(0.1871113057881725)}
|
|
|
|
|
|
| 4 |
6.896551724137931,200,0.5854794226154232,0.5854794226154232,0.5673963019064026,0.5854794226154232,0.7733335055944599,0.7218587503443611,{1: 0.19238540530204773},{1: -2.2650938034057617},{1: -2.2640607357025146},{1: np.float64(-0.35386299711241515)},{1: np.float64(0.14817255027017928)}
|
| 5 |
10.344827586206897,300,0.5841183423475053,0.5841183423475053,0.565761555812686,0.5841183423475053,0.7726511218091348,0.7210591183810507,{1: 0.21855290234088898},{1: -2.6074488162994385},{1: -2.6060943603515625},{1: np.float64(-0.3406971985583948)},{1: np.float64(0.1542152074316413)}
|
| 6 |
13.793103448275861,400,0.5730506106952254,0.5730506106952254,0.5548162019915127,0.5730506106952254,0.7661134224128668,0.7131972329141755,{1: 0.2803477644920349},{1: -2.966620445251465},{1: -2.964721918106079},{1: np.float64(-0.32695382950488605)},{1: np.float64(0.1871113057881725)}
|
| 7 |
+
17.24137931034483,500,0.5695046384182815,0.5695046384182815,0.551506627866365,0.5695046384182815,0.7629277289132171,0.7098592504207325,{1: 0.31643104553222656},{1: -3.070382833480835},{1: -3.0683045387268066},{1: np.float64(-0.32624288451809225)},{1: np.float64(0.21708879718145563)}
|
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:4bf3b0a354c09dfa6fab4ff8381bbf5b9349a0834d9e50c3cba594dff259bea1
|
| 3 |
size 298041696
|