CoolFace
Modelpublic

idrah/btsn6v2

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

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