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 5
Browse files- eval/triplet_evaluation_results.csv +5 -0
- model.safetensors +1 -1
eval/triplet_evaluation_results.csv
CHANGED
|
@@ -21,3 +21,8 @@ epoch,steps,accuracy_cosine
|
|
| 21 |
3.626473254759746,20000,0.9678199887275696
|
| 22 |
3.8077969174977335,21000,0.9629824161529541
|
| 23 |
3.9891205802357206,22000,0.9591965675354004
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
3.626473254759746,20000,0.9678199887275696
|
| 22 |
3.8077969174977335,21000,0.9629824161529541
|
| 23 |
3.9891205802357206,22000,0.9591965675354004
|
| 24 |
+
4.1704442429737085,23000,0.9726575016975403
|
| 25 |
+
4.351767905711696,24000,0.9723420143127441
|
| 26 |
+
4.533091568449683,25000,0.972026526927948
|
| 27 |
+
4.71441523118767,26000,0.9675044417381287
|
| 28 |
+
4.895738893925658,27000,0.9654011726379395
|
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:5b07c9a706aded2ca2528ac994a71e96896fd185bbc28f09c58cf7740fa03257
|
| 3 |
size 90864192
|