increase context length
Browse files- tokenizer_config.json +1 -1
tokenizer_config.json
CHANGED
|
@@ -313,7 +313,7 @@
|
|
| 313 |
"eos_token": "<|im_end|>",
|
| 314 |
"errors": "replace",
|
| 315 |
"extra_special_tokens": {},
|
| 316 |
-
"model_max_length":
|
| 317 |
"pad_token": "<|endoftext|>",
|
| 318 |
"processor_class": "InternVLProcessor",
|
| 319 |
"split_special_tokens": false,
|
|
|
|
| 313 |
"eos_token": "<|im_end|>",
|
| 314 |
"errors": "replace",
|
| 315 |
"extra_special_tokens": {},
|
| 316 |
+
"model_max_length": 32768,
|
| 317 |
"pad_token": "<|endoftext|>",
|
| 318 |
"processor_class": "InternVLProcessor",
|
| 319 |
"split_special_tokens": false,
|