You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[2021-06-07]**NLP Live Course** from Baidu has started!🔥🔥🔥 Click [HERE](https://aistudio.baidu.com/aistudio/course/introduce/24177) to join us!
18
-
*[2021-06-04][ERNIE-Gram](https://arxiv.org/abs/2010.12148) pretrained model has been released! Install v2.0.2 to try it.
19
-
*[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).
17
+
*[2021-10-12] PaddleNLP 2.1 has been officially relealsed! :tada: For more information please refer to [Release Note](https://github.com/PaddlePaddle/PaddleNLP/releases/tag/v2.1.0).
20
18
21
19
## Introduction
22
20
@@ -41,17 +39,52 @@ English | [简体中文](./README.md)
41
39
42
40
More information about PaddlePaddle installation please refer to [PaddlePaddle's Website](https://www.paddlepaddle.org.cn/install/quick?docurl=/documentation/docs/zh/install/conda/linux-conda.html).
Taskflow aims to provide **off-the-shelf** NLP pre-built task covering NLU and NLG scenario, in the meanwhile with extreamly fast infernece satisfying industrial applications.
For more usage please refer to [Taskflow Docs](./docs/model_zoo/taskflow.md)
84
+
52
85
### Transformer API: Awesome Pre-trained Model Ecosystem
53
86
54
-
We provide **15** network architectures and **67** pretrained models. Not only includes all the SOTA model like ERNIE, PLATO and SKEP released by Baidu, but also integrates most of the high quality Chinese pretrained model developed by other organizations. We also welcome developer to contribute your Transformer models! 🤗
87
+
We provide **22** network architectures and over **90** pretrained models. Not only includes all the SOTA model like ERNIE, PLATO and SKEP released by Baidu, but also integrates most of the high quality Chinese pretrained model developed by other organizations. We welcome all developers to contribute your Transformer models to PaddleNLP! 🤗
55
88
56
89
```python
57
90
from paddlenlp.transformers import*
@@ -87,8 +120,7 @@ model = ErnieForQuestionAnswering.from_pretrained('ernie-1.0')
87
120
88
121
For more pretrained model usage, please refer to [Transformer API](./docs/model_zoo/transformers.rst)
89
122
90
-
91
-
### Dataset API: Rich Dataset Integration and Quick Loading
123
+
### Dataset API: Abundant Dataset Integration and Quick Loading
92
124
93
125
```python
94
126
from paddlenlp.datasets import load_dataset
@@ -124,36 +156,33 @@ Please find more API Reference from our [readthedocs](https://paddlenlp.readthed
124
156
125
157
## Wide-range NLP Task Support
126
158
127
-
PaddleNLP provide rich application examples covers mainstream NLP task to help developer accelerate problem solving.
159
+
PaddleNLP provides rich application examples covering mainstream NLP task to help developers accelerate problem solving.
128
160
129
-
### NLP Basic Task
161
+
### NLP Basic Technique
130
162
131
163
-[Word Embedding](./examples/word_embedding/)
132
164
-[Lexical Analysis](./examples/lexical_analysis/)
133
165
-[Language Model](./examples/language_model/)
134
166
-[Semantic Parsing (Text to SQL)](./examples/text_to_sql):star:
0 commit comments