Skip to content

Releases: fastnlp/fastNLP

fastNLP 的 0.6.0版本

06 Nov 15:31
Compare
Choose a tag to compare

2020年秋季的稳定版本,欢迎关注我们的 文档Gitee 仓库

FastNLP 0.5.0

11 Oct 16:43
ba0269f
Compare
Choose a tag to compare

0.5.0版本有较大改动,新增了很多features,大家可以通过文档进一步了解这些更新。

The version of 0.5.0 has lots of changes and adds plenty of features. You can check our docs to learn these updates.

fastNLP 0.4

22 May 10:49
Compare
Choose a tag to compare
fastNLP 0.4 Pre-release
Pre-release

我们终于发布了fastNLP 的0.4版本,这个版本的改动较大,大家请阅读我们的文档

fastNLP 0.3.1

06 Feb 02:42
13faa2b
Compare
Choose a tag to compare
fastNLP 0.3.1 Pre-release
Pre-release

New features:

  • 添加一系列callbacks: EarlyStopCallback, LRFinder, LRScheduler, etc.
  • 添加padder, 允许自定义pad方法 (EngChar2dPadder 解决二维padding)
  • 拓展DataSet初始化接受的类型
  • 多进程batch
  • 升级中文分词/词性标注/句法分析 APIs
  • 添加BERT和预训练模型加载接口

Bugs fixed:

  • validation step counts
  • remove GPU id when saving
  • refactor type system in FieldArray
  • ...

Code structure refined:

  • reduced dependency on reproduction/
  • renaming folders
  • optimized Trainer methods

Testing:

  • add tests for callbacks
  • more tests for processors

Tutorials:

  • 添加一份padding教程
  • 添加一份测试指南

fastNLP 0.3.0

14 Jan 01:08
3219b9d
Compare
Choose a tag to compare
fastNLP 0.3.0 Pre-release
Pre-release
Merge pull request #123 from FengZiYjun/v0.3.0

fastNLP V0.3.0

fastNLP 0.2.0

07 Dec 12:17
1b477a9
Compare
Choose a tag to compare
fastNLP 0.2.0 Pre-release
Pre-release
Merge pull request #108 from FengZiYjun/trainer

FastNLP v0.2

fastNLP-0.1.0

01 Oct 13:54
8b6d082
Compare
Choose a tag to compare
fastNLP-0.1.0 Pre-release
Pre-release
Merge pull request #91 from FengZiYjun/master

Merge Preprocessor into DataSet.