- Written based on PyTorch
- Add BertPreprocessor, BertPadding, BertModule and Bert model
- Speed up loading embedding & support word2vec, GloVe and fastText
- Implement a majority of matching models
- Support dynamic padding
- Auto check task when defining a task
- Support multiprocess DataLoader
- Support early stopping, clipping gradient norm, validation interval and auto save best model