Sentence Similarity
sentence-transformers
PyTorch
TensorBoard
English
deberta-v2
feature-extraction
Generated from Trainer
dataset_size:526885
loss:GISTEmbedLoss
loss:CoSENTLoss
loss:OnlineContrastiveLoss
loss:MultipleNegativesSymmetricRankingLoss
loss:MarginMSELoss
Eval Results (legacy)
text-embeddings-inference
Instructions to use bobox/DeBERTaV3-small-GeneralSentenceTransformer-v2-checkpoints-tmp with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- sentence-transformers
How to use bobox/DeBERTaV3-small-GeneralSentenceTransformer-v2-checkpoints-tmp with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("bobox/DeBERTaV3-small-GeneralSentenceTransformer-v2-checkpoints-tmp") sentences = [ "A man in a Santa Claus costume is sitting on a wooden chair holding a microphone and a stringed instrument.", "The man is is near the ball.", "The man is wearing a costume.", "People are having a picnic." ] 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
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 565251810
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7d7823fbc9158972fe4a2cec91802737230154657abd47b1f0f2065b9a223127
|
| 3 |
size 565251810
|
runs/Jun20_09-40-21_479718c62e0d/events.out.tfevents.1718876461.479718c62e0d.34.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:09cfa594d8c17e991c1321f0108c46fcca85d7150cc3396a6e943a12e8ebb1ab
|
| 3 |
+
size 29875
|