Sentence Similarity
sentence-transformers
Safetensors
bert
feature-extraction
dense
Generated from Trainer
dataset_size:169967
loss:MultipleNegativesSymmetricRankingLoss
Eval Results (legacy)
text-embeddings-inference
Instructions to use LamaDiab/MiniLM-SemanticEngine with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use LamaDiab/MiniLM-SemanticEngine with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("LamaDiab/MiniLM-SemanticEngine") sentences = [ "blue dianne", "soap", "maximize the freshness of your food for 12 hours with the blue dianne thermal bag. its triple compartments, spacious storage, heat resistance, and 100% leakproof design will keep it fresh. this bpa-free and pvc-free bag is also 100% non-toxic and comes with a 3-month guarantee. ideal for everyday food storage.", "trolley backpack coral high colors 17 l 3 zippers 23977" ] embeddings = model.encode(sentences) similarities = model.similarity(embeddings, embeddings) print(similarities.shape) # [4, 4] - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 3
Browse files- eval/triplet_evaluation_results.csv +5 -0
- model.safetensors +1 -1
eval/triplet_evaluation_results.csv
CHANGED
|
@@ -9,3 +9,8 @@ epoch,steps,accuracy_cosine
|
|
| 9 |
1.5060240963855422,4000,0.9389491677284241
|
| 10 |
1.694277108433735,4500,0.9369141459465027
|
| 11 |
1.8825301204819276,5000,0.9404292106628418
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
1.5060240963855422,4000,0.9389491677284241
|
| 10 |
1.694277108433735,4500,0.9369141459465027
|
| 11 |
1.8825301204819276,5000,0.9404292106628418
|
| 12 |
+
2.0707831325301207,5500,0.938640832901001
|
| 13 |
+
2.2590361445783134,6000,0.9404909014701843
|
| 14 |
+
2.447289156626506,6500,0.9427108764648438
|
| 15 |
+
2.6355421686746987,7000,0.9440675973892212
|
| 16 |
+
2.8237951807228914,7500,0.9433892369270325
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 90864192
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9e0faef7d77c12d44d46defcf71d425639d5c3bcbcd33ef15d75b0467f503d94
|
| 3 |
size 90864192
|