Commit
•
7650a07
1
Parent(s):
fa5374a
Updates incorrect tokenizer configuration file (#2)
Browse files- Adds tokenizer_config.json file (46978a1ad8c4a22b6f5fc0e562d29c58dff279d2)
Co-authored-by: Lysandre <lysandre@users.noreply.huggingface.co>
- tokenizer_config.json +1 -5
tokenizer_config.json
CHANGED
@@ -1,5 +1 @@
|
|
1 |
-
{
|
2 |
-
"do_lower_case": false,
|
3 |
-
"word_tokenizer_type": "mecab",
|
4 |
-
"subword_tokenizer_type": "character"
|
5 |
-
}
|
|
|
1 |
+
{"do_lower_case": false, "word_tokenizer_type": "mecab", "subword_tokenizer_type": "character", "model_max_length": 512}
|
|
|
|
|
|
|
|