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-12-12] PaddleNLP 2.2 has been officially relealsed! :tada: For more information please refer to [Release Note](https://github.com/PaddlePaddle/PaddleNLP/releases/tag/v2.2.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).
16
+
*[2021-12-12] PaddleNLP v2.2 has been officially relealsed! :tada: For more information please refer to [Release Note](https://github.com/PaddlePaddle/PaddleNLP/releases/tag/v2.2.0).
17
+
*[2021-12-12]*End-to-end Question Answering Toolkit**🚀[RocketQA](https://github.com/PaddlePaddle/RocketQA) has been released!:tada:
18
18
19
19
## Introduction
20
20
21
-
**PaddleNLP** is a powerful NLP library with **Awesome** pre-trained Transformer models and easy-to-use interface, supporting wide-range of NLP tasks from research to industrial applications.
21
+
**PaddleNLP** is an **easy-to-use** and **high performance**NLP library with **awesome** pre-trained Transformer models, supporting wide-range of NLP tasks from research to industrial applications.
22
22
23
23
24
24
***Easy-to-Use API**
@@ -222,6 +222,18 @@ Join our QQ Technical Group for technical exchange right now! ⬇️
222
222
223
223
For more details about our release, please refer to [ChangeLog](./docs/changelog.md)
224
224
225
+
## Citation
226
+
227
+
If you find PaddleNLP useful in your research, please consider cite
228
+
```
229
+
@misc{=paddlenlp,
230
+
title={An Easy-to-use and High Performance NLP Library based on PaddlePaddle},
We have borrowed from Hugging Face's [Transformer](https://github.com/huggingface/transformers)🤗 excellent design on pretrained models usage, and we would like to express our gratitude to the authors of Hugging Face and its open source community.
0 commit comments