Skip to content

Commit

Permalink
add "tokenizer_file" to VOCAB_FILES_NAMES in `tokenization_makupl…
Browse files Browse the repository at this point in the history
…m.py`
  • Loading branch information
SaulLu committed Jan 11, 2022
1 parent 4aa70ba commit 5dda241
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/transformers/models/markuplm/tokenization_markuplm.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
VOCAB_FILES_NAMES = {
"vocab_file": "vocab.json",
"merges_file": "merges.txt",
"tokenizer_file": "tokenizer.json"
}

PRETRAINED_VOCAB_FILES_MAP = {
Expand Down

0 comments on commit 5dda241

Please sign in to comment.