Update README.md
Browse files
README.md
CHANGED
@@ -4,8 +4,7 @@ license: mit
|
|
4 |
|
5 |
# ERNIE-Layout_Pytorch
|
6 |
|
7 |
-
[This
|
8 |
-
The model is translated from [PaddlePaddle/ernie-layoutx-base-uncased](https://huggingface.co/PaddlePaddle/ernie-layoutx-base-uncased) with [tools/convert2torch.py](https://github.com/NormXU/ERNIE-Layout-Pytorch/blob/main/tools/convert2torch.py). It is a script to translate all state dicts of ERNIE-pretrained models for PaddlePaddle into Pytorch style. Feel free to edit it if necessary.
|
9 |
|
10 |
**A Quick Example**
|
11 |
```python
|
|
|
4 |
|
5 |
# ERNIE-Layout_Pytorch
|
6 |
|
7 |
+
[This repository](https://github.com/NormXU/ERNIE-Layout-Pytorch) contains an unofficial ERNIE-Layout implementations in Pytorch, originally released via [PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP). The model weight is converted from [PaddlePaddle/ernie-layoutx-base-uncased](https://huggingface.co/PaddlePaddle/ernie-layoutx-base-uncased) to PyTorch style with the [tools/convert2torch.py](https://github.com/NormXU/ERNIE-Layout-Pytorch/blob/main/tools/convert2torch.py) script. Feel free to edit it if necessary.
|
|
|
8 |
|
9 |
**A Quick Example**
|
10 |
```python
|