About

MindNLP is an open source NLP library based on MindSpore. It supports a platform for solving natural language processing tasks, containing many common approaches in NLP. It can help researchers and developers to construct and train models more conveniently and rapidly.

  • Comprehensive data processing

    • Several classical NLP datasets are packaged into friendly module for easy use, such as Multi30k, SQuAD, CoNLL, etc.

  • Friendly NLP model toolset

    • MindNLP provides various configurable components. It is friendly to customize models using MindNLP.

  • Easy-to-use engine

    • MindNLP simplified complicated training process in MindSpore. It supports Trainer and Evaluator interfaces to train and evaluate models easily.