shamz15531 commited on
Commit
090429e
·
verified ·
1 Parent(s): 8a7f56e

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
@@ -2000,7 +2000,7 @@
2000
  "clean_up_tokenization_spaces": false,
2001
  "eos_token": "<eos>",
2002
  "extra_special_tokens": {},
2003
- "model_max_length": 1000000000000000019884624838656,
2004
  "pad_token": "<pad>",
2005
  "padding_side": "right",
2006
  "sp_model_kwargs": {},
 
2000
  "clean_up_tokenization_spaces": false,
2001
  "eos_token": "<eos>",
2002
  "extra_special_tokens": {},
2003
+ "model_max_length": 4096,
2004
  "pad_token": "<pad>",
2005
  "padding_side": "right",
2006
  "sp_model_kwargs": {},