CoolFace
Modelpublic

Kquant03/PygWin-4x7B

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

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