CoolFace
Modelpublic

tiny-random/phi-moe

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes444downloads
tokenizer.json277210 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": "<unk>",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": "</s>",27      "single_word": false,28      "lstrip": false,29      "rstrip": true,30      "normalized": false,31      "special": false32    },33    {34      "id": 32000,35      "content": "<|endoftext|>",36      "single_word": false,37      "lstrip": false,38      "rstrip": false,39      "normalized": false,40      "special": true41    },42    {43      "id": 32001,44      "content": "<|assistant|>",45      "single_word": false,46      "lstrip": false,47      "rstrip": true,48      "normalized": false,49      "special": true50    },51    {52      "id": 32002,53      "content": "<|placeholder1|>",54      "single_word": false,55      "lstrip": false,56      "rstrip": true,57      "normalized": false,58      "special": true59    },60    {61      "id": 32003,62      "content": "<|placeholder2|>",63      "single_word": false,64      "lstrip": false,65      "rstrip": true,66      "normalized": false,67      "special": true68    },69    {70      "id": 32004,71      "content": "<|placeholder3|>",72      "single_word": false,73      "lstrip": false,74      "rstrip": true,75      "normalized": false,76      "special": true77    },78    {79      "id": 32005,80      "content": "<|placeholder4|>",81      "single_word": false,82      "lstrip": false,83      "rstrip": true,84      "normalized": false,85      "special": true86    },87    {88      "id": 32006,89      "content": "<|system|>",90      "single_word": false,91      "lstrip": false,92      "rstrip": true,93      "normalized": false,94      "special": true95    },96    {97      "id": 32007,98      "content": "<|end|>",99      "single_word": false,100      "lstrip": false,101      "rstrip": true,102      "normalized": false,103      "special": true104    },105    {106      "id": 32008,107      "content": "<|placeholder5|>",108      "single_word": false,109      "lstrip": false,110      "rstrip": true,111      "normalized": false,112      "special": true113    },114    {115      "id": 32009,116      "content": "<|placeholder6|>",117      "single_word": false,118      "lstrip": false,119      "rstrip": true,120      "normalized": false,121      "special": true122    },123    {124      "id": 32010,125      "content": "<|user|>",126      "single_word": false,127      "lstrip": false,128      "rstrip": true,129      "normalized": false,130      "special": true131    }132  ],133  "normalizer": {134    "type": "Sequence",135    "normalizers": [136      {137        "type": "Prepend",138        "prepend": "▁"139      },140      {141        "type": "Replace",142        "pattern": {143          "String": " "144        },145        "content": "▁"146      }147    ]148  },149  "pre_tokenizer": null,150  "post_processor": {151    "type": "TemplateProcessing",152    "single": [153      {154        "Sequence": {155          "id": "A",156          "type_id": 0157        }158      }159    ],160    "pair": [161      {162        "Sequence": {163          "id": "A",164          "type_id": 0165        }166      },167      {168        "Sequence": {169          "id": "B",170          "type_id": 1171        }172      }173    ],174    "special_tokens": {}175  },176  "decoder": {177    "type": "Sequence",178    "decoders": [179      {180        "type": "Replace",181        "pattern": {182          "String": "▁"183        },184        "content": " "185      },186      {187        "type": "ByteFallback"188      },189      {190        "type": "Fuse"191      },192      {193        "type": "Strip",194        "content": " ",195        "start": 1,196        "stop": 0197      }198    ]199  },200  "model": {201    "type": "BPE",202    "dropout": null,203    "unk_token": "<unk>",204    "continuing_subword_prefix": null,205    "end_of_word_suffix": null,206    "fuse_unk": true,207    "byte_fallback": true,208    "ignore_merges": false,209    "vocab": {210      "<unk>": 0,211      "<s>": 1,212      "</s>": 2,213      "<0x00>": 3,214      "<0x01>": 4,215      "<0x02>": 5,216      "<0x03>": 6,217      "<0x04>": 7,218      "<0x05>": 8,219      "<0x06>": 9,220      "<0x07>": 10,221      "<0x08>": 11,222      "<0x09>": 12,223      "<0x0A>": 13,224      "<0x0B>": 14,225      "<0x0C>": 15,226      "<0x0D>": 16,227      "<0x0E>": 17,228      "<0x0F>": 18,229      "<0x10>": 19,230      "<0x11>": 20,231      "<0x12>": 21,232      "<0x13>": 22,233      "<0x14>": 23,234      "<0x15>": 24,235      "<0x16>": 25,236      "<0x17>": 26,237      "<0x18>": 27,238      "<0x19>": 28,239      "<0x1A>": 29,240      "<0x1B>": 30,241      "<0x1C>": 31,242      "<0x1D>": 32,243      "<0x1E>": 33,244      "<0x1F>": 34,245      "<0x20>": 35,246      "<0x21>": 36,247      "<0x22>": 37,248      "<0x23>": 38,249      "<0x24>": 39,250      "<0x25>": 40,251      "<0x26>": 41,252      "<0x27>": 42,253      "<0x28>": 43,254      "<0x29>": 44,255      "<0x2A>": 45,256      "<0x2B>": 46,257      "<0x2C>": 47,258      "<0x2D>": 48,259      "<0x2E>": 49,260      "<0x2F>": 50,261      "<0x30>": 51,262      "<0x31>": 52,263      "<0x32>": 53,264      "<0x33>": 54,265      "<0x34>": 55,266      "<0x35>": 56,267      "<0x36>": 57,268      "<0x37>": 58,269      "<0x38>": 59,270      "<0x39>": 60,271      "<0x3A>": 61,272      "<0x3B>": 62,273      "<0x3C>": 63,274      "<0x3D>": 64,275      "<0x3E>": 65,276      "<0x3F>": 66,277      "<0x40>": 67,278      "<0x41>": 68,279      "<0x42>": 69,280      "<0x43>": 70,281      "<0x44>": 71,282      "<0x45>": 72,283      "<0x46>": 73,284      "<0x47>": 74,285      "<0x48>": 75,286      "<0x49>": 76,287      "<0x4A>": 77,288      "<0x4B>": 78,289      "<0x4C>": 79,290      "<0x4D>": 80,291      "<0x4E>": 81,292      "<0x4F>": 82,293      "<0x50>": 83,294      "<0x51>": 84,295      "<0x52>": 85,296      "<0x53>": 86,297      "<0x54>": 87,298      "<0x55>": 88,299      "<0x56>": 89,300      "<0x57>": 90,301      "<0x58>": 91,302      "<0x59>": 92,303      "<0x5A>": 93,304      "<0x5B>": 94,305      "<0x5C>": 95,306      "<0x5D>": 96,307      "<0x5E>": 97,308      "<0x5F>": 98,309      "<0x60>": 99,310      "<0x61>": 100,311      "<0x62>": 101,312      "<0x63>": 102,313      "<0x64>": 103,314      "<0x65>": 104,315      "<0x66>": 105,316      "<0x67>": 106,317      "<0x68>": 107,318      "<0x69>": 108,319      "<0x6A>": 109,320      "<0x6B>": 110,321      "<0x6C>": 111,322      "<0x6D>": 112,323      "<0x6E>": 113,324      "<0x6F>": 114,325      "<0x70>": 115,326      "<0x71>": 116,327      "<0x72>": 117,328      "<0x73>": 118,329      "<0x74>": 119,330      "<0x75>": 120,331      "<0x76>": 121,332      "<0x77>": 122,333      "<0x78>": 123,334      "<0x79>": 124,335      "<0x7A>": 125,336      "<0x7B>": 126,337      "<0x7C>": 127,338      "<0x7D>": 128,339      "<0x7E>": 129,340      "<0x7F>": 130,341      "<0x80>": 131,342      "<0x81>": 132,343      "<0x82>": 133,344      "<0x83>": 134,345      "<0x84>": 135,346      "<0x85>": 136,347      "<0x86>": 137,348      "<0x87>": 138,349      "<0x88>": 139,350      "<0x89>": 140,351      "<0x8A>": 141,352      "<0x8B>": 142,353      "<0x8C>": 143,354      "<0x8D>": 144,355      "<0x8E>": 145,356      "<0x8F>": 146,357      "<0x90>": 147,358      "<0x91>": 148,359      "<0x92>": 149,360      "<0x93>": 150,361      "<0x94>": 151,362      "<0x95>": 152,363      "<0x96>": 153,364      "<0x97>": 154,365      "<0x98>": 155,366      "<0x99>": 156,367      "<0x9A>": 157,368      "<0x9B>": 158,369      "<0x9C>": 159,370      "<0x9D>": 160,371      "<0x9E>": 161,372      "<0x9F>": 162,373      "<0xA0>": 163,374      "<0xA1>": 164,375      "<0xA2>": 165,376      "<0xA3>": 166,377      "<0xA4>": 167,378      "<0xA5>": 168,379      "<0xA6>": 169,380      "<0xA7>": 170,381      "<0xA8>": 171,382      "<0xA9>": 172,383      "<0xAA>": 173,384      "<0xAB>": 174,385      "<0xAC>": 175,386      "<0xAD>": 176,387      "<0xAE>": 177,388      "<0xAF>": 178,389      "<0xB0>": 179,390      "<0xB1>": 180,391      "<0xB2>": 181,392      "<0xB3>": 182,393      "<0xB4>": 183,394      "<0xB5>": 184,395      "<0xB6>": 185,396      "<0xB7>": 186,397      "<0xB8>": 187,398      "<0xB9>": 188,399      "<0xBA>": 189,400      "<0xBB>": 190,401      "<0xBC>": 191,402      "<0xBD>": 192,403      "<0xBE>": 193,404      "<0xBF>": 194,405      "<0xC0>": 195,406      "<0xC1>": 196,407      "<0xC2>": 197,408      "<0xC3>": 198,409      "<0xC4>": 199,410      "<0xC5>": 200,411      "<0xC6>": 201,412      "<0xC7>": 202,413      "<0xC8>": 203,414      "<0xC9>": 204,415      "<0xCA>": 205,416      "<0xCB>": 206,417      "<0xCC>": 207,418      "<0xCD>": 208,419      "<0xCE>": 209,420      "<0xCF>": 210,421      "<0xD0>": 211,422      "<0xD1>": 212,423      "<0xD2>": 213,424      "<0xD3>": 214,425      "<0xD4>": 215,426      "<0xD5>": 216,427      "<0xD6>": 217,428      "<0xD7>": 218,429      "<0xD8>": 219,430      "<0xD9>": 220,431      "<0xDA>": 221,432      "<0xDB>": 222,433      "<0xDC>": 223,434      "<0xDD>": 224,435      "<0xDE>": 225,436      "<0xDF>": 226,437      "<0xE0>": 227,438      "<0xE1>": 228,439      "<0xE2>": 229,440      "<0xE3>": 230,441      "<0xE4>": 231,442      "<0xE5>": 232,443      "<0xE6>": 233,444      "<0xE7>": 234,445      "<0xE8>": 235,446      "<0xE9>": 236,447      "<0xEA>": 237,448      "<0xEB>": 238,449      "<0xEC>": 239,450      "<0xED>": 240,451      "<0xEE>": 241,452      "<0xEF>": 242,453      "<0xF0>": 243,454      "<0xF1>": 244,455      "<0xF2>": 245,456      "<0xF3>": 246,457      "<0xF4>": 247,458      "<0xF5>": 248,459      "<0xF6>": 249,460      "<0xF7>": 250,461      "<0xF8>": 251,462      "<0xF9>": 252,463      "<0xFA>": 253,464      "<0xFB>": 254,465      "<0xFC>": 255,466      "<0xFD>": 256,467      "<0xFE>": 257,468      "<0xFF>": 258,469      "▁▁": 259,470      "▁t": 260,471      "er": 261,472      "in": 262,473      "▁a": 263,474      "en": 264,475      "on": 265,476      "▁th": 266,477      "es": 267,478      "▁▁▁▁": 268,479      "▁s": 269,480      "▁d": 270,481      "at": 271,482      "or": 272,483      "an": 273,484      "▁c": 274,485      "is": 275,486      "re": 276,487      "it": 277,488      "▁the": 278,489      "ar": 279,490      "le": 280,491      "▁w": 281,492      "▁p": 282,493      "ou": 283,494      "al": 284,495      "▁f": 285,496      "▁m": 286,497      "ed": 287,498      "▁o": 288,499      "▁b": 289,500      "om": 290,501      "ion": 291,502      "ing": 292,503      "ic": 293,504      "as": 294,505      "el": 295,506      "ent": 296,507      "▁in": 297,508      "▁h": 298,509      "nd": 299,510      "et": 300,511      "▁l": 301,512      "▁n": 302,513      "st": 303,514      "▁to": 304,515      "ch": 305,516      "▁I": 306,517      "ro": 307,518      "▁▁▁▁▁▁▁▁": 308,519      "il": 309,520      "▁of": 310,521      "de": 311,522      "ct": 312,523      "▁(": 313,524      "am": 314,525      "▁C": 315,526      "▁de": 316,527      "▁S": 317,528      "▁u": 318,529      "▁A": 319,530      "▁\\": 320,531      "▁e": 321,532      "▁and": 322,533      "▁T": 323,534      "ol": 324,535      "▁v": 325,536      "im": 326,537      "ot": 327,538      "ad": 328,539      "ut": 329,540      "▁g": 330,541      "em": 331,542      "ur": 332,543      "id": 333,544      "▁*": 334,545      "ig": 335,546      "ra": 336,547      "▁re": 337,548      "▁is": 338,549      "qu": 339,550      "ow": 340,551      "▁M": 341,552      "est": 342,553      "▁y": 343,554      "se": 344,555      "ve": 345,556      "ce": 346,557      "ie": 347,558      "un": 348,559      "▁P": 349,560      "▁B": 350,561      "ag": 351,562      "ul": 352,563      "▁=": 353,564      "he": 354,565      "end": 355,566      "ode": 356,567      "ter": 357,568      "ment": 358,569      "os": 359,570      "▁D": 360,571      "if": 361,572      "ation": 362,573      "▁for": 363,574      "▁r": 364,575      "▁L": 365,576      "▁you": 366,577      "▁be": 367,578      "ly": 368,579      "ver": 369,580      "ab": 370,581      "te": 371,582      "▁it": 372,583      "▁on": 373,584      "ri": 374,585      "us": 375,586      "▁\"": 376,587      "▁wh": 377,588      "▁con": 378,589      "▁H": 379,590      "▁st": 380,591      "ir": 381,592      "▁E": 382,593      "▁F": 383,594      "ck": 384,595      "▁an": 385,596      "th": 386,597      "eg": 387,598      "ay": 388,599      "ith": 389,600      "▁R": 390,601      "ist": 391,602      "and": 392,603      "▁that": 393,604      "▁al": 394,605      "▁$": 395,606      "▁#": 396,607      "od": 397,608      "um": 398,609      "▁W": 399,610      "ht": 400,611      "code": 401,612      "▁G": 402,613      "ate": 403,614      "ess": 404,615      "▁N": 405,616      "ere": 406,617      "pp": 407,618      "▁as": 408,619      "▁se": 409,620      "▁pro": 410,621      "▁with": 411,622      "pe": 412,623      "▁k": 413,624      "ers": 414,625      "pt": 415,626      ");": 416,627      "lo": 417,628      "▁▁▁▁▁": 418,629      "▁com": 419,630      "ame": 420,631      "▁`": 421,632      "▁Com": 422,633      "ia": 423,634      "ant": 424,635      "▁la": 425,636      "▁{": 426,637      "▁en": 427,638      "ction": 428,639      "▁ex": 429,640      "ld": 430,641      "ub": 431,642      "▁j": 432,643      "la": 433,644      "ue": 434,645      "▁J": 435,646      "ich": 436,647      "▁do": 437,648      "▁O": 438,649      "▁qu": 439,650      "iv": 440,651      "ort": 441,652      "art": 442,653      "▁un": 443,654      "▁##": 444,655      "▁this": 445,656      "ke": 446,657      "▁ha": 447,658      "▁-": 448,659      "out": 449,660      "▁The": 450,661      "▁not": 451,662      "▁ne": 452,663      "ill": 453,664      "▁le": 454,665      "ci": 455,666      "rom": 456,667      "ine": 457,668      "//": 458,669      "op": 459,670      "egin": 460,671      "▁Comment": 461,672      "▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁▁": 462,673      "begin": 463,674      "ст": 464,675      "ass": 465,676      "iz": 466,677      ").": 467,678      "og": 468,679      "▁п": 469,680      "▁or": 470,681      "▁was": 471,682      "▁at": 472,683      "our": 473,684      "▁i": 474,685      "ain": 475,686      "▁K": 476,687      "на": 477,688      "▁V": 478,689      "ge": 479,690      "▁su": 480,691      "ap": 481,692      "age": 482,693      "ould": 483,694      "ne": 484,695      "av": 485,696      "xt": 486,697      "ore": 487,698      "ile": 488,699      "--": 489,700      "▁в": 490,701      "▁by": 491,702      "li": 492,703      "ath": 493,704      "ра": 494,705      "ber": 495,706      "ach": 496,707      "all": 497,708      "▁Th": 498,709      "ult": 499,710      "▁}": 500,711      "▁U": 501,712      "▁us": 502,713      "▁z": 503,714      "ust": 504,715      "▁have": 505,716      "lic": 506,717      "ни": 507,718      "▁can": 508,719      "tr": 509,720      "com": 510,721      "),": 511,722      "▁In": 512,723      "ind": 513,724      "ell": 514,725      "▁from": 515,726      "ов": 516,727      "to": 517,728      "▁[": 518,729      "able": 519,730      "ost": 520,731      "▁ch": 521,732      "ect": 522,733      "ight": 523,734      "int": 524,735      "▁'": 525,736      "▁are": 526,737      "▁im": 527,738      "▁sh": 528,739      "▁<": 529,740      "▁An": 530,741      "▁с": 531,742      "ata": 532,743      "ire": 533,744      "▁tr": 534,745      "con": 535,746      "ord": 536,747      "ity": 537,748      "ard": 538,749      "▁▁▁▁▁▁": 539,750      "▁he": 540,751      "▁but": 541,752      "oc": 542,753      "=\"": 543,754      "▁pr": 544,755      "ure": 545,756      "per": 546,757      "ack": 547,758      "ork": 548,759      "ong": 549,760      "ans": 550,761      "ко": 551,762      "ple": 552,763      "▁des": 553,764      "ok": 554,765      "orm": 555,766      "wer": 556,767      "ak": 557,768      "pr": 558,769      "ase": 559,770      "▁el": 560,771      "ph": 561,772      "ac": 562,773      "▁und": 563,774      "▁ar": 564,775      "▁if": 565,776      "ud": 566,777      "ps": 567,778      "ite": 568,779      "ble": 569,780      "но": 570,781      "fer": 571,782      "pl": 572,783      "ive": 573,784      "ang": 574,785      "ens": 575,786      "ро": 576,787      "▁so": 577,788      "so": 578,789      "ast": 579,790      "()": 580,791      "swer": 581,792      "ru": 582,793      "ies": 583,794      "▁:": 584,795      "au": 585,796      "ov": 586,797      "ре": 587,798      "го": 588,799      "▁der": 589,800      "▁my": 590,801      "▁we": 591,802      "▁me": 592,803      "nt": 593,804      "▁ad": 594,805      "urn": 595,806      "▁your": 596,807      "://": 597,808      "are": 598,809      "▁all": 599,810      "ff": 600,811      "io": 601,812      "estion": 602,813      "ime": 603,814      "▁er": 604,815      "lass": 605,816      "▁и": 606,817      "▁which": 607,818      "ome": 608,819      "ont": 609,820      "▁par": 610,821      "▁ma": 611,822      "▁Y": 612,823      "\",": 613,824      "▁о": 614,825      "ft": 615,826      "ial": 616,827      "cc": 617,828      "ound": 618,829      "▁li": 619,830      "▁res": 620,831      "eth": 621,832      "ject": 622,833      "▁app": 623,834      "▁St": 624,835      "ice": 625,836      "▁am": 626,837      "act": 627,838      "▁del": 628,839      "gr": 629,840      "ated": 630,841      "ier": 631,842      "▁▁▁▁▁▁▁▁▁▁▁▁": 632,843      "▁ab": 633,844      "▁et": 634,845      "ally": 635,846      "..": 636,847      "port": 637,848      "ik": 638,849      "▁per": 639,850      "▁cont": 640,851      "ри": 641,852      "ка": 642,853      "ser": 643,854      "ли": 644,855      "ll": 645,856      "iew": 646,857      "ign": 647,858      "_{": 648,859      "put": 649,860      "one": 650,861      "unction": 651,862      "▁di": 652,863      "ary": 653,864      "ition": 654,865      "ma": 655,866      "ен": 656,867      "get": 657,868      "▁lo": 658,869      "▁val": 659,870      "▁Q": 660,871      "ran": 661,872      "▁д": 662,873      "ence": 663,874      "▁work": 664,875      "▁на": 665,876      "ip": 666,877      "item": 667,878      "ype": 668,879      "▁&": 669,880      "▁his": 670,881      "▁use": 671,882      "der": 672,883      "▁Answer": 673,884      "▁will": 674,885      "ize": 675,886      "та": 676,887      "low": 677,888      "▁Ch": 678,889      "▁get": 679,890      "ide": 680,891      "ous": 681,892      "ink": 682,893      "ption": 683,894      "ла": 684,895      "turn": 685,896      "ung": 686,897      "ec": 687,898      "ug": 688,899      "form": 689,900      "res": 690,901      "htt": 691,902      "oug": 692,903      "ль": 693,904      "▁no": 694,905      "cl": 695,906      "▁ro": 696,907      "▁one": 697,908      "tt": 698,909      "cri": 699,910      "du": 700,911      "▁up": 701,912      "то": 702,913      "(\"": 703,914      "▁ob": 704,915      "we": 705,916      "ory": 706,917      "▁est": 707,918      "ery": 708,919      "iel": 709,920      "str": 710,921      "ob": 711,922      "▁que": 712,923      "ian": 713,924      "▁out": 714,925      "▁pl": 715,926      "▁new": 716,927      "ки": 717,928      "▁+": 718,929      "ry": 719,930      "oth": 720,931      "ther": 721,932      "▁var": 722,933      "▁would": 723,934      "▁ser": 724,935      "tern": 725,936      "text": 726,937      "▁there": 727,938      "ish": 728,939      "ror": 729,940      "те": 730,941      "▁set": 731,942      "▁@": 732,943      "▁по": 733,944      "▁te": 734,945      "ex": 735,946      "▁return": 736,947      "ail": 737,948      "▁any": 738,949      "▁It": 739,950      "▁function": 740,951      "{\\": 741,952      "',": 742,953      "és": 743,954      "ale": 744,955      "ан": 745,956      "▁when": 746,957      "ib": 747,958      "▁go": 748,959      "ance": 749,960      "▁had": 750,961      "▁Qu": 751,962      "▁comp": 752,963      "ле": 753,964      "▁з": 754,965      "math": 755,966      "▁has": 756,967      "▁м": 757,968      "▁pre": 758,969      "ener": 759,970      "▁part": 760,971      "elf": 761,972      "▁die": 762,973      "▁like": 763,974      "ray": 764,975      "irst": 765,976      "▁dis": 766,977      "▁man": 767,978      "rit": 768,979      "▁then": 769,980      "▁class": 770,981      "pro": 771,982      "▁po": 772,983      "▁using": 773,984      "eb": 774,985      "▁code": 775,986      "own": 776,987      "▁some": 777,988      "ces": 778,989      "▁$\\": 779,990      "ер": 780,991      "lect": 781,992      "▁au": 782,993      "isch": 783,994      "▁col": 784,995      "▁–": 785,996      "up": 786,997      "ons": 787,998      "▁add": 788,999      "ild": 789,1000      "iss": 790,1001      "val": 791,1002      "ount": 792,1003      "les": 793,1004      "vent": 794,1005      "▁▁▁▁▁▁▁▁▁▁▁▁▁": 795,1006      "▁Z": 796,1007      "In": 797,1008      "row": 798,1009      "ear": 799,1010      "ations": 800,1011      "ah": 801,1012      "que": 802,1013      "ublic": 803,1014      "ank": 804,1015      "▁sp": 805,1016      "▁Wh": 806,1017      "----": 807,1018      "sk": 808,1019      "ew": 809,1020      "ags": 810,1021      "ти": 811,1022      "ann": 812,1023      "▁—": 813,1024      "ert": 814,1025      "ace": 815,1026      "sch": 816,1027      "▁need": 817,1028      "▁à": 818,1029      "ien": 819,1030      "ough": 820,1031      "не": 821,1032      "▁def": 822,1033      "ij": 823,1034      "ern": 824,1035      "▁what": 825,1036      "▁Ar": 826,1037      "wo": 827,1038      "ml": 828,1039      "</": 829,1040      "▁Re": 830,1041      "▁es": 831,1042      "▁inst": 832,1043      "bo": 833,1044      "az": 834,1045      "▁###": 835,1046      "▁б": 836,1047      "erm": 837,1048      "▁Al": 838,1049      "led": 839,1050      "да": 840,1051      "ten": 841,1052      "set": 842,1053      "ло": 843,1054      "▁comm": 844,1055      "sh": 845,1056      "ва": 846,1057      "▁/": 847,1058      "▁data": 848,1059      "▁//": 849,1060      "](": 850,1061      "▁str": 851,1062      "ose": 852,1063      "▁Un": 853,1064      "ven": 854,1065      "St": 855,1066      "...": 856,1067      "▁С": 857,1068      "yst": 858,1069      "▁«": 859,1070      "ick": 860,1071      "ix": 861,1072      "par": 862,1073      "▁у": 863,1074      "▁want": 864,1075      "ng": 865,1076      "ote": 866,1077      "▁gr": 867,1078      "▁du": 868,1079      "▁.": 869,1080      "und": 870,1081      "▁only": 871,1082      "▁sa": 872,1083      "ely": 873,1084      "vers": 874,1085      "▁ent": 875,1086      "))": 876,1087      "('": 877,1088      "▁mod": 878,1089      "ava": 879,1090      "ton": 880,1091      "▁should": 881,1092      "ement": 882,1093      "▁form": 883,1094      "▁also": 884,1095      "▁sc": 885,1096      "ings": 886,1097      "▁You": 887,1098      "ón": 888,1099      "▁kn": 889,1100      "();": 890,1101      "▁|": 891,1102      "▁were": 892,1103      "ss": 893,1104      "▁Question": 894,1105      "ise": 895,1106      "▁they": 896,1107      "▁De": 897,1108      "ond": 898,1109      "▁sol": 899,1110      "▁fol": 900,1111      "▁more": 901,1112      "▁her": 902,1113      "▁_": 903,1114      "▁é": 904,1115      "atch": 905,1116      "fter": 906,1117      "▁cre": 907,1118      "lock": 908,1119      "tring": 909,1120      "▁This": 910,1121      "ze": 911,1122      "ado": 912,1123      "ull": 913,1124      "ger": 914,1125      "be": 915,1126      "▁other": 916,1127      "▁Tags": 917,1128      "ution": 918,1129      "ict": 919,1130      "▁how": 920,1131      "▁x": 921,1132      "▁Se": 922,1133      "▁che": 923,1134      "cript": 924,1135      "▁just": 925,1136      "▁pos": 926,1137      "ange": 927,1138      "ific": 928,1139      "ree": 929,1140      "}}": 930,1141      "▁time": 931,1142      "app": 932,1143      "ны": 933,1144      "▁file": 934,1145      "ark": 935,1146      "ical": 936,1147      "▁first": 937,1148      "▁int": 938,1149      "▁В": 939,1150      "▁He": 940,1151      "ta": 941,1152      "ument": 942,1153      "ors": 943,1154      "lement": 944,1155      "rac": 945,1156      "▁ag": 946,1157      "▁does": 947,1158      "yn": 948,1159      "read": 949,1160      "ual": 950,1161      "▁Le": 951,1162      "ys": 952,1163      "▁em": 953,1164      "▁num": 954,1165      "vel": 955,1166      "ди": 956,1167      "over": 957,1168      "▁dif": 958,1169      "ethod": 959,1170      "▁If": 960,1171      "▁spe": 961,1172      "ym": 962,1173      "▁them": 963,1174      "▁into": 964,1175      "▁▁▁▁▁▁▁▁▁▁": 965,1176      "▁les": 966,1177      "▁its": 967,1178      "ese": 968,1179      "ield": 969,1180      "▁public": 970,1181      "▁П": 971,1182      "▁den": 972,1183      "ystem": 973,1184      "of": 974,1185      "▁over": 975,1186      "->": 976,1187      "▁fil": 977,1188      "name": 978,1189      "inal": 979,1190      "▁il": 980,1191      "ample": 981,1192      "▁way": 982,1193      "ica": 983,1194      "во": 984,1195      "cess": 985,1196      "itt": 986,1197      "uch": 987,1198      "▁where": 988,1199      "ми": 989,1200      "org": 990,

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