Update tokenizer_config.json
Browse files- tokenizer_config.json +1 -1
tokenizer_config.json
CHANGED
|
@@ -317,7 +317,7 @@
|
|
| 317 |
"bos_token": "<|endoftext|>",
|
| 318 |
"clean_up_tokenization_spaces": true,
|
| 319 |
"eos_token": "<|endoftext|>",
|
| 320 |
-
"model_max_length":
|
| 321 |
"return_token_type_ids": false,
|
| 322 |
"tokenizer_class": "CodeGenTokenizer",
|
| 323 |
"unk_token": "<|endoftext|>"
|
|
|
|
| 317 |
"bos_token": "<|endoftext|>",
|
| 318 |
"clean_up_tokenization_spaces": true,
|
| 319 |
"eos_token": "<|endoftext|>",
|
| 320 |
+
"model_max_length": 32768,
|
| 321 |
"return_token_type_ids": false,
|
| 322 |
"tokenizer_class": "CodeGenTokenizer",
|
| 323 |
"unk_token": "<|endoftext|>"
|