CoolFace
Modelpublic

Adhi97/deeplearning-stackoverflow

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

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