Update README.md
Browse files
README.md
CHANGED
@@ -8,6 +8,7 @@ This is an unofficial Pytorch implementation of [ERNIE-Layout](http://arxiv.org/
|
|
8 |
|
9 |
|
10 |
**Get Ready**
|
|
|
11 |
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
|
12 |
|
13 |
**A Quick Example**
|
|
|
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**
|