From 4c59e431deaddce4a3303067643daba2531c1d5b Mon Sep 17 00:00:00 2001
From: linjieccc <623543001@qq.com>
Date: Tue, 20 Sep 2022 06:32:55 +0000
Subject: [PATCH 1/7] Update README_en.md
---
README_en.md | 27 ++++++++++++++++++++++-----
1 file changed, 22 insertions(+), 5 deletions(-)
diff --git a/README_en.md b/README_en.md
index c8e74a7135cc..119f3ed7275f 100644
--- a/README_en.md
+++ b/README_en.md
@@ -29,11 +29,28 @@
**PaddleNLP** is an *easy-to-use* and *powerful* NLP library with **Awesome** pre-trained model zoo, supporting wide-range of NLP tasks from research to industrial applications.
## News 📢
-* 📝 2022.8.1 **PaddleNLP v2.3.5** Released!
- * Release the dialogic code generation model [**CodeGen**](./examples/code_generation/codegen), which can be easily used via [Taskflow](./docs/model_zoo/taskflow.md).
- * Release [**UIE en**](./model_zoo/uie), supports for multiple tasks in **open-domain** information extraction.
- * Release [**RGL**](./examples/few_shot/RGL), an independent research prompt-base tuning approach for few-shot learning, the paper is accepted by NAACL 2022.
-* 🍭 2022.6.29 **PaddleNLP v2.3.4** Released! Whole series of Chinese pretrained models [**ERNIE Tiny**](./model_zoo/ernie-3.0) are released to quickly improve deployment efficiency. We also provides smaller and faster models [**UIE Tiny**](./model_zoo/uie) for universal information extraction.
+* 🔥 **2022.9.6 [PaddleNLPv2.4](https://github.com/PaddlePaddle/PaddleNLP/releases/tag/v2.4.0) Released!**
+ * 💎 NLP Tool:**[Pipelines](./pipelines)** released. Support for fast construction of search engine and question answering systems, and is expandable to all kinds of NLP systems. Building end-to-end pipelines for NLP tasks like playing Lego!
+ * 💢 Industrial application:Release **[The whole process solution of text classification](./applications/text_classification)** covering various scenarios of text classification: multi-class, multi-label and hierarchical, it also supports for **few-shot learning** and the training and optimization of **TrustAI**. Upgrade for **universal information extraction(./model_zoo/uie)**, release **UIE-M**, support both Chinese and English extraction in one model; release the data distillation solution for UIE to break the bottleneck of time-consuming of inference.
+ * 🍭 AIGC: Release code generation SOTA model [**CodeGen**](./examples/code_generation/codegen), support for multiple programming languages code generation. Integrate [**Text to Image Model**](https://github.com/PaddlePaddle/PaddleNLP/blob/develop/docs/model_zoo/taskflow.md#%E6%96%87%E5%9B%BE%E7%94%9F%E6%88%90) DALL·E Mini, Disco Diffusion, Stable Diffusion, let's play and have some fun! Release [**Chinese Text Summarization Application**](./applications/text_summarization), first release of chinese text summarization model pretrained on a large scale of corpus, it can be use via Taskflow API and support for finetuning on your own data.
+ * 💪 Framework upgrade: Release [**Auto Model Compression API**], support for auto pruning and quantization, ; Release [**Few-shot Prompt**](./applications/text_classification/multi_class/few-shot), integrate the algorithms such as PET, P-Tuning and RGL.
+
+* 👀 **2022.9.6 PaddlePaddle intelligent financial industry series live course**
+
+ * 围绕深度学习技术在金融行业的产业实践与发展趋势,邀请行业内专家分享产业实践。探讨科技金融的未来发展;
+
+* 👀 **2022.9.6 飞桨智慧金融行业系列直播课**
+
+ * Centering on the industrial practice and development trend of deep learning technology in the financial industry, experts in the industry are invited to share the industrial practice. Discussion on the Future Development of Science and Technology Finance.
+
+ * Release the practical examples of industrial practice: Financial document information extraction based on UIE; FAQ question answering system based on Pipelines.
+
+ * **Live broadcast at 19:00 on Tuesdays and Thursdays from September 6th.**, scan the QR code to join the WeChat group and get the live link for free, discuss the experience with experts:
+
+
+
+
+
* 🔥 2022.5.16 PaddleNLP [v2.3](https://github.com/PaddlePaddle/PaddleNLP/releases/tag/v2.3.0) Released!🎉
* 💎 Release [**UIE** (Universal Information Extraction)](./model_zoo/uie) technique, single model supports multiple **open-domain** IE tasks. Super easy to use and finetune with few examples via [Taskflow](./docs/model_zoo/taskflow.md).
* 😊 Release [**ERNIE 3.0**](./model_zoo/ernie-3.0) light-weight model achieved better results compared to ERNIE 2.0 on [CLUE](https://www.cluebenchmarks.com/), also including **🗜️lossless model compression** and **⚙️end-to-end deployment**.
From 4842c3352476a83e9c0802bc71d2206960d9ef5c Mon Sep 17 00:00:00 2001
From: linjieccc <623543001@qq.com>
Date: Tue, 20 Sep 2022 06:34:12 +0000
Subject: [PATCH 2/7] Update README_en.md
---
README_en.md | 3 ---
1 file changed, 3 deletions(-)
diff --git a/README_en.md b/README_en.md
index 119f3ed7275f..39be890ae18f 100644
--- a/README_en.md
+++ b/README_en.md
@@ -35,9 +35,6 @@
* 🍭 AIGC: Release code generation SOTA model [**CodeGen**](./examples/code_generation/codegen), support for multiple programming languages code generation. Integrate [**Text to Image Model**](https://github.com/PaddlePaddle/PaddleNLP/blob/develop/docs/model_zoo/taskflow.md#%E6%96%87%E5%9B%BE%E7%94%9F%E6%88%90) DALL·E Mini, Disco Diffusion, Stable Diffusion, let's play and have some fun! Release [**Chinese Text Summarization Application**](./applications/text_summarization), first release of chinese text summarization model pretrained on a large scale of corpus, it can be use via Taskflow API and support for finetuning on your own data.
* 💪 Framework upgrade: Release [**Auto Model Compression API**], support for auto pruning and quantization, ; Release [**Few-shot Prompt**](./applications/text_classification/multi_class/few-shot), integrate the algorithms such as PET, P-Tuning and RGL.
-* 👀 **2022.9.6 PaddlePaddle intelligent financial industry series live course**
-
- * 围绕深度学习技术在金融行业的产业实践与发展趋势,邀请行业内专家分享产业实践。探讨科技金融的未来发展;
* 👀 **2022.9.6 飞桨智慧金融行业系列直播课**
From 2d7300a9dbb113b1052172793fba4d32d0ba9b80 Mon Sep 17 00:00:00 2001
From: linjieccc <623543001@qq.com>
Date: Tue, 20 Sep 2022 06:38:45 +0000
Subject: [PATCH 3/7] Update README_en.md
---
README_en.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/README_en.md b/README_en.md
index 39be890ae18f..75918e83f512 100644
--- a/README_en.md
+++ b/README_en.md
@@ -30,13 +30,13 @@
## News 📢
* 🔥 **2022.9.6 [PaddleNLPv2.4](https://github.com/PaddlePaddle/PaddleNLP/releases/tag/v2.4.0) Released!**
- * 💎 NLP Tool:**[Pipelines](./pipelines)** released. Support for fast construction of search engine and question answering systems, and is expandable to all kinds of NLP systems. Building end-to-end pipelines for NLP tasks like playing Lego!
- * 💢 Industrial application:Release **[The whole process solution of text classification](./applications/text_classification)** covering various scenarios of text classification: multi-class, multi-label and hierarchical, it also supports for **few-shot learning** and the training and optimization of **TrustAI**. Upgrade for **universal information extraction(./model_zoo/uie)**, release **UIE-M**, support both Chinese and English extraction in one model; release the data distillation solution for UIE to break the bottleneck of time-consuming of inference.
+ * 💎 NLP Tool:**[Pipelines](./pipelines)** released. Support for fast construction of search engine and question answering systems, and it is expandable to all kinds of NLP systems. Building end-to-end pipelines for NLP tasks like playing Lego!
+ * 💢 Industrial application:Release **[Complete solution of text classification](./applications/text_classification)** covering various scenarios of text classification: multi-class, multi-label and hierarchical, it also supports for **few-shot learning** and the training and optimization of **TrustAI**. Upgrade for [**universal information extraction](./model_zoo/uie)** and release **UIE-M**, support both Chinese and English information extraction in a single model; release the data distillation solution for UIE to break the bottleneck of time-consuming of inference.
* 🍭 AIGC: Release code generation SOTA model [**CodeGen**](./examples/code_generation/codegen), support for multiple programming languages code generation. Integrate [**Text to Image Model**](https://github.com/PaddlePaddle/PaddleNLP/blob/develop/docs/model_zoo/taskflow.md#%E6%96%87%E5%9B%BE%E7%94%9F%E6%88%90) DALL·E Mini, Disco Diffusion, Stable Diffusion, let's play and have some fun! Release [**Chinese Text Summarization Application**](./applications/text_summarization), first release of chinese text summarization model pretrained on a large scale of corpus, it can be use via Taskflow API and support for finetuning on your own data.
- * 💪 Framework upgrade: Release [**Auto Model Compression API**], support for auto pruning and quantization, ; Release [**Few-shot Prompt**](./applications/text_classification/multi_class/few-shot), integrate the algorithms such as PET, P-Tuning and RGL.
+ * 💪 Framework upgrade: Release [**Auto Model Compression API**], support for auto pruning and quantization, lower the barriers of model compression; Release [**Few-shot Prompt**](./applications/text_classification/multi_class/few-shot), integrate the algorithms such as PET, P-Tuning and RGL.
-* 👀 **2022.9.6 飞桨智慧金融行业系列直播课**
+* 👀 **2022.9.6 PaddlePaddle intelligent financial industry series live course**
* Centering on the industrial practice and development trend of deep learning technology in the financial industry, experts in the industry are invited to share the industrial practice. Discussion on the Future Development of Science and Technology Finance.
From 0056168d077f2d718103e7ffef7fcf4d74c9888f Mon Sep 17 00:00:00 2001
From: linjieccc <623543001@qq.com>
Date: Tue, 20 Sep 2022 06:42:03 +0000
Subject: [PATCH 4/7] Update README_en.md
---
README_en.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README_en.md b/README_en.md
index 75918e83f512..356d935090fb 100644
--- a/README_en.md
+++ b/README_en.md
@@ -30,10 +30,10 @@
## News 📢
* 🔥 **2022.9.6 [PaddleNLPv2.4](https://github.com/PaddlePaddle/PaddleNLP/releases/tag/v2.4.0) Released!**
- * 💎 NLP Tool:**[Pipelines](./pipelines)** released. Support for fast construction of search engine and question answering systems, and it is expandable to all kinds of NLP systems. Building end-to-end pipelines for NLP tasks like playing Lego!
+ * 💎 NLP Tool:**[Pipelines](./pipelines)** released. Supports for fast construction of search engine and question answering systems, and it is expandable to all kinds of NLP systems. Building end-to-end pipelines for NLP tasks like playing Lego!
* 💢 Industrial application:Release **[Complete solution of text classification](./applications/text_classification)** covering various scenarios of text classification: multi-class, multi-label and hierarchical, it also supports for **few-shot learning** and the training and optimization of **TrustAI**. Upgrade for [**universal information extraction](./model_zoo/uie)** and release **UIE-M**, support both Chinese and English information extraction in a single model; release the data distillation solution for UIE to break the bottleneck of time-consuming of inference.
- * 🍭 AIGC: Release code generation SOTA model [**CodeGen**](./examples/code_generation/codegen), support for multiple programming languages code generation. Integrate [**Text to Image Model**](https://github.com/PaddlePaddle/PaddleNLP/blob/develop/docs/model_zoo/taskflow.md#%E6%96%87%E5%9B%BE%E7%94%9F%E6%88%90) DALL·E Mini, Disco Diffusion, Stable Diffusion, let's play and have some fun! Release [**Chinese Text Summarization Application**](./applications/text_summarization), first release of chinese text summarization model pretrained on a large scale of corpus, it can be use via Taskflow API and support for finetuning on your own data.
- * 💪 Framework upgrade: Release [**Auto Model Compression API**], support for auto pruning and quantization, lower the barriers of model compression; Release [**Few-shot Prompt**](./applications/text_classification/multi_class/few-shot), integrate the algorithms such as PET, P-Tuning and RGL.
+ * 🍭 AIGC: Release code generation SOTA model [**CodeGen**](./examples/code_generation/codegen), supports for multiple programming languages code generation. Integrate [**Text to Image Model**](https://github.com/PaddlePaddle/PaddleNLP/blob/develop/docs/model_zoo/taskflow.md#%E6%96%87%E5%9B%BE%E7%94%9F%E6%88%90) DALL·E Mini, Disco Diffusion, Stable Diffusion, let's play and have some fun! Release [**Chinese Text Summarization Application**](./applications/text_summarization), first release of chinese text summarization model pretrained on a large scale of corpus, it can be use via Taskflow API and support for finetuning on your own data.
+ * 💪 Framework upgrade: Release [**Auto Model Compression API**](./docs/compression.md), supports for pruning and quantization automatically, lower the barriers of model compression; Release [**Few-shot Prompt**](./applications/text_classification/multi_class/few-shot), includes the algorithms such as PET, P-Tuning and RGL.
* 👀 **2022.9.6 PaddlePaddle intelligent financial industry series live course**
From 7db4eec0202a1e012d22f72896a72550b4a99600 Mon Sep 17 00:00:00 2001
From: linjieccc <623543001@qq.com>
Date: Tue, 20 Sep 2022 06:43:41 +0000
Subject: [PATCH 5/7] Update README_en.md
---
README_en.md | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/README_en.md b/README_en.md
index 356d935090fb..fc129e2be9be 100644
--- a/README_en.md
+++ b/README_en.md
@@ -30,9 +30,13 @@
## News 📢
* 🔥 **2022.9.6 [PaddleNLPv2.4](https://github.com/PaddlePaddle/PaddleNLP/releases/tag/v2.4.0) Released!**
+
* 💎 NLP Tool:**[Pipelines](./pipelines)** released. Supports for fast construction of search engine and question answering systems, and it is expandable to all kinds of NLP systems. Building end-to-end pipelines for NLP tasks like playing Lego!
+
* 💢 Industrial application:Release **[Complete solution of text classification](./applications/text_classification)** covering various scenarios of text classification: multi-class, multi-label and hierarchical, it also supports for **few-shot learning** and the training and optimization of **TrustAI**. Upgrade for [**universal information extraction](./model_zoo/uie)** and release **UIE-M**, support both Chinese and English information extraction in a single model; release the data distillation solution for UIE to break the bottleneck of time-consuming of inference.
+
* 🍭 AIGC: Release code generation SOTA model [**CodeGen**](./examples/code_generation/codegen), supports for multiple programming languages code generation. Integrate [**Text to Image Model**](https://github.com/PaddlePaddle/PaddleNLP/blob/develop/docs/model_zoo/taskflow.md#%E6%96%87%E5%9B%BE%E7%94%9F%E6%88%90) DALL·E Mini, Disco Diffusion, Stable Diffusion, let's play and have some fun! Release [**Chinese Text Summarization Application**](./applications/text_summarization), first release of chinese text summarization model pretrained on a large scale of corpus, it can be use via Taskflow API and support for finetuning on your own data.
+
* 💪 Framework upgrade: Release [**Auto Model Compression API**](./docs/compression.md), supports for pruning and quantization automatically, lower the barriers of model compression; Release [**Few-shot Prompt**](./applications/text_classification/multi_class/few-shot), includes the algorithms such as PET, P-Tuning and RGL.
From 4cb5d28e4037bb18e111a6ede1fa535ac4a5a388 Mon Sep 17 00:00:00 2001
From: linjieccc <623543001@qq.com>
Date: Tue, 20 Sep 2022 06:44:46 +0000
Subject: [PATCH 6/7] Update README_en.md
---
README_en.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README_en.md b/README_en.md
index fc129e2be9be..8c6d5c4fe927 100644
--- a/README_en.md
+++ b/README_en.md
@@ -33,7 +33,7 @@
* 💎 NLP Tool:**[Pipelines](./pipelines)** released. Supports for fast construction of search engine and question answering systems, and it is expandable to all kinds of NLP systems. Building end-to-end pipelines for NLP tasks like playing Lego!
- * 💢 Industrial application:Release **[Complete solution of text classification](./applications/text_classification)** covering various scenarios of text classification: multi-class, multi-label and hierarchical, it also supports for **few-shot learning** and the training and optimization of **TrustAI**. Upgrade for [**universal information extraction](./model_zoo/uie)** and release **UIE-M**, support both Chinese and English information extraction in a single model; release the data distillation solution for UIE to break the bottleneck of time-consuming of inference.
+ * 💢 Industrial application:Release **[Complete Solution of Text Classification](./applications/text_classification)** covering various scenarios of text classification: multi-class, multi-label and hierarchical, it also supports for **few-shot learning** and the training and optimization of **TrustAI**. Upgrade for [**Universal Information Extraction**](./model_zoo/uie)** and release **UIE-M**, support both Chinese and English information extraction in a single model; release the data distillation solution for UIE to break the bottleneck of time-consuming of inference.
* 🍭 AIGC: Release code generation SOTA model [**CodeGen**](./examples/code_generation/codegen), supports for multiple programming languages code generation. Integrate [**Text to Image Model**](https://github.com/PaddlePaddle/PaddleNLP/blob/develop/docs/model_zoo/taskflow.md#%E6%96%87%E5%9B%BE%E7%94%9F%E6%88%90) DALL·E Mini, Disco Diffusion, Stable Diffusion, let's play and have some fun! Release [**Chinese Text Summarization Application**](./applications/text_summarization), first release of chinese text summarization model pretrained on a large scale of corpus, it can be use via Taskflow API and support for finetuning on your own data.
From abf2f8ee938f5b1bc4aacf29742152d7a1c25f53 Mon Sep 17 00:00:00 2001
From: linjieccc <623543001@qq.com>
Date: Tue, 20 Sep 2022 06:45:17 +0000
Subject: [PATCH 7/7] Update README_en.md
---
README_en.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README_en.md b/README_en.md
index 8c6d5c4fe927..ccd11df8c41d 100644
--- a/README_en.md
+++ b/README_en.md
@@ -33,7 +33,7 @@
* 💎 NLP Tool:**[Pipelines](./pipelines)** released. Supports for fast construction of search engine and question answering systems, and it is expandable to all kinds of NLP systems. Building end-to-end pipelines for NLP tasks like playing Lego!
- * 💢 Industrial application:Release **[Complete Solution of Text Classification](./applications/text_classification)** covering various scenarios of text classification: multi-class, multi-label and hierarchical, it also supports for **few-shot learning** and the training and optimization of **TrustAI**. Upgrade for [**Universal Information Extraction**](./model_zoo/uie)** and release **UIE-M**, support both Chinese and English information extraction in a single model; release the data distillation solution for UIE to break the bottleneck of time-consuming of inference.
+ * 💢 Industrial application:Release **[Complete Solution of Text Classification](./applications/text_classification)** covering various scenarios of text classification: multi-class, multi-label and hierarchical, it also supports for **few-shot learning** and the training and optimization of **TrustAI**. Upgrade for [**Universal Information Extraction**](./model_zoo/uie) and release **UIE-M**, support both Chinese and English information extraction in a single model; release the data distillation solution for UIE to break the bottleneck of time-consuming of inference.
* 🍭 AIGC: Release code generation SOTA model [**CodeGen**](./examples/code_generation/codegen), supports for multiple programming languages code generation. Integrate [**Text to Image Model**](https://github.com/PaddlePaddle/PaddleNLP/blob/develop/docs/model_zoo/taskflow.md#%E6%96%87%E5%9B%BE%E7%94%9F%E6%88%90) DALL·E Mini, Disco Diffusion, Stable Diffusion, let's play and have some fun! Release [**Chinese Text Summarization Application**](./applications/text_summarization), first release of chinese text summarization model pretrained on a large scale of corpus, it can be use via Taskflow API and support for finetuning on your own data.