Skip to content

Commit

Permalink
Merge pull request huggingface#32 from SaulLu/modeling_markuplm_fix_s…
Browse files Browse the repository at this point in the history
…ave_pretrained

fix save_pretrained test
  • Loading branch information
NielsRogge authored Jan 11, 2022
2 parents 4aa70ba + 5dda241 commit 397e515
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 397e515

Please sign in to comment.