-
您好,
我想使用您预训练的SBERT进行句子相似度的计算,但是运行SentenceBERT.py代码时提示无法找到预训练模型,请问可以提供一下相应的预训练模型文件吗?
谢谢
-
Hello,
I am curious to understand why only 1 epoch was used to train the original sentence-BERT?
Have you tested it with more than 1 epoch? What was the result then?
I tried to follow your c…
-
你好你的阿里云云盘里的是不是少了文件呀,我这里运行报错好几个文件没有
-
This issue is a follow up from our meeting on Thursday, August 1st.
We need to further discuss what projection/dimension reduction technique we implement. Mentioned during the meeting were Principa…
-
- [x] Get config’s files working, include config in file name
- [ ] Do you see the weird distribution with glove or just with w2v, waiting on #7
- [ ] How correlated are Sbert and arora predictions…
-
**Describe the bug**
When I combine in ASReview the Feature extractor **Sentence BERT** and the Classifier **Naive Bayes**, it reports the following error: _"ValueError: Negative values in data passe…
-
Why is "max_position_embeddings" different in sbert then in Bert?
-
### Feature Description
Purpose: support asymmetric embeddings e.g.
[sbert.net/examples/applications/semantic-search/README.html](https://www.sbert.net/examples/applications/semantic-search/README.h…
-
Hi,
Thank you for your amazing work!
I am trying to replicate your results and training using
``python translation.py --base configs/translation/sbert-to-biggan256.yaml -t --gpus 0,``
I was wo…
-
### Describe the bug
Running the following benchmark code:
```python
from time import time
import numpy as np
import torch
from sentence_transformers import SentenceTransformer
import intel_e…