File size: 1,834 Bytes
3441dcd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
  "version": "1.0",
  "truncation": null,
  "padding": null,
  "added_tokens": [
    {
      "id": 21,
      "content": "[UNK]",
      "single_word": false,
      "lstrip": true,
      "rstrip": true,
      "normalized": false,
      "special": true
    },
    {
      "id": 33,
      "content": "[PAD]",
      "single_word": false,
      "lstrip": true,
      "rstrip": true,
      "normalized": false,
      "special": true
    },
    {
      "id": 40,
      "content": "<s>",
      "single_word": false,
      "lstrip": false,
      "rstrip": false,
      "normalized": false,
      "special": true
    },
    {
      "id": 41,
      "content": "</s>",
      "single_word": false,
      "lstrip": false,
      "rstrip": false,
      "normalized": false,
      "special": true
    }
  ],
  "normalizer": null,
  "pre_tokenizer": {
    "type": "Split",
    "pattern": {
      "Regex": ""
    },
    "behavior": "Isolated",
    "invert": false
  },
  "post_processor": null,
  "decoder": {
    "type": "CTC",
    "pad_token": "[PAD]",
    "word_delimiter_token": " ",
    "cleanup": true
  },
  "model": {
    "type": "WordLevel",
    "vocab": {
      " ": 22,
      "[PAD]": 33,
      "[UNK]": 21,
      "a": 3,
      "b": 14,
      "d": 19,
      "e": 13,
      "f": 20,
      "h": 30,
      "i": 38,
      "j": 9,
      "k": 1,
      "l": 39,
      "m": 24,
      "n": 29,
      "o": 2,
      "p": 12,
      "s": 8,
      "t": 16,
      "u": 11,
      "v": 17,
      "w": 34,
      "z": 35,
      "æ": 4,
      "ð": 28,
      "ŋ": 7,
      "ɑ": 0,
      "ɔ": 36,
      "ɚ": 32,
      "ɛ": 15,
      "ɡ": 37,
      "ɪ": 18,
      "ɹ": 23,
      "ʃ": 5,
      "ʊ": 10,
      "ʌ": 31,
      "ʒ": 25,
      "ˌ": 26,
      "͡": 6,
      "θ": 27,
      "</s>": 41,
      "<s>": 40
    },
    "unk_token": "[UNK]"
  }
}