Fix model_max_length
Browse files- tokenizer_config.json +1 -1
tokenizer_config.json
CHANGED
@@ -8013,7 +8013,7 @@
|
|
8013 |
"input_ids",
|
8014 |
"attention_mask"
|
8015 |
],
|
8016 |
-
"model_max_length":
|
8017 |
"tokenizer_class": "PreTrainedTokenizer",
|
8018 |
"unk_token": "<unk>"
|
8019 |
}
|
|
|
8013 |
"input_ids",
|
8014 |
"attention_mask"
|
8015 |
],
|
8016 |
+
"model_max_length": 131072,
|
8017 |
"tokenizer_class": "PreTrainedTokenizer",
|
8018 |
"unk_token": "<unk>"
|
8019 |
}
|