/NLP_In_Action

Do NLP tasks with some SOTA methods

Primary LanguageJupyter NotebookMIT LicenseMIT

NLP In Action

Share how to do NLP tasks with some SOTA techniques, looking forwards for feedback and suggestion ^-^

NER

Do Named Entity Recognition(NER) with google BERT model

Text Classification

Do Text Classification with google&CMU XLNet model

Text Generation

Do Text Generation with OpenAI's GPT-2 model

TODO

  • Update to transformers library support
  • Add inference support