Update tokenizer_config.json
Browse files- tokenizer_config.json +1 -1
tokenizer_config.json
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
"mask_token": "[MASK]",
|
10 |
"tokenize_chinese_chars": true,
|
11 |
"strip_accents": null,
|
12 |
-
"model_max_length":
|
13 |
"special_tokens_map_file": null,
|
14 |
"tokenizer_file": null,
|
15 |
"name_or_path": "junnyu/roformer_chinese_small",
|
|
|
9 |
"mask_token": "[MASK]",
|
10 |
"tokenize_chinese_chars": true,
|
11 |
"strip_accents": null,
|
12 |
+
"model_max_length": 512,
|
13 |
"special_tokens_map_file": null,
|
14 |
"tokenizer_file": null,
|
15 |
"name_or_path": "junnyu/roformer_chinese_small",
|