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 200
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:f63395bbafb329936a5ba25709acc634071eb0022c5aeea2a304c0a8fac1fbbc
|
| 3 |
+
size 128515860
|
eval/Information-Retrieval_evaluation_test_results.csv
CHANGED
|
@@ -8,3 +8,4 @@ epoch,steps,cosine-Accuracy@1,cosine-Precision@1,cosine-Recall@1,cosine-MRR@1,co
|
|
| 8 |
0.006931255804926736,500,0.5832587127046097,0.5832587127046097,0.5650717200804058,0.5832587127046097,0.7661393329346828,0.7160581045092821,{1: np.float64(-0.3544258922559501)},{1: np.float64(0.1649676231058728)}
|
| 9 |
0.013862511609853473,1000,0.5901715677495613,0.5901715677495613,0.5724099127090817,0.5901715677495613,0.7637413381638513,0.7161975988006298,{1: np.float64(-0.36794028465309436)},{1: np.float64(0.1865633855901876)}
|
| 10 |
3.4482758620689653,100,0.5854794226154232,0.5854794226154232,0.5673154557852255,0.5854794226154232,0.7729070460690293,0.721447495102789,{1: np.float64(0.3486467202923187)},{1: np.float64(0.14976115642528282)}
|
|
|
|
|
|
| 8 |
0.006931255804926736,500,0.5832587127046097,0.5832587127046097,0.5650717200804058,0.5832587127046097,0.7661393329346828,0.7160581045092821,{1: np.float64(-0.3544258922559501)},{1: np.float64(0.1649676231058728)}
|
| 9 |
0.013862511609853473,1000,0.5901715677495613,0.5901715677495613,0.5724099127090817,0.5901715677495613,0.7637413381638513,0.7161975988006298,{1: np.float64(-0.36794028465309436)},{1: np.float64(0.1865633855901876)}
|
| 10 |
3.4482758620689653,100,0.5854794226154232,0.5854794226154232,0.5673154557852255,0.5854794226154232,0.7729070460690293,0.721447495102789,{1: np.float64(0.3486467202923187)},{1: np.float64(0.14976115642528282)}
|
| 11 |
+
6.896551724137931,200,0.5854794226154232,0.5854794226154232,0.5672978026764874,0.5854794226154232,0.7732206139610742,0.721649546300216,{1: np.float64(0.34678928602156756)},{1: np.float64(0.14847350150437152)}
|
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:7af4124fb95082b78e0103984c90e0c778096bf6b57648eb76ccb4af7d36aee5
|
| 3 |
size 298041696
|