Commit
•
32fc253
1
Parent(s):
5dc6dbb
Updates incorrect tokenizer configuration file (#2)
Browse files- Adds tokenizer_config.json file (b2ba792810f480187adc49ffa87187dd1d514209)
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 |
-
"subword_tokenizer_type": "wordpiece",
|
4 |
-
"word_tokenizer_type": "mecab"
|
5 |
-
}
|
|
|
1 |
+
{"do_lower_case": false, "subword_tokenizer_type": "wordpiece", "word_tokenizer_type": "mecab", "model_max_length": 512}
|
|
|
|
|
|
|
|