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 4500
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:ad25f5c732b91dea7e882f27e02d281d9d9b5f2146ae30c5ea9df544e27e49a1
|
| 3 |
+
size 130134877
|
eval/Information-Retrieval_evaluation_test_results.csv
CHANGED
|
@@ -54,3 +54,4 @@ epoch,steps,cosine-Accuracy@1,cosine-Precision@1,cosine-Recall@1,cosine-MRR@1,co
|
|
| 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)}
|
| 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)}
|
|
|
|
|
|
| 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)}
|
| 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)}
|
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:286ba4f761005207a2d8df8640b5bd2cac81ff6efaaf1dccc10e654bb5804171
|
| 3 |
size 789580328
|