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 28000
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:c96f157edaa2a10cb17620b3d9936a913b0c6ef680fe5d2c771b1024753384fd
|
| 3 |
+
size 130506552
|
eval/Information-Retrieval_evaluation_test_results.csv
CHANGED
|
@@ -270,3 +270,4 @@ epoch,steps,cosine-Accuracy@1,cosine-Precision@1,cosine-Recall@1,cosine-MRR@1,co
|
|
| 270 |
2.938567309824795,26500,0.6075074322146209,0.6075074322146209,0.589207613199787,0.6075074322146209,0.7797392157317778,0.732528007684445,{1: np.float64(0.3547655249230896)},{1: np.float64(0.2018641995254626)}
|
| 271 |
2.9940119760479043,27000,0.6075074322146209,0.6075074322146209,0.5891070672326267,0.6075074322146209,0.7796780641915771,0.7324820732734195,{1: np.float64(0.35606879366055394)},{1: np.float64(0.20425297882007193)}
|
| 272 |
3.0494566422710134,27500,0.6062896235538522,0.6062896235538522,0.5879498078820226,0.6062896235538522,0.778480259231426,0.7312964905139654,{1: np.float64(0.35657249652151074)},{1: np.float64(0.20474464580095886)}
|
|
|
|
|
|
| 270 |
2.938567309824795,26500,0.6075074322146209,0.6075074322146209,0.589207613199787,0.6075074322146209,0.7797392157317778,0.732528007684445,{1: np.float64(0.3547655249230896)},{1: np.float64(0.2018641995254626)}
|
| 271 |
2.9940119760479043,27000,0.6075074322146209,0.6075074322146209,0.5891070672326267,0.6075074322146209,0.7796780641915771,0.7324820732734195,{1: np.float64(0.35606879366055394)},{1: np.float64(0.20425297882007193)}
|
| 272 |
3.0494566422710134,27500,0.6062896235538522,0.6062896235538522,0.5879498078820226,0.6062896235538522,0.778480259231426,0.7312964905139654,{1: np.float64(0.35657249652151074)},{1: np.float64(0.20474464580095886)}
|
| 273 |
+
3.104901308494123,28000,0.6067194383753,0.6067194383753,0.5884214102555554,0.6067194383753,0.7793664354723834,0.7321552455197089,{1: np.float64(0.3560393014153177)},{1: np.float64(0.20523455193643347)}
|
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:df861545e1b9b382abd251811b9d53b6a5299f3e2d1203f51c6f3a0ba1be7fa0
|
| 3 |
size 45437864
|