CoolFace
Modelpublic

Ellight/code-oute-1-65m-text-to-sql

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

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