tdooms commited on
Commit
6928cb8
1 Parent(s): a94c4ba

Upload tokenizer

Browse files
Files changed (4) hide show
  1. README.md +201 -0
  2. special_tokens_map.json +1 -0
  3. tokenizer.json +1107 -0
  4. tokenizer_config.json +39 -0
README.md ADDED
@@ -0,0 +1,201 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ tags: []
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+ This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+
201
+
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {}
tokenizer.json ADDED
@@ -0,0 +1,1107 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "normalizer": {
44
+ "type": "Sequence",
45
+ "normalizers": [
46
+ {
47
+ "type": "NFD"
48
+ },
49
+ {
50
+ "type": "StripAccents"
51
+ },
52
+ {
53
+ "type": "Lowercase"
54
+ }
55
+ ]
56
+ },
57
+ "pre_tokenizer": {
58
+ "type": "Sequence",
59
+ "pretokenizers": [
60
+ {
61
+ "type": "Punctuation",
62
+ "behavior": "Isolated"
63
+ },
64
+ {
65
+ "type": "Whitespace"
66
+ },
67
+ {
68
+ "type": "Digits",
69
+ "individual_digits": true
70
+ }
71
+ ]
72
+ },
73
+ "post_processor": null,
74
+ "decoder": null,
75
+ "model": {
76
+ "type": "WordPiece",
77
+ "unk_token": "[UNK]",
78
+ "continuing_subword_prefix": "##",
79
+ "max_input_chars_per_word": 100,
80
+ "vocab": {
81
+ "[UNK]": 0,
82
+ "[CLS]": 1,
83
+ "[SEP]": 2,
84
+ "[PAD]": 3,
85
+ "!": 4,
86
+ "\"": 5,
87
+ "#": 6,
88
+ "$": 7,
89
+ "%": 8,
90
+ "&": 9,
91
+ "'": 10,
92
+ "(": 11,
93
+ ")": 12,
94
+ "*": 13,
95
+ "+": 14,
96
+ ",": 15,
97
+ "-": 16,
98
+ ".": 17,
99
+ "/": 18,
100
+ "0": 19,
101
+ "1": 20,
102
+ "2": 21,
103
+ "3": 22,
104
+ "4": 23,
105
+ "5": 24,
106
+ "6": 25,
107
+ "7": 26,
108
+ "8": 27,
109
+ "9": 28,
110
+ ":": 29,
111
+ ";": 30,
112
+ "<": 31,
113
+ "=": 32,
114
+ ">": 33,
115
+ "?": 34,
116
+ "@": 35,
117
+ "[": 36,
118
+ "\\": 37,
119
+ "]": 38,
120
+ "_": 39,
121
+ "`": 40,
122
+ "a": 41,
123
+ "b": 42,
124
+ "c": 43,
125
+ "d": 44,
126
+ "e": 45,
127
+ "f": 46,
128
+ "g": 47,
129
+ "h": 48,
130
+ "i": 49,
131
+ "j": 50,
132
+ "k": 51,
133
+ "l": 52,
134
+ "m": 53,
135
+ "n": 54,
136
+ "o": 55,
137
+ "p": 56,
138
+ "q": 57,
139
+ "r": 58,
140
+ "s": 59,
141
+ "t": 60,
142
+ "u": 61,
143
+ "v": 62,
144
+ "w": 63,
145
+ "x": 64,
146
+ "y": 65,
147
+ "z": 66,
148
+ "{": 67,
149
+ "|": 68,
150
+ "}": 69,
151
+ "~": 70,
152
+ "##a": 71,
153
+ "##n": 72,
154
+ "##d": 73,
155
+ "##e": 74,
156
+ "##r": 75,
157
+ "##x": 76,
158
+ "##p": 77,
159
+ "##c": 78,
160
+ "##t": 79,
161
+ "##i": 80,
162
+ "##o": 81,
163
+ "##l": 82,
164
+ "##s": 83,
165
+ "##h": 84,
166
+ "##u": 85,
167
+ "##y": 86,
168
+ "##w": 87,
169
+ "##v": 88,
170
+ "##m": 89,
171
+ "##b": 90,
172
+ "##g": 91,
173
+ "##f": 92,
174
+ "##k": 93,
175
+ "##j": 94,
176
+ "##z": 95,
177
+ "##q": 96,
178
+ "##he": 97,
179
+ "the": 98,
180
+ "##nd": 99,
181
+ "##ed": 100,
182
+ "and": 101,
183
+ "to": 102,
184
+ "##er": 103,
185
+ "wa": 104,
186
+ "##ou": 105,
187
+ "##in": 106,
188
+ "he": 107,
189
+ "##re": 108,
190
+ "was": 109,
191
+ "sa": 110,
192
+ "##ing": 111,
193
+ "##om": 112,
194
+ "she": 113,
195
+ "##ar": 114,
196
+ "##il": 115,
197
+ "##it": 116,
198
+ "##ay": 117,
199
+ "it": 118,
200
+ "##id": 119,
201
+ "##at": 120,
202
+ "they": 121,
203
+ "ha": 122,
204
+ "##en": 123,
205
+ "##is": 124,
206
+ "##an": 125,
207
+ "th": 126,
208
+ "on": 127,
209
+ "##or": 128,
210
+ "##im": 129,
211
+ "##on": 130,
212
+ "##ut": 131,
213
+ "her": 132,
214
+ "##ll": 133,
215
+ "##le": 134,
216
+ "##et": 135,
217
+ "##ot": 136,
218
+ "##ir": 137,
219
+ "##es": 138,
220
+ "in": 139,
221
+ "##ow": 140,
222
+ "you": 141,
223
+ "##ck": 142,
224
+ "##ld": 143,
225
+ "##oo": 144,
226
+ "said": 145,
227
+ "be": 146,
228
+ "##ily": 147,
229
+ "st": 148,
230
+ "##ig": 149,
231
+ "tim": 150,
232
+ "so": 151,
233
+ "##ce": 152,
234
+ "##pp": 153,
235
+ "wit": 154,
236
+ "his": 155,
237
+ "with": 156,
238
+ "mom": 157,
239
+ "##ve": 158,
240
+ "lily": 159,
241
+ "of": 160,
242
+ "##ked": 161,
243
+ "fr": 162,
244
+ "that": 163,
245
+ "pl": 164,
246
+ "##ery": 165,
247
+ "##am": 166,
248
+ "##ad": 167,
249
+ "##ke": 168,
250
+ "##nt": 169,
251
+ "but": 170,
252
+ "day": 171,
253
+ "up": 172,
254
+ "##ie": 173,
255
+ "play": 174,
256
+ "had": 175,
257
+ "##el": 176,
258
+ "wh": 177,
259
+ "for": 178,
260
+ "##st": 179,
261
+ "##un": 180,
262
+ "##ould": 181,
263
+ "an": 182,
264
+ "##my": 183,
265
+ "##ent": 184,
266
+ "li": 185,
267
+ "##ra": 186,
268
+ "##ch": 187,
269
+ "do": 188,
270
+ "happ": 189,
271
+ "one": 190,
272
+ "sh": 191,
273
+ "want": 192,
274
+ "##itt": 193,
275
+ "##her": 194,
276
+ "not": 195,
277
+ "there": 196,
278
+ "##ly": 197,
279
+ "##ome": 198,
280
+ "very": 199,
281
+ "##se": 200,
282
+ "##ound": 201,
283
+ "as": 202,
284
+ "ba": 203,
285
+ "litt": 204,
286
+ "little": 205,
287
+ "ne": 206,
288
+ "time": 207,
289
+ "##ht": 208,
290
+ "##al": 209,
291
+ "ma": 210,
292
+ "sm": 211,
293
+ "happy": 212,
294
+ "is": 213,
295
+ "big": 214,
296
+ "loo": 215,
297
+ "saw": 216,
298
+ "##iend": 217,
299
+ "friend": 218,
300
+ "##ry": 219,
301
+ "re": 220,
302
+ "bo": 221,
303
+ "##ur": 222,
304
+ "##ter": 223,
305
+ "##ug": 224,
306
+ "##ere": 225,
307
+ "##ved": 226,
308
+ "lo": 227,
309
+ "were": 228,
310
+ "once": 229,
311
+ "##ore": 230,
312
+ "se": 231,
313
+ "ev": 232,
314
+ "go": 233,
315
+ "sp": 234,
316
+ "him": 235,
317
+ "too": 236,
318
+ "ca": 237,
319
+ "##ide": 238,
320
+ "we": 239,
321
+ "are": 240,
322
+ "tom": 241,
323
+ "at": 242,
324
+ "can": 243,
325
+ "##irl": 244,
326
+ "##ard": 245,
327
+ "wanted": 246,
328
+ "whe": 247,
329
+ "ben": 248,
330
+ "##ill": 249,
331
+ "girl": 250,
332
+ "upon": 251,
333
+ "##ec": 252,
334
+ "their": 253,
335
+ "out": 254,
336
+ "them": 255,
337
+ "##ys": 256,
338
+ "##fu": 257,
339
+ "##way": 258,
340
+ "did": 259,
341
+ "smil": 260,
342
+ "##ind": 261,
343
+ "could": 262,
344
+ "have": 263,
345
+ "no": 264,
346
+ "##ri": 265,
347
+ "##ted": 266,
348
+ "##ver": 267,
349
+ "##ain": 268,
350
+ "ex": 269,
351
+ "##hed": 270,
352
+ "all": 271,
353
+ "ar": 272,
354
+ "went": 273,
355
+ "hel": 274,
356
+ "su": 275,
357
+ "##ic": 276,
358
+ "when": 277,
359
+ "ta": 278,
360
+ "help": 279,
361
+ "##ful": 280,
362
+ "##ood": 281,
363
+ "friends": 282,
364
+ "##hing": 283,
365
+ "nam": 284,
366
+ "##ight": 285,
367
+ "what": 286,
368
+ "kn": 287,
369
+ "le": 288,
370
+ "##um": 289,
371
+ "back": 290,
372
+ "##ark": 291,
373
+ "##one": 292,
374
+ "cl": 293,
375
+ "from": 294,
376
+ "fun": 295,
377
+ "al": 296,
378
+ "then": 297,
379
+ "##all": 298,
380
+ "timmy": 299,
381
+ "ro": 300,
382
+ "star": 301,
383
+ "every": 302,
384
+ "sc": 303,
385
+ "smiled": 304,
386
+ "named": 305,
387
+ "##oug": 306,
388
+ "loved": 307,
389
+ "##side": 308,
390
+ "man": 309,
391
+ "some": 310,
392
+ "##elt": 311,
393
+ "asked": 312,
394
+ "see": 313,
395
+ "me": 314,
396
+ "##ick": 315,
397
+ "like": 316,
398
+ "fe": 317,
399
+ "##op": 318,
400
+ "felt": 319,
401
+ "br": 320,
402
+ "looked": 321,
403
+ "around": 322,
404
+ "look": 323,
405
+ "##ep": 324,
406
+ "##ame": 325,
407
+ "##omet": 326,
408
+ "would": 327,
409
+ "bir": 328,
410
+ "somet": 329,
411
+ "##get": 330,
412
+ "fa": 331,
413
+ "##ong": 332,
414
+ "boy": 333,
415
+ "##ss": 334,
416
+ "bird": 335,
417
+ "pr": 336,
418
+ "##dd": 337,
419
+ "jo": 338,
420
+ "##est": 339,
421
+ "##ings": 340,
422
+ "ag": 341,
423
+ "wor": 342,
424
+ "mommy": 343,
425
+ "make": 344,
426
+ "##ade": 345,
427
+ "than": 346,
428
+ "car": 347,
429
+ "##own": 348,
430
+ "tre": 349,
431
+ "ran": 350,
432
+ "##gether": 351,
433
+ "together": 352,
434
+ "la": 353,
435
+ "away": 354,
436
+ "dad": 355,
437
+ "says": 356,
438
+ "started": 357,
439
+ "##ice": 358,
440
+ "##oud": 359,
441
+ "something": 360,
442
+ "##ared": 361,
443
+ "made": 362,
444
+ "co": 363,
445
+ "fl": 364,
446
+ "##ther": 365,
447
+ "##ited": 366,
448
+ "park": 367,
449
+ "sad": 368,
450
+ "good": 369,
451
+ "##ack": 370,
452
+ "other": 371,
453
+ "ch": 372,
454
+ "exc": 373,
455
+ "new": 374,
456
+ "put": 375,
457
+ "who": 376,
458
+ "##out": 377,
459
+ "let": 378,
460
+ "hug": 379,
461
+ "mu": 380,
462
+ "##ble": 381,
463
+ "again": 382,
464
+ "home": 383,
465
+ "sam": 384,
466
+ "found": 385,
467
+ "dec": 386,
468
+ "##pped": 387,
469
+ "##ried": 388,
470
+ "wal": 389,
471
+ "##ure": 390,
472
+ "get": 391,
473
+ "##ach": 392,
474
+ "playing": 393,
475
+ "##ought": 394,
476
+ "gra": 395,
477
+ "##na": 396,
478
+ "##pl": 397,
479
+ "sw": 398,
480
+ "##ous": 399,
481
+ "things": 400,
482
+ "bl": 401,
483
+ "excited": 402,
484
+ "your": 403,
485
+ "liked": 404,
486
+ "got": 405,
487
+ "##ny": 406,
488
+ "##uck": 407,
489
+ "##king": 408,
490
+ "##ge": 409,
491
+ "##ided": 410,
492
+ "decided": 411,
493
+ "came": 412,
494
+ "my": 413,
495
+ "dog": 414,
496
+ "this": 415,
497
+ "scared": 416,
498
+ "##ust": 417,
499
+ "down": 418,
500
+ "bec": 419,
501
+ "##ouse": 420,
502
+ "ab": 421,
503
+ "find": 422,
504
+ "pa": 423,
505
+ "care": 424,
506
+ "will": 425,
507
+ "po": 426,
508
+ "sara": 427,
509
+ "gr": 428,
510
+ "feel": 429,
511
+ "anna": 430,
512
+ "##ell": 431,
513
+ "max": 432,
514
+ "##as": 433,
515
+ "##ist": 434,
516
+ "bu": 435,
517
+ "##arn": 436,
518
+ "##ave": 437,
519
+ "##nder": 438,
520
+ "##ways": 439,
521
+ "##ess": 440,
522
+ "always": 441,
523
+ "mo": 442,
524
+ "took": 443,
525
+ "about": 444,
526
+ "##ers": 445,
527
+ "lot": 446,
528
+ "##ook": 447,
529
+ "toys": 448,
530
+ "kne": 449,
531
+ "didn": 450,
532
+ "##ged": 451,
533
+ "##ise": 452,
534
+ "##bb": 453,
535
+ "old": 454,
536
+ "outside": 455,
537
+ "tree": 456,
538
+ "ho": 457,
539
+ "##ite": 458,
540
+ "how": 459,
541
+ "##ally": 460,
542
+ "ball": 461,
543
+ "thought": 462,
544
+ "##ant": 463,
545
+ "sor": 464,
546
+ "af": 465,
547
+ "more": 466,
548
+ "##ma": 467,
549
+ "##eci": 468,
550
+ "##ened": 469,
551
+ "##ched": 470,
552
+ "learn": 471,
553
+ "##ret": 472,
554
+ "pu": 473,
555
+ "tw": 474,
556
+ "know": 475,
557
+ "cat": 476,
558
+ "##to": 477,
559
+ "take": 478,
560
+ "don": 479,
561
+ "mi": 480,
562
+ "laug": 481,
563
+ "pe": 482,
564
+ "speci": 483,
565
+ "special": 484,
566
+ "sudd": 485,
567
+ "sudden": 486,
568
+ "inside": 487,
569
+ "knew": 488,
570
+ "##ty": 489,
571
+ "sorry": 490,
572
+ "##ive": 491,
573
+ "##ro": 492,
574
+ "any": 493,
575
+ "jack": 494,
576
+ "##ff": 495,
577
+ "suddenly": 496,
578
+ "just": 497,
579
+ "toy": 498,
580
+ "##ue": 499,
581
+ "after": 500,
582
+ "tr": 501,
583
+ "if": 502,
584
+ "show": 503,
585
+ "##ink": 504,
586
+ "##lly": 505,
587
+ "or": 506,
588
+ "run": 507,
589
+ "ra": 508,
590
+ "sl": 509,
591
+ "much": 510,
592
+ "##ish": 511,
593
+ "hand": 512,
594
+ "yes": 513,
595
+ "house": 514,
596
+ "sun": 515,
597
+ "op": 516,
598
+ "sk": 517,
599
+ "clo": 518,
600
+ "into": 519,
601
+ "fin": 520,
602
+ "tried": 521,
603
+ "en": 522,
604
+ "water": 523,
605
+ "##ate": 524,
606
+ "told": 525,
607
+ "each": 526,
608
+ "##ea": 527,
609
+ "over": 528,
610
+ "proud": 529,
611
+ "##ump": 530,
612
+ "gave": 531,
613
+ "heard": 532,
614
+ "never": 533,
615
+ "ok": 534,
616
+ "##dy": 535,
617
+ "##by": 536,
618
+ "thank": 537,
619
+ "##use": 538,
620
+ "eat": 539,
621
+ "room": 540,
622
+ "expl": 541,
623
+ "##other": 542,
624
+ "pick": 543,
625
+ "pret": 544,
626
+ "qu": 545,
627
+ "##lled": 546,
628
+ "gre": 547,
629
+ "come": 548,
630
+ "couldn": 549,
631
+ "played": 550,
632
+ "##ion": 551,
633
+ "mia": 552,
634
+ "sha": 553,
635
+ "##ause": 554,
636
+ "because": 555,
637
+ "wat": 556,
638
+ "hugged": 557,
639
+ "##ious": 558,
640
+ "off": 559,
641
+ "bear": 560,
642
+ "now": 561,
643
+ "com": 562,
644
+ "nice": 563,
645
+ "fo": 564,
646
+ "##oth": 565,
647
+ "box": 566,
648
+ "##our": 567,
649
+ "str": 568,
650
+ "need": 569,
651
+ "bet": 570,
652
+ "many": 571,
653
+ "##ile": 572,
654
+ "##fe": 573,
655
+ "##ft": 574,
656
+ "small": 575,
657
+ "##eep": 576,
658
+ "long": 577,
659
+ "##ving": 578,
660
+ "##kes": 579,
661
+ "##sed": 580,
662
+ "##gry": 581,
663
+ "anim": 582,
664
+ "animal": 583,
665
+ "try": 584,
666
+ "end": 585,
667
+ "##ough": 586,
668
+ "unt": 587,
669
+ "##cy": 588,
670
+ "##ild": 589,
671
+ "until": 590,
672
+ "even": 591,
673
+ "##urt": 592,
674
+ "##ort": 593,
675
+ "##elf": 594,
676
+ "soon": 595,
677
+ "##iz": 596,
678
+ "kind": 597,
679
+ "love": 598,
680
+ "learned": 599,
681
+ "bea": 600,
682
+ "everyone": 601,
683
+ "by": 602,
684
+ "ad": 603,
685
+ "better": 604,
686
+ "flow": 605,
687
+ "spot": 606,
688
+ "##ine": 607,
689
+ "best": 608,
690
+ "##urp": 609,
691
+ "say": 610,
692
+ "##mp": 611,
693
+ "##ady": 612,
694
+ "##ream": 613,
695
+ "cle": 614,
696
+ "##urn": 615,
697
+ "##ace": 616,
698
+ "##ves": 617,
699
+ "fi": 618,
700
+ "gard": 619,
701
+ "garden": 620,
702
+ "fast": 621,
703
+ "its": 622,
704
+ "che": 623,
705
+ "careful": 624,
706
+ "##ber": 625,
707
+ "beaut": 626,
708
+ "##ies": 627,
709
+ "bra": 628,
710
+ "thanked": 629,
711
+ "sky": 630,
712
+ "laughed": 631,
713
+ "jump": 632,
714
+ "gl": 633,
715
+ "loud": 634,
716
+ "sn": 635,
717
+ "list": 636,
718
+ "ow": 637,
719
+ "##ear": 638,
720
+ "##ct": 639,
721
+ "##iny": 640,
722
+ "wo": 641,
723
+ "beauti": 642,
724
+ "##sh": 643,
725
+ "##lew": 644,
726
+ "lots": 645,
727
+ "beautiful": 646,
728
+ "hard": 647,
729
+ "still": 648,
730
+ "animals": 649,
731
+ "fam": 650,
732
+ "joh": 651,
733
+ "under": 652,
734
+ "john": 653,
735
+ "lu": 654,
736
+ "mum": 655,
737
+ "stay": 656,
738
+ "hurt": 657,
739
+ "##ning": 658,
740
+ "both": 659,
741
+ "dan": 660,
742
+ "##ree": 661,
743
+ "##self": 662,
744
+ "way": 663,
745
+ "rem": 664,
746
+ "two": 665,
747
+ "##hes": 666,
748
+ "bad": 667,
749
+ "safe": 668,
750
+ "col": 669,
751
+ "##ool": 670,
752
+ "##be": 671,
753
+ "di": 672,
754
+ "red": 673,
755
+ "book": 674,
756
+ "imp": 675,
757
+ "tow": 676,
758
+ "##ople": 677,
759
+ "##ane": 678,
760
+ "lived": 679,
761
+ "people": 680,
762
+ "okay": 681,
763
+ "##em": 682,
764
+ "lucy": 683,
765
+ "walked": 684,
766
+ "should": 685,
767
+ "brave": 686,
768
+ "surp": 687,
769
+ "surpr": 688,
770
+ "##ase": 689,
771
+ "##ock": 690,
772
+ "##ished": 691,
773
+ "angry": 692,
774
+ "family": 693,
775
+ "adv": 694,
776
+ "##ress": 695,
777
+ "##igh": 696,
778
+ "flew": 697,
779
+ "called": 698,
780
+ "stor": 699,
781
+ "##ept": 700,
782
+ "##ip": 701,
783
+ "##eet": 702,
784
+ "sure": 703,
785
+ "##led": 704,
786
+ "fore": 705,
787
+ "kept": 706,
788
+ "fly": 707,
789
+ "share": 708,
790
+ "##ect": 709,
791
+ "##fore": 710,
792
+ "before": 711,
793
+ "##ger": 712,
794
+ "##art": 713,
795
+ "while": 714,
796
+ "##xt": 715,
797
+ "##ised": 716,
798
+ "##dded": 717,
799
+ "pic": 718,
800
+ "keep": 719,
801
+ "door": 720,
802
+ "going": 721,
803
+ "pretty": 722,
804
+ "rock": 723,
805
+ "clean": 724,
806
+ "dra": 725,
807
+ "next": 726,
808
+ "why": 727,
809
+ "may": 728,
810
+ "advent": 729,
811
+ "##ied": 730,
812
+ "##ary": 731,
813
+ "give": 732,
814
+ "noise": 733,
815
+ "con": 734,
816
+ "opened": 735,
817
+ "shiny": 736,
818
+ "far": 737,
819
+ "un": 738,
820
+ "doll": 739,
821
+ "wind": 740,
822
+ "id": 741,
823
+ "cry": 742,
824
+ "grand": 743,
825
+ "real": 744,
826
+ "##illy": 745,
827
+ "##end": 746,
828
+ "sto": 747,
829
+ "##so": 748,
830
+ "turn": 749,
831
+ "explore": 750,
832
+ "ground": 751,
833
+ "also": 752,
834
+ "##les": 753,
835
+ "ey": 754,
836
+ "##ner": 755,
837
+ "idea": 756,
838
+ "color": 757,
839
+ "##ap": 758,
840
+ "where": 759,
841
+ "nodded": 760,
842
+ "war": 761,
843
+ "feeling": 762,
844
+ "blue": 763,
845
+ "bob": 764,
846
+ "picked": 765,
847
+ "##imb": 766,
848
+ "walking": 767,
849
+ "clos": 768,
850
+ "##thing": 769,
851
+ "climb": 770,
852
+ "thr": 771,
853
+ "##ting": 772,
854
+ "has": 773,
855
+ "ple": 774,
856
+ "wait": 775,
857
+ "bed": 776,
858
+ "smile": 777,
859
+ "adventure": 778,
860
+ "##oy": 779,
861
+ "being": 780,
862
+ "##th": 781,
863
+ "maybe": 782,
864
+ "finally": 783,
865
+ "looking": 784,
866
+ "da": 785,
867
+ "##iced": 786,
868
+ "##ture": 787,
869
+ "diff": 788,
870
+ "wr": 789,
871
+ "##and": 790,
872
+ "food": 791,
873
+ "listen": 792,
874
+ "##joy": 793,
875
+ "picture": 794,
876
+ "think": 795,
877
+ "remem": 796,
878
+ "del": 797,
879
+ "truck": 798,
880
+ "tra": 799,
881
+ "eyes": 800,
882
+ "##ught": 801,
883
+ "bro": 802,
884
+ "gi": 803,
885
+ "repl": 804,
886
+ "stopped": 805,
887
+ "here": 806,
888
+ "great": 807,
889
+ "bre": 808,
890
+ "ru": 809,
891
+ "vo": 810,
892
+ "walk": 811,
893
+ "##qu": 812,
894
+ "year": 813,
895
+ "enjoy": 814,
896
+ "wonder": 815,
897
+ "remember": 816,
898
+ "##able": 817,
899
+ "hands": 818,
900
+ "sue": 819,
901
+ "quick": 820,
902
+ "##per": 821,
903
+ "ever": 822,
904
+ "cur": 823,
905
+ "head": 824,
906
+ "flowers": 825,
907
+ "import": 826,
908
+ "forest": 827,
909
+ "##og": 828,
910
+ "ac": 829,
911
+ "noticed": 830,
912
+ "near": 831,
913
+ "##bbit": 832,
914
+ "app": 833,
915
+ "dis": 834,
916
+ "##ized": 835,
917
+ "watch": 836,
918
+ "##irst": 837,
919
+ "rabbit": 838,
920
+ "fish": 839,
921
+ "##llow": 840,
922
+ "important": 841,
923
+ "##age": 842,
924
+ "ama": 843,
925
+ "us": 844,
926
+ "rain": 845,
927
+ "sound": 846,
928
+ "slide": 847,
929
+ "bun": 848,
930
+ "amaz": 849,
931
+ "replied": 850,
932
+ "stop": 851,
933
+ "work": 852,
934
+ "follow": 853,
935
+ "mor": 854,
936
+ "showed": 855,
937
+ "tal": 856,
938
+ "mean": 857,
939
+ "tou": 858,
940
+ "##ces": 859,
941
+ "##gan": 860,
942
+ "right": 861,
943
+ "sarah": 862,
944
+ "ask": 863,
945
+ "##bbed": 864,
946
+ "differ": 865,
947
+ "mag": 866,
948
+ "goodby": 867,
949
+ "our": 868,
950
+ "bright": 869,
951
+ "##day": 870,
952
+ "watched": 871,
953
+ "goodbye": 872,
954
+ "hop": 873,
955
+ "please": 874,
956
+ "use": 875,
957
+ "strong": 876,
958
+ "am": 877,
959
+ "stick": 878,
960
+ "quickly": 879,
961
+ "daddy": 880,
962
+ "been": 881,
963
+ "voice": 882,
964
+ "yell": 883,
965
+ "##ath": 884,
966
+ "jane": 885,
967
+ "different": 886,
968
+ "child": 887,
969
+ "boat": 888,
970
+ "##llo": 889,
971
+ "##co": 890,
972
+ "##che": 891,
973
+ "hello": 892,
974
+ "first": 893,
975
+ "became": 894,
976
+ "face": 895,
977
+ "place": 896,
978
+ "##ange": 897,
979
+ "does": 898,
980
+ "high": 899,
981
+ "##ng": 900,
982
+ "store": 901,
983
+ "closer": 902,
984
+ "curious": 903,
985
+ "##ak": 904,
986
+ "warm": 905,
987
+ "sand": 906,
988
+ "dress": 907,
989
+ "bel": 908,
990
+ "##ummy": 909,
991
+ "joe": 910,
992
+ "cook": 911,
993
+ "tell": 912,
994
+ "##ila": 913,
995
+ "forg": 914,
996
+ "em": 915,
997
+ "three": 916,
998
+ "fav": 917,
999
+ "grandma": 918,
1000
+ "##oon": 919,
1001
+ "##ount": 920,
1002
+ "open": 921,
1003
+ "lila": 922,
1004
+ "##leep": 923,
1005
+ "night": 924,
1006
+ "cake": 925,
1007
+ "block": 926,
1008
+ "##more": 927,
1009
+ "pie": 928,
1010
+ "anymore": 929,
1011
+ "bunny": 930,
1012
+ "butter": 931,
1013
+ "mon": 932,
1014
+ "##iss": 933,
1015
+ "##ached": 934,
1016
+ "lea": 935,
1017
+ "sweet": 936,
1018
+ "##ired": 937,
1019
+ "kid": 938,
1020
+ "##ull": 939,
1021
+ "only": 940,
1022
+ "flo": 941,
1023
+ "kit": 942,
1024
+ "pain": 943,
1025
+ "grabbed": 944,
1026
+ "duck": 945,
1027
+ "##isy": 946,
1028
+ "fell": 947,
1029
+ "birds": 948,
1030
+ "fire": 949,
1031
+ "cont": 950,
1032
+ "##ered": 951,
1033
+ "jumped": 952,
1034
+ "glad": 953,
1035
+ "pet": 954,
1036
+ "##here": 955,
1037
+ "bit": 956,
1038
+ "per": 957,
1039
+ "##chen": 958,
1040
+ "kitchen": 959,
1041
+ "cra": 960,
1042
+ "helped": 961,
1043
+ "sees": 962,
1044
+ "dr": 963,
1045
+ "##outed": 964,
1046
+ "hear": 965,
1047
+ "sing": 966,
1048
+ "##ul": 967,
1049
+ "prin": 968,
1050
+ "happened": 969,
1051
+ "squ": 970,
1052
+ "yummy": 971,
1053
+ "grass": 972,
1054
+ "tri": 973,
1055
+ "ready": 974,
1056
+ "tommy": 975,
1057
+ "story": 976,
1058
+ "shouted": 977,
1059
+ "beh": 978,
1060
+ "##nts": 979,
1061
+ "really": 980,
1062
+ "brother": 981,
1063
+ "cr": 982,
1064
+ "reached": 983,
1065
+ "realized": 984,
1066
+ "lady": 985,
1067
+ "##ey": 986,
1068
+ "draw": 987,
1069
+ "having": 988,
1070
+ "##ins": 989,
1071
+ "through": 990,
1072
+ "favor": 991,
1073
+ "mess": 992,
1074
+ "cre": 993,
1075
+ "hat": 994,
1076
+ "favorite": 995,
1077
+ "game": 996,
1078
+ "less": 997,
1079
+ "ate": 998,
1080
+ "underst": 999,
1081
+ "soft": 1000,
1082
+ "pare": 1001,
1083
+ "##zy": 1002,
1084
+ "thing": 1003,
1085
+ "##ket": 1004,
1086
+ "##ather": 1005,
1087
+ "##imes": 1006,
1088
+ "cu": 1007,
1089
+ "magic": 1008,
1090
+ "pretend": 1009,
1091
+ "began": 1010,
1092
+ "##where": 1011,
1093
+ "world": 1012,
1094
+ "looks": 1013,
1095
+ "##ken": 1014,
1096
+ "butterf": 1015,
1097
+ "himself": 1016,
1098
+ "kids": 1017,
1099
+ "##fully": 1018,
1100
+ "making": 1019,
1101
+ "done": 1020,
1102
+ "wow": 1021,
1103
+ "cut": 1022,
1104
+ "sometimes": 1023
1105
+ }
1106
+ }
1107
+ }
tokenizer_config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[UNK]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "1": {
12
+ "content": "[CLS]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "[SEP]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "3": {
28
+ "content": "[PAD]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ }
35
+ },
36
+ "clean_up_tokenization_spaces": true,
37
+ "model_max_length": 1000000000000000019884624838656,
38
+ "tokenizer_class": "PreTrainedTokenizerFast"
39
+ }