Sentence Similarity
sentence-transformers
Safetensors
bert
feature-extraction
dense
Generated from Trainer
dataset_size:1148773
loss:MultipleNegativesSymmetricRankingLoss
Eval Results (legacy)
text-embeddings-inference
Instructions to use LamaDiab/MiniLM-V16Data-128BATCH-SemanticEngine with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use LamaDiab/MiniLM-V16Data-128BATCH-SemanticEngine with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("LamaDiab/MiniLM-V16Data-128BATCH-SemanticEngine") sentences = [ "rosa / porcelain us andalusia mug", "klara and the sun", " mug", "mug" ] 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 +4 -0
- model.safetensors +1 -1
eval/triplet_evaluation_results.csv
CHANGED
|
@@ -3,3 +3,7 @@ epoch,steps,accuracy_cosine
|
|
| 3 |
0.44563279857397503,2000,0.9598275423049927
|
| 4 |
0.6684491978609626,3000,0.9656115174293518
|
| 5 |
0.8912655971479501,4000,0.9693974256515503
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
0.44563279857397503,2000,0.9598275423049927
|
| 4 |
0.6684491978609626,3000,0.9656115174293518
|
| 5 |
0.8912655971479501,4000,0.9693974256515503
|
| 6 |
+
1.1140819964349375,5000,0.9719213247299194
|
| 7 |
+
1.3368983957219251,6000,0.9718161821365356
|
| 8 |
+
1.5597147950089125,7000,0.9736039638519287
|
| 9 |
+
1.7825311942959001,8000,0.9741297960281372
|
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:de69050d578d675a7b27b865177c917e61ab21ab4fc3effc19f53834f1c65c1d
|
| 3 |
size 90864192
|