PrincetonML / SIF

sentence embedding by Smooth Inverse Frequency weighting scheme
MIT License
1.08k stars 306 forks source link

Simple re-implementation of SIF #46

Open smujjiga opened 4 years ago

smujjiga commented 4 years ago

As this code is not maintained anymore I have re implemented SIF heavily reuses this implementation as I needed it for a project. I focused on generating the embedding using SIF. I thank the authors of SIF for such a wonderful paper.

I am sharing my code here.

oborchers commented 4 years ago

Hi @smujjiga

thank you! You can also find an optimized implementation in my fse github repo :-) https://github.com/oborchers/Fast_Sentence_Embeddings