CoolFace
Modelpublic

rldxyz/helloworld

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

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