File size: 785 Bytes
7dd04a8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "clean_up_tokenization_spaces": true,
  "cls_token": "[CLS]",
  "do_basic_tokenize": true,
  "do_lower_case": false,
  "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]"
}