File size: 645 Bytes
34bf488
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "version": "1.0",
  "truncation": null,
  "padding": null,
  "added_tokens": [
    {"id": 0, "special": false, "content": "hello"},
    {"id": 1, "special": false, "content": "world"},
    {"id": 2, "special": true, "content": "<unk>"}
  ],
  "normalizer": {
    "type": "BertNormalizer",
    "clean_text": true,
    "handle_chinese_chars": true,
    "strip_accents": null,
    "lowercase": true
  },
  "pre_tokenizer": {"type": "Whitespace"},
  "model": {
    "type": "WordLevel",
    "vocab": {"hello": 0, "world": 1, "<unk>": 2},
    "unk_token": "<unk>"
  },
  "post_processor": {
    "type": "ByteLevel",
    "trim_offsets": true
  }
}