CoolFace
Modelpublic

AaBk786/model

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

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