A deep learning nlp library inspired by the fast.ai library

Quick NLP

Quick NLP is a deep learning nlp library inspired by the fast.ai library

It follows the same api as fastai and extends it allowing for quick and easy running of nlp models

Features

  • Python 3.6 code
  • Tight-knit integration with Fast.ai library:
    • Fast.ai style DataLoader objects for sentence to sentence algorithms
    • Fast.ai style DataLoader objects for dialogue algorithms
    • Fast.ai style DataModel objects for training nlp models
  • Can run a seq2seq model with a few lines of code similar to existing fast.ai examples
  • Easy to expand/train and try different models or use different data
  • Ready made algorithms to try out

Installation

Installation of fast.ai library is required. Please install using the instructions here . It is important that the latest version of fast.ai is

 

 

 

To finish reading, please visit source site