diff --git a/README.md b/README.md index 3cd3a9a59..478fdf6be 100644 --- a/README.md +++ b/README.md @@ -27,13 +27,15 @@ ## Introduction -MindNLP is an open source NLP library based on MindSpore. +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. The master branch works with **MindSpore master**. ### Major Features -- feature1: ... +- **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. ## Quick Links