divilian commited on
Commit
c1d4b22
·
verified ·
1 Parent(s): b36d6fa

Upload tokenizer.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. tokenizer.json +102 -109
tokenizer.json CHANGED
@@ -5,15 +5,6 @@
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": "<pad>",
18
  "single_word": false,
19
  "lstrip": false,
@@ -22,7 +13,7 @@
22
  "special": true
23
  },
24
  {
25
- "id": 29,
26
  "content": "<bos>",
27
  "single_word": false,
28
  "lstrip": false,
@@ -31,7 +22,7 @@
31
  "special": true
32
  },
33
  {
34
- "id": 30,
35
  "content": "<eos>",
36
  "single_word": false,
37
  "lstrip": false,
@@ -93,104 +84,106 @@
93
  "model": {
94
  "type": "WordLevel",
95
  "vocab": {
96
- "<unk>": 0,
97
- "<pad>": 1,
98
- ",": 4,
99
- "the": 5,
100
- ".": 6,
101
- "of": 7,
102
- "and": 8,
103
- "to": 9,
104
- "a": 10,
105
- "in": 11,
106
- "\"": 12,
107
- "that": 13,
108
- "was": 14,
109
- "is": 15,
110
- "for": 16,
111
- "on": 17,
112
- "with": 18,
113
- "as": 19,
114
- "it": 20,
115
- "he": 21,
116
- "his": 22,
117
- "at": 23,
118
- "by": 24,
119
- "i": 25,
120
- ";": 26,
121
- "be": 27,
122
- "from": 28,
123
- "<bos>": 29,
124
- "<eos>": 30,
125
- "not": 31,
126
- ")": 32,
127
- "but": 33,
128
- "(": 34,
129
- "this": 35,
130
- "had": 36,
131
- "which": 37,
132
- "have": 38,
133
- "are": 39,
134
- ":": 40,
135
- "they": 41,
136
- "an": 42,
137
- "or": 43,
138
- "were": 44,
139
- "her": 45,
140
- "said": 46,
141
- "their": 47,
142
- "has": 48,
143
- "we": 49,
144
- "all": 50,
145
- "who": 51,
146
- "one": 52,
147
- "she": 53,
148
- "you": 54,
149
- "": 55,
150
- "": 56,
151
- "been": 57,
152
- "will": 58,
153
- "more": 59,
154
- "him": 60,
155
- "when": 61,
156
- "so": 62,
157
- "its": 63,
158
- "would": 64,
159
- "there": 65,
160
- "no": 66,
161
- "after": 67,
162
- "my": 68,
163
- "if": 69,
164
- "out": 70,
165
- "also": 71,
166
- "about": 72,
167
- "them": 73,
168
- "up": 74,
169
- "into": 75,
170
- "two": 76,
171
- "what": 77,
172
- "new": 78,
173
- "first": 79,
174
- "some": 80,
175
- "can": 81,
176
- "time": 82,
177
- "than": 83,
178
- "other": 84,
179
- "our": 85,
180
- "me": 86,
181
- "only": 87,
182
- "over": 88,
183
- "could": 89,
184
- "may": 90,
185
- "?": 91,
186
- "any": 92,
187
- "/": 93,
188
- "then": 94,
189
- "people": 95,
190
- "like": 96,
191
- "now": 97,
192
- "such": 98,
193
- "do": 99
 
 
194
  },
195
  "unk_token": "<unk>"
196
  }
 
5
  "added_tokens": [
6
  {
7
  "id": 0,
 
 
 
 
 
 
 
 
 
8
  "content": "<pad>",
9
  "single_word": false,
10
  "lstrip": false,
 
13
  "special": true
14
  },
15
  {
16
+ "id": 1,
17
  "content": "<bos>",
18
  "single_word": false,
19
  "lstrip": false,
 
22
  "special": true
23
  },
24
  {
25
+ "id": 2,
26
  "content": "<eos>",
27
  "single_word": false,
28
  "lstrip": false,
 
84
  "model": {
85
  "type": "WordLevel",
86
  "vocab": {
87
+ ",": 0,
88
+ "the": 1,
89
+ ".": 2,
90
+ "of": 3,
91
+ "and": 4,
92
+ "to": 5,
93
+ "a": 6,
94
+ "in": 7,
95
+ "\"": 8,
96
+ "that": 9,
97
+ "was": 10,
98
+ "is": 11,
99
+ "for": 12,
100
+ "on": 13,
101
+ "with": 14,
102
+ "as": 15,
103
+ "it": 16,
104
+ "he": 17,
105
+ "his": 18,
106
+ "at": 19,
107
+ "by": 20,
108
+ "i": 21,
109
+ ";": 22,
110
+ "be": 23,
111
+ "from": 24,
112
+ "<bos>": 25,
113
+ "<eos>": 26,
114
+ "not": 27,
115
+ ")": 28,
116
+ "but": 29,
117
+ "(": 30,
118
+ "this": 31,
119
+ "had": 32,
120
+ "which": 33,
121
+ "have": 34,
122
+ "are": 35,
123
+ ":": 36,
124
+ "they": 37,
125
+ "an": 38,
126
+ "or": 39,
127
+ "were": 40,
128
+ "her": 41,
129
+ "said": 42,
130
+ "their": 43,
131
+ "has": 44,
132
+ "we": 45,
133
+ "all": 46,
134
+ "who": 47,
135
+ "one": 48,
136
+ "she": 49,
137
+ "you": 50,
138
+ "": 51,
139
+ "": 52,
140
+ "been": 53,
141
+ "will": 54,
142
+ "more": 55,
143
+ "him": 56,
144
+ "when": 57,
145
+ "so": 58,
146
+ "its": 59,
147
+ "would": 60,
148
+ "there": 61,
149
+ "no": 62,
150
+ "after": 63,
151
+ "my": 64,
152
+ "if": 65,
153
+ "out": 66,
154
+ "also": 67,
155
+ "about": 68,
156
+ "them": 69,
157
+ "up": 70,
158
+ "into": 71,
159
+ "two": 72,
160
+ "what": 73,
161
+ "new": 74,
162
+ "first": 75,
163
+ "some": 76,
164
+ "can": 77,
165
+ "time": 78,
166
+ "than": 79,
167
+ "other": 80,
168
+ "our": 81,
169
+ "me": 82,
170
+ "only": 83,
171
+ "over": 84,
172
+ "could": 85,
173
+ "may": 86,
174
+ "?": 87,
175
+ "any": 88,
176
+ "/": 89,
177
+ "then": 90,
178
+ "people": 91,
179
+ "like": 92,
180
+ "now": 93,
181
+ "such": 94,
182
+ "do": 95,
183
+ "us": 96,
184
+ "very": 97,
185
+ "made": 98,
186
+ "these": 99
187
  },
188
  "unk_token": "<unk>"
189
  }