Skip to content

PaddleNLP v2.5.2

Compare
Choose a tag to compare
@sijunhe sijunhe released this 07 Mar 08:43
· 1665 commits to develop since this release
e40e40b

New Features

PPDiffusers

  • 新增基于FastDeploy的CycleDiffusionPipeline和动态图版CycleDiffusionPipeline、增加动态图版的Gradio调用界面 #4945 #4830
  • 更新LoRA,支持自定义lora_rank #4894 #4925
  • 新增ControlNet、支持推理与训练 #5009 #5090
  • 升级community目录下clip_guided_stable_diffusion, interpolate_stable_diffusion, lpw_stable_diffusion, stable_diffusion_mega #4920 #4947

AutoNLP

  • autonlp文本分类支持使用taskflow进行推理部署 #4896
  • 支持文本分类模型finetune和prompt tune训练--评估-压缩-推理全流程#4967 #4963
  • 支持visualdl和训练日志分发到每个trial #4990 #5021

基础底座

  • 完成MegatronBERT, MobileBert, Reformer, Roformerv2, skep的transformers模型升级
  • 新增14个BART中文模型 #4636
  • 新增3个文本摘要Taskflow中文模型 #4933

FastGeneration

  • 新增CodeGen-16B的示例 #4895
  • BART FastGeneration新增FusedAttention优化 #5111

Bug Fix

  • 修复BART FastGeneration推理结果不正确的问题 #5111
  • 修复UIE-M系列模型zero-shot抽取问题 #5108
  • 修复DocParser图片读取及PDF缩放问题 #4975
  • 修复CLIP和ChineseCLIP中的project dim,确保text_config与vision_config与之前一致 #5074
  • 修复Trainer在Sharding Stage3时,GroupNorm与框架PyLayer API的Bug #4930