potatomode
commited on
Commit
•
bbca2a6
1
Parent(s):
f35f5ff
Update tokenizer_config.json
Browse files- tokenizer_config.json +1 -1
tokenizer_config.json
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
"single_word": false
|
20 |
},
|
21 |
"errors": "replace",
|
22 |
-
"model_max_length":
|
23 |
"pad_token": null,
|
24 |
"tokenizer_class": "GPT2Tokenizer",
|
25 |
"unk_token": {
|
|
|
19 |
"single_word": false
|
20 |
},
|
21 |
"errors": "replace",
|
22 |
+
"model_max_length": 2048,
|
23 |
"pad_token": null,
|
24 |
"tokenizer_class": "GPT2Tokenizer",
|
25 |
"unk_token": {
|