Skip to content

Commit 08e11fb

Browse files
authored
update readme for live class (PaddlePaddle#508)
1 parent 35a5d15 commit 08e11fb

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
## News <img src="./docs/imgs/news_icon.png" width="40"/>
1616

17-
* 《基于深度学习的自然语言处理》直播打卡课正在进行中🔥🔥🔥,快来打卡吧:[https://aistudio.baidu.com/aistudio/course/introduce/24177](https://aistudio.baidu.com/aistudio/course/introduce/24177)
17+
* [2021-06-07]《基于深度学习的自然语言处理》直播打卡课正在进行中🔥🔥🔥,快来打卡吧:[https://aistudio.baidu.com/aistudio/course/introduce/24177](https://aistudio.baidu.com/aistudio/course/introduce/24177)
1818
* [2021-06-04] 新增多粒度语言知识预训练模型[ERNIE-Gram](https://arxiv.org/abs/2010.12148),多项中文NLP任务取得SOTA成绩,获取2.0.2版本快速体验吧!
1919
* [2021-05-20] PaddleNLP 2.0正式版已发布!:tada:更多详细升级信息请查看[Release Note](https://github.com/PaddlePaddle/PaddleNLP/releases/tag/v2.0.0).
2020

README_en.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ English | [简体中文](./README.md)
1414

1515
## News <img src="./docs/imgs/news_icon.png" width="40"/>
1616

17+
* [2021-06-07] **NLP Live Class** from Baidu has started!🔥🔥🔥 Click [HERE](https://aistudio.baidu.com/aistudio/course/introduce/24177) to join us!
1718
* [2021-06-04] [ERNIE-Gram](https://arxiv.org/abs/2010.12148) pretrained model has been released! Install v2.0.2 to try it.
1819
* [2021-05-20] PaddleNLP 2.0 has been officially relealsed! :tada: For more information please refer to [Release Note](https://github.com/PaddlePaddle/PaddleNLP/releases/tag/v2.0.0).
1920

@@ -52,7 +53,7 @@ pip install --upgrade paddlenlp -i https://pypi.org/simple
5253

5354
### Transformer API: Powerful Pre-trained Model Ecosystem
5455

55-
We provide 15+ network architecture and 67 pretrained model parameters, not only including all the SOTA pretrained model like ERNIE, PLATO and SKEP released by Baidu, but also most of useful Chinese pretrained model developed by other organizations.
56+
We provide **15** network architecture and **67** pretrained models. Not only includes all the SOTA model like ERNIE, PLATO and SKEP released by Baidu, but also integrates most of high quality Chinese pretrained model developed by other organizations.
5657

5758
```python
5859
from paddlenlp.transformers import *
@@ -86,11 +87,9 @@ model = ErnieForTokenClassifiation.from_pretrained('ernie-1.0')
8687
model = ErnieForQuestionAnswering.from_pretrained('ernie-1.0')
8788
```
8889

89-
9090
For more pretrained model usage, please refer to [Transformer API](./docs/model_zoo/transformers.rst)
9191

9292

93-
9493
### Dataset API: Rich Dataset Integration and Quick Loading
9594

9695
```python

0 commit comments

Comments
 (0)