Fast Sentence Embeddings Versions Save

Compute Sentence Embeddings Fast!

v1.0.0

2 years ago

🤘🏻 Finally added support for Gensim 4! 🚀

  • Added support for gensim>=4. This library is no longer compatible with gensim<4. For migration, see the README.
  • size argument is now vector_size

v0.2.0

2 years ago
  • Added Vectors and FTVectors class and hub support by from_pretrained
  • Extended benchmark
  • Fixed zero division bug for uSIF
  • Moved tests out of the main folder
  • Moved sts out of the main folder

v0.1.17

2 years ago

Fixed dependency issue where you cannot install fse properly Updated readme Updated travis python versions (3.6, 3.9)