Norm commited on
Commit
7d74e58
1 Parent(s): 9aea3fa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
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**