QCRI
/

shamz15531 commited on
Commit
fbcfee7
·
verified ·
1 Parent(s): 604f6e3

Update model_max_length in tokenizer config to 4096

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +1 -1
tokenizer_config.json CHANGED
@@ -1998,7 +1998,7 @@
1998
  "bos_token": "<bos>",
1999
  "clean_up_tokenization_spaces": false,
2000
  "eos_token": "<eos>",
2001
- "model_max_length": 1000000000000000019884624838656,
2002
  "pad_token": "<pad>",
2003
  "sp_model_kwargs": {},
2004
  "spaces_between_special_tokens": false,
 
1998
  "bos_token": "<bos>",
1999
  "clean_up_tokenization_spaces": false,
2000
  "eos_token": "<eos>",
2001
+ "model_max_length": 4096,
2002
  "pad_token": "<pad>",
2003
  "sp_model_kwargs": {},
2004
  "spaces_between_special_tokens": false,