hiroshi-matsuda-rit
commited on
Commit
•
03305da
1
Parent(s):
4d0f905
update for sudachipy==0.6.8
Browse files- tokenizer_config.json +2 -1
tokenizer_config.json
CHANGED
@@ -11,7 +11,8 @@
|
|
11 |
"cls_token": "[CLS]",
|
12 |
"mask_token": "[MASK]",
|
13 |
"sudachi_kwargs": {
|
14 |
-
"sudachi_split_mode": "
|
|
|
15 |
"sudachi_dict_type": "core"
|
16 |
},
|
17 |
"model_max_length": 512,
|
|
|
11 |
"cls_token": "[CLS]",
|
12 |
"mask_token": "[MASK]",
|
13 |
"sudachi_kwargs": {
|
14 |
+
"sudachi_split_mode": "A",
|
15 |
+
"projection": "normalized_nouns",
|
16 |
"sudachi_dict_type": "core"
|
17 |
},
|
18 |
"model_max_length": 512,
|