-
Hello! I did not find Discussions for the repository, so I will question here. I am wanted a high level interface, but a bit lower: for calculating embeddings and getting embeddings score. Just like s…
-
### Documentation Link
_No response_
### Describe the problem
Does the onnx model support Chinese when used to determine similarity?
### Describe the improvement
There is no detailed documentati…
-
Hi @nreimers
I've been using the msmarco-distilbert-dot-v5 model for asymmetric search and QnA retrieval.
I recently came across the models that were created during the Community Jax/Flax week.
W…
-
The doc of `BatchAllTripletLoss` sais:
> You train dataset must contain at least 2 examples per label class.
see https://www.sbert.net/docs/package_reference/losses.html#batchalltripletloss
B…
-
Hi,
Thanks so much for the great project - SBERT! I am fine-tuning a classification task using the pre-trained `bert-base-uncased` in SBERT. I am trying to understand how the accuracy of binary class…
-
I'm interested in applying the promising pretained model to the similarity task. It was unclear from the example provided on HuggingFace how it might be utilized for similarity tasks.
Two sentences …
-
Use unsurprised method such as some simple threshold based method to labeling
is straight forward (such as fuzzy wuzzy and other edit distance measure)
Do you have other idea to extract some duplica…
-
In the [SBERT repository](https://www.sbert.net/examples/training/adaptive_layer/README.html), I found the adaptive layers method referenced in this paper: [_**ESE**: Espresso Sentence Embeddings_](ht…
-
# hackerllama - Sentence Embeddings
Everything you wanted to know about sentence embeddings (and maybe a bit more)
[https://osanseviero.github.io/hackerllama/blog/posts/sentence_embeddings/](https:/…
-
Hey Hi I have finetuned bert on my custom dataset. On test dataset it is giving 79% accuracy. But now I want to use it for my use case as in I want to give two sentences as a input and want to get its…