Update README.md
Browse files
README.md
CHANGED
@@ -5,7 +5,9 @@ license: afl-3.0
|
|
5 |
# ERNIE-Layout_Pytorch
|
6 |
|
7 |
[This repo](https://github.com/NormXU/ERNIE-Layout-Pytorch) is an unofficial Pytorch implementation of [ERNIE-Layout](http://arxiv.org/abs/2210.06155) which is originally released through PaddleNLP.
|
|
|
8 |
|
|
|
9 |
|
10 |
**A Quick Example**
|
11 |
```python
|
|
|
5 |
# ERNIE-Layout_Pytorch
|
6 |
|
7 |
[This repo](https://github.com/NormXU/ERNIE-Layout-Pytorch) is an unofficial Pytorch implementation of [ERNIE-Layout](http://arxiv.org/abs/2210.06155) which is originally released through PaddleNLP.
|
8 |
+
The model is translated from Taskflow("document_intelligence", lang="cn") of PaddlePaddle.
|
9 |
|
10 |
+
If you are looking for ERNIE-layout in English, please use [tools/convert2torch.py](https://github.com/NormXU/ERNIE-Layout-Pytorch/blob/main/tools/convert2torch.py). It is a converting script to convert all state dicts of pretrained models for PaddlePaddle into Pytorch style. Feel free to edit it if necessary.
|
11 |
|
12 |
**A Quick Example**
|
13 |
```python
|