diff --git a/PaddleNLP/README.md b/PaddleNLP/README.md index 1b39c92d800fe1f1c239f0a083bd90b2b6b002db..4a6039e0f2c47a378fb4edb83ebd41f681f6399d 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)