change max length
Browse files- tokenizer_config.json +1 -1
tokenizer_config.json
CHANGED
@@ -8,7 +8,7 @@
|
|
8 |
"mecab_kwargs": {
|
9 |
"mecab_dic": "unidic_lite"
|
10 |
},
|
11 |
-
"model_max_length":
|
12 |
"name_or_path": "cl-tohoku/bert-base-japanese-v2",
|
13 |
"never_split": null,
|
14 |
"pad_token": "[PAD]",
|
|
|
8 |
"mecab_kwargs": {
|
9 |
"mecab_dic": "unidic_lite"
|
10 |
},
|
11 |
+
"model_max_length": 512,
|
12 |
"name_or_path": "cl-tohoku/bert-base-japanese-v2",
|
13 |
"never_split": null,
|
14 |
"pad_token": "[PAD]",
|