fix(tokenizer): set `mode_max_length=4096`
Browse filesThanks to
@ctranslate2-4you
- tokenizer_config.json +1 -1
tokenizer_config.json
CHANGED
@@ -40,7 +40,7 @@
|
|
40 |
"clean_up_tokenization_spaces": true,
|
41 |
"eos_token": "<|endoftext|>",
|
42 |
"tokenizer_class": "GPT2TokenizerFast",
|
43 |
-
"model_max_length":
|
44 |
"pad_token": "<|endoftext|>",
|
45 |
"unk_token": "<|endoftext|>"
|
46 |
}
|
|
|
40 |
"clean_up_tokenization_spaces": true,
|
41 |
"eos_token": "<|endoftext|>",
|
42 |
"tokenizer_class": "GPT2TokenizerFast",
|
43 |
+
"model_max_length": 4096,
|
44 |
"pad_token": "<|endoftext|>",
|
45 |
"unk_token": "<|endoftext|>"
|
46 |
}
|