CoolFace
Modelpublic

ajibawa-2023/Python-Code-33B

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

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