Skip to content

InseeFrLab/torch-fastText

Repository files navigation

torch-FastText: Efficient text classification with PyTorch

This repository provides a PyTorch-based package of the fastText architecture [1].

Installation

pip install git+https://github.com/inseefrlab/torch-fasttext@package

References

[1] A. Joulin, E. Grave, P. Bojanowski, T. Mikolov, Bag of Tricks for Efficient Text Classification

@InProceedings{joulin2017bag,
  title={Bag of Tricks for Efficient Text Classification},
  author={Joulin, Armand and Grave, Edouard and Bojanowski, Piotr and Mikolov, Tomas},
  booktitle={Proceedings of the 15th Conference of the European Chapter of the Association for Computational Linguistics: Volume 2, Short Papers},
  month={April},
  year={2017},
  publisher={Association for Computational Linguistics},
  pages={427--431},
}

About

"""Efficient""" text classification with Pytorch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published