lhallee commited on
Commit
e95505d
·
verified ·
1 Parent(s): 3df8a1b

Upload tokenizer.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. tokenizer.json +133 -133
tokenizer.json CHANGED
@@ -1,134 +1,134 @@
1
- {
2
- "version": "1.0",
3
- "truncation": null,
4
- "padding": {
5
- "strategy": "BatchLongest",
6
- "direction": "Right",
7
- "pad_to_multiple_of": null,
8
- "pad_id": 0,
9
- "pad_type_id": 0,
10
- "pad_token": "<pad>"
11
- },
12
- "added_tokens": [
13
- {
14
- "id": 0,
15
- "content": "<pad>",
16
- "single_word": false,
17
- "lstrip": false,
18
- "rstrip": false,
19
- "normalized": false,
20
- "special": true
21
- },
22
- {
23
- "id": 1,
24
- "content": "<bos>",
25
- "single_word": false,
26
- "lstrip": false,
27
- "rstrip": false,
28
- "normalized": false,
29
- "special": true
30
- },
31
- {
32
- "id": 2,
33
- "content": "<eos>",
34
- "single_word": false,
35
- "lstrip": false,
36
- "rstrip": false,
37
- "normalized": false,
38
- "special": true
39
- },
40
- {
41
- "id": 3,
42
- "content": "<bos_glm>",
43
- "single_word": false,
44
- "lstrip": false,
45
- "rstrip": false,
46
- "normalized": false,
47
- "special": true
48
- },
49
- {
50
- "id": 4,
51
- "content": "<eos_span>",
52
- "single_word": false,
53
- "lstrip": false,
54
- "rstrip": false,
55
- "normalized": false,
56
- "special": true
57
- },
58
- {
59
- "id": 5,
60
- "content": "?",
61
- "single_word": false,
62
- "lstrip": false,
63
- "rstrip": false,
64
- "normalized": false,
65
- "special": true
66
- }
67
- ],
68
- "normalizer": null,
69
- "pre_tokenizer": {
70
- "type": "ByteLevel",
71
- "add_prefix_space": false,
72
- "trim_offsets": true,
73
- "use_regex": true
74
- },
75
- "post_processor": {
76
- "type": "ByteLevel",
77
- "add_prefix_space": true,
78
- "trim_offsets": true,
79
- "use_regex": true
80
- },
81
- "decoder": {
82
- "type": "ByteLevel",
83
- "add_prefix_space": true,
84
- "trim_offsets": true,
85
- "use_regex": true
86
- },
87
- "model": {
88
- "type": "BPE",
89
- "dropout": null,
90
- "unk_token": "X",
91
- "continuing_subword_prefix": null,
92
- "end_of_word_suffix": null,
93
- "fuse_unk": false,
94
- "byte_fallback": false,
95
- "ignore_merges": false,
96
- "vocab": {
97
- "<pad>": 0,
98
- "<bos>": 1,
99
- "<eos>": 2,
100
- "<bos_glm>": 3,
101
- "<eos_span>": 4,
102
- "?": 5,
103
- "1": 6,
104
- "2": 7,
105
- "A": 8,
106
- "B": 9,
107
- "C": 10,
108
- "D": 11,
109
- "E": 12,
110
- "F": 13,
111
- "G": 14,
112
- "H": 15,
113
- "I": 16,
114
- "J": 17,
115
- "K": 18,
116
- "L": 19,
117
- "M": 20,
118
- "N": 21,
119
- "O": 22,
120
- "P": 23,
121
- "Q": 24,
122
- "R": 25,
123
- "S": 26,
124
- "T": 27,
125
- "U": 28,
126
- "V": 29,
127
- "W": 30,
128
- "X": 31,
129
- "Y": 32,
130
- "Z": 33
131
- },
132
- "merges": []
133
- }
134
  }
 
1
+ {
2
+ "version": "1.0",
3
+ "truncation": null,
4
+ "padding": {
5
+ "strategy": "BatchLongest",
6
+ "direction": "Right",
7
+ "pad_to_multiple_of": null,
8
+ "pad_id": 0,
9
+ "pad_type_id": 0,
10
+ "pad_token": "<pad>"
11
+ },
12
+ "added_tokens": [
13
+ {
14
+ "id": 0,
15
+ "content": "<pad>",
16
+ "single_word": false,
17
+ "lstrip": false,
18
+ "rstrip": false,
19
+ "normalized": false,
20
+ "special": true
21
+ },
22
+ {
23
+ "id": 1,
24
+ "content": "<bos>",
25
+ "single_word": false,
26
+ "lstrip": false,
27
+ "rstrip": false,
28
+ "normalized": false,
29
+ "special": true
30
+ },
31
+ {
32
+ "id": 2,
33
+ "content": "<eos>",
34
+ "single_word": false,
35
+ "lstrip": false,
36
+ "rstrip": false,
37
+ "normalized": false,
38
+ "special": true
39
+ },
40
+ {
41
+ "id": 3,
42
+ "content": "<bos_glm>",
43
+ "single_word": false,
44
+ "lstrip": false,
45
+ "rstrip": false,
46
+ "normalized": false,
47
+ "special": true
48
+ },
49
+ {
50
+ "id": 4,
51
+ "content": "<eos_span>",
52
+ "single_word": false,
53
+ "lstrip": false,
54
+ "rstrip": false,
55
+ "normalized": false,
56
+ "special": true
57
+ },
58
+ {
59
+ "id": 5,
60
+ "content": "?",
61
+ "single_word": false,
62
+ "lstrip": false,
63
+ "rstrip": false,
64
+ "normalized": false,
65
+ "special": true
66
+ }
67
+ ],
68
+ "normalizer": null,
69
+ "pre_tokenizer": {
70
+ "type": "ByteLevel",
71
+ "add_prefix_space": false,
72
+ "trim_offsets": true,
73
+ "use_regex": true
74
+ },
75
+ "post_processor": {
76
+ "type": "ByteLevel",
77
+ "add_prefix_space": true,
78
+ "trim_offsets": true,
79
+ "use_regex": true
80
+ },
81
+ "decoder": {
82
+ "type": "ByteLevel",
83
+ "add_prefix_space": true,
84
+ "trim_offsets": true,
85
+ "use_regex": true
86
+ },
87
+ "model": {
88
+ "type": "BPE",
89
+ "dropout": null,
90
+ "unk_token": "X",
91
+ "continuing_subword_prefix": null,
92
+ "end_of_word_suffix": null,
93
+ "fuse_unk": false,
94
+ "byte_fallback": false,
95
+ "ignore_merges": false,
96
+ "vocab": {
97
+ "<pad>": 0,
98
+ "<bos>": 1,
99
+ "<eos>": 2,
100
+ "<bos_glm>": 3,
101
+ "<eos_span>": 4,
102
+ "?": 5,
103
+ "1": 6,
104
+ "2": 7,
105
+ "A": 8,
106
+ "B": 9,
107
+ "C": 10,
108
+ "D": 11,
109
+ "E": 12,
110
+ "F": 13,
111
+ "G": 14,
112
+ "H": 15,
113
+ "I": 16,
114
+ "J": 17,
115
+ "K": 18,
116
+ "L": 19,
117
+ "M": 20,
118
+ "N": 21,
119
+ "O": 22,
120
+ "P": 23,
121
+ "Q": 24,
122
+ "R": 25,
123
+ "S": 26,
124
+ "T": 27,
125
+ "U": 28,
126
+ "V": 29,
127
+ "W": 30,
128
+ "X": 31,
129
+ "Y": 32,
130
+ "Z": 33
131
+ },
132
+ "merges": []
133
+ }
134
  }