Skip to content

Version 1.0

Compare
Choose a tag to compare
@Chriskuei Chriskuei released this 22 Aug 01:57
· 40 commits to master since this release
8883d09
  • 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