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 37000
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:73b286250b0a6b180a346913d1055924a39aee63048bf307a91263c6d884c6dc
|
| 3 |
+
size 130511265
|
eval/Information-Retrieval_evaluation_test_results.csv
CHANGED
|
@@ -288,3 +288,4 @@ epoch,steps,cosine-Accuracy@1,cosine-Precision@1,cosine-Recall@1,cosine-MRR@1,co
|
|
| 288 |
3.936571301840763,35500,0.6086536050718149,0.6086536050718149,0.5900496323743039,0.6086536050718149,0.780619592181106,0.7336508418607824,{1: np.float64(0.35436597679121307)},{1: np.float64(0.2000486100824216)}
|
| 289 |
3.992015968063872,36000,0.6099788674379455,0.6099788674379455,0.5915676455644757,0.6099788674379455,0.7812181871841574,0.7345929130621114,{1: np.float64(0.3567365604838235)},{1: np.float64(0.19781459410778415)}
|
| 290 |
4.047460634286981,36500,0.610265410652244,0.610265410652244,0.5917151648074137,0.610265410652244,0.7817639075251256,0.7348158634521647,{1: np.float64(0.35650181140782483)},{1: np.float64(0.1987769093170865)}
|
|
|
|
|
|
| 288 |
3.936571301840763,35500,0.6086536050718149,0.6086536050718149,0.5900496323743039,0.6086536050718149,0.780619592181106,0.7336508418607824,{1: np.float64(0.35436597679121307)},{1: np.float64(0.2000486100824216)}
|
| 289 |
3.992015968063872,36000,0.6099788674379455,0.6099788674379455,0.5915676455644757,0.6099788674379455,0.7812181871841574,0.7345929130621114,{1: np.float64(0.3567365604838235)},{1: np.float64(0.19781459410778415)}
|
| 290 |
4.047460634286981,36500,0.610265410652244,0.610265410652244,0.5917151648074137,0.610265410652244,0.7817639075251256,0.7348158634521647,{1: np.float64(0.35650181140782483)},{1: np.float64(0.1987769093170865)}
|
| 291 |
+
4.102905300510091,37000,0.609011784089688,0.609011784089688,0.590633464173437,0.609011784089688,0.7805614081454629,0.7335939531922431,{1: np.float64(0.3547047036898999)},{1: np.float64(0.2013489593600804)}
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 45437864
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:51199133a9dc1efaa5b25aa31a7f0b1a149816454eaa53933590c7b768691040
|
| 3 |
size 45437864
|