Skip to content

Releases: oborchers/Fast_Sentence_Embeddings

v1.0.0

10 Apr 19:45
Compare
Choose a tag to compare

🤘🏻 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

03 Dec 10:10
12bf5d1
Compare
Choose a tag to compare
  • 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

01 Dec 19:54
Compare
Choose a tag to compare

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