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 61000
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:3b8f12fdff2e6d4d1ac445689bfe16533eb9cfefa0a8884af263057909b7f1b4
|
| 3 |
+
size 130551782
|
eval/Information-Retrieval_evaluation_test_results.csv
CHANGED
|
@@ -336,3 +336,4 @@ epoch,steps,cosine-Accuracy@1,cosine-Precision@1,cosine-Recall@1,cosine-MRR@1,co
|
|
| 336 |
6.597915280550011,59500,0.6123786668576955,0.6123786668576955,0.5939445307111592,0.6123786668576955,0.7834819241140826,0.7367550077248599,{1: np.float64(0.3540262302683523)},{1: np.float64(0.1937188123922248)}
|
| 337 |
6.65335994677312,60000,0.611411583509438,0.611411583509438,0.5928563700627529,0.611411583509438,0.7829834657181639,0.7359923200710414,{1: np.float64(0.3526559602041573)},{1: np.float64(0.19476329440501147)}
|
| 338 |
6.7088046129962295,60500,0.6120921236433969,0.6120921236433969,0.5934351276591329,0.6120921236433969,0.783424784766696,0.7364200880246187,{1: np.float64(0.3546544993326148)},{1: np.float64(0.19490794502587722)}
|
|
|
|
|
|
| 336 |
6.597915280550011,59500,0.6123786668576955,0.6123786668576955,0.5939445307111592,0.6123786668576955,0.7834819241140826,0.7367550077248599,{1: np.float64(0.3540262302683523)},{1: np.float64(0.1937188123922248)}
|
| 337 |
6.65335994677312,60000,0.611411583509438,0.611411583509438,0.5928563700627529,0.611411583509438,0.7829834657181639,0.7359923200710414,{1: np.float64(0.3526559602041573)},{1: np.float64(0.19476329440501147)}
|
| 338 |
6.7088046129962295,60500,0.6120921236433969,0.6120921236433969,0.5934351276591329,0.6120921236433969,0.783424784766696,0.7364200880246187,{1: np.float64(0.3546544993326148)},{1: np.float64(0.19490794502587722)}
|
| 339 |
+
6.764249279219339,61000,0.6119130341344604,0.6119130341344604,0.5933352852579007,0.6119130341344604,0.7833869345380153,0.7364835476475459,{1: np.float64(0.3535124902511643)},{1: np.float64(0.19353356019428558)}
|
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:fd361b7b73fd43e428baca1ca781845ac5b9e8905eeec5f94f634d8512bfaed1
|
| 3 |
size 45437864
|