Rename tokenizer_config (6).json to tokenizer_config.json
Browse files
tokenizer_config (6).json → tokenizer_config.json
RENAMED
|
@@ -318,7 +318,7 @@
|
|
| 318 |
"clean_up_tokenization_spaces": true,
|
| 319 |
"eos_token": "<|endoftext|>",
|
| 320 |
"extra_special_tokens": {},
|
| 321 |
-
"model_max_length":
|
| 322 |
"return_token_type_ids": false,
|
| 323 |
"tokenizer_class": "CodeGenTokenizer",
|
| 324 |
"unk_token": "<|endoftext|>"
|
|
|
|
| 318 |
"clean_up_tokenization_spaces": true,
|
| 319 |
"eos_token": "<|endoftext|>",
|
| 320 |
"extra_special_tokens": {},
|
| 321 |
+
"model_max_length": 131072,
|
| 322 |
"return_token_type_ids": false,
|
| 323 |
"tokenizer_class": "CodeGenTokenizer",
|
| 324 |
"unk_token": "<|endoftext|>"
|