|
37 | 37 | </div>
|
38 | 38 |
|
39 | 39 | * 🔥 2022.5.16 PaddleNLP [v2.3](https://github.com/PaddlePaddle/PaddleNLP/releases/tag/v2.3.0) Released!🎉
|
40 |
| - * 🔥 Release [**UIE** (Universal Information Extraction)](./model_zoo/uie) technique, which single model can support *NER*, *Relation Extraction*, *Event Extraction* and *Sentiment Anlaysis* simultaneously. |
41 |
| - * 🔥 Release [**ERNIE 3.0**](./model_zoo/ernie-3.0) light-weight model which achieved better results compared to ERNIE 2.0 on [CLUE](https://www.cluebenchmarks.com/). |
| 40 | + * 💎 Release [**UIE** (Universal Information Extraction)](./model_zoo/uie) technique, which single model can support *NER*, *Relation Extraction*, *Event Extraction* and *Sentiment Analysis* simultaneously. |
| 41 | + * 😊 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**. |
42 | 42 | * 🏥 Release [**ERNIE-Health**](./model_zoo/ernie-health), a **SOTA** biomedical pretrained model on [CBLUE](https://github.com/CBLUEbenchmark/CBLUE).
|
43 | 43 | * 💬 Release [**PLATO-XL**](./model_zoo/plato-xl) with FasterGeneration, which can do fastest parallel inference with 11B model for open domain chatbot.
|
44 | 44 |
|
|
55 | 55 |
|
56 | 56 | ### Out-of-Box NLP Toolset
|
57 | 57 |
|
58 |
| -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. |
| 58 | +Taskflow aims to provide off-the-shelf NLP pre-built task covering NLU and NLG technique, in the meanwhile with extreamly fast infernece satisfying industrial scenario. |
59 | 59 |
|
60 | 60 | 
|
61 | 61 |
|
@@ -171,14 +171,14 @@ For more details please refer to [Neural Search](./applications/neural_search).
|
171 | 171 |
|
172 | 172 | #### ❓ Question Answering System
|
173 | 173 |
|
174 |
| -We provide question answering pipeline which can support FAQ system, Document-level Visual Question answering system based on [RocketQA](https://github.com/PaddlePaddle/RocketQA) technique. |
| 174 | +We provide question answering pipeline which can support FAQ system, Document-level Visual Question answering system based on [🚀RocketQA](https://github.com/PaddlePaddle/RocketQA). |
175 | 175 |
|
176 | 176 | <div align="center">
|
177 | 177 | <img src="https://user-images.githubusercontent.com/11793384/168514868-1babe981-c675-4f89-9168-dd0a3eede315.gif" width="400">
|
178 | 178 | </div>
|
179 | 179 |
|
180 | 180 |
|
181 |
| -For more details please refer to [Question Answering](./applications/question_answering). |
| 181 | +For more details please refer to [Question Answering](./applications/question_answering) and [Document VQA](./applications/doc_vqa). |
182 | 182 |
|
183 | 183 |
|
184 | 184 | #### 💌 Opinion Extraction and Sentiment Analysis
|
|
0 commit comments