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/V2MiniLM-SemanticEngine with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use LamaDiab/V2MiniLM-SemanticEngine with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("LamaDiab/V2MiniLM-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 2
Browse files- eval/triplet_evaluation_results.csv +3 -0
- model.safetensors +1 -1
eval/triplet_evaluation_results.csv
CHANGED
|
@@ -1,3 +1,6 @@
|
|
| 1 |
epoch,steps,accuracy_cosine
|
| 2 |
0.37650602409638556,500,0.9258140325546265
|
| 3 |
0.7530120481927711,1000,0.9290823936462402
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
epoch,steps,accuracy_cosine
|
| 2 |
0.37650602409638556,500,0.9258140325546265
|
| 3 |
0.7530120481927711,1000,0.9290823936462402
|
| 4 |
+
1.1295180722891567,1500,0.9353724718093872
|
| 5 |
+
1.5060240963855422,2000,0.9361741542816162
|
| 6 |
+
1.8825301204819276,2500,0.9407992362976074
|
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:eff583b0d44dfd998538f7cc37ce22ff769f48763b146fa37d97a1be056977e1
|
| 3 |
size 90864192
|