Update tokenizer_config.json

This commit is contained in:
Patrick von Platen 2021-02-11 09:08:09 +00:00 committed by huggingface-web
parent 432206f56c
commit 71ed25fdc4
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
{"unk_token": "<unk>", "bos_token": "<s>", "eos_token": "</s>", "pad_token": "<pad>", "do_lower_case": false}
{"unk_token": "<unk>", "bos_token": "<s>", "eos_token": "</s>", "pad_token": "<pad>", "do_lower_case": false, "return_attention_mask": true, "do_normalize": true}