Skip to content

Commit acf3832

Browse files
committed
Update README
1 parent e0b74d1 commit acf3832

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

README_cn.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
简体中文 | [English](./README_en.md)
1+
**简体中文**🀄 | [English🌎](./README_en.md)
22

33
<p align="center">
44
<img src="./docs/imgs/paddlenlp.png" align="middle" width="500" />
@@ -27,9 +27,9 @@
2727
<a href=#社区交流> 社区交流 </a>
2828
</h4>
2929

30-
**PaddleNLP**是一款简单易用且功能强大的自然语言处理开发库。聚合业界**优质预训练模型**并提供**开箱即用**的开发体验,覆盖NLP多场景的模型库搭配**产业实践范例**可满足开发者灵活定制的需求
30+
**PaddleNLP**是一款*简单易用**功能强大*的自然语言处理开发库。聚合业界**优质预训练模型**并提供**开箱即用**的开发体验,覆盖NLP多场景的模型库搭配**产业实践范例**可满足开发者**灵活定制**的需求
3131

32-
## News <img src="./docs/imgs/news_icon.png" width="40"/>
32+
## News 📢
3333

3434
* 🔥 2022.5.18-19 B站[飞桨直播课](https://space.bilibili.com/476867757),解读通用信息抽取技术**UIE****ERNIE 3.0**轻量级模型能力,欢迎报名来交流。
3535

@@ -68,7 +68,7 @@ Taskflow提供丰富的 **📦开箱即用**的产业级NLP预置模型,覆盖
6868

6969
#### 🀄 业界最全的中文预训练模型
7070

71-
精选 45+ 个网络结构和 500+ 个预训练模型参数,涵盖业界最全的中文预训练模型既包括文心NLP大模型的ERNIE、PLATO等,也覆盖BERT、GPT、RoBERTa、T5等主流结构。通过AutoModel API一键⚡高速下载⚡。
71+
精选 45+ 个网络结构和 500+ 个预训练模型参数,涵盖业界最全的中文预训练模型既包括文心NLP大模型的ERNIE、PLATO等,也覆盖BERT、GPT、RoBERTa、T5等主流结构。通过`AutoModel` API一键⚡**高速下载**⚡。
7272

7373
```python
7474
from paddlenlp.transformers import *
@@ -107,7 +107,7 @@ model = AutoModelForQuestionAnswering.from_pretrained('ernie-3.0-medium-zh')
107107

108108
精选预训练模型示例可参考[Model Zoo](./model_zoo),更多场景示例文档可参考[examples目录](./examples)。更有免费算力支持的[AI Studio](https://aistudio.baidu.com)平台的[Notbook交互式教程](https://aistudio.baidu.com/aistudio/personalcenter/thirdview/574995)提供实践。
109109

110-
<details><summary> PaddleNLP预训练模型适用任务汇总(**点击展开详情**)</summary><div>
110+
<details><summary> PaddleNLP预训练模型适用任务汇总(<b>点击展开详情</b>)</summary><div>
111111

112112
| Model | Sequence Classification | Token Classification | Question Answering | Text Generation | Multiple Choice |
113113
| :----------------- | ----------------------- | -------------------- | ------------------ | --------------- | --------------- |

README_en.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[简体中文](./README_cn.md) | English
1+
[简体中文🀄](./README_cn.md) | **English**🌎
22

33
<p align="center">
44
<img src="./docs/imgs/paddlenlp.png" align="middle" width="500" />
@@ -26,9 +26,9 @@
2626
<a href=#community> Community </a>
2727
</h4>
2828

29-
**PaddleNLP** is an easy-to-use and powerful NLP library with **Awesome** pre-trained model zoo, supporting wide-range of NLP tasks from research to industrial applications.
29+
**PaddleNLP** is an *easy-to-use* and *powerful* NLP library with **Awesome** pre-trained model zoo, supporting wide-range of NLP tasks from research to industrial applications.
3030

31-
## News <img src="./docs/imgs/news_icon.png" width="40"/>
31+
## News 📢
3232

3333
* 🔥 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!
3434

@@ -104,7 +104,7 @@ PaddleNLP provides rich examples covering mainstream NLP task to help developers
104104

105105
Also you can run our interactive [Notebook tutorial](https://aistudio.baidu.com/aistudio/personalcenter/thirdview/574995) on AI Studio, a powerful platform with **FREE** computing resource.
106106

107-
<details><summary> PaddleNLP Transformer model summary, (**click to show the table**) </summary><div>
107+
<details><summary> PaddleNLP Transformer model summary (<b>click to show details</b>) </summary><div>
108108

109109
| Model | Sequence Classification | Token Classification | Question Answering | Text Generation | Multiple Choice |
110110
| :----------------- | ----------------------- | -------------------- | ------------------ | --------------- | --------------- |

docs/imgs/news_icon.png

-116 KB
Binary file not shown.

0 commit comments

Comments
 (0)