CoolFace
Modelpublic

appvoid/arco

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

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