Sebastian commited on
Commit
5b66c60
1 Parent(s): cf83ca2

Adding model_max_length to the tokenizer config

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +1 -1
tokenizer_config.json CHANGED
@@ -1 +1 @@
1
- {"do_lower_case": false, "bos_token": "[CLS]", "eos_token": "[SEP]", "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "split_by_punct": false, "vocab_type": "spm", "special_tokens_map_file": null, "name_or_path": "checkpoint_deberta_large", "sp_model_kwargs": {}, "tokenizer_class": "DebertaV2Tokenizer"}
1
+ {"do_lower_case": false, "model_max_length": 512, "bos_token": "[CLS]", "eos_token": "[SEP]", "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "split_by_punct": false, "vocab_type": "spm", "special_tokens_map_file": null, "name_or_path": "checkpoint_deberta_large", "sp_model_kwargs": {}, "tokenizer_class": "DebertaV2Tokenizer"}