-
Hi,
` from sentence_transformers import SentenceTransformer `
` sentences = ["This is an example sentence", "Each sentence is converted"] `
` model = SentenceTransformer('sentence-transform…
-
In order to examine the model outputs, I would like to retrieve the hidden states and attention weights for each example. Therefore I configured the base model to output them:
```python
base_transfo…
-
Hello,
I am getting this error when try to clustering in Spanish (see ERROR below). I assume my corpus should have a problem. Could you help me to find the nature of the error? (It works perfectly …
-
**Fleet version**: `minor-fleet-v4.56.0`
**Web browser and operating system**: n/a
### 💥 Actual behavior
Seeing cpu usage maxed out on loadtest environment. The web interface is still ac…
-
Hi again, if using a German text with special characters as source language and Google as engine it comes to this error:
Reading text into memory.
Tokenizing text into sentences.
Starting transla…
-
Hi,
I would to begin by thanking you for your tremendous work on this library.
I had a question regarding your [dimensionality_reduction.py](https://github.com/UKPLab/sentence-transformers/blob/m…
-
### Describe the problem
Built in support for Google's Universal Sentence Encoder (USE) which can useful for greater-than-word length text, such as sentences, phrases or short paragraphs.
[USE Pap…
-
import nltk
from gensim.models import Word2Vec
from nltk.tokenize import word_tokenize, sent_tokenize
from collections import Counter
nltk.download('stopwords')
nltk.download('punkt')
with open('txt…
-
I am having a problem while encoding sentences on windows platform. Is it because of the pre-trained model weights? How can I solve it?
-
Hi. Some of the dump files on the Downloads page are incorrectly formatted.
The details field on the user_languages.csv file, for example, allows tabs and newlines, which should not be allowed in a…