Thomas Wolf
commited on
Commit
•
0d83b25
1
Parent(s):
947a177
Add tokenizer configuration
Browse files- tokenizer_config.json +3 -3
tokenizer_config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
}
|
|
|
1 |
{
|
2 |
+
"do_lower_case": false,
|
3 |
+
"subword_tokenizer_type": "wordpiece",
|
4 |
+
"word_tokenizer_type": "mecab"
|
5 |
}
|