kewang2 commited on
Commit
48ecf9e
·
verified ·
1 Parent(s): 588fc7e

Change model_max_length in tokenizer_config.json the same as original model

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +1 -1
tokenizer_config.json CHANGED
@@ -2058,7 +2058,7 @@
2058
  "input_ids",
2059
  "attention_mask"
2060
  ],
2061
- "model_max_length": 512,
2062
  "pad_token": "<|eot_id|>",
2063
  "padding_side": "left",
2064
  "tokenizer_class": "PreTrainedTokenizerFast",
 
2058
  "input_ids",
2059
  "attention_mask"
2060
  ],
2061
+ "model_max_length": 131072,
2062
  "pad_token": "<|eot_id|>",
2063
  "padding_side": "left",
2064
  "tokenizer_class": "PreTrainedTokenizerFast",