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 70000
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:75202a835964a6fbcb82c700f1bf3b01ea2757a269126008f00f4c20f1256415
|
| 3 |
+
size 130317163
|
eval/Information-Retrieval_evaluation_test_results.csv
CHANGED
|
@@ -202,3 +202,4 @@ epoch,steps,cosine-Accuracy@1,cosine-Precision@1,cosine-Recall@1,cosine-MRR@1,co
|
|
| 202 |
0.74186386527319,68500,0.6073283427056843,0.6073283427056843,0.5890339390164778,0.6073283427056843,0.776047418393748,0.7298578045309563,{1: np.float64(0.3482121702917639)},{1: np.float64(0.21274332165474272)}
|
| 203 |
0.7472789299832133,69000,0.6052509044020201,0.6052509044020201,0.5870224227082459,0.6052509044020201,0.774184743684211,0.7276934729354898,{1: np.float64(0.3461902716826897)},{1: np.float64(0.21568997386038877)}
|
| 204 |
0.7526939946932366,69500,0.6068268920806619,0.6068268920806619,0.588320821648036,0.6068268920806619,0.774780124701288,0.7286586289081664,{1: np.float64(0.3474544657975869)},{1: np.float64(0.21366390351966183)}
|
|
|
|
|
|
| 202 |
0.74186386527319,68500,0.6073283427056843,0.6073283427056843,0.5890339390164778,0.6073283427056843,0.776047418393748,0.7298578045309563,{1: np.float64(0.3482121702917639)},{1: np.float64(0.21274332165474272)}
|
| 203 |
0.7472789299832133,69000,0.6052509044020201,0.6052509044020201,0.5870224227082459,0.6052509044020201,0.774184743684211,0.7276934729354898,{1: np.float64(0.3461902716826897)},{1: np.float64(0.21568997386038877)}
|
| 204 |
0.7526939946932366,69500,0.6068268920806619,0.6068268920806619,0.588320821648036,0.6068268920806619,0.774780124701288,0.7286586289081664,{1: np.float64(0.3474544657975869)},{1: np.float64(0.21366390351966183)}
|
| 205 |
+
0.7581090594032599,70000,0.6063970772592141,0.6063970772592141,0.5882838098161891,0.6063970772592141,0.7752631797356292,0.7289926738145683,{1: np.float64(0.34671564599526894)},{1: np.float64(0.21263845579902912)}
|
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:7aa1b9a793211dcdb66291ee8631bcc399d44e564513f8e01953eb7b28207e05
|
| 3 |
size 789580328
|