castorini / hedwig

PyTorch deep learning models for document classification
Apache License 2.0
592 stars 125 forks source link

fasttext #52

Open daleangus opened 4 years ago

daleangus commented 4 years ago

is this the Facebook FastText model?

achyudh commented 4 years ago

Yeah https://github.com/castorini/hedwig/pull/38 adapts the model from https://arxiv.org/pdf/1607.01759.pdf for document classification, though you might have to dig into the implementation to see if there are differences between our model and Facebook's implementation