Sentence Similarity
sentence-transformers
Safetensors
bert
feature-extraction
dense
Generated from Trainer
dataset_size:705905
loss:MultipleNegativesSymmetricRankingLoss
Eval Results (legacy)
text-embeddings-inference
Instructions to use LamaDiab/MiniLM-V18Data-256ConstantBATCH-SemanticEngine with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use LamaDiab/MiniLM-V18Data-256ConstantBATCH-SemanticEngine with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("LamaDiab/MiniLM-V18Data-256ConstantBATCH-SemanticEngine") sentences = [ "gerber baby food fruits apples bananas & cereal", "world of sweets puzzle", "baby food", "baby food" ] embeddings = model.encode(sentences) similarities = model.similarity(embeddings, embeddings) print(similarities.shape) # [4, 4] - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 6
Browse files- eval/triplet_evaluation_results.csv +3 -0
- model.safetensors +1 -1
eval/triplet_evaluation_results.csv
CHANGED
|
@@ -12,3 +12,6 @@ epoch,steps,accuracy_cosine
|
|
| 12 |
3.9883973894126177,11000,0.9646650552749634
|
| 13 |
4.350978970268311,12000,0.9658218622207642
|
| 14 |
4.713560551124003,13000,0.9666631817817688
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
3.9883973894126177,11000,0.9646650552749634
|
| 13 |
4.350978970268311,12000,0.9658218622207642
|
| 14 |
4.713560551124003,13000,0.9666631817817688
|
| 15 |
+
5.0761421319796955,14000,0.9668734669685364
|
| 16 |
+
5.438723712835388,15000,0.9663476943969727
|
| 17 |
+
5.8013052936910805,16000,0.9664528369903564
|
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:10a57ebeec18b1e701bea471d90c85528df4034ab7a11dd92045ace6211163fc
|
| 3 |
size 90864192
|