pdrm83 / sent2vec

How to encode sentences in a high-dimensional vector space, a.k.a., sentence embedding.
MIT License
133 stars 12 forks source link

sent2vec new architecture #16

Closed almarengo closed 2 years ago

almarengo commented 2 years ago

With this new architecture, the model is loaded when the vectorizer is initialized and it will be possible to vectorize sentences in batches. For each batch, vectors will be appended.