-
### 🚀 The feature, motivation and pitch
I am working on transformers and am using the Better Transformer. To enjoy the speed improvement, we need to pass a src_key_padding_mask to the nn.Transforme…
-
### 🐛 Describe the bug
I've configured log4j to log using `JsonTemplateLayout`. Below the part of the [original `log4j.xml`](https://github.com/pytorch/serve/blob/master/frontend/server/src/main/reso…
-
This also needs much time when using paraphrase mining:
https://github.com/UKPLab/sentence-transformers/blob/a8cebb235066cacf533d073b8c8250e5e7b04c3d/sentence_transformers/util.py#L161
add a pro…
-
Hi! I am facing the following the problem, when trying to use sentence-transformers with conda (conda 4.10.3):
Install sentence-transformers as recommended [1]:
`conda install -c conda-forge sente…
-
Hi,
` from sentence_transformers import SentenceTransformer `
` sentences = ["This is an example sentence", "Each sentence is converted"] `
` model = SentenceTransformer('sentence-transform…
-
I am trying to run below code from @tomaarsen's HuggingFace blog on Sentence-Transformer-V3
### Code:
```python
from datasets import load_dataset
data = load_dataset('sentence-transformers…
-
Hello!
## Bug(?) report overview
* I experienced a "not enough memory" error when evaluating MS MARCO with English (task name: default)
## Details
Last night, I tried running the AIR Bench on …
-
attempting to use `autotrainer-advanced` with pytoch 2.4.0 ROCm on WSL2 Ubuntu 22.04 Windows 11
```bash
INFO | 2024-08-22 02:25:11 | __main__:train:203 - Setting up trainer...
When using the …
-
Hi,
There's a fine-tuned version of a SentenceTransformer as an HF model at this [link](https://huggingface.co/AbeHou/SemStamp-c4-sbert). I'd like to load it using SentenceTransformers(model_name), b…
-
I use spacy's transformer model for other purposes (such as NER), so re-using the same model made sense.
Looks like Spacy made some tweaks to their syntax which are breaking KeyBERT's spacy backend.
…