Skip to content

SergeyDidenko/fasttext

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FastText

Inofficial implementation of the paper Bag of Tricks for Efficient Text Classification by Joulin et al.

Prerequisites

FastText requires Python 3 with Keras installed.

Obtain the Yelp Dataset from here and place yelp_academic_dataset_review.json in the base directory.

Training

Train the model using the following command:

./train.py

License

FastText is licensed under the terms of the Apache v2.0 license.

Authors

  • Ihor Kroosh
  • Tim Nieradzik

About

Inofficial implementation of the paper "Bag of Tricks for Efficient Text Classification" by Joulin et al.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TeX 69.9%
  • Python 24.7%
  • Makefile 5.4%