Transformers
suchirsalhan commited on
Commit
4d4d9be
·
verified ·
1 Parent(s): 3289209

Upload tokenizer

Browse files
Files changed (6) hide show
  1. README.md +199 -0
  2. merges.txt +1 -0
  3. special_tokens_map.json +30 -0
  4. tokenizer.json +357 -0
  5. tokenizer_config.json +31 -0
  6. vocab.json +1 -0
README.md ADDED
@@ -0,0 +1,199 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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]
merges.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ #version: 0.2
special_tokens_map.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "</s>",
4
+ "lstrip": false,
5
+ "normalized": true,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": true,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "<pad>",
18
+ "lstrip": false,
19
+ "normalized": true,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "unk_token": {
24
+ "content": "</s>",
25
+ "lstrip": false,
26
+ "normalized": true,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ }
30
+ }
tokenizer.json ADDED
@@ -0,0 +1,357 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "version": "1.0",
3
+ "truncation": null,
4
+ "padding": null,
5
+ "added_tokens": [
6
+ {
7
+ "id": 0,
8
+ "content": "<pad>",
9
+ "single_word": false,
10
+ "lstrip": false,
11
+ "rstrip": false,
12
+ "normalized": true,
13
+ "special": true
14
+ },
15
+ {
16
+ "id": 1,
17
+ "content": "</s>",
18
+ "single_word": false,
19
+ "lstrip": false,
20
+ "rstrip": false,
21
+ "normalized": true,
22
+ "special": true
23
+ }
24
+ ],
25
+ "normalizer": null,
26
+ "pre_tokenizer": {
27
+ "type": "ByteLevel",
28
+ "add_prefix_space": false,
29
+ "trim_offsets": true,
30
+ "use_regex": true
31
+ },
32
+ "post_processor": {
33
+ "type": "TemplateProcessing",
34
+ "single": [
35
+ {
36
+ "SpecialToken": {
37
+ "id": "</s>",
38
+ "type_id": 0
39
+ }
40
+ },
41
+ {
42
+ "Sequence": {
43
+ "id": "A",
44
+ "type_id": 0
45
+ }
46
+ }
47
+ ],
48
+ "pair": [
49
+ {
50
+ "SpecialToken": {
51
+ "id": "</s>",
52
+ "type_id": 0
53
+ }
54
+ },
55
+ {
56
+ "Sequence": {
57
+ "id": "A",
58
+ "type_id": 0
59
+ }
60
+ },
61
+ {
62
+ "Sequence": {
63
+ "id": "B",
64
+ "type_id": 1
65
+ }
66
+ }
67
+ ],
68
+ "special_tokens": {
69
+ "</s>": {
70
+ "id": "</s>",
71
+ "ids": [
72
+ 1
73
+ ],
74
+ "tokens": [
75
+ "</s>"
76
+ ]
77
+ }
78
+ }
79
+ },
80
+ "decoder": {
81
+ "type": "ByteLevel",
82
+ "add_prefix_space": true,
83
+ "trim_offsets": true,
84
+ "use_regex": true
85
+ },
86
+ "model": {
87
+ "type": "BPE",
88
+ "dropout": null,
89
+ "unk_token": null,
90
+ "continuing_subword_prefix": "",
91
+ "end_of_word_suffix": "",
92
+ "fuse_unk": false,
93
+ "byte_fallback": false,
94
+ "ignore_merges": false,
95
+ "vocab": {
96
+ "<pad>": 0,
97
+ "</s>": 1,
98
+ "!": 2,
99
+ "\"": 3,
100
+ "#": 4,
101
+ "$": 5,
102
+ "%": 6,
103
+ "&": 7,
104
+ "'": 8,
105
+ "(": 9,
106
+ ")": 10,
107
+ "*": 11,
108
+ "+": 12,
109
+ ",": 13,
110
+ "-": 14,
111
+ ".": 15,
112
+ "/": 16,
113
+ "0": 17,
114
+ "1": 18,
115
+ "2": 19,
116
+ "3": 20,
117
+ "4": 21,
118
+ "5": 22,
119
+ "6": 23,
120
+ "7": 24,
121
+ "8": 25,
122
+ "9": 26,
123
+ ":": 27,
124
+ ";": 28,
125
+ "<": 29,
126
+ "=": 30,
127
+ ">": 31,
128
+ "?": 32,
129
+ "@": 33,
130
+ "A": 34,
131
+ "B": 35,
132
+ "C": 36,
133
+ "D": 37,
134
+ "E": 38,
135
+ "F": 39,
136
+ "G": 40,
137
+ "H": 41,
138
+ "I": 42,
139
+ "J": 43,
140
+ "K": 44,
141
+ "L": 45,
142
+ "M": 46,
143
+ "N": 47,
144
+ "O": 48,
145
+ "P": 49,
146
+ "Q": 50,
147
+ "R": 51,
148
+ "S": 52,
149
+ "T": 53,
150
+ "U": 54,
151
+ "V": 55,
152
+ "W": 56,
153
+ "X": 57,
154
+ "Y": 58,
155
+ "Z": 59,
156
+ "[": 60,
157
+ "\\": 61,
158
+ "]": 62,
159
+ "^": 63,
160
+ "_": 64,
161
+ "`": 65,
162
+ "a": 66,
163
+ "b": 67,
164
+ "c": 68,
165
+ "d": 69,
166
+ "e": 70,
167
+ "f": 71,
168
+ "g": 72,
169
+ "h": 73,
170
+ "i": 74,
171
+ "j": 75,
172
+ "k": 76,
173
+ "l": 77,
174
+ "m": 78,
175
+ "n": 79,
176
+ "o": 80,
177
+ "p": 81,
178
+ "q": 82,
179
+ "r": 83,
180
+ "s": 84,
181
+ "t": 85,
182
+ "u": 86,
183
+ "v": 87,
184
+ "w": 88,
185
+ "x": 89,
186
+ "y": 90,
187
+ "z": 91,
188
+ "{": 92,
189
+ "|": 93,
190
+ "}": 94,
191
+ "~": 95,
192
+ "¡": 96,
193
+ "¢": 97,
194
+ "£": 98,
195
+ "¤": 99,
196
+ "¥": 100,
197
+ "¦": 101,
198
+ "§": 102,
199
+ "¨": 103,
200
+ "©": 104,
201
+ "ª": 105,
202
+ "«": 106,
203
+ "¬": 107,
204
+ "®": 108,
205
+ "¯": 109,
206
+ "°": 110,
207
+ "±": 111,
208
+ "²": 112,
209
+ "³": 113,
210
+ "´": 114,
211
+ "µ": 115,
212
+ "¶": 116,
213
+ "·": 117,
214
+ "¸": 118,
215
+ "¹": 119,
216
+ "º": 120,
217
+ "»": 121,
218
+ "¼": 122,
219
+ "½": 123,
220
+ "¾": 124,
221
+ "¿": 125,
222
+ "À": 126,
223
+ "Á": 127,
224
+ "Â": 128,
225
+ "Ã": 129,
226
+ "Ä": 130,
227
+ "Å": 131,
228
+ "Æ": 132,
229
+ "Ç": 133,
230
+ "È": 134,
231
+ "É": 135,
232
+ "Ê": 136,
233
+ "Ë": 137,
234
+ "Ì": 138,
235
+ "Í": 139,
236
+ "Î": 140,
237
+ "Ï": 141,
238
+ "Ð": 142,
239
+ "Ñ": 143,
240
+ "Ò": 144,
241
+ "Ó": 145,
242
+ "Ô": 146,
243
+ "Õ": 147,
244
+ "Ö": 148,
245
+ "×": 149,
246
+ "Ø": 150,
247
+ "Ù": 151,
248
+ "Ú": 152,
249
+ "Û": 153,
250
+ "Ü": 154,
251
+ "Ý": 155,
252
+ "Þ": 156,
253
+ "ß": 157,
254
+ "à": 158,
255
+ "á": 159,
256
+ "â": 160,
257
+ "ã": 161,
258
+ "ä": 162,
259
+ "å": 163,
260
+ "æ": 164,
261
+ "ç": 165,
262
+ "è": 166,
263
+ "é": 167,
264
+ "ê": 168,
265
+ "ë": 169,
266
+ "ì": 170,
267
+ "í": 171,
268
+ "î": 172,
269
+ "ï": 173,
270
+ "ð": 174,
271
+ "ñ": 175,
272
+ "ò": 176,
273
+ "ó": 177,
274
+ "ô": 178,
275
+ "õ": 179,
276
+ "ö": 180,
277
+ "÷": 181,
278
+ "ø": 182,
279
+ "ù": 183,
280
+ "ú": 184,
281
+ "û": 185,
282
+ "ü": 186,
283
+ "ý": 187,
284
+ "þ": 188,
285
+ "ÿ": 189,
286
+ "Ā": 190,
287
+ "ā": 191,
288
+ "Ă": 192,
289
+ "ă": 193,
290
+ "Ą": 194,
291
+ "ą": 195,
292
+ "Ć": 196,
293
+ "ć": 197,
294
+ "Ĉ": 198,
295
+ "ĉ": 199,
296
+ "Ċ": 200,
297
+ "ċ": 201,
298
+ "Č": 202,
299
+ "č": 203,
300
+ "Ď": 204,
301
+ "ď": 205,
302
+ "Đ": 206,
303
+ "đ": 207,
304
+ "Ē": 208,
305
+ "ē": 209,
306
+ "Ĕ": 210,
307
+ "ĕ": 211,
308
+ "Ė": 212,
309
+ "ė": 213,
310
+ "Ę": 214,
311
+ "ę": 215,
312
+ "Ě": 216,
313
+ "ě": 217,
314
+ "Ĝ": 218,
315
+ "ĝ": 219,
316
+ "Ğ": 220,
317
+ "ğ": 221,
318
+ "Ġ": 222,
319
+ "ġ": 223,
320
+ "Ģ": 224,
321
+ "ģ": 225,
322
+ "Ĥ": 226,
323
+ "ĥ": 227,
324
+ "Ħ": 228,
325
+ "ħ": 229,
326
+ "Ĩ": 230,
327
+ "ĩ": 231,
328
+ "Ī": 232,
329
+ "ī": 233,
330
+ "Ĭ": 234,
331
+ "ĭ": 235,
332
+ "Į": 236,
333
+ "į": 237,
334
+ "İ": 238,
335
+ "ı": 239,
336
+ "IJ": 240,
337
+ "ij": 241,
338
+ "Ĵ": 242,
339
+ "ĵ": 243,
340
+ "Ķ": 244,
341
+ "ķ": 245,
342
+ "ĸ": 246,
343
+ "Ĺ": 247,
344
+ "ĺ": 248,
345
+ "Ļ": 249,
346
+ "ļ": 250,
347
+ "Ľ": 251,
348
+ "ľ": 252,
349
+ "Ŀ": 253,
350
+ "ŀ": 254,
351
+ "Ł": 255,
352
+ "ł": 256,
353
+ "Ń": 257
354
+ },
355
+ "merges": []
356
+ }
357
+ }
tokenizer_config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_prefix_space": false,
4
+ "added_tokens_decoder": {
5
+ "0": {
6
+ "content": "<pad>",
7
+ "lstrip": false,
8
+ "normalized": true,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "1": {
14
+ "content": "</s>",
15
+ "lstrip": false,
16
+ "normalized": true,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ }
21
+ },
22
+ "bos_token": "</s>",
23
+ "clean_up_tokenization_spaces": false,
24
+ "eos_token": "</s>",
25
+ "errors": "replace",
26
+ "extra_special_tokens": {},
27
+ "model_max_length": 1000000000000000019884624838656,
28
+ "pad_token": "<pad>",
29
+ "tokenizer_class": "GPT2Tokenizer",
30
+ "unk_token": "</s>"
31
+ }
vocab.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"<pad>":0,"</s>":1,"!":2,"\"":3,"#":4,"$":5,"%":6,"&":7,"'":8,"(":9,")":10,"*":11,"+":12,",":13,"-":14,".":15,"/":16,"0":17,"1":18,"2":19,"3":20,"4":21,"5":22,"6":23,"7":24,"8":25,"9":26,":":27,";":28,"<":29,"=":30,">":31,"?":32,"@":33,"A":34,"B":35,"C":36,"D":37,"E":38,"F":39,"G":40,"H":41,"I":42,"J":43,"K":44,"L":45,"M":46,"N":47,"O":48,"P":49,"Q":50,"R":51,"S":52,"T":53,"U":54,"V":55,"W":56,"X":57,"Y":58,"Z":59,"[":60,"\\":61,"]":62,"^":63,"_":64,"`":65,"a":66,"b":67,"c":68,"d":69,"e":70,"f":71,"g":72,"h":73,"i":74,"j":75,"k":76,"l":77,"m":78,"n":79,"o":80,"p":81,"q":82,"r":83,"s":84,"t":85,"u":86,"v":87,"w":88,"x":89,"y":90,"z":91,"{":92,"|":93,"}":94,"~":95,"¡":96,"¢":97,"£":98,"¤":99,"¥":100,"¦":101,"§":102,"¨":103,"©":104,"ª":105,"«":106,"¬":107,"®":108,"¯":109,"°":110,"±":111,"²":112,"³":113,"´":114,"µ":115,"¶":116,"·":117,"¸":118,"¹":119,"º":120,"»":121,"¼":122,"½":123,"¾":124,"¿":125,"À":126,"Á":127,"Â":128,"Ã":129,"Ä":130,"Å":131,"Æ":132,"Ç":133,"È":134,"É":135,"Ê":136,"Ë":137,"Ì":138,"Í":139,"Î":140,"Ï":141,"Ð":142,"Ñ":143,"Ò":144,"Ó":145,"Ô":146,"Õ":147,"Ö":148,"×":149,"Ø":150,"Ù":151,"Ú":152,"Û":153,"Ü":154,"Ý":155,"Þ":156,"ß":157,"à":158,"á":159,"â":160,"ã":161,"ä":162,"å":163,"æ":164,"ç":165,"è":166,"é":167,"ê":168,"ë":169,"ì":170,"í":171,"î":172,"ï":173,"ð":174,"ñ":175,"ò":176,"ó":177,"ô":178,"õ":179,"ö":180,"÷":181,"ø":182,"ù":183,"ú":184,"û":185,"ü":186,"ý":187,"þ":188,"ÿ":189,"Ā":190,"ā":191,"Ă":192,"ă":193,"Ą":194,"ą":195,"Ć":196,"ć":197,"Ĉ":198,"ĉ":199,"Ċ":200,"ċ":201,"Č":202,"č":203,"Ď":204,"ď":205,"Đ":206,"đ":207,"Ē":208,"ē":209,"Ĕ":210,"ĕ":211,"Ė":212,"ė":213,"Ę":214,"ę":215,"Ě":216,"ě":217,"Ĝ":218,"ĝ":219,"Ğ":220,"ğ":221,"Ġ":222,"ġ":223,"Ģ":224,"ģ":225,"Ĥ":226,"ĥ":227,"Ħ":228,"ħ":229,"Ĩ":230,"ĩ":231,"Ī":232,"ī":233,"Ĭ":234,"ĭ":235,"Į":236,"į":237,"İ":238,"ı":239,"IJ":240,"ij":241,"Ĵ":242,"ĵ":243,"Ķ":244,"ķ":245,"ĸ":246,"Ĺ":247,"ĺ":248,"Ļ":249,"ļ":250,"Ľ":251,"ľ":252,"Ŀ":253,"ŀ":254,"Ł":255,"ł":256,"Ń":257}