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-128ConstantBATCH-SemanticEngine with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use LamaDiab/MiniLM-V18Data-128ConstantBATCH-SemanticEngine with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("LamaDiab/MiniLM-V18Data-128ConstantBATCH-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 3
Browse files- eval/triplet_evaluation_results.csv +5 -0
- model.safetensors +1 -1
eval/triplet_evaluation_results.csv
CHANGED
|
@@ -10,3 +10,8 @@ epoch,steps,accuracy_cosine
|
|
| 10 |
1.6319129646418857,9000,0.9656115174293518
|
| 11 |
1.8132366273798732,10000,0.9606688618659973
|
| 12 |
1.9945602901178603,11000,0.957198441028595
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
1.6319129646418857,9000,0.9656115174293518
|
| 11 |
1.8132366273798732,10000,0.9606688618659973
|
| 12 |
1.9945602901178603,11000,0.957198441028595
|
| 13 |
+
2.175883952855848,12000,0.9699232578277588
|
| 14 |
+
2.357207615593835,13000,0.9707645177841187
|
| 15 |
+
2.5385312783318223,14000,0.9691870808601379
|
| 16 |
+
2.7198549410698094,15000,0.9662424921989441
|
| 17 |
+
2.901178603807797,16000,0.9603533744812012
|
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:8ebc4f34d979a13e879bdf6e9bc9b2fe53827c9dc8ce02448926450ac130c157
|
| 3 |
size 90864192
|