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 5
Browse files- eval/triplet_evaluation_results.csv +3 -0
- model.safetensors +1 -1
eval/triplet_evaluation_results.csv
CHANGED
|
@@ -9,3 +9,6 @@ epoch,steps,accuracy_cosine
|
|
| 9 |
3.0120481927710845,4000,0.9414775371551514
|
| 10 |
3.38855421686747,4500,0.9435125589370728
|
| 11 |
3.765060240963855,5000,0.9454859495162964
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
3.0120481927710845,4000,0.9414775371551514
|
| 10 |
3.38855421686747,4500,0.9435125589370728
|
| 11 |
3.765060240963855,5000,0.9454859495162964
|
| 12 |
+
4.141566265060241,5500,0.9460409283638
|
| 13 |
+
4.518072289156627,6000,0.9456092715263367
|
| 14 |
+
4.894578313253012,6500,0.9453626275062561
|
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:514476828b04b380a581ca1e7cabb9c858b6af7db6dfad0fedc1c98ed6649018
|
| 3 |
size 90864192
|