File size: 816 Bytes
04b63db |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 |
{
"clean_up_tokenization_spaces": true,
"cls_token": "[CLS]",
"do_basic_tokenize": true,
"do_lower_case": false,
"full_tokenizer_file": null,
"mask_token": "[MASK]",
"max_len": 512,
"model_max_length": 512,
"never_split": [
"+ูุง",
"ุณ+",
"[ู
ุณุชุฎุฏู
]",
"+ู",
"+ูู
",
"+ุฉ",
"+ู",
"ูู+",
"[ุจุฑูุฏ]",
"[ุฑุงุจุท]",
"+ู",
"+ูู",
"+ุง",
"+ุงุช",
"+ู",
"ุจ+",
"+ูุง",
"+ูู",
"+ูู
",
"ู+",
"+ูู",
"+ูู
ุง",
"ู+",
"+ูู
ุง",
"+ุงู",
"+ุช",
"+ูู",
"ู+",
"+ูุง",
"ุงู+",
"ู+"
],
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"strip_accents": null,
"tokenize_chinese_chars": true,
"tokenizer_class": "BertTokenizer",
"unk_token": "[UNK]"
}
|