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 3500
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:8e2a448c53ab02536ce104e1348180bae759cc1286bc9be7dc9c3850c5f2bd3a
|
| 3 |
+
size 130221828
|
eval/Information-Retrieval_evaluation_test_results.csv
CHANGED
|
@@ -52,3 +52,4 @@ epoch,steps,cosine-Accuracy@1,cosine-Precision@1,cosine-Recall@1,cosine-MRR@1,co
|
|
| 52 |
55.55555555555556,2000,0.43192807765321106,0.43192807765321106,0.41712088290583216,0.43192807765321106,0.6146695356189346,0.5633908705571976,{1: np.float64(0.27016516282966446)},{1: np.float64(0.41191366991318457)}
|
| 53 |
69.44444444444444,2500,0.4599376768508901,0.4599376768508901,0.44479784958088264,0.4599376768508901,0.6436346840418767,0.5922408371290072,{1: np.float64(0.2837882246995756)},{1: np.float64(0.3755232927347802)}
|
| 54 |
83.33333333333333,3000,0.45918550091335647,0.45918550091335647,0.444186450789481,0.45918550091335647,0.6420124757371954,0.590988069723316,{1: np.float64(0.28363241252532045)},{1: np.float64(0.3653836103253556)}
|
|
|
|
|
|
| 52 |
55.55555555555556,2000,0.43192807765321106,0.43192807765321106,0.41712088290583216,0.43192807765321106,0.6146695356189346,0.5633908705571976,{1: np.float64(0.27016516282966446)},{1: np.float64(0.41191366991318457)}
|
| 53 |
69.44444444444444,2500,0.4599376768508901,0.4599376768508901,0.44479784958088264,0.4599376768508901,0.6436346840418767,0.5922408371290072,{1: np.float64(0.2837882246995756)},{1: np.float64(0.3755232927347802)}
|
| 54 |
83.33333333333333,3000,0.45918550091335647,0.45918550091335647,0.444186450789481,0.45918550091335647,0.6420124757371954,0.590988069723316,{1: np.float64(0.28363241252532045)},{1: np.float64(0.3653836103253556)}
|
| 55 |
+
97.22222222222223,3500,0.4582542354668864,0.4582542354668864,0.44300874538660634,0.4582542354668864,0.6428662875211796,0.5916763091177785,{1: np.float64(0.2835568081755398)},{1: np.float64(0.3669203825563139)}
|
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:6ce38da2246c6e2335418463f73e3305e3a4039d372d27093fd0f40d17a212df
|
| 3 |
size 789580328
|