Upload tokenizer
Browse files- tokenizer_config.json +1 -3
tokenizer_config.json
CHANGED
@@ -45,11 +45,9 @@
|
|
45 |
"additional_special_tokens": [],
|
46 |
"clean_up_tokenization_spaces": true,
|
47 |
"cls_token": "[CLS]",
|
48 |
-
"do_basic_tokenize": true,
|
49 |
"do_lower_case": true,
|
50 |
"mask_token": "[MASK]",
|
51 |
-
"model_max_length":
|
52 |
-
"never_split": null,
|
53 |
"pad_token": "[PAD]",
|
54 |
"sep_token": "[SEP]",
|
55 |
"strip_accents": null,
|
|
|
45 |
"additional_special_tokens": [],
|
46 |
"clean_up_tokenization_spaces": true,
|
47 |
"cls_token": "[CLS]",
|
|
|
48 |
"do_lower_case": true,
|
49 |
"mask_token": "[MASK]",
|
50 |
+
"model_max_length": 512,
|
|
|
51 |
"pad_token": "[PAD]",
|
52 |
"sep_token": "[SEP]",
|
53 |
"strip_accents": null,
|