Skip to content

Commit da68bd4

Browse files
committed
Update README
1 parent acf3832 commit da68bd4

File tree

2 files changed

+17
-14
lines changed

2 files changed

+17
-14
lines changed

README_cn.md

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@
3838
</div>
3939

4040
* 🔥 2022.5.16 [**PaddleNLP v2.3**](https://github.com/PaddlePaddle/PaddleNLP/releases/tag/v2.3.0)全新发布!🎉
41-
* 💎 通用信息抽取技术[**UIE**](./model_zoo/uie)发布,单个模型可以同时支持命名实体识别、关系抽取、事件抽取、情感分析等任务
42-
* 😊 开源文心大模型[**ERNIE 3.0**](./model_zoo/ernie-3.0)轻量级模型,在CLUE上实现同规模结构效果最佳,并提供 **🗜️无损压缩****⚙️全场景部署**方案。
43-
* 🏥 新增中文医疗领域预训练模型[**ERNIE-Health**](./model_zoo/ernie-health),CBLUE中文医疗信息处理评测冠军模型。
44-
* 💬 新增大规模百亿开放域对话预训练模型[**PLATO-XL (11B)**](https://github.com/PaddlePaddle/PaddleNLP/tree/develop/model_zoo/plato-xl)并提供**FasterGeneration**高性能GPU并行推理加速
41+
* 💎 发布通用信息抽取技术[**UIE**](./model_zoo/uie),单模型支持实体识别、关系和事件抽取、情感分析等多种开放域信息抽取任务,不限领域和抽取目标,支持**一键抽取**与全流程**小样本**高效定制开发
42+
* 😊 发布文心大模型[**ERNIE 3.0**](./model_zoo/ernie-3.0)轻量级模型,在CLUE上实现同规模结构效果最佳,并提供**🗜️无损压缩****⚙️全场景部署**方案。
43+
* 🏥 发布中文医疗领域预训练模型[**ERNIE-Health**](./model_zoo/ernie-health),CBLUE中文医疗信息处理评测冠军模型。
44+
* 💬 发布大规模百亿开放域对话预训练模型[**PLATO-XL**](https://github.com/PaddlePaddle/PaddleNLP/tree/develop/model_zoo/plato-xl)配合**FasterGeneration**快速实现高性能GPU并行推理加速
4545

46-
* 2022.12.12 **PaddleNLP v2.2**发布!新增开箱即用的NLP能力[Taskflow](./docs/model_zoo/taskflow.md)!配套语义检索、智能问答、评论观点抽取[产业案例](./applications),快速搭建端到端NLP系统!配套视频课程[直通车](https://aistudio.baidu.com/aistudio/course/introduce/24902)
46+
* 📬 2022.12.12 **PaddleNLP v2.2**发布!新增开箱即用的NLP能力[Taskflow](./docs/model_zoo/taskflow.md)!配套语义检索、智能问答、评论观点抽取[产业案例](./applications),快速搭建端到端NLP系统!配套视频课程[直通车](https://aistudio.baidu.com/aistudio/course/introduce/24902)
4747

4848
## 特性
4949

@@ -58,7 +58,7 @@
5858

5959
### 开箱即用的NLP工具集
6060

61-
Taskflow提供丰富的 **📦开箱即用**的产业级NLP预置模型,覆盖自然语言理解与生成两大场景,提供 **💪产业级的效果****⚡️极致的推理性能**
61+
Taskflow提供丰富的**📦开箱即用**的产业级NLP预置模型,覆盖自然语言理解与生成两大场景,提供**💪产业级的效果****⚡️极致的推理性能**
6262

6363
![taskflow1](https://user-images.githubusercontent.com/11793384/159693816-fda35221-9751-43bb-b05c-7fc77571dd76.gif)
6464

@@ -101,7 +101,7 @@ model = AutoModelForTokenClassification.from_pretrained('ernie-3.0-medium-zh')
101101
model = AutoModelForQuestionAnswering.from_pretrained('ernie-3.0-medium-zh')
102102
```
103103

104-
#### 全场景覆盖的应用示例
104+
#### 💯 全场景覆盖的应用示例
105105

106106
覆盖从学术到产业的NLP应用示例,涵盖NLP基础技术、NLP系统应用以及拓展应用。全面基于飞桨核心框架2.0全新API体系开发,为开发者提供飞桨文本领域的最佳实践。
107107

@@ -194,7 +194,7 @@ PaddleNLP针对信息抽取、语义检索、智能问答、情感分析等高
194194

195195
#### 🎙️ 智能语音指令解析
196196

197-
集成了业界领先的语音识别(Automatic Speech Recognition, ASR)、信息抽取(Information Extraction, IE)等技术,打造智能一体化的语音指令系统,广泛应用于智能语音填单、智能语音交互、智能语音检索、手机APP语音唤醒等场景,提高人机交互效率。
197+
集成了[PaddleSpeech](https://github.com/PaddlePaddle/PaddleSpeech)[百度开放平台](https://ai.baidu.com/)的的语音识别和[UIE]通用信息抽取等技术,打造智能一体化的语音指令解析系统范例,该方案可应用于智能语音填单、智能语音交互、智能语音检索等场景,提高人机交互效率。
198198

199199
<div align="center">
200200
<img src="https://user-images.githubusercontent.com/16698950/168589100-a6c6f346-97bb-47b2-ac26-8d50e71fddc5.png" width="400">
@@ -281,15 +281,18 @@ PaddleNLP提供[一键预测功能](./docs/model_zoo/taskflow.md),无需训练
281281

282282
如果对一键预测效果不满意,也可以使用少量数据进行模型微调,进一步提升模型在特定场景的效果,详见[UIE小样本定制训练](./model_zoo/uie/)
283283

284-
更多内容可参考:[精选模型库](./model_zoo)[NLP多场景示例](./examples)[PaddleNLP on AI Studio](https://aistudio.baidu.com/aistudio/personalcenter/thirdview/574995)
284+
更多内容可参考:
285+
- [精选模型库](./model_zoo),包含优质预训练模型的端到端全流程使用。
286+
- [多场景示例](./examples),了解如何使用PaddleNLP解决NLP多种技术问题,包含基础技术、系统应用与拓展应用。
287+
- [NoteBook教程](https://aistudio.baidu.com/aistudio/personalcenter/thirdview/574995),在**🆓FREE**算力平台AI Studio上快速学习PaddleNLP。
285288

286289

287290
## API文档
288291

289292
PaddleNLP提供全流程的文本领域API,可大幅提升NLP任务建模的效率:
290293

291-
- 支持丰富中文数据集加载的[Dataset API](https://paddlenlp.readthedocs.io/zh/latest/data_prepare/dataset_list.html)
292-
- 提供500+预训练模型的[Transformers API](https://paddlenlp.readthedocs.io/zh/latest/model_zoo/index.html)
294+
- 支持[千言](https://www.luge.ai)等丰富中文数据集加载的[Dataset API](https://paddlenlp.readthedocs.io/zh/latest/data_prepare/dataset_list.html)
295+
- 提供🤗Hugging Face Style的API,支持**500+**优质预训练模型加载的[Transformers API](https://paddlenlp.readthedocs.io/zh/latest/model_zoo/index.html)
293296
- 提供30+多语言词向量的[Embedding API](https://paddlenlp.readthedocs.io/zh/latest/model_zoo/embeddings.html)
294297

295298
更多使用方法请参考[API文档](https://paddlenlp.readthedocs.io/zh/latest/)

README_en.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
## News 📢
3232

33-
* 🔥 2021.5.18-19 We will introduce **UIE** (Universal Information Extraction) and **ERNIE 3.0** light-weight model on [bilibili](https://space.bilibili.com/476867757). Welcome to join us!
33+
* 🔥 2022.5.18-19 We will introduce **UIE** (Universal Information Extraction) and **ERNIE 3.0** light-weight model on [bilibili](https://space.bilibili.com/476867757). Welcome to join us!
3434

3535
<div align="center">
3636
<img src="https://user-images.githubusercontent.com/11793384/168411900-d9f3d777-99ab-4b5c-8cdc-ef747a48b864.jpg" width="150" height="150" />
@@ -194,7 +194,7 @@ For more details please refer to [Sentiment Analysis](./applications/sentiment_a
194194

195195
#### 🎙️ Speech Command Analysis
196196

197-
Integrated ASR Model, Information Extraction, we provide a speech command analysis pipeline that show how to use PaddleNLP and PaddleSpeech to solve Speech + NLP real scenarios.
197+
Integrated ASR Model, Information Extraction, we provide a speech command analysis pipeline that show how to use PaddleNLP and [PaddleSpeech](https://github.com/PaddlePaddle/PaddleSpeech) to solve Speech + NLP real scenarios.
198198

199199
<div align="center">
200200
<img src="https://user-images.githubusercontent.com/11793384/168412618-04897a47-79c9-4fe7-a054-5dc1f6a1f75c.png" width="500">
@@ -293,7 +293,7 @@ senta("这个产品用起来真的很流畅,我非常喜欢")
293293

294294
## API Reference
295295

296-
- Support [luge.ai](https://www.luge.ai/) dataset loading and compatible with Hugging Face [Datasets](https://huggingface.co/datasets). For more details please refer to [Dataset API](https://paddlenlp.readthedocs.io/zh/latest/data_prepare/dataset_list.html).
296+
- Support [LUGE](https://www.luge.ai/) dataset loading and compatible with Hugging Face [Datasets](https://huggingface.co/datasets). For more details please refer to [Dataset API](https://paddlenlp.readthedocs.io/zh/latest/data_prepare/dataset_list.html).
297297
- Using Hugging Face style API to load 500+ selected transformer models and download with fast speed. For more information please refer to [Transformers API](https://paddlenlp.readthedocs.io/zh/latest/model_zoo/index.html).
298298
- One-line of code to load pre-trained word embedding. For more usage please refer to [Embedding API](https://paddlenlp.readthedocs.io/zh/latest/model_zoo/embeddings.html).
299299

0 commit comments

Comments
 (0)