kkokkie2360 commited on
Commit
2ea4a0b
·
verified ·
1 Parent(s): 8a58a13

Update model_max_length in tokenizer_config.json

Browse files

The model_max_length should be the same as model's context length

Files changed (1) hide show
  1. tokenizer_config.json +1 -1
tokenizer_config.json CHANGED
@@ -19,7 +19,7 @@
19
  "single_word": false
20
  },
21
  "legacy": true,
22
- "model_max_length": 16384,
23
  "pad_token": {
24
  "__type": "AddedToken",
25
  "content": "<|end▁of▁sentence|>",
 
19
  "single_word": false
20
  },
21
  "legacy": true,
22
+ "model_max_length": 163840,
23
  "pad_token": {
24
  "__type": "AddedToken",
25
  "content": "<|end▁of▁sentence|>",