Sentence Similarity
sentence-transformers
Safetensors
bert
feature-extraction
dense
Generated from Trainer
dataset_size:647236
loss:MultipleNegativesSymmetricRankingLoss
Eval Results (legacy)
text-embeddings-inference
Instructions to use LamaDiab/MiniLM-V22Data-256ConstantBATCH-SemanticEngine with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use LamaDiab/MiniLM-V22Data-256ConstantBATCH-SemanticEngine with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("LamaDiab/MiniLM-V22Data-256ConstantBATCH-SemanticEngine") sentences = [ "essence multi task concealer 15 natural nude", "pure oxygen 20 vol", "essence", "face make-up" ] embeddings = model.encode(sentences) similarities = model.similarity(embeddings, embeddings) print(similarities.shape) # [4, 4] - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 6
Browse files- eval/triplet_evaluation_results.csv +3 -0
- model.safetensors +1 -1
eval/triplet_evaluation_results.csv
CHANGED
|
@@ -11,3 +11,6 @@ epoch,steps,accuracy_cosine
|
|
| 11 |
3.951797708415646,10000,0.9675044417381287
|
| 12 |
4.346898459107072,11000,0.9684509634971619
|
| 13 |
4.741999209798498,12000,0.9686612486839294
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
3.951797708415646,10000,0.9675044417381287
|
| 12 |
4.346898459107072,11000,0.9684509634971619
|
| 13 |
4.741999209798498,12000,0.9686612486839294
|
| 14 |
+
5.137099960489925,13000,0.9684509634971619
|
| 15 |
+
5.532200711181352,14000,0.9680302739143372
|
| 16 |
+
5.927301461872777,15000,0.9693974256515503
|
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:7bca26191c19f95a41ef4041bf7829e2bcf09af03f6fa440a88a140af1c4f565
|
| 3 |
size 90864192
|