NLP_In_Action icon indicating copy to clipboard operation
NLP_In_Action copied to clipboard

Do NLP tasks with some SOTA methods

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

  • [X] Update to transformers library support
  • [X] Add inference support