CoolFace
Modelpublic

nold/phi-3-medium-4k-instruct-8bit

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

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