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/FinetunningMiniLM-V18Data-256ConstantBATCH-SemanticEngine with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use LamaDiab/FinetunningMiniLM-V18Data-256ConstantBATCH-SemanticEngine with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("LamaDiab/FinetunningMiniLM-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 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.36258158085569253,1000,0.9711852073669434
|
| 3 |
0.7251631617113851,2000,0.9699232578277588
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
epoch,steps,accuracy_cosine
|
| 2 |
0.36258158085569253,1000,0.9711852073669434
|
| 3 |
0.7251631617113851,2000,0.9699232578277588
|
| 4 |
+
1.0876811594202898,3000,0.9716058373451233
|
| 5 |
+
1.45,4000,0.9708697199821472
|
| 6 |
+
1.8123188405797102,5000,0.9710800051689148
|
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:04ccb599048c516a7ac198dd51c23d4f1d99ae5a85bf2c300a368f8f73fa74a9
|
| 3 |
size 90864192
|