tokenizer.json 865 Bytes
Newer Older
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
51
52
{
  "version": "1.0",
  "truncation": null,
  "padding": null,
  "added_tokens": [],
  "normalizer": null,
  "pre_tokenizer": null,
  "post_processor": null,
  "decoder": null,
  "model": {
    "type": "BPE",
    "dropout": null,
    "unk_token": "<unk>",
    "continuing_subword_prefix": null,
    "end_of_word_suffix": null,
    "fuse_unk": false,
    "byte_fallback": false,
    "ignore_merges": false,
    "vocab": {
      "<unk>": 0,
      " ": 1,
      "!": 2,
      ",": 3,
      ".": 4,
      "H": 5,
      "T": 6,
      "a": 7,
      "d": 8,
      "e": 9,
      "h": 10,
      "i": 11,
      "l": 12,
      "o": 13,
      "r": 14,
      "s": 15,
      "t": 16,
      "w": 17,
      "He": 18,
      "ll": 19,
      "llo": 20,
      "or": 21,
      "ld": 22
    },
    "merges": [
      "H e",
      "l l",
      "ll o",
      "o r",
      "l d"
    ]
  }
}