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/v3MiniLM-V18Data-256ConstantBATCH-SemanticEngine with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use LamaDiab/v3MiniLM-V18Data-256ConstantBATCH-SemanticEngine with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("LamaDiab/v3MiniLM-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 3
Browse files- eval/triplet_evaluation_results.csv +3 -0
- model.safetensors +1 -1
eval/triplet_evaluation_results.csv
CHANGED
|
@@ -4,3 +4,6 @@ epoch,steps,accuracy_cosine
|
|
| 4 |
1.0876811594202898,3000,0.9593017101287842
|
| 5 |
1.45,4000,0.9605636596679688
|
| 6 |
1.8123188405797102,5000,0.9643495678901672
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
1.0876811594202898,3000,0.9593017101287842
|
| 5 |
1.45,4000,0.9605636596679688
|
| 6 |
1.8123188405797102,5000,0.9643495678901672
|
| 7 |
+
2.17463768115942,6000,0.9647701978683472
|
| 8 |
+
2.5369565217391306,7000,0.9668734669685364
|
| 9 |
+
2.8992753623188405,8000,0.9683457612991333
|
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:d739acc2ef5926e9b16a06dc4803d6ea9a13d4f31ac39ae128f3e15af74a3c2d
|
| 3 |
size 90864192
|