From d8d367bedbbee43b2ed223bb73d4f6331123d03e Mon Sep 17 00:00:00 2001 From: Zeyu Chen Date: Thu, 17 Dec 2020 22:43:52 +0800 Subject: [PATCH] Update README.md --- PaddleNLP/README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/PaddleNLP/README.md b/PaddleNLP/README.md index 1b39c92d..4a6039e0 100644 --- a/PaddleNLP/README.md +++ b/PaddleNLP/README.md @@ -102,6 +102,8 @@ electra = ElectraModel.from_pretrained('chinese-electra-small') - [Transformer API](./docs/transformers.md) +- [Data API](./docs/data.md) + - [Dataset API](./docs/datasets.md) - [Embedding API](./docs/embeddings.md) @@ -115,10 +117,10 @@ electra = ElectraModel.from_pretrained('chinese-electra-small') # 可交互式Notebook教程 - [使用seq2vec模块进行句子情感分类](https://aistudio.baidu.com/aistudio/projectdetail/1283423) -- [如何将预训练模型Fine-tune下游任务](https://aistudio.baidu.com/aistudio/projectdetail/1294333) -- [使用Bi-GRU+CRF完成快递单信息抽取](https://aistudio.baidu.com/aistudio/projectdetail/1317771) +- [如何通过预训练模型Fine-tune下游任务](https://aistudio.baidu.com/aistudio/projectdetail/1294333) +- [使用BiGRU-CRF模型完成快递单信息抽取](https://aistudio.baidu.com/aistudio/projectdetail/1317771) - [使用预训练模型ERNIE优化快递单信息抽取](https://aistudio.baidu.com/aistudio/projectdetail/1329361) -- [使用Seq2Seq模型完成自动对联模型](https://aistudio.baidu.com/aistudio/projectdetail/1321118) +- [使用Seq2Seq模型完成自动对联](https://aistudio.baidu.com/aistudio/projectdetail/1321118) - [使用预训练模型ERNIE-GEN实现智能写诗](https://aistudio.baidu.com/aistudio/projectdetail/1339888) - [使用TCN网络完成新冠疫情病例数预测](https://aistudio.baidu.com/aistudio/projectdetail/1290873) -- GitLab