-
Hi.
I am trying to run my SBERT model through ONNX to speed up the performance at inference. I have successfully converted the model to .onnx extension. For only one string or a list of strings of …
-
I am researching the example of using SBERT for Information Retrieval in Quora Duplicates Questions dataset. I am wondering how to proceed to apply other features to the SBERT architecture such as cat…
-
Very well-commented repository. I am trying to actually implement a part of your code for Kaggle XNLI data. I could not understand some part of the implementation in SentenceTransformer.py. I can see …
-
I just want to use SBERT for Few Shot multiclass text classification, however I couldn't see any tutorial or explanation for it. Can you explain to me that which "multi_target_strategy" and loss funct…
-
https://arxiv.org/abs/1908.10084
https://www.sbert.net/
-
Dumb question:
How does setfit compare with other approaches for sentence classification in low data settings? Two that may be worth comparing to:
- Various techniques for [augmented SBERT](http…
-
in the paper you order three objective functions ,1:Classification Objective Function 2:Regression Objective Function 3:Triplet Objective Function。 now the data format is sentence1 sentence2 si…
-
'shibing624/text2vec-base-chinese'是huggingface下载量超高的一个中文库,比sbert 的那个多语言库准确度高很多,看不到你说的两部分,sentence_transform 也支持,有办法加速吗
-
### Model description
Here is the model description
> gte-Qwen1.5-7B-instruct is the latest addition to the gte embedding family. This model has been engineered starting from the [Qwen1.5-7B](https:…
-
Hi there,
Thank you for the excellent work and for publishing the code base.
I am attempting to reproduce the retrieval performance of BGE-base as shown in Table 3 but have encountered some issu…