CoolFace
Modelpublic

nm-testing/kv_cache_gptq_tinyllama-e2e

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

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