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 64500
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:b6284e2776af239b8f3a8b613767daa996b1f84864f76c667acb99f3cac1d036
|
| 3 |
+
size 130547184
|
eval/Information-Retrieval_evaluation_test_results.csv
CHANGED
|
@@ -343,3 +343,4 @@ epoch,steps,cosine-Accuracy@1,cosine-Precision@1,cosine-Recall@1,cosine-MRR@1,co
|
|
| 343 |
6.986027944111776,63000,0.6106952254736917,0.6106952254736917,0.5925174431670904,0.6106952254736917,0.7831397347019387,0.7361467423290782,{1: np.float64(0.35334505186029086)},{1: np.float64(0.19403453107586022)}
|
| 344 |
7.0414726103348855,63500,0.6111608581969268,0.6111608581969268,0.5928153287169549,0.6111608581969268,0.7831409013192775,0.7363258453690125,{1: np.float64(0.3536508214909683)},{1: np.float64(0.19473692663453146)}
|
| 345 |
7.0969172765579955,64000,0.612199577348759,0.612199577348759,0.5937385777758821,0.612199577348759,0.783459910112522,0.7365853785493237,{1: np.float64(0.35440754282674813)},{1: np.float64(0.19445990854123044)}
|
|
|
|
|
|
| 343 |
6.986027944111776,63000,0.6106952254736917,0.6106952254736917,0.5925174431670904,0.6106952254736917,0.7831397347019387,0.7361467423290782,{1: np.float64(0.35334505186029086)},{1: np.float64(0.19403453107586022)}
|
| 344 |
7.0414726103348855,63500,0.6111608581969268,0.6111608581969268,0.5928153287169549,0.6111608581969268,0.7831409013192775,0.7363258453690125,{1: np.float64(0.3536508214909683)},{1: np.float64(0.19473692663453146)}
|
| 345 |
7.0969172765579955,64000,0.612199577348759,0.612199577348759,0.5937385777758821,0.612199577348759,0.783459910112522,0.7365853785493237,{1: np.float64(0.35440754282674813)},{1: np.float64(0.19445990854123044)}
|
| 346 |
+
7.152361942781105,64500,0.6118055804290985,0.6118055804290985,0.5935821729380776,0.6118055804290985,0.7838959771989179,0.7368504025583639,{1: np.float64(0.35431074783636424)},{1: np.float64(0.19644550542157563)}
|
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:f86b7fed8718c1ecca612aecb0d60c3b7c6b74fb61d14e5099fb69139e771043
|
| 3 |
size 45437864
|