CoolFace
Modelpublic

amazon/MistralLite

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

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