sijunhe commited on
Commit
375737c
1 Parent(s): 7ca3209

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -2
README.md CHANGED
@@ -1,6 +1,9 @@
1
  ---
2
  license: apache-2.0
3
  library_name: paddlenlp
 
 
 
4
  ---
5
 
6
  [![paddlenlp-banner](https://user-images.githubusercontent.com/1371212/175816733-8ec25eb0-9af3-4380-9218-27c154518258.png)](https://github.com/PaddlePaddle/PaddleNLP)
@@ -15,6 +18,8 @@ UIE Paper: https://arxiv.org/abs/2203.12277
15
 
16
  PaddleNLP released UIE model series for Information Extraction of texts and multi-modal documents which use the ERNIE 3.0 models as the pre-trained language models and were finetuned on a large amount of information extraction data.
17
 
 
 
18
  ## Available Models
19
 
20
  | Model Name | Usage Scenarios | Supporting Tasks |
@@ -55,5 +60,4 @@ We experimented on the zero-shot performance of UIE-X on the in-house multi-moda
55
 
56
  The general test set contains complex samples from different fields and is the most difficult task.
57
 
58
- > Detailed Info: https://github.com/PaddlePaddle/PaddleNLP/blob/develop/applications/information_extraction/README_en.md
59
-
 
1
  ---
2
  license: apache-2.0
3
  library_name: paddlenlp
4
+ language:
5
+ - en
6
+ - zh
7
  ---
8
 
9
  [![paddlenlp-banner](https://user-images.githubusercontent.com/1371212/175816733-8ec25eb0-9af3-4380-9218-27c154518258.png)](https://github.com/PaddlePaddle/PaddleNLP)
 
18
 
19
  PaddleNLP released UIE model series for Information Extraction of texts and multi-modal documents which use the ERNIE 3.0 models as the pre-trained language models and were finetuned on a large amount of information extraction data.
20
 
21
+ [UIE-diagram](https://user-images.githubusercontent.com/40840292/167236006-66ed845d-21b8-4647-908b-e1c6e7613eb1.png)
22
+
23
  ## Available Models
24
 
25
  | Model Name | Usage Scenarios | Supporting Tasks |
 
60
 
61
  The general test set contains complex samples from different fields and is the most difficult task.
62
 
63
+ > Detailed Info: https://github.com/PaddlePaddle/PaddleNLP/blob/develop/applications/information_extraction/README_en.md