-
Hi, I have converted and deployed a BERT based model on saemaker, but it's constantly throwing no workers available error probably because of too many concurrent requests. while going through the docu…
-
@davidberenstein1957 Thanks for developing this interesting and great library.
I was able to test the working with the sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2 model.
Can you…
-
Hello. Thank you for your great work, I would like to use this dataset in my own experiments, but unfortunately all links in `download.sh` are broken. I cannot visit this links neither from server nor…
-
## Description
New versions of trivy 0.29.0 and 0.29.1 error out when scanning an image.
The error message states that the content in a file in the image is invalid and says target is not settable.
…
-
task 수행 이유: 기존의 Retrieval 모델과는 달리, semantic meaning을 반영한 임베딩을 생성하여 Retrieval 성능을 끌어올리고자 함
목표: Sentence BERT 라이브러리 기반으로 코드를 작성하여, 모델 학습 후 실제 Retrieval 성능 평가
-
### Feature request
Hello!
I am interested in the possibility of retrieving not only the logits from the ONNX exported model, but also the attentions (which can be set via output_attentions=True i…
-
This is an issue
/home/khiemntu/demo_nlp/nlp/lib/python3.8/site-packages/sklearn/utils/deprecation.py:87: FutureWarning: Function get_feature_names is deprecated; get_feature_names is deprecated in…
-
Hi, I am recently trying to reproduce the results of SBERT in STS dataset (BERT-base, fine-tune on NLI). However, the results seem lower than those in the original SBERT paper, especially in STS13 and…
-
I am trying to use Top2Vec with the pretrained models. `universal-sentence-encoder` did not work because for some reason, the `embedding_batch_size` was showing invalid for it so I then had to the sbe…
-
Hello,
The following issue is encountered when using transformers==4.18.0 with sentence-transformers==2.2.0
```
>>> SentenceTransformer("sentence-transformers/clip-ViT-B-32")
ftfy or spacy is …