CoolFace
Modelpublic

Cartinoe5930/MoE-Merging

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

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