PaddlePaddle / PaddleNLP

👑 Easy-to-use and powerful NLP and LLM library with 🤗 Awesome model zoo, supporting wide-range of NLP tasks from research to industrial applications, including 🗂Text Classification, 🔍 Neural Search, ❓ Question Answering, ℹ️ Information Extraction, 📄 Document Intelligence, 💌 Sentiment Analysis etc.
https://paddlenlp.readthedocs.io
Apache License 2.0
12.08k stars 2.93k forks source link

PaddleNLP v2.3rc Release Note Candidate #2031

Closed guoshengCS closed 2 years ago

guoshengCS commented 2 years ago

New Features

ERNIE 3.0

UIE

PLATO-XL

领域预训练模型

新增医疗领域预训练模型 ERNIE-Health

更多预训练模型

更多产业案例

Trainer API

General improvements and bugfixes

Breaking Changes

guoshengCS commented 2 years ago

New Features

ERNIE 3.0

UIE(Unified Information Extraction)

PLATO-XL

领域预训练模型

更多预训练模型

更多产业案例

Trainer API

Data API

General improvements and bugfixes

NOTE

Breaking Changes

guoshengCS commented 2 years ago

New Features

ERNIE 3.0

UIE(Unified Information Extraction)

PLATO-XL

领域预训练模型

更多预训练模型

Trainer API

新增 Trainer API,对常用的训练功能进行封装,提供了基本默认配置,模型训练更简便。 https://github.com/PaddlePaddle/PaddleNLP/pull/1761

Data API

General improvements and bugfixes

NOTE

Breaking Changes

ZeyuChen commented 2 years ago

@guoshengCS @wawltor @ZHUI @tianxin 请在我comment的地方直接编辑更新一版,并在此处提供准确新Feature使用入口。

ZeyuChen commented 2 years ago

New Features

通用信息抽取框架 UIE (Universal Information Extraction)

文心NLP大模型升级

更多预训练模型

Trainer API

Data API

General improvements and bugfix

Breaking Changes

New Contributors

Full Changelog: https://github.com/PaddlePaddle/PaddleNLP/compare/v2.2.6...v2.3.0