Commit
•
861c1ef
1
Parent(s):
ab68bf4
Updates incorrect tokenizer configuration file (#3)
Browse files- Adds tokenizer_config.json file (bd3962ac45adc6c65db88bbabcc53f73b651956f)
Co-authored-by: Lysandre <[email protected]>
- 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": "wordpiece"
|
5 |
-
}
|
|
|
1 |
+
{"do_lower_case": false, "word_tokenizer_type": "mecab", "subword_tokenizer_type": "wordpiece", "model_max_length": 512}
|
|
|
|
|
|
|
|