bwarner NohTow commited on
Commit
8949b90
·
verified ·
1 Parent(s): ae3cb1e

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

Browse files

- Set tokenizer "model_max_length" property to 8192 (9e1cd05c51ed0a9a9a94ac6e51ccb76ed6d6f3ae)


Co-authored-by: Antoine Chaffin <[email protected]>

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",