Browse Source

Update README.md

tags/v0.1.0
Xipeng Qiu GitHub 6 years ago
parent
commit
ad3b59b11c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md View File

@@ -5,7 +5,7 @@

fastNLP is a modular Natural Language Processing system based on PyTorch, for fast development of NLP tools. It divides the NLP model based on deep learning into different modules. These modules fall into 4 categories: encoder, interaction, aggregation and decoder, while each category contains different implemented modules. Encoder modules encode the input into some abstract representation, interaction modules make the information in the representation interact with each other, aggregation modules aggregate and reduce information, and decoder modules decode the representation into the output. Most current NLP models could be built on these modules, which vastly simplifies the process of developing NLP models. The architecture of fastNLP is as the figure below:

![](fastnlp-architecture.pdf)
![](https://github.com/fastnlp/fastNLP/raw/master/fastnlp-architecture.pdf)


## Requirements


Loading…
Cancel
Save