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 300
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:46ebe84fdc48b4c6b660616918a384a887370554b0e23aaa1cce74794bcbd09b
|
| 3 |
+
size 129210851
|
eval/Information-Retrieval_evaluation_test_results.csv
CHANGED
|
@@ -9,3 +9,4 @@ epoch,steps,cosine-Accuracy@1,cosine-Precision@1,cosine-Recall@1,cosine-MRR@1,co
|
|
| 9 |
0.013862511609853473,1000,0.5901715677495613,0.5901715677495613,0.5724099127090817,0.5901715677495613,0.7637413381638513,0.7161975988006298,{1: np.float64(-0.36794028465309436)},{1: np.float64(0.1865633855901876)}
|
| 10 |
3.4482758620689653,100,0.5854794226154232,0.5854794226154232,0.5673154557852255,0.5854794226154232,0.7729070460690293,0.721447495102789,{1: np.float64(0.3486467202923187)},{1: np.float64(0.14976115642528282)}
|
| 11 |
6.896551724137931,200,0.5854794226154232,0.5854794226154232,0.5672978026764874,0.5854794226154232,0.7732206139610742,0.721649546300216,{1: np.float64(0.34678928602156756)},{1: np.float64(0.14847350150437152)}
|
|
|
|
|
|
| 9 |
0.013862511609853473,1000,0.5901715677495613,0.5901715677495613,0.5724099127090817,0.5901715677495613,0.7637413381638513,0.7161975988006298,{1: np.float64(-0.36794028465309436)},{1: np.float64(0.1865633855901876)}
|
| 10 |
3.4482758620689653,100,0.5854794226154232,0.5854794226154232,0.5673154557852255,0.5854794226154232,0.7729070460690293,0.721447495102789,{1: np.float64(0.3486467202923187)},{1: np.float64(0.14976115642528282)}
|
| 11 |
6.896551724137931,200,0.5854794226154232,0.5854794226154232,0.5672978026764874,0.5854794226154232,0.7732206139610742,0.721649546300216,{1: np.float64(0.34678928602156756)},{1: np.float64(0.14847350150437152)}
|
| 12 |
+
10.344827586206897,300,0.5837243454278448,0.5837243454278448,0.5655406787516641,0.5837243454278448,0.772497120072504,0.7208826975876564,{1: np.float64(0.33687149498092606)},{1: np.float64(0.15434056808450725)}
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 298041696
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:96156e0896f87ce3751b7b1216ad06bb93120ba3eb7ebb1ab842fe08819aaedf
|
| 3 |
size 298041696
|