bert-base-sudachitra-v11 / tokenizer_config.json
hiroshi-matsuda-rit's picture
for test
06b2b90 verified
raw
history blame contribute delete
No virus
514 Bytes
{
"do_lower_case": false,
"do_nfkc": true,
"do_word_tokenize": true,
"do_subword_tokenize": true,
"word_tokenizer_type": "sudachi",
"subword_tokenizer_type": "wordpiece",
"unk_token": "[UNK]",
"sep_token": "[SEP]",
"pad_token": "[PAD]",
"cls_token": "[CLS]",
"mask_token": "[MASK]",
"sudachi_kwargs": {
"sudachi_split_mode": "A",
"sudachi_dict_type": "core",
"sudachi_projection": "normalized_nouns"
},
"model_max_length": 512,
"tokenizer_class": "BertJapaneseTokenizer"
}