AhmedSSoliman
commited on
Commit
•
99dda84
1
Parent(s):
703f8d1
Update tokenizer_config.json
Browse files- tokenizer_config.json +1 -1
tokenizer_config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"clean_up_tokenization_spaces": true,
|
3 |
"eos_token": "</s>",
|
4 |
-
"model_max_length":
|
5 |
"pad_token": "<pad>",
|
6 |
"separate_vocabs": false,
|
7 |
"source_lang": "en",
|
|
|
1 |
{
|
2 |
"clean_up_tokenization_spaces": true,
|
3 |
"eos_token": "</s>",
|
4 |
+
"model_max_length": 512,
|
5 |
"pad_token": "<pad>",
|
6 |
"separate_vocabs": false,
|
7 |
"source_lang": "en",
|