Norm commited on
Commit
5712a5a
·
1 Parent(s): da58522

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -4
README.md CHANGED
@@ -5,11 +5,8 @@ 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
- The model is translated from
9
 
10
- ```Taskflow("document_intelligence", lang="cn")```
11
-
12
- of PaddlePaddle.
13
 
14
  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 translate all state dicts of ERNIE-pretrained models for PaddlePaddle into Pytorch style. Feel free to edit it if necessary.
15
 
 
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 [PaddlePaddle version](https://huggingface.co/PaddlePaddle/ernie-layoutx-base-uncased).
9
 
 
 
 
10
 
11
  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 translate all state dicts of ERNIE-pretrained models for PaddlePaddle into Pytorch style. Feel free to edit it if necessary.
12