Skip to content

Releases: FudanNLP/fastNLP

fastNLP 的 0.6.0版本

Choose a tag to compare

@WillQvQ WillQvQ released this 06 Nov 15:31

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

FastNLP 0.5.0

Choose a tag to compare

@choosewhatulike choosewhatulike released this 11 Oct 16:43
ba0269f

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

fastNLP 0.4 Pre-release
Pre-release

Choose a tag to compare

@WillQvQ WillQvQ released this 22 May 10:49

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

fastNLP 0.3.1

fastNLP 0.3.1 Pre-release
Pre-release

Choose a tag to compare

@FengZiYjun FengZiYjun released this 06 Feb 02:42
13faa2b

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

fastNLP 0.3.0 Pre-release
Pre-release

Choose a tag to compare

@FengZiYjun FengZiYjun released this 14 Jan 01:08
3219b9d
Merge pull request #123 from FengZiYjun/v0.3.0

fastNLP V0.3.0

fastNLP 0.2.0

fastNLP 0.2.0 Pre-release
Pre-release

Choose a tag to compare

@FengZiYjun FengZiYjun released this 07 Dec 12:17
1b477a9
Merge pull request #108 from FengZiYjun/trainer

FastNLP v0.2

fastNLP-0.1.0

fastNLP-0.1.0 Pre-release
Pre-release

Choose a tag to compare

@FengZiYjun FengZiYjun released this 01 Oct 13:54
8b6d082
Merge pull request #91 from FengZiYjun/master

Merge Preprocessor into DataSet.