Commit
·
58d1f8f
1
Parent(s):
e2e6ec4
model_max_length
Browse files- tokenizer_config.json +1 -1
tokenizer_config.json
CHANGED
@@ -53,7 +53,7 @@
|
|
53 |
"input_ids",
|
54 |
"attention_mask"
|
55 |
],
|
56 |
-
"model_max_length":
|
57 |
"pad_token": "[PAD]",
|
58 |
"sep_token": "[SEP]",
|
59 |
"split_by_punct": true,
|
|
|
53 |
"input_ids",
|
54 |
"attention_mask"
|
55 |
],
|
56 |
+
"model_max_length": 1000000000000000019884624838656,
|
57 |
"pad_token": "[PAD]",
|
58 |
"sep_token": "[SEP]",
|
59 |
"split_by_punct": true,
|