提交 4500f3fd 编写于 作者: Z Zeyu Chen

add api usage docs

上级 a2721553
...@@ -73,6 +73,14 @@ roberta = RobertaModel.from_pretrained('roberta-wwm-ext') ...@@ -73,6 +73,14 @@ roberta = RobertaModel.from_pretrained('roberta-wwm-ext')
For more pretrained model selection, please refer to [PretrainedModels](./paddlenlp/transformers/README.md) For more pretrained model selection, please refer to [PretrainedModels](./paddlenlp/transformers/README.md)
## API Usage
* Transformer API(./docs/transformers.md)
* Dataset API(./docs/datasets.md)
* Embedding API(./docs/embeddings.md)
* Metrics API(./docs/embeddings.md)
* Models API(./docs/models.md)
## Tutorials ## Tutorials
List our notebook tutorials based on AI Studio. List our notebook tutorials based on AI Studio.
...@@ -88,4 +96,4 @@ TBD ...@@ -88,4 +96,4 @@ TBD
## License ## License
PaddleNLP is provided under the [Apache-2.0 License](./LICENSE). PaddleNLP is provided under the [Apache-2.0 License](./LICENSE).
\ No newline at end of file
# PaddleNLP 中文README
# paddlenlp.datasets集成的API清单
以表格形式汇总,需要至少包含数据类型,数据介绍,数据API
# Embedding 模型汇总
包括中英文参数,表格形式汇总
# paddlenlp.metrics API汇总
# paddlenlp.models
高阶组网API说明,Ernie, SimNet, Senta
# 汇总paddlenlp.transformer下预训练模型
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册