CoolFace
Modelpublic

OpenLLM-France/Lucie-7B

sourceHugging Faceapache-2.0updated 4mo agoView on Hugging Face
31likes646downloads
tokenizer.json129170 linesDownload Raw Back to root
1{2  "version": "1.0",3  "truncation": null,4  "padding": null,5  "added_tokens": [6    {7      "id": 0,8      "content": "<s>",9      "single_word": false,10      "lstrip": false,11      "rstrip": false,12      "normalized": false,13      "special": true14    },15    {16      "id": 1,17      "content": "</s>",18      "single_word": false,19      "lstrip": false,20      "rstrip": false,21      "normalized": false,22      "special": true23    },24    {25      "id": 2,26      "content": "<unk>",27      "single_word": false,28      "lstrip": false,29      "rstrip": false,30      "normalized": false,31      "special": true32    },33    {34      "id": 3,35      "content": "<pad>",36      "single_word": false,37      "lstrip": false,38      "rstrip": false,39      "normalized": false,40      "special": true41    }42  ],43  "normalizer": {44    "type": "Sequence",45    "normalizers": [46      {47        "type": "NFC"48      },49      {50        "type": "Replace",51        "pattern": {52          "Regex": "[\\r\\x00]"53        },54        "content": ""55      },56      {57        "type": "Replace",58        "pattern": {59          "Regex": "\\\n(?=[ \\w])"60        },61        "content": "\n "62      },63      {64        "type": "Replace",65        "pattern": {66          "Regex": "\\\t(?=[ \\w])"67        },68        "content": "\t "69      },70      {71        "type": "Replace",72        "pattern": {73          "Regex": "\\((?=[ \\w])"74        },75        "content": "( "76      },77      {78        "type": "Replace",79        "pattern": {80          "Regex": "\\[(?=[ \\w])"81        },82        "content": "[ "83      },84      {85        "type": "Replace",86        "pattern": {87          "Regex": "\\{(?=[ \\w])"88        },89        "content": "{ "90      },91      {92        "type": "Replace",93        "pattern": {94          "Regex": "/(?=[ \\w])"95        },96        "content": "/ "97      },98      {99        "type": "Replace",100        "pattern": {101          "Regex": "<(?=[ \\w])"102        },103        "content": "< "104      },105      {106        "type": "Replace",107        "pattern": {108          "Regex": "'(?=[ \\w])"109        },110        "content": "' "111      },112      {113        "type": "Replace",114        "pattern": {115          "Regex": "’(?=[ \\w])"116        },117        "content": "’ "118      },119      {120        "type": "Replace",121        "pattern": {122          "Regex": "\"(?=[ \\w])"123        },124        "content": "\" "125      },126      {127        "type": "Replace",128        "pattern": {129          "Regex": "«(?=[ \\w])"130        },131        "content": "« "132      },133      {134        "type": "Replace",135        "pattern": {136          "Regex": "“(?=[ \\w])"137        },138        "content": "“ "139      },140      {141        "type": "Replace",142        "pattern": {143          "Regex": "‘(?=[ \\w])"144        },145        "content": "‘ "146      },147      {148        "type": "Replace",149        "pattern": {150          "Regex": "‚(?=[ \\w])"151        },152        "content": "‚ "153      },154      {155        "type": "Replace",156        "pattern": {157          "Regex": "‹(?=[ \\w])"158        },159        "content": "‹ "160      },161      {162        "type": "Replace",163        "pattern": {164          "Regex": "—(?=[ \\w])"165        },166        "content": "— "167      },168      {169        "type": "Replace",170        "pattern": {171          "Regex": "–(?=[ \\w])"172        },173        "content": "– "174      },175      {176        "type": "Replace",177        "pattern": {178          "Regex": "―(?=[ \\w])"179        },180        "content": "― "181      },182      {183        "type": "Prepend",184        "prepend": " "185      },186      {187        "type": "Replace",188        "pattern": {189          "Regex": "[ \\u00A0]"190        },191        "content": "▁"192      }193    ]194  },195  "pre_tokenizer": null,196  "post_processor": {197    "type": "TemplateProcessing",198    "single": [199      {200        "SpecialToken": {201          "id": "<s>",202          "type_id": 0203        }204      },205      {206        "Sequence": {207          "id": "A",208          "type_id": 0209        }210      }211    ],212    "pair": [213      {214        "SpecialToken": {215          "id": "<s>",216          "type_id": 0217        }218      },219      {220        "Sequence": {221          "id": "A",222          "type_id": 0223        }224      },225      {226        "SpecialToken": {227          "id": "<s>",228          "type_id": 1229        }230      },231      {232        "Sequence": {233          "id": "B",234          "type_id": 1235        }236      }237    ],238    "special_tokens": {239      "<s>": {240        "id": "<s>",241        "ids": [242          0243        ],244        "tokens": [245          "<s>"246        ]247      }248    }249  },250  "decoder": {251    "type": "Sequence",252    "decoders": [253      {254        "type": "ByteFallback"255      },256      {257        "type": "Metaspace",258        "replacement": "▁",259        "add_prefix_space": true,260        "prepend_scheme": "always"261      },262      {263        "type": "Fuse"264      },265      {266        "type": "Replace",267        "pattern": {268          "String": "\n "269        },270        "content": "\n"271      },272      {273        "type": "Replace",274        "pattern": {275          "String": "\t "276        },277        "content": "\t"278      },279      {280        "type": "Replace",281        "pattern": {282          "String": "( "283        },284        "content": "("285      },286      {287        "type": "Replace",288        "pattern": {289          "String": "[ "290        },291        "content": "["292      },293      {294        "type": "Replace",295        "pattern": {296          "String": "{ "297        },298        "content": "{"299      },300      {301        "type": "Replace",302        "pattern": {303          "String": "/ "304        },305        "content": "/"306      },307      {308        "type": "Replace",309        "pattern": {310          "String": "< "311        },312        "content": "<"313      },314      {315        "type": "Replace",316        "pattern": {317          "String": "' "318        },319        "content": "'"320      },321      {322        "type": "Replace",323        "pattern": {324          "String": "’ "325        },326        "content": "’"327      },328      {329        "type": "Replace",330        "pattern": {331          "String": "\" "332        },333        "content": "\""334      },335      {336        "type": "Replace",337        "pattern": {338          "String": "« "339        },340        "content": "«"341      },342      {343        "type": "Replace",344        "pattern": {345          "String": "“ "346        },347        "content": "“"348      },349      {350        "type": "Replace",351        "pattern": {352          "String": "‘ "353        },354        "content": "‘"355      },356      {357        "type": "Replace",358        "pattern": {359          "String": "‚ "360        },361        "content": "‚"362      },363      {364        "type": "Replace",365        "pattern": {366          "String": "‹ "367        },368        "content": "‹"369      },370      {371        "type": "Replace",372        "pattern": {373          "String": "— "374        },375        "content": "—"376      },377      {378        "type": "Replace",379        "pattern": {380          "String": "– "381        },382        "content": "–"383      },384      {385        "type": "Replace",386        "pattern": {387          "String": "― "388        },389        "content": "―"390      }391    ]392  },393  "model": {394    "type": "BPE",395    "dropout": null,396    "unk_token": "<unk>",397    "continuing_subword_prefix": null,398    "end_of_word_suffix": null,399    "fuse_unk": true,400    "byte_fallback": true,401    "vocab": {402      "<s>": 0,403      "</s>": 1,404      "<unk>": 2,405      "<pad>": 3,406      "<0x00>": 4,407      "<0x01>": 5,408      "<0x02>": 6,409      "<0x03>": 7,410      "<0x04>": 8,411      "<0x05>": 9,412      "<0x06>": 10,413      "<0x07>": 11,414      "<0x08>": 12,415      "<0x09>": 13,416      "<0x0A>": 14,417      "<0x0B>": 15,418      "<0x0C>": 16,419      "<0x0D>": 17,420      "<0x0E>": 18,421      "<0x0F>": 19,422      "<0x10>": 20,423      "<0x11>": 21,424      "<0x12>": 22,425      "<0x13>": 23,426      "<0x14>": 24,427      "<0x15>": 25,428      "<0x16>": 26,429      "<0x17>": 27,430      "<0x18>": 28,431      "<0x19>": 29,432      "<0x1A>": 30,433      "<0x1B>": 31,434      "<0x1C>": 32,435      "<0x1D>": 33,436      "<0x1E>": 34,437      "<0x1F>": 35,438      "<0x20>": 36,439      "<0x21>": 37,440      "<0x22>": 38,441      "<0x23>": 39,442      "<0x24>": 40,443      "<0x25>": 41,444      "<0x26>": 42,445      "<0x27>": 43,446      "<0x28>": 44,447      "<0x29>": 45,448      "<0x2A>": 46,449      "<0x2B>": 47,450      "<0x2C>": 48,451      "<0x2D>": 49,452      "<0x2E>": 50,453      "<0x2F>": 51,454      "<0x30>": 52,455      "<0x31>": 53,456      "<0x32>": 54,457      "<0x33>": 55,458      "<0x34>": 56,459      "<0x35>": 57,460      "<0x36>": 58,461      "<0x37>": 59,462      "<0x38>": 60,463      "<0x39>": 61,464      "<0x3A>": 62,465      "<0x3B>": 63,466      "<0x3C>": 64,467      "<0x3D>": 65,468      "<0x3E>": 66,469      "<0x3F>": 67,470      "<0x40>": 68,471      "<0x41>": 69,472      "<0x42>": 70,473      "<0x43>": 71,474      "<0x44>": 72,475      "<0x45>": 73,476      "<0x46>": 74,477      "<0x47>": 75,478      "<0x48>": 76,479      "<0x49>": 77,480      "<0x4A>": 78,481      "<0x4B>": 79,482      "<0x4C>": 80,483      "<0x4D>": 81,484      "<0x4E>": 82,485      "<0x4F>": 83,486      "<0x50>": 84,487      "<0x51>": 85,488      "<0x52>": 86,489      "<0x53>": 87,490      "<0x54>": 88,491      "<0x55>": 89,492      "<0x56>": 90,493      "<0x57>": 91,494      "<0x58>": 92,495      "<0x59>": 93,496      "<0x5A>": 94,497      "<0x5B>": 95,498      "<0x5C>": 96,499      "<0x5D>": 97,500      "<0x5E>": 98,501      "<0x5F>": 99,502      "<0x60>": 100,503      "<0x61>": 101,504      "<0x62>": 102,505      "<0x63>": 103,506      "<0x64>": 104,507      "<0x65>": 105,508      "<0x66>": 106,509      "<0x67>": 107,510      "<0x68>": 108,511      "<0x69>": 109,512      "<0x6A>": 110,513      "<0x6B>": 111,514      "<0x6C>": 112,515      "<0x6D>": 113,516      "<0x6E>": 114,517      "<0x6F>": 115,518      "<0x70>": 116,519      "<0x71>": 117,520      "<0x72>": 118,521      "<0x73>": 119,522      "<0x74>": 120,523      "<0x75>": 121,524      "<0x76>": 122,525      "<0x77>": 123,526      "<0x78>": 124,527      "<0x79>": 125,528      "<0x7A>": 126,529      "<0x7B>": 127,530      "<0x7C>": 128,531      "<0x7D>": 129,532      "<0x7E>": 130,533      "<0x7F>": 131,534      "<0x80>": 132,535      "<0x81>": 133,536      "<0x82>": 134,537      "<0x83>": 135,538      "<0x84>": 136,539      "<0x85>": 137,540      "<0x86>": 138,541      "<0x87>": 139,542      "<0x88>": 140,543      "<0x89>": 141,544      "<0x8A>": 142,545      "<0x8B>": 143,546      "<0x8C>": 144,547      "<0x8D>": 145,548      "<0x8E>": 146,549      "<0x8F>": 147,550      "<0x90>": 148,551      "<0x91>": 149,552      "<0x92>": 150,553      "<0x93>": 151,554      "<0x94>": 152,555      "<0x95>": 153,556      "<0x96>": 154,557      "<0x97>": 155,558      "<0x98>": 156,559      "<0x99>": 157,560      "<0x9A>": 158,561      "<0x9B>": 159,562      "<0x9C>": 160,563      "<0x9D>": 161,564      "<0x9E>": 162,565      "<0x9F>": 163,566      "<0xA0>": 164,567      "<0xA1>": 165,568      "<0xA2>": 166,569      "<0xA3>": 167,570      "<0xA4>": 168,571      "<0xA5>": 169,572      "<0xA6>": 170,573      "<0xA7>": 171,574      "<0xA8>": 172,575      "<0xA9>": 173,576      "<0xAA>": 174,577      "<0xAB>": 175,578      "<0xAC>": 176,579      "<0xAD>": 177,580      "<0xAE>": 178,581      "<0xAF>": 179,582      "<0xB0>": 180,583      "<0xB1>": 181,584      "<0xB2>": 182,585      "<0xB3>": 183,586      "<0xB4>": 184,587      "<0xB5>": 185,588      "<0xB6>": 186,589      "<0xB7>": 187,590      "<0xB8>": 188,591      "<0xB9>": 189,592      "<0xBA>": 190,593      "<0xBB>": 191,594      "<0xBC>": 192,595      "<0xBD>": 193,596      "<0xBE>": 194,597      "<0xBF>": 195,598      "<0xC0>": 196,599      "<0xC1>": 197,600      "<0xC2>": 198,601      "<0xC3>": 199,602      "<0xC4>": 200,603      "<0xC5>": 201,604      "<0xC6>": 202,605      "<0xC7>": 203,606      "<0xC8>": 204,607      "<0xC9>": 205,608      "<0xCA>": 206,609      "<0xCB>": 207,610      "<0xCC>": 208,611      "<0xCD>": 209,612      "<0xCE>": 210,613      "<0xCF>": 211,614      "<0xD0>": 212,615      "<0xD1>": 213,616      "<0xD2>": 214,617      "<0xD3>": 215,618      "<0xD4>": 216,619      "<0xD5>": 217,620      "<0xD6>": 218,621      "<0xD7>": 219,622      "<0xD8>": 220,623      "<0xD9>": 221,624      "<0xDA>": 222,625      "<0xDB>": 223,626      "<0xDC>": 224,627      "<0xDD>": 225,628      "<0xDE>": 226,629      "<0xDF>": 227,630      "<0xE0>": 228,631      "<0xE1>": 229,632      "<0xE2>": 230,633      "<0xE3>": 231,634      "<0xE4>": 232,635      "<0xE5>": 233,636      "<0xE6>": 234,637      "<0xE7>": 235,638      "<0xE8>": 236,639      "<0xE9>": 237,640      "<0xEA>": 238,641      "<0xEB>": 239,642      "<0xEC>": 240,643      "<0xED>": 241,644      "<0xEE>": 242,645      "<0xEF>": 243,646      "<0xF0>": 244,647      "<0xF1>": 245,648      "<0xF2>": 246,649      "<0xF3>": 247,650      "<0xF4>": 248,651      "<0xF5>": 249,652      "<0xF6>": 250,653      "<0xF7>": 251,654      "<0xF8>": 252,655      "<0xF9>": 253,656      "<0xFA>": 254,657      "<0xFB>": 255,658      "<0xFC>": 256,659      "<0xFD>": 257,660      "<0xFE>": 258,661      "<0xFF>": 259,662      "▁INST": 260,663      "▁SYS": 261,664      "▁[/": 262,665      "[/": 263,666      "▁<</": 264,667      "<unused5>": 265,668      "<unused6>": 266,669      "<unused7>": 267,670      "<unused8>": 268,671      "<unused9>": 269,672      "<unused10>": 270,673      "<unused11>": 271,674      "<unused12>": 272,675      "<unused13>": 273,676      "<unused14>": 274,677      "<unused15>": 275,678      "<unused16>": 276,679      "<unused17>": 277,680      "<unused18>": 278,681      "<unused19>": 279,682      "<unused20>": 280,683      "<unused21>": 281,684      "<unused22>": 282,685      "<unused23>": 283,686      "<unused24>": 284,687      "<unused25>": 285,688      "<unused26>": 286,689      "<unused27>": 287,690      "<unused28>": 288,691      "<unused29>": 289,692      "<unused30>": 290,693      "<unused31>": 291,694      "<unused32>": 292,695      "<unused33>": 293,696      "<unused34>": 294,697      "<unused35>": 295,698      "<unused36>": 296,699      "<unused37>": 297,700      "<unused38>": 298,701      "<unused39>": 299,702      "▁": 300,703      "▁▁": 301,704      "▁▁▁": 302,705      "▁▁▁▁": 303,706      "▁▁▁▁▁": 304,707      "▁▁▁▁▁▁": 305,708      "▁▁▁▁▁▁▁": 306,709      "▁▁▁▁▁▁▁▁": 307,710      "\t": 308,711      "\t\t": 309,712      "\t\t\t": 310,713      "\t\t\t\t": 311,714      "\n": 312,715      "\n\n": 313,716      "0": 314,717      "1": 315,718      "2": 316,719      "3": 317,720      "4": 318,721      "5": 319,722      "6": 320,723      "7": 321,724      "8": 322,725      "9": 323,726      " ": 324,727      "!": 325,728      "\"": 326,729      "#": 327,730      "$": 328,731      "%": 329,732      "&": 330,733      "'": 331,734      "(": 332,735      ")": 333,736      "*": 334,737      "+": 335,738      ",": 336,739      "-": 337,740      ".": 338,741      "/": 339,742      ":": 340,743      ";": 341,744      "<": 342,745      "=": 343,746      ">": 344,747      "?": 345,748      "@": 346,749      "A": 347,750      "B": 348,751      "C": 349,752      "D": 350,753      "E": 351,754      "F": 352,755      "G": 353,756      "H": 354,757      "I": 355,758      "J": 356,759      "K": 357,760      "L": 358,761      "M": 359,762      "N": 360,763      "O": 361,764      "P": 362,765      "Q": 363,766      "R": 364,767      "S": 365,768      "T": 366,769      "U": 367,770      "V": 368,771      "W": 369,772      "X": 370,773      "Y": 371,774      "Z": 372,775      "[": 373,776      "\\": 374,777      "]": 375,778      "^": 376,779      "_": 377,780      "`": 378,781      "a": 379,782      "b": 380,783      "c": 381,784      "d": 382,785      "e": 383,786      "f": 384,787      "g": 385,788      "h": 386,789      "i": 387,790      "j": 388,791      "k": 389,792      "l": 390,793      "m": 391,794      "n": 392,795      "o": 393,796      "p": 394,797      "q": 395,798      "r": 396,799      "s": 397,800      "t": 398,801      "u": 399,802      "v": 400,803      "w": 401,804      "x": 402,805      "y": 403,806      "z": 404,807      "{": 405,808      "|": 406,809      "}": 407,810      "~": 408,811      " ": 409,812      "¡": 410,813      "¢": 411,814      "£": 412,815      "¤": 413,816      "¥": 414,817      "¦": 415,818      "§": 416,819      "¨": 417,820      "©": 418,821      "«": 419,822      "¬": 420,823      "®": 421,824      "¯": 422,825      "°": 423,826      "±": 424,827      "²": 425,828      "³": 426,829      "´": 427,830      "µ": 428,831      "¶": 429,832      "·": 430,833      "¸": 431,834      "¹": 432,835      "»": 433,836      "¼": 434,837      "½": 435,838      "¾": 436,839      "¿": 437,840      "À": 438,841      "Á": 439,842      "Â": 440,843      "Ã": 441,844      "Ä": 442,845      "Å": 443,846      "Æ": 444,847      "Ç": 445,848      "È": 446,849      "É": 447,850      "Ê": 448,851      "Ë": 449,852      "Ì": 450,853      "Í": 451,854      "Î": 452,855      "Ï": 453,856      "Ð": 454,857      "Ñ": 455,858      "Ò": 456,859      "Ó": 457,860      "Ô": 458,861      "Õ": 459,862      "Ö": 460,863      "×": 461,864      "Ø": 462,865      "Ù": 463,866      "Ú": 464,867      "Û": 465,868      "Ü": 466,869      "Ý": 467,870      "Þ": 468,871      "ß": 469,872      "à": 470,873      "á": 471,874      "â": 472,875      "ã": 473,876      "ä": 474,877      "å": 475,878      "æ": 476,879      "ç": 477,880      "è": 478,881      "é": 479,882      "ê": 480,883      "ë": 481,884      "ì": 482,885      "í": 483,886      "î": 484,887      "ï": 485,888      "ð": 486,889      "ñ": 487,890      "ò": 488,891      "ó": 489,892      "ô": 490,893      "õ": 491,894      "ö": 492,895      "÷": 493,896      "ø": 494,897      "ù": 495,898      "ú": 496,899      "û": 497,900      "ü": 498,901      "ý": 499,902      "þ": 500,903      "ÿ": 501,904      "Ā": 502,905      "ā": 503,906      "Ă": 504,907      "ă": 505,908      "ą": 506,909      "Ć": 507,910      "ć": 508,911      "ĉ": 509,912      "ċ": 510,913      "Č": 511,914      "č": 512,915      "Ď": 513,916      "ď": 514,917      "Đ": 515,918      "đ": 516,919      "Ē": 517,920      "ē": 518,921      "ĕ": 519,922      "Ė": 520,923      "ė": 521,924      "ę": 522,925      "ě": 523,926      "ĝ": 524,927      "Ğ": 525,928      "ğ": 526,929      "Ġ": 527,930      "ġ": 528,931      "Ģ": 529,932      "ģ": 530,933      "Ħ": 531,934      "ħ": 532,935      "ĩ": 533,936      "Ī": 534,937      "ī": 535,938      "ĭ": 536,939      "į": 537,940      "İ": 538,941      "ı": 539,942      "Ķ": 540,943      "ķ": 541,944      "ĸ": 542,945      "ĺ": 543,946      "ļ": 544,947      "Ľ": 545,948      "ľ": 546,949      "Ł": 547,950      "ł": 548,951      "ń": 549,952      "ņ": 550,953      "ň": 551,954      "ŋ": 552,955      "Ō": 553,956      "ō": 554,957      "ŏ": 555,958      "Ő": 556,959      "ő": 557,960      "Œ": 558,961      "œ": 559,962      "ŕ": 560,963      "Ř": 561,964      "ř": 562,965      "Ś": 563,966      "ś": 564,967      "ŝ": 565,968      "Ş": 566,969      "ş": 567,970      "Š": 568,971      "š": 569,972      "Ţ": 570,973      "ţ": 571,974      "Ť": 572,975      "ť": 573,976      "ũ": 574,977      "Ū": 575,978      "ū": 576,979      "ŭ": 577,980      "ů": 578,981      "ű": 579,982      "ų": 580,983      "ŵ": 581,984      "ŷ": 582,985      "Ÿ": 583,986      "ź": 584,987      "Ż": 585,988      "ż": 586,989      "Ž": 587,990      "ž": 588,991      "ſ": 589,992      "Ɔ": 590,993      "Ə": 591,994      "Ɛ": 592,995      "ƒ": 593,996      "ơ": 594,997      "ư": 595,998      "ǎ": 596,999      "ǐ": 597,1000      "ǒ": 598,1001      "ǔ": 599,1002      "ǚ": 600,1003      "ǝ": 601,1004      "Ǧ": 602,1005      "ǧ": 603,1006      "ǫ": 604,1007      "ǵ": 605,1008      "Ș": 606,1009      "ș": 607,1010      "Ț": 608,1011      "ț": 609,1012      "ȝ": 610,1013      "ɐ": 611,1014      "ɑ": 612,1015      "ɒ": 613,1016      "ɓ": 614,1017      "ɔ": 615,1018      "ɕ": 616,1019      "ɖ": 617,1020      "ɗ": 618,1021      "ɘ": 619,1022      "ə": 620,1023      "ɛ": 621,1024      "ɜ": 622,1025      "ɞ": 623,1026      "ɟ": 624,1027      "ɡ": 625,1028      "ɣ": 626,1029      "ɤ": 627,1030      "ɥ": 628,1031      "ɦ": 629,1032      "ɨ": 630,1033      "ɩ": 631,1034      "ɪ": 632,1035      "ɫ": 633,1036      "ɬ": 634,1037      "ɯ": 635,1038      "ɲ": 636,1039      "ɳ": 637,1040      "ɴ": 638,1041      "ɵ": 639,1042      "ɶ": 640,1043      "ɸ": 641,1044      "ɹ": 642,1045      "ɽ": 643,1046      "ɾ": 644,1047      "ʀ": 645,1048      "ʁ": 646,1049      "ʂ": 647,1050      "ʃ": 648,1051      "ʈ": 649,1052      "ʉ": 650,1053      "ʊ": 651,1054      "ʋ": 652,1055      "ʌ": 653,1056      "ʎ": 654,1057      "ʏ": 655,1058      "ʐ": 656,1059      "ʑ": 657,1060      "ʒ": 658,1061      "ʕ": 659,1062      "ʦ": 660,1063      "ʧ": 661,1064      "ʰ": 662,1065      "ʱ": 663,1066      "ʲ": 664,1067      "ʳ": 665,1068      "ʷ": 666,1069      "ʹ": 667,1070      "ʻ": 668,1071      "ʼ": 669,1072      "ʽ": 670,1073      "ʾ": 671,1074      "ʿ": 672,1075      "ˀ": 673,1076      "ˁ": 674,1077      "ˆ": 675,1078      "ˈ": 676,1079      "ˉ": 677,1080      "ˌ": 678,1081      "ː": 679,1082      "ˑ": 680,1083      "˚": 681,1084      "˜": 682,1085      "ˠ": 683,1086      "ˤ": 684,1087      "˥": 685,1088      "˧": 686,1089      "˨": 687,1090      "˩": 688,1091      "΄": 689,1092      "Ά": 690,1093      "Έ": 691,1094      "Ή": 692,1095      "Ί": 693,1096      "Ό": 694,1097      "Ύ": 695,1098      "ΐ": 696,1099      "Α": 697,1100      "Β": 698,1101      "Γ": 699,1102      "Δ": 700,1103      "Ε": 701,1104      "Ζ": 702,1105      "Η": 703,1106      "Θ": 704,1107      "Ι": 705,1108      "Κ": 706,1109      "Λ": 707,1110      "Μ": 708,1111      "Ν": 709,1112      "Ξ": 710,1113      "Ο": 711,1114      "Π": 712,1115      "Ρ": 713,1116      "Σ": 714,1117      "Τ": 715,1118      "Υ": 716,1119      "Φ": 717,1120      "Χ": 718,1121      "Ψ": 719,1122      "Ω": 720,1123      "Ϊ": 721,1124      "ά": 722,1125      "έ": 723,1126      "ή": 724,1127      "ί": 725,1128      "ΰ": 726,1129      "α": 727,1130      "β": 728,1131      "γ": 729,1132      "δ": 730,1133      "ε": 731,1134      "ζ": 732,1135      "η": 733,1136      "θ": 734,1137      "ι": 735,1138      "κ": 736,1139      "λ": 737,1140      "μ": 738,1141      "ν": 739,1142      "ξ": 740,1143      "ο": 741,1144      "π": 742,1145      "ρ": 743,1146      "ς": 744,1147      "σ": 745,1148      "τ": 746,1149      "υ": 747,1150      "φ": 748,1151      "χ": 749,1152      "ψ": 750,1153      "ω": 751,1154      "ϊ": 752,1155      "ϋ": 753,1156      "ό": 754,1157      "ύ": 755,1158      "ώ": 756,1159      "ϒ": 757,1160      "ϕ": 758,1161      "ϲ": 759,1162      "Ё": 760,1163      "Ђ": 761,1164      "Є": 762,1165      "І": 763,1166      "Ј": 764,1167      "Љ": 765,1168      "А": 766,1169      "Б": 767,1170      "В": 768,1171      "Г": 769,1172      "Д": 770,1173      "Е": 771,1174      "Ж": 772,1175      "З": 773,1176      "И": 774,1177      "Й": 775,1178      "К": 776,1179      "Л": 777,1180      "М": 778,1181      "Н": 779,1182      "О": 780,1183      "П": 781,1184      "Р": 782,1185      "С": 783,1186      "Т": 784,1187      "У": 785,1188      "Ф": 786,1189      "Х": 787,1190      "Ц": 788,1191      "Ч": 789,1192      "Ш": 790,1193      "Щ": 791,1194      "Ъ": 792,1195      "Ы": 793,1196      "Ь": 794,1197      "Э": 795,1198      "Ю": 796,1199      "Я": 797,1200      "а": 798,

Showing the first 1,200 of 129170 lines. Download the file for the rest.