feat: increase context window
Browse files- tokenizer_config.json +1 -1
tokenizer_config.json
CHANGED
|
@@ -44,7 +44,7 @@
|
|
| 44 |
},
|
| 45 |
"clean_up_tokenization_spaces": false,
|
| 46 |
"extra_special_tokens": {},
|
| 47 |
-
"model_max_length":
|
| 48 |
"use_fast": true,
|
| 49 |
"tokenizer_class": "GPT2TokenizerFast",
|
| 50 |
"bos_token": "<|startoftext|>",
|
|
|
|
| 44 |
},
|
| 45 |
"clean_up_tokenization_spaces": false,
|
| 46 |
"extra_special_tokens": {},
|
| 47 |
+
"model_max_length": 16384,
|
| 48 |
"use_fast": true,
|
| 49 |
"tokenizer_class": "GPT2TokenizerFast",
|
| 50 |
"bos_token": "<|startoftext|>",
|