Upload tokenizer
Browse files- tokenizer_config.json +1 -1
tokenizer_config.json
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
"clean_up_tokenization_spaces": true,
|
13 |
"eos_token": "<|endoftext|>",
|
14 |
"max_length": 1024,
|
15 |
-
"model_max_length":
|
16 |
"stride": 0,
|
17 |
"tokenizer_class": "PreTrainedTokenizerFast",
|
18 |
"truncation_side": "right",
|
|
|
12 |
"clean_up_tokenization_spaces": true,
|
13 |
"eos_token": "<|endoftext|>",
|
14 |
"max_length": 1024,
|
15 |
+
"model_max_length": 1024,
|
16 |
"stride": 0,
|
17 |
"tokenizer_class": "PreTrainedTokenizerFast",
|
18 |
"truncation_side": "right",
|