File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3232## News 📢
3333
3434* ** 2023.1.12 发布 [ PaddleNLP v2.5] ( https://github.com/PaddlePaddle/PaddleNLP/releases/tag/v2.5.0 ) **
35- * 🔨 NLP工具:发布 [ PPDiffusers] ( ./ppdiffusers ) 国产化的扩散模型工具箱,集成多种 Diffusion 模型参数和模型组件,提供了扩散模型的完整训练流程,同时支持扩散模型的高性能 FastDeploy 推理加速
36- * 💎 产业应用:产业应用升级 ,发布文档信息抽取 [ UIE-x ] ( ./applications/information_extraction/document ) 、统一文本分类 [ UTC] ( ./applications/zero_shot_text_classification ) 、统一情感分析 [ UIE-Senta] ( ./applications/sentiment_analysis/unified_sentiment_extraction ) 、[ 无监督问答应用] ( ./applications/question_answering/unsupervised_qa ) ;同时发布[ ERNIE 3.0 Tiny v2] ( ./model_zoo/ernie-tiny ) 系列模型 和 端到端的语义理解加速方案 ,降低预训练模型部署难度
37- * 💪 框架升级:正式支持 [ PretrainedConfig ] ( ./paddlenlp/transformers/configuration_utils.py ) 进行预训练模型参数灵活配置化 ;[ Trainer API] ( ./docs/trainer.md ) 支持混合精度 O1、O2 两种模式 BF16 训练、Recompute 重计算、Sharding 训练等多项分布式能力 ;[ 模型压缩 API] ( ./docs/compression.md ) 支持量化训练、词表压缩等功能,新增支持7种预训练模型压缩 ;[ 数据增强API] ( ./docs/dataaug.md ) 新增支持字和句子级别数据增强策略
38- * 🤝 生态联合:HuggingFace hub 正式兼容 PadleNLP 预训练模型,支持所有PaddleNLP Model 和 Tokenizer 直接从 HuggingFace hub 下载和上传,欢迎大家 [ 体验] ( https://huggingface.co/PaddlePaddle ) PaddleNLP 预训练模型效果
35+ * 🔨 NLP工具:发布 [ PPDiffusers] ( ./ppdiffusers ) 国产化的扩散模型工具箱,集成多种 Diffusion 模型参数和模型组件,提供了 Diffusion 模型的完整训练流程,支持 Diffusion 模型的高性能 FastDeploy 推理加速 和 多硬件部署(可支持昇腾芯片、昆仑芯部署)
36+ * 💎 产业应用:信息抽取、文本分类、情感分析、智能问答 四大应用全新升级 ,发布文档信息抽取 [ UIE-X ] ( ./applications/information_extraction/document ) 、统一文本分类 [ UTC] ( ./applications/zero_shot_text_classification ) 、统一情感分析 [ UIE-Senta] ( ./applications/sentiment_analysis/unified_sentiment_extraction ) 、[ 无监督问答应用] ( ./applications/question_answering/unsupervised_qa ) ;同时发布[ ERNIE 3.0 Tiny v2] ( ./model_zoo/ernie-tiny ) 系列预训练小模型,在低资源和域外数据效果更强,开源 模型裁剪、模型量化、FastDeploy 推理加速、边缘端部署 端到端部署方案 ,降低预训练模型部署难度
37+ * 💪 框架升级:预训练模型 [ 参数配置统一 ] ( ./paddlenlp/transformers/configuration_utils.py ) ,自定义参数配置的保存和加载无需额外开发 ;[ Trainer API] ( ./docs/trainer.md ) 新增 BF16 训练、Recompute 重计算、Sharding 等多项分布式能力,通过简单配置即可进行超大规模预训练模型训练 ;[ 模型压缩 API] ( ./docs/compression.md ) 支持量化训练、词表压缩等功能,压缩后的模型精度损失更小,模型部署的内存占用大大降低 ;[ 数据增强API] ( ./docs/dataaug.md ) 全面升级,支持字、词、句子三种粒度数据增强策略,可轻松定制数据增强策略
38+ * 🤝 生态联合:🤗Huggingface hub 正式兼容 PaddleNLP 预训练模型,支持 PaddleNLP Model 和 Tokenizer 直接从 🤗Huggingface hub 下载和上传,欢迎大家在 🤗Huggingface hub [ 体验] ( https://huggingface.co/PaddlePaddle ) PaddleNLP 预训练模型效果
3939
4040* ** 2022.9.6 发布 [ PaddleNLP v2.4] ( https://github.com/PaddlePaddle/PaddleNLP/releases/tag/v2.4.0 ) **
4141 * 🔨 NLP工具:[ NLP 流水线系统 Pipelines] ( ./pipelines ) 发布,支持快速搭建搜索引擎、问答系统,可扩展支持各类NLP系统,让解决 NLP 任务像搭积木一样便捷、灵活、高效!
You can’t perform that action at this time.
0 commit comments