File size: 751 Bytes
d02de7c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
    "version": 1,
    "truncation": {
      "max_length": 4096,
      "strategy": "longest_first",
      "direction": "right"
    },
    "padding": {
      "strategy": "max_length",
      "side": "left",
      "length": null
    },
    "added_tokens": [],
    "normalizer": {
      "type": "BertNormalizer",
      "clean_text": true,
      "handle_chinese_chars": true,
      "strip_accents": true,
      "lowercase": true
    },
    "pre_tokenizer": {
      "type": "Whitespace"
    },
    "post_processor": null,
    "decoder": {
      "type": "WordPiece",
      "cleanup": true
    },
    "model": {
      "type": "WordPiece",
      "unk_token": "[UNK]",
      "continuing_subword_prefix": "##",
      "max_input_chars_per_word": 100
    }
  }