Update tokenizer_config.json
Browse files- tokenizer_config.json +1 -1
tokenizer_config.json
CHANGED
|
@@ -13,7 +13,7 @@
|
|
| 13 |
"bos_token": "<|endoftext|>",
|
| 14 |
"clean_up_tokenization_spaces": true,
|
| 15 |
"eos_token": "<|endoftext|>",
|
| 16 |
-
"model_max_length":
|
| 17 |
"tokenizer_class": "GPT2Tokenizer",
|
| 18 |
"unk_token": "<|endoftext|>"
|
| 19 |
}
|
|
|
|
| 13 |
"bos_token": "<|endoftext|>",
|
| 14 |
"clean_up_tokenization_spaces": true,
|
| 15 |
"eos_token": "<|endoftext|>",
|
| 16 |
+
"model_max_length": 2048,
|
| 17 |
"tokenizer_class": "GPT2Tokenizer",
|
| 18 |
"unk_token": "<|endoftext|>"
|
| 19 |
}
|