bart1259 commited on
Commit
88f9e44
·
verified ·
1 Parent(s): cde4f0e

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. tokenizer.json +119 -0
tokenizer.json ADDED
@@ -0,0 +1,119 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "version": "1.0",
3
+ "truncation": null,
4
+ "padding": null,
5
+ "added_tokens": [
6
+ {
7
+ "id": 0,
8
+ "content": "[UNK]",
9
+ "single_word": false,
10
+ "lstrip": false,
11
+ "rstrip": false,
12
+ "normalized": false,
13
+ "special": true
14
+ },
15
+ {
16
+ "id": 1,
17
+ "content": "[CLS]",
18
+ "single_word": false,
19
+ "lstrip": false,
20
+ "rstrip": false,
21
+ "normalized": false,
22
+ "special": true
23
+ },
24
+ {
25
+ "id": 2,
26
+ "content": "[SEP]",
27
+ "single_word": false,
28
+ "lstrip": false,
29
+ "rstrip": false,
30
+ "normalized": false,
31
+ "special": true
32
+ },
33
+ {
34
+ "id": 3,
35
+ "content": "[PAD]",
36
+ "single_word": false,
37
+ "lstrip": false,
38
+ "rstrip": false,
39
+ "normalized": false,
40
+ "special": true
41
+ },
42
+ {
43
+ "id": 4,
44
+ "content": "[MASK]",
45
+ "single_word": false,
46
+ "lstrip": false,
47
+ "rstrip": false,
48
+ "normalized": false,
49
+ "special": true
50
+ }
51
+ ],
52
+ "normalizer": null,
53
+ "pre_tokenizer": {
54
+ "type": "ByteLevel",
55
+ "add_prefix_space": false,
56
+ "trim_offsets": true,
57
+ "use_regex": true
58
+ },
59
+ "post_processor": null,
60
+ "decoder": {
61
+ "type": "ByteLevel",
62
+ "add_prefix_space": true,
63
+ "trim_offsets": true,
64
+ "use_regex": true
65
+ },
66
+ "model": {
67
+ "type": "BPE",
68
+ "dropout": null,
69
+ "unk_token": "[UNK]",
70
+ "continuing_subword_prefix": null,
71
+ "end_of_word_suffix": null,
72
+ "fuse_unk": false,
73
+ "byte_fallback": false,
74
+ "ignore_merges": false,
75
+ "vocab": {
76
+ "[UNK]": 0,
77
+ "[CLS]": 1,
78
+ "[SEP]": 2,
79
+ "[PAD]": 3,
80
+ "[MASK]": 4,
81
+ "(": 5,
82
+ ")": 6,
83
+ "*": 7,
84
+ "+": 8,
85
+ "-": 9,
86
+ "0": 10,
87
+ "1": 11,
88
+ "2": 12,
89
+ "3": 13,
90
+ "4": 14,
91
+ "5": 15,
92
+ "6": 16,
93
+ "7": 17,
94
+ "8": 18,
95
+ "9": 19,
96
+ ":": 20,
97
+ "<": 21,
98
+ "=": 22,
99
+ ">": 23,
100
+ "F": 24,
101
+ "I": 25,
102
+ "R": 26,
103
+ "S": 27,
104
+ "a": 28,
105
+ "d": 29,
106
+ "e": 30,
107
+ "i": 31,
108
+ "l": 32,
109
+ "n": 33,
110
+ "p": 34,
111
+ "s": 35,
112
+ "t": 36,
113
+ "u": 37,
114
+ "Ċ": 38,
115
+ "Ġ": 39
116
+ },
117
+ "merges": []
118
+ }
119
+ }