Sentence Similarity
sentence-transformers
Safetensors
bert
feature-extraction
dense
Generated from Trainer
dataset_size:458830
loss:MultipleNegativesSymmetricRankingLoss
Eval Results (legacy)
text-embeddings-inference
Instructions to use LamaDiab/MiniLM-V10Data-128BATCH-SemanticEngine with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use LamaDiab/MiniLM-V10Data-128BATCH-SemanticEngine with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("LamaDiab/MiniLM-V10Data-128BATCH-SemanticEngine") sentences = [ "derby cap toe shoes - brown", "chained strapped block heeled sandals", "100% premium natural leather - high quality sole.", "puppy treats biscuits" ] embeddings = model.encode(sentences) similarities = model.similarity(embeddings, embeddings) print(similarities.shape) # [4, 4] - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 8
Browse files- eval/triplet_evaluation_results.csv +3 -0
- model.safetensors +1 -1
eval/triplet_evaluation_results.csv
CHANGED
|
@@ -10,3 +10,6 @@ epoch,steps,accuracy_cosine
|
|
| 10 |
6.4156206415620645,23000,0.9623514413833618
|
| 11 |
6.694560669456067,24000,0.9629824161529541
|
| 12 |
6.97350069735007,25000,0.9635082483291626
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
6.4156206415620645,23000,0.9623514413833618
|
| 11 |
6.694560669456067,24000,0.9629824161529541
|
| 12 |
6.97350069735007,25000,0.9635082483291626
|
| 13 |
+
7.252440725244073,26000,0.9629824161529541
|
| 14 |
+
7.531380753138075,27000,0.9632979035377502
|
| 15 |
+
7.810320781032078,28000,0.9630876183509827
|
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:9e81a23165e9ec918ed4c8db0890433ae476c9ce0ab754faf96d6a5b4203646b
|
| 3 |
size 90864192
|