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 63000
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:f866f916247d1c3fa861c0ec675174c15d5b266d926ec77faec7cbcd99d9cb11
|
| 3 |
+
size 130543678
|
eval/Information-Retrieval_evaluation_test_results.csv
CHANGED
|
@@ -340,3 +340,4 @@ epoch,steps,cosine-Accuracy@1,cosine-Precision@1,cosine-Recall@1,cosine-MRR@1,co
|
|
| 340 |
6.819693945442449,61500,0.6118055804290985,0.6118055804290985,0.5935331529250544,0.6118055804290985,0.7831870874344656,0.736499153210146,{1: np.float64(0.35410950014063247)},{1: np.float64(0.19564878218429918)}
|
| 341 |
6.875138611665558,62000,0.6113041298040761,0.6113041298040761,0.5928729358423294,0.6113041298040761,0.7833109848769486,0.7363770402845532,{1: np.float64(0.35353732847956676)},{1: np.float64(0.19530616771899473)}
|
| 342 |
6.930583277888667,62500,0.610838497080841,0.610838497080841,0.592515652272001,0.610838497080841,0.7830603361936957,0.7360812739636708,{1: np.float64(0.3525470380278995)},{1: np.float64(0.19511616610674412)}
|
|
|
|
|
|
| 340 |
6.819693945442449,61500,0.6118055804290985,0.6118055804290985,0.5935331529250544,0.6118055804290985,0.7831870874344656,0.736499153210146,{1: np.float64(0.35410950014063247)},{1: np.float64(0.19564878218429918)}
|
| 341 |
6.875138611665558,62000,0.6113041298040761,0.6113041298040761,0.5928729358423294,0.6113041298040761,0.7833109848769486,0.7363770402845532,{1: np.float64(0.35353732847956676)},{1: np.float64(0.19530616771899473)}
|
| 342 |
6.930583277888667,62500,0.610838497080841,0.610838497080841,0.592515652272001,0.610838497080841,0.7830603361936957,0.7360812739636708,{1: np.float64(0.3525470380278995)},{1: np.float64(0.19511616610674412)}
|
| 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)}
|
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:a519d9ce48bcd774d56efae3b6f0dae3280829ae1c632112d711e10295ae8abb
|
| 3 |
size 45437864
|