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 300
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:63e276e45f1af945b00aa9cf9839cb4e3d26ffb7f9a941045fd8ba97138ee667
|
| 3 |
+
size 129216701
|
eval/Information-Retrieval_evaluation_test_results.csv
CHANGED
|
@@ -2,3 +2,4 @@ epoch,steps,cosine-Accuracy@1,cosine-Precision@1,cosine-Recall@1,cosine-MRR@1,co
|
|
| 2 |
17.24137931034483,500,0.5699702711415165,0.5699702711415165,0.5519853938202554,0.5699702711415165,0.7637683379363669,0.7105144455395619
|
| 3 |
3.4482758620689653,100,0.5869121386869157,0.5869121386869157,0.5685177433552197,0.5869121386869157,0.7733536055784392,0.7221034191554035,{1: 0.18562398850917816},{1: -2.1555538177490234},{1: -2.1547982692718506},{1: np.float64(-0.358434634839778)},{1: np.float64(0.14946837066081042)}
|
| 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)}
|
|
|
|
|
|
| 2 |
17.24137931034483,500,0.5699702711415165,0.5699702711415165,0.5519853938202554,0.5699702711415165,0.7637683379363669,0.7105144455395619
|
| 3 |
3.4482758620689653,100,0.5869121386869157,0.5869121386869157,0.5685177433552197,0.5869121386869157,0.7733536055784392,0.7221034191554035,{1: 0.18562398850917816},{1: -2.1555538177490234},{1: -2.1547982692718506},{1: np.float64(-0.358434634839778)},{1: np.float64(0.14946837066081042)}
|
| 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)}
|
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:b4aa118ca12ee9c0900f69856cd95d0dc195a15be5d377b426d363178c0250fe
|
| 3 |
size 298041696
|