File size: 514 Bytes
4bd6d24 03305da a9045c1 06b2b90 4bd6d24 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
{
"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"
} |