bwarner NohTow commited on
Commit
45bb465
·
verified ·
1 Parent(s): d243e20

Set tokenizer "model_max_length" property to 8192 (#9)

Browse files

- Set tokenizer "model_max_length" property to 8192 (63bbcb45c87362a3f38c2c4489a6ffab82181cd2)


Co-authored-by: Antoine Chaffin <NohTow@users.noreply.huggingface.co>

Files changed (1) hide show
  1. tokenizer_config.json +1 -1
tokenizer_config.json CHANGED
@@ -932,7 +932,7 @@
932
  "clean_up_tokenization_spaces": true,
933
  "cls_token": "[CLS]",
934
  "mask_token": "[MASK]",
935
- "model_max_length": 1000000000000000019884624838656,
936
  "pad_token": "[PAD]",
937
  "sep_token": "[SEP]",
938
  "tokenizer_class": "PreTrainedTokenizerFast",
 
932
  "clean_up_tokenization_spaces": true,
933
  "cls_token": "[CLS]",
934
  "mask_token": "[MASK]",
935
+ "model_max_length": 8192,
936
  "pad_token": "[PAD]",
937
  "sep_token": "[SEP]",
938
  "tokenizer_class": "PreTrainedTokenizerFast",