New Features GPT-3动态图模式增加pure fp16支持。 Taskflow情感分析任务增加预测score输出。 Generation API新增Diverse Sibling Search策略。 Generation API新增Repetition Penalty策略。JunnYu
Bug Fix
2.1.0
New Features * 新增开箱即用的工业级NLP能力Taskflow,预置中文分词、词性标注、专名识别、句法分析、情感分析、文本纠错等8个任务,更多使用说明请参考[Taskflow文档](https://github.com/PaddlePaddle/PaddleNLP/blob/v2.1.0/docs/model_zoo/taskflow.md)。 * 新增基于Promot Tuning的NLP小样本学习应用实例,配合R-Drop策略显著提升效果,更多技术细节请参考[FewCLUE](https://arxiv.org/abs/2107.07498)。 * 集成[FasterTransformer](https://github.com/NVIDIA/FasterTransformer)加速能力,显著提升翻译、对话等文本生成任务的推理速度。支持Transformer/GPT/BART等主流生成结构与Beam Search与Sampling-based解码策略,更多使用说明请参考[FasterTransformer使用文档](https://github.com/PaddlePaddle/PaddleNLP/blob/v2.1.0/docs/advanced_guide/fastertransformer.rst)。
Docs * 优化Transformer API Reference文档,更加清晰准确易懂。感谢 huhuiwen99 的贡献🎉。
New Contributors * huhuiwen99 made their first contribution in https://github.com/PaddlePaddle/PaddleNLP/pull/914 🎉 * iamqiz made their first contribution in https://github.com/PaddlePaddle/PaddleNLP/pull/950 🎉 * ForFishes made their first contribution in https://github.com/PaddlePaddle/PaddleNLP/pull/986 🎉 * AI-Mart made their first contribution in https://github.com/PaddlePaddle/PaddleNLP/pull/1009 🎉 * zhaoyinglia made their first contribution in https://github.com/PaddlePaddle/PaddleNLP/pull/1064 🎉
2.0.8
New Pretrained-Models 新增文本生成UNIMO-text模型和tokenizer,包括unimo-text-1.0和unimo-text-1.0-large。 新增长文本预训练模型ERNIE-Doc。
New Dataset 新增问题生成数据集DuReaderQG。 新增文案生成数据集AdvertiseGen。 新增短摘要生成数据集LCSTS_new。 新增长文本语义匹配数据集CAIL2019-SCM。 新增长阅读理解数据集C3。 新增文本分类数据集HYP、THUCNews。
New Feature 新增Layerwise-decay优化器。 新增 R-Drop loss API.