Closed
Description
New Features
PPDiffusers
UIE
- UIE Taskflow支持从HF Hub加载
TextClassification
- 文本分类Taskflow支持多标签预测 Support multi-label setup in Text Classification Taskflow #3968
Sentiment Analysis
- 情感分析:Add unified sentiment analysis based on UIE. #3694
- 提供uie-senta系列训练模型,支持语句情感分类,属性抽取,观点抽取等常用情感分析能力
- 支持从输入数据到情感分析结果可视化,助力业务数据分析
- 定制情感分析能力,解决同义属性聚合、隐性观点抽取难题
Prompt
Compression API
Neural Search
FastTokenizer
- 修复FastTokenizer BertNormalizer json实例化bug
Bug Fix
- 修复AutoModel加载legacy config和standard config的问题 [HF] make AutoModel compatible with standard config and legacy config #4083
Others
- Ernie/ErnieM/ErnieLayout/Bart/MBart/Unified_Transformer/Unimo/CodeGen 等模型迁移使用PretrainedConfig Ernie Pretrained Config #4118 add inputs_embeds to Bart/MBart/Unified_Transformer/Unimo/CodeGen #3769 [ModelZoo] Refactor ERNIE-Layout Usage and add unittest #4170
- 撰写贡献指南contributing.md Create CONTRIBUTING.md #4160