CoolFace
Modelpublic

monsterapi/mistral_7b_WizardLMEvolInstruct70k

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

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