Update README.md
Browse files
README.md
CHANGED
@@ -7,10 +7,6 @@ license: afl-3.0
|
|
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 |
-
**Get Ready**
|
11 |
-
|
12 |
-
After downloading the model, you need to set ``sentencepiece_model_file`` and ``vocab_file`` in [tokenizer_config.json](https://huggingface.co/Norm/ERNIE-Layout-Pytorch/blob/main/tokenizer_config.json) to your own directory
|
13 |
-
|
14 |
**A Quick Example**
|
15 |
```python
|
16 |
from networks.modeling_erine_layout import ErnieLayoutConfig, ErnieLayoutForQuestionAnswering
|
|
|
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
|
12 |
from networks.modeling_erine_layout import ErnieLayoutConfig, ErnieLayoutForQuestionAnswering
|