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 5500
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:6c894864394b7c905e662fc2663a165646816b6390b9d4face282f507f545d80
|
| 3 |
+
size 130273849
|
eval/Information-Retrieval_evaluation_test_results.csv
CHANGED
|
@@ -56,3 +56,4 @@ epoch,steps,cosine-Accuracy@1,cosine-Precision@1,cosine-Recall@1,cosine-MRR@1,co
|
|
| 56 |
111.11111111111111,4000,0.43260861778717,0.43260861778717,0.41851755147360287,0.43260861778717,0.611057861345542,0.561606387991878,{1: np.float64(0.27387043767763436)},{1: np.float64(0.40194271382097585)}
|
| 57 |
125.0,4500,0.47014577886027437,0.47014577886027437,0.4550003230628432,0.47014577886027437,0.6510755818850965,0.6006001472800049,{1: np.float64(0.28845077178846423)},{1: np.float64(0.37767262778734)}
|
| 58 |
138.88888888888889,5000,0.45280991439521473,0.45280991439521473,0.43800451054292516,0.45280991439521473,0.6314803851788441,0.5819025304555445,{1: np.float64(0.28080755743272723)},{1: np.float64(0.3885438205573612)}
|
|
|
|
|
|
| 56 |
111.11111111111111,4000,0.43260861778717,0.43260861778717,0.41851755147360287,0.43260861778717,0.611057861345542,0.561606387991878,{1: np.float64(0.27387043767763436)},{1: np.float64(0.40194271382097585)}
|
| 57 |
125.0,4500,0.47014577886027437,0.47014577886027437,0.4550003230628432,0.47014577886027437,0.6510755818850965,0.6006001472800049,{1: np.float64(0.28845077178846423)},{1: np.float64(0.37767262778734)}
|
| 58 |
138.88888888888889,5000,0.45280991439521473,0.45280991439521473,0.43800451054292516,0.45280991439521473,0.6314803851788441,0.5819025304555445,{1: np.float64(0.28080755743272723)},{1: np.float64(0.3885438205573612)}
|
| 59 |
+
152.77777777777777,5500,0.470217414663849,0.470217414663849,0.45517285743654884,0.470217414663849,0.65143795736133,0.6014116737270326,{1: np.float64(0.288360074979676)},{1: np.float64(0.3725188877505398)}
|
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:bb69ea1de091da7d0374d74e40eb004ceaedaed2b8a34612e60bb4e3252934bd
|
| 3 |
size 789580328
|