Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.56 KB

README.md

File metadata and controls

22 lines (18 loc) · 1.56 KB

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